@charset "utf-8";
/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
p {line-height: 1.6;}
/* -----------------------------------------------------------
 body
----------------------------------------------------------- */
body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	background-color: #f2f2f2;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
/*----------------------------------------------------
 フォント
----------------------------------------------------*/
.fontS {font-size:12px;}
.fontM {font-size:17px;}
.fontL {font-size:36px;}
.fontB {font-weight: bold;}
.fontOrange {color: #FF6532;}
/*----------------------------------------------------
 画像の回り込み
----------------------------------------------------*/
.imgleft {
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 1em;
}
.imgright {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
}
.imgcenter {
    display: block;
    float: none;
    margin: 0 auto;
}
/* 回り込み解除 */
.clearfloat:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

/*----------------------------------------------------
 link
----------------------------------------------------*/
a:link,a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover,a:active {
	text-decoration: underline;
}
a:hover {

}
/* --------------------------------------------------------
 header
----------------------------------------------------------- */
#header {
	height: 100px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 {
	text-align: left;
}
/* --------------------------------------------------------
 nav
----------------------------------------------------------- */
#nav {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
#nav ul {
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#nav ul li {
	float: left;
}
#roadnav{
	text-align: left;
	width: 960px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* --------------------------------------------------------
 image
----------------------------------------------------------- */
#image {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../images/image_bg.jpg);
	background-repeat: repeat-x;
}
/* --------------------------------------------------------
 contents
----------------------------------------------------------- */
h2 {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-image: url(../images/tit_bg.gif);
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	border-bottom: solid 3px #FF6532;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
}
.contens-box{
	overflow: hidden;
	padding: 10px;
}
.contens-box ul{
}
.contens-box ul li{
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#contents{
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-color: #CCCCCC;
	border-width: 1px;
	background-color: #FFF;
	padding-bottom: 30px;
}
#topbox-tit{
	width: 100%;
	border-radius: 5px;
	text-align: left;
	color: #FF6633;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.topbox-tit-c{
	width: 100%;
	border-radius: 5px;
	text-align: left;
	color: #FF6633;
	font-size: 24px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom: 10px;
}

.topbox-orange{
	color: #FF6633;
	padding-right: 2px;
	font-size: 14px;
}
#topbox{
	width: 960px;
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: right 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 315px;
	text-align: left;
}
#topbox ul{
	width: 720px;
}
#topbox ul li{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9em;
	text-indent:-1em;
	padding-left:1em;
}
#message-bg{
	width: 100%;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
#message-tit{
	width: 960px;
	color: #FF6633;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F63;
	margin-bottom: 20px;
}
#message-box{
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#btn-bg{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#info-tit{
	font-size: 16px;
	color: #009464;
	border-bottom: 1px solid #009966;
	font-weight: bold;
	margin-bottom: 10px;
}
#infobox{
	background-repeat: no-repeat;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 210px;
	overflow-y: auto;
	margin-bottom: 10px;
}
#bannerbox{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFEACD;
}
#bannerbox ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bannerbox ul li {
	float: left;
	width: 240px;
	text-align: center;
	line-height: 1.5em;
}
/* --------------------------------------------------------
 sidebar
----------------------------------------------------------- */
#sidebar {
	background-color:#26ACC0;
	float:left;
	height:822px;
	width:178px;
	box-shadow:3px 0 2px #ccc;
}
#sidebar ul {
	margin:25px 49px 0;
	padding:25px 0 0 0;
}
#sidebar ul:last-child {
	border-top:#1D8392 1px solid;
}
#sidebar ul li {
	margin-bottom:10px;
}

/* --------------------------------------------------------
 sample-Table
----------------------------------------------------------- */
.sample-table {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 600px;
}
.sample-table TH {
	border: 1px solid #666666;
	background-color: #ffdd9a;
	padding: 5px;
	font-weight: bold;
    vertical-align: top;
}
.sample-table th.w20 {
    width: 20%;
}
.sample-table th.w30 {
    width: 30%;
}
.sample-table th.w70 {
    width: 70%;
}

.sample-table TD {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
}

/* --------------------------------------------------------
 width100-Table
----------------------------------------------------------- */
.width100-table {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 940px;
}
.width100-table TH {
	border: 1px solid #666666;
	background-color: #ffdd9a;
	padding: 5px;
	font-weight: bold;
    vertical-align: top;
}
.width100-table th.w20 {
    width: 20%;
}
.width100-table th.w30 {
    width: 30%;
}
.width100-table th.w70 {
    width: 70%;
}

.width100-table TD {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
}




/* --------------------------------------------------------
 footer
----------------------------------------------------------- */
.pageup{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#footer-bg {
	font-size: 14px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 30px;
}
#footer a{
	color: #333;
}
#footer ul {
	text-align: right;
}
#footer ul li {
	display: inline;
	line-height: 1.5em;
}
.footer-l50{
	float: left;
	text-align: left;
	line-height: 1.5em;
}
/* --------------------------------------------------------
 お知らせ
----------------------------------------------------------- */
dl#info{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
dl#info dt{
	clear: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 140px;
	line-height: 1.5em;
}
dl#info dd{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	line-height: 1.5em;
	padding-left: 140px;
	padding-right: 10px;
}
dl#info a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
dl#info a:hover{
    text-decoration:none;
}


/* --------------------------------------------------------
 会社案内
----------------------------------------------------------- */
.imgright_moji{
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
	margin-right: 1em;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	
}

.imgright_moji_mt0{
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
	margin-right: 1em;
	margin-top:0px;
	font-size:12px;
	text-align:center;
	
}


/* --------------------------------------------------------
 採用情報
----------------------------------------------------------- */
.div_left{
	float:left; 
	width:50%;
	margin:20px auto;
}

.div_right{
	float:left; 
	width:50%;
	margin:20px auto;
}

/* --------------------------------------------------------
recruit Table
----------------------------------------------------------- */
.recruit-table {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 450px;
	height:380px;
	margin-left:10px;
}
.recruit-table TH {
	border: 1px solid #666666;
	background-color: #ffdd9a;
	padding: 5px;
	font-weight: bold;
    vertical-align: top;
	white-space: nowrap;
	text-align:left;

}
.recruit-table th.w20 {
    width: 20%;
}
.recruit-table th.w30 {
    width: 30%;
}
.recruit-table th.w70 {
    width: 70%;
}

.recruit-table TD {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
}

/* --------------------------------------------------------
 環境への取り組み
----------------------------------------------------------- */

.solid_1p {
	border:solid 1px #D9D5D5;
}


