﻿@charset "utf-8";

/* reset
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background:#201001;
	color: #FFF;
	font-family: Helvetica , "メイリオ" , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-size: 78%; /* 12px */
	line-height: 1.5;
}
@media screen and (max-width:760px) {
body {
	font-size: 12px;
	-webkit-text-size-adjust: none;
}
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
ol {
	padding-left: 18px;
	*padding-left: 24px;
	_padding-left: 24px;
}
input, textarea {
	vertical-align: middle;
}
address, em {
	font-style: normal;
}

/* link
-------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
@media screen and (max-width:760px) {
a {
	display: block;
}
a:link, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
}
}
/* inlineLink  */
.inlineLink {}
@media screen and (max-width:760px) {
.inlineLink {
	display: inline;
}
}

/* common class
-------------------------------------------------------------------*/
/* noSetting */
.left_area {}
.center_area {}
.right_area {}
.bg_top {}
.bg_mdl {}
.bg_btm {}
.first {}
.last {}

/* position */
.position {	position: relative;}

/* float */
.flt_left {	float: left;}
.flt_right {	float: right;}
.flt_none {	float: none !important;}

/* width */
.w_auto { width: auto !important;}
.w_max { width: 100% !important;}
.w_half { width: 50% !important;}
.w_third { width: 33% !important;}
.w_quarter { width: 25% !important;}
.w_fifth { width: 20% !important;}

/* margin-top */
.mt00 {	margin-top: 0px !important;}
.mt05 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}
.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt45 {	margin-top: 45px !important;}
.mt50 {	margin-top: 50px !important;}
.mt55 {	margin-top: 55px !important;}
.mt60 {	margin-top: 60px !important;}
.mt65 {	margin-top: 65px !important;}
.mt70 {	margin-top: 70px !important;}
.mt75 {	margin-top: 75px !important;}
.mt80 {	margin-top: 80px !important;}
.mt85 {	margin-top: 85px !important;}
.mt90 {	margin-top: 90px !important;}
.mt95 {	margin-top: 95px !important;}

/* margin-bottom */
.mb00 {	margin-bottom: 0 !important;}
.mb05 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb65 {	margin-bottom: 65px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb75 {	margin-bottom: 75px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb85 {	margin-bottom: 85px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb95 {	margin-bottom: 95px !important;}

/* font */
.f_bold {	font-weight: bold !important;}
.f_normal {	font-weight: normal !important;}
.f_08 {	font-size: 78% !important;}  /* base 78%(12px) = 8px */
.f_10 {	font-size: 85% !important;}  /* base 78%(12px) = 10px */
.f_14 {	font-size: 115% !important;} /* base 78%(12px) = 14px */
.f_16 {	font-size: 130% !important;} /* base 78%(12px) = 16px */
.f_18 {	font-size: 145% !important;} /* base 78%(12px) = 18px */
@media screen and (max-width:760px) {
.f_08 {	font-size: 8px !important;}
.f_10 {	font-size: 10px !important;}
.f_14 {	font-size: 14px !important;}
.f_16 {	font-size: 16px !important;}
.f_18 {	font-size: 18px !important;}
}

/* align */
.t_left {	text-align: left !important;}
.t_center {	text-align: center !important;}
.t_right {	text-align: right !important;}
.v_top {	vertical-align: top !important;}
.v_mdl {	vertical-align: middle !important;}
.v_btm {	vertical-align: text-bottom !important;}

/* img-Max */
.scale {}
@media screen and (max-width:760px) {
.scale {
	width: 100%;
	height: auto;
}
}

/* JavaScript
-------------------------------------------------------------------*/
/* noSetting */

/* rollover */
.rollover {}

/* fixHeight */
.fixHeight {}


/* clearfix
-------------------------------------------------------------------*/
dl:after,
ul:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
dl,
ul,
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* start hide from IE-mac\ */
*html dl,
*html ul,
*html .clearfix {
	height: 1%;
}
dl,
ul,
.clearfix {
	display: block;
}
/* End hide from IE-mac */
