@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free {
	color:#002f33;
	background-color:#FFFFFF;
}
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 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
}
#tmp_wrapper2 {
	min-width:1000px;
}
#tmp_wrapper3 {
}
#tmp_main_wrapper {
	background: url(/shared/site_zoo_rn/images/wrapper/cnt_bg.png) repeat left top;
}
.format_top #tmp_main_wrapper {
	background: url(/shared/site_zoo_rn/images/wrapper/top_bg.png) repeat left top;
}
#tmp_main_wrapper2 {
	background: url(/shared/site_zoo_rn/images/wrapper/top_wrap_bg.png) repeat-x bottom center;
	border-top: 1px solid #ded1b8;
	border-bottom: 5px solid #fbc369;
	padding: 9px 0 0;
	position: relative;
}
.format_top #tmp_main_wrapper2 {
	background: url(/shared/site_zoo_rn/images/wrapper/top_wrap_bg.png) repeat-x bottom center;
	border-bottom: none;
	padding-top: 0;
}
#tmp_main_wrapper3 {
	width: 960px;
	margin: 0 auto;
}
.format_top #tmp_main_wrapper3 {
	width: 100%;
}
.custom_idx #tmp_main_wrapper3 {
	background:none;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0;
	clear:both; /* 変更しない */
}
.custom_idx #tmp_wrap_main {
	padding:0;
}
.format_top #tmp_wrap_main {
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_wrap_contents {
	background-color:#FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:inherit;
	padding:24px;
	margin-bottom:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.custom_model #tmp_wrap_contents {
    background-color: transparent;
    padding: 0;
}
/* gallery
============================== */
#tmp_wrap_gallery {
	width:100%;
	margin: 0 0 29px;
}
#tmp_wrap_gallery2 {
	position:relative;
	width:100%;
	height:380px;
	margin:0 auto;
	overflow:visible;
	padding: 20px 0 5px;
    text-align: center;
}
#tmp_gallery {
	width:840px;
	margin:0 auto;
	height:380px;
    position: relative;
	overflow:visible;
}
#tmp_gallery > ul li,
#tmp_gallery .box_gallrey {
	display:none;
}
#tmp_gallery > ul li:first-child,
#tmp_gallery .box_gallrey.active {
	display:block;
}
.no_javascript #tmp_gallery > ul li {
	display:none;
}
.no_javascript #tmp_gallery > ul li:first-child {
	display:block;
}
#tmp_gallery .box_wrap_parent_gallrey {
	overflow:visible !important;
	width: 840px !important;
	margin: 0 auto !important;
	text-align: center;
    -webkit-box-shadow: 0 0 8px rgba(89,120,128,0.4);
    -moz-box-shadow: 0 0 8px rgba(89,120,128,0.4);
    box-shadow: 0 0 8px rgba(89,120,128,0.4);
}
#tmp_gallery .box_wrap_parent_gallrey .box_gallrey img {
}
#tmp_gallery .box_wrap_parent_gallrey .box_gallrey a {
	display:block;
}
#tmp_gallery .gallery_ctrl {
	display:inline-block;
    margin:-20px auto 0;
    background-color: #ffbe04;
    border: 1px solid #ffbe04;
    border-radius: 20px;
    padding: 5px;
	position:relative;
	z-index:100;
}
#tmp_gallery .gallery_cntrol {
    display: inline-block;
    vertical-align: middle;
}
#tmp_gallery .list_order {
	margin:0 4px 0 11px;
	text-align: center;
	z-index:10;
	list-style:none;
    display: inline-block;
    vertical-align: middle;
}
#tmp_gallery .list_order li {
	display: inline-block;
	padding:0 2px 0;
	margin:0 2px;
}
/* cntrol */
#tmp_gallery .gallery_navi {
	position:relative;
	z-index:50;
	width:840px;
	margin:0 auto;
	display:none;
}
#tmp_gallery .gallery_navi p.prev_btn {
	position:absolute;
	top:-222px;
	left:-68px;
}
#tmp_gallery .gallery_navi p.next_btn {
	position:absolute;
	top:-222px;
	right:-68px;
}
/* read_all
============================== */
.read_all {
	padding:10px 0 0 0;
	clear:both;
}
.read_all ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	font-size:85.7%;
}
.read_all li {
	float:left;
	margin:0 15px 0 0 !important;
	padding:0 !important;
	background:none !important;
}
.read_all li a {
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
.read_all .list {
	background:url(/shared/site_zoo_rn/images/icon/navi_icon.png) no-repeat left center    !important;
	padding:2px 0 2px 20px !important;
}
.read_all .link {
	background:url(/shared/site_zoo_rn/images/icon/link_icon.png) no-repeat left center    !important;
	-webkit-background-size: 6px !important;
    background-size: 6px !important;
	padding:2px 0 2px 20px !important;
}
.read_all .rss {
	background: url(/shared/site_zoo_rn/images/icon/rss_icon.png) no-repeat left center    !important;
	padding:2px 0 2px 20px !important;
}
/* 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; /* 変更しない */
	padding-top: 13px;
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
/* top
============================== */
.format_top .column_lnavi .wrap_col_lft_navi {
	width:265px; /* デザインによって変更 */
	margin-right:-271px; /* デザインによって変更 */
}
.format_top .column_lnavi .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_top .column_lnavi .col_main {
	margin-left:0; /* デザインによって変更 */
}
.format_top .column_lnavi .wrap_col_main {
	float:none;
	padding-top:0;
}
/* free
============================== */
.format_free .wrap_col_lft_navi {
	width:265px; /* デザインによって変更 */
	margin-right:-271px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:271px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	margin:0 0 100px;
}
/* ==================================================
regulation
================================================== */
#tmp_wrap_regulation {
	width:100%;
	min-width:1000px;
	color:#333333;
	background-color:#fbf4e7;
	border-bottom:2px solid #A3BEDC;
}
#tmp_regulation {
	width:960px;
	margin:0 auto;
	padding:0 0 3px;
	background:url(/shared/site_rn/images/regulation/regulation_bg.jpg) no-repeat right top;
}
#tmp_regulation p {
	float:right;
	width:121px;
}
#tmp_regulation p a {
	display:block;
	text-align:center;
	background:#ffffff url(/shared/site_rn/images/regulation/chiba_logo.jpg) no-repeat center top;
	border:2px solid #e4d4b3;
	border-top:none;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_regulation p span {
	display:block;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	background:#FFFFFF;
	border-bottom: 5px solid #fbc369;
	padding: 9px 0 1px;
}
#tmp_header {
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#tmp_header .hnavi {
	float: right;
}
#tmp_header .hnavi li {
	display: inline-block;
	border-left: 1px solid #eceae8;
	padding-left: 7px;
	margin-left: 4px;
}
#tmp_hlogo {
	float:left;
	padding-top:11.3px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:300px;
	height:60px;
	background: url(/shared/site_zoo_rn/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:300px;
	height:60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:300px;
	height:60px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	padding:16px 0 8px 18px;
	color:inherit;
	background: #FFFFFF;
	clear:both;
	border: 4px solid #004e57;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	position: absolute;
	width: 636px;
	right: 0;
	bottom: -70px;
	display: none;
}
#tmp_means.active{
	display: block;
}
#tmp_means:before {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	right: 220px;
	width: 20px;
	height: 12px;
	background: url(/shared/site_zoo_rn/images/navi/gnavi/hnavi_fukidashi.png) no-repeat center top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	float:left;
	margin:0 18px 2px 0;
}
/* func_txt */
#tmp_func_txt {
	margin:0 17px 0 0;
	padding:0 0 5px;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:5px 0 0;
	float:left;
	color:#333333;
	background-color:transparent;
	font-weight:bold;
	font-size: 85.7%;
}
#tmp_func_txt dd {
	margin:0 4px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_txt dd a {
	display:block;
}
/* func_clr */
#tmp_func_clr {
	float:left;
}
#tmp_func_clr dt {
	font-size:85.7%;
	margin:0 5px 0 0;
	padding:5px 0 0;
	float:left;
	color:#333333;
	background-color:transparent;
	font-weight:bold;
}
#tmp_func_clr dd {
	font-size:85.7%;
	margin:0 4px 0 0;
	float:left;
	text-align:center;
	font-weight:bold;
}
#tmp_func_clr dd.last {
	margin-right:0;
}
#tmp_func_clr dd a {
	display:block;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 4px;
	padding-top: 5px;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
	font-size:85.7%;
}
#tmp_hnavi li {
	margin:0 16px 0 0;
	padding-bottom:3px;
	float:left;
	min-width:87px;
	text-align:center;
	font-weight:bold;
}
#tmp_hnavi li.last {
	margin-right:0;
}
#tmp_hnavi li a {
	display:block;
	color:#333333;
	text-decoration:none;
	padding: 0 0 0 12px;
	background: url(/shared/site_zoo_rn/images/icon/link_icon.png) no-repeat left center;
	-webkit-background-size: 6px;
	background-size: 6px;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	float: left;
	text-align: right;
	padding-top: 4px;
	margin-left: 74px;
}
#tmp_means_tertiary .select_lang {
	display: inline-block;
	margin-bottom: 7px;
}
/* search */
#tmp_wrap_search {
}
#tmp_wrap_search p {
	float:left;
}
#tmp_search {
	float:left;
}
#tmp_search p {
	float:left;
}
#tmp_query {
	width:192px;
	min-height:28px;
	border: 1px solid #e7e4e1;
	border-right:none;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	font-size:85%;
	line-height:1.4;
	padding: 4px 12px 3px;
}
#tmp_func_sch_btn {
	min-width:68px;
	font-size:100%;
	display:block;
	color:#FFFFFF;
	border: none;
	text-decoration:none;
	background:#005e67 url(/shared/site_zoo_rn/images/header/search_icon.png) no-repeat 9px center;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding: 9px 9px 7px 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	font-weight:bold;
}
/* zone
============================== */
#tmp_zone {
	background-color:#88A220;
	color:inherit;
	padding:0 25px 6px;
	clear:both;
}
#tmp_zone ul {
	list-style:none;
	list-style-image:none;
}
#tmp_zone ul li {
	float:left;
	font-size:85.7%;
	font-weight:bold;
}
#tmp_zone #tmp_zone1 {
	width:104px;
}
#tmp_zone #tmp_zone2 {
	width:133px;
}
#tmp_zone #tmp_zone3 {
	width:127px;
}
#tmp_zone #tmp_zone4 {
	width:115px;
}
#tmp_zone #tmp_zone5 {
	width:116px;
}
#tmp_zone #tmp_zone6 {
	width:139px;
}
#tmp_zone #tmp_zone7 {
	width:103px;
}
#tmp_zone #tmp_zone8 {
	width:73px;
}
#tmp_zone ul li a {
	display:block;
	color:#000000;
	text-decoration:none;
	padding:7px 5px 3px 32px;
	background-position:left top;
	background-repeat:no-repeat;
	min-height:18px;
}
#tmp_zone #tmp_zone1 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon1.jpg);
}
#tmp_zone #tmp_zone2 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon2.jpg);
}
#tmp_zone #tmp_zone3 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon3.jpg);
}
#tmp_zone #tmp_zone4 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon4.jpg);
}
#tmp_zone #tmp_zone5 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon5.jpg);
}
#tmp_zone #tmp_zone6 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon6.jpg);
}
#tmp_zone #tmp_zone7 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon7.jpg);
}
#tmp_zone #tmp_zone8 a {
	background-image:url(/shared/site_zoo_rn/images/header/zone_icon8.jpg);
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	padding:10px 0 7px 2px;
	color:inherit;
	background: #FFFFFF;
	clear:both;
	border: 4px solid #004e57;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	display: none;
}
#tmp_gnavi.active {
	display: block;
}
#tmp_gnavi:before {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	right: 27px;
	width: 20px;
	height: 12px;
	background: url(/shared/site_zoo_rn/images/navi/gnavi/hnavi_fukidashi.png) no-repeat center top;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
	display: inline-block;
	background: url(/shared/site_zoo_rn/images/navi/gnavi/gnavi_bd.png) no-repeat right top;
	padding-right: 4px;
}
#tmp_gnavi li:last-of-type {
	background: none;
	padding-right: 0;
}
#tmp_gnavi a {
	display:block;
	padding: 0 19px;
}
#tmp_gnavi #tmp_glist7 a {
	padding: 0 15px;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:10px 25px 8px;
	clear:both;
	color:#005e67;
	background: url(/shared/site_zoo_rn/images/navi/pankuzu/pankuzu_bg.png) repeat left top;
	border-bottom: 1px solid #fef9ee;
}
#tmp_pankuzu a {
	color:#005e67;
}
#tmp_pankuzu p {
	width: 960px;
	margin: 0 auto;
	background: url(/shared/site_zoo_rn/images/navi/pankuzu/pankuzu_icon.png) no-repeat 8px 2px;
	-webkit-background-size: 19px 18px;
	background-size: 18px 16px;
	padding-left: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	background: url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_bgh.png) no-repeat left top;
	padding: 84px 0 0;
	clear:both;
	width: 265px;
	margin-bottom: 24px;
	margin-left: -16px;
}
#tmp_lnavi_ttl {
	width: 232px;
	padding: 0 0 1px;
	margin-left: 23px;
	background:#FFFFFF;
	border-bottom: 2px solid #005e67;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#tmp_lnavi_ttl a {
	display:block;
	padding:17px 13px 10px;
	font-size: 143%;
	font-weight: bold;
	text-decoration:none;
	color:#005e67;
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #e9e6e3;
}
#tmp_lnavi_ttl a.guide {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_sougou_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_ttl a.shisetsu {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_shisetsu_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_ttl a.dobutsu {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_dobutsu_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_ttl a.flower {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_flower_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_ttl a.event {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_event_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_ttl a.map {
	background:url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_map-course_ttl.jpg) no-repeat right center;
}
#tmp_lnavi_cnt {
	padding:0 8px;
	background: url(/shared/site_zoo_rn/images/navi/lnavi/lnavi_bg.png) repeat-y;
	webkit-border-radius:0 0 8px 8px;
    -moz-border-radius:0 0 8px 8px;
    border-radius:0 0 8px 8px;
    color: inherit;
	width: 232px;
	margin-left: 15px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
	padding-top: 10px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#tmp_lnavi_cnt li {
	margin:0 0 10px;
	border-bottom:1px solid #e9e6e3;
	color:inherit;
}
#tmp_lnavi_cnt li a {
	display:block;
	padding:9px 5px 18px 29px;
	background: url(/shared/site_zoo_rn/images/icon/link_icon.png) no-repeat 14px 0.9em;
	-webkit-background-size: 6px;
	background-size: 6px;
	text-decoration: none;
	color: #005e67;
}
#tmp_lnavi_bnr p {
	margin-bottom: 24px;
}
/* event_cal
============================== */
/* event_cal_ttl */
#tmp_event_cal_ttl {
	color:#FFFFFF;
	background-color:#B75B00;
	padding:1px 8px;
	clear:both;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar {
	background-color:#FFFFFF;
}
#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 #E1D296;
	color:#000000;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:3px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#F0F0E1;
}
#tmp_event_cal_cnt .calendar td.bgcolor.sun {
	color:#C41717;
	background-color:#F0F0E1;
}
#tmp_event_cal_cnt .calendar td.bgcolor.sat {
	color:#0000FF;
	background-color:#F0F0E1;
}
#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 td.sun {
	color:#C41717;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#C41717;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat {
	color:#005DB8;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#0000FF;
	background-color:transparent;
}
/* cal_info */
.cal_info {
	color:#000000;
	background-color:transparent;
	margin:0 0 10px;
	clear:both;
}
.cal_info p {
	line-height:1.4;
}
.cal_info img {
	vertical-align:middle;
	margin:0 5px 2px 0;
}
/* lnavi_top
============================== */
#tmp_lnavi_top {
	clear:both;
}
#tmp_lnavi_top ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_top ul li {
	margin:0 0 10px;
	padding:6px 5px;
	border:1px solid #BC9326;
	background-color:#E3BD26;
	color:inherit;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* sp_pnavi
