@charset "utf-8";
/* ===============================================
	▼共通 (大枠・小枠)
=============================================== */
/* ━━━━ ▼大枠 ━━━━ */
#wrapper {
	width: 100%;
	min-width: 990px;
	font-size: 80%;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#container {
	width: 100%;
	padding-bottom: 400px;
}
#contents {
	width: 100%;
	background: #f1f5fa url(../img/bg_shadow.png) no-repeat center 4px;
}
#contents2 {
	width: 100%;
	background: #f1f5fa;
	padding: 15px 0 20px;
}
#contents3 {
	width: 100%;
	background: #f1f5fa url(../img/bg_shadow.png) no-repeat center top;
	padding: 40px 0 30px;
}
#contents4 {
	width: 100%;
	background-color: #f1f4f9;
	padding: 0 0 30px;
}

/* ━━━━ ▼小枠 ━━━━ */
.inner {
	width: 990px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.inner2 {
	width: 950px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.inner3 {
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
.defaultPage {
	padding: 20px 17px 40px;
}
.featurePage {
	text-align: center;
	padding: 20px 0 40px;
}
.featurePage img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* ━━━━ ▼カラム ━━━━ */
.mainArea {
	background-color: #fff;
}
#sideArea {
}
.column2main {
	float: left;
	width: 650px;
}
.column2side {
	float: right;
	width: 258px;
}

/* ===============================================
	▼HEADER CSS設定
=============================================== */
header {
	width: 100%;
	position: relative;
}
header article.inner {
	padding: 18px 0 22px;
}
header #logoArea {
	float: left;
	width: 390px;
}
header #logoArea h1#logo {
	float: left;
	width: 140px;
}
header #logoArea p {
	float: left;
	width: 250px;
	padding-top: 29px;
}
header #headBtn {
	float: right;
	width: 304px;
	padding: 10px 0 0;
}
header #headBtn dt {
	float: left;
	width: 146px;
	text-align: center;
}
header #headBtn dd {
	float: right;
	width: 146px;
	text-align: center;
}
header #headBtn dl a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #d63267 url(../img/arrow01.png) no-repeat 10px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 10px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
header #headBtn dl a:hover {
	background-color: #da567e;
}
header #headBtn #spMenu {
	display: none;
}

/* ━━━━ ▼GLOBAL NAVI 設定 ━━━━ */
header #gnavi {
	height: 44px;
	background-color: #ededed;
	position: relative;
}
header #gnavi .inner {
	position: static;
}
header #gnavi ul {
	width: 960px;
	text-align: center;
}
header #gnavi ul li {
	float: left;
	width: 160px;
}
header #gnavi ul li a {
	display: block;
	color: #5e5e5e;
	text-decoration: none;
	padding: 12px 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header #gnavi ul li a.sp {
	display: none;
}
header #gnavi ul li.on a,
header #gnavi ul li a:hover {
	color: #fff;
	background-color: #4e5a75;
	background-size: 99%;
}
header #gnavi ul li span {
	display: block;
	border-right: 1px solid #c8c8c8;
}
header #gnavi ul li:first-child span {
	border-left: 1px solid #c8c8c8;
}
header .subMenu {
	display: none;
	width: 100%;
	background-color: rgba(231,231,231,0.8);
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 99999;
}
header .subMenu2 {
	display: none;
}
header #gnavi .subMenu ol {
	width: 978px;
	padding: 15px 0;
	margin: 0 auto;
}
header #gnavi .subMenu ol li {
	float: left;
	width: 186px;
	margin-right: 12px;
}
header #gnavi .subMenu ol li:last-child {
	float: right;
	margin-right: 0;
}
header #gnavi .subMenu ol li a {
	display: block;
	color: #888;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px 12px;
}
/*
header #gnavi .subMenu ol li:last-child a {
	cursor: default;
}
*/
header #gnavi .subMenu ol li a dl dt.title {
	display: none;
}
header #gnavi .subMenu ol li a dl dd {
	padding: 10px 5px 0;
}
header #gnavi #spMenuList {
	display: none;
}

/* ===============================================
	▼FOOTER CSS設定
=============================================== */
footer {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ━━━━ ▼footInfo ━━━━ */
footer #footInfo {
	height: 200px;
	background-color: #fff;
}
footer #footInfo ul {
	text-align: center;
	padding: 30px 0 35px;
}
footer #footInfo ul li {
	display: inline-block;
	padding: 0 30px;
}
footer #footInfo p {
	text-align: center;
}

