@charset "utf-8";

/*----------------------------------------
reset
----------------------------------------*/
*{
    margin:0;
    padding:0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

ol, ul, li{
    list-style:none;
}

img{
     border:0;
	 vertical-align : bottom;
}

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

/*-----------------------------------------
base
-----------------------------------------*/
a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:underline;
}

a:active {
	color:#0000FF;
	text-decoration:underline;
}

body {
	text-align:center;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color:#2D2D2D;
	margin:0 auto;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

.f-bold{
	font-weight:bold;
}

/*-----------------------------------------
2016.07.21
-----------------------------------------*/
.header {
	width: 980px;
	margin: 0 auto;
}

.header img {
	margin-top: 20px;
	float: left;
}

.header h1 {
	clear: both;
	padding-bottom: 20px;
	float: left;
	font-size: 14px;
	color: #2C5287;
}

#navi {
	clear:both;
	background-color:#2C5287;
	background-repeat:repeat-x;
	height:60px;
}

#navi .gnav {
	overflow: hidden;
}

#global_navi {
	width: 980px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#navi #global_navi li {
	float: left;
	text-align: center;
}

#navi #global_navi li a:link,
#navi #global_navi li a:visited,
#navi #global_navi li a:active {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 162px;
	height: 50px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#navi #global_navi span {
	color: #FFF;
	font-size: 10px;
}

#navi #global_navi li a:hover{
	background: #3563A2;
}

#global_navi ul li a.active{
	background:#3563A2;   
}

#main {
	background-color:#EFEFED;
	background-repeat:repeat-x;
}

#main img {
	margin: 7px auto;
}

.footer {
	clear: both;
	height: 120px;
	background-color:#2C5287;
	background-repeat:repeat-x;
}

.footerbox {
	width: 980px;
	margin: 0 auto;
	color: #FFFFFF;
}

.footerbox p {
	font-size: 12px;
}

.footerbox_left {
	float: left;
	text-align: left;
}

h2 {
	padding-top: 15px;
	font-size: 20px;
}

.address {
	padding-top: 10px;
}

.mail {
	padding-top: 5px;
}

.footerbox_right {
	float: right;
	text-align: right;
}

.copy {
	padding-top: 20px;
}

#common {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}

.clearfix {
    overflow:hidden;
    height:100%;
}

.office_pro {
	float: left;
	margin: 10px 0 0 150px;
	text-align:left;
}

.office_pro2 {
	float: right;
	margin: 10px 80px 0 0;
	text-align: left;
}

.represent_pro {
	float: left;
	width: 420px;
	padding: 30px 10px 50px 30px;
	text-align:left;
	background-color: #EFEFED;
}

dl {
	padding-top: 20px;
}


dt {
	padding-bottom: 5px;
	width: 130px;
	float: left;
	clear: both;
}

dd {
	padding: 0 0 5px 120px;
}

.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }
.pb20 { padding-bottom: 20px; }
.p_bold { font-weight: bold; }
.pt20_bold { padding-top: 20px; font-weight: bold; }
.pt50_bold { padding-top: 50px; font-weight: bold; }
.red_p { padding-bottom:15px; font-size: 14px; color: #F91111; }

.represent_pro2 {
	float: right;
	width: 480px;
	padding: 5px 15px 5px 10px;
	text-align: justify;
}

.service_left {
	float: left;
	width: 400px;
	margin-left: 120px;
	padding: 20px 20px 20px 0;
	text-align: left;
}

.service_right {
	float: right;
	width: 400px;
	padding: 20px 20px 20px 0;
	text-align: left;
}

.center_img {
	margin: 0 0 30px;
}

.contact_box {
	width: 800px;
	margin: 0 auto;
}

.contact_table {
	width: 800px;
	margin: 10px 0 40px 0;
	text-align: left;
}

.bs {
	width: 300px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px 10px;
}

.bm {
	width: 400px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px 10px;
}

.bb {
	width: 520px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px 10px;
}

td {
	padding: 18px 0 12px 0;
	line-height: 2;
}

th {
	width: 280px;
	padding-top: 18px;
}

.btn_p input {
	width: 194px;
	height: 68px;
	border: none;
	background:url(../images/contact_btn.jpg) center top no-repeat;
}

.cam_pro {
	float: left;
	width: 420px;
	padding: 5px 5px 5px 10px;
	text-align:left;
}

.cam_pro2 {
	float: right;
	width: 480px;
	padding: 5px 15px 5px 10px;
	text-align: justify;
}

.unl {
	text-decoration:underline;
}

.blu a:link {
	color:#0000FF;
	text-decoration:underline;
}

.blu a:visited {
	color:#0000FF;
	text-decoration:underline;
}

.blu a:hover {
	color:#333333;
	text-decoration:underline;
}

.blu a:active {
	color:#0000FF;
	text-decoration:underline;
}

.topics {
	width:980px;
	margin: 15px auto;
	text-align:left;
	font-size:14px;
	line-height:2;
}

.recruit_left {
	float: left;
	width: 470px;
	margin-left:0px;
	padding: 20px;
	text-align: left;
}

.recruit_right {
	float: right;
	width: 470px;
	padding: 20px 0 20px 0;
	text-align: left;
}


