@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #474747;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	text-align: center;
	background-image:url(../img/common/body_back.png);
	overflow-wrap : break-word;
	
}


a {color: #474747;
	text-decoration:none;
	}
a:hover {
	color: #474747;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}

#container{
	width:100%;
	margin: 0  ;
	text-align: center;
	
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	background-color:#fff;
	margin: 0 auto ;
	padding:5px 0 0 0;
	border-bottom:3px solid #063C86;
	
}
#header_in {
	width:980px;
	margin:auto;
	text-align:left;
	}
#head_logo {
	width:397px;
	margin-bottom:10px;
	}
h1{
	width:980px;
	height: 16px;
	margin: 0 ;
	font-size: 12px;
	line-height:16px;
	text-align: left;
}




.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	width:980px;
	margin: 0  ;
	display:block;
	border-left:1px solid #063C86;
}
.navi:before, .navi:after{
	content: "";
	display: table;
}
.navi:after{
  clear: both;
}
.navi li{
	width:162px;
  	position: relative;
  	float: left;
  	margin: 0;
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
  	padding:  0;
  	text-align: center;
  	color:#063C86;
	border-right:1px solid #063C86;
}
.navi li span a{
	background-image:url(../img/common/navi_back.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	display: block;
	margin: 0;
	padding: 15px  0;
	color:#063C86;
	text-decoration: none;
	}

.navi li > a{
	display: block;
	margin: 0;
	padding: 15px  0;
	color:#063C86;
	text-decoration: none;
}
.navi li > a:hover{
	background-image:url(../img/common/navi_back.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	text-decoration: none;
}

.navi li ul{
	width:250px;
	border-top: 1px solid #063C86;
	background-color:#fff;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 51px;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
}
.navi li:hover ul{
  	display: block;
}
.navi li > ul > li{
	margin:0;
	padding: 0;
	width: 250px;
	border-right:none;
	border-bottom: 1px solid #063C86;
}
.navi li > ul > li a{
  	padding: 12px 0;
  	/*border-bottom: 1px solid #063C86;*/
  	text-align: center;
	line-height:1.5em;
	
}

.navi li :hover{
  	color:#063C86;
}

/*	フッター
----------------------------------------------------------------------------*/
#footer_logo {
	width:440px;
	float:left;
	font-size:19px;
	line-height:27px;
	margin-right:60px;
	text-align:left;
	}
#footer_logo p {
	margin:10px 0;
	}
#footer_logo span {
	font-size:14px;
	}
#footer_logo img {
	margin:5px 0 10px 0;}
.footer_link {
	width:210px;
	margin-right:30px;
	float:left;
	}
.footer_link p {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:2px solid #063C86;
	}
.footer_link li {
	font-size:15px;
	line-height:1em;
	text-align:left;
	padding:5px 0;
	}
.footer_link li > ul {
	padding-top:5px;
	}
.footer_link li > ul > li {
	font-size:12px;
	line-height:18px;
	padding:3px 0;
	}
.footer_link2 {
	width:210px;
	margin:0;
	float:left;
	}
.footer_link2 p {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:2px 0;
	margin-bottom:5px;
	border-bottom:2px solid #063C86;
	}
.footer_link2 li {
	font-size:15px;
	line-height:1em;
	text-align:left;
	padding:5px 0;
	}
.footer_link2 li > ul {
	padding-top:5px;
	}
.footer_link2 li > ul > li {
	font-size:12px;
	padding:3px 0;
	}
#footer {
	border-top:1px solid #474747;
	padding-top:20px;
	background-color:#F2F2F2;
	}
#footer_in {
	width:980px;
	margin: auto ;
	padding-bottom:20px;
	}
#footer_copy{
	background-color:#063C86;
	font-size:12px;
	line-height:1em;
	padding:20px 0;
	text-align:center;
	color:#fff;
	}
.page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 160px;
	z-index:100;
}


