@charset "utf-8";

/* ----------------------------------------------------------------------------
    BODY
------------------------------------------------------------------------------ */
html {
	width: 100%;
}
body {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
}

/*hx */
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

/* .table */
.table {
	box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.2); /* Firefox用 */  
	-webkit-box-shadow:  0 0 5px rgba(0,0,0, 0.2); /* Safari,Google Chrome用 */
}
.table tr {
	border-bottom: dotted 1px #ccc;
}
.table tr:last-child {
	border-bottom: none;
}
.table tr th {
	width: 100px;
	padding: 15px;
	background: #fde8e5;
}
.table tr td {
	padding: 15px;
}

/* ----------------------------------------------------------------------------
    HEADER
------------------------------------------------------------------------------ */
header {
	width: 100%;
	margin: 0;
	background: #fff;
}

header #header-box1 {
	width: 100%;
	background: #171c60;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
header #header-box1 > div {
	width: 980px;
	margin: 0 auto;
	padding: 2px 15px; 
}
header #header-box1 > div .left {
	float: left;
}
header #header-box1 > div .right {
	float: right;
}
header #header-box2 {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0;
}
header #header-box2 #logo {
	float: left;
}

/* ----------------------------------------------------------------------------
    NAV
------------------------------------------------------------------------------ */
header nav {
	float: right;
	margin-top: 20px;
}
header nav ul {
	width: auto;
}
header nav ul li {
	float: left;
	height: 54px;
}
header nav ul li+li {
	border-left: 1px solid #ccc;
}
header nav ul li a {
	display: block;
	min-width:100px;
	padding: 5px 10px 20px;
}
header nav ul li a p {
	text-align: center;
}
header nav ul li a .menuEng {
	color: #171c60;
	font-weight: bold;
}
header nav ul li a .menuJp {
	color: #000;
}
header nav ul li a:hover {
	background:url(../images/menuHover.png) no-repeat center;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------
    MAIN CONTENTS
------------------------------------------------------------------------------ */
#main-content {
	width: 100%;
	margin: 0;
	background: #fff;
}
#main-content #main-subhead {
	width: 100%;
	height: 140px;
	background: #f3f3f3;
}
#main-content #main-subhead > div {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: url(../images/pageHeadBg.png) no-repeat center;
}
#main-content #main-subhead #page-head {
	padding-top: 40px;
}
#main-content #main-subhead #page-head .menuEng {
	color: #171c60;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}
#main-content #main-subhead #page-head .menuJp {
	color: #171c60;
	font-size: 18px;
	font-weight: bold;
}

#main-content #main-subcontent {
	width: 100%;
}
#main-content #main-subcontent > div {
	width: 980px;
	padding: 30px 0 0;
	margin: 0 auto;
}

/* ----------------------------------------------------------------------------
    MAIN CONTENTS - MAIN
------------------------------------------------------------------------------ */

main.side-on {
	float:right;
	text-align: left;
	width: 750px;
}
main #ttl h1 {
	margin: 0 0 30px;
	padding-bottom: 5px;
	border-bottom: 5px solid #dadada;
	color: #171c60;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
main > section {
	position: relative;
	margin-bottom: 30px;
}
main > section h2 {
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 6px solid #dadada;
	color: #171c60;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

/* gotop */
#page-top {
	z-index:100;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background: url(../images/scrollup.png) no-repeat center;
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
    text-align: center;
    display: block;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#page-top a:hover {
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/* ----------------------------------------------------------------------------
   MAIN CONTENTS - ASIDE
------------------------------------------------------------------------------ */
aside#side-content {
	float: left;
	width: 190px;
}
aside#side-content .contact {
	margin-bottom: 10px;
}
aside#side-content .contact a {
	margin-bottom: 10px;
	display: inline-block;
}
aside#side-content .contact a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
aside#side-content .side-menu {
	margin-bottom: 10px;
}
aside#side-content .side-menu ul {
	border: 1px solid #171c60;
}
aside#side-content .side-menu li+li {
	border-top: 2px solid #D6D8FF;
}
aside#side-content .side-menu li a {
	display: block;
	padding: 10px 20px;
}


