body.stories_entry{
	background: none;
	margin-bottom: 30px;
}
body.stories_entry h2{
	background: url("/nagano/100stories/images/logo_200x34.gif") no-repeat center;
	height: 76px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 640px){
	body.stories_entry{
		margin-bottom: 0;
	}
	body.stories_entry > div{
		margin-left: 15px;
		margin-right: 15px;
	}
	body.stories_entry h2{
		height: 84px;
		background: url("/nagano/100stories/images/logo_250x42.gif") no-repeat center;
	}
}
.stories_entry a{
	color: #000;
	padding-left: 23px;
	background: url("/nagano/100stories/images/link.png") no-repeat 3px center;
	height: 20px;
	vertical-align: middle;
}
.left_colomn{
	width: 535px;
	padding-left:35px;
	float: left;
}
@media screen and (max-width: 813px){
	.left_colomn{
		width: 70%;
		padding-left:25px;
	}
}
.left_colomn .main_img{
	width: 100%;
}
#img_2_main,#img_3_main,#img_4_main,#img_5_main{
	display: none;
}
.left_colomn .thumb_container img{
	padding-right:10px;
	width: 20%;
	width: -webkit-calc(20% + 2px);
	width: calc(20% + 2px);
}
.left_colomn .thumb_container{
	padding: 10px 0;
}
.left_colomn .thumb_container img:last-child{
	padding: 0;
	width: 20%;
	width: -webkit-calc(20% - 8px);
	width: calc(20% - 8px);
}
.left_colomn p{
	padding: 10px 0;
	word-wrap: break-word;
}
.left_colomn .strong{
	font-weight: bold;
}
.left_colomn .author_profile{
	float: left;
	width: 80%;
	padding-right: 20px;
}
.left_colomn .author_img{
	float: right;
	width: 20%;
	height: auto;
}
.right_colomn{
	float: right;
	width: 240px;
	padding-right: 25px;
}
@media screen and (max-width: 813px){
	.right_colomn{
		width: 28%;
	}
}
.right_colomn h3{
	border-bottom: 2px solid #39a95a;
	padding: 10px 0;
	font-size: 1.3em;
	margin-bottom: 5px;
}
.tag_container{
	padding: 10px 0;
}
.tag_container div:first-child{
	float: left;
}
.tag_container div.tag_point{
	padding-left: 50px;
}
.tag{
	width: 40px;
	height: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
	display: block;
}
.tag_north{background-color: #66ccff;}
.tag_center{background-color: #ff8eb3;}
.tag_east{background-color: #92c063;}
.tag_south{background-color: #ffb546;}
.tag_other{background-color: #cc9999;}
.tag_5f,.tag_4f,.tag_3f,.tag_2f,.tag_1f,.tag_b1f{background-color: #33a982;}
.spot_container{
	background-color: #fafee0;
	border: 1px solid #39a95a;
	border-radius: 5px;
	margin-right: 25px;
	padding: 0;
	width: 215px;
}
.spot_header{
	padding: 15px 0;
	border-bottom: 1px solid #39a95a;
	width: 100%;
	text-align: center;
	color: #39a95a;
	font-size: 1.15em;
	font-weight: bold;
}
.spot_header span{
	padding: 0 10px;
}
.spot_body{
	padding: 10px;
}
.spot_body .address{
	font-size: 0.9em;
	padding-top: 5px;
}
@media screen and (max-width: 640px){
	.left_colomn,.right_colomn{
		float: none;
		clear: both;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
}