/* ━━━━ ▼footMenu ━━━━ */
footer #footMenu {
	background-color: #fafafa;
	padding: 20px 0;
}
footer #footMenu li {
	float: left;
	width: 210px;
	border-left: 1px solid #999;
}
footer #footMenu li dl {
	padding-left: 30px;
}
footer #footMenu li:first-child {
	border-left: none;
}
footer #footMenu li:first-child dl {
	padding-left: 0;
}
footer #footMenu dl dt {
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}
footer #footMenu dl dd {
	padding-top: 8px;
}
footer #footMenu dl dd a {
	color: #1e1e1e;
	text-decoration: none;
}
footer #footMenu dl dd a:hover {
	text-decoration: underline;
}
footer #copy {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
* html #footer {
	bottom:expression(document.getElementById("wrapper").offsetHeight % 2 == 0 ? 0 : -1);
}

footer #pageTop {
	position: fixed;
	width: 84px;
	height: 84px;
	bottom: 50px;
	right: 50px;
	z-index: 9000;
}

/* ===============================================
	▼共通 (アイテムリスト)
=============================================== */
#itemListMenu {
	background-color: #363e50;
	padding: 30px 0;
}
#itemListMenu nav {
	text-align: center;
}
#itemListMenu nav h2 {
	padding-bottom: 15px;
}
#itemListMenu nav ul {
	width: 967px;
	margin: 0 auto;
}
#itemListMenu nav li {
	float: left;
	width: 161px;
}
#itemListMenu nav li a {
	display: block;
	border-right: 1px solid #ebebeb;
	padding: 0 6px;
}
#itemListMenu nav li a img {
	width: 100%;
	height: auto;
}
#itemListMenu nav li:first-child {
	width: 162px;
}
#itemListMenu nav li:first-child a {
	border-left: 1px solid #ebebeb;
}

/* ===============================================
	▼共通 (タイトル)
=============================================== */
#pageTitle {
	background: #1e252b;
	padding: 40px 0;
}
#pageTitle h2 {
	color: #FFF;
	font-size: 180%;
}

.title01 {
	border-bottom: 1px solid #bebebe;
	padding: 0 0 10px 2px;
}

/* ===============================================
	▼共通 (パンくず)
=============================================== */
#breadArea {
	padding: 15px 0 5px;
}
#breadcrumbs li {
	display: inline-block;
	color: #5e5e5e;
	position: relative;
	padding-left: 1em;
}
#breadcrumbs a {
	color: #5e5e5e;
}
#breadcrumbs li:before {
	content: ">";
	width: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
#breadcrumbs li:first-child {
	padding-left: 0;
}
#breadcrumbs li:first-child:before {
	content: "";
}

/* ===============================================
	▼共通 (リスト)
=============================================== */
ol.number li {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 2em;
}
ol.number02 li {
	list-style-type: cjk-ideographic;
	padding: 0 0 10px;
	margin: 0 0 0 2em;
}
ul.disc li {
	font-weight: normal;
	list-style-type: disc;
	padding: 5px 0 5px;
	margin: 0 0 0 1.5em;
}
ul.circle li {
	font-weight: normal;
	list-style-type: circle;
	padding: 5px 0 5px;
	margin: 0 0 0 1.5em;
}

/* ===============================================
	▼共通 (テーブル)
=============================================== */
.tableStyle01 {
	width: 100%;
	background-color: #ccc;
}
.tableStyle01 th {
	font-weight: bold;
	background-color: #ededed;
	padding: 10px;
}
.tableStyle01 td {
	background-color: #fff;
	padding: 10px;
}
table th.middle {
	vertical-align: middle;
}
table td.middle {
	vertical-align: middle;
}

/* ===============================================
	▼404ページ
=============================================== */
#page404 {
	text-align: center;
	padding: 80px 0;
}
#page404 h2 {
	font-size: 110%;
	padding-bottom: 25px;
}
#page404 .txt {
	padding-bottom: 25px;
}
#page404 p a {
	color: #333;
	text-decoration: none;
	background: url("../img/arrow04.png") no-repeat left center;
	padding-left: 15px;
}