@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	clear:both; /* 変更しない */
	margin:0 0 0.8em; /* 変更しない */
	padding:0 5px 13px;
	font-size:150%; /* 変更しない */
	color:#DF1E1F;
	background-color:transparent;
	border-bottom:1px solid #D90000;
}
#tmp_contents h2 {
	clear:both; /* 変更しない */
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 5px;
	font-size:130%; /* 変更しない */
	border-bottom:3px solid #FCD8D8;
}
#tmp_contents h3 ,
#tmp_contents h4 ,
#tmp_contents h5 ,
#tmp_contents h6 {
	clear:both; /* 変更しない */
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:130%; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style:disc;
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#F16362; /* 変更しない */
	background-color:#F16362; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:3px 10px;
	font-size:130%;
	font-weight:bold;
	color:inherit;
	background-color:#FCD8D8;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:3px 10px;
	font-size:130%;
	font-weight:bold;
	color:inherit;
	background-color:#FCD8D8;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* datatable
============================== */
#tmp_contents table.datatable {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #CCCCCC;
}
#tmp_contents table.datatable th {
	padding:5px 8px;
	color:inherit;
	background-color:#FCD8D8;
	border:1px solid #CCCCCC;
}
#tmp_contents table.datatable td {
	padding:5px 8px;
	border:1px solid #CCCCCC;
}
#tmp_contents table.datatable caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#D9E9F7; /* shared.cssのbg_blueと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#EEEEEE; /* shared.cssのbg_grayと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#E8F7D9; /* shared.cssのbg_greenと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #CCCCCC; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#FCD8D8; /* table.datatable thと同じ値を設定 */
	border:1px solid #CCCCCC; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #CCCCCC; /* table.datatable tdと同じ値を設定 */
}
/* ==================================================
contents
================================================== */
/* readall_area
============================== */
#tmp_contents .readall_area {
	border-top:1px solid #CCCCCC;
	padding:7px 6px;
}
#tmp_contents .readall_area p {
	margin-right:1em;
	margin-bottom:0;
	float:left;
}
/* box_emergency_anchor
============================== */
#tmp_contents .box_emergency_anchor ul {
	margin:0;
	list-style:none;
}
#tmp_contents .box_emergency_anchor ul li {
	padding:5px 15px;
	color:inherit;
	font-weight:bold;
	background-color:#FCD8D8;
}
/* ==================================================
Slider
================================================== */
table.editable_slider {
	border-collapse: separate;
	border-spacing: 0;
}
.editable_slider {
	color:inherit;
	background-color:#f7f7f7;
	padding:20px 50px 8px 50px;
	position: relative;
	margin:0 auto 30px;
	width:880px;
	box-sizing:border-box;
	clear:both;
}
.editable_slider .img {
	margin:0 !important;
	text-align:center;
}
.editable_slider img {
	vertical-align:top;
	margin: 0 auto;
}
.editable_slider .txt {
	position: absolute;
	bottom: 0;
	width:100%;
	margin:0 !important;
	padding:10px 20px;
	color:#ffffff;
	background-color:rgba(0,0,0,0.6);
	box-sizing:border-box;
}
.editable_slider .txt a {
	color:#ffffff;
	background-color:transparent;
}
.editable_slider a:hover,
#tmp_pickup_slide .slider a:hover,
.editable_slider a:focus,
#tmp_pickup_slide .slider a:focus {
	text-decoration: none;
}
/* slick-dots */
.editable_slider .slick-dots {
	display: inline-block;
	padding-top:8px !important;
	margin:0 !important;
	list-style:none !important;
	vertical-align:top;
}
.editable_slider .slick-dots li {
	margin:0 5px !important;
}
/* btn_control */
.editable_slider .slick_next,
.editable_slider .slick_prev,
.editable_slider .slick_next a,
.editable_slider .slick_prev a,
.editable_slider .slick_next .hidden,
.editable_slider .slick_prev .hidden {
	width: 50px;
	height: 50px;
}
.editable_slider .slick_next,
.editable_slider .slick_prev {
	position: absolute;
	top:48%;
	margin-top:-25px !important;
	margin-bottom:0 !important;
	cursor:pointer;
	z-index:10000;
}
.editable_slider .slick_prev {
	left:-25px;
}
.editable_slider .slick_next {
	right:-25px;
}
.editable_slider .slick_prev a,
.editable_slider .slick_next a {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#ffffff;
	background-color:#4e4e4e;
}
.editable_slider .slick_prev a:before,
.editable_slider .slick_next a:before {
	content:"";
	display:block;
	width:12px;
	height:12px;
	border:3px solid #ffffff;
	position:absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
.editable_slider .slick_prev a:before {
	border-top:none;
	border-right:none;
	left: 55%;
}
.editable_slider .slick_next a:before {
	border-left:none;
	border-bottom:none;
	left: 45%;
}
.editable_slider .slick_prev a:hover,
.editable_slider .slick_prev a:focus,
.editable_slider .slick_next a:hover,
.editable_slider .slick_next a:focus {
	background-color:#751485;
}
.editable_slider .slick_next .hidden,
.editable_slider .slick_prev .hidden {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* action_ctrl */
.editable_slider .slick_control {
	margin: 0;
	padding: 10px;
	text-align: center;
}
.editable_slider .action_control {
	display: inline-block;
	margin: 0 10px 0 0 !important;
	text-transform: uppercase;
}
.editable_slider .action_control .action {
	font-size:85.7%;
	font-weight:bold;
	margin:0;
	display:block;
	min-width:60px;
	padding:6px 5px;
	background:#4e4e4e;
	color:#ffffff;
	text-align:center;
	border-radius:3px;
	text-decoration: none;
}
.editable_slider .action_control .action:hover,
.editable_slider .action_control .action:focus {
	background-color:#751485;
	color:#ffffff;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
	width:100%;
	height:auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* slick-dots */
.slick-dots {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 4px !important;
	padding: 0 !important;
	cursor: pointer;
	vertical-align: top;
	z-index: 10000;
}
.slick-dots li button,
.slick-dots li a {
	display: block;
	width: 16px;
	height: 16px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #4e4e4e;
	padding: 0;
	cursor: pointer;
	text-indent: -1987em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active a {
	color: #ffffff;
	background: #4e4e4e;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li a:hover,
.slick-dots li a:focus {
	color: #ffffff;
	background: #751485;
}
.slick-dots li a span.hidden {
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span.hidden {
	display:block;
}
.used_bg_img span.hidden {
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents .readall_area:after,
#tmp_contents .box_emergency_area:after,
#tmp_contents .box_emergency_anchor:after,
#tmp_contents .box_emergencys:after,
#tmp_contents .box_emergency:after,
#tmp_pickup_slide .slick_control:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents .readall_area,
*:first-child+html #tmp_contents .box_emergency_area,
*:first-child+html #tmp_contents .box_emergency_anchor,
*:first-child+html #tmp_contents .box_emergencys,
*:first-child+html #tmp_contents .box_emergency,
*:first-child+html #tmp_pickup_slide .slick_control {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents .readall_area,
* html #tmp_contents .box_emergency_area,
* html #tmp_contents .box_emergency_anchor,
* html #tmp_contents .box_emergencys,
* html #tmp_contents .box_emergency,
* html #tmp_pickup_slide .slick_control {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	border-top:1px solid #000000 !important;
}
#tmp_hlogo {
	padding:0 !important;
}
#tmp_means,
.pnavi,
.plugin {
	display:none !important;
}
#tmp_contents {
	border:none !important;
	margin:0 !important;
	padding:0 10px !important;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}