@charset "UTF-8";

/* HTML ELEMENTS
-----------------------*/
html{
overflow-y: scroll;
}
body{
font-size: 16px;
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color:#333;
line-height:1.6;
}
strong,
em{
font-weight:bold;
font-style:normal;
}
a{
zoom:1;
vertical-align:baseline;
color:#0044cc;
}
a:hover{
text-decoration:none;
}
img {
height: auto;
/*max-width: 100%;*/
}
/* LAYOUT
-----------------------*/
#header,
#footer{
text-align: center;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
#wrapper{
width: 1200px;
margin: auto;
padding-top: 10px;
}
#contents{
width: 960px;
margin-left: auto;
margin-right: auto;
}
.body_page #maincol{
width: 720px;
float: right;
}
.body_page #subcol{
width: 210px;
float: left;
}

/* STYLE SWITCH
-----------------------*/

body.type1{
background-color: #000;
color:#ffffff;
}
body.type2{
background-color: #0000BB;
color:#ffffff;
}
/*
body.type3 #contents{
background-color: #fff;
}
*/
body.type1 #contents a,
body.type2 #contents a{
color: #fff !important;
}
/*
body.type3 #contents a{
color: #000 !important;
}
*/

body.type1 #contents .table_result thead,
body.type2 #contents .table_result thead{
color:#333 !important;
}
body.type1 #contents .table_result a,
body.type2 #contents .table_result a{
color: #0044cc !important;
}



@media screen and (max-width:600px){
	body.type1 #footer a,
	body.type2 #footer a{
		color: #fff;
	}
}


/* HEADER
-----------------------*/
#header{
/*margin-bottom: 10px;*/
background-image:url(/assets/imgs/common/header/bg_header.gif);
background-repeat: no-repeat;
background-position: top center;
height: 210px;
}
#header .unit_header{
width: 960px;
padding-top: 7px;
margin-left: auto;
margin-right: auto;
margin-bottom: 32px;
}
#header .area_logo{
float: left;
width: 330px;
}
#header .area_utility{
float: right;
width: 560px;
}
#header #font{
width: 155px;
float: left;
margin-left: 15px;
}
#header #font dt{
margin-right: 7px;
}
#header #font dd ul{
background-image:url(/assets/imgs/common/header/bg_font.gif);
background-repeat: no-repeat;
}
#header #font dd li{
float: left;
margin-right: 3px;
}
#header .area_utility .font li .active {
display: block;
visibility: hidden;
}
#header .switch {
width: 120px;
margin-left: 10px;
float: left;
}
#header .switch dt{
margin-right: 6px;
}
#header .switch dd li{
float: left;
margin-right: 3px;
cursor:pointer;
}
#header .search {
width: 240px;
margin-left: 10px;
float: left;
}
#header .search legend{
font-size: 0;
}
#header .search dt{
float: left;
}
#header .search dd{
width: 155px;
}
#header .search .txt{
width: 107px;
float: left;
border: 1px solid #b2b2b2;
border-right: none;
padding: 1px 3px;
height: 16px;
font-size: 11px;
}
#header .unav {
margin-top: 10px;
}
#header .unav li{
float: right;
margin-left: 10px;
position: relative;
}
.e_head_lang {
background: transparent;
border:none;
top:0;
right:0;
padding:0 6px 0 20px;
color: #535252;
font-size: 13px;
line-height: 1.2;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(0%);
-webkit- transform: translateY(-50%) translateX(0%);
}

.e_head_lang:before {
content: "";
position: absolute;
top: 5px;
left: 0;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 6px 0 6px;
border-color: #535252 transparent transparent transparent;
}
#header .unav li ul.dropmenu {
position: absolute;
display: none;
background: rgba(255,255,255,1);
width:100px;
}
#header .unav li ul.dropmenu li {
float: none;
font-size: 12px;
margin: 0;
}
#header .unav li ul.dropmenu li:not(:first-child) {
border-top: 1px dashed rgba(0,0,0,1);
}
#header .unav li ul.dropmenu li a {
display: block;
color: #535252;
text-decoration: none;
padding: 3px 5px;
}
#header .unav li ul.dropmenu li a:hover {
text-decoration: underline;
}
#header .unav li ul.dropmenu li a img {
display: none;
}


#header .gnav{
width: 960px;
margin-left: auto;
margin-right: auto;
background-image:url(/assets/imgs/common/header/gn.gif);
background-repeat: no-repeat;
}
#header .gnav li{
float: left;
}
#header .gnav li a{
display: block;
}
#header .gnav li a img{
display: block;
}

* html body #header .gnav li a:hover {
background-color:transparent;
}
#header .gnav li a:hover img,
body.body_home #header .gnav .gn_home img,
body.body_married #header .gnav .gn_married img,
body.body_want #header .gnav .gn_want img,
body.body_pregnant #header .gnav .gn_pregnant img,
body.body_nav #header .gnav .gn_nav img,
body.body_map #header .gnav .gn_map img,
body.body_support #header .gnav .gn_support img
{
visibility:hidden;
}

