@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top {
	color:#FFFFFF;
	background-color:#000000;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper_bg {
	position:relative;
	background:url(/shared/templates/stop/images/top_img01.jpg) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	min-width:1240px;
}
#tmp_wrapper {
	height:100%;
}
#tmp_wrapper2 {
	background:url(/shared/templates/stop/images/svline.png) center top repeat-y;
	width:1240px;
	margin:0 auto;
	min-height:660px;
	position:relative;
}
#tmp_read_contents {
	height:100%;
	margin:-46px 0 0;
}
/* main
============================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
}
/* contents
============================== */
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	z-index:9;
	background-color:#231815;
	color:#FFFFFF;
	min-width:1240px;
}
#tmp_hlogo {
	position:absolute;
	top:300px;
	left:0;
	right:0;
	width:172px;
	margin:0 auto;
	z-index:10;
}
#tmp_hlogo h1 {
	display:block;
	width:172px;
	height:164px;
	background:url(/shared/site_stop/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:172px;
	height:164px;
}
#tmp_hlogo h1 span {
	display:block;
	width:172px;
	height:164px;
	position:relative;
	z-index:-1;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.wrap_head_nm {
	width:100%;
	float:left;
	margin-right:-317px;
}
.wrap_head_nm2 {
	margin-right:317px;
}
.head_nm {
	width:100%;
}
#tmp_wrap_means_primary {
	width:100%;
	float:right;
}
#tmp_means_primary {
	margin-left:374px;
	text-align:center;
	padding:12px 0;
}
#tmp_means_primary2 {
	min-width:600px;
	margin:0 auto;
}
#tmp_wrap_means_secondary {
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	width:262px;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
/* hnavi */
#tmp_hnavi {
	list-style:none;
	margin:0 auto;
}
#tmp_hnavi li {
	display:inline-block;
	vertical-align:top;
}
#tmp_hnavi li a {
	padding:0 4px 0 18px;
	color:#FFFFFF;
	background:url(/shared/site_stop/images/header/hnavi_line.png) no-repeat left 0.1em;
}
#tmp_hnavi li:first-child a {
	background:none;
	padding-left:0;
}
#tmp_means_primary .on {
	display:block;
}
#tmp_means_primary .off {
	display:none;
}
body.furigana #tmp_means_primary .on {
	display:none;
}
body.furigana #tmp_means_primary .off {
	display:block;
}
/* secondary
============================== */
/* search */
#tmp_search {
	color:#231815;
	background-color:#FFFFFF;
	display:table;
	width:100%;
}
#tmp_search_ttl,
#tmp_search_cnt {
	display:table-cell;
	vertical-align:middle;
	height:46px;
}
#tmp_search_ttl img {
	vertical-align:top;
	padding:7px;
}
#tmp_search_ttl {
	width:100%;
}
#tmp_search_ttl p {
	float:left;
}
#tmp_search_cnt {
	width:60px;
	text-align:center;
	background-color:#595757;
	color:#FFFFFF;
}
#tmp_query {
	width:160px;
	min-height:36px;
	border:1px solid #FFFFFF;
}
#tmp_func_sch_btn {
	font-size:128.6%;
	min-width:60px;
	border:1px solid #595757;
	background-color:#595757;
	color:#FFFFFF;
	padding:4px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
/* emergency
============================== */
#tmp_wrap_emergency {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:374px;
}
.no_javascript #tmp_wrap_emergency {
	top:1.6em;
}
#tmp_emergency {
	width:100%;
	display:table;
}
#tmp_emergency_ttl,
#tmp_wrap_emergency_cnt {
	display:table-cell;
	vertical-align:middle;
	height:46px;
}
#tmp_emergency_ttl {
	background-color:#c32a00;
	color:#FFFFFF;
	text-align:center;
	width:60px;
}
#tmp_emergency_ttl span {
	display:block;
}
#tmp_emergency_ttl h2 {
	font-size:114.3%;
	line-height:1;
}
#tmp_wrap_emergency_cnt {
	background-color:#FFFFFF;
	color:#231815;
	padding:0 10px;
}
#tmp_emergency_cnt {
	max-height:300px;
	overflow-y:auto;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change {
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change a {
	display:block; /* 変更しない */
	text-align:center;
	text-decoration:none;
	margin:0 0 10px;
	padding:16px 10px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #DBDBDB;
}
#tmp_model_change a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	min-width:1240px;
	margin:-203px 0 0;
	padding-top:107px;
	background:url(/shared/site_stop/images/footer/footer_bg.png) repeat-x left top;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:0 10px 0 20px;
}
#tmp_fnavi ul {
	list-style:none;
	font-weight:bold;
	padding-bottom:15px;
}
#tmp_fnavi ul li a {
	color:#FFFFFF;
}
#tmp_fnavi .fnavi1 {
	float:left;
}
#tmp_fnavi .fnavi2 {
	float:right;
	padding-top:8px;
	font-size:114.3%;
}
/* fnavi1 */
#tmp_fnavi .fnavi1 li {
	float:left;
	width:200px;
	margin:0 10px 0 0;
}
#tmp_fnavi .fnavi1 li a {
	display:block;
	border:2px solid #8f8f8f;
	padding:8px 5px 7px 40px;
	background:url(/shared/site_stop/images/footer/sp/navi_icon.png) no-repeat 20px center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#tmp_fnavi .fnavi1.used_bg_img span {
	z-index:1 !important;
	overflow:inherit !important;
}
/* fnavi2 */
#tmp_fnavi .fnavi2 li {
	float:left;
	line-height:1;
	border-left:2px solid #FFFFFF;
}
#tmp_fnavi .fnavi2 li:first-child {
	border-left:none;
}
#tmp_fnavi .fnavi2 li a {
	display:block;
	padding:0 1em;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:0 20px 20px;
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
	float:left;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	float:right;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
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 {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
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;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}
/* ==================================================
Read Speaker
================================================== */
#tmp_readspeaker {
	margin:0 0 0 380px;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_social_plugins:after,
.plugin:after,
#tmp_wrap_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

