




/* ラジオボタン
============================== */

.detailw {
  	display: inline-block;
  	color: black;
	text-decoration: none;
    font-size: 14px;
    min-width: 3em;
    text-align: center;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background: -moz-linear-gradient(top, #fff, #eee);
    border: solid 1px rgba(255,255,255,0.2);
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    margin-left: 21px;
    margin-right: 3px;
  
}


.detail a,div.detail {
  display: inline-block;
  margin: 0 3px;
  width: auto;
  color: #fff;
  background: #003BD4;/*ここの色をかえると全体がかわるオレンジ:#ff7400;ブラック:#555555 グリーン:#006400; エンジ:#8b0000; 紺:#001e43;*/
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.9);
  border-left: 0px;
  border-right: 0px;
  border-radius: 5px 5px 5px 5px;
  border:solid 0px #ddd;
  
}


.radios  li a {
	color: black;
	text-decoration: none;
    font-size: 14px;
    display: block;
    min-width: 3em;
    text-align: center;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background: -moz-linear-gradient(top, #fff, #eee);
    border: solid 1px rgba(255,255,255,0.8);
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.inline{
	display: inline;
}
.radios li a.on {
  width: auto;
  color: #fff;
  background: #003BD4;/*ここの色をかえると全体がかわるオレンジ:#ff7400;ブラック:#555555 グリーン:#006400; エンジ:#8b0000; 紺:#001e43;*/
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 7px 10px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.9);
  display: block;
  border-left: 0px;
  border-right: 0px;
  border-radius: 5px 5px 5px 5px;
  border:solid 0px #ddd;
  
}



.radios {
    display:inline-block;
    margin:0;
    padding:0;
    clear:both;
}
.radios li {
    display:inline-block;
    position:relative;
    float:left;
    list-style:none;
    border:solid 1px #ddd;
    border-right:none;
    overflow:hidden;
}
.radios li:first-child {
    border-radius:5px 0 0 5px;
}
.radios li:last-child {
    border-right:solid 1px #ddd;
    border-radius:0 5px 5px 0;
}
.radios label {
  font-size: 14px;
    display:block;
    min-width:3em;
    text-align:center;
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background:-moz-linear-gradient(top, #fff, #eee);
    border:solid 1px rgba(255,255,255,0.2);
    padding:5px;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius:3px 0 0 3px;
}
.radios li:last-child label {
    border-radius:0 3px 3px 0;
}
.radios input[type=radio] {
    position:absolute;
    opacity:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.radios input[type=radio]:checked {
    cursor:auto;
}
.radios input[type=radio]:checked + label {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border:solid 1px rgba(0,0,0,0.1);
    background:#666;
    background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262));
    background:-moz-linear-gradient(top, #333, #666);
}




/*ここからボタン*/
.sbottun {
  display:inline-block;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 0px;
  list-style-type: none;
  border-radius: 5px;
  border:solid 0px #ddd;
  vertical-align: top;
}
.sbottun li {
  display:inline-block;
  padding: 10;
  margin: 0;
  text-align: center;
}

.sbottun li a {
  width: auto;
  color: #fff;
  background: #003BD4;/*ここの色をかえると全体がかわるオレンジ:#ff7400;ブラック:#555555 グリーン:#006400; エンジ:#8b0000; 紺:#001e43;*/
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 7px 10px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.9);
  display: block;
  border-left: 0px;
  border-right: 0px;
  border-radius: 5px 5px 5px 5px;
  border:solid 0px #ddd;
  
}

.sbottun li a:hover {
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
}



.radios li a.on {
  width: auto;
  color: #fff;
  background: #003BD4;/*ここの色をかえると全体がかわるオレンジ:#ff7400;ブラック:#555555 グリーン:#006400; エンジ:#8b0000; 紺:#001e43;*/
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  background-image: linear-gradient(rgba(255,255,255,0.2), rgba(0,0,0,0.2));
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 7px 10px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,0.9);
  display: block;
  border-left: 0px;
  border-right: 0px;
  border-radius: 5px 5px 5px 5px;
  border:solid 0px #ddd;
  
}