#toggle_tl {
display:none;
}
#translation {
display:none;
}

/* FOOTER
-----------------------*/
#footer{
background-image:url(/assets/imgs/common/footer/bg_footer.gif);
background-repeat: no-repeat;
background-position: bottom center;
height: 205px;
padding-top: 50px;
position: relative;
}
body.type1 #footer,
body.type2 #footer{
color:#000000;
}
@media screen and (max-width:600px){
	body.type1 #footer .address,
	body.type2 #footer .address{
		color: #fff;
	}
}
#footer .unit_footer{
width: 960px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
position: relative;
}
#footer .address{
text-align: left;
float: left;
width: 290px;
}
#footer .address dt{
font-size: 20px;
font-weight: bold;
}
#footer .address dd{
font-size: 12px;
}
#footer .fnav{
float: left;
border-left: 1px #999 solid;
padding-left: 1em;
line-height: 1.2;
margin-left: 20px;
margin-top: 60px;
}
#footer .fnav li{
float: left;
border-right: 1px #999 solid;
padding-right: 1em;
margin-right: 1em;
line-height: 1.2;
font-size: 14px;
}
#footer .page_top{
position: absolute;
right: 0;
bottom: -100px;
}
#footer .copy{
width: 960px;
margin-left: -480px;
left: 50%;
bottom: 10px;
position: absolute;
}





.list_nav li {
}

.list_nav li a{
padding:1em;
display: block;
text-decoration: none;
border: 1px solid #ddd;
text-align: center;
margin-bottom: 1em;
}
.crumb{
margin-bottom: 20px;
}
.crumb li {
background-image: url(../imgs/common/m_crumb.gif);
background-position: right center;
background-repeat: no-repeat;
display: inline;
float: left;
font-size: 92.4%;
margin-right: 0.5em;
padding-right: 20px;
}
body.type1 .crumb li,
body.type2 .crumb li{
background-image: url(../imgs/common/m_crumb_white.png);
}
body.type1 .crumb li.current,
body.type2 .crumb li.current,
.crumb li.current{
background: none;
}
.ttl{
background-color: #55ba43;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/standard/html/js/PIE.htc);
position: relative;
font-size: 138.5%;
font-weight: bold;
color: #fff;
padding: 10px 15px 10px 60px;
background-image:url(/assets/imgs/map/bg_ttl.png);
background-repeat: no-repeat;
background-position: 15px 15px;
margin-bottom: 20px;
}
.ttl_src{
border: 3px solid #55ba43;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/standard/html/js/PIE.htc);
position: relative;
font-size: 138.5%;
font-weight: normal;
color: #55ba43;
padding: 5px 15px 5px 45px;
background-image:url(/assets/imgs/map/bg_ttl_src.png);
background-repeat: no-repeat;
background-position: 5px 5px;
background-color: #ffffff;
margin-bottom: 20px;
}
.ttl_src a,
body.type1 #contents .ttl_src a,
body.type2 #contents .ttl_src a{
text-decoration: none;
color: #55ba43 !important;
}
.area_src_gps{
display: none;
}
.area_src_kwd .body{
margin-left: 50px;
margin-bottom: 20px;
}
.list_src_form{
margin-bottom: 20px;
}
.list_src_form dt{
font-weight: bold;
float: left;
margin-right: 20px;
font-size: 138.5%;
padding-top: 3px;
}
.list_src_form dd{
overflow: hidden;
}
.list_src_form .inp_t{
height: 30px;
margin-right: 10px;
vertical-align: top;
width: 540px;
padding: 3px;
}
.list_src_form .inp_s{
padding: 3px 20px;
}
.list_src_area dt{
border-width: 2px;
border-style: solid;
background-color: #9d8d83;
border-color: #9d8d83;
position: relative;
border-radius: 6px;
padding: 3px;
width: 100px;
color: #fff;
font-size: 123.1%;
font-weight: bold;
line-height: 1.2;
text-align: center;
float: left;
margin-right: 20px;
}
.list_src_area dt:after,
.list_src_area dt:before{
left: 100%; top: 50%; 
border: solid transparent; content: " ";
height: 0; width: 0;
position: absolute;
pointer-events: none;
border-left-color: #9d8d83; 
}
.list_src_area dt:after{
border-color: rgba(0, 0, 0, 0); 
border-width: 10px; 
margin-top: -10px;
}
.list_src_area dt:before{
border-color: rgba(0, 0, 0, 0); 
border-width: 10px; 
margin-top: -10px;
}
.list_src_area dd{
overflow: hidden;
}
.list_src_area{
padding-bottom: 10px;
border-bottom: 1px dotted #444;
margin-bottom: 20px;
}
.list_src_area:last-child{
border: none;
}
.list_src_area dd li{
display: inline-block;
}
.list_src_area dd li label{
display: block;
border-width: 2px;
border-style: solid;
background-color: #f6f5f5;
border-color: #9d8d83;
border-radius: 6px;
/*padding: 4px 10px;*/
font-size: 123.1%;
line-height: 1.2;
text-align: center;
color: #444;
margin-right: 5px;
margin-bottom: 10px;
min-width: 100px;
cursor:pointer;
}
.list_src_area input[type="checkbox"]{
/*display: none;*/
/*display: inline\9;*/ /* IE8 */
-moz-opacity:0;
opacity:0;
-webkit-appearance: none;
appearance: none;
position: absolute;
}
input[type="checkbox"] + .check_focus {
position: relative;
display: block;
padding: 4px 10px;
vertical-align: middle;
box-sizing: border-box;
}
input[type="checkbox"]:focus + .check_focus {
border-radius: 4px;
box-shadow: 0 0 3px 3px #80cbc4;
}
.area_src_area dd li label.hov{
color: #fff;
}
.area_src_area dd li label.hov{
background-color: #9d8d83;
}

