
body
{
	padding-top: 60px;
}

#eyecatch
{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
}
#eyecatch ul
{
	margin: 0px;
	padding: 0px;
}

#eyecatch li
{
	margin: 0px;
	padding: 0px;
}

#eyecatch li img
{
	width: 100%;
	height: auto;
}

#eyecatch p
{
	width: 1250px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 999;
	bottom: -100px;
	left: 0px;
	right: 0px;
}


#vision
{
	padding-top: 0px;
	background-image: url(../images/bg_top_head.gif);
	background-repeat: repeat-x;
}

#vision .body
{
	background-color: #FFF;
	padding-top: 40px;
	width: 1150px;
}

#vision .photo
{
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}



#vision p
{
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 1em;
}


#service .body
{
	width: 1100px;
	margin-bottom: 80px;
}

#service .body p
{
	font-size: 18px;
	line-height: 160%;
}

#service .body li
{
	font-size: 18px;
	line-height: 160%;
}

#service h3,#service h4,
#company h3,#company h4
{
	font-size: 25px;
	line-height: 180%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#service h3 span,
#company h3 span
{
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 20px;
}

#service .txt_r
{
	width: 450px;
}

#service .txt_l
{
	width: 450px;
}



#company table
{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4em;
}

#company 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: 140%;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

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

#company td a
{
	text-decoration: underline;
}

#company .staff
{
	margin-bottom: 4em;
}

#company .staff dl
{
	display: table;
	table-layout: fixed;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#company .staff dl dt
{
	display: table-cell;
	width: 200px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#company .staff dl dt h4
{
	font-size: 30px;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	text-align: left;
}

#company .staff dl dt h4 span
{
	font-size: 12px;
	line-height: 140%;
	display: block;
}

#company .staff dl dt .staff_photo
{
	margin-bottom: 1em;
}


#company .staff dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}




#company .google_map
{
	margin-bottom: 2em;
}

#company .sns_banner
{
	display: table;
	table-layout: fixed;
	width: 660px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#company .sns_banner li
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

.blog
{
}

.blog .body
{
	width: 1160px;
}

.blog h3
{
	text-align: left;
	position: relative;
	font-size: 50px;
	line-height: 120%;
	color: #E5222B;
}

.blog h3 a
{
	font-size: 12px;
	color: #FFF;
	background-color: #0EAC66;
	letter-spacing: 0em;
	float: right;
	line-height: 100%;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}

.blog dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;

}

.blog dt
{
	display: table-cell;
	width: 260px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

.blog dt img
{
	margin-bottom: 8px;
}

.blog dt a
{
	color: #000;
}


.blog dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

.blog dd:nth-child(8n)
{
	display: table-row;
	height: 20px;
}

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






}

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

body
{
	padding-top: 40px;
}


#eyecatch
{
	width:auto;
}

#eyecatch p
{
	width: auto;

	z-index: 999;
	bottom: -30px;

}

#eyecatch p img
{
	width: 300px;
}

#vision .photo
{
	float: none;
	margin-bottom: 2em;
	margin-left: 0em;
	clear: both;
	text-align: center;
}

#vision h2
{
	text-align: left;
	margin-bottom: 0.4em;
}

#vision h2 strong
{
	color: #0EAC66;
	display: block;
	margin-bottom: 0.2em;
}

#vision h3
{
	font-size: 20px;
	line-height: 180%;
}
	

#vision p
{
	font-size: 18px;
	line-height: 160%;
}


.head_comment
{
	line-height: 160%;
	text-align: left;
	margin-bottom: 2em;
}


#service
{
}

#service .body
{
	width: auto;
}

#service .txt_r
{
	width: 100%;
	margin-top: 20px;
	float: none;
}

#service .txt_l
{
	width: 100%;
	margin-top: 20px;
	float: none;
}


#service h3,#company h3
{
	font-size: 20px;
	line-height: 180%;
	text-align: left;
	padding: 0px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

	

#service h4,
#company h4
{
	font-size: 20px;
}


#service dl
{
	display: block;
}

#service dl dt
{
	display: block;
	width: auto;
	margin-bottom: 2em;
}


#service dl dd
{
	display: none;
}




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

#company th
{
	width: 6em;

}

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

#company .staff
{
	margin-bottom: 3em;
}

#company .staff dl
{
	display: block;
	width: auto;
}

#company .staff dl dt
{
	display: block;
	width: auto;
	margin-bottom: 1em;
	_zoom: 1;
	overflow: hidden;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#company .staff dl dt h4
{
	font-size: 30px;
	line-height: 120%;
}

#company .staff dl dt h4 span
{
	font-size: 12px;
	line-height: 140%;

}

#company .staff dl dt p
{
	_zoom:1;
	overflow:hidden;
}

#company .staff dl dt .staff_photo
{
	margin-bottom: 0em;
	float: left;
	margin-right: 1em;
	width: 40%;
}

#company .staff dl dd
{
	display: none;
}




#company .google_map
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#company .google_map iframe,
#company .google_map object,
#company .google_map embed 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#company .sns_banner
{
	width: 100%;
}

#company .sns_banner li img
{
	width: 96%;
}



}