@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Paytone+One); /*nav用*/
@import url(http://fonts.googleapis.com/css?family=Aldrich); /*topic & 各ページh1*/
/*----------------------------------------------------
 common
--------------------------------------------------- */
html, body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	line-height: 180%;
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,a:visited,a:active{
	color: #555;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #444;
	text-decoration: none;
}

/*----------------------------------------------------
	#wrapper ページ全体
--------------------------------------------------- */
#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#wrap2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.png) repeat;
}
/*----------------------------------------------------
	
--------------------------------------------------- */
#header{
	width: 100%;
	background: #fff;
	padding-top: 10px;
}
#header #headinner {
	width: 900px;
	margin: 0 auto 30px;
}
#header #headinner h1{
	width: 60px;
	height: 60px;
	background: url(../images/logo.png) no-repeat left;
	float: left;
}
#header #headinner h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
#header #headinner h1 a span{
	line-height: 50px;
	color: #34495e;
	font-size: 18px;
	padding-left: 40px;
	padding-top: 2px;
	display: block;
	font-weight: normal;
}
#header #headinner nav{
	float: right;
}
#header #headinner nav ul{
	height: 30px;
	margin-top: 15px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #EEE));
	background: -webkit-linear-gradient(#fff, #EEE);
	background: -moz-linear-gradient(#fff,#EEE);
	background: -o-linear-gradient(#fff, #EEE);
	background: -ms-linear-gradient(#fff, #EEE);
	background: linear-gradient(#fff, #EEE);
	border: 1px solid #999;
	width: 803px;
}
#header #headinner nav ul li{
	float: left;
	width: 200px;
	border-right: 1px solid #999;
}
#header #headinner nav ul li:last-child{
	border-right: none;
}
#header #headinner nav ul li a:last-child{
	padding-right: 1px;
}
#header #headinner nav ul li a{
	display: block;
	line-height: 30px;
	font-size: 11px;
	font-weight: 100;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	color: #333;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header #headinner nav ul li a:hover{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #333), color-stop(1.00, #505050));
	background: -webkit-linear-gradient(#333, #505050);
	background: -moz-linear-gradient(#333,#505050);
	background: -o-linear-gradient(#333, #505050);
	background: -ms-linear-gradient(#333, #505050);
	background: linear-gradient(#333, #505050);
}
#header #headinner nav ul li:nth-child(1) :hover{
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#header #headinner nav ul li:last-child :hover{
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#header #headinner nav ul li a.current{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #333), color-stop(1.00, #505050));
	background: -webkit-linear-gradient(#333, #505050);
	background: -moz-linear-gradient(#333,#505050);
	background: -o-linear-gradient(#333, #505050);
	background: -ms-linear-gradient(#333, #505050);
	background: linear-gradient(#333, #505050);
}
#header #headinner nav ul li a.current_left{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #333), color-stop(1.00, #505050));
	background: -webkit-linear-gradient(#333, #505050);
	background: -moz-linear-gradient(#333,#505050);
	background: -o-linear-gradient(#333, #505050);
	background: -ms-linear-gradient(#333, #505050);
	background: linear-gradient(#333, #505050);
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#header #headinner nav ul li a.current_right{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #333), color-stop(1.00, #505050));
	background: -webkit-linear-gradient(#333, #505050);
	background: -moz-linear-gradient(#333,#505050);
	background: -o-linear-gradient(#333, #505050);
	background: -ms-linear-gradient(#333, #505050);
	background: linear-gradient(#333, #505050);
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#header #headinner nav ul li a span{
	font-size: 8px;
	vertical-align: middle;
}
#header .mainvisual{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	height: 450px;
	background: url(../images/main.jpg) no-repeat center;	
}
/*----------------------------------------------------
	article
--------------------------------------------------- */
#topcontents{
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#contents{
	background: #fff;
	width: 900px;
	min-height: 820px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#contents header p.now{
	height: 25px;
	border-bottom: 1px solid #eee;
	text-align: left;
	background: url(../images/home-2.png) no-repeat left;
	padding: 10px 0 0 20px;
}
#contents header p.now a{
	color: #cf2218;
}
#contents header p.now a:hover{
	text-decoration: underline;
}
#contents header h1{
	font-size: 33px;
	line-height: 33px;
	text-align: left;
	font-weight: 100;
	margin: 30px auto 10px;
}
#contents header h1 span{
	font-size: 20px;
}
#contents .box{
	width: 860px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 20px;
	text-align: left;
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
}
#contents .box h1{
	font-size: 22px;
	font-weight: 100;
	padding-bottom: 20px;
}
#contents .box p{
	margin-bottom: 20px;
}
#contents .box dl{
	width: 640px;
}
#contents .box dl dt{
	float: left;
	width: 120px;
	line-height: 30px;
}
#contents .box dl dd{
	float: right;
	width: 460px;
	line-height: 30px;
}
#contents .box h2{
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	font-weight: 100;
}
#contents .box .left{
	float: left;
	width: 200px;
}
#contents .box .right{
	float: right;
	width: 360px;
	line-height: 120px;
	font-size: 40px;
	font-family: 'Syncopate', sans-serif;
	font-weight: 100;
}

/*----------------------------------------------------
	tab
--------------------------------------------------- */
.tabs {
	width: 900px;
	float: none;
	list-style: none;
	position: relative;
	text-align: left;
}
.tabs li {
	float: left;
	display: block;
}
.tabs input[type="radio"] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabs label {
	display: block;
	width: 298px;
	height: 50px;
	margin-right: 2px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background: #eee;
	cursor: pointer;
	position: relative;
	top: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 50px;
	text-align: center;
}
.tabs label:hover {
	background: #ccc;
}
.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;
	padding-top: 30px;
}
.tabs [id^="tab"]:checked + label {
	top: 0;
	background: #333;
	color: #fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
}

/*----------------------------------------------------
	tab_contents
--------------------------------------------------- */
.tabs .tab-content h1{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #F33; 
}
.tabs .tab-content .type1{
	width: 100%;
}
.tabs .tab-content .type1 h2{
	margin-bottom: 10px;
}
.tabs .tab-content .type1 p{
	margin-bottom: 10px;
}
.tabs .tab-content .type1 .lc{
	float: left;
	width: 440px;
	padding-right: 10px;
}
.tabs .tab-content .type1 .rc{
	float: left;
	width: 440px;
	padding-left: 10px;
}
.tabs .tab-content .type2{
	width: 900px;
	margin: 0 auto;
}
.tabs .tab-content .type2 p{
	
}
/*----------------------------------------------------
	footer
--------------------------------------------------- */
#footer {
	width: 100%;
	background: #333;
	height: 100px;
	margin: 0 auto;
	color: #eee;
	text-align: left;
	line-height: normal;
	padding-top: 20px;
}
#footer ul{
	font-size: 10px;
	width: 900px;
	margin: 0 auto;
}
#footer ul li{
	float: left;
}
#footer ul li a{
	color: #eee;
	text-decoration: underline;
}
#footer ul li a:hover{
	color: #fff;
}
#footer ul li:after{
	content: "|";
	padding: 0 5px;
	
}
#footer ul li:first-child{
	font-weight: bold;
}

#footer small{
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	width: 900px;
	display: block;
	margin: 10px auto;
}

/*----------------------------------------------------
	
--------------------------------------------------- */
