@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	min-width: 980px;
	background: #ffffff;
	color: #202020;
	font-size: 14px;
	line-height: 1.5;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp {
	display: none;
}

.fontNml {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fontEn {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Anchor
---------------------------------------- */

a {
	text-decoration: underline;
	color: #1b47a1;
	cursor: pointer;
	transition: .3s;
	text-underline-position: below;
}
a:hover {
	text-decoration: none;
}
.op a:hover,
a:hover img,
input[type=submit]:hover,
input[type=image]:hover {
	opacity: .7;
	transition: .3s;
}

li a img {
	display: block;
}

.trans a,
.trans a:before {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	transition: 0s;
}
.trans a:before {
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}
.trans a:hover,
.trans a:hover:before {
	opacity: 1;
}
.trans a span {
	display: block;
	position: relative;
}

/* btn
---------------------------------------- */

.btn {
	overflow: hidden;
	width: 240px;
	height: 43px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	line-height: 38px;
}
.btn a {
	display: block;
	box-shadow: 0 5px 0 #0f4790;
	border-radius: 8px;
	background: #246cca;
	text-shadow: 0 2px 0 #0f4790;
	text-decoration: none;
	color: #fff;
	transition: .1s;
}
.btn a:hover {
	box-shadow: 0 5px 0 #2b65b0;
	background: #669de3;
	transition: .3s;
}
.btn a:active {
	box-shadow: 0 -5px 0 #0a2a52;
	margin-top: 5px;
	background: #0f4790;
	transition: .1s;
}

/* btnOff */

.btnOff {
	box-shadow: inset 0 1px 1px 0 #a4a4a4;
	border-radius: 8px;
	background: #c8c8c8;
	color: #e4e4e4;
	line-height: 43px;
}

/* btnEntry */

.btnEntry {
	height: 53px;
}
.btnEntry a {
	box-shadow: 0 5px 0 #b1281f;
	background: #e64b40;
	text-shadow: 0 2px 0 #b1281f;
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
}
.btnEntry a:hover {
	box-shadow: 0 5px 0 #c84a41;
	background: #f3766e;
}
.btnEntry a:active {
	box-shadow: 0 -5px 0 #400e0b;
	margin-top: 5px;
	background: #b1281f;
}

/* btnPdf */

.btnPdf {
	margin: 0;
}
.btnPdf a {
	box-shadow: none !important;
	padding: 0 0 5px 16px;
	background: url(../img/common/btn_pdf_bg.png) !important;
	text-shadow: none;
	text-align: left;
	font-weight: normal;
	color: #434343;
	transition: 0s !important;
}
.btnPdf a:hover {
	background-position: 0 -43px !important;
}
.btnPdf a:active {
	margin-top: 0;
	padding: 5px 0 0 16px;
	background-position: 0 -86px !important;
}

/* linkExt
---------------------------------------- */

.linkExt:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	background: url(../img/common/link_icon.png) right 50% no-repeat;
}


/* ----------------------------------------
	header
---------------------------------------- */

header {
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
header * {
	position: relative;
	z-index: 1;
}

h1 {
	position: absolute;
	left: 50%;
	top: 22px;
	z-index: 2;
	width: 190px;
	height: 49px;
	margin-left: -490px;
}
h1 a {
	display: block;
	height: 100%;
	background: url(../img/common/header_logo.png);
	text-indent: -20000px;
}

#menuBtn,
#menuClose {
	display: none;
}

header>div {
	padding-top: 91px;
}

/* nav
---------------------------------------- */

nav {
	height: 59px;
	background: #2c2c2c;
}
nav ul {
	width: 980px;
	height: 57px;
	margin: auto;
}
nav li {
	float: left;
	text-align: center;
	line-height: 57px;
    margin-top: 1px;
}
nav li a,
nav li>span {
	display: block;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;
	transition: .3s;
}
nav li>span {
	color: #636363;
}
nav li a span {
	color: #fff;
}
nav li:hover a span {
	color: black;
}
nav li:hover a {
	background: #ffffff;
	color: #222;
	text-decoration: none;
}
nav li:hover a span {
	color: #222;
	text-decoration: none;
}

nav .on {
	background: #ffffff;
}
nav .on a span {
	color: #222222;	
}
nav .on a:hover span {
	box-shadow: none;
}

nav .top {
	display: none;
}

nav .licence {
	overflow: hidden;
	float: right;
	width: 215px;
	padding-top: 6px;
	text-align: left;
	line-height: 45px;
	display: none;
}
nav .licence a,
nav .licence a:before {
	padding: 0;
	background: url(../img/common/nav_licence.png);
}
nav .licence a:before {
	background-position: 0 -45px;
}
nav .licence a span {
	padding: 0 0 0 48px;
	text-shadow: 0 0 10px rgba(83,110,24,1);
	color: #fff;
	font-weight: bold;
}
nav .licence a:hover span {
	box-shadow: none;
}
nav .licence a:active {
	background: none;
}
nav .licence a span:active {
	background: url(../img/common/nav_licence.png) 0 -90px;
	transition: 0s;
}

/* sns
---------------------------------------- */

header .sns {
	display: none;
	position: absolute;
	right: 50%;
	top: 0;
	height: 61px;
	padding-left: 7px; 
	margin-right: -482px;
	background: url(../img/common/header_sns_bg.gif);
}
header .sns:before,
header .sns:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../img/common/header_sns_bg_l.gif);
}
header .sns:after {
	left: auto;
	right: -10px;
	background: url(../img/common/header_sns_bg_r.gif);
}
header .sns p {
	float: left;
	margin-top: 21px;
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
header .sns ul {
	float: left;
	margin: 10px 0 0 25px;
}
header .sns li {
	float: left;
	width: 37px;
	height: 36px;
	margin-left: 5px;
}
header .sns li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/header_sns.gif);
	text-indent: -20000px;
}

