@charset "UTF-8";

html,body {
	width:100%;
}
html {
	font-size: 62.5%; /*10px*/
   /* vertical-align:baseline;*/
    background:transparent;
}
/*
html.dsktp body {
	min-width:1260px!important;
}*/
body {
    overflow-x: auto;
    overflow-y: scroll;
    /* 「Noto Sans JP」をWindowsで指定 */
    font-family: 
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size:1.4rem;
    line-height: 1.8;
    color:#3c3c3c;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings : "palt" 1;
    /* background-color: #fff; */
}

* {
	font-size:inherit;
	/* letter-spacing:0.08em; */
	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;/* or underline;*/
	display: inline-block;
	transition-property:all;
	transition-duration:0.4s;
}
a:hover {
	opacity: 0.6;
}
/*
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:all;
	transition-duration:0.4s;
}
*/

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;
}
*/


/*-- font size -----------------------------------*/
.font_sss { font-size:11px; font-size:1.1rem; }
.font_ss { font-size:12px; font-size:1.2rem; }
.font_s { font-size:13px; font-size:1.3rem; }
.font_m { font-size:14px; font-size:1.4rem; }
.font_l { font-size:17px; font-size:1.7rem; }
.font_ll { font-size:22px; font-size:22rem; }
.font_lll { font-size:22px; font-size:22rem; }
/*-- /font size -----------------------------------*/

