@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#FFFFFF;
	position: relative;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
.nihongo-menu {
    display: none;
}
.chat_bot {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9000;
	cursor:pointer;
}
.no_javascript .chat_bot {
    display: none;
}
/* wrapper
============================== */
#tmp_wrapper4 {
	width:1000px;
	margin:0 auto;
}
.format_top #tmp_wrapper4 {
    width: auto;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
    min-width: 1280px;
}
.format_free #tmp_wrap_main {
	padding:0 0 0;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_wrap_contents {
	background-color:#FFFFFF;
	color:inherit;
	padding:10px 20px;
}
.custom_idx #tmp_wrap_contents {
	padding-top:0;
	padding-left:0;
}
#tmp_wrap_contents2 {
	padding:0 0 0 30px;
}
.column_top #tmp_wrap_contents {
	padding:0 20px 0 0;
}
.column_lnavi #tmp_wrap_contents {
	padding-bottom:0;
}
.column_lnavi #tmp_wrap_contents2 {
	padding:0 0 10px;
	background:url(/shared/images/main/lnavi_bg.gif) repeat-y left top;
}
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
.format_top #tmp_maincontents {
    background: url("/shared/images/wrapper/top_bg.png") top center repeat;
}
/* idx
============================== */
#tmp_wrap_contents .idx {
	background:url(/shared/images/main/idx_bg.jpg) no-repeat left top;
	clear:both;
}
#tmp_wrap_contents .idx_cate {
	float:left;
	width:260px;
}
#tmp_wrap_contents .idx_news {
	float:right;
	width:475px;
}
/* cate_ttl */
#tmp_cate_ttl {
	padding:50px 10px 0 65px;
	min-height:150px;
	margin-bottom:20px;
}
#tmp_cate_ttl.box_spot {
	padding:40px 10px 0 55px;
	min-height:150px;
	margin-bottom:20px;
}
#tmp_cate_ttl h1 {
	font-size:228.5%;
	line-height:1.3;
}
/* hnews */
#tmp_hnews_ttl {
	background-color:#FDC1DE;
	color:#000000;
	font-weight:bold;
	padding:7px 10px 4px;
	border-bottom:3px solid #D92580;
	margin:0 0 10px;
}
#tmp_hnews_cnt {
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:5px 5px 0 0;
	vertical-align:top;
	text-align:left;
}
table.list_table .date {
	width:80px;
}
table.list_table .date_year {
	width:120px;
	padding-left:22px;
	background:url(/shared/images/icon/flw_s_icon.png) no-repeat left 4px;
}
table.list_table p {
	margin:0 0 5px;
	vertical-align:top;
	line-height:1.4;
}
table.list_table td.box_img {
	width:240px;
}
/* box_info
============================== */
.box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */
}
table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
.box_info .box_info_ttl {
	padding:3px 10px;
	color:inherit;
	font-weight:bold;
	background-color:#FFD8EB;
}
.box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
.box_info .box_info_cnt {
	padding:10px 10px 0;
}
.box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
.box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
.box_info ul ul,
.box_info ul ol,
.box_info ol ul,
.box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
/* top
============================== */
.format_top .wrap_col_rgt_navi {
	width:423px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-440px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:440px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:230px; /* デザインによって変更 */
	margin-right:-260px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:215px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:0 31px 0 0; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:260px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-225px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:225px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	width:1280px;
	margin:0 auto 5px;
}
#tmp_header {
	padding:7px 0 8px 10px;
}
#tmp_hlogo {
	float:left;
	padding-top:7px;
}
*:first-child+html #tmp_hlogo {
	width:549px;
}
*:first-child+html .format_top #tmp_hlogo {
	width:225px;
}
#tmp_hlogo h1 {
	display:block;
	width:191px;
	height:75px;
}
#tmp_hlogo #tmp_hlogo_l {
	margin-right:14px;
	float:left;
	width:191px;
	background:url(/shared/images/header/hlogo.jpg) no-repeat left top;
}
#tmp_hlogo #tmp_hlogo_r {
	float:right;
	width:310px;
}
.format_top #tmp_hlogo h1 {
	background:url(/shared/images/header/hlogo.jpg) no-repeat left top;
}
#tmp_hlogo p {
	background:url(/shared/images/header/hlogo.jpg) no-repeat left top;
	width:inherit;
	height:inherit;
}
#tmp_hlogo a {
	display:block;
	width:191px;
	height:75px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:191px;
	height:75px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 14px 0;
}
/* secondary
============================== */
#tmp_means_secondary {
	clear:both;
}
/* hnavi */
#tmp_means .hnavi {
	list-style:none;
	list-style-image:none;
}
#tmp_means .hnavi li {
	margin:0 24px 0 0;
	float:left;
	position:relative;
}
#tmp_means .hnavi li a {
    display: block;
    padding-left: 13px;
    background: url("/shared/images/header/red_arrow.png") left center no-repeat;
    color: #373535;
    text-decoration: none;
}
#tmp_means .hnavi li .nihongo-button.nihongo-button-speech-start,
#tmp_means .hnavi li .nihongo-button.nihongo-button-speech-control,
#tmp_means .hnavi li .nihongo-speech-buttons .nihongo-button.nihongo-button-config.nihongo-button-speech-config {
    background: url("/shared/images/header/red_arrow.png") left center no-repeat;
    padding: 0 0 0 13px;
    color: #373535;
	border:none;
	font-size:100%;
	line-height: 1.4;
    cursor: pointer;
}
#tmp_means .hnavi li .nihongo-button.nihongo-button-speech-start,
#tmp_means .hnavi li .nihongo-button.nihongo-button-speech-control {
	margin-right:24px;
}

