@charset "utf-8";
#coin-slider {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#main_photo_waku {
	height: 450px;
}
#main_photo {
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 1000px;
}

#main_text {
	padding:10px;
	border: 1px dashed #999;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	width:580px;
	margin-left:10px;
}
#content_left {
	float: left;
	width: 670px;
	margin-left: 50px;
	margin-top: 15px;
}
#content_right {
	width: 230px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}
h2 {
	padding-top:30px;
	width: 621px;
	margin-right: auto;
	margin-left: auto;
}
#news_title {

}

#water_haikei {
	background-image: url(../img/index/water01.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
	padding-top: 110px;
	margin-top: 50px;
	background-position: center;
}
#career_waku01 {
	width: 682px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.career_banner01 {
	float: left;
	width: 311px;
	margin-left: 30px;
}

#main_navi_waku {
	width: 983px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}
#saftey {
	float: left;
	height: 301px;
	width: 311px;
}
#environmental {
	float: left;
	height: 301px;
	width: 311px;
	padding-right: 25px;
	padding-left: 25px;
}
#quality {
	float: left;
	height: 301px;
	width: 311px;
}

#index_text01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	line-height: 28px;
}
#news {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#news_title {
	padding-bottom: 5px;
}
#table_waku {
	height: 170px;
	overflow: scroll;
	margin-bottom: 70px;
}


table {
	vertical-align: middle;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 170px;
	width: 900px;
}
.waku {
	font-size: 18px;
	line-height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
}
table tr .img {
	vertical-align: middle;
	text-align: center;
	width: 100px;
}

table tr .day {
	vertical-align: middle;
	text-align: center;
	width: 150px;
}
table tr .text {
	vertical-align: middle;
	width: 600px;
}






/* =======================================

	CommonElements

======================================= */


a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}




#container {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	height: 475px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	bottom: 0px;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

/*	outline: 0;*/
}



img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}


ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	/*	border-collapse: separate;*/
	border-spacing: 0;
	width: 980px;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

#twitter {
	padding-left: 8px;
}


/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}
