@charset "UTF-8";
/* /cmn/css/reset.css */

/*------------------------------*/
/*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 */
	}
address{
	font-style: normal;
	}
select option{
	padding:0 5px;
	}	
form label{
	cursor:pointer;
	}
fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
	}
a:link,
a:visited{
	color: #0079BF;
	}
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;
	}
/* png */
*html .iepngfix{
	behavior: url(/js/iepngfix.htc);
	}
/*------------------------------*/
/*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;
	}
.red{
	color: #f00;
	}
.ic-attention{
	text-indent: -1.0em;
	margin-left: 1.0em;
	}
.bg-none{
	background: none!important;
	}
.imgover{
	}
.alpha a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}
/*------------------------------*/
/*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;
	}
.mb-50{
	margin-bottom: 50px!important;
	}
.mb-55{
	margin-bottom: 55px!important;
	}
.mb-60{
	margin-bottom: 60px!important;
	}
.mb-65{
	margin-bottom: 65px!important;
	}
.mb-80{
	margin-bottom: 80px!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;
	}
/* padding-bottom */
.pb-5{
	padding-bottom: 5px!important;
	}
.pb-10{
	padding-bottom: 10px!important;
	}
.pb-15{
	padding-bottom: 15px!important;
	}
.pb-20{
	padding-bottom: 20px!important;
	}

/******************************************************************************
smartphone
******************************************************************************/
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
}