header .sns .tw a { background-position: -37px 0; }
header .sns .in a { background-position: -74px 0; }

/* border
---------------------------------------- */

header .border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 980px;
	height: 7px;
	background: #e64b40;
}


/* ----------------------------------------
	breadcrumb
---------------------------------------- */

#breadcrumb {
	width: 958px;
    position: relative;
	margin: 0 auto 17px;
    padding-left: 17px;
}
#breadcrumb:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    width: 0;
    height: 0;
    border: solid 4px #bababa;
    border-radius: 4px;
    background: #bababa;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb li:after {
	content: ">";
	color: #bababa;
	margin-left: 7px;
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb a {
	color: #202020;
}


/* ----------------------------------------
	container, article
---------------------------------------- */

#container {
	position: relative;
	z-index: 1;
	width: 980px;
	margin: 0 auto 23px;
}

article {
	float: left;
	width: 690px;
}
article>* {
	box-shadow: 0 0 6px 3px rgba(188,188,188,.35);
	background: #fff;
}
article>section>section {
	padding: 0 10px 30px;
}
article>section>section>section {
	margin-top: 20px;
}

/* Headings
---------------------------------------- */

article h2 {
	position: relative;
	box-shadow: none;
	margin-bottom: 10px;
	padding-left: 50px;
	border-top: solid 6px #e64b40;
	border-bottom: solid 1px #cccccc;
	font-weight: normal;
	font-size: 20px;
	line-height: 54px;
}
article h2:before,
article h3:before {
	content: '';
	position: absolute;
    left: 11px;
    top: 11px;
    width: 21px;
    height: 26px;
	background: url(../img/common/ttl_icon.png);
}
article h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 80px 0 47px;
	background: #242424;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 34px;
}
article h3:before {
	top: 4px;
	background: url(../img/common/ttl_icon.png);
}
article h3 a {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	background: url(../img/common/pagetop_s_bg.gif) 100% no-repeat;
}
article h4 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 8px #e64b40 ;
	font-size: 16px;
	line-height: 30px;	
}
article h5 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #afafaf;
	font-weight: normal;
	font-size: 16px;
}

/* table
---------------------------------------- */