/*ここからまでメニ

/****  リンクカード  ****/
.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #fb8c00;
  word-wrap: break-word;
  max-width: 100%;
  max-width: 470px;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "おすすめリンク";
  background-color: #fb8c00;
  color: #fff;
  font-size: .8em;
  z-index: 1;
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
  text-align: center
}

.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.blog-card-title {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size: .74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .56em;
  }
  .blog-card-title {
    font-size: .70em;
  }
  .blog-card-excerpt {
    font-size: .60em;
  }
}




h3 img{
	height: 42px;
	width: auto;
}


h3.share {
    padding-left: 0px;
}

.image_mid {
    vertical-align: middle;
}

.de_wrap_drivebutton {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: auto;
    height: 38px;
}

.de_wrap_drivebutton #drive img, .de_wrap_drivebutton #drive_con img, .de_wrap_drivebutton #drive_ban img, .de_wrap_drivebutton #drive_tra img, .de_wrap_drivebutton #drive_bus img {
    width: auto;
    height: 35px;
}

.de_wrap_drivebutton #dri img, .de_wrap_drivebutton #dri_con img, .de_wrap_drivebutton #dri_ban img, .de_wrap_drivebutton #dri_tra img, .de_wrap_drivebutton #dri_bus img {
    width: auto;
    height: 35px;
    border-radius: 8px;
}

.de_wrap_drivebutton #dri, .de_wrap_drivebutton #dri_con, .de_wrap_drivebutton #dri_ban, .de_wrap_drivebutton #dri_tra, .de_wrap_drivebutton #dri_bus {
    cursor: pointer;
    width: auto;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    font: 400 11px system-ui;
    padding: 1px 7px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-radius: 8px;
}

#dri, #dri_con, #dri_ban, #dri_tra, #dri_bus {
    cursor: pointer;
    width: 42px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    /* background-image: url(/rssfeed/img/near/walk2.png); */
    background-repeat: no-repeat;
}
.de_wrap_drivebutton .button_col {
    background-color: #f6eb6c !important;
}
.dridrive .button_col, .dridrive_con .button_col, .dridrive_ban .button_col, .dridrive_tra .button_col, .dridrive_bus .button_col {
    color: black;
}


h2.top_title {
	display: inline-block;
    vertical-align: top;
    width: 240px;
    font-size: 2.0em;
    font-weight: bold;
    line-height: 2.6;
    padding-left: 70px;
    margin-top: 20px;

    text-decoration: none;
    background-image: url(/rssfeed/img/goods_spot_title.png);
    background-repeat: no-repeat;
}


#marker_title_con,#marker_title_ban,#marker_title_tra,#marker_title_bus{
	display: inline-block;
	vertical-align: top;
	width: 470px;
	border-right: 3px solid #9c9898;
	border-left: 3px solid #9c9898;
}

ul#rail_sele li{
	margin-left: 10px;
	list-style-type: none !important;
}
ul#rail_sele{
	padding-left: 5px;
	margin-bottom: 10px;
}


#lmap_wrap{
	/*display: none;*/
}

#rail_map_wrap{
	display: none;
}


img.deticon{ 
	vertical-align: middle;
	padding-right: 5px;
	 width:21px;
	 height:30px;
	 }


#prev_colum h5.photo_title{
	background-color: #efefef;
	margin-top: 0px;
	font-size: 1.2em;
	margin-left: 0px;
	border-left: none;
	padding-top:3px;
	padding-bottom:3px;
}

#lmap_marker_outer {
    position: relative;
    top: -520px;
    left: 15px;
    padding: 5px;
    width: 170px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
}

#marker_title{
	position: relative;
	width: 340px;
	height: 680px;
	display: inline-block;
    left: 15px;
    padding: 5px;
}

#marker_title div{
	margin-bottom: 5px;	
}

 

.marker_title_bus,.marker_title_tra,.marker_title_ban,.marker_title_con,.marker_title_lunch{
	display: inline-block;
    overflow:hidden;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
}

.marker_title_lunch{
	width: 308px;
	margin-left: 10px;
}

.btn {
    font-size: 1.0em;
    padding: 3px;
    border-radius: 8px;
}


