@charset "Shift_JIS";

/*= defalt style reset =*/
body,
div,p,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,tr,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border: 0;
}

ol,ul{
	list-style: none;
}

/*= 基本カラー
グリーン：#237336
=*/

/*============ 全体共通スタイル ============*/
body{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,'ヒラギノ角ゴ Pro W3',Osaka,Arial,Helvetica,sans-serif;
	font-size: 100%;
}

a{
	outline:none;
}
a:link{
	color: #237336; text-decoration: underline;
}
a:visited{
	color: #237336; text-decoration: none;
}
a:hover{
	color: #cc0000; text-decoration: underline;
}
a:active{
	color: #cc0000; text-decoration: none;
}

hr{
	width: 718px;
	height: 1px;
	margin: 10px 15px;
	border-style: none;
	border-bottom: 1px solid #cccccc;
}


/* ヘッダ設定 */
#head{
	width: 100%;
	height: 85px;
	background: url(../images/common/head-back.gif) top repeat-x;
}

.header{
	position: relative;
	width: 750px;
	height: 85px;
	margin: auto;
}

.headbanner{
	position: absolute;
	width: 180px;
	height: 30px;
	top: 35px;
	left: 570px;
}

.jsbutton{
	position: absolute;
	width: 180px;
	height: 30px;
	top: 30px;
	left: 570px;
}

/* メインコンテンツ部設定 */
#main{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

/* clearfix */
.clearfix::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-Mac ＼*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hides from IE-Mac */

/* clearfix End */

/*============ トップページ用スタイル ============*/
/* トップページナビ設定 */
#navi-top{
	width: 750px;
	height: 50px;
	margin: 0;
	position: relative;
	background: url(../images/top/navibar-top-bk.png) repeat-x;
}

#navi-top ul#top{
	margin: 0;
	padding: 0 1px;
	width: 748px;
}

#navi-top ul#top li{
	display: inline;
}

#navi-top ul#top li a{
	float: left;
	width: 187px;
	height: 0pt;
	padding-top: 50px;
	overflow: hidden;
	background: url(../images/top/navibar-top.png) no-repeat top left;
}

.top-catch{
        width:750px ;
        margin: 0 ;
	color: #237336;
        font-size: 80% ;
        font-weight:bold;
        line-height:1.3em;
}

#navi-top ul#top li#nt-about a{
	background-position: 0 0;
}
#navi-top ul#top li#nt-about a:hover{
	background-position: 0 -50px;
}
#navi-top ul#top li#nt-service a{
	background-position: -187px 0;
}
#navi-top ul#top li#nt-service a:hover{
	background-position: -187px -50px;
}
#navi-top ul#top li#nt-recruit a{
	background-position: -374px 0;
}
#navi-top ul#top li#nt-recruit a:hover{
	background-position: -374px -50px;
}
#navi-top ul#top li#nt-inquiry a{
	background-position: -561px 0;
}
#navi-top ul#top li#nt-inquiry a:hover{
	background-position: -561px -50px;
}


/* トピックス設定 */
.topics{
	clear: both;
	position: relative;
	width: 750px;
	height: 50px;
	margin: 15px 0 100px;
	background: url(../images/top/topics.gif) top left no-repeat;
}

.topics-box{
	position: absolute;
	width: 600px;
	height: 50px;
	top: 0;
	left: 150px;
	background: url(../images/top/topics-line.gif) left repeat-y;
}

.headline{
	padding: 5px 10px 5px 14px;
	color: #333333;
	font-size: 88%;
	line-height: 1.3em;
}

/*============各ページ用スタイル ============*/
/* ナビ設定 */
#navi-common{
	position: relative;
	width: 750px;
	height: 30px;
	margin: auto;
}

#navi-common ul#common{
	margin: 0; padding: 0;
}
#navi-common ul#common li{
	display: inline;
}
#navi-common ul#common li a{
	float: left;
	width: 150px;
	height: 0pt;
	padding: 30px 0 0 0;
	overflow: hidden;
	background: url(../images/common/navibar.png) no-repeat top left;
}

