@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



/* Universal reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/*html {
    overflow-y: scroll;
}*/

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
}

td {
	vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

a,
area,
input {
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a img {
	border: none;
}

ul,
ol {
	letter-spacing: -1em;
}

li {
	letter-spacing: normal;
	list-style: none;
}

hr {
	border: none;
	border-top: 1px solid #d7d3c5;
}
hr.dotted {
	border-top: 1px dotted #d7d3c5;
}

input[type="button"],
input[type="text"],
input[type="submit"],
select {
	-webkit-appearance: none;
	border-radius: 0;
	
}
select::-ms-expand {
    display: none;
}
	
/* Body setting
----------------------------------------------------------- */

body {
	color: #333;
	font-family: 'Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	text-align: left;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
    position: relative;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	body {
		min-width: 1024px;
	}
}

@media all and (max-width: 767px){
	body {
		min-width: 100%;
	}
}



/* Link setting
----------------------------------------------------------- */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}


a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/* HTML5 tag {display:block;}
----------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
aside {
	display: block;
}



/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */