#spot_detail{

}

.caution {
	color:#DC1450;
	font-size:12px;
	line-height:16px;
	margin-top:20px;
}

#eval {
	
}

#eval_list{
	height:auto;
	font-size:14px;
}

#eval_list img{
	width:16%;
	max-width:55px;
}

.point_top{
	color: #e00000;
	font-size:40px;
	font-weight:bold;
}

.point_bottom{
	font-size:15px;
	font-weight:bold;
}

#tag{
	padding-bottom:10px;
}

#tag a{
	border-left:7px solid #5D89E8;
	background:#DFDFDF;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	text-decoration: none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px;
}

#tag a:hover{
	border-left:7px solid #F28DEA;
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

#choice {
	margin-top:20px;
}

#choice li {
	margin:1px 0;
	overflow:hidden;
}

#choice .choice_title {
	width:18%;
	height:28px;
	padding:2px 1%;
	font-size:10px;
	font-weight:bold;
	line-height:28px;
	color:#FFFFFF;
	float:left;
	background:#E26316;
	border:1px solid #5D89E8;
}

#choice .choice_detail {
	width:74%;
	height:28px;
	font-size:12px;
	line-height:14px;
	padding:2px 2%;
	float:left;
	border:1px solid #5D89E8;
}

#believe{
	margin:0 0 10px 0;
	text-align:center;
	font-size:24px;
}

#believe .button{
	width:130px;
	display:inline-block;
	text-align:center;
	font-size:12px;
	line-height:35px;
	font-weight:bold;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	color: #111;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #5D89E8;
	padding: 5px 0;
	cursor:pointer;
}

#believe .button.on{
	width:130px;
	display:inline-block;
	text-align:center;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
	background:#069;
	background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D2E0), color-stop(0.03,#B1D2E0), color-stop(0.03,#0099CC), to(#069));
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 1px solid #09C;
	border-bottom: 3px solid #09C;
	padding: 5px 0;
}

#believe .button img{
	width:30px;
	margin:0 auto;
}

#ads_detail_right{
	text-align:center;
	margin-bottom:10px;
}

#list_link{
	margin-bottom:10px;
	text-align:center;
	font-size: 12px;
}

#list_link a{
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: inline-block;

	color: #111;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-bottom: 3px solid #5D89E8;
	width: 90%;
	padding: 5px 0;
	margin:5px 0;
}

#list_link a:hover{
	border-bottom: 3px solid #F28DEA;
}

.feed_page {
	margin-bottom:10px;
	overflow:hidden;
}

.prev{

}
.next{

}

#map_link{
	text-align:right;
	font-size: 10px;
}

#navi_link{
	width:100%;
	font-size:18px;
	margin:10px 0;
	padding: 10px 0;
	line-height: 1;
	transition: .2s;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #5D89E8;
	-moz-box-shadow: 5px 5px 5px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	display:inline-block;
}

#toc {
	width:100%;
	border:1px solid #ccc;
}

#toc #toc_title{
	padding-left:15px;
	font-size:30px;
	font-weight:bold;
	border-bottom:5px solid #5D89E8;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

#toc #toc_title img{
	width:30px;
	padding:8px 15px 0 10px;
}

.indent_2 {
	font-size:14px;
	padding:5px 10px;
}

.indent_2 > li {
	margin:5px 0 5px 0;
}

.indent_2 > li > a {
	width:100%;
	display:inline-flex;
	border-bottom:1px solid #5D89E8;
	text-decoration:none !important;
}

.indent_2 .chapter {
	display:inline-block;
	margin-right:5px;
	padding:3px 5px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	background:#5D89E8;
}

.indent_2 .chapter_title {
	line-height:18px;
	padding-top:3px;
}

.indent_3 {
	font-size:14px;
	padding:5px 0 0 20px;
}

.indent_3 > li {
	padding:3px 0 3px 20px;
	border-bottom:1px dashed #b6b6b6;
	background:url(../img/content/arrow01.png) left 13px no-repeat;
}

.indent_3 > li > a {
	display:block;
	text-decoration:none !important;
}

#chapter {
	display:block;
	font-size:16px;
	padding:10px 10px 10px 30px;
}

#chapter li {
	list-style:none;
	background:url(../img/content/arrow01.png) left 13px no-repeat;
	padding:3px 0 3px 20px;
	border-bottom:1px dashed #ccc;
}

#spot_image{
	text-align:center;
	margin-bottom:20px;
}

#photo_image{
	text-align:center;
	margin-bottom:20px;
}

#spot_image img{
	width:50%;
}

#photo_image img{
	max-width:80%;
	max-height:300px;
}

#urban_image{
	text-align:center;
	margin:0 auto 20px auto;
}

#urban_image img {
	width:300px;
	height:200px;
}

#urban_movie{
	text-align:center;
	width:80%;
	margin:0 auto 10px auto;
}

#movie_url{
	margin:10px 0 20px 0;
	font-size:14px;
}

#urban_detail{
	margin:20px 0;
}

#comment_img{
	width:20%;
	float:left;
	margin-top:200px;
}

#comment{
	width:70%;
	margin:200px 0 20px 0;
	padding:7px;
	font-size:14px;
	border:solid 3px #e0e0e0;
	border-radius:5px;
	position:relative;
	float:right;
}