.tsutaeru-speech-audio-container {
	position:absolute;
}
#tmp_means .hnavi .last {
	margin-right:0;
}
#tmp_means .hnavi li img {
	vertical-align:top;
}
#tmp_means .hnavi li ul {
	padding:5px;
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	z-index:1000;
}
#tmp_means .hnavi li:hover ul {
	display:block;
	list-style:none;
}
#tmp_means .hnavi li ul li {
	display:block;
	border-bottom:1px dashed #555555;
	margin:0;
	float:none;
}
#tmp_means .hnavi li ul li a {
	padding:5px 13px;
	margin-left:8px;
}
.nihongo-speech-buttons {
	display:none;
}
#tmp_means .hnavi li .nihongo-speech-buttons {
	display:inline-block;
}

/* ================================================ *
    .nihongo-menu
 * ================================================ */

.nihongo-menu {
	font-size: 14px;
	line-height: 1.2;
	background: #05203a;
	color: #FFF;
	padding: 5px 10px;
}
.nihongo-menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.nihongo-menu ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline-block;
}
.nihongo-menu ul li .nihongo-button {
	color: inherit;
	font-size: inherit;
	display: inline-block;
	padding: 0.5em 1em 0.5em 34px;
	border: 1px solid #FFF;
	border-radius: 3px;
	text-decoration: none;
	background: no-repeat 10px 50% / 15px auto;
	transition: none;
	cursor: pointer;
}
.nihongo-menu ul li .nihongo-button:hover,
.nihongo-menu ul li .nihongo-button:focus {
	background-color: #727b84;
}
.nihongo-menu ul li.nihongo-li-easy .nihongo-button {
	background-image: url(../images/icon_easy.svg);
}
.nihongo-menu ul li.nihongo-li-ruby .nihongo-button {
	background-image: url(../images/icon_ruby.svg);
}
.nihongo-menu ul li.nihongo-li-easy-off .nihongo-button {
	background-image: url(../images/icon_easy_off.svg);
}
.nihongo-menu ul li.nihongo-li-ruby-off .nihongo-button {
	background-image: url(../images/icon_ruby_off.svg);
}

/* ================================================ *
    .nihongo-speech
 * ================================================ */
 
.nihongo-speech {
	display:inline-block;
	font-size: 14px;
}
.nihongo-speech * {
	vertical-align: middle;
}
.nihongo-speech .nihongo-button {
	color: inherit;
	font-size: inherit;
	display: inline-block;
	padding: 0.5em 1em 0.5em 34px;
	border: 1px solid #05203a;
	border-radius: 3px;
	text-decoration: none;
	background: url(../images/icon_sound.svg) #05203a no-repeat 10px 50% / 15px auto;
	color: #FFF;
	transition: none;
	cursor: pointer;
}
.nihongo-speech .nihongo-button.nihongo-button-config {
	background-color: #FFF;
	background-image: url(../images/icon_config_dark.svg);
	color: #05203a;
}
.nihongo-speech .nihongo-button:disabled {
	opacity: 0.8;
}
.nihongo-speech-audio-container {
	padding: 5px 0px;
}
.nihongo-speech-audio  {
	border-radius: 3px;
	max-width: 100%;
}
.nihongo-speech-error {
	color: #C00;
}

/* ================================================ *
    .nihongo-config
 * ================================================ */
 
.nihongo-config {
	font-size: 14px;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	max-width: 90%;
	width: 600px;
	text-align: left;
	outline: none !important;
}
.nihongo-config-header {
	padding: 1em;
	color: #FFF;
	background: #05203a;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFF;
}
.nihongo-config-body {
	color: #000;
	background: #FFF;
	padding: 1.5em;
	max-height: 50vh;
	overflow: auto;
}
.nihongo-config-body dl,
.nihongo-config-body dl dt,
.nihongo-config-body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
.nihongo-config-body dl {
	overflow: hidden;
}
.nihongo-config-body dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 8em;
	text-align: right;
}
.nihongo-config-body dl dd {
	margin: 0px 0px 1em 9em;
	white-space: nowrap;
}
.nihongo-config-body dl dd:last-child {
	margin-bottom: 0px;
}
.nihongo-config-body dl dd label {
	margin: 0px 1em 0.8em 0px;
	padding: 0px;
	font-size: inherit;
	white-space: nowrap;
	display: inline-block;
}
.nihongo-config-body dl dd label input {
	margin: 0px 0.3em 0px 0px;
}
.nihongo-config-footer {
	color: #000;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}
.nihongo-config-button-close {
	font-size: inherit;
	border: none;
	color: #FFF;
	background: #05203a;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
}
.nihongo-config-overlay {
	position: fixed;
	z-index: 99998;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}
.nihongo-config-close {
	font-size: inherit;
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}
.nihongo-config-close:before,
.nihongo-config-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}
.nihongo-config-close:before {
	transform: rotate(45deg);
}
.nihongo-config-close:after {
	transform: rotate(-45deg);
}

