@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#000000;
}
a:hover {
	text-decoration:none;
}
body {
	font-size:100%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#BA1414;
	background-color:transparent;
}
.txt_green {
	color:#275F1F;
	background:transparent;
}
.txt_normal {
	color:#333333;
	background:transparent;
	font-size:100%;
}
.txt_pink {
	color:#B83370;
	background:transparent;
	font-size:114.3%;
}
.txt_big {
	font-size:125%;
}
.txt_small {
	font-size:75%;
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#F6DCDC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFED5; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EAF4FF; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrap_header,
#tmp_wrap_pankuzu,
#tmp_wrap_footer,
#tmp_wrap_footer .copyright {
	min-width:980px;
}
#tmp_header,
#tmp_main,
#tmp_pankuzu,
#tmp_footer,
#tmp_wrap_footer .copyright p {
	width:980px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
.col_main {
	padding:40px 0 20px;
}

/* header
================================================== */
#tmp_wrap_header {
	background-color:#0066aa;
	color:#ffffff;
}
#tmp_hlogo {
	float:left;
	padding:18px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:175%;
	font-weight:bold;
}
#tmp_hlogo a {
	display:block;
	background-color:#0066aa;
	color:#ffffff;
	text-decoration:none;
}
#tmp_means {
	float:right;
}
#tmp_means .pref_btn,
#tmp_means .wrap_mc_sp,
#tmp_means .wrap_mc_pc {
	float:left;
	text-align:center;
	font-size:87.5%;
}
#tmp_means .pref_btn a,
#tmp_means .wrap_mc_sp a,
#tmp_means .wrap_mc_pc a {
	display:block;
	min-width:130px;
	padding:50px 5px 10px;
	border-right:1px solid #ffffff;
	text-decoration:none;
	color:#ffffff;
	background-color:#297bb0;
	background-repeat:no-repeat;
	background-position:center 10px;
}
#tmp_means .pref_btn a {
	border-left:1px solid #ffffff;
	background-image:url(/shared/site_bosai/images/header/pref_icon.png);
}
#tmp_means .wrap_mc_sp a {
	background-image:url(/shared/site_bosai/images/header/sp_icon.png);
}
#tmp_means .pref_btn a:hover {
	background-color:#114e89;
}
/* footer
================================================== */
#tmp_wrap_footer {
	background-color:#ededed;
	color:inherit;
}
#tmp_footer {
	display:table;
}
#tmp_footer .footer_ttl,
#tmp_footer .footer_cnt {
	display:table-cell;
	vertical-align:middle;
	padding:25px 0 20px;
}
#tmp_footer .footer_ttl {
	font-size:125%;
	font-weight:bold;
	width:140px;
}
#tmp_footer .footer_cnt {
	font-weight:bold;
}
#tmp_footer .footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
	font-weight:normal;
}
#tmp_wrap_footer .copyright {
	font-size:87.5%;
	text-align:center;
	background-color:#0066aa;
	color:#ffffff;
	text-align:center;
	padding:3px 0;
}
/* pankuzu
================================================== */
#tmp_wrap_pankuzu {
	background-color:#ededed;
	color:#000000;
	font-size:81.3%;
	padding:5px 0;
}
#tmp_pankuzu a {
	color:#000000;
}
/* update
================================================== */
#tmp_update {
	border-top:3px solid #0066aa;
	background-color:#d9ebfa;
	color:inherit;
	padding:5px 15px;
	font-size:81.3%;
	line-height:1.3;
	margin:0 0 15px;
}
/* pnavi
================================================== */
.pnavi {
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop {
	font-size:87.5%;
	margin-bottom:0 !important;
}
.pnavi .ptop a {
	display:inline-block;
	background:url(/shared/site_bosai/images/icon/ptop_icon.png) no-repeat left center;
	padding:1px 0 3px 22px;
	min-height:16px;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* ==================================================
system
================================================== */
/* linkicon
============================== */
.icon_blank {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
.icon_ext {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_main:after,
.plugin:after,
.pnavi:after,
#tmp_footer:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
