@charset "UTF-8";
/* CSS Document */

.box_bottom {
	clear: both;
	height: 20px;
	border-radius: 10px;
	background: -prefix-linear-gradient(top, white, #D9D9D9);
	background: linear-gradient(to bottom, white,  #D9D9D9);
}
#page_title h2 {
	margin-top: 10px;
}
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_contents  {
	margin-top: 50px;
	margin-bottom: 50px;
}
#top_contents h2 {
	margin-bottom: 30px;
}
#top_contents .top_box {
	float: left;
	background: #FFF;
	border: 1px solid #FFF;
	margin-right: 26px;
	margin-bottom: 50px;
}
#top_contents .top_box img {
	vertical-align: bottom;
}
#top_contents .pad {
	margin-right: 0px;
}
#top_contents dt{
	font-size: 20px;
	color: #1C2A4E;
	padding: 10px 10px 5px;
}

/*--------------------------------------------------
  会社概要
--------------------------------------------------*/
#company .box {
	background: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}
/*--------------------------------------------------
  事業内容
--------------------------------------------------*/
#business .box {
	background: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}
#business table {
	font-size: 100%;
}
#business .box span {
	font-size: 150%;
}
#business ul {
	margin-left:20px;
}
/*--------------------------------------------------
  施工実績
--------------------------------------------------*/
#work .box img {
	border: 2px solid #FFF;
	vertical-align: bottom;
}
#work .box dl {
	width: 390px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
#work .box dl.pad {
	margin-right: 0px;
}
#work .box dd {
	width: 374px;
	text-align: center;
	padding: 10px;
	background: #FFF;
}
/*--------------------------------------------------
  設備・施設紹介
--------------------------------------------------*/
#facility {
	margin-bottom: 50px;
    clear: both;
    display: block;
    overflow: hidden;
}
#institution {
	margin-bottom: 50px;
}
#institution ul,
#facility ul{
	clear: both;
}
#institution ul.space,
#facility ul.space{
	padding-top: 20px;
}
#institution li,
#facility li{
	list-style: none;
	float: left;
	margin-right: 10px;
}
#institution li.pad,
#facility li.pad{
	margin-right: 0;
}
	
/*--------------------------------------------------
  サンクスページ
--------------------------------------------------*/
#thanks {
	padding: 80px 30px 30px;
	width: 500px;
	margin: auto;
}
#thanks h3 {
	font-size: 23px;
	margin-bottom: 20px;
}
#thanks_bottom {
	margin: 0 auto 30px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	width: 500px;
}
#thanks_bottom:hover{
	cursor : pointer;
	text-decoration: underline;
}
#thanks_bottom a{
	color : #000;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
/*--------------------------------------------------
  サンクスページ
--------------------------------------------------*/
#top_contents  {
	margin-top: 60px;
	margin-bottom: 0px;
}
#business .fm {
	font-size: 100%;
}
}
