@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;
	}
a{
	/* Hides from IE-mac */
    overflow: hidden;
	/* End hide from IE-mac */
	}
select option{
	padding:0 5px;
	}	
form label{
	cursor:pointer;
	}
a:link,
a:visited{
	color: #00c;
	}
a:active,
a:hover{
	text-decoration: none;
	}
/* 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;
	}
.alpha a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
	}
	
.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-newwin{
	padding: 5px 18px 5px 0;
	background: url(../img/ic_newwin.gif) no-repeat right top;
	}
.ic-attention{
	text-indent: -1.0em;
	margin-left: 1.0em;
	}
.dot{
	border-bottom: 1px dotted #333;
	}
.bg-none{
	background: none!important;
	}
.imgover{ /* rollover.js */ }

.arrow{
	padding-left: 12px;
	background: url(../img/arrow.gif) no-repeat 0 3px;
	}

/*------------------------------*/
/*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;}

/******************************************************************************
smartphone
******************************************************************************/
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
}
