@charset "utf-8";


/* 全体
------------------------------*/
* { margin:0; padding:0; }
body {
	font-size: 15px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	background: #ffffff;
	min-width: 950px;
}

/* 文章 */
p,td,b,li,dt,dd,pre {
	line-height: 1.75;
}
h1,h2,h3,h4,h5 {
	line-height: 1;
}

/* 入力モード */
.ime_mode_auto { ime-mode: auto; }         /* 自動 */
.ime_mode_active { ime-mode: active; }     /* IMEオン （日本語入力モード） */
.ime_mode_disabled { ime-mode: disabled; } /* IME使用不可 （英数字入力モード） */
.ime_mode_inactive { ime-mode: inactive; } /* IMEオフ （英数字入力モード） */

/* ナビゲーション */
.menu_box ul li,
nav ul li {
	float:left;
}
.menu_box ul,
nav ul {
}

/* 画像 */
img {
	vertical-align : middle;
	max-width: 100%;
	height: auto;
}
img.icon {
	margin: 0 5px;
	vertical-align: middle;
}
.popupImg ul li a {
	position: relative;
}
.icnZoom {
	position: absolute;
	bottom: -50px;
	right: 10px;
}

/* 縦位置 */
.va_t { vertical-align: top !important; }
.va_m { vertical-align: middle !important; }
.va_b { vertical-align: bottom !important; }

/* 共通
------------------------------*/
.dispSp { display: none; }
.dispPc { display: block; }


/* ラッパー */
.wrapper {
	margin: 0 auto;
	width: 950px;
}
.side_by_main_wrapper {
	margin: 0 auto;
	width: 720px;
}

/* ボックス */
.box  { padding: 20px; }
.boxL { float: left; }
.boxR { float: right; }

.mt0  { margin-top: 0 !important;}
.mr0  { margin-right: 0 !important;}
.mb0  { margin-bottom: 0 !important;}
.mb5  { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml0  { margin-left: 0 !important;}
.ml5  { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

.pb0  { padding-bottom: 0 !important;}
.pl0  { padding-left: 0 !important;}

/* ポジション */
.p_rel {
	position: relative;
	z-index: 0;
}
.p_abs {
	position: absolute;
	z-index: 0;
}

/* display none */
.disnon { display: none; }
.disinb { display: inline-block !important;}
.disb { display: block !important;}


/* 装飾・色関連
------------------------------*/

/* フォントサイズ（PC基準） */
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }

/* 上付文字 */
sup { font-size: 8px; }

/* 下付文字 */
sub { font-size: 8px; }

/* テキスト */
.txt_bold { font-weight: bold; }

/* 行揃え */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }

/* 文字色 */
.fc_blue { color: #3582af; }
.fc_light_blue { color: #54a3d1; }
.fc_white { color: #ffffff; }

/* 背景色 */
.bg_gray { background: #e0e0e0; }
.bg_light_gray_a { background: #fafafa; }
.bg_light_gray_b { background: #f0f0f0; }
.bg_black { background: #181515; }
.bg_blue { background: #3582af; }
.bg_light_blue { background: #4994c0; }
.bg_alpha_white { background: url(../img/common/site_alpha_white_bg.png) repeat center; }

/* ボーダー */

/* タイトル */
.title_1 {
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #358bbe;
}
.title_1 .title_txt {
	color: #3582af;
	font-size: 30px;
}

/* ページャ */
#back_number_nav {
	padding: 30px 200px 30px 0;
	text-align: center;
}
#back_number_nav nav {
}
#back_number_nav ul {
}
#back_number_nav ul li {
	float: none;
	display: inline;
}
#back_number_nav ul li span,
#back_number_nav ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #3582af;/* 円の色 */
	text-align: center;
	color: #ffffff;
}
#back_number_nav ul li span.current,
#back_number_nav ul li.on a {
	background: #cccccc;
}
#back_number_nav ul li span.current:hover,
#back_number_nav ul li.on a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}



/* リンク
------------------------------*/
a {
	color: #000000;
	text-decoration:none;
}
a.txt_underline {
	text-decoration: underline;
}
a:hover.txt_underline {
	text-decoration: underline;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a:hover img {
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a.target_blank_white {
	display: inline-block;
	background: url(../img/common/site_target_blank_white_icon.png) no-repeat right 5px;
	padding-right: 1.25em;
}

/* 別ウィンドウ */
a.target_blank_blue {
	display: inline-block;
	background: url(../img/common/site_target_blank_icon.png) no-repeat right 5px;
	padding-right: 1.25em;
}

/* ボタン
------------------------------*/
.back_link_box {
	padding: 75px 0 0 0;
	text-align: center;
}
.back_link_box a {
	margin: 0 auto;
	width: 70px;
	display: block;
	background: url(../img/common/site_cont_blue_cicle_allow_left.png) no-repeat left 45%;
	color: #54a3d1;
}


/* ヘッダー
------------------------------*/
#header {
	margin-bottom: 15px;
}
#header .connection_link_box {
	height: 40px;
	margin-bottom: 0;
}
#header .connection_link_box nav {
	float: right;
}
#header .connection_link_box nav li {
	margin-left: 1px;
}
#header .connection_link_box nav li.txt_link {
	line-height: 30px;
	font-size: 14px;
}
#header .head_box {}
#header .head_left_box {
	width: 600px;
	margin-top: -17px;
}
#header .head_right_box {
	width: 200px;
	text-align: right;
}

