﻿@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	background-color:#ffffff;
	color:#000000;
}
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 */
}
noscript {
	text-align:center;
	padding:5px 0;
	display:block;
}
/* wrapper
============================== */
#tmp_wrapper {
	position:relative;
}
/* hgallery
============================== */
#tmp_wrap_hgallery {
    width:100%;
    max-width:1920px;
	min-width:1260px;
	margin:0 auto;
	overflow:hidden;
}
#tmp_hgallery {
    width:100%;
    max-width:1920px;
	min-width:1260px;
	position:absolute !important;
    text-align:center;
    z-index:0;
	overflow:hidden;
	height:500px;
	background:url(/shared/rn/images/wrapper/bg1.jpg) no-repeat center top;
}
#tmp_hgallery .box_parent_gallrey,
#tmp_hgallery .box_gallrey {
    width:100%;
    text-align:center;
}
#tmp_hgallery .box_gallrey {
    top:0;
	left:0;
}
#tmp_hgallery li img {
    display:block;
    position:relative;
    z-index:-10;
	vertical-align:top;
}
#tmp_wrap_hgallery .list_order {
	display:none;
}
/* visual_main
============================== */
#tmp_visual {
	padding:30px 15px 10px 10px;
	clear:both;
}
#tmp_visual_main {
	width:900px;
	float:left;
}
#tmp_visual_bnr,
#tmp_visual_ichioshi_btn {
	width:330px;
	float:right;
}
#tmp_visual_bnr p {
	margin-bottom:30px;
}
#tmp_visual_bnr img,
#tmp_visual_ichioshi_btn img {
	vertical-align:top;
}
/* gallery */
#tmp_top_gallery {
	padding:0 28px 0 31px;
	height:390px;
	overflow:hidden;
	position:relative;
}
.no_javascript #tmp_top_gallery {
	padding:0 10px;
}
#tmp_top_gallery ul {
	list-style:none;
	list-style-image:none;
}
.no_javascript #tmp_top_gallery li .detail_img img  {
	max-width:100%;
	height:auto;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_top_gallery li .detail_img img {
	-webkit-border-radius:160px;/* Webkit */
	-moz-border-radius:160px;/* Mozilla */
	border-radius:160px;/* CSS3 */
}
#tmp_top_gallery .box_gallrey img {
	-webkit-border-radius:160px;/* Webkit */
	-moz-border-radius:160px;/* Mozilla */
	border-radius:160px;/* CSS3 */
}
#tmp_top_gallery .gallery_ctrl {
	text-align:center;
	padding:10px 0 5px;
}
#tmp_top_gallery .list_order,
#tmp_top_gallery .list_order li,
#tmp_top_gallery .list_order li a,
#tmp_top_gallery .wrap_gallery_cntrol,
#tmp_top_gallery .gallery_cntrol {
	display:inline-block;
	vertical-align:middle;
}
#tmp_top_gallery .list_order {
	list-style:none;
	list-style-image:none;
}
#tmp_top_gallery .list_order li {
	margin-right:8px;
}
#tmp_top_gallery .stop_btn,
#tmp_top_gallery .play_btn {
	display:inline;
	width:67px;
	height:21px;
}
#tmp_top_gallery .gallery_navi .prev_btn {
	position:absolute;
	top:148px;
	left:8px;
}
#tmp_top_gallery .gallery_navi .next_btn {
	position:absolute;
	top:148px;
	right:13px;
}
#tmp_top_gallery .gallery_navi .prev_btn a,
#tmp_top_gallery .gallery_navi .next_btn a {
	z-index:990;
	position:relative;
}
#tmp_top_gallery .gallery_navi .next_btn {
	text-align:right;
}
.no_javascript #tmp_top_gallery ul {
	list-style:none;
	height:342px;
	overflow-y:scroll;
}
/* cover
============================== */
#tmp_wrap_cover {
	width:100%;
	min-width:1260px;
	background:#A3D4FF url(/shared/rn/images/wrapper/bg_btm.jpg) no-repeat center bottom;
	color:inherit;
}
#tmp_cover {
	background:#E3F0F9 url(/shared/rn/images/wrapper/free_wrap_bg.jpg) no-repeat center bottom;
	min-width:1260px;
	clear:both;
}
.format_top #tmp_cover {
	position:relative;
	z-index:10;
	background:transparent url(/shared/rn/images/wrapper/mask.png) no-repeat center top;
	min-width:inherit;
}
#tmp_cover2 {
	width:1260px;
	margin:0 auto;
}
#tmp_wrap_cover_cnt {
	background-color:rgba( 255, 255, 255, 0.6 );
	padding:38px 0 0;
	min-width:1260px;
	width:100%;
	clear:both;
}
#tmp_cover_cnt {
	width:1260px;
	margin:0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	padding:40px 14px 0;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding:0 14px 10px;
}
.custom_chiji #tmp_wrap_main {
	padding-top:40px;
}
.custom_chiji.type_top #tmp_wrap_main {
	padding-top:0;
}
.custom_kogyo #tmp_wrap_main {
	background:none;
}
#tmp_wrap_main.column_top a {
	text-decoration:none;
}
#tmp_wrap_main.column_top a:hover,
#tmp_wrap_main.column_top a:focus,
#tmp_wrap_main.column_top a:active {
	text-decoration:underline;
}
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
	padding-bottom:120px;
}
.format_top #tmp_main,
.format_miryoku #tmp_main {
	padding-bottom:0;
}
/* contents
============================== */
#tmp_wrap_contents {
	background-color:#FFFFFF;
	color:inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px 30px 10px;
}
.custom_chiji #tmp_wrap_contents {
	padding-top:30px;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
