@charset "utf-8";

/*
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
*/
img {
	vertical-align: top;
}
a:hover img {
	opacity: .65;
}


body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.875;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/*
*/
#container{
	width: 100%;
	min-width: 960px;
}

#site-header{
	position: relative;
	width: 100%;
	padding: 10px 0 17px;
	border-bottom: 6px solid #e60012;
	z-index: 100;
}
.site-header-inner{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.site-header-inner p{
	position: absolute;
	right: 0;
	top: 0;
}

#global-nav{
	height: 30px;
	margin-top: 37px;
	text-align: center;
}
.global-nav-list{
	display: inline-block;
}
.global-nav-list > li{
	float: left;
	height: 47px;
	margin: 0 10px;
	position: relative;
}
.global-nav-list > li.sub.hover{
	background: url(../img/gnavi_arrow.gif) no-repeat center bottom;
}
.nav-sublist{
	position: absolute;
	top: 47px;
	left: 50%;
	width: 170px;
	margin-left: -85px;
	box-shadow:0px 2px 3px -1px #000;
	-moz-box-shadow:0px 2px 3px -1px #000;
	-webkit-box-shadow:0px 2px 3px -1px #000;
	
	display: none;
}
.nav-sublist li{
	float: none;
	margin: 0;
	font-size: 16px;
	text-align: left;
}
.nav-sublist li a{
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background-color: #e60012;
}
.nav-sublist li a:hover{
	background-color: #a1000d;
}

#site-footer{
	width: 100%;
	border-top: 6px solid #e60012;
}
.site-footer-inner{
	width: 890px;
	margin: 0 auto;
	padding: 27px 0 17px;
	overflow: hidden;
}
.site-footer-info{
	float: left;
}
.site-footer-info .address{
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
}

.site-footer-nav{
	float: left;
	margin-left: 30px;
	font-size: 14px;
}
.site-footer-nav a:hover{
	color: #e60012;
}
.site-footer-nav ul li{
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: bold;
}
.site-footer-nav ul li ul li{
	margin-bottom: 0;
	font-weight: normal;
}
.site-footer-nav span{
	color: #e60012;
	font-weight: normal;
}
	.link-blank:after{
		content: "";
		display: inline-block;
		width: 18px;
		height: 14px;
		margin-left: 5px;
		background: url(../img/icon_blank.png) no-repeat 0 0;
		vertical-align: middle;
	}
.site-footer-bottom{
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.site-footer-bottom a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.site-footer-bottom a:hover{
	text-decoration: underline;
	
}
.copyright{
	padding: 30px 0;
	font-size: 12px;
}

main#content{
	padding-bottom: 30px;
}
main article{
	width: 100%;
}
main article header h1{
	text-align: center;
}


.page-header{
	width: 100%;
	min-width: 960px;
}
.page-header h1{
	width: 100%;
	min-width: 960px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.page-header h1 img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -540px;
}

.topicpath{
	margin-bottom: 40px;
	background-color: #eaeaea;
	text-align: center;
}
.topicpath a{
	color: inherit;
	text-decoration: none;
}
.topicpath-inner li{
	display: inline-block;
	margin-right: 10px;
}
.topicpath-inner li:before{
	display: inline-block;
	content: "> ";
	margin-right: 10px;
}
.topicpath-inner li:first-child:before{
	content: "";
	margin-right: 0;
}

section{
	margin-bottom: 120px;
	overflow: hidden;
}
section .inner{
	width: 890px;
	margin: 0 auto;
}
section h2{
	margin:  0 0 36px;
	padding: 0 0 14px;
	background: url(../img/h2_line.gif) no-repeat center bottom;
	text-align: center;
}

a{
	color:  inherit;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
span.arrow{
	color: #e60012;
}