/* CSS Document */
#h1_area
{
	background-image: url(images/h1_bg_pc.jpg);
}

@media (orientation: portrait)
{
#h1_area
{
	background-image: url(images/h1_bg_sp.jpg);
}
}

article
{

}

#news .wak_box
{
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

#news table
{
	width: 100%;
}

#news table th
{
	width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#news table td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: left;
	vertical-align: top;
	position: relative;
	padding-right: 0px;
}


#news .bg_news
{
	display: none;
	padding-top: 30px;
}

#news .bg_news img
{
	width:auto;
	height:auto;
}


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


#news .body
{
	width: 1200px;
}




}

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



#news .body
{
	width: auto;
	padding-bottom: 30px;

}




#news .bg_news
{
	display: block;
}




}

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



#news .news_main table th
{

	width: auto;
	display:block;
	padding-top: 10px;
	padding-bottom: 0px;
}

#news .news_main table td
{
	width: auto;
	display:block;
	padding-top: 0px;
	padding-bottom: 10px;
}



#news table
{
	width: 100%;
}


#news table th .icon
{
	margin-left: 10px;
}

#news
{
}


#news .body
{
	width: auto;
}

#news .bg_news
{
	display: block;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
#news table th
{
	display: block;
	width: auto;
	padding-bottom: 0px;
	border-bottom-style: none;
}

#news table td
{
	display: block;
	padding-top: 0px;
}

}