.custom_chiji .column_rnavi #tmp_wrap_contents {
	padding-top:20px;
	-webkit-border-radius:0 0 5px 5px;/* Webkit */
	-moz-border-radius:0 0 5px 5px;/* Mozilla */
	border-radius:0 0 5px 5px;/* CSS3 */
}
.format_miryoku .column_lnavi #tmp_wrap_contents {
	padding:25px 30px 20px 20px;
	-webkit-border-radius:0 0 5px 5px;/* Webkit */
	-moz-border-radius:0 0 5px 5px;/* Mozilla */
	border-radius:0 0 5px 5px;/* CSS3 */
	margin-bottom:120px;
}
#tmp_contents {
	width:100%; /* 変更しない */
	margin-bottom:20px;
}
/* cate_ttl
============================== */
/* chiji */
#tmp_cate_ttl.cate_ttl_chiji {
	background:#ffffff url(/shared/templates/chiji_free_rn/images/contents/cate_ttl_bg.jpg) no-repeat left top;
	border-bottom:6px solid #12419b;
	height:122px;
	-webkit-border-radius:5px 5px 0 0;/* Webkit */
	-moz-border-radius:5px 5px 0 0;/* Mozilla */
	border-radius:5px 5px 0 0;/* CSS3 */
	position:relative;
}
#tmp_cate_ttl.cate_ttl_chiji .ttl {
	position:absolute;
	top:24px;
	left:73px;
}
#tmp_cate_ttl.cate_ttl_chiji .cnt {
	position:absolute;
	top:85px;
	left:90px;
}
/* chiji_top */
#tmp_cate_ttl.cate_ttl_chiji_top {
	background:url(/shared/templates/chiji_top_rn/images/contents/cate_ttl_bg.jpg) no-repeat left top;
	height:340px;
	position:relative;
}
#tmp_cate_ttl.cate_ttl_chiji_top h1 {
	position:absolute;
	top:114px;
	left:445px;
}
#tmp_cate_ttl.cate_ttl_chiji_top .cnt {
	position:absolute;
	top:188px;
	left:465px;
}
#tmp_cate_ttl.cate_ttl_chiji_top .name {
	position:absolute;
	top:277px;
	left:311px;
}
#tmp_cate_ttl.cate_ttl_chiji_top .btn {
	position:absolute;
	top:15px;
	right:14px;
}
#tmp_cate_ttl.cate_ttl_chiji_top img,
#tmp_cate_ttl.cate_ttl_chiji img {
	vertical-align:top;
}
/* miryoku */
#tmp_cate_ttl_miryoku {
	background:url(/shared/templates/free_rn/images/contents/miryoku/cate_ttl_bg.jpg) no-repeat left top;
	padding:42px 0 58px 110px;
}
#tmp_cate_ttl_miryoku img {
	vertical-align:top;
}
/* 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; /* 変更しない */
}
.col_main {
	padding:10px 0; /* デザインによって変更 */
}
.custom_chiji .col_main {
	padding:0;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:280px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-312px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:312px; /* デザインによって変更 */
}
/* miryoku */
.format_miryoku .wrap_col_lft_navi {
	width:258px;
	margin-right:-288px;
}
.format_free.format_miryoku .column_lnavi .col_main {
	margin-left:288px;
	padding:0;
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	width:100%;
	min-width:1260px;
	background-color:#ffffff;
	color:#435158;
}
#tmp_header {
	width:1260px;
	margin:0 auto;
	padding:9px 0 4px;
	background:url(/shared/rn/images/header/header_bg.jpg) no-repeat 230px bottom;
}
#tmp_hlogo {
	float:left;
	padding-top:2px;
	padding-left:14px;
}
#tmp_hlogo img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* means */
#tmp_means {
	padding-right:14px;
	float:right;
}
/* top */
.format_top #tmp_header {
	padding-top:3px;
	padding-bottom:11px;
}
.format_top #tmp_hlogo {
	padding-top:8px;
}
.format_top #tmp_means {
	padding-top:20px;
}
/* means_primary
============================== */
#tmp_means_primary {
	float:right;
	margin-bottom:10px;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	font-size:85.7%;
}
#tmp_hnavi li {
	margin:0 17px 0 0;
	float:left;
}
#tmp_hnavi .hnavi_lang {
	margin-right:0;
}
#tmp_hnavi li a {
	padding-top:3px;
	display:block;
	text-decoration:none;
	min-height:20px;
}
#tmp_hnavi .hnavi_size a {
	padding-left:32px;
	background:url(/shared/rn/images/header/func_icon_size.png) no-repeat left top;
}
#tmp_hnavi .hnavi_furi a {
	padding-left:39px;
	background:url(/shared/rn/images/header/func_icon_furi.png) no-repeat left top;
}
#tmp_hnavi .hnavi_read a {
	padding-left:32px;
	background:url(/shared/rn/images/header/func_icon_read.png) no-repeat left top;
}
#tmp_hnavi .hnavi_lang a {
	padding-left:28px;
	background:url(/shared/rn/images/header/func_icon_lang.png) no-repeat left top;
}
/* secondary
============================== */
#tmp_means_secondary {
	float:right;
	clear:both;
}
#tmp_search .sch_ttl {
	width:390px;
	float:left;
}
#tmp_search .sch_ttl .sch_icon {
	float:left;
	font-weight:bold;
	padding:2px 10px 1px 26px;
	background:url(/shared/rn/images/icon/sch_icon_top.png) no-repeat left top;
}
#tmp_search .sch_ttl .sch_box {
	float:right;
}
#tmp_search .sch_btn {
	float:left;
}
#tmp_search .sch_ttl #tmp_query {
	width:270px;
	min-height:24px;
	padding:0 5px;
	border:1px solid #827b7b;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_search .sch_btn #tmp_func_sch_btn {
	width:88px;
	min-height:24px;
	margin-right:10px;
	border:1px solid #435158;
	background-color:#435158;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:114.3%;
	line-height:1;
}
#tmp_search .sch_q_btn {
	float:left;
	font-size:85.7%;
}
#tmp_search .sch_q_btn a {
	display:inline-block;
	padding:3px 5px 2px;
	text-decoration:none;
	background-color:#dbd3e4;
	color:#435158;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	width:100%;
	min-width:1260px;
	background-color:#5a2d8e;
	color:#ffffff;
	clear:both;
}
#tmp_gnavi {
	width:1260px;
	margin:0 auto;
}
#tmp_gnavi ul {
	list-style:none;
	padding:0 14px;
	font-size:114.3%;
}
#tmp_gnavi li {
	/* width:14.3%; */
	box-sizing:border-box;
	width: 12.5%;
	float:left;
	text-align:center;
	position:relative;
}
#tmp_gnavi #tmp_glist7 {
	/* width:14.2%; */
	width: 12.5%;
}
#tmp_gnavi a {
	display:block;
	padding:15px 10px;
	background-color:#5a2d8e;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:#5a2d8e;
	background-color:#d2c3e4;
}
/* drop_down_hidden */
#tmp_gnavi ul ul {
	margin-left:0;
	font-size:87.5%;
}
#tmp_gnavi ul ul ul {
	font-size:100%;
}
#tmp_gnavi ul ul li {
	float:none;
	position:static;
	text-align:left;
}
#tmp_gnavi .drop_down_hidden {
	width:480px;
	color:#000000;
	background-color:#d2c3e4;
	border-top:4px solid #ad95cc;
	position:absolute;
	left:0;
	top:auto;
	display:none;
	z-index:100;
}
#tmp_gnavi li:hover .drop_down_hidden {
	display:block;
}
#tmp_gnavi .drop_down_hidden_inner {
	padding:16px 20px 16px 16px;
	text-align:left;
}
#tmp_gnavi .drop_down_hidden .glist_menu {
	float:left;
	width:275px;
}
#tmp_gnavi .drop_down_hidden .glist_link {
	float:right;
	width:150px;
}
#tmp_gnavi .drop_down_hidden .glist_link_ttl {
	padding-bottom:10px;
}
#tmp_gnavi .drop_down_hidden .glist_link_cnt li {
	margin-bottom:5px;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
	background:none;
	padding:0;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_gnavi .drop_down_hidden li {
	background-color:#ffffff;
	color:inherit;
	width:100%;
	margin:0 0 1px;
}
#tmp_gnavi .drop_down_hidden li.noGrandList {
	padding-left:25px;
	box-sizing:border-box;
}
#tmp_gnavi .drop_down_hidden li a {
	text-align:left;
	font-weight:normal;
	padding:8px 0 6px 8px;
	background-color:#ffffff;
	color:#065780;
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
}
#tmp_gnavi #tmp_glist6 .drop_down_hidden {
	left:inherit;
	right:0;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_gnavi .drop_down_hidden .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
	float:left;
}
#tmp_gnavi .drop_down_hidden .switch_cnt {
	padding:10px 0 0 30px;
	list-style-image:url(/shared/rn/images/icon/list_icon.gif);
}
#tmp_gnavi .drop_down_hidden .switch_cnt li {
	margin:0 0 2px;
	padding:0;
}
#tmp_gnavi .drop_down_hidden .switch_cnt li a {
	padding:0 0 5px;
}
#tmp_gnavi .drop_down_hidden .glist_link_ttl .ttl {
	float:left;
}
#tmp_gnavi .drop_down_hidden .glist_link_ttl .btn {
	float:right;
}
#tmp_gnavi .drop_down_hidden .glist_link_ttl .btn a {
	padding:2px 0 0 20px;
	color:#065780;
	background:url(/shared/rn/images/icon/navi_icon_green.png) no-repeat left 0.2em;
	display:inline-block;
}
#tmp_gnavi .drop_down_hidden .glist_link_cnt a {
	padding:0;
}
#tmp_gnavi .drop_down_hidden .glist_link_cnt p {
	margin-bottom:10px;
}
#tmp_gnavi .drop_down_hidden .glist_link_cnt img {
	vertical-align:top;
}
#tmp_gnavi .drop_down_hidden .switch_cnt,
#tmp_gnavi .drop_down_hidden .switch_cnt li,
#tmp_gnavi .drop_down_hidden .switch_cnt li a {
	background-color:#F5EEFE;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	background-color:#CCE1F2;
	color:inherit;
	min-width:1260px;
	clear:both;
}
#tmp_pankuzu {
	padding:7px 0;
	width:1260px;
	margin: 0 auto;
}
#tmp_pankuzu p {
	padding:0 20px;
	font-size:85.7%;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin-bottom: 20px;
}
#tmp_lnavi_ttl {
	background: #39822c;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 12px 10px 8px 17px;
	font-size: 128%;
	font-weight: bold;
	color: #FFFFFF;
}
#tmp_lnavi_ttl a {
	color:#FFFFFF;
	text-decoration:underline;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:active,