.area_src_area #area01 dt,
.area_src_area .area01 dt{
background-color: #a0db11;
border-color: #a0db11;
}
.area_src_area #area01 dt:before,
.area_src_area #area01 dt:after,
.area_src_area .area01 dt:before,
.area_src_area .area01 dt:after{
border-left-color: #a0db11; 
}
.area_src_area #area01 dd li label,
.area_src_area .area01 dd li label{
border-color: #a0db11;
}
.area_src_area #area01 dd li label.hov,
.area_src_area .area01 dd li label.hov{
background-color: #a0db11;
}

.area_src_area #area02 dt,
.area_src_area .area02 dt{
background-color: #ff99cc;
border-color: #ff99cc;
}
.area_src_area #area02 dt:before,
.area_src_area #area02 dt:after,
.area_src_area .area02 dt:before,
.area_src_area .area02 dt:after{
border-left-color: #ff99cc; 
}
.area_src_area #area02 dd li label,
.area_src_area .area02 dd li label{
border-color: #ff99cc;
}
.area_src_area #area02 dd li label.hov,
.area_src_area .area02 dd li label.hov{
background-color: #ff99cc;
}

.area_src_area #area03 dt,
.area_src_area .area03 dt{
background-color: #69ccb2;
border-color: #69ccb2;
}
.area_src_area #area03 dt:before,
.area_src_area #area03 dt:after,
.area_src_area .area03 dt:before,
.area_src_area .area03 dt:after{
border-left-color: #69ccb2; 
}
.area_src_area #area03 dd li label,
.area_src_area .area03 dd li label{
border-color: #69ccb2;
}
.area_src_area #area03 dd li label.hov,
.area_src_area .area03 dd li label.hov{
background-color: #69ccb2;
}
.area_src_area #area04 dt,
.area_src_area .area04 dt{
background-color: #60d4ef;
border-color: #60d4ef;
}
.area_src_area #area04 dt:before,
.area_src_area #area04 dt:after,
.area_src_area .area04 dt:before,
.area_src_area .area04 dt:after{
border-left-color: #60d4ef; 
}
.area_src_area #area04 dd li label,
.area_src_area .area04 dd li label{
border-color: #60d4ef;
}
.area_src_area #area04 dd li label.hov,
.area_src_area .area04 dd li label.hov{
background-color: #60d4ef;
}

