article .body
{
	width: 800px;
}

article .about .body
{
	width: 900px;
}


article .body p
{
	font-size: 16px;
	line-height: 160%;
	_zoom:1;
	overflow:hidden;
}

article .about .img
{
	float: right;
}


article .about p
{
	float: left;
	width: 540px;
}


article  h3
{
	font-size: 30px;
	line-height: 180%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

article  h3 span
{
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


article table
{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}

article th
{
	width: 180px;
	background-image: url(../images/bg_company_th.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

article td
{
	font-size: 16px;
	line-height: 160%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: justify;
}

article td ul
{
	margin: 0px;
	padding: 0px;
}

article tr:last-child td ul
{
	margin-top: 1em;
}


article td ul li
{
	font-size: 16px;
	line-height: 160%;
	list-style-type: none;
	text-indent: -1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

article td a
{
	text-decoration: underline;
}

article .contact
{
	text-align: center;
	margin-top: 2em;
}

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


}

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

article .body,
article .about .body
{
	width: auto;
}


article .about .img,
article .about p
{
	float: none;
	width: auto;
	clear: both;
	margin-bottom: 1em;
}


article  h3
{
	font-size: 26px;
}


article table
{
	width: 100%;
	margin-bottom: 3em;
}

article th
{
	width: 6em;

}

article td
{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

article td ul li
{
	line-height: 140%;
	margin-bottom: 0.4em;
	text-align: left;
}


}