============================== */
.sp_pnavi {
	text-align: right;
	clear:both;
}
.sp_pnavi .sp_ptop {
	margin-bottom:0 !important;
	font-size:85.7%;
	text-align:right;
	clear:both;
}
.sp_pnavi .sp_ptop img {
	width: 110px;
	height: auto;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #DDDDDD;
	clear:both;
}
.custom_model .plugin {
    margin: 0 24px 20px;
    background: #ffffff;
}
.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 #AABBCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#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 0;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 13px;
	border-top: none;
	clear:both;
}
.custom_model #tmp_feedback {
    margin: 0 0 13px;
    background: #ffffff;
}
#tmp_feedback_ttl {
	padding:16px 10px 12px 20px;
	color:#ffffff;
	font-weight:bold;
	background:#606666;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	border:2px solid #ebecec;
	border-top: none;
}
#tmp_feedback_cnt2 {
	padding:20px;
}
#tmp_feedback_cnt dt {
	margin:0 0 9px 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 22px 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset,
#tmp_feedback_cnt2 fieldset {
	margin:0 auto;
	width: auto;
	clear:both;
}
#tmp_feedback fieldset legend {
	width:100%;
	box-sizing:border-box;
	font-weight: bold;
}
#tmp_feedback fieldset p {
	float: left;
	margin:0 1em 10px 0;
	text-align: center;
}
#tmp_feedback fieldset p:last-child {
	margin-right: 0;
}
#tmp_feedback fieldset p label {
	display: block;
	text-align: center;
	padding: 3px 0;
}
#tmp_feedback .txt_label {
	font-weight: bold;
}
#tmp_feedback fieldset p label,
#tmp_feedback fieldset input {
	display: inline-block;
	vertical-align: middle;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .txt_area {
	display:block;
	margin-right:0;
	float:none;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
}
#tmp_feedback_cnt textarea {
	padding:7px 10px;
	width:600px;
	color:#666666;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:2px solid #ebecec;
}
.column_cnt #tmp_feedback_cnt textarea {
	width:832px;
}
#tmp_feedback_cnt .feedback_btn {
	/*
	font-size: 128.5%;
	color: #002f33;
	border: 1px solid #ebecec;
	padding: 15px 0 13px;
	width: 452px;
	margin: 0 auto;
	font-weight: bold;
	background: #f9f9f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	*/
}
#tmp_feedback_cnt .edit {
	padding:15px 0 13px;
	background:url(/shared/templates/free/images/contents/feedback_edit_bg.gif) repeat left top;
	text-align:center;
}
#tmp_feedback_cnt .edit a {
	display:inline-block;
	width: auto !important;
	margin:0 10px;
	padding:4px 34px 3px 28px;
	color:#333333;
	background-color:#FFFFFF;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EAEAEA));
	background:-moz-linear-gradient(center top, #FFFFFF, #EAEAEA);
	background:linear-gradient(to bottom, #FFFFFF, #EAEAEA);
	font-weight:bold;
	text-decoration:none;
	border:1px solid #BFBFBF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	border-bottom: 5px solid #fbc369;
	padding:3px 0 22px;
	clear:both;
}
#tmp_publicity_txt {
	font-size:130%;
	line-height:1.4;
	text-align:center;
	clear:both;
	margin:29px 30px 27px;
	color:#4F5758;
	letter-spacing:-0.3px;
}
#tmp_publicity_txt br {
	display:none;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
	width:960px;
	margin:0 auto;
}
#tmp_publicity_cnt ul li {
	margin:0 25px 17px 0;
	float:left;
}
#tmp_publicity_cnt ul li img {
	border:none;
}
#tmp_publicity_cnt ul li a {
	display:block;
}
/* ==================================================
social
================================================== */
#tmp_wrap_sp_social {
	background:#FFFFFF;
}
#tmp_wrap_sp_social2 {
	width:980px;
	margin:0 auto;
}
#tmp_sp_social {
	float:right;
	padding:5px 0;
	clear:both;
}
#tmp_sp_social .social_media_btn {
	float:left;
}
#tmp_sp_social .social_media_btn.line_btn,
#tmp_sp_social .social_media_btn.facebook_btn {
	margin:0 27px 0 0;
}
#tmp_sp_social div,
#tmp_sp_social span,
#tmp_sp_social iframe {
	vertical-align:middle !important;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	color: inherit;
	background:#FFFFFF;
	clear:both;
	padding-top: 1px;
	border-bottom:5px solid #005E67;
}
#tmp_footer {
}
/* fnavi
============================== */
#tmp_wrap_fnavi {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#tmp_fnavi {
	width: 960px;
	margin: 23px auto;
	font-size:100%;
}
#tmp_fnavi ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi li {
	padding:0 26px 5px 0;
	white-space:nowrap;
	display:inline-block;
}
#tmp_fnavi li a {
	padding-right:8px;
	background: url(/shared/site_zoo_rn/images/icon/link_icon.png) no-repeat left 0.5em;
	-webkit-background-size: 6px;
	background-size: 6px;
	padding-left: 25px;
	text-decoration: none;
}
#tmp_fnavi ul.blank li a:after {
	content: '';
	display: inline-block;
	background: url(/shared/site_zoo_rn/images/footer/blank_icon.png) no-repeat;
	width: 11px;
	height: 9px;
	margin-left: 5px;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	width: 960px;
	margin: 0 auto;
	padding:27px 0;
	clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tmp_footer_cnt_l {
	float:left;
	font-size:95%;
	line-height:1.54;
}
#tmp_footer_cnt_r {
	float:right;
	padding-top:40px;
	font-size:92.8%;
	color: #021c1f;
}
#tmp_wrap_footer .flogo {
	display: inline-block;
	vertical-align: super;
	margin-right: 14px;
}
#tmp_wrap_footer #tmp_footer_cnt_l .flogo img {
	width: 182px;
	height: auto;
}
#tmp_footer_cnt address {
	margin:0;
	font-style:normal;
	color: #4f5758;
	display: inline-block;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
