@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #231815;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	text-align: center;
	overflow-wrap : break-word;
	
}


a {color: #231815;
	text-decoration:none;
	}
a:hover {
	color: #231815;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}

#container{
	width:100%;
	margin: 0  ;
	text-align: center;
	
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	position:fixed;
	top: 0;
	background-color: #fff;
	z-index: 200;
	
}
#header_in{
	width:1115px;
	margin: 0 auto ;
	padding:20px 0 2px 0;
	
}
#head_logo {
	width:250px;
	float:left;
	}
#head_tel {
	width:197px;
	position:absolute;
	top:40px;
	right:0;
	}
h1{
	height: 16px;
	margin: 0  0 10px 0;
	font-size: 12px;
	line-height:16px;
	text-align: left;
	float:left;
}




.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/
.navi2{
	margin: 0  ;
	float:left;
	
}
	.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 830px;
  margin: 5px auto 30px;
  padding: 0;
border-left:1px solid #333333;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu > li{
  position: relative;
  width: 165px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
	font-weight:bold;
border-right:1px solid #333333;
}
.dropmenu li img {
		width: 100%;
		height: auto;
	}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;

  z-index: 9999;
  top: 100%;
  left: -10%;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 120%;
	background-color: #fff;
}
.dropmenu li > ul > li a{
  padding: 10px 0;
	
  	border-bottom: 1px solid #7c8c0e;
  	text-align: center;
	color:#4d4d4d;
}
.dropmenu li:hover > a{
	color:#39b54a;
 
}
.dropmenu li a:hover{
  
}
 li ul{
  display: none;
}
 li:hover ul{
  display: block;
}
.navi{
	margin: 0  ;
	float:left;
	display:block;
	border-left:1px solid #333333;
}
.navi:before, .navi:after{
	content: "";
	display: table;
}
.navi:after{
  clear: both;
}
.navi li{
	width:166px;
  	position: relative;
  	float: left;
  	margin: 0;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
  	padding: 5px  0;
  	text-align: center;
  	color:#39b54a;
	border-right:1px solid #333333;
}
.navi li img {
	width: 100%;
	height: auto;
}
.navi li a{
	display: block;
	margin: 0;
	padding: 0 ;
	color:#000089;
	text-decoration: none;
}

.navi li ul{
	width:240px;
	background-color:#fff;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: 0px;
	margin: 0;
	padding: 0;
	display: none;
}
.navi li:hover ul{
  	display: block;
}
.navi li > ul > li{
	margin:0;
	padding: 0;
	width: 240px;
	border-right:none;
}
.navi li > ul > li a{
  	padding: 10px 0;
  	border-bottom: 1px solid #7c8c0e;
  	text-align: center;
	color:#4d4d4d;
}

.navi li a:hover{
  	color:#39b54a;
}
.navi li span {
	font-size:14px;
	color:#4d4d4d;
	font-weight:normal;
}
.navi li p {color:#000089;
line-height:20px;}
/*.navi ul li ul li p{
	font-weight:normal;
	text-align:left;
	padding-left:15px;
}*/

/*	フッター
----------------------------------------------------------------------------*/
.bottom_contact {
	width:1000px;
	margin:50px auto 20px auto;
	}
.bottom_contact .logo {
	width:187px;
	float:left;
	margin:0px 20px 0 0;
	}
.bottom_contact .add {
	width:460px;
	float:left;
	margin:0 0 0 0;
	font-size:20px;
	line-height:26px;
	text-align:left;
	}
.bottom_contact .tel {
	width:331px;
	float:right;
	margin:0 0 0 0;
	}
.bottom_contact .bt {
	margin:50px auto 0 auto;}
#footer{
	width:100%;
	border-top:1px solid #333;
	margin-top:90px;
	}

#footer_copy{
	height:66px;
	font-size:14px;
	line-height:66px;
	padding: 0;
	text-align:center;
	color:#333;
	}
.page_top {
	width: 80px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 160px;
	z-index:100;
}


/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/*	共通
----------------------------------------------------------------------------*/
.head_img {
	height:100px;
	padding-top:68px;
	font-size:30px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#fff;
	margin-bottom:60px;
	}
.recruit .head_img {
	height:100px;
	padding-top:68px;
	font-size:30px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#fff;
	margin-bottom:415px;
	}
.head_img span {
	font-size:20px;
	font-weight:normal;
	}
#contents{
	width:1250px;
	margin:  0 auto;
	padding: 105px 0 0 0;
}
#contents a:hover{
	opacity:0.8;
	text-decoration:none;
}
.page_title {
	width:1050px;
	margin:0 auto 30px auto;
	border-bottom:1px solid #000089;
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:0.05em;
	padding:10px 0 40px 0;
	color:#000089;
	}