#comment:after{
	border:10px solid transparent;
	border-right-color:#e0e0e0;
	border-left-width:0;
	top:10px;
	content:"";
	display:block;
	left:-13px;
	position:absolute;
	width:0;
}

#spot_post{
	margin:50px 0 0 20px;
}
.post_title{
	font-weight:bold;
}
.post_content{
	margin-bottom:30px;
}
#post p{
	font-size:12px;
}

#supplement {
	display:block;
	margin-top:20px;
	text-decoration:underline;
}

#map {
	width: 100%;
	min-height: 200px;
	background:#e0e0e0;
}

#gMap {
	height: 200px;
}

#gMap img {
	width: 100%;
	height: 200px;
}
#gMap img{
	max-width : none;
}
#image_list {
	width: 98%;
	margin:0 auto;
	text-align:center;
	font-size:14px;
}
#image_list a{
	margin:0;
}

#image_list .mainImage img{
	height:300px;
}

#image_list .cap{
	margin-bottom:10px;
}

#image_list .thumbnails img{
	margin:2px;
	width:100px;
	height:100px;
}

#image_list #noimage{
	width:30%;
}

#spot_tab_image_post{
	font-size:16px;
}

#spot_tab_image_post #caution{
	font-size:14px;
	color:#c00000;
}

#post{
	margin:30px 0;
	text-align:right;
}
#post p{
	text-align:left;
	color:#c00000;
}
#post_area{
	width:100%;
}

.trigger{
	margin-bottom:10px;
	font-size:17px;
	font-weight:bold;
	width: 100%;
	height:30px;
	background-image:url("../img/menu/review_title.png");
	background-repeat:repeat;
	cursor:pointer;
	text-align:center;
}

#post input{
	font-weight:bold;
	font-size:20px;
}

#iframe_image{
	width: 100%;
	padding: 0px;
	margin: 0;
	border: none;
	display: block;
	height:300px;
	overflow: hidden;
}
#video_error{
	height:28px;
}

#spot_movie {
	position: relative;
 	width: 90%;
 	padding-top: 56.25%;
 	margin:0 auto;
}

#spot_movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#spot_tab_relation ul{
	padding-left:20px;
}
#spot_tab_relation ul li{
	line-height:30px;
	list-style:url("../img/content/arrow02.png");
}
#spot_tab_relation ul li:nth-child(even){
	background:#e0e0e0;
}

.spot_image_detail{
	width:90%;
}

#image_regist{
	text-align:right;
}

#image_regist_btn{
	font-weight: bold;
	font-size: 20px;
	margin:20px 0;
}

.report {
	margin-right:20px;
	text-align:right;
}

#faq li{
	margin:10px 0;
}

#movie{
	margin-bottom:10px;
}

#ads_double .left{
	margin:0 0 10px 0;
}

#ads_double .right{
}

#relation_spot {
	text-align:left;
	margin-top:20px;
}

.relation_fieldset {
	padding:10px;
	border:1px solid #c0c0c0;
}

.relation_legend {
	padding:0 8px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:8px;
	background:#5D89E8;
}

.relation_fieldset ul {
	
}

.relation_fieldset ul li {
	list-style:none;
	background:url(../img/content/arrow01.png) left 9px no-repeat;
	padding:3px 0 3px 20px;
	font-size:14px;
}

.detail_btn {
	width:90%;
	font-size:20px;
	margin:0 auto;
	text-align:center;
	background:#F28DEA;
	background: -moz-linear-gradient(top, #F28DEA, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F28DEA), color-stop(0.03,#F28DEA), color-stop(0.03,#F28DEA), to(#FFF));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.detail_btn a {
	display:block;
	padding:10px 0;
}

.tweet {
	height:300px;
	padding:5px;
	overflow:auto;
    border:1px solid #ececec;
}

.tweetbox {
	margin-bottom:10px;
    border-bottom:1px solid #cccccc;
}

.tweetbox a {
    text-decoration:none;
    color:#000;
}

.tweetbox .img {
    float:left;
}

.tweetbox .meta {
    float:left;
    width:78%;
    margin-left:10px;
    font-size:12px;
}

.tweetbox .meta .screen_name {
    margin-left:10px;
    font-size:10px;
    color:#989898;
}

.tweetbox .text {
    clear:both;
    margin-top:5px;
    font-size:14px;
}


/***********************640px***********************/
@media screen and (min-width:640px) { 

.spot_detail_title h3{
	font-size:18px;
}

#tag a{
	font-size:20px;
}

#choice .choice_title {
	font-size:18px;
}

#choice .choice_detail {
	font-size:14px;
}

#list_link a{
	width: 43%;
}

#map_link{
	font-size:13px;
}

#gMap {
	height:400px;
}

#gMap img {
	height:300px;
}

#photo_image img{
	max-width:80%;
	max-height:400px;
}

.relationList li div p{
	font-size:16px;
}

#spot_image {
	width:49%;
	float:right;
}

#spot_image img {
	width:100%;
}

}


/***********************768px***********************/
@media screen and (min-width:768px) { 

#choice {
	margin:0 0 20px 0;
}

#toc {
	margin:0 auto 20px auto;
}

}

/***********************1024px***********************/
@media screen and (min-width:1100px) {
#ads_double .left{
	float:left;
	margin-right:10px;
}

#ads_double .right{
	float:left;
}




}