#tmp_lnavi_ttl a:focus {
	text-decoration:none;
}
#tmp_lnavi_cnt {
	background: #FFFFFF;
	padding: 3px 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt ul li {
	border-top: 1px solid #e4f0f9;
}
#tmp_lnavi_cnt ul li:first-child {
	border-top: none;
}
#tmp_lnavi_cnt ul li a {
	text-decoration: none;
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat 11px 11px;
    padding: 10px 12px 10px 33px;
	display: block;
}
#tmp_lnavi_cnt ul li a.accordion_switch {
	display:inline-block;
	background:none;
	padding:10px 10px;
}
#tmp_lnavi_cnt ul li a.accordion_switch img {
	vertical-align:middle;
}
/* lnavi - 魅力
============================== */
.format_miryoku #tmp_lnavi_ttl {
	padding:5px 6px 3px;
	font-size:128.5%;
	border:none;
	background-color:#5C3880;
	color:#FFFFFF;
}
.format_miryoku #tmp_lnavi_ttl a {
	color:#FFFFFF;
	text-decoration:none;
}
.format_miryoku #tmp_lnavi_ttl a span {
	background:url(/shared/templates/free_rn/images/contents/miryoku/white_arrow.jpg) left center no-repeat;
	padding-left:28px;
}
.format_miryoku #tmp_lnavi_cnt {
	border:none;
	padding:10px 0 0;
}
.format_miryoku #tmp_lnavi_cnt li {
	list-style:none;
	list-style-image:none;
	border:none;
	padding:0;
	margin:0 0 10px;
}
.format_miryoku #tmp_lnavi_cnt li a {
	text-decoration:none;
	padding:13px 8px 9px 89px;
	display:block;
	color:#065780;
	font-size:128.5%;
	font-weight:bold;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link01 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon01.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link02 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon02.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link03 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon03.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link04 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon04.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link05 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon05.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link06 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon06.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .miryoku_link07 a {
	background:#F4F4F4 url(/shared/templates/free_rn/images/contents/miryoku/miryoku_navi_icon07.jpg) left top no-repeat;
}
#tmp_lnavi_miryoku_ttl {
	margin:-15px 0 -2px -57px;
}
.format_miryoku #tmp_lnavi_cnt #tmp_lnavi_miryoku_link li {
	width:258px;
	height:72px;
	overflow:hidden;
}
.format_miryoku #tmp_lnavi_cnt #tmp_lnavi_miryoku_link li a {
	width:258px;
	height:72px;
	padding:0;
	color:inherit;
	background-color:transparent;
}
.format_miryoku #tmp_lnavi_cnt #tmp_lnavi_miryoku_link li a span {
	position:relative;
	z-index:-1;
}
.format_miryoku #tmp_lnavi_cnt .lnavi_miryoku_link01 a {
	background:url(/shared/templates/free_rn/images/contents/miryoku/kids/lnavi_banner01.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .lnavi_miryoku_link02 a {
	background:url(/shared/templates/free_rn/images/contents/miryoku/kids/lnavi_banner02.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .lnavi_miryoku_link03 a {
	background:url(/shared/templates/free_rn/images/contents/miryoku/kids/lnavi_banner03.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .lnavi_miryoku_link04 a {
	background:url(/shared/templates/free_rn/images/contents/miryoku/kids/lnavi_banner04.jpg) left top no-repeat;
}
.format_miryoku #tmp_lnavi_cnt .lnavi_miryoku_link05 a {
	background:url(/shared/templates/free_rn/images/contents/miryoku/kids/lnavi_banner05.jpg) left top no-repeat;
}

/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/rn/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:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#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 {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	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.2;
	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:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/rn/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:block;
	padding:0 12px 0 0;
	background:url(/shared/rn/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_rnavi {
	margin-bottom: 20px;
}
#tmp_rnavi_ttl {
	background: #39822c;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 12px 10px 8px 17px;
	font-size: 128%;
	font-weight: bold;
	color: #FFFFFF;
}
#tmp_rnavi_ttl a {
	color:#FFFFFF;
	text-decoration:underline;
}
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_ttl a:active,
#tmp_rnavi_ttl a:focus {
	text-decoration:none;
}
#tmp_rnavi_cnt {
	background: #FFFFFF;
	padding: 3px 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#tmp_rnavi_cnt ul {
	list-style: none;
}
#tmp_rnavi_cnt ul li {
    padding:10px 0;
	border-top: 1px solid #e4f0f9;
}
#tmp_rnavi_cnt ul li:first-child {
	border-top: none;
}
#tmp_rnavi_cnt ul li a {
	text-decoration: none;
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat 11px 2px;
    padding: 0 0 0 33px;
	display: block;
}
#tmp_rnavi_cnt ul.swicth_menu a {
	display:inline-block;
	vertical-align:top;
	padding-left:0;
	background:none;
}
#tmp_rnavi_cnt ul.swicth_menu a.accordion_switch {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(/shared/rn/images/icon/lnavi_icon_off.gif) no-repeat left top;
	padding:0;
	margin:0 8px;
}
#tmp_rnavi_cnt ul.swicth_menu .ac_active {
	padding-bottom:0;
}
#tmp_rnavi_cnt ul.swicth_menu .ac_active a.accordion_switch {
	background: url(/shared/rn/images/icon/lnavi_icon_on.gif) no-repeat left top;
}
#tmp_rnavi_cnt ul.swicth_menu a.accordion_switch span {
	display:block;
	width:16px;
	height:16px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_rnavi_cnt ul li.icon_list a {
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat 7px 2px;
	padding-left:28px;
}
#tmp_rnavi_cnt ul li a.accordion_switch {
	display:inline-block;
	background:none;
	padding:10px 10px;
}
/* rnavi_rank */
#tmp_rnavi_rank_ttl {
	background:url(/shared/rn/images/navi/rnavi/lmenu_icon_seen_ttl.png) no-repeat left top;
	padding:7px 0 3px 42px;
	min-height:30px;
	position:relative;
}
#tmp_rnavi_rank_ttl p {
	font-size:130%;
	font-weight:bold;
	margin-bottom:8px;
}
/* acc_rank_1 */
#acc_rank_1 ol {
	margin-bottom:15px;
	list-style:none;
}
#acc_rank_1 li {
	background-color:#ffffff;
	color:inherit;
	margin:0 0 1px;
	vertical-align:middle;
}
#acc_rank_1 li img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
#acc_rank_1 li a {
	display:block;
	padding:15px 10px 12px 10px;
	min-height:23px;
	background-repeat:no-repeat;
	background-position:7px 12px;
	text-decoration:none;
}
#acc_rank_1 li a span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* accordion_cnt */
#tmp_rnavi_cnt .accordion_cnt {
	background-color:#ecf9f7;
	color:inherit;
}
#tmp_rnavi_cnt .accordion_cnt li {
	border-top:none;
	padding:0;
}
#tmp_rnavi_cnt ul.swicth_menu .accordion_cnt a {
	display: block;
	background:url(/shared/rn/images/icon/list_icon_grn.png) no-repeat 18px 8px;
    padding:4px 2px 4px 33px;
}
/* side_recommend */
.side_recommend {
	border: 2px solid #416ebb;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.side_recommend_ttl {
	text-align: center;
}
.side_recommend_ttl p {
	background: url(/shared/rn/images/navi/rnavi/recommend_icon.png) no-repeat left 6px;
	display: inline-block;
	padding: 10px 0 10px 51px;
	font-size: 128%;
	font-weight: bold;
}
.side_recommend_cnt ul {
	list-style: none;
}
.side_recommend_cnt ul li {
	background: #F0F5FE;
}
.side_recommend_cnt ul li:nth-of-type(even) {
	background: #D4E1F8;
}
.side_recommend_cnt ul li a {
	text-decoration: none;
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat 11px 11px;
    padding: 11px 12px 11px 33px;
	display: block;
}
/* side_saigai */
.side_saigai {
	border: 2px solid #b00808;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.side_saigai a {
	background: url(/shared/rn/images/icon/bosai_icon.png) no-repeat 48px center;
	padding: 20px 10px 18px 90px;
	display: block;
	font-size: 128%;
	color: #b00808;
	font-weight: bold;
	text-decoration: none;
}
/* side_bnr */
.side_miryoku {
	margin-bottom: 20px;
}
.side_miryoku a {
	background:url(/shared/rn/images/navi/rnavi/side_miryoku_bnr.jpg) no-repeat left top;
}
.side_miryoku a,
.side_miryoku span {
	width:280px;
	height:114px;
}
/* snavi_press */
.snavi_press {
	margin-bottom: 20px;
}
.snavi_press a {
	background: #674E83 url(/shared/rn/images/navi/rnavi/side_doc_icon.png) no-repeat 21px center;
	padding: 23px 10px 19px 86px;
	display: block;
	font-size: 128%;
	color: #b00808;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
}
/* snavi_calendar */
.snavi_calendar {
	margin-bottom: 20px;
}
.snavi_calendar a {
	background: #416EBB url(/shared/rn/images/navi/rnavi/side_cal_icon.png) no-repeat 18px center;
	padding: 23px 10px 19px 78px;
	display: block;
	font-size: 128%;
	color: #b00808;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
}
/* side_publicity */
.side_publicity {
	clear:both;
	margin-bottom: 20px;
}
.side_publicity_ttl {
	background: #E0DCDC;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 6px 10px 2px 17px;
	font-size: 128%;
	font-weight: bold;
	color: #435158;
}
.side_publicity_cnt {
	background: #FFFFFF;
	padding: 23px 0 6px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.side_publicity_cnt ul {
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}
.side_publicity_cnt ul li {
	margin:0 auto 5px;
}
.side_publicity_cnt ul li:last-child {
	margin-bottom: 1px;
}
.side_publicity_cnt p {
	text-align: center;
}
.side_publicity_cnt p a {
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat 11px 7px;
    padding: 5px 12px 5px 31px;
	display: inline-block;
	text-decoration:none;
}
/* cmenu
============================== */
#tmp_cmenu ul {
	list-style:none;
	letter-spacing:-.4em;
	font-size:128.6%;
	font-weight:bold;
	margin:0 -18px 0 0;
}
#tmp_cmenu ul li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	width:130px;
	text-align:center;
	margin:0 18px 20px 0;
	line-height:1;
}
#tmp_cmenu ul li span {
	display:block;
}
#tmp_cmenu ul li a {
	display:block;
	text-decoration:none;
	background-color:#39822C;
	color:#fefefe;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
	padding:80px 5px 10px;
	min-height:30px;
	background-repeat:no-repeat;
	background-position:center 10px;
}
#tmp_cmenu #faq_li a {
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_faq.png);
}
#tmp_cmenu #inq_li a {
	padding-top:70px;
	min-height:40px;
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_inq.png);
}
#tmp_cmenu #soudan_li a {
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_sodan.png);
}
#tmp_cmenu #shinsei_li a {
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_shinsei.png);
}
#tmp_cmenu #toukei_li a {
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_tokei.png);
}
#tmp_cmenu #keikaku_li a {
	background-image:url(/shared/rn/images/navi/rnavi/cmenu_icon_keikaku.png);
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	float:right;
	margin-bottom:0 !important;
}
.custom_kogyo .pnavi .ptop {
	padding:0;
	background:none;
}
.pnavi .ptop a {
	background:url(/shared/rn/images/navi/pnavi/ptop.png) no-repeat left top;
	width:44px;
	height:42px;
	display:block;
}
.pnavi .ptop a span {
	width:44px;
	height:32px;
	padding-top:10px;
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
.ptop {
	text-align:right;
	clear:both;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:30px;
	border:3px solid #b80000;
	background-color:#ffffff;
	color:inherit;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	clear:both;
}
#tmp_emergency_ttl {
	padding:10px 15px;
	color:#ffffff;
	background-color:#b80000;
	position:relative;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_ttl .list_icon {
	position:absolute;
	top:10px;
	right:10px;
}
#tmp_emergency_ttl .list_icon a {
	display:block;
	padding:3px 12px;
	background-color:#ffffff;
	color:#065780;
	text-decoration:none;
	-webkit-border-radius:2em;/* Webkit */
	-moz-border-radius:2em;/* Mozilla */
	border-radius:2em;/* CSS3 */
}
#tmp_emergency_cnt {
	padding:15px 15px 10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
	list-style-image:url(/shared/rn/images/icon/list_icon_red.png);
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn,
#tmp_social_plugins #tmp_twitter,
#tmp_social_plugins #tmp_facebook {
	margin:0 0 0 10px;
	float:left;
}
#tmp_social_plugins span,
#tmp_social_plugins iframe {
	vertical-align:baseline !important;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	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 #d1cfcf;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:14px 7px 9px 45px;
	color:#010101;
	font-size: 115%;
	font-weight:bold;
	background:#96c68b url(/shared/rn/images/icon/inquiry_icon.png) no-repeat 10px center;
	border-bottom:1px solid #d1cfcf;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:12px 15px 7px;
}
#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 0 1.5em;
	min-width: 230px;
	background: #39822c;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 114%;
	font-weight: bold;
	cursor:pointer;
	padding: 11px 0 7px;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #d1cfcf;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	padding:14px 7px 9px 14px;
	color:#010101;
	font-size: 115%;
	font-weight:bold;
	background-color:#e0dcdc;
	border-bottom:1px solid #d1cfcf;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:12px 15px 15px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 1.1em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	min-width: 230px;
	background: #39822c;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 114%;
	font-weight: bold;
	padding: 11px 0 7px;
	cursor:pointer;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	clear:both;
	text-align:center;
}
#tmp_publicity_ttl {
	width:auto;
	margin-right:10px;
	vertical-align:top;
	display:inline-block;
	text-align:right;
}
#tmp_publicity_ttl a {
	background:url(/shared/rn/images/icon/navi_icon_green.png) no-repeat left 5px;
	padding:2px 0 0 23px;
	display:inline-block;
	text-decoration:none;
}
#tmp_publicity_cnt {
	width:1040px;
	vertical-align:top;
	display:inline-block;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li:last-child {
	margin:0;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	margin:0 auto;
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	text-align:center;
	font-size:300%;
}
#tmp_model_change li a {
	display:block;
	text-decoration:none;
	padding:6px 10px;
	color:#ffffff;
	background-color:#5b3982;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
}
#tmp_model_change li a span {
	display:inline-block;
	min-height:18px;
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 640px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	padding:17px 0 10px;
	min-width:1260px;
	width:100%;
	color:#3f525b;
	background-color:#efecec;
	clear:both;
}
#tmp_footer {
	width:1260px;
	margin:0 auto;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:0 14px;
	margin:0 0 10px;
	list-style:none;
	text-align:center;
}
#tmp_fnavi li {
	text-align:left;
	margin:0 7px 0 0;
	white-space:nowrap;
	display:inline-block;
}
#tmp_fnavi li a {
	color:#065780;
	background:url(/shared/rn/images/icon/navi_icon_green.png) no-repeat left 4px;
	padding:2px 0 0 23px;
	display:inline-block;
	text-decoration:none;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	text-align:center;
	padding:0 14px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address .ttl {
	margin-right:1.5em;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
/* copyright
============================== */
#tmp_wrap_copyright {
	width:100%;
	min-width:1260px;
	padding:5px 0;
	background-color:#5a2d8e;
	color:#ffffff;
	text-align:center;
	clear:both;
}
#tmp_copyright {
	width:1260px;
	margin:0 auto;
	font-size:85.7%;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */

