@charset "UTF-8";

html,body {
	width:100%;
}
html {
	font-size: 62.5%; /*10px*/
   /* vertical-align:baseline;*/
    background:transparent;
    /*
	overflow-y: scroll;
	overflow-x: auto;
    */
}
/*
html.dsktp body {
	min-width:1260px!important;
}*/

body { font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body {
	font-size:12px;
	font-size:1.2rem;
	line-height: 1.8;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
	font-feature-settings : "palt" 1;
    position: relative;
    overflow-y: scroll;
    min-width: 320px;
}
@media screen and (max-width: 767px) {
	body {
		font-size:13px;
		font-size:1.3rem;
	}
}
/* float clear */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

* {
	font-size:inherit;
	letter-spacing:0.1em;
	color:inherit;
/*	line-height:inherit;
	text-align:inherit;*/
	font-family:inherit;
}
* {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	margin:0;
	padding:0;
	font-style:normal;
	box-sizing: border-box;
	word-break:normal;
}
*:before, *:after {
	box-sizing: border-box;
}

/* Text Link Color & UnderLine */
/* Text Link Color & UnderLine */
/*a {
	text-decoration: none;
	display: inline-block;
	transition-property:all;
	transition-duration:0.2s;
}
@media screen and (min-width:768px) {
    a:hover {
        opacity: 0.6;
    }
}*/
 /* Text Color ------------------------------------ */
 
body { color: #3B3B3B; }
a { color: #2b2b2b; }
a:active { color: #000000; }
@media screen and (min-width:768px) {
	a:visited { color: #333333; }
	a:hover { color: #00b6ec; }
}

/* /Text Color ------------------------------------ */

a { text-decoration: none; background:transparent; }

a,a:active,a:visited,a:hover,button,button:hover,
a img, a:active img ,a:visited img, a:hover img,
a span, a:active span ,a:visited span, a:hover span {
	transition-property : opacity,color,background-color;
	transition-duration:0.5s;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
/*    margin:0;
    padding:0; */
    border:0;
    outline:0;
	/*
	font-size:14px;
    font-size:1.4rem;
	*/
/*   vertical-align:baseline;*/
/*    background:transparent;*/
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul li,
ol li {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
ins {
    background-color:#ff9;
    color:#343434;
    text-decoration:none;
}
 
mark {
    background-color:#ff9;
    color:#343434; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #9E9E9E;
    margin:1em 0;
    padding:0;
}

a img {
	display:block;
	vertical-align:bottom;
}
 
/*input, select {
    vertical-align:middle;
}*/
/*
* :not( :hover ) {
	transition-property:all;
	transition-duration:0.4s;
}
*/

/*
テキストカラーセット -------------------------------------------
*/
.white {color: #fff;}
.red {color: rgba(194,84,83,1.00);} /*#c25453*/
