@charset "euc-jp";
/*-----------------------------------------------------------------------------
** fix
-----------------------------------------------------------------------------*/
body,html {
	height: 100%;
}
/*-----------------------------------------------------------------------------
** 初期設定
-----------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	line-height: 1.5;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
/*-----------------------------------------------------------------------------
** a
-----------------------------------------------------------------------------*/
a {
	color: #005BAC;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}
/*-----------------------------------------------------------------------------
	** img
-----------------------------------------------------------------------------*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
/*---------- IE8のみ適用(縦横比を合わせる為) ----------*/
.ie8 img {
	width: auto;
}
/*-----------------------------------------------------------------------------
** table
-----------------------------------------------------------------------------*/
table {
	border-top: 1px solid #CCCCB7;
	border-left: 1px solid #CCCCB7;
	width: 100%;
}
th {
	background: #EBEBE2;
	text-align: center;
	font-weight: bold;
}
td {
	background: #FFFFFF;
}
th, td {
	font-size: 12px;
	border-right: 1px solid #CCCCB7;
	border-bottom: 1px solid #CCCCB7;
	vertical-align: middle;
}
@media screen and (max-width: 467px) {
	th, td {
		font-size: 11px;
		padding: 5px;
	}
}
@media print, screen and (min-width: 468px) {
	th, td {
		padding: 6px 8px;
	}
}
/*-----------------------------------------------------------------------------
	** フォーム系
-----------------------------------------------------------------------------*/
/*---- ラジオボタン ----*/
input[type='radio']{
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
}
.btnRad{
	background:url(/img/common/icon_radio.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	padding: 0 0 0 24px;
}
/*---- チェックボックス ----*/
input[type='checkbox']{
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
}
.btnCheck{
	background:url(/img/common/icon_check.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	padding: 0 0 0 24px;
}
/*---- チェックが入ったら追加されるCSS ----*/
.c_on{
	background-color: #FFFACE;
	background-position: left top !important;
}
/*---- チェックボックスのみ表示したい場合 ----*/
label.only {
	margin: 0 auto;
	padding: 0;
	width: 20px;
}
select {
	padding: 2px 0;
}
/*-----------------------------------------------------------------------------
** dialog
-----------------------------------------------------------------------------*/
#dialog {
	background-color: #FFFFFF;
	border: 2px solid #339900;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	position: absolute;
	z-index: 9999;
}
#dialog p {
	display: table;
	font-size: 14px;
	height: 100%;
	padding: 0 20px 0 60px;
}
#dialog p span {
	display: table-cell;
	vertical-align: middle;
}
/*---- ビックリマーク ----*/
#dialog p.warning{
	background: url(/img/common/icon_exclamation.png) no-repeat 15px 15px;
}
/*---- ノートマーク ----*/
#dialog p.info{
	background: url(/img/common/icon_infomation.png) no-repeat left center;
}
/*---- エラーマーク ----*/
#dialog p.error{
	font-size: 14px;
	background: url(/img/common/icon_error.png) no-repeat left center;
	padding-left: 27px;
}
/*-----------------------------------------------------------------------------
** accordion
-----------------------------------------------------------------------------*/
.accordion {
	clear: both;
}
.accordion .btn01 {
	color: #005BAC;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: underline;
}
.accordion .btn01 i {
	color: #0F243E;
	font-size: 19px;
	padding-left: 3px;
}
.accordion .slide01 {
	display: none;
}
/*-----------------------------------------------------------------------------
** wrap
-----------------------------------------------------------------------------*/
#wrap {
	height: auto !important;
	min-height: 100%;
	padding-bottom: 356px;
	position: relative;
	text-align: left;
	width: 100%;
}
/*-----------------------------------------------------------------------------
** header
-----------------------------------------------------------------------------*/
#headerArea {
	margin-bottom: 10px;
}
#headerArea #h1Area {
	background: #00386A;
	border-bottom: 1px solid #1B4170;
	color: #FFFFFF;
	display: normal;
}

/*---------- H1テキスト・サイトマップ・お問い合わせ ----------*/
#headerArea #h1Area .box {
	margin: 0 auto;
	max-width: 980px;
}
#headerArea #h1Area .box h1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
}