.button_col {
    font-size: 1.0em !important;
    padding: 3px !important;
    border-radius: 8px;
    color: #fff;
    background-color: #109bf1;
}


#dridrive,#dridrive_con,#dridrive_tra{
	float: right;
	margin-right: 20px;
}

#PullDownList{
	float: right;
	margin-right: 20px;
	font-size: 1.2em;
}
.square_btn{
	border-radius: 15px 7px 7px 15px;
    display: inline-block;
    text-decoration: none !important;
    background: #deeaf1 !important;
    border-left: solid 6px #7f5cff;/*左線*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin-bottom: 12px;
    margin-right: 10px;
}
.square_btn_list{
	font-size: 1.4em;
}


.square_btn a {
font-weight:bold;
text-decoration:none;
display:inline-block;
padding: 5px 7px 5px 3px;
}

.square_btn a:link {
color:#181819;
}

.square_btn a:visited {
color:#181819;
}

.square_btn a:hover {
color:#181819;
text-decoration:underline;
}

.square_btn a:active {
color:#181819;
}


.square_btn_loc{
	background: white;
	border-radius: 7px 0 0 7px;
}


.square_btn_ido{
	border-left: medium solid #deeaf1;
	background: white;
	margin-right: 7px;
	border-radius: 0 7px 7px 0;
	
}


.square_btn div{
	display: inline-block;
	margin-bottom: 3px;
}





#map_search a,#map_station a,#map_list a,#map_submit a{
	display: block;
	text-decoration: none;
	color: white;
}


#category_desc{
	margin-top:10px;
	margin-bottom:10px;
}

#sample{
	width: 180px;
}


.place-ancor-icon li {
    width: auto !important;	    
}

.caution_gold{
	margin-left: 60px;
}

#mess{
	margin-bottom: 40px;
}


#submit_form #Container{
	background: none;
}

#CenterColumn #submit_form #Container{
	padding-left: 30px;
}



/***********************************************/
#wrap_map{
    width: 590px;
    vertical-align: top;
    display: inline-block;
        padding-left: 20px;
}
#wrap_map #map{
    width: 100%;
    height: 350px;
    
}

div.geotext{
	text-align: center;
    vertical-align: bottom;
	
}

    
    
    
/**********************メニュー*************************/

#ename{
	font-size: 1.2em;
}
#etel{
	vertical-align: bottom;
}
#menu_gps{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
    width: 52px;
    height: 44px;
    text-align: left;
    /*background: #FFF url('/rssfeed/img/gps_l.png') no-repeat;*/
}

#eadress,#location_menu,#location_menu div{
	vertical-align: bottom !important;
}

#listboxswrap{
	text-align: center;
}


#serchtitle ul#title_geoloca{
	display: block;
	text-align: center;
	margin-top: 10px;
}


#location_menu{
    background-color: rgba(255, 255, 255, 0.6);
}

#serchtitle {
	display: none;
	z-index: 100;
	padding: 7px;
    position: absolute;
    width: 690px;
	margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.6);
    top: 20px;
	left: 0;
	right: 0;
	text-align: left;
    
}


 
#serchtitle ul {
	list-style: none;
	display: block;
	margin-left: 0em;
	margin-bottom: 5px;
}
		
#serchtitle ul li {
	display: inline;


}
	
#serchtitle ul li.menu_title {
	display: block;
	background-color: #f8b23a;
	padding: 3px 0px 3px 10px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}


#serchtitle ul li.menu_box #geo_address {
    width: 80%;
}


li.pre_box{
	font-size: 1.0em;
    font-weight: bold;
    list-style-type: square;
    margin-left: 0px;
    
}



#serchtitle ul li input  {
    font-size: 1.0em;
    font-weight: 100;
}

ul#rail_sele li #eki-station2,ul#rail_sele li #eki-line2,ul#rail_sele li #eki-pref2,#serchtitle ul li #eki-station,#serchtitle ul li #eki-line,#serchtitle ul li #eki-pref,#serchtitle ul li #geoapi-cities,#serchtitle ul li #geoapi-prefectures,#serchtitle ul li #geoapi-towns {
	font-size: 1.0em;
    font-weight: 100;
}