.area_src_area #area05 dt,
.area_src_area .area05 dt{
background-color: #ff9100;
border-color: #ff9100;
}
.area_src_area #area05 dt:before,
.area_src_area #area05 dt:after,
.area_src_area .area05 dt:before,
.area_src_area .area05 dt:after{
border-left-color: #ff9100; 
}
.area_src_area #area05 dd li label,
.area_src_area .area05 dd li label{
border-color: #ff9100;
}
.area_src_area #area05 dd li label.hov,
.area_src_area .area05 dd li label.hov{
background-color: #ff9100;
}
.area_src_area #area06 dt,
.area_src_area .area06 dt{
background-color: #af9b2c;
border-color: #af9b2c;
}
.area_src_area #area06 dt:before,
.area_src_area #area06 dt:after,
.area_src_area .area06 dt:before,
.area_src_area .area06 dt:after{
border-left-color: #af9b2c; 
}
.area_src_area #area06 dd li label,
.area_src_area .area06 dd li label{
border-color: #af9b2c;
}
.area_src_area #area06 dd li label.hov,
.area_src_area .area06 dd li label.hov{
background-color: #af9b2c;
}
.area_src_area #area07 dt,
.area_src_area .area07 dt{
background-color: #9dd3ff;
border-color: #9dd3ff;
}
.area_src_area #area07 dt:before,
.area_src_area #area07 dt:after,
.area_src_area .area07 dt:before,
.area_src_area .area07 dt:after{
border-left-color: #9dd3ff; 
}
.area_src_area #area07 dd li label,
.area_src_area .area07 dd li label{
border-color: #9dd3ff;
}
.area_src_area #area07 dd li label.hov,
.area_src_area .area07 dd li label.hov{
background-color: #9dd3ff;
}
.area_src_area #area08 dt,
.area_src_area .area08 dt{
background-color: #33cc66;
border-color: #33cc66;
}
.area_src_area #area08 dt:before,
.area_src_area #area08 dt:after,
.area_src_area .area08 dt:before,
.area_src_area .area08 dt:after{
border-left-color: #33cc66; 
}
.area_src_area #area08 dd li label,
.area_src_area .area08 dd li label{
border-color: #33cc66;
}
.area_src_area #area08 dd li label.hov,
.area_src_area .area08 dd li label.hov{
background-color: #33cc66;
}
.area_src_area #area09 dt,
.area_src_area .area09 dt{
background-color: #ffd400;
border-color: #ffd400;
}
.area_src_area #area09 dt:before,
.area_src_area #area09 dt:after,
.area_src_area .area09 dt:before,
.area_src_area .area09 dt:after{
border-left-color: #ffd400; 
}
.area_src_area #area09 dd li label,
.area_src_area .area09 dd li label{
border-color: #ffd400;
}
.area_src_area #area09 dd li label.hov,
.area_src_area .area09 dd li label.hov{
background-color: #ffd400;
}
.area_src_area #area10 dt,
.area_src_area .area10 dt{
background-color: #;
border-color: #;
}
.area_src_area #area10 dt:before,
.area_src_area #area10 dt:after,
.area_src_area .area10 dt:before,
.area_src_area .area10 dt:after{
border-left-color: #; 
}
.area_src_area #area10 dd li label,
.area_src_area .area10 dd li label{
border-color: #;
}
.area_src_area #area11 dt,
.area_src_area .area11 dt{
background-color: #;
border-color: #;
}
.area_src_area #area11 dt:before,
.area_src_area #area11 dt:after,
.area_src_area .area11 dt:before,
.area_src_area .area11 dt:after{
border-left-color: #; 
}
.area_src_area #area11 dd li label,
.area_src_area .area11 dd li label{
border-color: #;
}
.list_src_purpose{
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
margin-right: -12px;
}
.list_src_purpose > li{
margin-bottom: 15px;
margin-right: 12px;
padding: 5px;
width: 150px;
box-sizing: border-box;
border: 1px solid #a7a7a7;
text-align: center;
border-radius: 4px;
cursor:pointer;
}
.list_src_purpose > li > label{
display: block !important;
height:100% !important;
cursor:pointer;
}
.list_src_purpose > li > label > span{
padding-bottom: 5px;
display: block;
cursor:pointer; /**/
}
.list_src_purpose > li > label > input[type=checkbox]{
	margin-right: 5px;
}
/*
.area_src_purpose .list_src_purpose{
margin-right: -16px;
position: relative;
}
.area_src_purpose .list_src_purpose_first{
border-bottom: 1px solid #a7a7a7;
padding-bottom: 5px;
margin-bottom: 15px;
}
*/
.ttl_sub{
font-size: 18px;
font-weight: bold;
margin-bottom: 1em;
color: #55ba43;
}
.list_src_purpose + .ttl_sub{
border-top: 1px solid #a7a7a7;
margin: 15px 0;
padding-top: 15px;
}
/*
.area_src_purpose .list_src_purpose li{
width: 150px;
height: 180px;
float: left;
border: 1px solid #a7a7a7;
text-align: center;
border-radius: 4px;
margin-right: 9px;
margin-bottom: 10px;
}
.area_src_purpose .list_src_purpose li span{
display: block;
margin-bottom: 10px;
cursor:pointer; /**/
}
*/
.area_src_service .list_src_service li{
float: left;
margin-right: 20px;
margin-bottom: 10px;
width: 200px;
}
.area_src_service .list_src_service li img{
display: none;
}
.area_mod{
margin-bottom: 30px;
}
.panel_ttl{
cursor:pointer;
position: relative;
clear: both;
}
.panel_ttl_button,
.btn_rtn_button,
.btn_panel_more{
background-color: transparent;
border: none;
cursor: pointer;
padding: 0;
color: #55ba43
}
.panel_active.panel_hidden .panel_nav,
.panel_nav{
background:url(/assets/imgs/map/bg_panel_nav_close.gif) no-repeat;
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 10px;
top: 10px;
}
.panel_hidden .panel_nav,
.panel_active .panel_nav{
background:url(/assets/imgs/map/bg_panel_nav_open.gif) no-repeat;
}
.panel_go .panel_nav{
background:url(/assets/imgs/map/bg_panel_nav_go.gif) no-repeat;
}
.panel_hidden .panel_body{
display: none;
}
.area_result .table_result{
border-collapse:collapse;
width: 100%;
}
.area_result .table_result th,
.area_result .table_result td{
border: 1px solid #b2b2b2;
padding: 10px;
}
.area_result{
margin-bottom: 30px;
}
.table_result{
margin-bottom: 20px;
}
.table_result thead th{
background-color: #eee;
text-align: center;
}
.table_result tbody{
	background: #fffffa;
}
.table_result .scat{
display: none;
}
.list_service li{
float: left;
margin-right: 10px;
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 30px;
min-height: 25px;
}
.list_service li.off{
background-image:url(/assets/imgs/map/ic_off.gif);
}
.list_service li.baby{
background-image:url(/assets/imgs/map/ic_baby.gif);
}
.list_service li.feed{
background-image:url(/assets/imgs/map/ic_feed.gif);
}
.list_service li.pants{
background-image:url(/assets/imgs/map/ic_pants.gif);
}
.list_service li.misc{
background-image:url(/assets/imgs/map/ic_misc.gif);
}