.title {
	width:980px;
	margin:0 auto 30px auto;
	border-bottom:1px solid #000089;
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	padding:34px 0 30px 70px;
	color:#000089;
	}
.cont {
	width:1050px;
	margin:0 auto 50px auto;
	}
.cont_img {
	width:526px;
	float:right;
	}
.text {
	width:500px;
	font-size:18px;
	line-height:31px;
	text-align:left;
	float:left;
	color:#231815;
	}
.text01 {
	font-size:18px;
	line-height:31px;
	text-align:left;
	color:#231815;
	}
.text02 {
	width:510px;
	font-size:18px;
	line-height:31px;
	text-align:left;
	float:left;
	color:#231815;
	}
.text span {
	font-weight:bold;
	}
.space01{
	margin:0 20px;
}
	
	
/*　TOP
----------------------------------------------------------*/
.top_head_img {
	background-image:url(../img/top/head_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	padding:412px 0 238px 0;
	height:50px;
	line-height:28px;
	font-size:20px;
	text-align:center;
	}
.top_recycl {
	height:1200px;
	background-image:url(../img/top/recycl_back.jpg) , url(../img/top/recycl_back_u.png);
	background-repeat:no-repeat , no-repeat;
	background-position:top center , bottom center;
	overflow:hidden;
	}
.top_metal {
	height:826px;
	background-image:url(../img/top/metal_back.jpg) , url(../img/top/metal_back_u.png);
	background-repeat:no-repeat , no-repeat;
	background-position:top center , bottom center;
	overflow:hidden;
	}
.top_gene {
	height:821px;
	background-image:url(../img/top/gene_back.jpg) , url(../img/top/gene_back_u.jpg);
	background-repeat:no-repeat , no-repeat;
	background-position:top center , bottom center;
	overflow:hidden;
	}
.top_gene_solar {
	height:821px;
	background-image:url(../img/top/gene_solar_back.jpg) , url(../img/top/gene_solar_back_u.jpg);
	background-repeat:no-repeat , no-repeat;
	background-position:top center , bottom center;
	overflow:hidden;
	}
.top_gene_wind {
	height:821px;
	background-image:url(../img/top/gene_wind_back.jpg) , url(../img/top/gene_wind_back_u.jpg);
	background-repeat:no-repeat , no-repeat;
	background-position:top center , bottom center;
	overflow:hidden;
	}	
	
.top_hydro {
	height:858px;
	background-image:url(../img/top/hydro_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	}
.top_recycl_box01{
	width:1050px;
	margin:85px auto 50px;
	}
.top_metal_box01{
	width:1050px;
	margin:85px auto 65px;
	}
.top_recycl_box02_l , .top_metal_box02_l{
	width:497px;
	border:1px solid #cccccc;
	float:left;
	}	
.top_recycl_box02_r, .top_metal_box02_r{
	width:497px;
	border:1px solid #cccccc;
	float:right;
	}
.top_recycl_box03{
	width:1050px;
	height:268px;
	background-image:url(../img/top/recycl_img03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	margin:0 auto 80px;
	}
.top_recycl_txt01 , .top_metal_txt01{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:18px 0 15px;
	}	
.top_recycl_txt02{
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	padding:80px 0 0 55px;
	}
.top_recycl_txt03{
	color:#000089;
	font-size:27px;
	font-weight:bold;
	text-align:left;
	margin:25px 0 0 55px;
	}	
.top_recycl_txt03 p{
	font-size:24px;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px 0 0 0;
	}	
.top_hydro img{
	text-align:center;
	margin-top:30px;
}
.top_title {
	height:105px;
	line-height:160px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#fff;
	}
.top_title-e {
	height:63px;
	text-align:center;
	font-size:20px;
	color:#fff;
	}
.top_comm_recycl , .top_comm_metal{
	font-size:20px;
	line-height:35px;
	text-align:left;
	margin:35px 0 0 485px;
	}
.top_comm_gene{
	font-size:20px;
	line-height:35px;
	text-align:left;
	margin:35px 0 410px 485px;
	}
.top_comm_gene_win{
	font-size:20px;
	line-height:35px;
	text-align:left;
	margin:35px 0 410px 425px;
	}	
	
.top_title_hydro {
	width:700px;
	height:80px;
	line-height:120px;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#4d4d4d;
	float:left;
	}
.top_title-e_hydro {
	width:700px;
	height:55px;
	font-size:20px;
	color:#4d4d4d;
	float:left;
	}
.top_comm_hydro {
	width:1050px;
	font-size:20px;
	line-height:35px;
	text-align:left;
	margin:50px auto 0 auto;
	}
.top_comm_hydro p {
	float:left;
	line-height:30px;
	}
.top_comm_hydro img {
	float:left;
	margin:30px 30px 0 30px;
	}
.top_bt {
	width: 847px;
	margin: 0 auto;
	}
dl.accordion {  
	width:100%; 
	margin:0 auto ; 
	padding: 0; }
dl.accordion dt {
      width:100%; 
	margin:0 auto; 
	padding: 0; 
	font-size:24px; 
	line-height: 1em; 
	color: #fff; 
	font-weight:bold; 
	background-color: #F7931E;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../css/PIE.htc);
	cursor:pointer;}
dl.accordion dt.open {
      -webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0 ;
	border-radius: 10px 10px 0 0 ;
	behavior: url(../css/PIE.htc);}

dl.accordion dd {
	background:#FFF;  
	font-size:22px; 
	line-height: 1em; 
	padding:23px 0;  
	display:none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(../css/PIE.htc);}
dl.accordion dd a {text-decoration: underline;}

.top_recruit {
	height:370px;
	background-image:url(../img/top/recruit_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	padding:405px 0 85px 0;
	}
.top_recruit_comm {
	width:1050px;
	margin: 0 auto;
	font-size:20px;
	line-height:35px;
	text-align:left;
	}
.top_recruit_bt {
	width:1150px;
	margin:105px auto 0 auto;
	}
.top_recruit_bt .left {
	width:562px;
	float:left;
	}
.top_recruit_bt .right {
	width:562px;
	float:right;
	}
.top_recruit_bt .center {
	text-align: center;
}

.top_news {
	background-image:url(../img/top/news_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	padding:50px 0 130px 0;
	}
.top_news_title {
	width:1150px;
	margin:0 auto ;
	border-bottom:1px solid #b2b2b2;
	font-size:30px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:0.05em;
	padding:36px 0;
	text-align:center;
	color:#333;
	}
.top_news_cont {
	width:1150px;
	height:370px;
	overflow:hidden;
	font-size:18px;
	text-align:left;
	margin:0 auto 36px auto;
	overflow:hidden;
	}
/*.top_news_cont li {
	border-bottom:1px solid #b2b2b2;
	list-style:none;
	background-image:url(../img/top/news_icon.png);
	background-repeat:no-repeat;
	background-position: 1050px center;
	padding:20px 50px;
	}*/

.top_map {
	width:1150px;
	height:400px;
	margin:0 auto 20px auto;
	}
.top_map_title {
	width:1100px;
	margin:70px auto 0 auto;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	text-align:left;
	padding-left:30px;
	background-image:url(../img/top/access_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.top_seo {
	width:1100px;
	font-size:15px;
	line-height:29px;
	text-align:left;
	margin:0 auto 60px auto ;
	color:#333;
	}
	
/*　タイヤ事業[収集運搬]
----------------------------------------------------------*/
.gather .head_img {
	background-image:url(../img/gather/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.gather .title {
	background-image:url(../img/gather/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.gather_box01{
	margin:30px 0;
}
.gather_box01 img{
	float:left;
}
.gather_box02{
	width:520px;
	float:right;
	color:#000089;
	font-size:24px;
	font-weight:bold;
	margin-left:23px;
}
.gather_box02 p{
	width:520px;
	text-align:left;
}
.gather_box02 p span{
	float:right;
}
.gather_box02 table{
	width:520px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	margin:10px 0 0;
}
.gather_box02 table th , .gather_box02 table td{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#231815;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:7px;
}

.gather_box02 table th{
	background-color:#f7931e;	
}
.gather_box02 table th.gather_txt01 , .gather_box02 table td.gather_txt01{
	text-align:left;
	padding:7px 0 7px 25px;
}
.gather_manife_l {
	width:250px;
	background-image:url(../img/gather/manifesto_back.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding:18px 0 17px 0;
	margin:0 16px 0 0;
	float:left;
	color:#231815;
	}
.gather_manife_r {
	width:250px;
	background-image:url(../img/gather/manifesto_back.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	line-height:19px;
	font-weight:bold;
	padding:32px 0 32px 0 ;
	margin:0 0 0 0;
	float:left;
	color:#231815;
	}
.gather_handle_title {
	width:1050px;
	margin:0 auto 30px auto ;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#000089;
	text-align:left;
	}
.gather_handle {
	width:472px;
	margin:0 20px;
	padding:5px;
	border:1px solid #f15a24;
	float:left;
	}
.gather_handle name. {
	width:426px;
	margin:0 auto;
	padding:10px 0 6px 0;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	color:#231815;
	border-bottom:1px solid #f15a24;
	}
.gather_handle p {
	width:360px;
	height:70px;
	margin:10px auto 0 auto;
	font-size:18px;
	line-height:27px;
	text-align:left;
	color:#231815;
	}
.gather_handle_table1 table {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #333;
}

.gather_handle_table1 th {
	width: 350px;
	padding: 8px 15px;
	background-color: #FFECD6;
	font-size:18px;
	font-weight: bold;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.gather_handle_table1 td {
	padding: 8px 15px;
	font-size:18px;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.gather_handle_table2 table {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #333;
}

.gather_handle_table2 th {
	width: 350px;
	padding: 8px 15px;
	background-color: #D6F5FF;
	font-size:18px;
	font-weight: bold;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.gather_handle_table2 td {
	padding: 8px 15px;
	font-size:18px;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.gather_possible_green {
	width: 1030px;
	margin: 30px auto;
	background-color: #EFFFD9;
	border: 1px solid #1A9B71;	
}
.gather_possible_green_img {
	width: 245px;
	margin: 10px 0 0 10px;
	float: left;
	text-align: center;
	font-size: 21px;
}

.gather_possible_blue01 {
	width: 980px;
	margin: 30px auto;
	padding: 20px 0 30px 50px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../css/PIE.htc);
	background-color: #E0F6FF;
	border: 1px solid #000089;	
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000089;	
}
.gather_possible_blue01 img {
	width: 245px;
	margin: 20px 30px 0 30px;
	float: left;
}

.gather_possible_green_img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.gather_possible_green_tbl table {
	width: 956px;
	margin: 40px auto 10px auto;
}
.gather_possible_green_tbl th {
	width: 190px;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	padding: 20px 0;
	border-top: 1px solid #1A9B71;
}
.gather_possible_green_tbl td {
	font-size: 19px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	border-top: 1px solid #1A9B71;
	border-bottom: none;
}
.gather_possible_blue {
	width: 1030px;
	margin: 30px auto;
	padding: 20px 0 30px 0;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../css/PIE.htc);
	background-color: #E0F6FF;
	border: 1px solid #000089;	
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000089;	
}
.gather_possible_blue img {
	width: 245px;
	margin: 20px 0 0 10px;
	float: left;
}
.gather_box03 {
	background-image: url(../img/generat/generat_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
.gather_box03 .text_l {
	width: 500px;
	float: left;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	margin: 0 50px 20px 0;
}
.gather_box03 .text_r {
	width: 500px;
	float: left;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	margin: 0 0 20px 0;
}

.gather_box03 .title_1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 80px 0;	
}
.gather_box03  .title_2 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;	
}
.gather_box03 .table3 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	text-align: center;
	
}

.gather_box03 .table3 .top_l {
	border-bottom: 1px solid #333;
	border-right: 1px dotted #333;
	text-align: center;
	background-color: #00b5d9;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
}
.gather_box03 .table3 .top_r {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
	background-color: #00b5d9;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
	
}
.gather_box03 .table3 .wt_l {
	border-bottom: 1px solid #333;
	border-right: 1px dotted #333;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	padding: 5px 0;
}
.gather_box03 .table3 .wt_r {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	padding: 5px 0;
	
}
.gather_box03 .table3 .bl_l {
	border-bottom: 1px solid #333;
	border-right: 1px dotted #333;
	background-color: #c9f6ff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	padding: 5px 0;
}
.gather_box03 .table3 .bl_r {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #c9f6ff;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	padding: 5px 0;
	
}
/*　タイヤ事業[リサイクル]
----------------------------------------------------------*/
.recycling .head_img {
	background-image:url(../img/recycle/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.recycling .title {
	background-image:url(../img/recycle/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
ul.recycl_box01 li{
	width:253px;
	height:192px;
	background-color:#f7931e;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:20px 12px 0 0;
	padding-bottom:5px;
}
ul.recycl_box01 li.space00{
	margin-right:0;
}
	
	/*　タイヤ事業[工場のご案内]
----------------------------------------------------------*/
.factory .head_img {
	background-image:url(../img/factory/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.factory .title {
	background-image:url(../img/factory/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
ul.factory_box01{
	margin:30px 0;
}
ul.factory_box01 li{
	width:336px;
	color:#231815;
	font-size:20px;
	font-weight:bold;
	float:left;
}
ul.factory_box01 li img{
	margin:5px 0;
}

.factory_box02{
	width:508px;
	font-size:20px;
	font-weight:bold;
	float:right;
	margin:60px 0 0;
}
.factory_box03{
	width:216px;
	float:right;
	margin:0 60px 0 0;
}
.factory_txt01{
	width:800px;
	font-size:18px;
	line-height:31px;
	text-align:left;
	margin:-25px 0 0 110px;
}
.factory table{
	float:left;
}
.factory table th , .factory table td{
	border-bottom:none;
	font-size:18px;
}
.factory table th{
	color:#f15a24;
	text-align:center;
	padding:5px 0;
}
.factory table td{
	text-align:left;
	padding:5px 40px 5px 0;	
}
.factory_bg01{
	width:1050px;
	height:420px;
	background-image:url(../img/factory/factory_bg01.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin:0 auto;
}



	/*　鉄・非鉄事業
----------------------------------------------------------*/
.metal .head_img {
	background-image:url(../img/metal/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.metal .title {
	background-image:url(../img/metal/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
ul.metal_box01{
	margin:10px 0;
}
ul.metal_box01 li{
	width:336px;
	color:#231815;
	font-size:20px;
	font-weight:bold;
	float:left;
}
ul.metal_box01 li img{
	margin:25px 0 5px;
}
.metal_box02{
	margin:50px 0;
}
.metal_txt01{
	width:1050px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}




	
	
/*　水耕栽培事業
----------------------------------------------------------*/
.main_img{
	height:617px;
	background-image:url(../img/hydroponics/main_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.hydroponics .head_img {
	height:70px;
	background-color:#7cc61a;
	padding-top:40px;
	font-size:30px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#fff;
	margin-bottom:60px;
	}
.hydroponics .head_img p {
	height:50px;
	background-color:#9ce63a;
	font-size:20px;
	font-weight:normal;
	}	
.hydroponics .title {
	background-image:url(../img/hydroponics/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.hydro_list {
	width:480px;
	padding:10px 12px 12px 15px;
	border:1px solid #000089;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	behavior: url(../css/PIE.htc);
	text-align:left;
	font-size:18px;
	line-height:31px;
	margin-top:20px;
	}
.hydro_list p {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	}
.hydro_bg01{
	background:rgba(156,230,58,0.2);
	color:#231815;
	font-size:18px; 
	text-align:center;
	position:relative;
	padding:140px 0 0;
	}
.hydro_bg02{
	background:rgba(156,230,58,0.2);
	text-align:center;
	margin:30px 0 0;
	padding:50px 0 70px;
	}	
.hydro_box01{
	position:absolute;
	top:40px;
	left:100px;
}
ul.hydro_box02{
	margin:20px 0;
}
ul.hydro_box02 li{
	width:336px;
	font-size:20px;
	font-weight:bold;
	float:left;
}
.hydroponics #contents ul.hydro_box02 li img{
	margin:5px 0;
}
.space02{
	margin:0 20px;
}
table.hydro_cust{
	width:100%;	
}
table.hydro_cust td{
	border-bottom:none;
	font-size:18px;
	text-align:left;
	padding:5px 50px 5px 0;
}
table.hydro_comp{
	width:100%;	
}
table.hydro_comp th , td{
	border-bottom:1px solid #333333;
	font-size:18px;
	text-align:left;
	padding:15px 0 15px 30px;
}
table.hydro_comp th{
	width:150px;
	font-weight:bold;
	vertical-align:top;
}

.hydroponics #footer{
	background:rgba(156,230,58,0.2);
	border-top:none;
	color:#231815;
	font-size:18px; 
	text-align:center;
	padding:10px 0 0;
	margin-top: 0 ;
}
.hydroponics #footer table{
	width:850px;
	test-align:left;
	margin:0 auto 30px;
}
.hydroponics #footer table th{
	border-bottom:1px solid #333333;
	padding:0;
}
.hydroponics #footer table td{
	border-bottom:none;
	padding:10px 0 0;
}
.hydroponics #footer a:hover{
	opacity:0.8;
}
.hydroponics #contents img{
	margin:0 0 30px;
}

#slide {
    width:747px;
    height:527px;
    margin:0 auto;
}

.hydro_handle_comm {
	width: 700px;
	margin: 40px auto;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
}
.hydro_handle_img {
	width: 1050px;
	margin: auto;
}

.hydro_handle_img_l {
	width: 332px;
	float: left;
	margin: 0 27px 30px 0;
	font-size: 18px;
	line-height: 2px;
	text-align: center;
}
.hydro_handle_img_l img {
	width: 100%;
	height: auto;
	margin: 0 0 -10px 0;
}
.hydro_handle_img_r {
	width: 332px;
	float: left;
	margin: 0 0 30px 0;
	font-size: 18px;
	line-height: 2px;
	text-align: center;
}
.hydro_handle_img_r img {
	width: 100%;
	height: auto;
	margin: 0 0 -10px 0;
}
	
/*　発電事業
----------------------------------------------------------*/
.generation .head_img {
	background-image:url(../img/generat/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.generation .title {
	background-image:url(../img/generat/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.gene_list {
	width:524px;
	color:#231815;
	float:left;
	font-size:19px;
	line-height:45px;
	font-weight:bold;
	text-align:left;
	}
.gene_box {
	width:1020px;
	padding:24px 15px;
	border:1px solid #00b5d9;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../css/PIE.htc);
	margin-top:20px;
	}
.gene_box_in {
	width:470px;
	margin:0 20px 0 20px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	float:left;
	}
.gene_box_in img { margin:5px auto 10px auto;}
.gene_box_in span {font-size:30px;}
.gene_box_in .name {
	width:470px;
	height:42px;
	line-height:42px;
	padding:0;
	background-color: #00b5d9;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	margin-bottom:20px;
	}
.gene_box_comm {
	width:900px;
	margin:20px auto 0 auto;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	}
.generat_box01{
	text-align:center;
	margin:30px 0 0;
	position:relative;
}
.generat_box02_l{
	width: 507px;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
.generat_box02_l table {
	width: 490px;
	margin: 30px auto;
	border-top: 1px solid #333;
}
.generat_box02_l table th {
	width: 60px;
	padding: 8px 15px;
	background-color: #B4E9F3;
	font-size:18px;
	font-weight: bold;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.generat_box02_l table td {
	padding: 8px 15px;
	font-size:18px;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.generat_box02_r{
	width: 507px;
	float:right;
}
.generat_box02_l p , .generat_box02_r p{
	color:#231815;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 0;
}
.generat_sign{
	position:absolute;
	top:440px;
	left:460px;
}


/*　風力発電事業
----------------------------------------------------------*/
.generation_wind .head_img {
	background-image:url(../img/generat/head_wind.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.generation .title {
	background-image:url(../img/generat/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.gene_list {
	width:524px;
	color:#231815;
	float:left;
	font-size:19px;
	line-height:45px;
	font-weight:bold;
	text-align:left;
	}
.gene_box {
	width:1020px;
	padding:24px 15px;
	border:1px solid #00b5d9;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../css/PIE.htc);
	margin-top:20px;
	}
.gene_box_in {
	width:470px;
	margin:0 20px 0 20px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	float:left;
	}
.gene_box_in img { margin:5px auto 10px auto;}
.gene_box_in span {font-size:30px;}
.gene_box_in .name {
	width:470px;
	height:42px;
	line-height:42px;
	padding:0;
	background-color: #00b5d9;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	margin-bottom:20px;
	}
.gene_box_comm {
	width:900px;
	margin:20px auto 0 auto;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	}
.generat_box01{
	text-align:center;
	margin:30px 0 0;
	position:relative;
}
.generat_box02_l{
	width: 507px;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
.generat_box02_l table {
	width: 490px;
	margin: 30px auto;
	border-top: 1px solid #333;
}
.generat_box02_l table th {
	width: 60px;
	padding: 8px 15px;
	background-color: #B4E9F3;
	font-size:18px;
	font-weight: bold;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.generat_box02_l table td {
	padding: 8px 15px;
	font-size:18px;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.generat_box02_r{
	width: 507px;
	float:right;
}
.generat_box02_l p , .generat_box02_r p{
	color:#231815;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 0;
}
.generat_sign{
	position:absolute;
	top:440px;
	left:460px;
}


/*　太陽光発電事業
----------------------------------------------------------*/
.generation_solar .head_img {
	background-image:url(../img/generat/head_solar.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.generation_solar .title {
	background-image:url(../img/generat/title_solar.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.gene_list {
	width:524px;
	color:#231815;
	float:left;
	font-size:19px;
	line-height:45px;
	font-weight:bold;
	text-align:left;
	}
.gene_box {
	width:1020px;
	padding:24px 15px;
	border:1px solid #edd500;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../css/PIE.htc);
	margin-top:20px;
	}
.gene_box_in {
	width:470px;
	margin:0 20px 0 20px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	float:left;
	}
.gene_box_in img { margin:5px auto 10px auto;}
.gene_box_in span {font-size:30px;}
.gene_box_in .name {
	width:470px;
	height:42px;
	line-height:42px;
	padding:0;
	background-color: #edd500;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../css/PIE.htc);
	color:#fff;
	margin-bottom:20px;
	}
.gene_box_comm {
	width:900px;
	margin:20px auto 0 auto;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	}
.generat_box01{
	text-align:center;
	margin:30px 0 0;
	position:relative;
}
.generat_box02_l{
	width: 507px;
	float:left;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
.generat_box02_l table {
	width: 490px;
	margin: 30px auto;
	border-top: 1px solid #333;
}
.generat_box02_l table th {
	width: 60px;
	padding: 8px 15px;
	background-color: #B4E9F3;
	font-size:18px;
	font-weight: bold;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.generat_box02_l table td {
	padding: 8px 15px;
	font-size:18px;
	line-height:27px;
	text-align:left;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.generat_box02_r{
	width: 507px;
	float:right;
}
.generat_box02_l p , .generat_box02_r p{
	color:#231815;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 0;
}
.generat_sign{
	position:absolute;
	top:440px;
	left:460px;
}





/*　会社案内
----------------------------------------------------------*/
.company .head_img {
	background-image:url(../img/company/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}

.comp_title {
	width:1050px;
	margin:20px auto 50px auto;
	border-bottom:1px solid #000089;
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	letter-spacing:0.05em;
	padding:10px 0 20px 0;
	color:#000089;
	}
.comp_title span {
	font-size:18px;
	font-weight:normal;
	color:#333;
	}
.comp_greet {
	width:1050px;
	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:1050px;
	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_history {
	width:1050px;
	margin:60px auto 180px auto;
	border-top:1px solid #333;
	}
.comp_history th {
	width:80px;
	padding: 15px 0 15px 30px;
	font-size:18px;
	line-height:32px;
	text-align:left;
	border-bottom:1px solid #333;
	vertical-align:top;
	}
.comp_history td {
	padding: 15px 12px 15px 0;
	text-align:left;
	font-size:18px;
	line-height:32px;
	border-bottom:1px solid #333;
	}
.comp_access {
	width: 1050px;
	margin: 20px auto;
	border: 1px solid #B2B2B2;
}
.comp_access_img {
	width: 390px;
	float: left;
	font-size:18px;
	line-height:28px;
	text-align: left;
	margin: 17px  0 0 17px;
}
.comp_access_img p {
	font-size:20px;
	font-weight: bold;
}
.comp_access_img img {
	margin: 10px 0 20px 0;
}
.comp_access_map {
	width: 606px;
	height: 330px;
	float: right;
	margin: 38px 17px 20px 0;
	position: relative;
}
.comp_access_map_bt {
	width: 200px;
	position: absolute;
	top:0;
	left:0;
}

.comp_access_comm {
	background-color: #E6E6F3;
	padding: 20px;
	font-size:18px;
	line-height:32px;
	text-align: left;
	clear: both;
}
.comp_access_comm p {
	font-size:20px;
	font-weight: bold;	
}
.comp_orga_text {
	width: 507px;
	float: left;
	font-size:18px;
	line-height:32px;
	text-align: left;
	margin: 0 0 0 0;
}
.comp_orga_img {
	width: 507px;
	float: right;
	margin: 0 0 0 0;
}
/*　求人情報
----------------------------------------------------------*/
.recruit .head_img {
	background-image:url(../img/recruit/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.recruit #contents{
	background-image:url(../img/recruit/recruit_bg01.png);
	background-repeat:no-repeat;
	background-position:center 268px;
}
.recruit .title {
	background-image:url(../img/recruit/title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.recruit_comm {
	background-image:url(../img/recruit/comm_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	text-align:center;
	padding:100px 0 730px 0;
	margin:auto;
	}
.recruit_comm1 {
	font-size:35px;
	line-height:60px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.recruit_comm2 {
	font-size:50px;
	line-height:86px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.recruit_bt_l {
	width:506px;
	margin:0 38px 0 0;
	float:left;
	}
.recruit_bt_r {
	width:506px;
	margin:0 0 0 0;
	float:left;
	}
.voice_box {
	width:1050px;
	margin:30px auto 60px auto;
	padding:50px 0 0 0;
	}
.voice_text_title {
	font-size:24px;
	line-height:42px;
	font-weight:bold;
	text-align:left;
	}
.voice_text_name {
	font-size:24px;
	line-height:42px;
	text-align:left;
	}
.voice_1_text {
	width:380px;
	float:left;
	font-size:20px;
	line-height:35px;
	text-align:left;
	margin:25px 5px 0 0;
	}
.voice_1_img {
	width:661px;
	float:left;
	font-size:18px;
	line-height:26px;
	text-align:left;
	margin:0 0 0 0;
	}
.voice_2_text {
	width:520px;
	float:left;
	font-size:18px;
	line-height:26px;
	text-align:left;
	margin:0 0 0 0;
	}
.voice_2_img {
	width:505px;
	float:left;
	font-size:18px;
	line-height:26px;
	text-align:left;
	margin:0 25px 0 0;
	}

.recruit_ttl01{
	width:1050px;
	color:#4d4d4d;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	margin:50px auto 0;
}
.recruit table{
	width:1050px;
	margin:20px auto 30px;
	border-top:1px solid #333;
	}
.recruit table th , .recruit table td{
	color:#4d4d4d;
	font-size:18px;
	line-height:32px;
	text-align:left;
	border-bottom:1px solid #333;
	vertical-align:top;
}
.recruit table th{
	width:168px;
	padding: 10px 0 10px 0;
	}
.recruit table td{
	padding: 10px 0 10px 0;
	}
.recruit table td.noline , .recruit table th.noline{
	border-bottom:none;
}
.recruit_box01{
	border:1px solid #00b8ab;
	border-radius:10px;
	color:#00b8ab;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:50px auto;
	padding:50px 0;
}

.recruit_table  {
	width:1050px;
	margin:60px auto 0 auto;
	border-top:1px solid #333;
	}

.recruit_table th {
	width:170px;
	padding: 10px 0 10px 30px;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #333;
	vertical-align:top;
	}
.recruit_table td {
	padding: 10px 12px 10px 0;
	text-align:left;
	font-size:18px;
	line-height:32px;
	vertical-align:top;
	border-bottom:1px solid #333;
	}
/*　お問い合わせ
----------------------------------------------------------*/
.contact .head_img {
	background-image:url(../img/contact/head_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	}
.contact_title {
	width:1050px;
	margin:20px auto 50px auto;
	border-bottom:1px solid #000089;
	font-size:24px;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:0.05em;
	padding:10px 0 20px 0;
	color:#000089;
	}
.contact_title span {
	font-size:18px;
	font-weight:normal;
	color:#333;
	}
.contact_tel {
	width:434px;
	margin:50px auto 100px auto;
	}
.contact_red {
	color:#ec1c24;
	}
.contact_comm {
	font-size:18px;
	line-height:34px;
	text-align:center;
	margin:40px auto;
	}
.contact_table {
	width:100%;
	margin:0 auto 30px auto;
	border-top:1px solid #ccc;}
.contact_table th {
	width:210px;
	font-size:18px;
	line-height:24px;
	text-align:left;
	padding:20px 15px;
	background-color:#f1f1f1;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	}	
.contact_table td {
	padding:5px 5px;
	border-bottom:1px solid #ccc;
	}
 .submit_btn,  .submit_btn:hover {
	border: none;
	margin:30px auto;
    	width: 509px;
    	height: 71px;
	background: url(../img/contact/send.png) no-repeat;
	cursor:pointer;
	cursor:hand;}
 .submit_btn:hover{
	border: none;
	margin:30px auto;
    	width: 509px;
    	height: 71px;
	background: url(../img/contact/send-over.png) no-repeat;
	cursor:pointer;
	cursor:hand;}
.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_tarea{
	width:96%; 
	height:330px; 
	padding:5px ;
	margin:5px 2%;
	vertical-align:middle; 
	font-size:16px; 
	border:1px solid #b5b5b6;
	box-sizing:border-box;
	}

/* ーー新着情報ーーーーーーーーーーーーーーーーーー */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#333;
	font-size:18px;
	margin:0;
	padding:20px 50px;
	border-bottom:1px solid #b2b2b2;
	list-style:none;
	background-image:url(../img/top/news_icon.png);
	background-repeat:no-repeat;
	background-position: 1050px center;
	text-align:left;
}
ul#newsList li a{color:#333;text-decoration:none;}
ul#newsList li a:hover{color:#333;text-decoration:underline;}

.catName{
	display:inline-block;
	padding:3px 8px;
	background-color:#b3b3b3;
	font-size:16px;
	line-height:100%;
	margin:0 2px;
	color:#fff;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:1050px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	max-height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */
@media screen and ( max-width: 1250px) {	
#container{
	width:1250px;
	margin: 0  ;
	text-align: center;
}
}


.map{
	width:100%;
	position:relative;
}
.maplink{
	position:absolute;
	top:0;
	left:0;
}
.pt_20 {
	padding-top: 20px;
}
.pt_30 {
	padding-top: 30px;
}