#serchtitle ul li #geoapi-cities option,#serchtitle ul li #geoapi-prefectures option,#serchtitle ul li #geoapi-towns option{
	color: black;
}

ul#rail_sele li #eki-station2,ul#rail_sele li #eki-line2,ul#rail_sele li #eki-pref2,#serchtitle ul li #eki-station,#serchtitle ul li #eki-line,#serchtitle ul li #eki-pref,#serchtitle ul li #geoapi-cities,#serchtitle ul li #geoapi-prefectures,#serchtitle ul li #geoapi-towns,#yubinclear,#search-by-postal2,#search-by-geo{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}


#serchtitle ul#title_geoloca li{
    border:1px solid #777;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f47171),
        to(#f38d8d)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #f47171,
        #f38d8d
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}


div.google_st_link{
	text-align: center;
}

div.center{
	text-align: center !important;
}

a.bt-samp20{
  display: block;
  position: relative;
  text-decoration: none;
    width: 450px;
    line-height: 34px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #119de9;
  border-bottom: 2px solid #0288d1;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#6dccff), to(#119de9));
  background: -moz-linear-gradient(top, #6dccff, #119de9);
  background: -o-linear-gradient(top, #6dccff, #119de9);
  background: -ms-linear-gradient(top, #6dccff, #119de9);
  background: linear-gradient(top, #6dccff, #119de9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6dccff', endColorstr='#119de9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6dccff', endColorstr='#119de9')";
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.bt-samp20 span{
  display: block;
  padding: 2px 0;
  border-top:2px solid #c6ebff;
}
a.bt-samp20:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}



#geo_address,#geoapi-postal-3,#geoapi-postal-4{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

#wrap_map #menu_gps div {
    font-size: x-small;
    /*letter-spacing: 0.2em;*/
    position: absolute;
    top: 46px;
    width: 100%;
}

#wrap_map #menu_list div {
    font-size: x-small;
    /*letter-spacing: -0.1em;*/
    position: absolute;
    top: 46px;
    width: 100%;
}

/***********************************************/

#c_link {
	padding: 10px;
}

.spot_comment{
	font-size: 1.2em;
	padding-bottom: 8px;
}
.spot_comment_title{
	font-size: 1.4em;
	padding-left: 10px;
	padding-bottom: 8px;
}

.help_column{
	padding: 30px;
}

.spot_comment_title_fl img{
	vertical-align:middle;
	font-size: 1.4em;
}

.spot_comment_title_fl{
	vertical-align:middle;
	font-size: 1.4em;
	padding-left: 120px;
}

.spot_comment_subtitle{
	font-size: 1.2em;
	padding-left: 160px;
}
.spot_comment_title_mo{
	vertical-align:middle;
	font-size: 1.8em;
	padding-left: 230px;
	padding-bottom: 20px;
}

.help_column .serchtitle2 {
    text-align: left;
    margin-bottom: 20px;
}

.spot_comment_title img{
	vertical-align:middle;
	margin-right: 10px;
}

#sub_theme{
	font-weight: bold;
}


#category_desc div,#category_desc_top div div,.spot_navi div {
	width: 170px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.8;
    padding-left: 50px;
    margin-right: 8px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-image: url(/rssfeed/img/goods_icon.png);
    background-position:6px 6px; 
    background-repeat: no-repeat;
	border: inset 1px #badfff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.item_address{
	font-size: 0.7em;
	font-weight: 100;
	padding-left: 20px;
	
}

.goods_item_title {
	width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.5;
    padding-left: 60px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-image: url(/rssfeed/img/goods_icon.png);
    background-position:6px 6px; 
    background-repeat: no-repeat;

}

#cate_list2{
	padding-left: 60px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.help_column ul.spot_comment_title li{
	list-style-image: url("/rssfeed/img/thumbs-upb.png");
	font-size: 0.9em !important;
	line-height: 2.4em;
}


.help_column ul.spot_comment_title{
	padding-left: 40px;
}


.help_column ul li{
	list-style-type: none;
	font-size: 1.2em;
	padding-bottom: 20px;
}

.help_column ul.dismaru li{
	list-style-type:circle;
	line-height: 2.4em;
}