.area_result_mobile .list_result_item{
border: 1px solid #b2b2b2;
margin-bottom: 10px;
}
.area_result_mobile .list_result_item .list_result_body,
.area_result_mobile .list_result_item .cat{
display: table-cell;
padding: 15px 5px;
}
.area_result_mobile .list_result_item .cat{
width: 30px;
}
.area_result_mobile .list_result_item .cat{
border-right: none;
}
.area_result_mobile .list_result_item .list_result_body{
border-left: 1px solid #b2b2b2;
}
.area_result_mobile .list_result_item .list_result_body .name{
font-weight: bold;
margin-bottom: 5px;
}
.area_result_mobile .list_result_item .list_result_body .name strong{
color: #ff68bc;
}
.area_result_mobile .list_result_item .list_result_body .address{
background-image:url(/assets/imgs/map/mobile/ic_address.gif);
}
.area_result_mobile .list_result_item .list_result_body .tel{
background-image:url(/assets/imgs/map/mobile/ic_tel.gif);
}
.area_result_mobile .list_result_item .list_result_body .address,
.area_result_mobile .list_result_item .list_result_body .tel{
background-repeat: no-repeat;
background-position:left center;
padding-left: 24px;
font-size: 92.4%;
margin-bottom: 5px;
}
.area_result_mobile .list_result_item .list_result_body .list_service li{
background-size:19px;
padding-left: 24px;
font-size: 92.4%;
}
.area_result_mobile .list_result_item .list_result_body .list_service{
margin-bottom: 10px;
}
.area_result_mobile .list_result_item .list_result_body .btn input{
padding: 0 20px;
}

.area_result_mobile .list_result_item .list_result_body .btn img{
width: 50%;
}


.area_map{
margin-bottom: 20px;
}
#map_canvas {
height: 600px;
}
.panel_more>dt{
/*
border: 2px solid #a7a7a7;
padding: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/standard/html/js/PIE.htc);
position: relative;
margin-bottom: 20px;
width: auto;
display: inline-block;
background-image:url(/assets/imgs/map/b_purpose_more.gif);
background-repeat: no-repeat;
background-position:95% 57%;
padding-right: 25px;
*/
float: right;
margin-bottom: 20px;
width: 100%;
text-align: center;
}
.list_panel_active>dt{
/*background-image:url(/assets/imgs/map/b_purpose_more_open.gif);*/
cursor:pointer;
}
.panel_more>dt{
cursor:pointer;
}
.list_service_more>dd,
.list_purpose_more>dd{
clear: both;
display: none;
}
.area_detail_header .tt{
font-size: 185%;
background-repeat: no-repeat;
background-image:url(/assets/imgs/map/detail/ic_cat_public.png);
background-position: 8px 8px;
padding-left: 50px;
margin-bottom: 20px;
}
.area_detail_header .tt_park{
background-image:url(/assets/imgs/map/detail/ic_cat_park.png);
}
.area_detail_header .tt_picture{
background-image:url(/assets/imgs/map/detail/ic_cat_picture.png);
}
.area_detail_header .tt_play{
background-image:url(/assets/imgs/map/detail/ic_cat_play.png);
}
.area_detail_header .tt_public{
background-image:url(/assets/imgs/map/detail/ic_cat_public.png);
}
.area_detail_header .tt_shop{
background-image:url(/assets/imgs/map/detail/ic_cat_shop.png);
}
.area_detail_header .tt_stay{
background-image:url(/assets/imgs/map/detail/ic_cat_stay.png);
}
.area_detail_header .tt_traffic{
background-image:url(/assets/imgs/map/detail/ic_cat_traffic.png);
}
.area_detail_header .tt_youchi{
background-image:url(/assets/imgs/map/detail/ic_cat_youchi.png);
}
.area_detail_header .tt_beauty{
background-image:url(/assets/imgs/map/detail/ic_cat_beauty.png);
}
.area_detail_header .tt_bicycle{
background-image:url(/assets/imgs/map/detail/ic_cat_bicycle.png);
}
.area_detail_header .tt_car{
background-image:url(/assets/imgs/map/detail/ic_cat_car.png);
}
.area_detail_header .tt_finance{
background-image:url(/assets/imgs/map/detail/ic_cat_finance.png);
}
.area_detail_header .tt_food{
background-image:url(/assets/imgs/map/detail/ic_cat_food.png);
}
.area_detail_header .tt_hoiku{
background-image:url(/assets/imgs/map/detail/ic_cat_hoiku.png);
}
.area_detail_header .tt_misc{
background-image:url(/assets/imgs/map/detail/ic_cat_misc.png);
}