@media screen and (max-width: 467px) {
	#headerArea #h1Area .box h1 {
		line-height: 13px;
		padding: 4px 10px;
	}
	#headerArea #h1Area .box .sicoWrap {
		display: none;
	}
}
@media screen and (min-width: 468px) {
	#headerArea #h1Area .box {
		display: table;
		width: 100%;
	}
	#headerArea #h1Area .box h1 {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 10px;
	}
	#headerArea #h1Area .box .sicoWrap {
		display: table-cell;
		vertical-align: middle;
		width: 240px;
	}
	#headerArea #h1Area .box .sicoWrap {
		font-size: 12px;
	}
	#headerArea #h1Area .box .sicoWrap li.si {
		margin-right: 20px;
	}
	#headerArea #h1Area .box .sicoWrap li.co {
		margin-right: 10px;
	}
	#headerArea #h1Area .box .sicoWrap li.si,
	#headerArea #h1Area .box .sicoWrap li.co {
		float: right;
	}
	#headerArea #h1Area .box .sicoWrap li.si p,
	#headerArea #h1Area .box .sicoWrap li.co p {
		display: inline;
	}
	#headerArea #h1Area .box .sicoWrap li.si a,
	#headerArea #h1Area .box .sicoWrap li.co a {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #FFFFFF;
		display: block;
		line-height: 25px;
		text-decoration: none;
	}
	#headerArea #h1Area .box .sicoWrap li.si a i,
	#headerArea #h1Area .box .sicoWrap li.co a i {
		margin-right: 5px;
	}
}
#headerArea header {
	background: #2186E0;
	background: -webkit-linear-gradient(top, #2186E0 0%,#004788 100%);
	background: linear-gradient(to bottom, #2186E0 0%,#004788 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2186E0),to(#004788));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2186E0', endColorstr='#004788',GradientType=0 );
}
/*---------- 印刷時のレイアウト崩れ防止 ----------*/
@media print {
	header {
		width: 980px;
	}
}
#headerInner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	max-width: 980px;
}
/*---------- ロゴ ----------*/
#headerArea header #logo {
	padding: 10px;
}
@media print, screen and (min-width: 468px) {
	#headerArea header #logo {
		float: left;
		max-width: 620px;
	}
}
/*---------- 連絡先 ----------*/
@media screen and (max-width: 767px) {
	#headerArea .info {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	#headerArea .info {
		background-color: #E7F0F7;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #00386A;
		float: right;
		width: 346px;
		padding: 6px 12px 10px 12px;
		margin: 20px 10px 20px 0;
	}
	#headerArea .info .tit {
		float: left;
		font-size: 14px;
		font-weight: bold;
	}
	#headerArea .info .tel {
		font-family: 'Candal', sans-serif;
		font-weight: 400; /* フォントの太さをいくつか選択した場合はその太さの数字を入力 */
		background: url(/img/common/pic_tel.png) no-repeat 0 7px;
		font-size: 34px;
		float: left;
		line-height: 34px;
		padding-left: 46px;
		margin-top: -5px;
	}
	#headerArea .info dl {
		float: left;
		font-size: 12px;
		margin-top: 5px;
	}
	#headerArea .info dl dt {
		border: 1px solid #00386A;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0 4px;
		text-align: center;
	}
	#headerArea .info dl dd {
		float: left;
		font-size: 12px;
		padding: 0 10px 0 6px;
	}
}
/*---------- スマホメニュー ----------*/
@media screen and (min-width: 468px) {
	#spMenu .sicoWrap {
		display: none;
	}
}
@media screen and (max-width: 467px) {
	#spMenu {
		background-color: #F9F9F7;
		border-bottom: 1px solid #CDCDBA;
		position: relative;
		width: 100%;
	}
	/*-- サイトマップ&お問合せ --*/
	#spMenu .sicoWrap {
		text-align: center;
	}
	#spMenu .sicoWrap a {
		color: #00498C;
		text-decoration: none;
	}
	/*---- 画像非表示 ----*/
	#spMenu .sicoWrap img {
		display: none;
	}
	#spMenu .sicoWrap li.si,
	#spMenu .sicoWrap li.co {
		position: absolute;
		top: 5px;
	}
	#spMenu .sicoWrap li.si {
		right: 60px;
		z-index: 1;
	}
	#spMenu .sicoWrap li.co {
		right: 5px;
		z-index: 1;
	}
	#spMenu .sicoWrap li.si a,
	#spMenu .sicoWrap li.co a {
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		border: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		line-height: 35px;
		height: 35px;
		text-decoration: none;
		width: 50px;
	}
	/*---- テキスト非表示 ----*/
	#spMenu .sicoWrap li.si a p,
	#spMenu .sicoWrap li.co a p {
		display: none;
	}
	#spMenu .sicoWrap li.si a span,
	#spMenu .sicoWrap li.co a span {
		display: block;
	}
}
/*---------- ナビゲーション ----------*/
@media screen and (max-width: 467px) {
	/*---- メニューボタン表示 ----*/
	#globalNav .btn a {
		border-right: 1px solid #CDCDBA;
		color: #333333;
		display: block;
		font-weight: bold;
		height: 45px;
		line-height: 45px;
		text-align: center;
		text-decoration: none;
		width: 90px;
	}
	/*---- ボタンが押されたら ----*/
	#globalNav .btn a.on {
		background-color: #EEEEE8;
	}
	#globalNav .btn a i {
		color: #00529B;
		margin-right: 5px;
	}
	/*---- ナビゲーションスタイル ----*/
	#globalNav nav.slide {
		border: 5px solid #EEEEE8;
	}
	#globalNav nav.slide ul {
		background-color: #E2E2D6;
		border-top: 1px solid #CCCCB7;
		border-left: 1px solid #CCCCB7;
		clear: both;
		max-width: 960px;
	}
	#globalNav nav.slide ul li {
		background-color: #FFFFFF;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		float: left;
		position: relative;
		width: 50%;
	}
	#globalNav nav.slide ul li.st01 {
		font-size: 10px;
	}
	#globalNav nav.slide ul li.st01 a:after {
		font-size: 13px;
	}
	#globalNav nav.slide ul li a {
		border-bottom: 1px solid #CCCCB7;
		border-right: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		font-weight: bold;
		padding: 10px 0 10px 10px;
		height: 40px;
		text-decoration: none;
	}
	#globalNav nav.slide ul li a:after {
		color: #00427D;
		content: "\f054";
		font-family: FontAwesome;
		margin-top: -9px;
		position: absolute;
		right: 10px;
		top: 50%;
	}
}
@media print, screen and (min-width: 468px) {
	#globalNav {
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		border-top: 1px solid #CCCCB7;
		border-bottom: 1px solid #CCCCB7;
	}
	/*---- メニューボタン非表示(JS) ----*/
	#globalNav .btn a {
		display: none;
	}
	/*---- メニュースライド(JS) ----*/
	#globalNav nav {
		display: block !important;
		max-width: 960px;
		margin: 0 auto;
	}

	#globalNav nav ul {
		border-right: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 auto;
		max-width: 960px;
	}
	#globalNav nav ul li {
		border-left: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		width: 16.6%;
		float: left;
		display: table;
	}
	#globalNav nav ul li.st01 {
		font-size: 12px;
		width: 17%;
	}
	#globalNav nav ul li a {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #333333;
		padding: 10px 0;
		text-decoration: none;
		height: 56px;
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
	}
	#globalNav nav li a:hover {
		background: #F3F3EE;
		background: -webkit-linear-gradient(top, #F3F3EE 0%,#FFFFFF 100%);
		background: linear-gradient(to bottom, #F3F3EE 0%,#FFFFFF 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#F3F3EE),to(#FFFFFF));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3EE', endColorstr='#FFFFFF',GradientType=0 );
	}
}
/*---------- 検索メニュー ----------*/
#searchItem p.tit{
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 0 4px 0;
}
#searchItem p.tit i {
	color: #00529B;
	font-size: 20px;
	margin-right: 5px;
}
#searchItem .slide {
	background-color: #EEF5FD;
}
@media screen and (max-width: 467px) {
	/*---- メニューボタン表示 ----*/
	#searchItem .btn a {
		background-color: #F9F9F7;
		display: block;
		border-right: 1px solid #CDCDBA;
		color: #333;
		font-weight: bold;
		height: 45px;
		left: 91px;
		line-height: 45px;
		position: absolute;
		top: 0;
		text-decoration: none;
		text-align: center;
		width: 100px;
	}
	/*---- ボタンが押されたら ----*/
	#searchItem .btn a.on {
		background-color: #EEEEE8;
	}
	#searchItem .btn a i {
		color: #00529B;
		margin-right: 5px;
	}
	#searchItem .slide {
		border: 5px solid #EEEEE8;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 468px) {
	/*---- メニューボタン非表示(JS) ----*/
	#searchItem .btn a {
		display: none;
	}
	/*---- メニュースライド(JS) ----*/
	#searchItem div.slide {
		display: block !important;
	}
	#searchItem {
		border-right: 1px solid #CCCCB7;
		border-bottom: 1px solid #CCCCB7;
		border-left: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		margin: 0 auto 15px;
		max-width: 960px;
	}
}
/*---- フリーワード ----*/
#searchItem #freeWord {
	padding: 13px 15px 10px;
}
#searchItem #freeWord p {
	float: left;
}
#searchItem #freeWord p span {
	color: #D5006C;
}
#searchItem #freeWord input[type="text"] {
	float: left;
	margin-right: 8px;
	padding: 3px;
}
#searchItem #freeWord a.btnTypeR_XS {
	float: left;
	padding: 2px 5px;
	width: 50px;
}
#searchItem #freeWord p.note {
	font-size: 14px;
	margin-top: 2px;
}
@media screen and (max-width: 467px) {
	#searchItem #freeWord input[type="text"] {
		width: 200px;
	}
}
@media print, screen and (min-width: 468px) {
	#searchItem #freeWord input[type="text"] {
		width: 220px;
	}
	#searchItem #freeWord a.btnTypeR_XS {
		margin-right: 15px;
	}
}
/*---- メイン検索 ----*/
@media screen and (min-width: 468px) {
	#searchItem .mainSearch {
		display: none;
	}
}
@media screen and (max-width: 467px) {
	#searchItem .mainSearch {
		border-top: 2px solid #EEEEE8;
		padding: 13px 15px 10px;
	}
	#searchItem .mainSearch ul {
		margin: -3px 0 0 -3px;
	}
	#searchItem .mainSearch ul li {
		display: inline-block;
		float: left;
		margin: 4px 0 0 4px;
	}
	#searchItem .mainSearch ul li a {
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		border: 1px solid #CCCCB7;
		border-radius: 14px;
		color: #333333;
		display: block;
		font-size: 13px;
		font-weight: bold;
		padding: 0 10px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
	}
	#searchItem .mainSearch ul li a:hover {
		background: #F3F3EE;
		background: -webkit-linear-gradient(top, #F3F3EE 0%,#FFFFFF 100%);
		background: linear-gradient(to bottom, #F3F3EE 0%,#FFFFFF 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#F3F3EE),to(#FFFFFF));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3EE', endColorstr='#FFFFFF',GradientType=0 );
	}
	#searchItem .mainSearch ul li a i {
		font-size: 16px;
		margin: 0 3px;
	}
}
/*---------- パンくず ----------*/
/*---- 非表示 ----*/
@media screen and (max-width: 467px) {
	#topicPass {
		display: none;
	}
}
@media print, screen and (min-width: 468px) {
	#topicPass {
		font-size: 11px;
		margin: 0 auto 10px;
		max-width: 980px;
	}
	#topicPass ul {
		margin: 0 10px;
		padding: 5px;
		text-align: left;
		/zoom: 1;
	}
	#topicPass ul:after {
		clear: both;
		content: "";
		display: block;
	}
	#topicPass ul li {
		float: left;
	}
}
/*---------- インフォメーション ----------*/
#infoArea {
	background: #FFF8E8;
	border: 2px solid #00386A;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto 20px;
	max-width: 960px;
	padding: 10px 15px;
}
#infoArea dt {
	background: url(/img/common/pic_info.png) no-repeat left top;
	color: #00386A;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 2px 30px;
}
@media screen and (max-width: 767px) {
	#infoArea {
		margin: 10px;
	}
}
/*-----------------------------------------------------------------------------
** oneColumn
-----------------------------------------------------------------------------*/
@media screen and (min-width: 468px) {
	#oneColumn #mainContent {
		background-color: #FFF;
		border: 1px solid #CCCCB7;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	}
}
@media screen and (max-width: 467px) {
	#oneColumn #mainContent {
		margin: 0 -10px;
	}
}
/*-----------------------------------------------------------------------------
** twoColumn(subContent:ライター)
-----------------------------------------------------------------------------*/
#twoColumn #subContent #subContentInner .box01 {
	text-align: center;
	margin-bottom: 20px;
}
/*---------- 特集バナー ----------*/
@media screen and (max-width: 467px) {
	#twoColumn #subContent #subContentInner .box02 {
		border-top: 1px solid #CCCCB7;
		border-bottom: 1px solid #CCCCB7;
		text-align: center;
		padding-top: 20px;
		margin: 0 -10px 20px;
	}
}
@media screen and (min-width: 468px) {
	#twoColumn #subContent #subContentInner .box02 {
		border: 1px solid #CCCCB7;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 20px;
		padding-top: 20px;
		text-align: center;
	}
}
#twoColumn #subContent #subContentInner .box02 ul li {
	padding-bottom: 20px;
}
/*---------- リンク ----------*/
#twoColumn #subContent #subContentInner .box03 {
	margin-bottom: 20px;
}
#twoColumn #subContent #subContentInner .box03 ul li {
	background: url(/img/common/icon_box_blue.png) no-repeat 15px 11px;
	padding-left: 35px;
	font-size: 15px;
	line-height: 35px;
}
#twoColumn #subContent #subContentInner .box03 ul li a {
	font-weight: bold;
	text-decoration: none;
}
/*---------- 外部バナー ----------*/
#twoColumn #subContent #subContentInner .box04 {
	text-align: center;
	margin-bottom: 150px;
}
#twoColumn #subContent #subContentInner .box04 ul li {
	margin-bottom: 20px;
}
@media screen and (max-width: 467px) {
	#twoColumn #subContent .titTypeOB_S {
		margin: 0 -10px;
	}
	#twoColumn #subContent ul#searchOther {
		margin-right: -10px;
		padding: 20px 0 20px 0;
	}
}
@media screen and (min-width: 467px) {
	#twoColumn #subContent ul#searchOther {
		border: 1px solid #CCCCB7;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 30px;
		padding: 20px 0 10px 18px;
	}
}
#twoColumn #subContent ul#searchOther li {
	float: left;
	margin: 0 10px 10px 0;
	width: 105px;
}
/*---------- レイアウト設定 ----------*/
@media print, screen and (min-width: 768px) {
	#twoColumn #contentInner {
		display: table;
		max-width: 980px;
	}
	#twoColumn #mainContentArea {
		display: table-cell;
		padding-right: 18px;
		vertical-align: top;
		width: 100%;
	}
	/*----- subContent -----*/
	#twoColumn #subContent {
		display: table-cell;
		vertical-align: top;
	}
	#twoColumn #subContent #subContentInner {
		width: 260px;
	}
}
@media screen and (max-width: 467px) {
	#twoColumn #mainContent {
		margin: 0 -10px 20px -10px;
		border-bottom: 1px solid #CCCCB7;
	}
}
@media screen and (min-width: 468px) {
	#twoColumn #mainContent {
		background-color: #FFF;
		border: 1px solid #CCCCB7;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		margin-bottom: 30px;
	}
}
/*-----------------------------------------------------------------------------
** twoColumn02
-----------------------------------------------------------------------------*/
/*---------- レイアウト設定 ----------*/
@media screen and (max-width: 767px) {
	#twoColumn02 #mainContentArea {
		width: 100%;
	}
	#twoColumn02 #mainContentArea #mainContent {
		margin: 0 -10px;
	}
	#twoColumn02 #subContent {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	#twoColumn02 #content {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#twoColumn02 #mainContentArea {
		display: table-cell;
		vertical-align: top;
		width: 100%;
	}
	#twoColumn02 #mainContentArea #mainContent {
		border: 1px solid #CCCCB7;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	}
	#twoColumn02 #subContent {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: table-cell;
		vertical-align: top;
		padding-right: 20px;
	}
	#twoColumn02 #subContent #subContentInner {
		border: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		width: 200px;
	}
}
/*-----------------------------------------------------------------------------
** content
-----------------------------------------------------------------------------*/
#content {
	max-width: 980px;
}
@media print, screen and (max-width: 767px) {
	#content {
		margin: 0 auto 350px auto;
	}
}
@media print, screen and (min-width: 767px) {
	#content {
		margin: 0 auto 100px auto;
	}
}
#contentInner {
	padding: 0 10px;
}
/*-----------------------------------------------------------------------------
** footer
-----------------------------------------------------------------------------*/
#footerArea {
	margin-top: -15px;
	margin-bottom: 0;
	background-color: #F1F5FC;
	border-top: 1px solid #B4CAEF;
	box-shadow: 0 -2px 8px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -2px 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -2px 8px 1px rgba(0,0,0,0.1);
	position: absolute;
	width: 100%;
}
#footerArea a {
	text-decoration: none;
}
#footerArea #footerBottom {
	margin: 0 auto 15px;
	max-width: 960px;
	padding: 0 10px;
}
#footerArea #footerBottom p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#footerArea #footerBottom ul {
	font-size: 13px;
	overflow: hidden;
	margin-left: -10px;
}
#footerArea #footerBottom ul li {
	float: left;
	margin-left: 10px;
}
#footerArea #footerBottom ul li a {
	color: #00417D;
	padding-left: 10px;
	position: relative;
}
#footerArea #footerBottom ul li a:before {
	color: #00386A;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 9px;
	margin-top: -8px;
	position: absolute;
	left: 0;
	top: 50%;
}
footer#footer {
	background-color: #F1F5FC;
	margin: 0 auto;
	max-width: 980px;
}
footer#footer #footerInner .siteText {
	font-size: 11px;
	margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
	footer#footer #footerInner .siteText {
		margin: 0 10px 15px;
	}
	#footerArea #footerBottom {
		margin: 20px 0 10px;
	}
}
@media print, screen and (min-width: 768px) {
	footer#footer #footerInner {
		margin: 0 10px;
	}
	/*---- 連絡先 ----*/
	#footerInnerLeft {
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	#footerInnerLeft .info {
		color: #00498C;
		margin-bottom: 5px;
	}
	#footerInnerLeft .info p.tit {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	#footerInnerLeft .info .tel {
		font-family: 'Candal', sans-serif;
		font-weight: 400; /* フォントの太さをいくつか選択した場合はその太さの数字を入力 */
		font-size: 34px;
		float: left;
	}
	#footerInnerLeft .info .tel a {
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		border: 1px solid #B8B89A;
		color: #002A64;
		display: block;
		font-size: 28px;
		font-weight: normal;
		text-decoration: none;
		padding: 0 10px 5px;
		margin-right: 10px;
	}
	#footerInnerLeft .info .tel a:hover {
		background: #F3F3EE;
		background: -webkit-linear-gradient(top, #F3F3EE 0%,#FFFFFF 100%);
		background: linear-gradient(to bottom, #F3F3EE 0%,#FFFFFF 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#F3F3EE),to(#FFFFFF));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3EE', endColorstr='#FFFFFF',GradientType=0 );
	}
	#footerInnerLeft .info .tel a i {
		color: #00498C;
		font-size: 24px;
		font-weight: bold;
		margin-right: 5px;
	}
	#footerInnerLeft .info dl {
		float: left;
		font-size: 12px;
		margin: 8px 0 10px;
	}
	#footerInnerLeft .info dl dt {
		background-color: #FFF;
		border: 1px solid #00386A;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0 4px;
		text-align: center;
	}
	#footerInnerLeft .info dl dd {
		float: left;
		font-size: 12px;
		padding: 0 10px 0 6px;
	}
}
@media print, screen and (min-width: 768px) {
	#footerInnerLeft .info {
		background-color: #FFF;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #00386A;
		float: right;
		width: 346px;
		padding: 6px 12px 10px 12px;
	}
	#footerInnerLeft .info .tit {
		float: left;
		font-size: 14px;
		font-weight: bold;
	}
	#footerInnerLeft .info .tel {
		font-family: 'Candal', sans-serif;
		font-weight: 400; /* フォントの太さをいくつか選択した場合はその太さの数字を入力 */
		background: url(/img/common/pic_tel.png) no-repeat 0 7px;
		font-size: 34px;
		float: left;
		line-height: 34px;
		padding-left: 46px;
		margin-top: -5px;
	}
	#footerInnerLeft .info dl {
		float: left;
		font-size: 12px;
		margin-top: 5px;
	}
	#footerInnerLeft .info dl dt {
		border: 1px solid #00386A;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0 4px;
		text-align: center;
	}
	#footerInnerLeft .info dl dd {
		float: left;
		font-size: 12px;
		padding: 0 10px 0 6px;
	}
	#footerInnerLeft .info .tel a i {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#footerArea {
		margin-top: -280px;
		margin-bottom: 0;
	}
		#footerArea .toTop{
		margin: -60px auto 30px;
		max-width: 960px;
		text-align: right;
	}
}
@media print, screen and (min-width: 767px) {
	#footerArea .toTop{
		margin: -70px auto 50px;
		max-width: 960px;
		text-align: right;
	}
}
#footerArea .toTop a {
	background: #2F71B9;
	background: -webkit-linear-gradient(top, #2F71B9 0%,#034988 100%);
	background: linear-gradient(to bottom, #2F71B9 0%,#034988 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2F71B9),to(#034988));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F71B9', endColorstr='#034988',GradientType=0 );
	border: 1px solid #4685D2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
#footerArea .toTop a:hover {
	background: #034988;
	background: -webkit-linear-gradient(top, #034988 0%,#2F71B9 100%);
	background: linear-gradient(to bottom, #034988 0%,#2F71B9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#034988),to(#2F71B9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034988', endColorstr='#2F71B9',GradientType=0 );
}


@media screen and (max-width: 768px) {
	#footerInner .fb-like {
		margin-left: 10px;
	}
	#footerInnerLeft {
		margin: 0 10px;
	}
	#footerInnerRight ul {
		border-top: 1px solid #CCCCB7;
		border-left: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		clear: both;
		margin: 5px 0 10px 0;
	}
	#footerInnerRight ul li {
		float: left;
		background: #FFFFFF;
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
		font-size: 12px;
		position: relative;
		width: 50%;
	}
	#footerInnerRight ul li a {
		border-bottom: 1px solid #CCCCB7;
		border-right: 1px solid #CCCCB7;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		font-weight: bold;
		padding: 10px 0 10px 10px;
		text-decoration: none;
	}
	#footerInnerRight li a:after {
		color: #00427D;
		content: "\f054";
		font-family: FontAwesome;
		margin-top: -9px;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	#footerArea #copy {
		font-size: 11px;
		padding: 6px 0 10px;
		text-align: center;
	}
}
@media print, screen and (min-width: 768px) {
	#footerInnerLeft {
		float: left;
		width: 346px;
	}
	#footerInnerRight {
		float: right;
		margin: 0 0 10px -346px;
		width: 100%;
	}
	#footerInnerRight ul {
		margin-left: 386px;
	}
	#footerInnerRight li {
		float: left;
		margin-bottom: 8px;
	}
	#footerInnerRight li:before {
		color: #00427D;
		content: "\f138";
		font-family: FontAwesome;
		font-size: 15px;
		position: relative;
		top: 1px;
		margin-right: 2px;
	}
	#footerInnerRight li a {
		margin-left: 3px;
		font-weight: bold;
	}
	#footerInnerRight .fb {
		margin-left: 386px;
	}
	#footerArea #copy {
		font-size: 11px;
		padding: 12px 0 10px;
		margin: 0 auto 10px;
		max-width: 960px;
		text-align: center;
	}
}
/*
@media print, screen and (min-width: 468px) and (max-width: 767px) {
	#footerInnerRight li {
		display: inline;
		margin-right: 10px;
	}
}
*/
@media print, screen and (min-width: 768px) {
	#footerInnerRight li {
		width: 190px;
	}
}