.help_column .help_menu{
	padding-left: 40px;
}


.goods_title {
	width: 300px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.2;
    padding-left: 60px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-image: url(/rssfeed/img/goods_icon.png);
    background-position:6px 6px; 
    background-repeat: no-repeat;

}

.post_mess{
	display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}


#category_desc div a {
	
	display: block;

}

#top_tab #playerMenu > li{
	width: 28%;
}
	
#top_tab #playerMenu > li.player_active {
	width: 40%;
}

	#playerMenu,#playerMenu2{

	text-align: left;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	

	ul#googleMenu,ul#delete_mode{
		margin-left: 0px;
		margin-bottom: 40px;
	}

	#googleMenu > li a,#delete_mode > li a{
	color: white;
	display: block;
	text-decoration: none;
	}
#googleMenu,#map_search_colum div.google_st_link {
    text-align: left;
    display: inline;
    margin-left: 10px;
}



google_st_link.bt-samp30 {
    text-align: center;
    cursor: pointer;
}

.bt-samp30{
	text-align: center;
	text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 130%;
    display: inline-block;
    width: 45%;
    padding: 6px 14px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px; 
	background: rgb(255,183,107);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
    background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    background: -o-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}


	#googleMenu > li,#delete_mode > li{
	text-align: center;
	text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 130%;
    display: inline-block;
    width: 45%;
    padding: 6px 14px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px; 
background: rgb(157,213,58);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
    background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    background: -o-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    background: -ms-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    background: linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
	}
	
	#googleMenu > li.navi,#delete_mode > li.navi{
	/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
    }
    
    
    #googleMenu > li.caution_post{
	    margin-bottom: 50px;
	/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
    }
 
 
 #top_tab #playerMenu > li{
	width: 28%;
	font-size: 1.2em ;
	font-weight: bold;
}
	
#top_tab #playerMenu > li.player_active {
	width: 40%;
	font-size: 1.6em ;
	font-weight: bold;
}

#top_tab #playerMenu > li.player_active , #top_tab #playerMenu > li {
	    border-radius: 6px 6px 0px 0px;
	    -moz-border-radius: 6px 6px 0px 0px;
	    -webkit-border-radius: 6px 6px 0px 0px;
}

#top_tab{
	margin-top: 10px;
}
	
	#itemheder #playerMenu > li.player_active{
		font-size: 1.4em ;
		width:24% !important;
		font-weight: bold;
	}
	
	.scroll_caution{
		font-size: 1.4em ;
		width:55%;
		padding-left: 20px;
		font-weight: bold;
		background-color: #fb7f00;
		color: white;
		border: 1px solid #d8d4d4;
		border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	}
	
	
	
	#itemheder #playerMenu > li,#playerMenu2 > li{
	font-size: 1.4em ;
	width: 19%;
	font-weight: bold;
	}	
	
	#playerMenu > li.current{
		border: 1px solid #777;
		color: #fff;
	    cursor: pointer;
	    background: #127ba5;
	    margin: auto;
	    text-align: center;
	    background: -webkit-gradient( linear, left top, left bottom, from(#99c9e5), to(#127ba5) );
	    -webkit-box-shadow: 1px 1px 1px #fff;
	    background: -moz-linear-gradient( top, #99c9e5, #127ba5 );
	    -moz-box-shadow: 1px 1px 1px #fff;
	    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	    zoom: 1;

	}
	
	
 
	#playerMenu > li.player_active{
		border: 1px solid #777;
		color: #fff;
	    cursor: pointer;
	    background: #127ba5;
	    margin: auto;
	    text-align: center;
	    background: -webkit-gradient( linear, left top, left bottom, from(#99c9e5), to(#127ba5) );
	    -webkit-box-shadow: 1px 1px 1px #fff;
	    background: -moz-linear-gradient( top, #99c9e5, #127ba5 );
	    -moz-box-shadow: 1px 1px 1px #fff;
	    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	    zoom: 1;
		
	}

  
	
	#playerMenu > li,#playerMenu2 > li{
	color: white;
	font-weight: bold;
	margin-left: 0px;
	display: inline-block;
	padding:3px 0px 3px;
	cursor: pointer;
	text-align: center;
	background-color: #757272;
	border: 1px solid #d8d4d4;
	}	

.topfixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 1020px;
}
		
	
	#playerMenu li#map_nav,#playerMenu2 li#map_nav2 {
	    border-radius: 6px 6px 0px 0px;
	    -moz-border-radius: 6px 6px 0px 0px;
	    -webkit-border-radius: 6px 6px 0px 0px;
	}
	
	#playerMenu li#map_nav a,#playerMenu li#map_nav a:visited,#playerMenu2 li#map_nav2 a,#playerMenu2 li#map_nav2 a:visited {
	    color: white;
	    text-decoration: none;
	    display: block;
	}
	
	#close_search{
		color: #fff;
		background-color: #5e5f61;
		width: 110px;
	    margin: 0;
	    padding: 2px 4px;
	    cursor: pointer;
	    margin: auto;
	    text-align: center;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    display: none;
	}
	


