@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	line-height: 1.6;
	color: #3b3b3b;
	font-family: Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
	border-top: 5px solid #454c95;
}

a {
	color:#333;
}

div#wrap {
	width: 100%;
	background:url(../img/contents_bg.gif) repeat top left;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}



div#header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	background: #fff;
}

div#header_inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

#h_top {
	width: 960px;
	margin-bottom: 18px;
}

#siteId {
	float: left;
	margin-right: 92px;
	width: 300px;
}

#h_connect {
	width: 346px;
	float: left;
	margin-right: 22px;
}

#h_contact a {
	width: 200px;
	float: left;
	background: url(../img/h_contact_on.png) no-repeat 0 0;
}


/* G_nav */

#g_nav {
	background: url(../img/g_nav_bg.gif) no-repeat;
	height: 30px;
	position: relative;
	margin: 10px 0;
}

#g_nav li{
	float: left;
	width: 192px;
}


.g_nav00 a{
    background:url(../img/g_nav00_on.png) no-repeat left top;
	display:block;
	width:192px;
	height:30px;
	text-indent:-9999px;
}
.g_nav00.menu-item a:hover {
    background:url(../img/g_nav00_on.png) no-repeat left top;
}
body#second .g_nav00 a {
    background:url(../img/g_nav00_off.png) no-repeat left top;
}

body#second .g_nav00 a:hover {
    background:url(../img/g_nav00_on.png) no-repeat left top;
}

.g_nav01 a{
    background:url(../img/g_nav01_off.png) no-repeat left top;
	display:block;
	width:192px;
	height:30px;
	text-indent:-9999px;
}
.g_nav01.menu-item a:hover {
    background:url(../img/g_nav01_on.png) no-repeat left top;
}
.g_nav01.current-menu-item a {
    background:url(../img/g_nav01_on.png) no-repeat left top;
}

.g_nav02 a{
    background:url(../img/g_nav02_off.png) no-repeat left top;
	display:block;
	width:192px;
	height:30px;
	text-indent:-9999px;
}
.g_nav02.menu-item a:hover {
    background:url(../img/g_nav02_on.png) no-repeat left top;
}
.g_nav02.current-menu-item a {
    background:url(../img/g_nav02_on.png) no-repeat left top;
}

.g_nav02.current-page-ancestor a {
	background:url(../img/g_nav02_on.png) no-repeat left top;
}

.g_nav03 a{
    background:url(../img/g_nav03_off.png) no-repeat left top;
	display:block;
	width:192px;
	height:30px;
	text-indent:-9999px;
}
.g_nav03.menu-item a:hover {
    background:url(../img/g_nav03_on.png) no-repeat left top;
}
.g_nav03.current-menu-item a {
    background:url(../img/g_nav03_on.png) no-repeat left top;
}

.g_nav03.current-page-ancestor a {
    background:url(../img/g_nav03_on.png) no-repeat left top;
}



.g_nav04 a{
    background:url(../img/g_nav04_off.png) no-repeat left top;
	display:block;
	width:192px;
	height:30px;
	text-indent:-9999px;
}
.g_nav04.menu-item a:hover {
    background:url(../img/g_nav04_on.png) no-repeat left top;
}
.g_nav04.current-menu-item a {
    background:url(../img/g_nav04_on.png) no-repeat left top;
}




#contents_Area {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.sec_Box {
	margin-bottom:40px;
}




/* Title */

#category_title {
	border-left:7px solid #7689dd;
	padding-left:10px;
	margin-bottom:15px;
}



h2.tit_w {
	background: url("../img/icon_title_w.png") no-repeat 0px 10px;
	padding: 6px 0 0 30px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 1.5em;
}

h2.tit_p {
	background: url("../img/icon_title_p.png") no-repeat 0px 10px;
	padding: 6px 0 0 30px;
	color: #454c95;
	margin-bottom: 10px;
	font-size: 1.5em;
}

h2.tit_l {
	margin-bottom:1em;
    border-bottom: 3px solid #DDDDDD;
    font-size: 1.5em;
	color:#454c95;
}


/* Pan */
div#pan_Area {
	width:100%;
	background:#E8E8E8;
	padding:5px 0 5px;
	border-bottom:1px solid #fff;
	margin-bottom:30px;
}

#pan {
	width:960px;
	margin:0 auto;
}

#home {
	background:url(../img/icon_home.gif) no-repeat 5%;
	padding-left:25px;
}

/* Footer */
#footer {
	width: 100%;
	border-top: 5px solid #454C95;
	background: #fff;
}

#footer div#f_bnrArea{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer div#f_bottom_Area {
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

#f_bottom_inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 ;
}

#f_bottom_inner div#f_company_info{
	float: left;
	width: 720px;
	border-right: 1px solid #ddd;
	font-size: 13px;
}

div#f_company_info_l{
	float: left;
	width: 360px;
}

div#f_company_info_r{
	float: left;
	width: 300px;
}

div#f_company_info_r p{
	margin-bottom: 3px;
}


#f_bottom_inner ul#f_nav{
	float: left;
	width: 189px;
	font-size: 13px;
	padding-left: 20px;
}

#f_bottom_inner ul#f_nav li{
	background: url(../img/icon_vector.png) no-repeat 3% 40%;
	padding-left: 20px;
	margin-bottom: 10px;
}

div#copy {
	width: 100%;
	background: #FAFAFA;
}

address {
	text-align: center;
	font-style: normal;
	padding: 5px;
}


/*    */

.jisseki_indexBox li {

	margin-bottom:20px;
}

.tit_jisseki {
	padding:5px 5px 5px 10px;
	background:#D9EEEE;
	margin-bottom:15px;
	border-left:5px solid #D3E7F5;
}

.jisseki_txt {
	width:550px;
}


.page_Box {
	width:100%;
	margin-bottom:50px;
}

.page_Box li a{
	float:left;
	padding:5px 15px;
	background:#CCC;
	display:block;
}

.page_Box li a:hover{
	float:left;
	padding:5px 15px;
	background:#333;
	display:block;
	color:#fff;
}


.page_Box li:last-child{
	float:right;
}

/*  採用情報  */

#recruit {
	width: 930px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	margin-left:15px;
	word-break:break-all;
    word-wrap:break-word;
}

#recruit th {
	background:#D7E2F0;
	font-weight:normal;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	padding:10px;
	text-align:left;
}

#recruit td {
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	padding:10px;
}

.table{
  border-collapse: collapse;
  margin: 0 auto;
}

.table-img {
  vertical-align: top;
  width: 400px;
}
.box-img,
.box-text{
  display: inline-block;
  vertical-align: middle;
}
.box-img img{
  width: 150px;
}

/*  会社概要  */

.o_text {
    margin-bottom:20px;
}

.o_text span {
    font-weight: bold;
}

#outline {
	width: 930px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	margin-left:15px;
	word-break:break-all;
    word-wrap:break-word;
}

#outline th {
	background:#D7E2F0;
	font-weight:normal;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	padding:10px;
	text-align:left;
}

#outline td {
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	padding:10px;
}

#contents_Area #saiyou p.o_txt {
    margin-bottom:20px;
}

/*  アクセスマップ  */

.access_office {
	width: 680px;
	height: 100px;
	margin-top: 15px;
	background-color: #EBEEF6;
	padding: 10px;
	margin-bottom: 30px;
}

.access_office img {
	margin-right: 20px;
	float: left;
}

.access_office p span {
	font-weight:bold;
}

/*  プライバシーポリシー  */

.list_circle {
  margin: 0 0 30px 20px;
}

.list_circle li {
  margin: 0 0 10px 0;
  list-style: disc;
}
