@charset "utf-8";

html{
	background: #000 none;
}

body{
	background: #000 none;
	color: #333;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.0;
	min-width: 320px;
}

a, a.underline:hover{
	text-decoration: none;
}

em{
	font-size: 120%;
	font-weight: bold;
}

ul.stt{
	list-style: disc none outside;
	padding-left: 1.6em;
}

ol.stt{
	list-style: decimal none outside;
	padding-left: 2.0em;
}

dt{
	font-weight: bold;
}

dd{
	padding-bottom: 4px;
}

dl.compact dt{
	float: left;
	width: 120px;
}

dl.compact dd{
	margin-left: 140px;
}

@media screen and (max-width: 480px){
	dl.compact dt{
		float: none;
		width: auto;
	}

	dl.compact dd{
		margin-left: 0;
		padding-bottom: 12px;
	}
}

.font01{ font-family: 'Quicksand', sans-serif;}

.red01{ color: #f66;}
.gray01{ color: #666;}

/* ---------------------------------------------------------------------------------------------------------------- wrapper ---- */

#wrapper{
	background: #f9f9f9 url(../img/bg.png) repeat scroll left top;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#wrapper .width01{
	width: 100%;
	max-width: 960px;
}

@media screen and (max-width: 959px){
	body #header .width01.mra.mla,
	body #footer .width01.mra.mla{
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
}

/* top_graphic */

#top_graphic{
	background: #fff none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

#top_graphic > img{
	width: 100%;
	height: 320px;
}

@media screen and (max-width: 710px){
	#top_graphic > img{
		width: 160%;
		margin-left: -30%;
	}
}

/* ---------------------------------------------------------------------------------------------------------------- header ---- */

#header{
	position: relative;
	z-index: 10;
}

#header > .inner{
	height: 320px;
	text-align: center;
}

#header .logo{
	padding-top: 120px;
}

#header .logo img{
	width: 250px;
	height: 62px;
}

#header .logo + div{
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	margin-top: 12px;
}

/* globalnav */

#globalnav{
	background: #000 none;
	position: relative;
	z-index: 255;
	width: 100%;
}

#globalnav ul > li{
	float: left;
	height: 34px;
	overflow: hidden;
	padding: 6px 32px 6px 0;
}

#globalnav ul > li > a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding: 10px 0;
}

#globalnav ul > li.current > a{
	color: #f66;
}

/* ---------------------------------------------------------------------------------------------------------------- main ---- */

#main{
	background: #fff none;
	border-bottom: 1px solid #ccc;
	margin-top: 32px;
	margin-bottom: 48px;
}

#main a{
	text-decoration: underline;
}

#main a:hover{
	text-decoration: none;
}

#main > .inner{
	font-size: 16px;
	line-height: 1.6;
	padding: 0 6.25% 64px 6.25%;
}

#main h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin: 32px 0;
}

#main h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin: 28px 0 16px 0;
}

#main h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	border-left: 6px solid #111;
	padding: 0 0 0 10px;
	margin: 28px 0 16px 0;
}

#main .alert.alert_01{
	background: #fee;
	font-size: 92%;
	border: 1px solid #f99;
	border-radius: 6px;
	padding: 8px 16px;
}

/* topicpath */

#topicpath{
	border-bottom: 1px dashed #ccc;
	font-size: 92%;
	line-height: 20px;
	padding: 12px 20px;
	margin: 0 0 5% 0;
}

#topicpath > div{
	display: inline-block;
	margin-right: 4px;
}

#topicpath > div h1{
	display: inline;
}

/* ---------------------------------------------------------------------------------------------------------------- footer ---- */

#footer{
	background: #000 none;
	color: #eee;
	padding: 20px 0;
}

#footer a{
	color: #f66;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer > .inner{
	line-height: 1.6;
}

#footer .copyright{
	font-size: 92%;
	color: #fff;
}
