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



#main h4
{
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 1em;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#main table
{
	width: 100%;
}

#main caption
{
	font-size: 12px;
	line-height: normal;
	text-align: right;
	line-height: 1.8;
}

#main th
{
	color: #FFF;
	background-color: #339933;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1;
}

#main td
{
	background-color: #eee;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
	padding: 0px;
}

#main td h5
{
	display: none;
	color: #FFF;
	background-color: #339933;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1;

}




#main td .pad
{
	padding: 10px;
}

#main .text_center
{
	text-align: center;
}

#main .contact_box
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 6px -2px #aaa;
	-moz-box-shadow: 0px 0px 6px -2px #aaa;
	-webkit-box-shadow: 0px 0px 6px -2px #aaa;
	background-color: #eee;
	padding: 7px;
	border: 1px solid #d6d6d6;
	margin-bottom: 50px;
}

#main .contact_body
{
	background-color: #fff;
	padding: 8px;
	_zoom:1;
	overflow:hidden;
}

#main .contact_body h5
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

#main .contact_tel
{
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#main .contact_tel img
{
	margin-right: 10px;
}

#main .contact_tel p
{
	font-weight: bold;
	margin: 0px;
}


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


}

@media (max-width: 1000px) 
{

#main .contact_box
{
	width: auto;
}

#main .contact_body h5
{
	width: auto;
	border-right-style: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	text-align: center;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}


#main .contact_tel
{
	float: none;
	padding-top: 20px;
	padding-left: 0px;
	text-align: center;
	clear: both;
}

#main .contact_tel p
{
	text-align: center;
}

}

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

}

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

#main th
{
	display:none;
}

#main td
{
	display: block;
	margin-bottom: 20px;
}

#main td h5
{
	display:block;
}


}

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


}