#map_move_botton{
	padding: 6px 3px;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	background-color: #5e5f61;
	color: white;
	font-weight: bold;
	font-size: 0.8em ;
	width:180px;
	border: 0px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	cursor: pointer;
}





/****:::::::::投稿フォーム::::::::*****/

/****:::::::::デザイン::::::::*****/
.serchtitle2 ul .select_menu {
    background-color: rgba(234, 19, 151, 1);
    cursor: pointer;
}

.serchtitle2 {
	text-align: right;
	margin-top: 10px;
}
 
.serchtitle2 ul {
	list-style: none;
	display: inline-table;
	margin-left: 0em;
	margin-bottom: 5px;
}
		
.serchtitle2 ul li {
	display: inline;

}
	
.serchtitle2 ul li a {
	display: block;
    float: left;
    height: 24px;
    background: #999;
    text-align: center;
    padding: 6px 24px 0 30px;
    position: relative;
    margin: 0 8px 0 0;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    cursor: default;
    font-weight: bold;
}

.serchtitle2 ul li:first-child a {
    padding: 6px 14px 0 10px;
}


/*地図移動選択*/
.serchtitle2 ul li a:before {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute; left: 0; top: 0;
}

.serchtitle2 ul li a:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #999;
	position: absolute; right: -14px; top: 0;
	z-index: 1;
}


.serchtitle2 ul li:first-child a {
	border-top-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}
.serchtitle2 ul li:first-child a:before {
	display: none; 
}

.serchtitle2 ul li:last-child a {
	padding-right: 15px;
	border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px;
}
.serchtitle2 ul li:last-child a:after {
	display: none; 
}


/****:::::::::投稿フォーム:::::::::::****/
	
	
	
#full_size_subcate p.photo_caution{
	margin-left: 20px;
	font-size: 0.9em;
}

#full_size_subcate .fansite_map #map{
	height: 320px;
	width: 60%;
}

#full_size_subcate .fansite_map{
	padding-left: 60px;
}

#full_size_subcate .gn_name{
	font-size: 1.2em;
	padding-left: 50px;
	
}

form{
	/*margin: 10px 0 10px 30px;*/
	/*font-size: 1.2em !important;*/
}

.edit_mode{
	padding: 20px;
	font-size: 1.2em;
}


#prev_colum .photo_title{
	font-size: 1.0em;
    border-left: 7px solid black;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;

}

#prev_colum .textarea,#prev_colum .gn_file,#prev_colum .title_prev{
	margin-left: 40px;
}

#prev_colum .textarea{
	margin-bottom: 20px;
}


#full_size_subcate .textarea{
	padding: 30px 0 40px 50px;
    font-size: 1.2em;
    line-height: 1.7em;
}

.ad-center{
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.ad-dcenter{
	display: inline-block;
	vertical-align: top;
	width: 336px;
	text-align: center;
    margin-bottom: 20px;
	
}


table.outer{
	margin-bottom: 30px;
}


#prev_colum{
	/*padding-left: 40px;*/
	/*font-size: 1.2em;*/
}

#uploadphoto .outer{
	/*background: #eee;*/
	padding:0px 0px 0px 0px;
}
#uploadphoto .outer  td{
	padding-bottom: 5px;
	display: block;
}