.mod_detail{
margin-bottom: 20px;

}
.table_detail{
border-collapse:collapse;
width: 100%;
margin-bottom: 20px;
}
.table_detail th,
.table_detail td{
padding: 10px 20px;
border: 1px solid #b2b2b2;
vertical-align: middle;
}
.table_detail th{
background-color: #eee;
width: 100px;
}
body.type1 .table_detail th,
body.type2 .table_detail th{
background-color: #4d4d4d;
}
.table_detail2 {
border-collapse:collapse;
width: 100%;
}
.table_detail2 th,
.table_detail2 td {
padding: 10px 20px;
border: 1px solid #b2b2b2;
vertical-align: middle;
}
.table_detail2 td {
text-align: right;
width: 80px;
}
.table_detail2 th {
background-color: #eee;
/* width: 100px; */
}
.table_detail2 th.job_description {
width: 200px;
}

/*- 表組左表見出し角丸 -*/
.table_radius1 {
	border: 1px solid #b9b9b9;
	border-collapse:separate!important;
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
}
.table_radius1 td {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.table_radius1 th,
.table_radius1 td,
article#cms_contents section table.table_radius1 th,
article#cms_contents section table.table_radius1 td {
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-top: none;
	border-right: none;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 15px;
}
.table_radius1 td img {
	max-width: 520px;
}
.table_radius1 tr th:first-child,
.table_radius1 tr td:first-child,
article#cms_contents section table.table_radius1 tr th:first-child,
article#cms_contents section table.table_radius1 tr td:first-child {
	border-left: none;
}
.table_radius1 tr:last-child th,
.table_radius1 tr:last-child td,
article#cms_contents section table.table_radius1 tr:last-child th,
article#cms_contents section table.table_radius1 tr:last-child td {
	border-bottom: none;
}
.table_radius1 tr:first-child th,
article#cms_contents section table.table_radius1 tr:first-child th {
	border-top-left-radius: 12px;
}
.table_radius1 tr:last-child th,
article#cms_contents section table.table_radius1 tr:last-child th {
	border-bottom-left-radius: 12px;
}
.table_radius1 th {
	background: #f5f5f5;
}
body.type1 .table_radius1 th,
body.type2 .table_radius1 th{
background: #4d4d4d;
}

/*- 表組上表見出し角丸 -*/
.table_radius2 {
	border: 1px solid #b9b9b9;
	border-collapse:separate!important;
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
}
.table_radius2 td {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.table_radius2 th,
.table_radius2 td,
article#cms_contents section table.table_radius2 th,
article#cms_contents section table.table_radius2 td {
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-top: none;
	border-right: none;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 15px;
}
.table_radius2 tr th:first-child,
.table_radius2 tr td:first-child,
article#cms_contents section table.table_radius2 tr th:first-child,
article#cms_contents section table.table_radius2 tr td:first-child {
	border-left: none;
}
.table_radius2 tr:last-child th,
.table_radius2 tr:last-child td,
article#cms_contents section table.table_radius2 tr:last-child th,
article#cms_contents section table.table_radius2 tr:last-child td {
	border-bottom: none;
}
.table_radius2 th {
	background: #f5f5f5;
}
body.type1 .table_radius2 th,
body.type2 .table_radius2 th{
	background: #4d4d4d;
}
.table_radius2 tr:first-child th:first-child,
article#cms_contents section table.table_radius2 tr:first-child th:first-child {
	border-top-left-radius: 12px;
}
.table_radius2 tr:first-child th:last-child,
article#cms_contents section table.table_radius2 tr:first-child th:last-child {
	border-top-right-radius: 12px;
}
.table_radius2 tr td:first-child,
article#cms_contents section table.table_radius2 td:first-child {
	vertical-align: middle;
}



p>input{
max-width: 100%;
}
.ttl_detail{
background-color: #fffeef;
color: #55ba43;
border: 3px solid #99d98d;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/standard/html/js/PIE.htc);
position: relative;
padding: 2px 10px 2px 35px;
font-size: 138.5%;
background-image:url(/assets/imgs/map/detail/bg_ttl_detail.gif);
background-repeat: no-repeat;
background-position: 10px 10px;
margin-bottom: 20px;
}
.ttl_detail_sub{
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/standard/html/js/PIE.htc);
position: relative;
background-color: #eee;
color: #535252;
padding: 10px;
margin-bottom: 20px;
}
.list_shop{
margin-bottom: 40px;
margin-left: 30px;
margin-right: 30px;
}
.list_shop li{
display: inline;
border-right: 1px solid #999;
padding-right: .5em;
margin-right: .5em;
margin-bottom: .5em;
line-height: 1.2;
}
.list_shop li:last-child{
border-right: none;
}
.btn_map{
display: none;
}
.desktop_view{
display: block;
}
.mobile_view{
display: none;
}
.txt_count{
font-size: 123.1%;
color: #f00;
}
.btn_more a{
display: block;
background-image:url(/assets/imgs/map/btn_more.gif);
background-repeat: no-repeat;
width: 220px;
height: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
font-size: 123.1%;
color: #f00;
}
.btn_more a:hover{
background-image:url(/assets/imgs/map/btn_more_on.gif);
color: #fff;
}