span.none {
	position: relative;
    z-index: -1;
    overflow: hidden;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#C41717; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#1F7219; /* デザインによって変更 */
	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 {
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	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 {
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	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 {
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	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 #DDDDDD;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:8px 10px 5px 25px;
	color:inherit;
	font-weight:bold;
	background:#FFDFBF url(/shared/site_zoo_rn/images/main/faq/faq_ttl_bg.png) no-repeat left 5px;
}
.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/site_zoo_rn/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
============================== */
.icon_blank {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
.icon_ext {
	display:inline-block;
	width:42px;
	height:15px;
	background:url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
	text-indent:-9999px; /* 100% */
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
	vertical-align:middle;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#F6DCDC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFED5; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EAF4FF; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
/*#tmp_main_wrapper:after,*/
#tmp_main_wrapper2:after,
#tmp_main_wrapper3:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_wrap_regulation:after,
#tmp_regulation:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_zone:after,
#tmp_zone ul: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,
.read_all:after,
.plugin:after,
.pnavi: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 ul:after,
#tmp_fnavi:after,
#tmp_fnavi ul: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_sp_social:after,
#tmp_wrap_sp_social2: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_main_wrapper,*/
*:first-child+html #tmp_main_wrapper2,
*:first-child+html #tmp_main_wrapper3,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_wrap_regulation,
*:first-child+html #tmp_regulation,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_zone,
*:first-child+html #tmp_zone ul,
*: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 .read_all,
*: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 ul,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_fnavi ul,
*: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,
*:first-child+html #tmp_sp_social,
*:first-child+html #tmp_wrap_sp_social2 {
	min-height:1%; /* 変更しない */
}
