#detail_amazon_text {
    display: inline-block;
    margin-left: 20px;
	font-size: 16px;
    font-weight: bold;
	text-decoration: underline;
}

#values {
	color:#d60000;
	font-weight:bold;
	font-size:16px;
}

#process {
	position: relative;
	margin-bottom: 8px;
	padding: 35px 30px;
	font-size:16px;
	font-family: serif;
	color:#444;
	background: #fff9e7;
	box-shadow: inset 0 0 30px rgba(230,220,190,1);
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

#process_title {
	margin:0 0 22px;
	font-size:18px;
	font-weight:bold;
}

#process ol {
	list-style:cjk-ideographic;
	margin-left:20px;
}

#process ol li {
	margin-bottom:16px;
	font-weight:bold;
}

#explan {
	font-size:16px;
}

#explan_title {
	font-size:14px;
	color:#d60000;
}

#effect {
	font-size:16px;
}

#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:20px 0 30px;
	text-align:center;
	font-size:20px;
}

#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:12px;
	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;
}

.good_box .good_btn {
	cursor:pointer;
	display:inline-block;
	min-width:40px;
	margin-right:3px;
	padding:1px 5px 1px 24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
	border:1px solid #ccc;
	border-radius:3px;
	background-size:16px;
}

.good_box .good_count {
	position: relative;
	cursor:pointer;
	padding:2px 6px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
	border:1px solid #ccc;
	border-radius:3px;
}

.good_box .good_count:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
 	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 6px solid #ccc;
}

#board .good_box {
	margin-top:20px;
	text-align:right;
}

#board .good_box .good_btn {
	color:#aaa;
}

#board .good_box .good_btn.empathy{
	background:url(../img/content/good_icon_off.png) no-repeat 4px 3px;
	background-size:18px;
	padding:3px 10px 3px 28px;
	font-size:13px;
}

#board .good_box .good_btn.empathy.on {
	color:#fff;
	border:1px solid #f76;
	background:url(../img/content/good_icon_on.png) no-repeat 4px 3px;
	background-size:18px;
	background-color:#f76;
}

#board .good_box .good_count.empathy{
	padding:5px 6px;
}

#believe .good_box {
	text-align:right;
}

#believe .good_box .good_btn {
	padding:3px 10px;
	font-size:15px;
}

#believe .good_box .good_count {
	display:inline-block;
	min-width:28px;
	padding:4px 4px;
	font-size:14px;
}

#believe .good_box .good_btn.yes {
	color:#37B09B;
}

#believe .good_box .good_btn.no{
	color:#5F85D7;
}

#believe .good_box .good_btn.yes.on {
	color:#fff;
	border:1px solid #37B09B;
	background-color:#37B09B;
}

#believe .good_box .good_btn.no.on {
	color:#fff;
	border:1px solid #5F85D7;
	background-color:#5F85D7;
}

#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;
}

.rel_page {
	margin-bottom:10px;
}

.rel_page .read {
	font-weight:bold;
	color:rgba(0,0,0,.52);
}

.rel_page .card {
	display:inline-block;
}

.rel_page.prev {
	text-align:left;
}

.rel_page.next {
	text-align:right;
}

.rel_page.single {
	float:none;
	width:100%;
}

.rel_page.single .rel_card {
	max-width:none;
}

#rel_page_catch {
	margin:60px 0 20px;
	text-align:center;
	font-size:13px;
}

.motto {

}

.motto .motto_img {
	padding-bottom:10px;
	text-align:center;
	background:#e6f3fb;
}

.motto .motto_btn {
	padding-bottom:20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:rgba(0,0,0,.52);
	background:#e6f3fb;
}

.motto .motto_btn a {
	display:inline-block;
	min-width:200px;
	padding:10px 20px;
	margin-top:10px;
	color:#fff;
	background:#5D89E8;
	border-bottom:solid 4px #335cb5;
	border-radius:5px;
}


#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;
}

#spot_image{
	text-align:center;
	margin-bottom:20px;
}

#photo_image{
	text-align:center;
	margin-bottom:20px;
}

#photo_image a {
	text-decoration:underline;
}

#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;
}

#question_board {
    margin: 10px 0 10px 0;
    padding:20px 14px;
    background-color: #5eb9b9;
}

#question_board_box {
	padding:10px 14px;
    font-size:16px;
    text-shadow: 0px 0px 1px #000;
	border-radius:12px;
	background:#fff;
}

#question_info {
	margin-top:10px;
	text-align:right;
	font-size:12px;
}

#empathy_box {
	margin-top:20px;
	text-align:center;
}

#empathy_copy {
	position:relative;
	display:inline-block;
	margin-bottom:4px;
	padding:0 19px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0;
	font-family:'Karla',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#empathy_copy:before,
#empathy_copy:after {
	display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
}

#empathy_copy:before {
	left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

#empathy_copy:after {
	right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