.ttl_sub{
font-size: 18px;
font-weight: bold;
margin-bottom: 1em;
color: #55ba43;
}


.clear {
	clear: both;
}
.txt_pink {
	color: #ff68bc;
}
.img_float_l {
	float: left;
}
.img_float_r {
	float: right;
}


/* support */

.support_area dt{
border: 2px #9d8d83 solid;
background-color: #9d8d83;
position: relative;
border-radius: 6px;
padding: 3px;
width: 120px;
color: #fff;
font-weight: bold;
line-height: 1.2;
text-align: center;
float: left;
margin-right: 20px;
}
.support_area dt:after,
.support_area dt:before{
left: 100%; top: 50%; 
border: solid transparent; content: " ";
height: 0; width: 0;
position: absolute;
pointer-events: none;
border-left-color: #9d8d83; 
}
.support_area dt:after{
border-color: rgba(0, 0, 0, 0); 
border-width: 10px; 
margin-top: -10px;
}
.support_area dt:before{
border-color: rgba(0, 0, 0, 0); 
border-width: 10px; 
margin-top: -10px;
}
.support_area dd{
overflow: hidden;
}
.support_area{
border-bottom: 1px dotted #444;
margin-bottom: 20px;
}
.support_area:last-child{
border: none;
}
.support_area dd ul{
margin-bottom:10px!important;
}
.support_area dd li{
display: inline-block;
margin:0!important;
}
.support_area dd li a{
display: block;
border:2px #9d8d83 solid;
background-color: #f6f5f5;
border-radius: 6px;
padding: 4px 10px;
line-height: 1.2;
text-align: center;
text-decoration: none;
color: #444;
margin-right: 5px;
margin-bottom: 10px;
min-width: 100px;
}
body.type1 .support_area dd li a,
body.type2 .support_area dd li a{
background: none;
}
.support_menu {padding-top:20px;}
.support_menu #area01 dt{
background-color: #a0db11;
border-color: #a0db11;
}
.support_menu #area01 dt:before,
.support_menu #area01 dt:after{
border-left-color: #a0db11; 
}
.support_menu #area01 dd li a{
border-color: #a0db11;
}
.support_menu #area01 dd li a.hov{
background-color: #a0db11;
}
.support_menu #area02 dt{
background-color: #ff99cc;
border-color: #ff99cc;
}
.support_menu #area02 dt:before,
.support_menu #area02 dt:after{
border-left-color: #ff99cc; 
}
.support_menu #area02 dd li a{
border-color: #ff99cc;
}
.support_menu #area02 dd li a.hov{
background-color: #ff99cc;
}
.support_menu #area03 dt{
background-color: #69ccb2;
border-color: #69ccb2;
}
.support_menu #area03 dt:before,
.support_menu #area03 dt:after{
border-left-color: #69ccb2; 
}
.support_menu #area03 dd li a{
border-color: #69ccb2;
}
.support_menu #area03 dd li a.hov{
background-color: #69ccb2;
}
.support_menu #area04 dt{
background-color: #60d4ef;
border-color: #60d4ef;
}
.support_menu #area04 dt:before,
.support_menu #area04 dt:after{
border-left-color: #60d4ef; 
}
.support_menu #area04 dd li a{
border-color: #60d4ef;
}
.support_menu #area04 dd li a.hov{
background-color: #60d4ef;
}
.support_menu #area05 dt{
background-color: #ff9100;
border-color: #ff9100;
}
.support_menu #area05 dt:before,
.support_menu #area05 dt:after{
border-left-color: #ff9100; 
}
.support_menu #area05 dd li a{
border-color: #ff9100;
}
.support_menu #area05 dd li a.hov{
background-color: #ff9100;
}
.support_menu #area06 dt{
background-color: #af9b2c;
border-color: #af9b2c;
}
.support_menu #area06 dt:before,
.support_menu #area06 dt:after{
border-left-color: #af9b2c; 
}
.support_menu #area06 dd li a{
border-color: #af9b2c;
}
.support_menu #area06 dd li a.hov{
background-color: #af9b2c;
}
.support_menu #area07 dt{
background-color: #9dd3ff;
border-color: #9dd3ff;
}
.support_menu #area07 dt:before,
.support_menu #area07 dt:after{
border-left-color: #9dd3ff; 
}
.support_menu #area07 dd li a{
border-color: #9dd3ff;
}
.support_menu #area07 dd li a.hov{
background-color: #9dd3ff;
}
.support_menu #area08 dt{
background-color: #33cc66;
border-color: #33cc66;
}
.support_menu #area08 dt:before,
.support_menu #area08 dt:after{
border-left-color: #33cc66; 
}
.support_menu #area08 dd li a{
border-color: #33cc66;
}
.support_menu #area08 dd li a.hov{
background-color: #33cc66;
}
.support_menu #area09 dt{
background-color: #ffd400;
border-color: #ffd400;
}
.support_menu #area09 dt:before,
.support_menu #area09 dt:after{
border-left-color: #ffd400; 
}
.support_menu #area09 dd li a{
border-color: #ffd400;
}
.support_menu #area09 dd li a.hov{
background-color: #ffd400;
}
.support_menu #area10 dt{
background-color: #;
border-color: #;
}
.support_menu #area10 dt:before,
.support_menu #area10 dt:after{
border-left-color: #; 
}
.support_menu #area10 dd li a{
border-color: #;
}
.support_menu #area11 dt{
background-color: #;
border-color: #;
}
.support_menu #area11 dt:before,
.support_menu #area11 dt:after{
border-left-color: #; 
}
.support_menu #area11 dd li a{
border-color: #;
}
.activities span {
margin-right:5px;
padding:4px 10px;
background:#ff68bc;
color:#fff;
border-radius: 1em; 
-webkit-border-radius: 1em; 
-moz-border-radius: 1em;
font-size:13px;
white-space:nowrap;
}

