@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
	color: #000;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
	border-collapse: collapse;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #001ba4;
	text-decoration: underline;
}

a:visited {
	color: #001ba4;
	text-decoration: underline;
}

a:hover {
	color: #001ba4;
	text-decoration: none;
}

a:active {
	color: #001ba4;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
}

#container{
	margin: 0 auto;
	padding-bottom: 113px;
	width: 950px;
	overflow: hidden;

	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

#main h2 {
	margin-bottom: 19px;	
}

#main .section {
	margin: 0 0 29px 9px;
	width: 931px;
}

#main .section.mb20 {
	margin-bottom: 20px;
}

#main .section .box {
	padding-bottom: 9px;
	background: url(../img/flow/box01_bg.gif) repeat-y left top;
}

#main .section .box01 {
	padding-bottom: 64px;
}

#main .section .box .subBox {
	position: relative;
	padding: 28px 13px 0 11px;
	width: 423px;
}

#main .section .box .subBox h3 {
	position: absolute;
	top: -10px;
	left: -8px;
}

#main p {
	font-size: 1.3em;
	line-height: 1.6;
}

#main p.mb13 {
	margin-bottom: 13px;
}

#main p.mb9 {
	margin-bottom: 9px;
}

#main p span {
	color: #ff0000;
}

#main p a.a01 {
	color: #ff0000;
	text-decoration: none;
}

#main p a.a01:hover {
	text-decoration: underline;
}

#main h2.h201 {
	margin-bottom: 17px;
}

#main .img01 {
	margin: 0 0 9px 9px;
	display: block;
}

#main .inner {
	margin: 0 0 18px 9px;
	padding: 8px 15px 11px 10px;
	width: 905px;
	background-color: #f9f7f1;
	border: 1px solid #dfdfdf;
}

#main .inner01 {
	margin-bottom: 20px;
	padding: 6px 15px 7px 15px;
	width: 900px;
}

#main .inner p.title {
	margin: 0 0 2px 0;
	font-weight: bold;
}

#main .inner ul.link {
	margin: 0 0 18px 7px;
}

#main .inner ul.link li {
	margin-right: 36px;
	padding-left: 15px;
	background: url(../img/flow/icon.gif) no-repeat left 6px;
	display: inline;
	font-size: 1.3em;
}

#main .bigBox {
	margin: 0 0 20px 9px;
}

#main p.question {
	margin: 0 0 2px 1px;
	padding-left: 25px;
	background: url(../img/flow/icon02.gif) no-repeat left top;
	color: #ff0000;
	font-size: 1.4em;
	line-height: 1.3;
}

#main .pBox {
	padding: 3px 15px 9px 5px;
	width: 910px;
	background-color: #f9f7f1;
	border: 1px solid #dfdfdf;
}

#main .pBox img {
	margin-bottom: 1px;
	display: block;
}

#main .pBox p {
	margin: 5px 0 0 5px;
	font-size: 1.3em;
	letter-spacing: -0.1em;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#header {
	margin-bottom: 10px;
	padding: 11px 0px 6px;
	background: #fff url(../img/header/header_bg.gif) repeat-x left bottom;
}

#header h1 {
	margin: 0 0 0 4px;
	font-size: 1.2em;
	color: #2c2c2c;
	font-weight: normal;
}

#gNavi {
	margin-top: 7px;
	float:right;
}

#gNavi li {
	padding-left: 13px;
	float: left;
}

#gNavi li a {
	display: block;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
.fNavi {
	margin-bottom: 20px;
	padding-left: 10px;
	background: url(../img/flow/pagepath_bg.gif) repeat-x left top #000;
	clear: both;
}

.fNavi li {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.8;
	display: inline;
}

.fNavi li a,
.fNavi li a:visited,
.fNavi li a:hover,
.fNavi li a:active {
	color: #fff;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.clear {
	clear: both;
}

.dis {
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}