/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.right{text-align: right;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.int-10 {
	text-indent:1em;
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
.pb_after {
	page-break-after: always;
}
.pb_before {
	page-break-before: always;
}
/*	共通
----------------------------------------------------------------------------*/
#contents{
	width:980px;
	margin:  0 auto;
	background-color:#fff;
	padding:70px 100px 80px 100px;
}
.title {
	width:957px;
	margin:0 auto 30px auto;
	background-image:url(../img/common/title.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	font-size:20px;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	padding:10px 0 10px 23px;
	}

/*　TOP
----------------------------------------------------------*/
.top_text {
	width:960px;
	margin:0 auto 40px auto;
	line-height:36px;
	font-size:20px;
	text-align:left;
	}
.top_text  span {
	font-size:22px;
	font-weight:bold;
	color:#063C86;
	}

.top_link {
	width:980px;
	margin:0 auto ;
	}
.top_link1 {
	width:980px;
	margin:0 auto 45px auto;
	text-align:right;
	}
.top_link2 {
	width:450px;
	margin:0 80px 45px 0;
	float:left;
	}
.top_link3 {
	width:450px;
	margin:0 0 45px 0;
	float:left;
	}
.top_link4 {
	width:226px;
	margin:0 25px 45px 0;
	float:left;
	}
.top_link5 {
	width:226px;
	margin:0 0 45px 0;
	float:left;
	}

.top_news {
	width:550px;
	height:200px;
	overflow:hidden;
	margin:0 auto 40px auto;
	text-align:left;
	}
.top_news dt {
	width:25%;
	padding:1% 5% 1% 3%;
	float:left;
	}
.top_news dd {
	width:65%;
	padding:1% 2% 1% 0;
	float:left;
	}
.top_news_title {
	width:533px;
	background-image:url(../img/common/title.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	padding:8px 0 8px 17px;
	}

.top_seo {
	width:1100px;
	font-size:15px;
	line-height:29px;
	text-align:left;
	margin:0 auto 60px auto ;
	color:#333;
	}
	
/*　挨拶
----------------------------------------------------------*/
.greet_img {
	width:300px;
	float:right;
	margin:44px 20px 0 0;
	}
.greet_text {
	width:960px;
	font-size:20px;
	line-height:32px;
	text-align:left;
	margin-bottom:85px;
	}
.greet_text span {
	font-size:28px;
	line-height:49px;
	}
.greet_text img {
	width:231px;
	float:right;
	margin:30px 10px 50px 0;
	}
.greet_table table {
	border-top:1px solid #848484;
	width:810px;
	margin: 30px auto 60px auto;
	}
.greet_table th {
	border-right:1px solid #848484;
	border-bottom:1px solid #848484;
	border-left:1px solid #848484;
	width:160px;
	text-align:center;
	font-size:18px;
	line-height:1.5em;
	padding:9px 0;

	}
.greet_table td {
	border-right:1px solid #848484;
	border-bottom:1px solid #848484;
	text-align:left;
	font-size:18px;
	line-height:1.5em;
	padding:9px 20px 9px 20px;

	}

/*　アクセス
----------------------------------------------------------*/
.access_add {
	width:415px;
	float:left;
	text-align:left;
	font-size:20px;
	line-height:36px;
	margin:25px 0 25px 75px;
	}
.access_img {
	width:415px;
	float:left;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	margin:25px 75px 25px 0;
	}
.access_map {
	width:830px;
	height:300px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	margin:25px auto 100px auto;
	}
/*　会社案内
----------------------------------------------------------*/
.comp_link {
	width:652px;
	margin:0 auto 60px auto;
	}
.comp_link_in {
	width:300px;
	margin:30px 13px;
	text-align:center;
	font-size:12px;
	line-height:36px;
	float:left;
	}
.comp_link_01 {
	width:300px;
	margin:30px auto;
	text-align:center;
	font-size:12px;
	line-height:36px;
	padding-bottom: 60px;
	}

.comp_link img {
	width:100%;
	height:auto;
	border:1px solid #dedede;
	}
.comp_greet {
	width:980px;
	font-size:18px;
	line-height:28px;
	text-align:left;
	color:#333;
	}
.comp_greet_title {
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	padding:0 0 30px 0;
	}
.comp_greet_name {
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	padding:50px 0 30px 0;
	text-align:right;
	}
.comp_table  {
	width:980px;
	margin:60px auto 50px auto;
	border-top:1px solid #333;
	}

.comp_table th {
	width:150px;
	padding: 20px 0 20px 30px;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #333;
	vertical-align:top;
	}
.comp_table td {
	padding: 20px 12px 20px 0;
	text-align:left;
	font-size:18px;
	line-height:32px;
	vertical-align:top;
	border-bottom:1px solid #333;
	}
.comp_table .nob {border-bottom:none;
padding: 20px 12px 0 0;}

.comp_product {
	width:230px;
	margin:0 0 60px 80px;
	text-align:left;
	font-size:18px;
	line-height:32px;
	float:left;
	}
.comp_equip {
	width:370px;
	margin:0 0 60px 80px;
	float:left;
	}
.comp_equip th {
	text-align:left;
	font-size:18px;
	line-height:32px;
	}
.comp_equip td {
	width:4em;
	text-align:right;
	font-size:18px;
	line-height:32px;
	}
/*　製品案内
----------------------------------------------------------*/
.product_cont {
	width:980px;
	margin:auto;
	display:table;
	}
.product_navi {
	width:200px;
	float:left;
	display:table-cell;
	}
.product_navi li {
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	color:#063c86;
	padding:25px 0;
	text-align:left;
	list-style:none
	}
.product_right {
	width:750px;
	float:right;
	display:table-cell;
	} 
.product_box {
	width:750px;
	margin:0 0 0 0;
	}
.pro_title {
	font-size:20px;
	font-weight:bold;
	color:#063c86;
	text-align:left;
	margin:15px auto;
	}
.kuikku_title {
	font-size:18px;
	font-weight:bold;
	color:#063c86;
	text-align: center;
	margin:15px auto;
	line-height: 25px;
	}
.product_box .text {
	width:750px;
	font-size:16px;
	line-height:28px;
	text-align:left;
	margin-bottom:10px;
	}
.product_box .bt {
	width:217px;
	float:right;
	margin-top:250px;
	margin-right:20px;
	}
.product_box .main_img{
	width:484px;
	margin-bottom:40px;
	float:left;
	}
.product_box .main_img img {
	width:100%;
	height:auto;
	}
.product_box .thumb_img{
	width:224px;
	margin-bottom:22px;
	float:left;
	}
.product_box .thumb_img img {
	width:100%;
	height:auto;
	}
/*　ミルクトレール
----------------------------------------------------------*/
.milk_img_l {
	width:242px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:20px 127px 30px 0;
	}
.milk_img_l img {
	width:100%;
	height:auto;
	margin-bottom:15px;
	}
.milk_img_r {
	width:242px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:20px 0 30px 0;
	}
.milk_img_r img {
	width:100%;
	height:auto;
	margin-bottom:15px;
	}
.milk_video {
	width:307px;
	float:left;
	margin:20px 60px 50px 0;
	}
.milk_text {
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:20px auto;
	}
.milk_table {
	width:800px;
	margin:30px auto 60px auto;
	text-align:left;
	}
.milk_table table {
	border-top:3px solid #b0b0b1;
	border-left:3px solid #b0b0b1;
	}	
.milk_table th {
	font-size:25px;
	padding:10px 0;
	color:#fff;
	text-shadow:
	-1px -1px 0px #231815,
	1px -1px 0px #231815,
	1px 1px 0px #231815,
	-1px 1px 0px #231815;
	text-align:center;
	background-color:#c4c5c6;
	border-right:3px solid #b0b0b1;
	
	
}
.milk_table td {
	width:360px;
	font-size:16px;
	line-height:20px;
	padding:20px;
	text-align:left;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	vertical-align:top;
	}
.milk_table2 {
	width:840px;
	margin:30px auto 60px auto;
	text-align:left;
	}
.milk_table2 table {
	border-top:3px solid #b0b0b1;
	border-left:3px solid #b0b0b1;
	}
.milk_table2 th {
	font-size:16px;
	line-height:20px;
	padding:10px ;
	text-align:left;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.milk_table2 td {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.milk_table2 .dott {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px dotted #b0b0b1;
	}
.milk_table2 .fos {
	padding:5px 10px ;
	font-size:12px;
	text-align:left;
	color:#ec6d4e;
	}
.milk_table3 {
	width:960px;
	margin:0 auto 30px auto;
	}
.milk_table3 table {
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	}
.milk_table3 th {
	width:245px;
	font-size:14px;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	padding:15px;
	background-color:#f0f0f0;
	color:#000;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	
	}	
.milk_table3 td {
	width:712px;
	text-align:left;
	padding:5px 5px;
	font-size:12px;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	}
.milk_table3 .fos {
	padding: 5px 10px ;
	font-size:12px;
	text-align:left;
	color:#ec6d4e;
	}
.milk_table4 {
	width:500px;
	margin:30px auto 60px auto;
	padding-right:300px;
	}	
.milk_table4 th {
	font-size:16px;
	line-height:20px;
	padding:5px ;
	text-align:left;
	}
.milk_table4 td {
	font-size:16px;
	line-height:20px;
	padding:5px 0;
	text-align:left;
	}

.print_bt a {
	width:500px;
	margin:40px auto 40px auto;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#063c86;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:93% center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	}
.print_bt a:hover {
	background-color:#5277ab;
	text-decoration:none;
	}

.print_bt_lef a {
	float: left;
	width:500px;
	margin:40px auto 40px 90px;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#063c86;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:93% center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	}
.print_bt_lef a:hover {
	background-color:#5277ab;
	text-decoration:none;
	}


.print_bt_rig a {
	float: left;
	width:250px;
	margin:40px auto 40px 50px;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#063c86;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:93% center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	}
.print_bt_rig a:hover {
	background-color:#5277ab;
	text-decoration:none;
	}




.print_mail {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	color:#063c86;
	margin-bottom:80px;
	}	
.print_mail a{
	font-size:14px;
	text-align:center;
	color:#333;
	}
.print_mail_spi {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	color:#063c86;
	margin-bottom:30px;
	}	
.print_mail_spi a{
	font-size:14px;
	text-align:center;
	color:#333;
	}



.milk_result {
	width:440px;
	margin:25px 25px;
	float:left;
	}
.milk_result img {
	width:100%;
	height:auto;
	}
.milk_size_img {
	width:400px;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:20px 20px 30px 0;
	}
.milk_size_img img {
	width:100%;
	height:auto;
	}
.milk_size_text {
	width:380px;
	float:left;
	font-size:14px;
	line-height:20px;
	text-align:left;
	margin:20px 0;
	}
.prod_top_bt a {
	width:400px;
	margin:30px auto 40px auto;
	border: none;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#000;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	color:#fff;
	cursor:pointer;
	cursor:hand;
	}
.prod_top_bt a:hover {
	background-color:#717171;
	text-decoration:none;
	}

.prod_top_bt_lef a {
	float: left;
	width:400px;
	margin:30px 50px 40px 130px;
	border: none;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#000;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	color:#fff;
	cursor:pointer;
	cursor:hand;
	}
.prod_top_bt_lef a:hover {
	background-color:#717171;
	text-decoration:none;
	}

.print_bt_rig_bb a {
	float: left;
	width:250px;
	margin:30px auto 40px auto;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#063c86;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:93% center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	}
.print_bt_rig_bb a:hover {
	background-color:#5277ab;
	text-decoration:none;
	}



/*　パイルスパイラル
----------------------------------------------------------*/
.spiral_text {
	width:470px;
	margin:0 45px 30px 0;
	font-size:16px;
	line-height:20px;
	text-align:left;
	float:left;
	}
.spiral_img {
	width:465px;
	margin:0 0 30px 0;
	font-size:16px;
	line-height:20px;
	text-align:left;
	float:left;
	}
.spiral_text2 {
	width:390px;
	margin:0 14px 30px 20px;
	font-size:16px;
	line-height:20px;
	text-align:left;
	float:left;
	}
.spiral_img2 {
	width:556px;
	margin:0 0 30px 0;
	font-size:16px;
	line-height:20px;
	text-align:left;
	float:left;
	}
.spiral_img3l {
	width:420px;
	margin:0 20px 30px 50px;
	float:left;
	}
.spiral_img3r {
	width:420px;
	margin:0 50px 30px 20px;
	float:left;
	}
.spiral_img4 {
	width:650px ;
	margin:20px auto;
	}
.spiral_img4l {
	width:300px;
	margin:30px 50px 30px 0;
	float:left;
	}
.spiral_img4r {
	width:300px;
	margin:30px 0 30px 0;
	float:left;
	}
.spiral_table {
	width:420px;
	padding-right:460px;
	margin:10px auto 60px auto;
	text-align:left;
	}
.spiral_table table {
	width:100%;
	border-top:3px solid #b0b0b1;
	border-left:3px solid #b0b0b1;
	}
.spiral_table th {
	font-size:16px;
	line-height:20px;
	padding:10px ;
	text-align:left;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.spiral_table td {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.spiral_table2 {
	width:200px;
	padding-right:180px;
	margin:30px auto 60px auto;
	}
.spiral_table2 table {
	width:100%;
	border-top:3px solid #b0b0b1;
	border-left:3px solid #b0b0b1;
	}
.spiral_table2 th {
	font-size:16px;
	line-height:20px;
	padding:10px ;
	text-align:left;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.spiral_table2 td {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.print_bt2 a {
	width:500px;
	margin:40px 30px 80px 114px;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#063c86;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	}
.print_bt2 a:hover {
	background-color:#5277ab;
	text-decoration:none;
	}
.contatc_bt2 {
	width:217px;
	margin:40px 114px 80px 0;
	padding:5px 0;
	float:left;
	}

.sptl_img {
	text-align: center;
	margin: 0 auto 30px;
}
.sptl_text {
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:20px 40px;
	}
.sptl_text02 {
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin-bottom: 30px;
	margin-left: 20px;
	}


.sptl_table2 {
	width:840px;
	margin:30px auto 60px auto;
	text-align:left;
	}
.sptl_table2 table {
	border-top:3px solid #b0b0b1;
	border-left:3px solid #b0b0b1;
	}
.sptl_table2 th {
	font-size:16px;
	line-height:20px;
	padding:10px ;
	text-align:left;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	}
.sptl_table2 td {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px solid #b0b0b1;
	width: 14.2%;
	}
.sptl_table2 .dott {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	border-right:3px solid #b0b0b1;
	border-bottom:3px dotted #b0b0b1;
	}
.sptl_table2 .fos {
	padding:5px 10px ;
	font-size:12px;
	text-align:left;
	color:#ec6d4e;
	}
.sptl_textbox {
	width:840px;
	margin:30px auto 60px auto;
}
.sptl_boxl {
	float: left;
	margin-right: 40px;
	width: 470px;
	margin-bottom: 30px;
}
.sptl_boxl p {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
	
}
.sptl_boxr {
	float: left;
	width: 470px;
	margin-bottom: 30px;
}
.sptl_boxr p {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
}
.sptl_mb50 {
	margin-bottom: 50px;
}

/* 追加 */
.power_box {
	width: 960px;
	margin: 20px auto;
}
.power_inl {
	float: left;
	width: 480px;
	text-align: center;
	
}
.power_inl table {
  width: 100%;
  border-top: 3px solid #b0b0b1;
  border-left: 3px solid #b0b0b1;
}

.power_inl td {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  border-right: 3px solid #b0b0b1;
  border-bottom: 3px solid #b0b0b1;
}
.power_inl td:first-child {
	width: 60%;
}
.power_inl p {
	margin-bottom: 20px;
	font-size: 17px;
}
.power_inl img {
	margin-top: 25px;
}
.power_img {
  text-align: center;
  margin: 60px auto 30px;
}
.sepat_img {
  text-align: center;
  margin: 30px auto;
}

/*　パイルスタッド溶接工事
----------------------------------------------------------*/
.pile_img1 {
	width:668px;
	margin:0 0 60px 0;
	float:left;
	}
.pile_img1 img {
	width:312px;
	margin-right:22px;
	margin-top:30px;
	float:left;
	} 
.pile_img2 {
	width:312px;
	margin:0 0 30px 0;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	color:#063c86;
	float:left;
	}
.pile_img2 img {
	width:312px;
	margin-top:30px;
	}
.pile_img_title {
	padding-right:22px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#063c86;
	}
.pile_text3 {
	width:550px;
	margin:0 48px 30px 35px;
	text-align:left;
	float:left;
	}
.pile_img3 {
	width:312px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:30px;
	color:#063c86;
	float:left;
	} 
.pile_video {
	width:307px;
	float:left;
	margin:20px 60px 50px 0;
	}
.ten_tex{
	text-indent:-1em;
	padding-left:1em;
}
.ten_tex1{
	text-indent:-1.8em;
	padding-left:1.8em;
}
.no_tex {
	color: #FF0000;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 20px;
}
.kuikku_hosoku {
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 30px;
}



/*　杭頭筋溶接工事
----------------------------------------------------------*/
.stud_img_l {
	width:480px;
	margin:0 20px 20px 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	color:#063c86;
	float:left;
	}
.stud_img_l img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	} 
.stud_img_r {
	width:480px;
	margin:0 0 20px 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	color:#063c86;
	float:left;
	}
.stud_img_r img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	} 
.stud_foot_comm {
	width:980px;
	margin:20px auto;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	color:#063c86;
	}	
/*　雑金物
----------------------------------------------------------*/
.parts_list {
	width:260px;
	margin:0 0 60px 50px;
	text-align:left;
	font-size:18px;
	line-height:32px;
	float:left;
	}
.parts_img_l {
	width:220px;
	float:left;
	margin:0 33px 35px 0;
	font-size:16px;
	text-align:left;
	line-height:20px;
	color:#063c86;
	}
.parts_img_l img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	}
.parts_img_r {
	width:220px;
	float:left;
	margin:0 0 35px 0;
	font-size:16px;
	text-align:left;
	line-height:20px;
	color:#063c86;
	}
.parts_img_r img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	}
.parts_bt {
	width:217px;
	float:right;
	}
/*　その他工事
----------------------------------------------------------*/
.other_img_l {
	width:300px;
	float:left;
	margin:0 40px 40px 0;
	font-size:16px;
	text-align:left;
	line-height:20px;
	color:#063c86;
	}
.other_img_l img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	}
.other_img_r {
	width:300px;
	float:left;
	margin:0 0 40px 0;
	font-size:16px;
	text-align:left;
	line-height:20px;
	color:#063c86;
	}
.other_img_r img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	}
/*　お問い合わせ
----------------------------------------------------------*/


.contact_comm {
	width:960px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	margin:40px auto;
	}
.contact_table {
	width:960px;
	margin:0 auto 30px auto;
	border-top:1px solid #d4d4d4;}
.contact_table th {
	width:245px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:15px;
	background-color:#f0f0f0;
	color:#000;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	vertical-align:top;
	}	
.contact_table td {
	width:712px;
	text-align:left;
	padding:5px 5px;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	}
.submit_btn {
	width:400px;
	margin:30px auto 40px auto;
	border: none;
	text-align:center;
	font-size:18px;
	line-height:1em;
	background-color:#000;
	padding:20px 0;
	display:block;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	color:#fff;
	cursor:pointer;
	cursor:hand;
	}
.submit_btn:hover {
	background-color:#717171;
	text-decoration:none;
	}


.form_style {
	width:96%; 
	height:35px;
	padding:5px  ;
	margin:5px 2%  5px 2%;
	vertical-align:middle; 
	font-size:16px; 
	border:1px solid #b5b5b6;
	box-sizing:border-box;
	}
.form_style_s {
	width:45%; 
	height:35px;
	padding:5px  ;
	margin:5px 2%  5px 2%;
	vertical-align:middle; 
	font-size:16px; 
	border:1px solid #b5b5b6;
	box-sizing:border-box;
	}
.form_style_ss {
	width:70px; 
	height:25px;
	padding:2px  ;
	margin:0 2%  0 2%;
	vertical-align:middle; 
	font-size:16px; 
	border:1px solid #b5b5b6;
	box-sizing:border-box;
	}
.form_style_tarea{
	width:96%; 
	height:330px; 
	padding:5px ;
	margin:5px 2%;
	vertical-align:middle; 
	font-size:16px; 
	border:1px solid #b5b5b6;
	box-sizing:border-box;
	}
.contact_comm2 {
	width:960px;
	font-size:18px;
	line-height:28px;
	text-align:left;
	margin:40px auto;
	}
.contact_comm2 span {
	color:#e58d29;
	font-weight:bold;
	}
@media screen and ( max-width: 1280px) {	
#container{
	width:1280px;
	margin: 0  ;
	text-align: center;
}
}

#sepato {
	/*
	padding-top: 30px;
	*/
}