#navi-common ul#common li#nc-top a{
	background-position: 0 0;
}
#navi-common ul#common li#nc-about a{
	background-position: -150px 0;
}
#navi-common ul#common li#nc-service a{
	background-position: -300px 0;
}
#navi-common ul#common li#nc-recruit a{
	background-position: -450px 0;
}
#navi-common ul#common li#nc-inquiry a{
	background-position: -600px 0;
}

#navi-common ul#common li#nc-top a:hover{
	background-position: 0 -30px;
}
#navi-common ul#common li#nc-about a:hover{
	background-position: -150px -30px;
}
#navi-common ul#common li#nc-service a:hover{
	background-position: -300px -30px;
}
#navi-common ul#common li#nc-recruit a:hover{
	background-position: -450px -30px;
}
#navi-common ul#common li#nc-inquiry a:hover{
	background-position: -600px -30px;
}


.about#navi-common ul#common li#nc-about a{
	background-position: -150px -30px; border-bottom: 1px solid #cc0000;
}
.service#navi-common ul#common li#nc-service a{
	background-position: -300px -30px; border-bottom: 1px solid #cc0000;
}
.recruit#navi-common ul#common li#nc-recruit a{
	background-position: -450px -30px; border-bottom: 1px solid #cc0000;
}
.inquiry#navi-common ul#common li#nc-inquiry a{
	background-position: -600px -30px; border-bottom: 1px solid #cc0000;
}

/* 本文設定 */
.fclear{
	clear: left;
}

.pankuzu{
	color: #237336;
	font-size: 75%;
}

#wrapper-top{
	position: relative;
	width: 750px;
	height: 100%;
	margin: auto;
	background-color: #ffffff;
}

#wrapper{
	width: 750px;
	height: 100%;
	margin: auto;
}

#wrapper-b{
	width: 750px;
	height: 100%;
	margin: auto;
}

#wrapper-service{
	width: 100%;
	height: 100%;
	margin: auto;
        text-align: center ;
}

#page-title{
	width: 750px;
	height: 45px;
	margin: 15px 0 0 0;
}

#left{
	float: left;
	width: 150px;
	height: 100%;
}

/* サイドナビ設定 */
#sidenavi{
	width: 147px;
	margin: 10px 3px 0 0;
	font-size: 0.7em;
	border-top: 1px solid #cccccc;
	z-index: 2;
}

#sidenavi ul{
	margin: 0; padding: 0;
}

#sidenavi li{
	padding: 6px 3px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url(../images/common/lead-back.png) bottom left repeat-x;
}

#sidenavi li img{
	margin-right: 3px ;
}

#sidenavi li a{
	color: #237336;
	font-weight: bold;
	text-decoration: none;
}

#sidenavi li#sc-01 a:hover{
	color: #cc0000; text-decoration: underline;
}
#sidenavi li#sc-02 a:hover{
	color: #cc0000; text-decoration: underline;
}
#sidenavi li#sc-03 a:hover{
	color: #cc0000; text-decoration: underline;
}
#sidenavi li#sc-04 a:hover{
	color: #cc0000; text-decoration: underline;
}
#sidenavi li#sc-05 a:hover{
	color: #cc0000; text-decoration: underline;
}

.about#sidenavi li#sc-01 a{
	font-size: 1.1em; color: #cc0000;
}
.about02#sidenavi li#sc-02 a{
	font-size: 1.1em; color: #cc0000;
}
.about03#sidenavi li#sc-03 a{
	font-size: 1.1em; color: #cc0000;
}
.about04#sidenavi li#sc-04 a{
	font-size: 1.1em; color: #cc0000;
}
.about05#sidenavi li#sc-05 a{
	font-size: 1.1em; color: #cc0000;
}
/* サイドナビ設定 End */




/* サービス＆ソリューションページリンク設定 */
.solution{
	width: 518px;
	margin: 0 30px 10px 49px;
	font-size: 0.7em;
	z-index: 2;
}

.solution ul{
	margin: 0; padding: 0; 
               margin-bottom: 20px ;
}

.solution li{
	margin:5px;
}

.solution li img{
	margin-right: 3px ;
}

.solution li a{
	color: #237336;
	font-weight: bold;
	text-decoration: none;
}

.solution li#sc-01 a:hover{
	color: #cc0000; text-decoration: underline;
}
.solution li#sc-02 a:hover{
	color: #cc0000; text-decoration: underline;
}
.solution li#sc-03 a:hover{
	color: #cc0000; text-decoration: underline;
}
.solution li#sc-04 a:hover{
	color: #cc0000; text-decoration: underline;
}
.solution li#sc-05 a:hover{
	color: #cc0000; text-decoration: underline;
}

