@charset "utf-8";
/* CSS Document */
#main-column h2{
	color:#34c4c9;
	font-size:18px;
	line-height:2em;
	border-top:2px solid #646464;
	border-bottom:1px solid #b1b1b1;
	clear:both;
	margin:0px 0px 15px 0px;
	text-indent:10px;
}
.main-contents{
	color:#646464;
	margin:0px 0px 20px;
}
.main-contents:after{
	content:" ";
	display:block;
	clear:both;
}

.main-contents h3{
	color:#454545;
	font-size:16px;
	line-height:36px;
	border-left:6px solid #00B4BB;
	background-color:#efefef;
	clear:both;
	margin:0px 0px 8px 0px;
	text-indent:10px;
}


#stuffbox{
	display:block;
	margin:15px 0px;
	padding-bottom:15px;
	border-bottom:2px solid #b1b1b1;
}
#stuffbox:after{
	content:" ";
	clear:both;
	display:block;
}
#stuffbox img{
	border:#888 solid 1px;
	display:block;
}
#stuffbox .photo{
	display:block;
	width:166px;
	float:left;
	font-size:18px;
	line-height:1.5em;
	color:#474747;
	text-align:justify;
	letter-spacing:-0.05em;
}
#stuffbox .editbox{
	display:block;
	width:470px;
	text-align:justify;
}
#stuffbox .editbox h4{
	font-size:14px;
	line-height:1em;
	margin:0px 0px 18px;
}
#stuffbox .editbox p{
	font-size:13px;
	line-height:2em;
	margin:0px 0px 10px 0px;
}


#stuffbox .plofbox{
	display:block;
}
#stuffbox .plofbox h4{
	font-size:14px;
	border-top:2px solid #464646;
	border-bottom:1px solid #464646;
	color:#464646;
	line-height:30px;
	margin:0px 0px 10px 0px;
}
#stuffbox .plofbox .plofboxin{
	display:block;
	width:230px;
	font-size:12px;
	line-height:1.5em;
	margin: 0px 5px 0px 0px;
	float:left;
}
.photobox{
	display:block;
	width:50%;
	font-size:16px;
	line-height:1.5em;
	color:#474747;
	margin:0px 0px 10px;
}
.photobox img{
	display:block;
}

@media screen and (max-width: 899px) {
	.photobox{
		width:47%;
	}
	.photobox img{
		width:100%;
	}
	#stuffbox .editbox{
		display:block;
		width:97%;
		margin:1.5%;
		text-align:justify;
	}
	#stuffbox .photo{
		float:none;
		margin:0px auto;
	}
	
	.photobox{
		display:block;
		width:48%;
	}
	.photobox img{
		width:100%;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	
	.photobox{
		display:block;
		width:96%;
		margin:2%;
	}
	.photobox img{
		width:100%;
	}
	
}