/* グローバルナビゲーション */
#header .gnav_box {
}
#header .gnav_box ul {}
#header .gnav_box ul li {
	height: 25px;
	border-right: 1px solid #b2b2b2;
}
#header .gnav_box ul li a {
	height: 37.5px;
	line-height: 30px;
	width: 128px;
	text-align: center;
	display: block;
	color: #3582af;
	font-weight: bold;
	font-size: 15px;
}
#header .gnav_box ul li a:hover,
#header .gnav_box ul li a.active {
	border-bottom: 4px solid #3582af;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/* コンテンツ
------------------------------*/
#contents {
	padding-top: 15px;
	background: #fafafa url(../img/common/site_head_gnav_bg.png) no-repeat top center;
}
#contents.second {
	padding-top: 0;
	background: #ffffff;
	min-height: 890px;
}
#contents.second .page_title_box {
	height: 100px;
	background: #5dabd9 url(../img/common/site_head_second_gnav_bg.png) no-repeat top center;
}
#contents.second .page_title_box .title_txt {
	line-height: 110px;
	font-size: 32px;
	color: #ffffff;
}
#contents.second .section_box {
	padding: 30px 0;
}

#main { position: relative; }

/* サイドイメージバー */
#side_bar {}
#contents.second .side_img_bar {
	position: relative;
}
#contents.second .side_img_bar .side_img_box {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
}

/* サイドメニュー */
#contents.second .side_nav_box {
	position: relative;
}
#contents.second .side_nav_box nav {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
	width: 200px;
}
#contents.second .side_nav_box nav ul {
	border-bottom: 1px solid #aecddf;
}
#contents.second .side_nav_box nav ul li {
	float: none;
}
#contents.second .side_nav_box nav ul li a {
	display: block;
	border-top: 1px solid #aecddf;
	color: #666666;
	padding: 12.5px 27.5px 12.5px 5px;
	line-height: 1.5;
	font-size: 13.5px;
	font-weight: bold;
	background: url(../img/common/site_sidebar_icon_off.png) no-repeat 95% 50%;
}
#contents.second .side_nav_box nav ul li a:hover,
#contents.second .side_nav_box nav ul li a.active {
	color: #3582af;
	font-weight: bold;
	background: url(../img/common/site_sidebar_icon_on.png) no-repeat 95% 50%;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/* サイドバナー */
#contents.second .side_bnr_box {
	margin-top: 30px;
}
#contents.second .side_bnr_box ul {
	border: none !important;
}
#contents.second .side_bnr_box ul li {}
#contents.second .side_bnr_box ul li a {
	display: block;
	margin-top: 5px;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
#contents.second .side_by_main_box {
	width: 720px;
}

/* パンくずリスト */
#bledlist {
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}
#bledlist .home,
#bledlist .home_link {
	padding-left: 17.5px;
	background: url(../img/common/site_bled_home_icon.png) no-repeat left 3px;
}


/* お問合せの種類 */
#contents .section_toiawase {}
.mainSectionTit h3 {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0;
	color: #3582af;
	margin-bottom: 20px;
	padding-top: 0.75em;
}
.mainSection p {
	margin-bottom: 1em;
}
#contents #sectionType {
	padding-bottom: 40px;
	border-bottom: 1px solid #358bbe;
}
#contents #sectionType ul {
	margin-top: 0;
}
#contents #sectionType ul li {
	width: 290px;
	font-size: 28px;
	color: #444444;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.6em;
	vertical-align: middle;
	padding: 20px 32px 15px;
	background: #f1f1f1;
}
#contents #sectionType ul li img {
	padding: 0 5px 3px 0;
}
#contents #sectionType ul li#tel {
	float: left;
	margin-right: 10px;
}
#contents #sectionType ul li#fax {
	float: left;
}
#contents #sectionType #mail {
	color: #358bbe;
	font-size: 18px;
	font-weight: normal;
	clear: both;
}
#contents #sectionType #mail img {
	vertical-align: middle;
	padding: 0 5px 3px 0;
}

/* メールフォーム */
#contents #sectionForm {
	margin-bottom: 40px;
}
#contents #sectionForm .mainSectionTit {
	margin-top: 20px;
}
#contents #sectionForm .notice_txt {
	color: #c80012;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#contents #sectionForm #lead {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#contents #sectionForm #lead a {
	color: #0089c0;
}
#contents #sectionForm #lead #note {
	font-weight: normal;
	color: #000000;
}
#contents #sectionForm #lead #note em {
	background: #5d5d5d;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 6px;
	padding: 1px 6px 0 6px;
	line-height: 1.4;
}
#contents #sectionForm table {
	border-collapse: collapse;
	font-size: 93%;
	line-height: 1.4;
	width: 100%;
}
#contents #sectionForm th {
	font-size: 15px;
	font-weight: normal;
	color: #222;
	vertical-align: top;
	width: 200px;
	height: auto;
	padding: 10px 10px;
	border-top: none;
	vertical-align: middle;
}
#contents #sectionForm th em {
	background: #5d5d5d;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 10px;
	padding: 1px 6px 0 6px;
}
#contents #sectionForm td {
	font-size: 15px;
	vertical-align: top;
	width: 420px;
	height: auto;
	padding: 10px 10px;
	border-top: none;
	vertical-align: middle;

}
#contents #sectionForm textarea {
	width: 380px !important;
	height: 120px !important;
}
#contents #sectionForm .odd {
	background: #f3f3f3;
}
#contents #sectionForm #privacy {
	margin: 10px 0 20px 0;
	padding-top: 15px;
}
#contents #sectionForm table {
border-collapse: collapse;
font-size: 93%;
line-height: 1.4;
width: 100%;
}

#privacyLead {
	font-size: 14px;
	padding-bottom: 5px;
}

/* 個人情報保護方針 */
#contents #sectionForm #privacy * {
	font-size: 14px;
}
#contents #sectionForm #privacy dl {
	background: #f5f9fb;
	border: 1px solid #ddd;
	padding: 20px;
	height: 190px;
	overflow: auto;
}
#contents #sectionForm #privacy dt {
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#contents #sectionForm #privacy dd li {
	margin-bottom: 1em;
}
#contents #sectionForm #privacy dd li em {
	font-weight: bold;
}

/* 送信ボタン */
#mailformpro div.mfp_buttons {
	width: 720px !important;
	margin: 0 auto;
}
#mfp_overlay_inner .mfp_buttons {
	text-align: center;
}
#contents #sectionForm #sendBtn {
	text-align: center;
}
#contents #sectionForm #sendBtn2 {
	border-top: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}

input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #fafafa ;
	background-image: url(../img/common/site_cont_goconfilm_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gosend {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #fafafa ;
	background-image: url(../img/common/site_cont_gosend_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gocancel {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../img/common/site_cont_gocancel_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../img/common/site_cont_reset_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}

/* 確認画面 */
#mfp_overlay_inner .mfp_buttons {
	width: 370px;
	margin: 10px auto 20px auto;
}
#mfp_overlay_inner button#mfp_button_cancel {
width: 180px;
height: 60px;
float: left;
background: url(../img/common/site_cont_gocancel_btn.gif) no-repeat ;
font-size: 14px;
text-indent: -9999px;
box-shadow: none;
-webkit-box-shadow: none;
}
#mfp_overlay_inner button#mfp_button_send {
width: 180px;
height: 60px;
float: right;
background: url(../img/common/site_cont_gosend_btn.gif) no-repeat ;
font-size: 14px;
text-indent: -9999px;
box-shadow: none;
-webkit-box-shadow: none;
}

/* 詳細画面 */
#contents.second .contents_box .article_detail .title_txt {
	line-height: 1.5;
}
#contents.second .contents_box .article_detail .sub_title_txt {
	line-height: 1.75;
}

#contents.second .contents_box .article_detail {}
#contents.second .contents_box .article_detail .title_box {
	margin-bottom: 30px;
}
#contents.second .contents_box .article_detail .title_box .title_txt {
	font-size: 26px;
	margin-bottom: 10px;
}
#contents.second .contents_box .article_detail .title_box time {
	color: #999999;
}
#contents.second .contents_box .article_detail .body_box {
	margin-bottom: 15px;
	line-height: 1.5;
}
#contents.second .contents_box .article_detail .report_file a,
#contents.second .contents_box .article_detail .body_box a {
	color: #3582af;
	text-decoration: underline;
}
#contents.second .contents_box .article_detail .body_box p {
	margin-bottom: 1em;
}
#contents.second .contents_box .article_detail .body_box strong {
	font-weight: bold;
}
#contents.second .contents_box .article_detail .download_file {
	margin-bottom: 15px;
}
#contents.second .contents_box .article_detail .download_file a {
	color: #3582af;
	text-decoration: underline;
}

/* レポート画面（詳細画面を継承） */
#contents.second .contents_box .article_report {}
#contents.second .contents_box .article_report .popupImg ul li {
	width: 170px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents.second .contents_box .article_report .popupImg ul {
	margin-left: -10px;
	marign-bottom: -10px;
}


/* フッター
------------------------------*/
#footer {}

/* サイトマップ */
#footer .sitemap_box {
	padding: 30px 0;
	background: #f0f0f0;
}
#footer .sitemap_box ul li {
	height: 30px;
}
#footer .sitemap_box ul li a {
	font-size: 13px;
}
#footer .sitemap_box .parrent a {
	font-weight: bold;
}
#footer .sitemap_box .sitemap_menu {
	margin-left: 60px;
	padding-left: 15px;
	border-left: 1px solid #c0c0c0;
}
#footer .sitemap_box .sitemap_menu.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#footer .sitemap_box .outside_link_menu li a {
	padding-right: 17.5px;
	background: url(../img/common/site_target_blank_icon.png) no-repeat 100%;
}

/* ロゴ 連絡先 */
#footer .logo_box {
	padding-top: 40px;
}
#footer .logo_box address p {
	line-height: 1.75;
}

/* コピーライト */
#footer .copyright_box {
	padding: 15px 0;
	background: #e0e0e0;
}
#footer .copyright_box small {
	font-size: 11px;
}

/* ページトップボタン */
#pagetop_btn {
	position: fixed;
	right: -10px;
	bottom: 50px;
}
#pagetop_btn a {
	width: 70px;
	display: block;
	/* transition */
		-webkit-transition: 2s;
		-moz-transition: 2s;
		transition: 2s;
}
#pagetop_btn a:hover {}
#pagetop_btn span {
	width: 60px;
	height: 60px;
	display: block;
	/* transition */
		-webkit-transition: 2s;
		-moz-transition: 2s;
		transition: 2s;
}