.itemHead{
	margin-top: 10px;
	font-size: 1.2em
}
.outer .head{
	margin-top: 10px;
	width: 100%;
}

#uploadphoto .text,#uploadphoto textarea,#uploadphoto .dropdown,#uploadphoto #title,
#uploadphoto #zip,#uploadphoto #address{
font-size: 1.1em;
border:1px solid #777;
    padding: 5px;
    color: #000;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


#marker_title p{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

#xoops_upload_file,#cid {
	width: 200px;
	font-size: 1.3em;
}

#listbox{
	width: 200px;
	font-size: 1.2em;
}


#conf_delete,input[name="do_delete"]{
background: red !important;
}

#preview,#reset,#conf_delete,input[name="do_delete"],input[name="cancel_delete"]{
	font-size: 1.6em;
	width: 150px;
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#CCC),
        to(#000)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}


#map_submit_showbotton,#map_submit_for_list{
	font-size: 1.4em;
	width: 230px;
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    margin-top: 30px !important;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}




#submit{
	font-size: 1.6em;
	width: 250px;
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}

/* Ckeeditor4 */
body.cke_editable{
	text-align: left !important;
}


#map_submit_colum{
	
}



/* lightbox
-------------------------- */

/* Preload images */
body:after {
  content: url(/modules/post_map/images/lightbox/close.png) url(/modules/post_map/images/lightbox/loading.gif) url(/modules/post_map/images/lightbox/prev.png) url(/modules/post_map/images/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: 9999;*/
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.4;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/modules/post_map/images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/modules/post_map/images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/modules/post_map/images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/modules/post_map/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* /* lightbox
-------------------------- */


/* モーダル2 */


.modal-content {
	width: 85% ;
	margin: 0 ;
	padding: 10px 20px ;

	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 200 ;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 16px;
    border: 3px solid #e5fa5f; 
}

.modal-content h3{
	font-size: 1.2em;
	padding: 0 0 0 10px;
	font-weight: bold;
	margin:7px 0px 7px 15px; 
	border-left: 7px solid black;
}

.modal-content ul {
	list-style-type: square;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 5px 13px;
    position: absolute;
    right: -16px;
    top: -16px;
}

.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	text-decoration: none;
    color: #1837a2;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

/* モーダル2 */


#post_map div#RightColumn {
    margin-top: 25px;
}

.inlineblock{
	display: inline-block;
	vertical-align: top;
}

#post_map div#RightColumn h5.BlockTitle {
    text-align: center;
    height: 22px;
    line-height: 0.6;
    font-size: 120%;
    color: #000;
    padding-top: 0px;
    background: url("/rssfeed/img/sub_title2.png") no-repeat center bottom;
}

#post_map div#RightColumn .BlockContent li,#place div#RightColumn .BlockContent li {
    font-size: 15px;
    margin: 0.4em 0 0.4em -10px !important;
    background: url("/rssfeed/img/right_icon.png") no-repeat left top;
    padding-left: 25px;
    line-height: 1.9;
    height: 23px;
    list-style-type: none;
    overflow: hidden;
}

.hidden{
	display: none;
}

#sarchj,#geotext{
	cursor: pointer;
}
#square_btn_wrap {
    z-index: 100;
    padding: 7px;
    height: 80%;
    left: 0;
    right: 0;
    text-align: left;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    top: 260px;
    margin-left: 3%;
    max-height: 95%;
    width: 93%;
    background-color: white;
}


#square_btn_part {
    padding: 0px 15px;
    max-height: 600px;
    padding-top: 20px;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 1.0);
}


div#listboxs {
    /* text-align: center; */
    
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-top: 20px;
}
/****************************************
		 SNS
*****************************************/

.share{
	font-size: 1.3em;
	padding-left: 10px;
	border-bottom: 2px solid #59BEC7;
	margin-bottom: 15px;
}


.share-button {
    color: #fff !important;
    font-size: 1.3em;
    line-height: 32px;
       
}

.share-count-button a {
   text-decoration: none;
       
}


