@charset "shift_jis";

@import url("//fonts.googleapis.com/css?family=Oswald");
@import url("//fonts.googleapis.com/css?family=Pinyon+Script");
@import url("//fonts.googleapis.com/css?family=Fjalla+One");

/*------------------------------*/
/*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;
	}
a:link,
a:visited{
	color: #000;
	text-decoration: underline;
	}
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;
	}

/*------------------------------*/
/*class*/
/*------------------------------*/
.f-left{
	float: left;
	}
.f-right{
	float: right;
	}
.t-left{
	text-align: left!important;
	}
.t-right{
	text-align: right!important;
	}
.t-center{
	text-align: center!important;
	}
.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;
	}
.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;
	}

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