#logoFooter {
	text-align: center;
}
#logoFooter a {
	display: inline-block;
	margin: 0 10px;
}
/*-----------------------------------------------------------------------------
	** title
-----------------------------------------------------------------------------*/
/*---------- オレンジアイコン_large ----------*/
.titTypeOI_L {
	background-color: #00427D;
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 10px 10px 10px 48px;
}
.titTypeOI_L i {
	color: #FFB700;
	font-size: 25px;
	position: relative;
	margin: 1px 0 0 15px;
	position: absolute;
	left: 0;
}
.titTypeOI_L .subText {
	font-size: 14px;
	margin-left: 15px;
}
.titTypeOI_L .subText span {
	color: #FFBB00;
}
@media screen and (max-width: 467px) {
	.titTypeOI_L {
		font-size: 16px;
	}
}
/*---------- オレンジアイコン_middle ----------*/
.titTypeOI_M {
	background: #00427D;
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 10px 0 10px 10px;
}
.titTypeOI_M i {
	color: #FFB700;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 467px) {
	.list #subContent .titTypeOI_M {
		padding: 5px 0 5px 10px;
		font-size: 14px;
	}
}
/*---------- ブルー_middle ----------*/
.titTypeB_M {
	background: #2669af;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	margin: 20px 0 10px;
	padding-left: 10px;
}
.titTypeB_M i {
	color: #FFB700;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
/*---- 補足テキスト ----*/
.titTypeB_M span.subText {
	font-size: 12px;
	margin-left: 15px;
}
.titTypeB_M span.subText span {
	color: #FFB900;
}
/*---------- ブルーボーダー_middle ----------*/
.titTypeBB_M {
	border-bottom: 3px solid #E0E0D3;
	font-size: 17px;
	font-weight: bord;
	position: relative;
	padding-bottom: 5px;
	margin: 30px 0 15px;
}
.titTypeBB_M::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #0065BF;
}
.titTypeBB_M span {
	color: #EAAA00;
	margin-right: 5px;
}
.titTypeBB_M span.small {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
/*---------- ブルーボーダー_small ----------*/
.titTypeBB_S span {
	border-left: 3px solid #00529B;
	padding-left: 10px;
}
/*---------- ブルータブ_small ----------*/
.titTypeBT_S {
	border-bottom: 2px solid #0065BF;
	margin: 20px 0 10px;
}
.titTypeBT_S span {
	background-color: #0065BF;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 12px;
}
/*---------- オレンジボーダー_small ----------*/
.titTypeOB_S {
	background-color: #00427D;
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
}
.titTypeOB_S span {
	border-left: 4px solid #FEB600;
	padding-left: 10px;
}
/*-----------------------------------------------------------------------------
** btn
-----------------------------------------------------------------------------*/
/*--------------- ブラック系ボタン ---------------*/
a.btnTypeBK_XS,
a.btnTypeBK_S,
a.btnTypeBK,
a.btnTypeBK_L {
	background: #676767;
	background: -webkit-linear-gradient(top, #676767 0%,#262626 100%);
	background: linear-gradient(to bottom, #676767 0%,#262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#676767),to(#262626));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#262626',GradientType=0 );
	border: 1px solid #1B1B1B;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeBK_XS:hover,
a.btnTypeBK_S:hover,
a.btnTypeBK:hover,
a.btnTypeBK_L:hover {
	background: #262626;
	background: -webkit-linear-gradient(top, #262626 0%,#676767 100%);
	background: linear-gradient(to bottom, #262626 0%,#676767 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#262626),to(#676767));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#676767',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeBK_XS {
	font-size: 12px;
	padding: 0 3px;
}
/*---------- small ----------*/
a.btnTypeBK_S {
	font-size: 12px;
	padding: 6px 0;
}
/*---------- middle ----------*/
a.btnTypeBK {
	font-size: 15px;
	padding: 8px 0;
}
/*---------- large ----------*/
a.btnTypeBK_L {
	position: relative;
	text-align: left;
}
a.btnTypeBK_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeBK_L span {
	display: block;
}
/*----- アイコン:印刷 設定 -----*/
a.btnTypeBK_L.print:before {
	content: "\f02f";
	font-size: 34px;
	left: 25px;
	top: -2px;
}
a.btnTypeBK_L.print span {
	font-size: 18px;
	height: 46px;
	line-height: 48px;
	padding-left: 65px;
}
/*--------------- グレー系ボタン ---------------*/
a.btnTypeG_XS,
a.btnTypeG_S,
a.btnTypeG,
a.btnTypeG_L {
	background: #FFFFFF;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#F3F3EE 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#F3F3EE 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3EE));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3EE',GradientType=0 );
	border: 1px solid #CCCCB7;
	color: #333333;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeG_XS:hover,
a.btnTypeG_S:hover,
a.btnTypeG:hover,
a.btnTypeG_L:hover {
	background: #F3F3EE;
	background: -webkit-linear-gradient(top, #F3F3EE 0%,#FFFFFF 100%);
	background: linear-gradient(to bottom, #F3F3EE 0%,#FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3EE),to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3EE', endColorstr='#FFFFFF',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeG_XS {
	font-size: 12px;
	padding: 0 3px;
}
a.btnTypeG_XS i {
	font-size: 15px;
	margin-left: 3px;
}
/*---------- small ----------*/
a.btnTypeG_S {
	font-size: 12px;
	padding: 6px 0;
}
a.btnTypeG_S i {
	font-size: 16px;
	margin: 0 3px;
}
/*---------- middle ----------*/
a.btnTypeG {
	font-size: 15px;
	padding: 8px 0;
}
/*---------- large ----------*/
a.btnTypeG_L {
	position: relative;
	text-align: left;
}
a.btnTypeG_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeG_L span {
	display: block;
}
/*----- アイコン:印刷 設定 -----*/
a.btnTypeG_L.print:before {
	content: "\f02f";
	color: #666666;
	font-size: 34px;
	left: 15px;
	top: -2px;
}
a.btnTypeG_L.print span {
	font-size: 18px;
	height: 46px;
	line-height: 48px;
	padding-left: 55px;
}
/*---- アイコン:電話 設定 ----*/
a.btnTypeG_L.tel:before {
	content: "\f095";
	font-size: 32px;
	left: 15px;
	top: 5px;
}
a.btnTypeG_L.tel span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*--------------- グレー系ボタン ---------------*/
a.btnTypeY_XS,
a.btnTypeY_S,
a.btnTypeY,
a.btnTypeY_L {
	background: #FFFFFF;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFEFCA 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#FFEFCA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#FFEFCA));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFEFCA',GradientType=0 );
	border: 1px solid #B8B89A;
	color: #333333;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeY_XS:hover,
a.btnTypeY_S:hover,
a.btnTypeY:hover,
a.btnTypeY_L:hover {
	background: #FFEFCA;
	background: -webkit-linear-gradient(top, #FFEFCA 0%,#FFFFFF 100%);
	background: linear-gradient(to bottom, #FFEFCA 0%,#FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFEFCA),to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEFCA', endColorstr='#FFFFFF',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeY_XS {
	font-size: 12px;
	padding: 0 3px;
}
a.btnTypeY_XS i {
	font-size: 15px;
	margin-left: 3px;
}
/*---------- small ----------*/
a.btnTypeY_S {
	font-size: 12px;
	padding: 6px 0;
}
a.btnTypeY_S i {
	margin: 0 3px;
}
/*---------- middle ----------*/
a.btnTypeY {
	font-size: 15px;
	padding: 8px 0;
}
/*---------- large ----------*/
a.btnTypeY_L {
	position: relative;
	text-align: left;
}
a.btnTypeY_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeY_L span {
	display: block;
}
/*----- アイコン:印刷 設定 -----*/
a.btnTypeY_L.print:before {
	content: "\f02f";
	color: #00498C;
	font-size: 34px;
	left: 25px;
	top: -2px;
}
a.btnTypeY_L.print span {
	font-size: 18px;
	height: 46px;
	line-height: 48px;
	padding-left: 65px;
}
/*--------------- オレンジ系ボタン ---------------*/
a.btnTypeO_XS,
a.btnTypeO_S,
a.btnTypeO,
a.btnTypeO_L {
	background: #FDB200;
	background: -webkit-linear-gradient(top, #FDB200 0%,#F78D00 100%);
	background: linear-gradient(to bottom, #FDB200 0%,#F78D00 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FDB200),to(#F78D00));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDB200', endColorstr='#F78D00',GradientType=0 );
	border: 1px solid #E18700;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeO_XS:hover,
a.btnTypeO_S:hover,
a.btnTypeO:hover,
a.btnTypeO_L:hover {
	background: #F78D00;
	background: -webkit-linear-gradient(top, #F78D00 0%,#FDB200 100%);
	background: linear-gradient(to bottom, #F78D00 0%,#FDB200 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F78D00),to(#FDB200));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F78D00', endColorstr='#FDB200',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeO_XS {
	font-size: 12px;
	padding: 0 3px;
}
a.btnTypeO_XS i {
	font-size: 15px;
	margin-left: 3px;
}
/*---------- small ----------*/
a.btnTypeO_S {
	font-size: 12px;
	padding: 6px 0;
}
/*---------- middle ----------*/
a.btnTypeO {
	font-size: 15px;
	padding: 8px 0;
}
a.btnTypeO i {
	font-size: 20px;
	margin: 0 3px;
}
/*---------- large ----------*/
a.btnTypeO_L {
	position: relative;
	text-align: left;
}
a.btnTypeO_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeO_L span {
	display: block;
}
/*---- アイコン:メール 設定 ----*/
a.btnTypeO_L.mail:before {
	content: "\f003";
	font-size: 30px;
	left: 14px;
	top: 2px;
}
a.btnTypeO_L.mail span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*---- アイコン:電話 設定 ----*/
a.btnTypeO_L.tel:before {
	content: "\f095";
	font-size: 34px;
	left: 18px;;
}
a.btnTypeO_L.tel span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*--------------- ピンク系ボタン ---------------*/
a.btnTypeR_XS,
a.btnTypeR_S,
a.btnTypeR,
a.btnTypeR_L {
	background: #D5006C;
	background: -webkit-linear-gradient(top, #D5006C 0%,#A70055 100%);
	background: linear-gradient(to bottom, #D5006C 0%,#A70055 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#D5006C),to(#A70055));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5006C', endColorstr='#A70055',GradientType=0 );
	border: 1px solid #A60053;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeR_XS:hover,
a.btnTypeR_S:hover,
a.btnTypeR:hover,
a.btnTypeR_L:hover {
	background: #A70055;
	background: -webkit-linear-gradient(top, #A70055 0%,#D5006C 100%);
	background: linear-gradient(to bottom, #A70055 0%,#D5006C 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#A70055),to(#D5006C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A70055', endColorstr='#D5006C',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeR_XS {
	font-size: 12px;
	padding: 1px 2px;
}
a.btnTypeR_XS i {
	font-size: 15px;
	margin-left: 3px;
}
/*---------- small ----------*/
a.btnTypeR_S {
	font-size: 12px;
	padding: 6px 0;
}
/*---------- middle ----------*/
a.btnTypeR {
	font-size: 15px;
	padding: 8px 0;
}
a.btnTypeR i {
	font-size: 20px;
	margin: 0 3px;
}
/*---------- large ----------*/
a.btnTypeR_L {
	position: relative;
	text-align: left;
}
a.btnTypeR_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeR_L span {
	display: block;
}
/*---- アイコン:電話 設定 ----*/
a.btnTypeR_L.tel:before {
	content: "\f095";
	font-size: 34px;
	left: 18px;;
}
a.btnTypeR_L.tel span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*--------------- ブルー系ボタン ---------------*/
a.btnTypeB_XS,
a.btnTypeB_S,
a.btnTypeB,
a.btnTypeB_L {
	background: #2F71B9;
	background: -webkit-linear-gradient(top, #2F71B9 0%,#034988 100%);
	background: linear-gradient(to bottom, #2F71B9 0%,#034988 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2F71B9),to(#034988));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F71B9', endColorstr='#034988',GradientType=0 );
	border: 1px solid #2065ba;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
a.btnTypeB_XS:hover,
a.btnTypeB_S:hover,
a.btnTypeB:hover,
a.btnTypeB_L:hover {
	background: #034988;
	background: -webkit-linear-gradient(top, #034988 0%,#2F71B9 100%);
	background: linear-gradient(to bottom, #034988 0%,#2F71B9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#034988),to(#2F71B9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034988', endColorstr='#2F71B9',GradientType=0 );
}
/*---------- extra small ----------*/
a.btnTypeB_XS {
	font-size: 12px;
	padding: 0 3px;
}
a.btnTypeB_XS i {
	font-size: 15px;
	margin-left: 3px;
}
/*---------- small ----------*/
a.btnTypeB_S {
	font-size: 12px;
	padding: 6px 0;
}
/*---------- middle ----------*/
a.btnTypeB {
	font-size: 15px;
	padding: 8px 0;
}
a.btnTypeB i {
	font-size: 20px;
	margin: 0 3px;
}
/*---------- large ----------*/
a.btnTypeB_L {
	position: relative;
	text-align: left;
}
a.btnTypeB_L:before {
	font-family: FontAwesome;
	position: absolute;
}
a.btnTypeB_L span {
	display: block;
}
/*---- アイコン:電話 設定 ----*/
a.btnTypeB_L.tel:before {
	content: "\f095";
	font-size: 34px;
	left: 18px;;
}
a.btnTypeB_L.tel span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*---- アイコン:pdf 設定 ----*/
a.btnTypeB_L.pdf:before {
	content: "\f1c1";
	font-size: 34px;
	left: 18px;;
}
a.btnTypeB_L.pdf span {
	font-size: 13px;
	height: 42px;
	line-height: 1.3;
	padding: 11px 0 0 55px;
}
/*-----------------------------------------------------------------------------
** エラーテキスト
-----------------------------------------------------------------------------*/
.errorText {
	background-color: #FFFFFF;
	border: 2px solid #D5006C;
	color: #D5016D;
	margin: 10px auto 20px;
}
.errorText .errorTextInner {
	padding: 10px;
}
.errorText .errorTextInner p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
/*-----------------------------------------------------------------------------
** 共通パーツ
-----------------------------------------------------------------------------*/
/*---------- float解除 ----------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
/*---------- 注意文 ----------*/
.note {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
.note span {
	color: #D2006C;
}
/*---------- 強調文字 ----------*/
.boldFace {
	font-weight: bold;
}
/*---------- ハイライト ----------*/
.mark {
	color: #D3006C;
}
/*---------- エラー ----------*/
.errorComment {
	color: #D3006C;
	font-size: 15px;
	margin-top: 2px;
}
/*---------- フォントサイズ ----------*/
.fs15 {
	font-size: 15px;
	line-height: 1.7;
}
/*---------- 目次 ----------*/
ul.itemList {
	border-top: 1px dotted #A6ACB4;
	border-bottom: 1px dotted #A6ACB4;
	margin: 20px 0;
	padding: 20px 20px;
}
ul.itemList li {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}
ul.itemList li a {
	margin-bottom: 6px;
	padding-top: 2px;
}
ul.itemList li:after {
	color: #00529B;
	content: "\f138";
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0;
}
/*---------- paging ----------*/
.paging {
	margin-bottom: 10px;
}
.paging p {
	float: left;
}
.paging p span {
	color: #D4006C;
	font-size: 18px;
	font-weight: bold;
	padding-right: 3px;
}
.paging ul {
	float: right;
	margin-top: 6px;
	padding: 2px 0;
}
.paging ul li {
	display: inline;
}
.paging ul li a {
	border: 1px solid #CCCCCC;
	color: #333333;
	padding: 2px 7px;
	text-decoration: none;
}
.paging ul li span a {
	background-color: #E8F4FF;
	border: 1px solid #97CDFF;
	color: #00529B;
	padding: 2px 7px;
	text-decoration: none;
}
.paging ul li a:hover {
	background-color: #E8F4FF;
	border: 1px solid #97CDFF;
	color: #00529B;
}
/*---------- レイアウト ----------*/
@media screen and (max-width: 467px) {
	.comWrap {
		padding: 12px 10px 10px 10px;
	}
}
@media screen and (min-width: 468px) {
	.comWrap {
		padding: 20px 20px 10px 20px;
	}
}
/*----- 写真付き -----*/
.comColumn p.tit {
	color: #0C243E;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.comColumn p {
	margin-top: 15px;
}
@media screen and (max-width: 467px) {
	.comColumn .photo {
		text-align: center;
		margin-top: -10px;
		width: 100%;
	}
	.comColumn .photo img {
		margin: 10px auto 0;
	}
}
@media screen and (min-width: 468px) {
	.comColumn .photo {
		float: right;
		margin-top: -10px;
		width: 233px;
	}
	.comColumn .photo img {
		float: right;
		margin-top: 10px;
	}
}
/*----- 注意文 -----*/
.cautionTxt {
	background-color: #FFF8E8;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3	px 0 0 rgba(0,0,0,0.1);
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}
.cautionTxt p {
	padding-bottom: 20px;
}
.cautionTxt p span {
	font-size: 15px;
	font-weight: bold;
}
.cautionTxt p.tit {
	border-left: 3px solid #FFB700;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
.cautionTxt ul {
	margin-left: 16px;
}
.cautionTxt ul li {
	list-style-type: disc;
}
/*----- 補足 -----*/
.repletion {
	background-color: #EFF5FC;
	border: 1px solid #CBDEF3;
	clear: both;
	margin: 20px 0;
	padding: 20px;
}
.repletion p.tit {
	border-left: 3px solid #00529B;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.repletion p span {
	font-weight: bold;
}
.repletion ul {
	margin-left: 16px;
}
.repletion ul li {
	list-style-type: disc;
}
.repletion dl dt {
	background-color: #00529A;
	color: #FFFFFF;
	display: inline;
	margin-right: 5px;
	padding: 0 15px;
}
.repletion dl dd {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
/*----- レイアウト調整 -----*/
.comBox {
	margin: 0 10px;
}
/*---------- 余白 ----------*/
.MT5 {
	margin-top: 5px;
}
.MT10 {
	margin-top: 10px;
}
.MT20 {
	margin-top: 20px;
}
.MT40 {
	margin-top: 40px;
}
.MB10 {
	margin-bottom: 10px;
}
.MB15 {
	margin-bottom: 15px;
}
.MB20 {
	margin-bottom: 20px;
}
.MB40 {
	margin-bottom: 40px;
}
.ML15 {
	margin-left: 15px;
}
.PB10 {
	padding-bottom: 10px;
}
/*---------- 電話番号 アンカー設定時のPC表示 リンクに見えない設定 ----------*/
@media print, screen and (min-width: 768px) {
	a.telLinkDel {
		color: #33334C;
		cursor: default;
		text-decoration: none;
	}
}