/* ----------------------------------------------------------------------------
    FOOTER
------------------------------------------------------------------------------ */
footer {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
	padding: 20px 0 0;
	background: #fff;
	z-index: 2;
	border-top: 3px solid #eee;
	
}
footer #footer-box1 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
footer #footer-box1 > div {
	float: left;
	height: 244px;
}
footer #footer-box1 > div+div {
	border-left: 2px solid #eee;
}
footer #footer-box1 #footer-box1-left {
	width: 320px;
}
footer #footer-box1 #footer-box1-left .logo {
}
footer #footer-box1 #footer-box1-left h3 {
	margin: 10px 0 5px;
}
footer #footer-box1 #footer-box1-left .address {
	margin-top: 10px;
}
footer #footer-box1 #footer-box1-left .tel {
	margin-top: 10px;
}
footer #footer-box1 #footer-box1-center {
	width: 360px;
	padding: 30px 30px;
}
footer #footer-box1 #footer-box1-center h4 {
	font-weight: bold;
	color: #171c60;
}
footer #footer-box1 #footer-box1-center .tel {
	background: url(../images/icon-tell.png) no-repeat left center ;
	font-weight: bold;
	color: #171c60;
	height: 47px;
	font-size: 33px;
	padding-left: 27px;
}
footer #footer-box1 #footer-box1-center p {
	font-size: 12px;
	font-size: 1.2rem;
}
footer #footer-box1 #footer-box1-center a {
	display: inline-block;
	margin-top: 10px;
}
footer #footer-box1 #footer-box1-center a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
footer #footer-box1 #footer-box1-right {
	width: auto;
	padding: 30px 30px;
}
footer #footer-box1 #footer-box1-right nav ul {
	position: relative;
}
footer #footer-box1 #footer-box1-right nav ul li {
	position: relative;
	margin-bottom: 10px;
}
footer #footer-box1 #footer-box1-right nav ul li a {
	padding-left: 24px;
}
footer #footer-box1 #footer-box1-right nav ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #171c60;
}
footer #footer-box1 #footer-box1-right nav ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

footer #footer-box2 {
	background: #171c60;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 0 0;
}
footer #footer-box2 div {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
footer #footer-box2 div small {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px;
	display: inline-block;
}

/* ----------------------------------------------------------------------------
   CONTENTS - TOP
------------------------------------------------------------------------------ */
#main-content-top {
	background-color: #f3f3f3;
	width: 100%;
	height: 340px;
}
#main-content-top > div {
	width: 980px;
	height: 340px;
	margin: 0px auto ;
	padding: 0px 15px; 
	background: url(../images/mainBG.png) no-repeat center;
}
#main-content-top > div .message {
	padding: 70px 0px 10px 560px;
}
#main-content-top > div .message > h3 {
	font-size: 20px;
	font-weight: bold;
	color: #171c60;
	margin-bottom: 5px;
}
#main-content-top > div .message > p {
	font-size: 14px;
	font-weight: bold;
	color: #171c60;
}
#main-content-top > div .message .contact-link {
	color: #000;
	margin-top: 20px;
}
#main-content-top > div .message .contact-link > div {
	float: left;
}
#main-content-top > div .message .contact-link > div+div {
	margin-left: 10px;
}
#main-content-top > div .message .contact-link a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* top reason */
#top-reason-box {
	width: 100%;
	margin: -20px auto 30px;
}
#top-reason-box #head-reason {
	text-align: center;
	margin: 0px auto 0px;
}
#top-reason-box #content-reason > div {
	float: left;
	width: 305px;
	height: 300px;
	padding: 17px;
	background:#eeeeee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#top-reason-box #content-reason > div+div {
	margin-left: 17px;
}
#top-reason-box #content-reason > div h4 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#top-reason-box #content-reason > div img {
	display: block;
	text-align: center;
	margin: 0px auto 10px;
}
#top-reason-box #content-reason > div p {
	text-align: left;
}

/* top service */
#top-service-box {
	width: 100%;
	margin: 0px auto 10px;
}
#top-service-box #head-service {
	text-align: center;
	margin: 0px auto 0px;
}
#top-service-box #head-service p {
	text-align: center;
}
#top-service-box #content-service > div {
	float: left;
	width: 305px;
	padding: 17px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#top-service-box #content-service > div+div {
	margin-left: 17px;
}
#top-service-box #content-service > div h4 {
}
#top-service-box #content-service > div img {
	display: block;
	text-align: center;
	margin: 0px auto 10px;
}
#top-service-box #content-service > div p {
	text-align: left;
}


/* ----------------------------------------------------------------------------
   CONTENTS - COMPANY
------------------------------------------------------------------------------ */
table.profile {
	border-collapse: collapse;
	width:100%;
}
table.profile th.t_top {
    border-top: #be1309 4px solid;
}
table.profile th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 10px;
	font-weight: normal;
	width: 160px;
}
table.profile td.t_top {
	border-top: #b3b3b3 4px solid;
}
table.profile td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 10px;
}