#empathy_btn {
	cursor:pointer;
	padding:9px 0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#f76;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f76), to(#d44433));
    background-image: linear-gradient(to bottom, #f76 0%, #d44433 100%);
    border-top:1px solid #f76;
    border-radius:5px;
	text-shadow: #431c1c 0 -1px 0;
    -webkit-box-shadow: #ff9588 0 1px 0 inset, #923c32 0 1px 0, rgba(0,0,0,0.15) 0 2px 1px;
    box-shadow: #ff9588 0 1px 0 inset, #923c32 0 1px 0, rgba(0,0,0,0.15) 0 2px 1px;
}

#empathy_btn.on {
	color:#dcdcdc;
	background:#7d7d7d;
	text-shadow:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#empathy_count {
	margin-left:4px;
}

#board {
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    font-size:16px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
}
.point {
	display:inline-block;
	margin-bottom:10px;
	padding:0 5px;
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
}



#spot_post{
	margin-top:40px;
	font-size:16px;
}
.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%;
	height: 300px;
	background:#e0e0e0;
}

#map iframe {
	width:100%;
	height:100%;
}

#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 .mainImage a {
	text-decoration:underline;
}

#image_list .thumbnails img{
	margin:2px;
	width:100px;
	height:100px;
}

#image_list #noimage{
	width:30%;
}

#spot_tab_image_post{
	margin-top:20px;
	font-size:14px;
}

#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%;
}

h3.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 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:20px 0 10px;
}

.near_spot_list_item_title {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}

.near_spot_list_item_effect {
	font-size: 12px;
	color: #777;
}

.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 {
	max-height:300px;
	padding:5px;
	overflow:auto;
    border:1px solid #ececec;
}

.tweetbox {
	margin-bottom:20px;
    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;
    padding-top:5px;
    font-size:14px;
}

.tweetbox .text .keyword {
    font-weight:bold;
    color:#d80000;
}

.taikendan_title {
	margin:0 5px;
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
	cursor:pointer;
}

.taikendan_title:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #5D89E8;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.taikendan_info {
	padding:10px;
	margin-bottom:20px;
	max-height:300px;
	overflow:auto;
    border:1px solid #ececec;
	font-size:14px;
	background:#ececec;
}

.taikendan_link {
	text-align:right;
	display:block;
}

.grad-btn {
	display:block;
	margin: auto;
	padding:5px 0;
	border-radius:3px;
	background:#90949c;
	color: #fff;
	font-size:14px;;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-item {
	position: relative;
	overflow: hidden;
	height:10px;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ececec 50%, #ececec 50%, #ececec 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, #ececec 50%, #ececec 50%, #ececec 100%);
	content: "";
}
.grad-trigger {
	display: none;
}
.grad-trigger:checked + .grad-btn {
	display: none;
}
.grad-trigger:checked ~ .grad-item {
	display:inline;
	height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
	display: none;
}

#survey_chart {
	width:100%;
	height:400px;
	margin-bottom:10px;
}

.survey_detail_select {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
}

.survey_detail_select .survey_detail_select_item {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items:center;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
	justify-content:center;
	margin-right:1%;
	width:23%;
	padding:7px 0;
	cursor:pointer;
	text-align:center;
	color:#aaa;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	border:1px solid #ccc;
	border-radius:3px;
}

#fixed_headline {
	position: fixed;
    top:0;
    left:0;
    margin:0 auto;
    padding:3px 10px;
    width:100%;
    font-size:13px;
    background:#999f;
    color:#fff;
    white-space:nowrap;
    opacity:0.85;
}

#fixed_headline.hidden {
	display:none;
}

#fixed_headline_progress {
	position:fixed;
    top:23px;
    left:0;
    height:3px;
    background:#F28DEA;
}

#fixed_headline_progress.hidden {
	display:none;
}

#youtube {
	margin-bottom:10px;
}

#refer {
	text-align:center;
}

#refer_copy {
	position:relative;
	display:inline-block;
	margin-bottom:4px;
	padding:0 19px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#777;
	letter-spacing:0;
	font-family:'Karla',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#refer_copy:before,
#refer_copy:after {
	display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #777;
    content: "";
}

#refer_copy:before {
	left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

#refer_copy:after {
	right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}


/***********************640px***********************/
@media screen and (min-width:640px) {

.spot_detail_title h2{
	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%;
}

.rel_page {
	float:left;
	width:50%;
	margin-bottom:0;
}

.rel_page .card {
	display:block;
}

.rel_page.single {
	float:none;
	width:100%;
}

.motto {
	display:table;
	width:100%;
}

.motto .motto_img {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}

.motto .motto_btn {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}



}


/***********************768px***********************/
@media screen and (min-width:768px) {

#choice {
	margin:0 0 20px 0;
}

#toc {
	margin:0 auto 20px auto;
}

#fixed_headline {
	display:none;
}

#fixed_headline_progress {
	display:none;
}


}

/***********************1024px***********************/
@media screen and (min-width:1100px) {
#ads_double .left{
	float:left;
	margin-right:10px;
}

#ads_double .right{
	float:left;
}




}