/* ================================================ *
    .nihongo-text
 * ================================================ */

.nihongo-text {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	padding: 20px;
	z-index: 99000;
}
.nihongo-text-inner {
	line-height: 1.5;
	max-height: 10em;
	overflow: auto;
	padding: 5px;
}
.nihongo-text-inner rt,
.nihongo-text-inner rp {
    font-size: 50%;
}
.nihongo-text-close {
	font-size: inherit;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
}
.nihongo-text-close:before,
.nihongo-text-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}
.nihongo-text-close:before {
	transform: rotate(45deg);
}
.nihongo-text-close:after {
	transform: rotate(-45deg);
}

@media (max-width: 768px){
	.nihongo-menu {
		overflow: auto;
	}
	.nihongo-menu ul {
		text-align: center;
		font-size: 12px;
		white-space: nowrap;
	}
	.nihongo-menu ul li {
		margin: 0px 0.1em;
	}
	.nihongo-menu ul li .nihongo-button {
		border: none;
	}
	.nihongo-speech {
		font-size: 12px;
	}
	.nihongo-speech-buttons {
		white-space: nowrap;
		overflow: auto;
	}
	.nihongo-config-body dl dt {
		font-weight: bold;
		float: none;
		width: auto;
		margin: 0px 0px 0.5em 0px;
		text-align: left;
	}
	.nihongo-config-body dl dd {
		margin: 0px 0px 1em 0px;
		white-space: normal;
	}
	.nihongo-text {
		font-size: 12px;
	}
}


/* ================================================ *
    .nihongo-form
 * ================================================ */