ul#pref_list {
  padding:10px 20px;
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
}
ul#pref_list li {
  padding-bottom:8px;
}

.table_support_list {
border-collapse:collapse;
width: 100%;
margin: 30px 0;
}
.table_support_list th,
.table_support_list td{
border: 1px solid #b2b2b2;
padding: 10px;
}
.table_support_list th{
background-color: #eee;
text-align: center;
}
.table_support_list td{
text-align: left!important;
}
.table_support_list td.tel{
white-space: nowrap;
}

.table_support {
border-collapse:collapse;
width: 100%;
margin: 30px 0;
text-align:left;
}
.table_support th,
.table_support td{
border: 1px solid #b2b2b2;
padding: 10px;
text-align:left!important;
}
.table_support th{
background-color: #eee;
width:30%;
}
.table_support ul{
margin:0!important;
}

/* kododate map */
.tabm {
  overflow:hidden;
  padding:0 0 1px 1px;
  margin-bottom: 30px;
}
.tabm li {
  float: left;
  background:#eee;
  margin-left:-1px;
  margin-bottom:-1px;
}
.tabm li div {
  display: table-cell;
  vertical-align: middle;
  padding:8px 12px;
  border: 1px #ddd solid;
  cursor: pointer;
  font-size:80%;
  width:166px;
  height:60px;
  text-align: center;
}
.tabm li:hover{
  background:#666;
  color:#fff;}
.tabm li.select{background:#666;color:#fff}
.content li{}
.hide {display:none;}
.table_detail th { width:40%; }
.table_detail td { width:60%; }
h4.subt_detail {
  font-size:125%;
  margin-bottom: 15px;
}

/* kododate map small tab */
.tabm_s {
  overflow:hidden;
  padding:0 0 1px 1px;
  float:right;
  margin-top:-26px;
}
.tabm_s li {
  float: left;
  background:#eee;
  margin-left:-1px;
  margin-bottom:-1px;
  border-top-left-radius: 6px; 
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px; 
}
.tabm_s li div {
  display: table-cell;
  vertical-align: middle;
  border: 1px #ddd solid;
  cursor: pointer;
  font-size:74%;
  width:120px;
  height:24px;
  text-align: center;
border-top-left-radius: 6px; 
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px; 
}
.tabm_s li:hover{
  background:#666;
  color:#fff;}
.tabm_s li.select_s{background:#666;color:#fff}


/*-- 婚活イベント --*/
.event_link_blk {
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 0 0 50px;
}
.event_link_blk dt {
	font-weight: bold;
	font-size: 14px;
}

article#cms_contents section .table_radius1 p,
article#cms_contents section .table_radius2 p {
	margin: 0;
}
article#cms_contents section .table_radius1 a {
	color: #ff68bc;
}
article#cms_contents section .event_link_blk p {
	display: list-item;
	list-style-position: inside;
	margin: 0;
}
article#cms_contents section .event_link_blk p a {
	color: #ff68bc;
}
article#cms_contents section .event_link_blk ul {
	margin: 0;
}
.event_link_blk li {
	font-size: 14px;
}
.event_link_blk li a {
	color: #ff68bc;
}

@media print {
.page_top{
display: none;
}
#header,#footer{
display: none;
}
}

body.type1 #termlist li span,
body.type2 #termlist li span{
background: transparent url(../imgs/arrow.png) no-repeat 96% 50%;
}
body.type1 #termlist li div{
background: #000000;
}
body.type2 #termlist li div{
background: #0000bb;
}