.txt_red {
	color:#990000;
	background:transparent;
}
.txt_blue {
	color:#333399;
	background:transparent;
}
.txt_green {
	color:#007500;
	background:transparent;
}
.txt_gray {
	color:#333333;
	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;
}
/* gaibu_link
============================== */
p.gaibu_link {
	background:#E9E9E9 url(/shared/templates/free/images/contents/gaibu_link.gif)  no-repeat 4px center;
	padding:0 0 0 25px;
	font-size:100%;
	border:none;
	text-indent:0;
}
/* ==================================================
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;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.list_table p {
	margin:0 0 15px;
	vertical-align:middle;
}
table.list_table .date {
	width:160px;
	padding:0;
}
table.list_table .date p {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 5px 0;
}
table.list_table .date img {
}
/* read_all
============================== */
.read_all {
	margin:10px 0 10px 5px;
	list-style:none;
	clear:both;
}
.read_all li {
	float:left;
	margin:0 7px 0 0 !important;
	padding:0 0 0.5em !important;
	line-height:1.2;
	background:none !important;
}
.read_all li a {
	display:block;
	border:1px solid #d6d6d6;
	background-color:#ffffff;
	color:#065780;
	padding:3px 12px 2px;
	text-decoration:none;
	-webkit-border-radius:1.2em;/* Webkit */
	-moz-border-radius:1.2em;/* Mozilla */
	border-radius:1.2em;/* CSS3 */
}
.read_all li span {
	display:inline-block;
	padding-top:2px;
}
.read_all .rss span,
#tmp_contents #tmp_idx1_new .idx1_new_list .rss span{
	background:url(/shared/rn/images/icon/rss_icon.png) no-repeat left 0.3em;
	padding-left:16px;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:14px 7px 9px 45px;
	color:#010101;
	font-size: 115%;
	font-weight:bold;
	background:#b0d469 url(/shared/rn/images/icon/box_faq_icon.png) no-repeat 7px center;
	border-bottom:1px solid #d1cfcf;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:13px 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/rn/images/icon/list_icon.gif) !important; /* 変更しない */
	margin-left: 0 !important;
	list-style: none !important;
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
	list-style: none;
	background: url(/shared/rn/images/icon/navi_icon_green.png) no-repeat left 4px;
    padding: 2px 0 0 23px;
}
/* ==================================================
Foreign
================================================== */
.custom_foreign #tmp_cover {
	background-image:none;
}
.custom_foreign #tmp_search .sch_ttl {
	width:auto;
}
.custom_foreign #tmp_search .sch_btn #tmp_func_sch_btn {
	font-weight:normal;
	font-size:85.7%;
	margin-right:0;
}
.custom_foreign #tmp_wrap_main {
	padding-top:30px;
}
.custom_foreign #tmp_main {
	padding-bottom:0;
}
.custom_foreign .col_main {
	padding:0;
}
.custom_foreign #tmp_wrap_footer {
	padding:6px 0 5px;
	color:#37224d;
}
.custom_foreign #tmp_footer_cnt address span {
}
/* ==================================================
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;
}

/* ==================================================
ReadSpeaker
================================================== */
.format_top #tmp_readspeaker.rsbtn {
	width:1260px !important;
	margin:0 auto;
}