.nihongo-search-form {
	margin: 0px 0px 20px 0px;
}
.nihongo-search-form-query {
	margin: 0.3em 0px;
	display: inline-block;
	max-width: 100%;
}
.nihongo-search-form-query input {
	width: 15em;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	line-height: 1;
}
.nihongo-search-form-and_or {
	margin: 0.3em 0.3em;
	white-space: nowrap;
	display: inline-block;
}
.nihongo-search-form-submit {
	margin: 0.3em 0.3em;
	display: inline-block;
}
.nihongo-search-form-submit input {
	font-size: inherit;
    line-height: 1;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #05203a;
	border-radius: 3px;
	text-decoration: none;
	background: #05203a;
	color: #FFF;
	cursor: pointer;
}
.nihongo-search-list {
	font-size: inherit;
	margin: 0px 0px 30px 0px;
	padding: 0px 20px;
	list-style: none;
}
.nihongo-search-list li {
	font-size: inherit;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.nihongo-search-list-header {
	margin: 0px 0px 5px 0px;
}
.nihongo-search-list-body {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.nihongo-search-pager {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
.nihongo-search-pager li {
	display: inline-block;
	margin: 0px 0.25em;
	padding: 0px;
}
.nihongo-search-pager li a,
.nihongo-search-pager li span,
.nihongo-search-pager li em {
	display: inline-block;
	border: 1px solid #05203a;
	line-height: 1.0;
	padding: 0.5em;
	border-radius: 3px;
	text-decoration: none;
	background: #FFF;
	min-width: 1em;
}
.nihongo-search-pager li em {
	font-style: normal;
}
.nihongo-search-pager li a {
	cursor: pointer;
	background-color: #05203a;
	color: #FFF;
}
.nihongo-search-pager li span {
	background-color: #05203a;
	color: #FFF;
	opacity: 0.5;
}

/* search
============================== */
#tmp_wrap_search {
	float:right;
    clear: both;
}
#tmp_search {
	padding-left:12px;
    float: left;
}
#tmp_search dl {
    position: relative;
}
#tmp_search dt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#tmp_search dt label {
    width: 25px;
    display: block;
    height: 30px;
    padding: 11px 5px 5px 10px;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:320px;
	min-height:42px;
    padding: 0 0 0 43px;
	border:2px solid #A1A1A1;
	-webkit-border-radius:5px 0 0 5px; /* Webkit */
	-moz-border-radius:5px 0 0 5px; /* Mozilla */
	border-radius:5px 0 0 5px; /* CSS3 */
    font-size: 171.4%;
}
*:first-child+html #tmp_query input.text {
	padding-top:5px !important;
	min-height:18px !important;
}
#tmp_func_sch_btn {
    width: 60px;
	border:none;
    background-color: #000000;
    color: #FFFFFF;
    padding: 13px 10px 12px;
    padding: 15px 10px 15px\9;
	-webkit-border-radius:0 5px 5px 0; /* Webkit */
	-moz-border-radius:0 5px 5px 0; /* Mozilla */
    border-radius: 0 5px 5px 0;
}
@media all and (-ms-high-contrast: none){
#tmp_func_sch_btn {
    padding: 15px 10px 15px;
}
}
/* sns
============================== */
#tmp_head_sns {
    display: block;
    list-style: none;
    float: left;
    padding: 3px 0 0 5px;
}
#tmp_head_sns li {
    float: left;
    margin-left: 18px;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
    background-color: #F2F2F2;
	min-width:1280px;
	clear:both;
}
#tmp_gnavi {
	width:1280px;
    padding: 14px 0;
	margin:0 auto;
	position:relative;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
    border-right: 1px solid #AAAAAA;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi li a {
    display: block;
    border-left: 1px solid #AAAAAA;
    font-size: 114.2%;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 0 25px 2px;
}
#tmp_gnavi li img {
	vertical-align:top;
}
/* drop_down_hidden */
#tmp_gnavi li ul {
	display:none;
}
#tmp_gnavi li li {
	padding:0 5px 0px 13px;
	float:none;
	background:url(/shared/images/navi/gnavi/list_icon_g.png) no-repeat left 0.8em;
}
#tmp_gnavi li li a {
	display:inline-block;
	height:auto;
	background:none;
}
#tmp_gnavi li .drop_down_hidden {
	display:none;
	position:absolute;
	z-index:5000;
	width:1220px;
	border:3px solid #C2134E;
	background-color:#F2F2F2;
	color:inherit;
	top:52px;
	left:0;
	padding:31px 21px 27px 33px;
}
*:first-child+html #tmp_gnavi .drop_down_hidden {
	left:0;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
	border:none;
}
#tmp_gnavi .drop_down_hidden li {
	padding:0;
	margin:0 18px 17px 0;
	border:none;
	display:inline-block;
	width:226px;
	vertical-align: top;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	padding:17px 5px 15px 35px;
	color:inherit;
	background: #FFFFFF url(/shared/images/header/red_arrow.png) 10px center no-repeat;
	font-size:107.1%;
	border:none;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li {
	min-height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:26px 20px 5px;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	border-bottom:4px solid #DED2CB;
	color:inherit;
	background-color:#FDC1E1;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:10px 10px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:10px 0 10px 24px;
	border-bottom:2px solid #FFFFFF;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 0.7em;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:10px;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* lnavi_senior
============================== */
#tmp_senior #tmp_lnavi_ttl {
	color:inherit;
	background-color:#B6D9D8;
}
#tmp_senior #tmp_lnavi_cnt li {
	padding:10px 0 10px 24px;
	border-bottom:2px solid #FFFFFF;
	background:url(/shared/images/icon/s_list_icon.gif) no-repeat 10px 0.7em;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* event_cal
============================== */
#tmp_event_cal {
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar .cal_selday {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar .cal_today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
	width:33.3%;
	font-size:85.7%;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* event_cal
============================== */
#tmp_lnavi_event_cal {
	clear:both;
}
/* event_cal_ttl */
#tmp_lnavi_event_cal_ttl {
	background-color:#F5F5F5;
	color:#333333;
	padding:7px 5px 0 5px;
	text-align:center;
}
#tmp_lnavi_event_cal_ttl p {
	font-weight:bold;
	line-height:1.2;
	font-size:100%;
	margin-bottom:0 !important;
}
#tmp_lnavi_event_cal_ttl span {
	padding-left:5px;
	font-size:128.6%;
}
/* event_cal_cnt */
#tmp_lnavi_event_cal_cnt {
	padding:5px 11px 15px 12px;
	clear:both;
	background-color:#F5F5F5;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td,
