@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;
}

body {
	font-size: 62.5%;
}

@font-face {
	font-family: "threedots";
	src: local('arial');
	unicode-range: U+2026;
}

body,
table,
input, textarea, select, option {
	font-family: threedots, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

dl img,
li img {
	display: block;
	vertical-align: baseline;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background-color: #FFF;
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
	margin: 0 auto 30px;
	width: 980px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #FFF;
}

#header .hInner {
	margin: 0 auto;
	padding: 30px 0 15px;
	width: 980px;
	position: relative;
}

#header .hBtn {
	padding-top: 10px;
	float: left;
}

#header .menu .on img {
	visibility: hidden;
}

#header .logoBox {
	float: left;
	width: 728px;
	text-align: center;
}

#header .logoBox h1 {
	margin-left: 105px;
}

#header .btnList {
	margin-top: 11px;
	float: right;
	width: 80px;
}

#header .btnList li {
	padding-left: 10px;
	float: left;
}

#header a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#header .listBox {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 980px;
}

#header .listUl li {
	float: left;
	width: 139px;
	display: table-cell;
	font-size: 1.2em;
	line-height: 1.4;
	overflow: hidden;
	border-right: 1px dotted #C4D1D7;
}

#header .listUl li span {
	padding-left: 10px;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

#header .listUl li .txt {
	padding-top: 1px;
	white-space: nowrap;
}

#header .listBox .innerBox {
	padding-top: 15px;
	background-color: #fff;
}

#header .listBox .innerBox .listUl {
	float: left;
	width: 840px;
}

#header .listBox .innerBox .more {
	padding-top: 10px;
	float: right;
	width: 140px;
	text-align: center;
}

#header .listBox .innerBox .more a {
	padding-right: 20px;
	color: #3e5360;
	font-size: 1.2em;
	background: url(../../../img/pc/common/icon04.png) no-repeat right 5px;
}

#header .listBox .innerBox .more .on {
	background: url(../../../img/pc/common/icon05.png) no-repeat right 5px;
}

#header .menuBox {
	display: none;
	background-color: #FFF;
}

#header .menuBox .listUl {
	padding-top: 15px;
}

#header .menuBox .listUl .last {
	border-right: none;
}

#header .menuBox .list {
	margin-top: 15px;
	padding-top: 19px;
	border-top: 1px solid #3A4C57;
}

#header .menuBox .list li {
	margin: 0 14px 0 10px;
	display: inline;
}

#header .menuBox .list li a {
	padding-left: 21px;
	display: inline-block;
	color: #3e5360;
	font-size: 1.2em;
	background: url(../../../img/pc/common/h_icon.png) no-repeat left 1px;
}

.listBox a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.listBox a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#header .menuBox.on .fixHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 100;
}

#header .fixHeader .subFix {
	margin: 0 auto;
	width: 980px;
}

#header .fixHeader.on {
	height: 69px;
}

#header .fixHeader.on .subFix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header .fixHeader.on .subFix .listBox {
	padding-bottom: 18px;
	background: url(../../../img/pc/common/list_box_bg.png) repeat-x left bottom;
}

/*.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
*/

/* color
------------------------------------------------------------------------*/
.listBox .listUl .purple {
	color: #8b55b1;
}

.listBox .listUl .yellow {
	color: #DDB543;
}

.listBox .listUl .green {
	color: #019D86;
}

.listBox .listUl .blue {
	color: #4F6FBF;
}

.listBox .listUl .red {
	color: #e63645;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 650px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 300px;
	float: right;
}

#sideBar .banner {
}

#sideBar .banner a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar h2 {
	padding: 6px 0;
	color: #4b5e69;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	background-color: #F8F9FA;
	border-top: 3px solid #3e5360;
}

#sideBar h2 span {
	margin-bottom: 4px;
	display: block;
	font-size: 2em;
	font-family: 'Lato-BoldItalic';
}

#sideBar .h2Ttl {
	padding: 6px 10px;
	position: relative;
	text-align: left;
}

#sideBar .h2Ttl span {
	display: inline-block;
}

#sideBar .h2Ttl .small {
	margin-left: 8px;
	font-size: 1.2em;
	font-family: 'Lato-Regular';
}

#sideBar .h2Ttl a {
	padding: 4px 13px 5px 5px;
	width: 37px;
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 1.2em;
	border: 1px solid #C4D1D7;
	background: #FFF url(../../../img/pc/common/h_icon.png) no-repeat 35px 5px;
}

#sideBar .h2Ttl a:hover {
	text-decoration: none;
}

#sideBar .sList {
	margin-bottom: 30px;
	border-bottom: 1px solid #DBDCDC;
}

#sideBar .sList li {
	border-top: 1px solid #DBDCDC;
}

#sideBar .sList li a {
	padding: 14px 7px 12px 7px;
	display: block;
	font-size: 1.2em;
	overflow: hidden;
}

#sideBar .sList li a:hover {
	text-decoration: none;
}

#sideBar .sList li a:hover .txtBox {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sList li a span {
	display: block;
}

#sideBar .sList li a .num {
	padding: 17px 14px 0 0;
	float: left;
	color: #c0cbd2;
	font-size: 1.8em;
	font-family: 'Lato-BoldItalic';
}

#sideBar .sList li a .txtBox {
	margin-right: 17px;
	float: left;
	width: 180px;
	word-wrap: break-word;
}

#sideBar .sList li a .txtBox .txt {
	font-family: 'Lato-Regular';
	font-size: 10px;
	margin-bottom: 6px;
	line-height: 1;
}
#sideBar .sList li a .txtBox .ttl {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px;
}

