@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:#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 h4{
	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;
}
.photobox{
	display:block;
	width:315px;
	font-size:14px;
	line-height:2em;
	margin:0px 0px 23px 0px;
}
@media screen and (max-width: 899px) {
	
	.photobox{
		display:block;
		width:48%;
		margin:0px 1% 23px 1%;
	}
	.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%;
	}
}
@media screen and (max-width: 320px) {
}








