@charset "euc-jp";



/* 基本設定です。変更しないでください。
---------------------------------------------------------------- */



/* base
---------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}




a {
	text-decoration: none;
}
a:link {
	color: #2679bf;
}
a:visited {
	color: #669;
}
a:hover,
a:active,
a:focus {
	color: #009bdc;
	text-decoration: underline;
}



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



ul,
ol,
li {
	list-style: none;
}


.gray{
color: #ccc;
}
.orange{
color: #f5ac3c;
}



/* hide
---------------------------------------------------------------- */
.hide {
position: absolute;
left: -9999px;
}





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