#sideBar .sList li a .txtBox .note {
	color: #a9b9c3;
	font-size: 10px;
}

#sideBar .sList li a .fltImg {
	margin: 1px -7px 0 0;
	float: left;
}

#sideBar .sList li a .fltImg > img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#sideBar .sList li a:hover .fltImg > img {
	opacity: 0.5;
}

#sideBar .sList .purple a .fltImg {
	background: #B584D8;
}

#sideBar .sList .blue a .fltImg {
	background: #4F6FBF;
}

#sideBar .sList .green a .fltImg {
	background: #3e5360;
}

#sideBar .sList .yellow a .fltImg {
	background: #DDB543;
}

#sideBar .sList01 li {
	float: left;
	width: 150px;
}

#sideBar .sList01 li a {
	padding: 15px;
}

#sideBar .sList01 .liStyle a {
	border-right: 1px solid #DBDCDC;
}

#sideBar .sList01 li a:hover,
#sideBar .sList02 li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sList03 li a {
	padding-right: 0;
}

#sideBar .sList03 li a .fltImg {
	margin-right: 0;
	float: right;
}

#sideBar .sList03 li a .txtBox {
	width: 200px;
	font-size: 12px;
	line-height: 18px
}

#sideBar .contactTtl {
	margin-bottom: 10px;
	color: #3e5360;
	font-size: 1.2em;
	text-align: center;
}

#sideBar .contactTtl span {
	padding-left: 10px;
	display: inline-block;
	background: url(../../../img/pc/common/contact_ttl_bg01.png) no-repeat left 3px;
}

#sideBar .contactTtl span span {
	padding-right: 15px;
	background: url(../../../img/pc/common/contact_ttl_bg02.png) no-repeat right 3px;
}

#sideBar .mail {
	margin-bottom: 30px;
}

#sideBar .mail a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sLink {
	margin-bottom: 30px;
}

#sideBar .sLink a {
	padding: 10px;
	display: block;
	color: #3a4c57;
	font-size: 1.2em;
	background: url(../../../img/pc/common/h_icon.png) no-repeat 274px 11px;
	border: 1px solid #C4D1D7;
}

#sideBar .sLink a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .comTxtDl {
	background: url(../../../img/pc/common/line01.gif) repeat-x left bottom;
}

#main .comTxtDl dl {
	padding: 20px 0 5px;
	color: #666;
	font-size: 1.2em;
	background: url(../../../img/pc/common/line01.gif) repeat-x left top;
}

#main .comTxtDl dt {
	float: left;
}

#main .comTxtDl dd {
	padding: 0 0 15px 4em;
}

#main .comTxtDl dd a {
	color: #666;
}

/* color
------------------------------------------------------------------------*/
#sideBar .purple a .txtBox .txt {
	color: #B584D8;
}

#sideBar .yellow a .txtBox .txt {
	color: #DDB543;
}

#sideBar .green a .txtBox .txt {
	color: #3e5360;
}

#sideBar .blue a .txtBox .txt {
	color: #4F6FBF;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 30px;
	background-color: #E3EAED;
}

#footer .fInner {
	margin-bottom: 15px;
	padding: 20px 0 30px;
	background-color: #C4D1D7;
}

#footer .fInner .innerBox {
	margin: 0 auto;
	width: 980px;
}

#footer .fInner .innerBox ul {
	float: left;
}

#footer .fInner .innerBox li {
	padding-bottom: 5px;
	float: left;
}

#footer .fInner .innerBox .bgBox {
	padding: 10px 25px;
	float: right;
	width: 465px;
	background-color: #FFF;
}

#footer .fInner .innerBox .bgBox .ttl {
	font-size: 1.4em;
	font-weight: bold;
}

#footer .fBox {
	margin: 0 auto 25px;
	width: 972px;
}

#footer .fBox .linkBox {
	margin-bottom: 15px;
}

#footer .fBox .linkBox p {
	margin-right: 20px;
	float: left;
	color: #3e5360;
	font-size: 1.4em;
}

#footer .fBox .fNavi {
	float: left;
}

#footer .fBox .fNavi li {
	display: inline;
	font-size: 1.4em;
}

#footer .fBox .fNavi li a {
	margin: 0 6px;
	color: #3e5360;
}

#footer .fBox .linkBox02 {
	margin-bottom: 0;
}

#footer .fBox .linkBox02 p {
	font-size: 1.2em;
}

#footer .fBox .linkBox02 .fNavi li {
	font-size: 1.2em;
}

#footer .btmInner {
	padding: 15px 0 10px;
	background-color: #3F5260;
}

#footer .btmInner .btmBox {
	margin: 0 auto;
	width: 992px;
}

#footer .btmInner .btmBox .txt {
	float: left;
	width: 500px;
}

#footer .btmInner .btmBox .txt a {
	color: #dee6ea;
	font-size: 1.2em;
	text-decoration: underline;
}

#footer .btmInner .btmBox .txt a:hover {
	text-decoration: none;
}

#footer .btmInner .btmBox .rBox {
	float: right;
	width: 440px;
}

#footer .btmInner .btmBox .rBox .fLogo {
	margin-right: 7px;
	float: left;
}

#footer .btmInner .btmBox .rBox .fLogo01 {
	margin: 0 20px 0 0;
}

#footer .btmInner .copyright {
	float: left;
	color: #FFF;
	font-size: 1.3em;
}

#footer .btmInner .fLogo a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
