@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	font-size:14px;
	color:#fff;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	line-height:1.7;
	-webkit-text-size-adjust:100%;
}

/* form */
button, fieldset, form, input, 
label, legend, select, textarea{  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  

input, textarea{
	vertical-align:middle;
	padding:1px;
}

textarea{
	width: 98%;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	margin-right:3px;
}

/* links */
a:link,
a:visited { color:#fff; text-decoration: underline; }

a:hover,
a:active { text-decoration: none; }

/* clearfix scheme */
div:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* html div { zoom: 1; } /* IE6 */

*:first-child+html div { zoom: 1; } /* IE7 */

.cf:after { clear: both; display: block; visibility: hidden; height: 0; content: "."; }

.cf { _display: inline-table; zoom: 1; }

/* common modules */
.center { text-align: center; }

.f200 { font-size: 200%; }

.mt0 { margin-top:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mt10 { margin-top:10px !important; }
.mb10 { margin-bottom:10px !important; }

.img-l{ float:left; margin:0 30px 30px 0; }

.img-r{ float:right; margin:0 0 30px 30px; }

/* header */
#header{
	width:100%;
	height:129px;
	background:#000;
	z-index:100;
}

#header .menu03{
	clear:both;
	padding:10px 0px;
	overflow:hidden;
	position:relative;
}

#header .menu03 ul {
	float:left;
	left:50%;
	position:relative;
}

#header .menu03 ul li {
	float:left;
	left:-50%;
	margin-left:0px;
	position:relative;
}

#header .menu03 ul li.last { margin-left:5px; }

#header .header-wrapper{
	background:#c00;
	display:table;
	width:100%;
}

#header .logo{
	text-align:left;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}

#header .btn-menu {
  display:table-cell;
  vertical-align:middle;
  padding:10px;
  width:50px;
}

#header .btn-menu ul{
	overflow:hidden;
	position:relative;
}

#header .btn-menu li:nth-child(2) {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

#header .btn-menu li:nth-child(2) a { margin-left:0; }

.global-navigation {
	display:none;
	position:absolute;
	left:0;
	width:100%;
	z-index:1000;
	background:#fff;
	padding-bottom:0;
	font-size:14px;
}

.global-navigation nav { background:#c00; }

.global-navigation ul { border-top:1px solid #e68080; }

.global-navigation ul li { border-bottom:1px solid #e68080; }

.global-navigation ul li a {
	display:block;
	background:url(../img/icon_arrow_gnavi.png) right center no-repeat;
	background-size:9px;
	color:#fff;
	line-height:50px;
	margin:0 15px;
	text-decoration:none;
	font-kerning: normal;
	font-family:'Oswald', sans-serif;
}

.btn-close {
	width:100%;
	background:#444;
	text-align:center;
}

.btn-close img {
	vertical-align:middle;
	margin:-2px 8px 0 0;
}

.btn-close a {
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
}

/* ページタイトル */
.page-title {
	background:url(../img/bg_page_title.png) #fff;
	background-size:2px 2px;
}

.page-title h1 {
	color:#000;
	font-family:'Oswald', sans-serif;
	font-size:36px;
	padding:20px 0;
	line-height:1.4;
	text-align:center;
}

.page-title h1 span {
	font-size:14px;
	display:block;
}

/* パン屑 */
.topic-path {
	margin:10px 10px 30px;
	font-size: 12px;
}

.topic-path span {
	color:#999;
	padding:0 5px;
}

/* ページ先頭へ */
.pagetop a {
	background: url(../img/icon_arrow_pagetop.png) no-repeat right 10px center #444;
	background-size:auto 6px;
	text-align:center;
	padding:10px;
	margin-top:40px;
	display:block;
	text-decoration:none;
}

.content { margin:0 10px; }

.content p { margin:20px 0; }

.footer {
	background:#000;
	/*border-top:1px solid #444;*/
	color:#666;
	font-size:11px;
	padding:20px 0;
	text-align:center;
}

/*---------------------------------------------------
  見出し
----------------------------------------------------*/
.title01{
	background:url(../img/bg_title_01.png) left bottom no-repeat;
	background-size:736px auto;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#fff;
	padding-bottom:10px;
	margin:60px 0 30px;
	clear:both;
}

h2{
	font-size:26px;
	margin:40px 0 10px;
}

h3{
	border-bottom:1px solid #c00;
	background:url(../img/bg_title_h3.png) left bottom no-repeat;
	background-size:300px auto;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#c00;
	padding-bottom:10px;
	margin:60px 0 30px;
	clear:both;
}

h4{
	background:url(../img/bg_title_h4.png);
	background-size:2px 2px;
	font-size:18px;
	padding:10px;
	margin:40px 0 20px;
	clear:both;
}

/*---------------------------------------------------
  テーブルの装飾
----------------------------------------------------*/
table{
	border-collapse:collapse;
	border:1px solid #444;
}

table th,
table td {
	padding:10px 15px;
	background:#000;
	text-align:left;
	vertical-align:middle;
	border:1px solid #444;
}

table thead th, table tbody th{
	background:#2d2d2d;
	text-align:left;
	font-weight:bold;
}

table td.color{
	background:#222;
}


/*---------------------------------------------------
  ローカルナビ
----------------------------------------------------*/

.dl-link-01{
	border-radius:5px;
	background:#333;
	margin:30px 10px 0;
}

.dl-link-01 dt{
	border-radius:5px 5px 0 0;
	background:#333;
	padding:10px;
	text-align:center;
}

.dl-link-01 dd li{
	border-bottom:1px solid #333;
	padding:10px 20px 10px 10px;
	background:#555;
}

.dl-link-01 dd li:last-child{
	border-radius:0 0 5px 5px;
}