/* CSS Document */

article #h1_area .body
{
	background-image: url(images/csr/h2_05.jpg);
}


#main .group_box
{
	margin-bottom: 50px;
}


#main .msg_box
{
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	_zoom:1;
	overflow:hidden;
}

#main .photo_left
{
	float: left;
	margin-right: 25px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
#main .photo_left
{
	float: none;
	margin-right: 0px;
	text-align: center;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#main .photo_left img
{
	width: 90%;
	height:auto;
}



}