/* ==================================================
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,
#tmp_main a.icon_ppt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt {
	margin:0 3px;
	text-indent:0 !important;
	background-position:left 0.2em;
	background-repeat:no-repeat;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	padding-left:53px;
}
a.icon_ppt {
	padding-left:95px;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt {
	background-position:left 0.2em;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.gif);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.gif);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.gif);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.gif);
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus,
#tmp_hnavi li a:active,
#tmp_search .sch_q_btn a:hover,
#tmp_search .sch_q_btn a:focus,
#tmp_search .sch_q_btn a:active,
#tmp_emergency_ttl .list_icon a:hover,
#tmp_emergency_ttl .list_icon a:focus,
#tmp_emergency_ttl .list_icon a:active,
#tmp_publicity_ttl a:hover,
#tmp_publicity_ttl a:focus,
#tmp_publicity_ttl a:active,
#tmp_fnavi li a:hover,
#tmp_fnavi li a:focus,
#tmp_fnavi li a:active,
#tmp_rnavi_cnt ul li a:hover,
#tmp_rnavi_cnt ul li a:focus,
#tmp_rnavi_cnt ul li a:active,
.read_all li a:hover,
.read_all li a:focus,
.read_all li a:active,
.side_publicity_cnt p a:hover,
#acc_rank_1 li a:hover {
	text-decoration:underline;
}
/* ==================================================
Search Result
================================================== */
#tmp_contents table .s font {
	word-break:break-all;
}
/* ==================================================
opendata
================================================== */
#tmp_main .opdata_page_license {
	margin-bottom:0.8em;
}
#tmp_main .opdata_page_license img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0.4em;
}
/* ==================================================
山梨の魅力削除 20200427 → 再表示するためコメントアウト 20220324
================================================== */
/* #tmp_visual_bnr {
	display:none !important;
}
#tmp_visual_main {
	float:none;
	margin:0 auto;
}
.side_miryoku {
	display:none !important;
} */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_hnavi:after,
#tmp_cover:after,
#tmp_visual:after,
#tmp_top_bosai:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_gnavi .drop_down_hidden_inner:after,
#tmp_gnavi .drop_down_hidden .glist_link_ttl: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_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins: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 fieldset:after,
#tmp_wrap_publicity:after,
#tmp_publicity:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.read_all:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.wrap_side_bnr:after,
#tmp_main .opdata_page_license:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