.solution.about li#sc-01 a{
	font-size: 1.1em; color: #cc0000;
}
.solution.about02 li#sc-02 a{
	font-size: 1.1em; color: #cc0000;
}
.solution.about03 li#sc-03 a{
	font-size: 1.1em; color: #cc0000;
}
.solution.about04 li#sc-04 a{
	font-size: 1.1em; color: #cc0000;
}
.solution.about05 li#sc-05 a{
	font-size: 1.1em; color: #cc0000;
}
/* サイドナビ設定 End */



#right{
	float: right;
	position: relative;
	border-left: 1px solid #cccccc;
	width: 599px;
	height: 100%;
}

.left-backimg{
	position: absolute;
	width: 150px;
	height: 245px;
	bottom: 0;
	left: -151px;
	background: url("../images/common/side-img-01.jpg") left bottom no-repeat;
}

.catch{
	width: 563px;
	margin: 10px 15px 10px 19px;
	color: #237336;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.3em;
}



.lead{
	width: 545px;
	height: 19px;
	margin: 10px 15px 0 19px;
	padding-top: 4px;
	padding-left: 18px;
	background: url(../images/common/lead-bar.png) bottom left no-repeat;
	border: 1px solid #cad7cd;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}

.lead-wide{
	width: 680px;
	height: 19px;
	margin: 10px 25px;
	padding-top: 4px;
	padding-left: 18px;
	background: url(../images/common/lead-bar-w.png) bottom left no-repeat;
	border: 1px solid #cad7cd;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}

.lead-txt{
	display: block;
	margin-top: 4px;
	padding-left: 18px;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}

.lead-b{
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #237336;
	color: #237336;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0.5em;
}

.lead-c{
	float: left;
	width: 10%;
	margin: 0;
	padding: 5px 0;
	color: #237336;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0.5em;
}

.txt-1x{
	width: 545px;
	margin: 0 15px 5px 19px;
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.txt-1{
	width: 545px;
	margin: 0 15px 15px 19px;
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.txt-1 ul,
.txt-1r ul,
.txt-box-r ul{
	margin: 7px 25px;
	list-style-image: url(../images/common/marker.png);
}

.txt-1 ul li,
.txt-1r ul li,
.txt-box-r ul li{
	padding: 3px;
}

.txt-container{
	width: 545px;
	margin: 0 20px 5px 24px;
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

.txt-2{
	margin: 0;
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.txt-float{
	float: left;
	width: 65%;
	margin: 0;
	padding: 5px 0 5px 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}
.txt-float2{
	float: left;
	width: 20%;
	margin: 0;
	padding: 5px 0;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.txt-box{
	width: 523px;
	margin: 0 5px;
	padding: 5px;
	border: 1px solid #237336;
	background: #eaeaea;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.3em;
}

.listbox{
	width: 545px;
	margin: 0 20px 10px 24px;
	padding: 5px;
}

.list-a{
	width : 555px;
	margin: 0;
	padding: 5px;
}

.list-b{
	width: 535px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #e6f7ea;
}

.col-left{
	float: left;
	width: 24%;
	margin: 0;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
}

.col-right{
	float: right;
	width: 75%;
	margin: 0;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
}

.float-half{
	float: left;
	width: 46%;
	margin: 0;
	color: #333333;
	font-size: 0.77em;
	line-height: 1.3em;
}

.access{
	display: block;
	float: left;
	width: 276px;
	margin-right: 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.7em;
}
.map{
	display: block;
	float: right;
	width: 240px;
	margin: 0;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.4em;
}

.mapt{
	display: block;
	width: 450px;
	margin: 0;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.4em;
}

.map-large{
	width: 700px;
	margin: 20px 25px;
}

.map-box{
	width: 658px;
	margin: 10px 40px;
	padding: 10px;
	border: 1px solid #237336;
	background: #eaeaea;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.4em;
}

.map-access{
	display: block;
	padding: 10px 0 0;
	font-size: 0.75em;
	line-height: 1.4em;
}

.red{
	color: red;
}

hr.end{
	width: 599px;
	height: 1px;
	margin: 10px 0;
	border-style: none;
}

/*============ フォーム用スタイル ============*/
.form-container{
	width: 545px;
	margin: 0 20px 0 24px;
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

.form-head{
	float: left;
	width: 20%;
	margin: 0;
	color: #237336;
	font-size: 0.8em;
	font-weight: bold;
}

.form-box{
	float: left;
	width: 38%;
	margin: 0;
	color: #333333;
	font-size: 0.8em;
}

#form-button{
	width: 545px;
	margin: 10px 20px 20px 24px;
	padding: 5px;
	border: 1px solid #237336;
	background: #eaeaea;
	color: #237336;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

/*============ 採用情報用スタイル ============*/

.catch-r{
	width: 730px;
	margin: 15px 0;
	padding: 10px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.catch-r p{
	padding: 6px 0;
	color: #666666;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.3em;
}

.topics-r{
	clear: both;
	position: relative;
	width: 750px;
	height: 50px;
	margin: 10px 0 10px;
	background: url(../images/top/topics.gif) top left no-repeat;
}

.topics-box-r{
	position: absolute;
	width: 599px;
	height: 48px;
	top: 0;
	left: 150px;
	background: url(../images/top/topics-line.gif) left repeat-y #ffeecd;
	border-top: 1px solid #237336;
	border-right: 1px solid #237336;
	border-bottom: 1px solid #237336;
}


.lead-wide-r{
	width: 680px;
	height: 19px;
	margin: 10px 25px 0;
	padding-top: 4px;
	padding-left: 18px;
	background: url(../images/common/lead-bar-w.png) bottom left no-repeat;
	border: 1px solid #cad7cd;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
}

.txt-1r{
	width: 680px;
	margin: 10px 30px;
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.txt-box-r{
	width: 678px;
	margin: 10px 30px;
	padding: 5px;
	border: 1px solid #237336;
	background: #ffeecd;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
}

.r-jobs-container{
	width: 698px;
	margin: 0 25px;
	padding: 0;
	border-right: 1px solid #cad7cd;
	border-left: 1px solid #cad7cd;
	border-bottom: 1px solid #cad7cd;
}

.r-jobs-head{
	float: left;
	width: 140px;
	margin: 0;
	padding: 5px;
	color: #237336;
	font-size: 0.8em;
	font-weight: bold;
}

.r-jobs-box{
	float: right;
	width: 537px;
	margin: 0;
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	border-left: 1px solid #cad7cd;
}

.r-jobs-entry{
	width: 702px;
	margin: 0 24px;
	padding: 10px 0;
	background: #cad7cd;
	text-align: center;
}

.r-form-container{
	width: 698px;
	margin: 10px 20px 0 20px;
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

.r-form-head{
	float: left;
	width: 20%;
	margin: 0;
	color: #237336;
	font-size: 0.8em;
	font-weight: bold;
}

.r-form-box{
	float: left;
	width: 38%;
	margin: 0;
	color: #333333;
	font-size: 0.8em;
}

.r-form-box2{
	float: left;
	width: 78%;
	margin: 0;
	color: #333333;
	font-size: 0.8em;
}

#r-form-button{
	width: 698px;
	margin: 10px 20px 20px 20px;
	padding: 5px;
	border: 1px solid #ff6633;
	background: #ffeecd;
	color: #ff6633;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

/*============ プライバシーポリシー用スタイル ============*/
.note{
	width: 680px;
	margin: 5px 25px;
	padding: 5px 10px;
	font-size: 1.1em;
	line-height: 1.4em
;
}
 
.heading{
	width: 658px;
	margin: 5px 35px;
	padding: 5px 10px;
	border: 1px solid #237336;
	color: #237336;
	font-size: 1em;
	font-weight: bold;
}

.txt-3{
	width: 660px;
	margin: 5px 35px;
	padding: 5px 10px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.3em;
}


/* フッタ設定 */
#foot{
	clear: both;
	width: 100%;
	background-color: #237336;
}

.footer{
	width: 738px;
	margin: auto;
	padding: 10px 6px;
	color: #ffffff;
	font-size: 75%;
	line-height: 1.2em;
}

.rights{
	font-size: 1.1em;
	line-height: 1.5em;
}
