@charset "UTF-8";
/* CSS Document */
/* 全体*/
body{
	background: #fff;
	min-width: 960px;
}


/* ヘッダー*/
#header{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#header-logo {
	float: left;
}
#header-info {
	float: right;
	width: 430px;
}
#header-tel {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}


#header-contact {
	float: right;
}


/* ナビゲーション*/
#head-nav{
	background: url(../common_images/nav/nav_bg.gif) repeat-x;
	height: 80px;
}
#head-nav ul{
	width: 960px;
	margin: 0 auto;
}
#head-nav ul li{
	float: left;
	margin: 0;
}
#head-nav ul li img {
	margin: 0;
	line-height: 1;
}
#head-nav ul li a:hover {
	opacity: 1;
}



/* フッター*/
#footer{
	background: #E3E3E3;
	padding: 20px 0;
	width: 100%;
}
#footer-content{
	width: 960px;
	margin: 0 auto;
}
#footer-box {
	width: 420px;
	float: right;
}
#footer-logo {
	float: left;
}
#footer-logo span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}
#footer-area {
	width: 140px;
	float: left;
	margin-right: 20px;
}
#footer-tel {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}
.area1 {
	display: block;
	color: #284B92;
	font-size: 14px;
	padding: 2px 0 2px 5px;
	border-left: #284B92 3px solid;
	margin-bottom: 3px;
	font-weight: bold;
}
.area2 {
	display: block;
	font-size: 14px;
	border-top: #000 1px dotted;
	padding: 4px 0 0 8px;
}
.to-top {
	float: right;
}
#footer-nav {
	background: url(../common_images/nav/footer_nav_bg.gif) repeat-x;
	height: 41px;
}
#footer-nav ul{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#footer-nav ul li {
    display: inline-block;
    margin-top: 13px;
    border-right: #fff 1px solid;
}
#footer-nav ul li:last-child {
	border-right: none;
}
#footer-nav ul li a {
	color: #fff;
	font-size: 14px;
    padding: 0px 20px;
	display: block;
}
#copyright{
	text-align: center;
	padding: 20px 0;
}
#copyright p {
	font-size: 12px;
}


/*共通*/
#wrapper{
}
.contents{
	width: 960px;
	margin: 0 auto 50px;
}
.midashi {
    margin-bottom: 70px;
    border: #C8D4EC 5px solid;
    width: 950px;
    margin-top: 30px;
}
.midashi img {
	max-width: 100%;
}
.contents p {
	line-height: 1.5;
}


/*トップページ*/
#main-bg {
	width: 100%;
	background: url(../top_images/bg-main.png) no-repeat top center;
}
.top-main-img {
	width: 969px;
	margin: 0 auto;
}
.top-box {
	width: 300px;
	float: left;
	margin-right: 20px;
	border-top: #294E95 3px solid;
	padding: 15px 0;
}
.top-box h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.top-box h2 span {
	display: block;
	font-size: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 5px;
	font-weight: lighter;
}
.top-box p {
	line-height: 1.3;
}


/*業務内容*/
.bus-h3 {
	clear: both;
	text-align: center;
	font-size: 40px;
	background: url(../images/busness-h3.png) no-repeat bottom center;
	height: 65px;
    color: #25478C;
	margin-bottom: 40px;
	font-weight: lighter;
}
.bus-p1 {
	text-align:center;
	font-size: 30px;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: #D1D1D1 2px dotted;
}
.bus-p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}
.bnr-contact {
	position: relative;
}
.bnr-contact a {
	position: absolute;
	display: block;
	left: 30px;
	top: 80px;
}
.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/*会社案内*/
table.company {
    margin: 0 auto 50px;
    border-collapse: collapse;
    border: none;
    width: 960px;
    font-size: 13px;
    table-layout: fixed;
}
table.company th {
    width: 100px;
    min-height: 13px;
    padding: 20px 10px 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
    overflow: visible;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.2;
}
table.company th::after {
    float: right;
    padding: 0;
    right: -15px;
    top: 0;
    content: "\f054";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: none;
	font-family: fontawesome;
}
tr {
    border-bottom: #C7C7C7 1px dotted;
}
table.company td {
    height: 12px;
    margin: 0;
    padding: 20px 10px 20px 80px;
    text-align: left;
    vertical-align: top;
    border: none;
	font-size: 16px;
	line-height: 1.2;
}
table.company ol {
	padding-left: 1.5em;
}


/*お問い合わせ*/
.underline {
	text-decoration: underline;
}
#contact table {
    width: 960px;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px;
}
#contact th,
#contact td {
    padding: 10px;
}
#contact th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
#contact td {
    width: 540px;
    padding-left: 20px;
}
#contact table input[type="text"],
#contact table textarea{
	font-size: 14px;
	border: #d2d2d2 1px solid;
}
#contact input[type="submit"]{
	background:#285890;
	color:#fff;
	font-size: 20px;
	border: none;
	padding: 20px;
	border-radius: 10px;
}
.ex-text{
	font-size: 11px;
	color: #838383;
}
#policy {
	height: 200px;
	overflow: scroll;
	border: #d2d2d2 1px solid;
	padding: 20px;
	margin-bottom: 40px;
}
#contact ol {
	padding-left: 2em;
}
#contact h4 {
	font-size: 18px;
	margin-left: -10px;
	padding-left: 8px;
	border-left: #285890 2px solid;
	margin: 10px 0 5px 0;
}