#tmp_lnavi_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #BBBBBB;
	font-size:85.7%;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 9px;
}
#tmp_lnavi_event_cal_cnt .calendar th,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	padding:4px 0;
	text-align:center;
	font-weight:normal;
	background-color:#E7F6DA;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	color:#333333;
	background-color:transparent;
	padding:6px 2px 6px 2px;
	display:block;
}
#tmp_lnavi_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar .day {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FEFAC2 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a {
	color:#D11818;
}
#tmp_lnavi_event_cal_cnt .calendar td.sat a {
	color:#114A9F;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#114A9F;
}
/* カレンダー形式
============================== */
#tmp_event_calendar .event_cal_7w {
	width:740px;/* 領域幅によって変更 */
	margin-bottom:15px;
	border-collapse:collapse;/* 変更しない */
	border-spacing:0;/* 変更しない */
	border-top:1px solid #B6BEBA;
	border-bottom:1px solid #B6BEBA;
	background:url(/shared/templates/free/images/event/calendar_tbl_bg.gif) repeat-y left top;/* 領域幅によって変更 */
}
#tmp_event_calendar .event_cal_7w td {
	vertical-align:top;
	text-align:left;
}
/* 曜日 */
#tmp_event_calendar .event_cal_7w .cal_th th {
	font-weight:bold;
	text-align:center;
	background:url(/shared/templates/free/images/event/th_bg.gif) repeat-y right top;/* デザインによって変更 */
}
#tmp_event_calendar .event_cal_7w .cal_th td p {
	width:131px;
}
#tmp_event_calendar .event_cal_7w .cal_th th.cal_sun {
	color:#202020;
	background:url(/shared/templates/free/images/event/th_sun_bg.gif) repeat-y left top;/* デザインによって変更 */
}
#tmp_event_calendar .event_cal_7w .cal_th th.cal_sun p {
	width:131px;
}
#tmp_event_calendar .event_cal_7w .cal_th th.cal_sat {
	color:#202020;
	background:url(/shared/templates/free/images/event/th_sat_bg.gif) repeat-y right top;/* デザインによって変更 */
}
#tmp_event_calendar .event_cal_7w .cal_th th.cal_sat p {
	width:131px;
}
#tmp_event_calendar .event_cal_7w td.cal_sun {
	color:#C13734;
	background:url(/shared/templates/free/images/event/td_sun_bg.gif) repeat-y left top;/* デザインによって変更 */
}
#tmp_event_calendar .event_cal_7w td.cal_sat {
	color:#005286;
	background:url(/shared/templates/free/images/event/td_sat_bg.gif) repeat-y right top;/* デザインによって変更 */
}
#tmp_event_calendar .event_cal_7w .cal_week td {
	border-top:3px solid #B6BEBA;
	border-bottom:1px dashed #B6BEBA;
}
#tmp_event_calendar .event_cal_7w .cal_week.cal_week_first td {
	border-top-width:1px;
}
#tmp_event_calendar .event_cal_7w .day {
	font-weight:bold;
}
/* 本日 */
#tmp_event_calendar .event_cal_7w .cal_today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background:url(/shared/templates/free/images/event/today_bg.gif) repeat-y right top !important;
}
#tmp_event_calendar .event_cal_7w .cal_sun.cal_today {
	background:url(/shared/templates/free/images/event/today_sun_bg.gif) repeat-y left top !important;
}
#tmp_event_calendar .event_cal_7w .cal_sat.cal_today {
	background:url(/shared/templates/free/images/event/today_sat_bg.gif) repeat-y right top !important;
}
/* 帯式 */
#tmp_event_calendar .event_cal_7w p {
	margin:0;
	padding:0;
}
#tmp_event_calendar .event_cal_7w p a {
	display:block;
	color:#202020;
	text-decoration:none;
	margin:5px;
}
#tmp_event_calendar .cal_event_index_1 p a {
	background-color:#F9E6EC;
}
#tmp_event_calendar .cal_event_index_2 p a {
	background-color:#F8E1C4;
}
#tmp_event_calendar .cal_event_index_3 p a {
	background-color:#E1F2D7;
}
#tmp_event_calendar .cal_event_index_4 p a {
	background-color:#DBE1F7;
}
#tmp_event_calendar .cal_event_index_1 p a:hover {
	background-color:#EDBCCD;
}
#tmp_event_calendar .cal_event_index_2 p a:hover {
	background-color:#F3CA98;
}
#tmp_event_calendar .cal_event_index_3 p a:hover {
	background-color:#BFE3A8;
}
#tmp_event_calendar .cal_event_index_4 p a:hover {
	background-color:#BAC7F1;
}
/* もっと見るボタン */
#tmp_event_calendar .event_cal_7w .more {
	font-weight:bold;
	font-size:85.7%;
}
#tmp_event_calendar .event_cal_7w .more a {
	display:block;
	color:#005286;
	background-color:transparent;
	text-decoration:underline;
}
#tmp_event_calendar .event_cal_7w .more a span {
	padding:1px 0 0 10px;
	background:url(/shared/templates/free/images/event/more_icon.gif) no-repeat left center;
}
/* カラムのレイアウトのロジック */
#tmp_event_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
	padding-top:10px;
}
.wrap_event_col_lft_navi {
	float:left; /* 変更しない */
	width:225px; /* デザインによって変更 */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
	margin-right:-245px; /* デザインによって変更 */
}
.wrap_event_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.wrap_event_col_main h2:first-child {
	margin-top:0 !important;
}
.event_col_main {
	margin-left:245px; /* デザインによって変更 */
}
#tmp_wrap_event_cal{
	width:225px; /* デザインによって変更 */
}
/* 一覧左ナビカレンダー
============================== */
#tmp_lnavi_event_cal {
	background-color:#F1F3F2;
	color:inherit;
	padding:10px 10px 5px;
	clear:both;
}
#tmp_lnavi_event_cal_ttl {
	text-align:center;
}
#tmp_lnavi_event_cal_ttl p {
	font-weight:bold;
	line-height:1.2;
	font-size:100%;
	margin-bottom:5px !important;
}
#tmp_lnavi_event_cal_ttl p span {
	font-size:128.6%;
	padding:0 5px;
}
#tmp_lnavi_event_cal_cnt {
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #B6BEBA;
	font-size:85.7%;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 5px;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_th td {
	color:inherit;
	background-color:#D7DDD9;
	padding:3px 0;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	color:#333333;
	background-color:transparent;
	padding:5px 0;
	display:block;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FBF5C6 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a {
	color:#C13734;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#005286;
	background-color:transparent;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	list-style-image:none;
	margin:0 !important;
	font-size:85.7%;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev,
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	display:table;
	float:left;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	text-align:center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	display:table;
	float:right;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a {
	padding:0 0 0 12px;
	background:url(/shared/templates/free/images/event/prev_icon.png) no-repeat left center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	padding:0 12px 0 0;
	background:url(/shared/templates/free/images/event/next_icon.png) no-repeat right center;
}
/* 一覧形式
============================== */
#tmp_event_main .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #B6BEBA; /* デザインによって変更 */
}
#tmp_event_main .event_cal_list td {
	padding:7px 8px 1px;
	border:1px solid #B6BEBA; /* デザインによって変更 */
	vertical-align:top;
}
#tmp_event_main .event_cal_list p {
	margin-bottom:0 !important;
}
#tmp_event_main .event_cal_list td p {
	margin-bottom:0.5em !important;
	line-height:1.4;
}
#tmp_event_main ul {
	margin:0 0 0 15px !important;
}
#tmp_event_main ul li {
	margin:0 0 10px !important;
}
#tmp_event_main .event_cal_list td.cal_sat {
	color:inherit;
	background-color:#E6F2F9; /* デザインによって変更 */
}
#tmp_event_main .event_cal_list td.cal_sun {
	color:inherit;
	background-color:#FCF1F2; /* デザインによって変更 */
}
#tmp_event_main .event_cal_list .date {
	width:185px;
}
/* もっと見るボタン */
#tmp_event_main .event_cal_list .more {
	font-weight:bold;
	font-size:85.7%;
}
#tmp_event_main .event_cal_list .more a {
	display:block;
	color:#005286;
	background-color:transparent;
	text-decoration:underline;
}
#tmp_event_main .event_cal_list .more a span {
	padding:1px 0 0 10px;
	background:url(/shared/templates/free/images/event/more_icon.gif) no-repeat left center;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	margin:0;
	width:100%;
	clear:both;
	font-size:85.7%;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	line-height:1.1;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	float:left;
	padding:0 6px 0 14px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -14px;
	padding:0 0 0 14px;
	background:url(/shared/templates/free/images/event/prev_s_icon.png) no-repeat left center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	float:right;
	padding:0 0 0 6px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	margin:0 -14px 0 0;
	padding:0 14px 0 0;
	background:url(/shared/templates/free/images/event/next_s_icon.png) no-repeat right center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	float:left;
	padding:0 0 0 45px;
}
/* rnavi
============================== */
.rnavi_img_btn,
.rnavi_guide {
	list-style:none;
	list-style-image:none;
}
/* rnavi_img_btn */
.rnavi_img_btn li {
	margin:0 0 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

}
.rnavi_img_btn li img {
	vertical-align:top;
}
/* rnavi_guide */
.rnavi_guide li {
	margin:0 0 10px;
}
.rnavi_guide li a {
	display:block;
	text-decoration:none;
	color:#545454;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
.rnavi_guide li span {
	display:block;
	min-height:24px;
	padding:17px 5px 15px 65px;
	background-position:5px center;
	background-repeat:no-repeat;
}
.rnavi_guide .rnavi_guide_event span {
	padding:8px 5px 6px 70px;
	min-height:42px;
	background-image:url(/shared/templates/top/images/kurashi_guide2.jpg);
}
.rnavi_guide .rnavi_guide_faq span {
	background-image:url(/shared/templates/top/images/kurashi_guide3.jpg);
}
/* pnavi
============================== */
.pnavi {
	width:160px;
	float:right;
	margin-right:10px;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop a {
	display:block;
	padding:10px 6px 8px 26px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background:#000000 url("/shared/images/white_arrow_up.png") 11px center no-repeat;
    border-radius: 5px 5px 0 0;
    font-size: 92.8%;
}
/* read_all
============================== */
.read_all {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	float:right !important;
}
*:first-child+html .read_all {
	margin-bottom:-20px;
}
.read_all li {
	float:left !important;
	background:none !important;
	padding:0 !important;
}
.read_all li.list {
	margin-right:27px !important;
}
.read_all li a {
	text-decoration:none !important;
	color:#333333 !important;
	background-color:transparent !important;
	padding-left:18px !important;
    font-weight: bold;
}
.read_all li.list a {
	background:url("/shared/images/icon/menu_icon.png") no-repeat left center !important;
    padding-left: 25px !important;
}
.read_all li.rss a {
	background:url("/shared/images/icon/rss_icon.png") no-repeat left center !important;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.format_top #tmp_main {
    width: 1280px;
    margin: 0 auto;
    padding: 61px 0 49px;
}
/*
.format_free .wrap_col_main {
	background-color:#FFFFFF;
	color:inherit;
}
*/
/* emergency
============================== */
#tmp_wrap_emergency {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -820px;
    width: 335px;
    height: 296px;
    margin: auto;
    z-index: 1000;
}
#tmp_emergency {
    width: 325px;
	background-color:#FFFFFF;
	color:inherit;
	border:5px solid #C2134E;
    border-radius: 5px;
    float: right;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:#FFFFFF;
	background-color:#C2134E;
    text-align: center;
}
#tmp_emergency_ttl h2 {
	font-size:178.5%;
}
#tmp_emergency_cnt {
	padding:20px 6px 13px;
    border-radius: 5px;
}
#tmp_emergency_cnt ul {
    height: 168px;
    margin:0 0 11px 12px;
    overflow: auto;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0 !important;
    line-height: 2;
}
#tmp_emergency_cnt ul li a,
#tmp_emergency_cnt p a {
    display: inline-block;
    padding-left: 15px;
    background: url(/shared/images/header/red_arrow.png) left 0.4em no-repeat;
    color: inherit;
    text-decoration: none;
}
#tmp_emergency_cnt p {
    border-top:1px solid #F2879B;
    text-align: right;
    margin: 0 8px;
    padding: 12px 0 0;
}
#tmp_emergency_cnt p a {
    display: inline-block;
}