article table {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #ddd;
	font-size: 12px;
}
article th,
article td {
	border: solid 1px #ddd;
}
article th {
	background: #202020;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

/* table02 */

article .table02 th,
article .table02 td {
	padding: 5px 3px;
	text-align: center;
}
article .table02 thead th {
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
}
article .table02 tbody th {
	background: url(../img/common/table02_th_bg_odd.gif);
}
article .table02 tbody tr:nth-child(even) th {
	background: url(../img/common/table02_th_bg_even.gif);
}
article .table02 tbody tr:nth-child(even) td {
	background: #f7f9fb;
}
article .table02 th p,
article .table02 td p {
	display: inline-block;
	text-align: center;
}
article .table02 td p {
	text-align: left;	
}

/* table03 */

article .table03 th,
article .table03 td {
	padding: 14px;
}
article .table03 th {
	width: 127px;
	padding: 14px 0;
}

/* table04 */

article .table04 {
	width: 425px;
	margin: 0 auto 20px;
}
article .table04 th,
article .table04 td {
	padding: 14px 5px;
	text-align: center;
}
article .table04 thead th {
	font-weight: bold;
	white-space: nowrap;
}
article .table04 thead .title {
	background: #e64b40;
	font-size: 14px;
}
article .table04 tbody th {
	width: 127px;
	background: url(../img/common/table02_th_bg_odd.gif);
}
article .table04 tbody tr:nth-child(even) th {
	background: url(../img/common/table02_th_bg_even.gif);
}
article .table04 tbody tr:nth-child(even) td {
	background: #f7f9fb;
}
article .table04 tbody td b {
	font-size: 14px;
}

/* Lists
---------------------------------------- */

article li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 22px;
}
article li:last-child,
article li li {
	margin-bottom: 0;
}
article li>*:not(br) {
	margin-top: 10px;
}
article li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 5px;
	width: 0;
	height: 0;
	border: solid 3px #bababa;
	border-radius: 3px;
	background: #bababa;
}
article ol>li:before {
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	border-width: 1px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 15px;
}
article ol>li:nth-child(1):before { content: '1'; }
article ol>li:nth-child(2):before { content: '2'; }
article ol>li:nth-child(3):before { content: '3'; }
article ol>li:nth-child(4):before { content: '4'; }
article ol>li:nth-child(5):before { content: '5'; }
article ol>li:nth-child(6):before { content: '6'; }
article ol>li:nth-child(7):before { content: '7'; }
article ol>li:nth-child(8):before { content: '8'; }
article ol>li:nth-child(9):before { content: '9'; }
article ol>li:nth-child(10):before { content: '10'; }

/* flow */

article .flow {
	padding: 0 10px;
}
article .flow>li {
	position: relative;
	margin-bottom: 33px;
	padding: 10px 25px;
	border: solid 3px #c6c6c6;
	border-radius: 30px;
	font-weight: bold;
	line-height: 1.75;
}
article .flow>li:last-child {
	margin-bottom: 0;
}
article .flow>li:before {
	display: none;
}
article .flow>li:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border: solid #c6c6c6;
	margin: 10px 0 0 -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top-width: 13px;
	border-bottom: 0;
}
article .flow>li:last-child {
	margin-bottom: 0;
}
article .flow>li:last-child:after {
	display: none;
}
article .flow>li * {
	font-weight: normal;
}

/* newsList */

.newsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}
.newsList li:before {
	display: none;
}
.newsList li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 27px;
	text-decoration: none;
	line-height: 34px;
	color: #202020;
}
.newsList li a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 13px;
	width: 0;
	height: 0;
	border: solid 3.5px #bababa;
	border-radius: 4px;
	background: #bababa;
	transition: .3s;
}
.newsList li a>div {
	position: relative;
	padding: 0 12px 0 75px;
	background: url(../img/common/arr_gray.png) 100% 50% no-repeat;
}
.newsList li time {
	position: absolute;
	left: 0;
	top: 0;
	color: #8a8a8a;
	font-size: 12px;
}
.newsList li time+span {
	margin-right: 5px;
	color: #df4d4d;
	font-size: 12px;
}

.newsList .pickup time+span {
	display: inline-block;
	position: relative;
	top: -1px;
	margin: 0 6px 0 1px;
	padding: 0 2px;
	border: solid 1px #eee;
	background: #e64b40;
	text-align: center;
	color: #fff;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.newsList .pickup time+span:before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	width: 100%;
	height: 13px;
	padding: 1px;
	border: solid 1px #e64b40;
}

.newsList li a p {
	display: inline;
}
.newsList li a:hover {
	background-color: #f8f8f8;
	color: #1b47a1;
}
.newsList li a:hover:before {
	border-color: #e64b40;
	background: #e64b40;
}
.newsList li a:hover>div {
	background-image: url(../img/common/arr_red.png);
	transition: .3s;
}
.newsList li a:hover p {
	text-decoration: underline;
	color: #1b47a1;
}
.newsList li a .linkExt:after {
	background-position: 0 50%;
}
.newsList li a:hover .linkExt:after {
	background-position: -11px 50%;
}

/* Text
---------------------------------------- */

article p {
	margin-bottom: 18px;
}
article p:last-child {
	margin-bottom: 0;
}
article small,
article .notes {
	font-size: 12px;
}
article big {
	font-size: 20px;
}