.share-count-button {
    width: 19%;
    margin: 0 0.3% 45px;
    float: left;
    text-align: center;
    box-shadow: 0 2px 5px #999;
    text-decoration: none;
}


.share-count-button .twitter {
    background:#3589e2 url(/rssfeed/img/tw.png) no-repeat center bottom;
    height:60px; 
}

.share-count-button .facebook {
    background: #0559b2 url(/rssfeed/img/fb.png) no-repeat center bottom;
    height:60px;   
}

.share-count-button .google {
    background:#DC4E41 url(/rssfeed/img/google.png) no-repeat center bottom;
    height:60px; 
}

.share-count-button .hatebu {
    background: #00A4DE url(/rssfeed/img/hatena.png) no-repeat center bottom;
    height:60px;
}
.share-count-button .pocket {
    background: #EF4056 url(/rssfeed/img/pocket.png) no-repeat center bottom;
    height:60px;
}
.share-count-button .line {
    background: #1DCD00 url(/rssfeed/img/line.png) no-repeat center bottom;
    height:60px;
}

.share-count-button .mail {
    background: #4889D9 url(/rssfeed/img/mail.png) no-repeat center bottom;
    height:60px;
}
.share-count-button .link {
    background: #15ed84 url(/rssfeed/img/link.png) no-repeat center bottom;
    height:60px;
}
.share-count-button .parts {
    background: #ea17b5 url(/rssfeed/img/parts.png) no-repeat center bottom;
    height:60px;
}
.share-count-button .tag {
    background: #ef9713 url(/rssfeed/img/tag.png) no-repeat center bottom;
    height:60px;
}
/*********::::::::::::::::widget-area::::::::::::::::***********/


#code_column{
	margin: 0 auto;
	text-align: center;
}

#parent-iframe{
	border:none;
}
#pag_witdh{
	font-size: 1.3em;
}

/*********::::::::::::::::eki map::::::::::::::::***********/

#select_eki{
	float:left;
	width: 30%;
	height:350px;

	background-image: url(images/ranner-1.gif);
	background-repeat: repeat-x;
	background-color:#F2EFE9;
}


	

#eki_column {
    width: 100%;
    overflow: scroll;
    
}

#mape{
	float:left;
	width: 70%; 
	height: 350px;
}

#itemheder #mape{
	height:550px;
}

#itemheder #select_eki {
	max-height:550px;
}

#eki_map_column #result{
	max-height:510px;
	display: inline;
	vertical-align: top;
}



#map_locate{
	float:left;
	width:21%;
	height:300px;
}




#map_column{
	width:100%;
}

#map_main{
	width:100%;
	height:300px;
}

#map_main2{
	width:auto;
	height:400px;
}

#bmap{
	width:100%;
	height:450px;
}

#stmap {
    width: 100%;
    height: 300px !important;
}

#tab_map_column{
	margin-top: 20px;
}

#mess{
	padding:7px;
	line-height:120%;
	text-align: left;
	width:97%; 
	font-size:110%;
	background-color :#000000;
	color:#FFF;
	overflow-y:auto;
}


#result{
	font-size:100%;
	width: 100%;
	height:510px;	
	overflow: scroll;
	background-color: white;
}


/*********::::::::::::::::移動menu::::::::::::::::***********/

#serchtitle ul .select_menu{
	background-color: rgb(252, 140, 70);
}

.adsence_left,.adsence_right{
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	width: 350px;
}

/*********::::::::::::::::::::::::::::::**********/
.sub_t {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.whats{
	font-weight: normal;
	font-size: medium;
    margin-right: 10px;
}
.h2whats{
	font-weight: normal;
    font-size: 16px;
}
.h2whats img{
    vertical-align: middle;
}


#post_map .fixed {
    position: fixed;
    top: 0;
    width: 100%;
   /* z-index: 10000;*/
}


.remodal ul li{
	text-align: left;
	
}

.remodal-confirm{
	margin-top: 20px !important;
}

#map_menu{
	width: 100%;
}

#googlemap_open{
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
    background: -webkit-gradient( linear, left top, left bottom, from(#CCC), to(#000) );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #99c9e5, #428ec9 );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}

#post_caution{
	margin-top: 10px;
    margin-left: 60px;
}