/* emergency_s
============================== */
#tmp_wrap_emergency_s {
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	border:5px solid #C2134E;
    background-color:#FFFFFF;
	color:inherit;
	margin-bottom:38px;
	clear:both;
}
#tmp_emergency_s {
    width: 1090px;
    float: left;
    display:flex;
}
#tmp_emergency_s_ttl {
	padding:42px 0;
	text-align:center;
	color:#FFFFFF;
	background-color:#C2134E;
	float:left;
	width:228px;
}
#tmp_emergency_s_ttl h2 {
	font-size:178.5%;
}
#tmp_wrap_emergency_cnt {
	float:right;
	width:850px;
}
#tmp_wrap_emergency_s_cnt {
	float:left;
	width:840px;
}
#tmp_emergency_s_cnt {
	padding:26px 10px 0;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.6em;
    list-style: none;
}
#tmp_emergency_s_cnt ul li a {
    display: inline-block;
    padding-left: 12px;
    background: url("/shared/images/header/red_arrow.png") left 0.4em no-repeat;
}
/* emergency_m
============================== */
#tmp_emergency_m {
	float: left;
    border-left: 1px solid #F2879B;
    margin: 14px 10px 10px 0;
}
#tmp_emergency_m_ttl {
	padding:9px 0 0 14px;
}
#tmp_emergency_m_ttl p {
	padding:0 0 0 10px;
    font-size: 92.8%;
    font-weight: bold;
}
#tmp_emergency_m_cnt {
	padding:22px 0 7px 30px;
}
#tmp_emergency_m_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_m_cnt ul li {
}
#tmp_emergency_m_cnt ul li a {
    display: inline-block;
    padding-left: 8px;
    background: url("/shared/images/header/red_arrow.png") left 0.2em no-repeat;
    text-decoration: none;
    color: inherit;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:inherit;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 10px;
	font-weight:bold;
	color:inherit;
	background-color:#E6F7FF;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0;
	width:160px;
	border:1px solid #DDDDDD;
	border-bottom-width:3px;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
}
#tmp_inquiry_cnt .inquiry_btn input {
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	color:#333333;
	background-color:#FFFFFF;
	padding:7px 0;
	cursor:pointer;
	font-weight:bold;
	border:none;
	width:100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 10px;
	color:#FFFFFF;
	background-color:#727171;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	width:1280px;
	margin:0 auto;
}
#tmp_publicity {
	color:inherit;
	background-color:#FFFFFF;
	padding-bottom:15px;
	clear:both;
}
#tmp_publicity_ttl {
	padding:5px 20px;
	position:relative;
}
#tmp_publicity_ttl span.box_kouho {
	z-index:10;
	position:relative;
}
#tmp_publicity_ttl .switch_btn {
	position:absolute;
	right:10px;
	top:-25px;
}
.chat_bot {
	position:fixed;
	bottom:10px;
}
.chat_bot .switch_btn {
	position:absolute;
	right:5px;
	top:-30px;
}
.no_javascript .switch_btn,
.no_javascript #tmp_publicity_ttl .switch_btn {
	display:none;
}
#tmp_publicity_ttl .switch_btn a,
.chat_bot .switch_btn a {
	display:block;
    color: #FFFFFF;
    background-color: #C2134E;
    padding: 3px 5px 2px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    width:17px;
    text-align:center;
    overflow:hidden;
}
#tmp_publicity_ttl .switch_btn a:before,
#tmp_publicity_ttl .switch_btn a:after,
.chat_bot .switch_btn a:before,
.chat_bot .switch_btn a:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 12px;
    left: 6px;
}
#tmp_publicity_ttl .switch_btn a:before,
.chat_bot .switch_btn a:before {
    transform: rotate(45deg);
}
#tmp_publicity_ttl .switch_btn a:after,
.chat_bot .switch_btn a:after {
    transform: rotate(-45deg);
}
#tmp_publicity_ttl .switch_btn a span,
.chat_bot .switch_btn a span {
	position:relative;
	display:block;
	z-index:-1;
}
#tmp_publicity .box_koukoku {
	padding:15px 0 10px 58px;
}
#tmp_publicity .box_koukoku a {
    color: #707070;
    text-decoration: none;
}
#tmp_publicity_cnt {
	padding:0 0 0 36px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 8px 0 0;
	padding:0 0 8px;
	float:left;
}
#tmp_publicity_cnt ul li:nth-child(5n) {
    margin-right: 0;
}
#tmp_publicity_cnt ul li:nth-child(5n+1) {
    clear: both;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
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 li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li 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
================================================== */
/* wrapper_foot
============================== */
.format_base #tmp_wrap_footer,
.format_free #tmp_wrap_footer,
.no_javascript #tmp_wrap_footer,
#tmp_wrap_footer.active {
	padding-bottom:0;
}
#tmp_wrapper_foot {
    background-color: #373535;
    color: #FFFFFF;
	min-width:1280px;
    overflow: hidden;
	clear:both;
}
#tmp_wrapper_foot2 {
	min-width:1280px;
}
#tmp_footer {
	width:1280px;
	margin:0 auto 22px;
	padding:34px 0 20px 0;
}
#tmp_footer_cnt {
	float:left;
	width:505px;
    margin: 0 106px 0 28px;
}
#tmp_footer_cnt p {
    font-size: 114.2%;
}
#tmp_faccess {
	float:left;
	width:320px;
    margin: 27px 0 0;
}
#tmp_fnavi {
	float:right;
	width:284px;
    margin: 70px 0 0;
}