article .notes {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
	color: #777;
}
article .notes:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

article ul.notes {
	padding: 0;
}
article ul.notes:before {
	display: none;
}
article ul.notes li {
	padding-left: 20px;
}
article ul.notes li:before {
	content: '※';
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	border: 0;
	background: none;
}

article .alert {
	color: #dd372c;
	margin: 10px 0;
}

article .textBox {
	margin: 22px 0;
	padding: 10px 14px;
	border: solid 1px #bebebe;
	background: #f3f3f3;
	color: #626262;
	font-size: 12px;
}
article .textBox b {
	color: #202020;
}


/* ----------------------------------------
	aside
---------------------------------------- */

aside {
	position: relative;
	float: right;
	box-shadow: 0 0 6px 3px rgba(188,188,188,.35);
	width: 278px;
	padding-top: 15px;
	border: solid 1px #d4d3cd;
}
aside:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: #e64b40;
}
aside>p {
	margin-bottom: 13px;
	padding-left: 40px;
	background: url(../img/common/ttl_icon.png) 9px no-repeat;
	color: #404040;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
aside>ul>li {
	margin-top: 1px;
	line-height: 36px;
}
aside>ul a {
	display: block;
	position: relative;
	padding-left: 14px;
	border-top: solid 1px #e0dfdb;
	background: #fff;
	text-decoration: none;
	color: #202020;
}
aside>ul a:after {
	content: '';
	position: absolute;
	right: 7px;
	top: 12px;
	width: 12px;
	height: 12px;
	background: url(../img/common/aside_arr.png);
}
aside>ul>li>a {
	border: 0;
	background: #242424;
	color: #fff;
}
aside>ul>li>a:hover {
	background: #3d3d3d;
}
aside li ul {
	display: none;
}
aside li li a:after {
	right: 9px;
	width: 8px;
	background: url(../img/common/arr_gray.png);
}
aside li li a:hover {
	color: #1b47a1;
	text-decoration: underline;
	transition: 0s;
}
aside li li a:hover:after {
	background: url(../img/common/arr_red.png);
}

aside>ul>.on>a:after,
aside>ul>.cur>a:after {
	background-position: -12px 0;
}
aside>ul>.cur>a {
	cursor: default;
}
aside>ul>.cur>a:hover {
	background: #242424;
}
aside>ul>.cur ul {
	display: block;
}

aside>ul>.licence {
	display: none;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer {
	background: #242424;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

footer .border {
	position: relative;
	margin-top: 1px;
	border-top: solid 1px #404040;
}
footer .border:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 1px;
	background: #101010;
}

#pagetop {
	height: 23px;
	background: url(../img/common/pagetop_bg.gif);
}
#pagetop a {
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -475px;
}
#pagetop a,
#pagetop a:before {
	width: 83px;
	background: url(../img/common/pagetop_btn.gif);
}
#pagetop a:before {
	background-position: 0 -23px;
}
#pagetop a span {
	text-indent: -20000px;
}

/* sns
---------------------------------------- */

footer .sns {
	padding: 19px 0 22px;
}
footer .sns p {
	margin-bottom: 21px;
}
footer .sns li {
	display: inline-block;
	margin: 0 11px;
}
footer .sns li a {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../img/common/footer_sns.gif);
	text-indent: -20000px;
}

footer .sns .tw a { background-position: -52px 0; }
footer .sns .in a { background-position: -104px 0; }

/* nav
---------------------------------------- */

footer .nav {
	padding: 27px 0 20px;
	text-align: left;
}
footer .nav>* {
	width: 966px;
	margin: auto;
	padding: 0 7px;
}
footer .nav p {
	margin-bottom: 12px;
}
footer .nav li {
	float: left;
	margin: 0 15px 18px 0;
	padding-left: 17px;
	background: url(../img/common/footer_nav_list.gif) no-repeat 5px 3px;
	color: #727272;
}

footer .nav .corner {
	clear: left;
}

footer .nav a {
	text-decoration: none;
	color: #fff;
}

/* footerLogo */

#footerLogo a {
	display: block;
	width: 174px;
	height: 46px;
	margin: auto;
	background: url(../img/common/footer_logo.png);
	text-indent: -20000px;
}

/* copyright
---------------------------------------- */

#copyright {
	height: 22px;
	margin-top: 14px;
	padding-top: 8px;
	color: #717171;
}