@charset "UTF-8";
/*Fist Created: ---------------------------------------------------*/

/*initialization--------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
hr {
	display: none; 
}
dl, dt, dd{
	margin: 0;
	padding: 0;
}
ul { list-style: none; }
ul li img { vertical-align:top; }
body {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
	color: #252525;
	font-size:87.5%;/*14px*/
	line-height:1.6;
	letter-spacing:0.05em;
	background-color:#434343;
}
img {
	border: none;
	max-width:100%;
	height:auto;
}
img.block {
	display: block;
}
.font_size12 {
	font-size:85.7%;
}
.none {display:none;}
.ws {white-space:nowrap;}

/*Global Text Setting----------------------------------------------*/

.bold {
 	font-weight: bold;
}
.center {
	text-align: center;
}
.red {
	color:#cf070d;
}
.margin_T20 {margin-top:20px;}
.margin_R20 {margin-right:20px;}
.margin_B20 {margin-bottom:20px;}
.margin_L20 {margin-left:20px;}
/*Global Default Links---------------------------------------------*/
a:link {color: #252525; text-decoration: underline}
a:visited {color: #6e6e6e; text-decoration: none}
a:active {color: #6e6e6e; text-decoration: none}
a:hover {color: #575757; text-decoration:none}

a.white:link {color: #FFFFFF; text-decoration: none}
a.white:visited {color: #FFFFFF; text-decoration: none}
a.white:active {color: #FF3300; text-decoration: none}
a.white:hover {color: #FF8800; text-decoration: underline}

/*Global Page Setting---------------------------------------------*/
	
/*--Header---------------------------------------------*/
#header {
	background-color:#000;
}
#header .header_in {
	max-width:1200px;
	margin:auto;
	position:relative;
}
#header h1 {
	float:left;
	max-width:338px;
	margin:27px 0 0 0;
	z-index:5;
}
#header .header_right {
	width:100%;
	z-index:3;
}
#header .header_right p a {
	float:right;
	background-color:rgba(109,109,109,1);
	color:#FFF;
	width:145px;
	text-align:center;
	font-size:92.8%;/*13px*/
	display:block;
	height:95px;
	padding:30px 0 0;
	text-decoration:none;
	letter-spacing:0em;
}
#header .header_right p a:hover , #header .header_right p a.on {
	color:#FFF;
	background-color:rgba(109,109,109,0.7);
}
@media screen and (min-width: 0px) and (max-width: 1240px) {
#header .header_in {
	padding:0 10px;
}
#header .header_right p a {
	font-size:85.7%;/*12px*/
	width:135px;
}
}
@media screen and (min-width: 0px) and (max-width: 1110px) {
#header .header_right p a {
	display:none;
}
#header h1 {
	margin:15px 0;
}
}
@media screen and (min-width: 0px) and (max-width: 450px) {
#header h1 {
	max-width:250px;
}
}
/*--Header---------------------------------------------*/

/*--Body---------------------------------------------*/
#outline {
	background-color:#e9e9e9;
}
#contents {
	margin:auto;
	max-width:960px;
	padding:46px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 1010px) {
.sp_section {
	padding:0 10px;
}
}
/*--Body---------------------------------------------*/

/*--Footer---------------------------------------------*/
#footer {
	padding:0 0 30px 0;
}
#footer .footer_in {
	max-width:980px;
	margin:auto;
	color:#fff;
}
#footer .footer_in .pagetop {
	float:right;
	background-color:#000;
	width:130px;
	height:43px;
	text-align:center;
}
#footer .footer_in .pagetop a {
	padding:16px 0;
	display:block;
}
#footer .footer_in .footer_top {
	padding:25px 0 0;
}
#footer .footer_in .footer_top p , #footer .footer_in .footer_top div {
	display:inline-block;
}
#footer .footer_in .footer_top p.footer_logo {
	max-width:334px;
	margin:0 10px 0 0;
}
#footer .footer_in .footer_sitemap {
	text-align:center;
	margin:72px 0 72px;
}
#footer .footer_in .footer_sitemap dl {
	display:inline-block;
	vertical-align:top;
	padding:0 30px 0 10px;
	text-align:left;
	margin:0 0 15px 0;
}
#footer .footer_in .footer_sitemap dl a {
	color:#fff;
	text-decoration:none;
}
#footer .footer_in .footer_sitemap dl a:hover {
	text-decoration:underline;
}
#footer .footer_in .footer_sitemap dl dt {
	margin:3px 0 3px 0;
	font-weight:bold;
}
#footer .footer_in .copy {
	font-size:85.7%;/*12px*/
	text-align:center;
}
@media screen and (min-width: 0px) and (max-width: 1240px) {
#footer .footer_in {
	padding:0 0 0 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 775px) {
#footer .footer_in .footer_top p.footer_logo {
	display:block;
	margin:auto 0 15px;
}
}
@media screen and (min-width: 0px) and (max-width: 620px) {
#footer .footer_in {
	padding:0 10px;
}
#footer .footer_in .pagetop {
	float:none;
	margin:auto;
}
#footer .footer_in .footer_top {
	text-align:center;
}
#footer .footer_in .footer_top p.footer_logo {
	text-align:center;
	margin:auto auto 15px;
}
#footer .footer_in .footer_top .sns_btn {
	display:block;
	margin:0 0 15px;
}
#footer .footer_in .footer_top .sns_btn p {
	margin:0 5px;
}
#footer .footer_in .footer_top .sns_share {
	display:block;
}
#footer .footer_in .footer_sitemap {
	display:none;
}
#footer .footer_in .copy {
	margin:40px 0 0;
}
}
/*--Footer---------------------------------------------*/	
	
.left {float:left;}
.right {float:right;}
.clear {clear: both;}

.t_left {text-align:left;}
.t_right {text-align:right;}
.t_center {text-align:center;}

	
	
/*Clearfix---------------------------------------------------*/
.clearFix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
* html .clearFix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}