/* footer_cnt
============================== */
#tmp_footer_cnt address {
    font-size: 114.2%;
	font-style:normal;
    line-height: 1.5;
}
#tmp_footer_cnt address span {
	font-size:112.5%;
}
/* faccess
============================== */
#tmp_faccess_ttl {
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	padding:1px 9px;
	margin:0 0 16px;
    font-size: 114.2%;
}
#tmp_faccess_cnt {
	padding:0 0 0 5px;
}
#tmp_faccess_cnt ul {
	list-style:none;
	list-style-image:none;
    padding: 0 0 0 4px;
}
#tmp_faccess_cnt ul li {
	float:left;
	margin:0 19px 0 0;
	padding:0 0 2px;
}
#tmp_faccess_cnt ul li a {
    color: inherit;
    background: transparent url("/shared/images/white_arrow.png") left 0.4em no-repeat;
    font-size: 114.2%;
    text-decoration: none;
	padding:0 0 0 13px;
}
/* fnavi
============================== */
#tmp_fnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi li {
	padding-left:10px;
	margin-bottom:2px;

}
#tmp_fnavi li a {
    color: inherit;
    background: transparent url("/shared/images/white_arrow.png") left 0.4em no-repeat;
    text-decoration: none;
	padding:0 0 0 12px;
    font-size: 114.2%;
}
#tmp_fnavi span {
	font-size:85.7%;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	min-width:1000px;
	clear:both;
}
#tmp_copyright {
	width:1224px;
	margin:0 auto 20px;
	padding:3px 28px;
	color:#FFFFFF;
	background-color:transparent;
    font-size: 92.8%;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#D90000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007A00; /* デザインによって変更 */
	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;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	border:1px solid #CCCCCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 10px;
	color:inherit;
	font-weight:bold;
	background-color:#FFD8EB;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
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;
}

/* ==================================================
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;
}
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;
}
/* foreign
============================== */
span.notranslate {
    background-image:none !important;
    padding:0 !important;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FFD7EA; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFF2D7; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#EDEDED; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_wrap_contents .idx:after,
#tmp_hnews:after,
#tmp_hnews_ttl:after,
#tmp_hnews_cnt:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
.hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_emergency_m:after,
.plugin:after,
.pnavi:after,
#tmp_wrap_emergency_s:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_head_sns:after{
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_wrap_contents .idx,
*:first-child+html #tmp_hnews,
*:first-child+html #tmp_hnews_ttl,
*:first-child+html #tmp_hnews_cnt,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html .hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_emergency_m,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}