/* CSS Document */
#h2_area .pic
{
	background-image: url(images/h2_bg.jpg);
}

article .photo_r p
{
	text-align: center;
}

article .photo_r .name
{
	font-size: 30px;
}

article .head_img
{
	margin-bottom: 50px;
}




/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article .text
{
	width: 640px;
}





}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{
}

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

}