@charset "utf-8";

/*------------------------------*/
/*defaultSet*/
/*------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	}
html>body{
	font-size: 10px;
	}
*html body{
	font-size: 62.5%;
	}
*:first-child+html body{
	font-size: 62.5%;
	}	
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	}
hr{
	display: none;
	}
img{
	border: 0;
	}
ul li{
	list-style-type: none;
	}
*/:focus {
	outline: 0;
}
a{
	color: #FF6600	;
	/* Hides from IE-mac */
    overflow: hidden;
	/* End hide from IE-mac */
	}
select option{
	padding:0 5px;
	}	
form label{
	cursor:pointer;
	}
a:link{
	color: #FF6600	;
	}
a:visited{
	color: #CC3300;
	}

a:active,
a:hover{
	text-decoration: none;
	}
a:hover img.alpha {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
}
	
/* clearfix */
.c-fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*html>body .c-fix{
	display: inline-block; 
	width: 100%;
	}
*html .c-fix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.c-fix{
  	zoom: 1;
	}
/* neo-clearfix */	
.c-both{
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
	}

/*------------------------------*/
/*Noscript*/
/*------------------------------*/
#jsWarning{
	position: absolute;
	top: 0;
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #900;
	}
body #all{
	position: relative;
	top: 30px;
	}

/*------------------------------*/
/*class*/
/*------------------------------*/
.f-left{
	float: left;
	}
.f-right{
	float: right;
	}
.t-left{
	text-align: left;
	}
.t-right{
	text-align: right;
	}
.t-center{
	text-align: center;
	}
.t-justify{
	text-align: justify;
	text-justify: inter-ideograph; 
	line-break: strict;	
	}
.none{
	display: none;
	}
.fgClass{
	font-size: 18px;
	line-height: 1.5;
	background-color: #000;
	}
.fgClass h3{
	margin-bottom: 5px;
	}
.fgClass .fgClass{
	padding: 10px;
	}
*html .png{
	behavior: expression(IEPNGFIX.fix(this));
	}
.red{
	color: #f00;
	}
.ic-attention{
	text-indent: -1.0em;
	margin-left: 1.0em;
	}
.bg-none{
	background: none!important;
	}
.imgover{
	}

/*------------------------------*/
/*tool*/
/*------------------------------*/
/* margin-bottom */
.mb-5{
	margin-bottom: 5px!important;
	}
.mb-10{
	margin-bottom: 10px!important;
	}
.mb-15{
	margin-bottom: 15px!important;
	}
.mb-20{
	margin-bottom: 20px!important;
	}
.mb-25{
	margin-bottom: 25px!important;
	}
.mb-30{
	margin-bottom: 30px!important;
	}
.mb-35{
	margin-bottom: 35px!important;
	}
.mb-40{
	margin-bottom: 40px!important;
	}
/* font-size */
.font-9{
	font-size: 0.9em!important;
	}
.font-10{
	font-size: 1.0em!important;
	}
.font-11{
	font-size: 1.1em!important;
	}
.font-12{
	font-size: 1.2em!important;
	}
.font-13{
	font-size: 1.3em!important;
	}
.font-14{
	font-size: 1.4em!important;
	}
.font-15{
	font-size: 1.5em!important;
	}
.font-16{
	font-size: 1.6em!important;
	}