@charset "UTF-8";

/*
reset
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	font-size:62.5%;
}
body {
	font-size:140%;
	color:#333;
	line-height:1;
	-webkit-text-size-adjust: 100%;
}
div, table, caption,th,tr,td,ul,ol,li,dl,dt,dd,address,form,input,textarea,h1,h2,h3,h4,h5,h6,p{
        font-style: normal;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size:100%;
        line-height:1.6;
		/*font-weight:normal;*/
}
fieldset, img {
        border: 0;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
		width:100%;
}
ol, ul {
        list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
        font-weight: normal;
        font-style: normal;
}
caption, th {
        text-align: left;
        font-size:100%;
}
button {
	border:none;
	background:#fff;
	cursor:pointer;
}
input, select {
	vertical-align:middle;
}
blockquote {
	width:80%;
	margin:0 auto 15px;
	padding:10px;
	border:1px solid #999;
}
em,strong {
	font-weight:bold;
}
hr {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
}
/* clear
--------------------------------------------------------- */
.clear {
	/zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}
.clearboth {
	clear:both;
}

/* common
--------------------------------------------------------- */
img.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft,
img.alignleft {
	float:left;
	margin-right:20px;
}
.alignright,
img.alignright {
	float:right;
  	margin-left:20px;
}
.decimal {
	list-style:decimal outside;
	padding-left:25px;
}
.disc {
	list-style:disc outside;
	padding-left:25px;
}
.decimal li,
.disc li {
	margin-bottom:5px;
}
.mt0 {margin-top:0px !important;}
.mt3 {margin-top:3px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt80 {margin-top:80px !important;}
.mb0 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.mr10 {margin-right:10px !important;}
.mr11 {margin-right:11px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt30 {padding-top:30px !important;}
.pb15 {padding-bottom:15px !important;}
.pl20 {padding-left:20px !important;}
.fontXXBig {font-size:200%;}
.fontXBig {font-size:160%;}
.fontBig {font-size:110%;}
.fontSmall {font-size:90%;}
.fontXSmall {font-size:80%;}
.content .mainContent .tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.floatLeft {float:left;margin-right:20px;margin-bottom:10px;}
.floatRight {float:right; margin-left:20px;margin-bottom:10px;}
.color_pink {color:#ffa1bf;}
.color_red {color:#c00;}
.red {color:#c00;}
.all {width:100%;}
.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vamL {vertical-align:middle;text-align:left;}
.vab {vertical-align:bottom;}
.fwb {font-weight:bold;}
.min {
	font-family:serif;
}
.icn_pdf span {
	background:url(../img/common/icn/pdf.gif) no-repeat right center;
	padding:3px 20px 3px 3px;
}
.icn_doc span {
	background:url(../img/common/icn/doc.gif) no-repeat right center;
	padding:3px 20px 3px 3px;
}
.icn_xls span {
	background:url(../img/common/icn/xls.gif) no-repeat right center;
	padding:3px 20px 3px 3px;
}

.hidden {
	visibility:hidden;
}
.none {
	display:none;
}
.imp {
	font-weight:bold;
	color:#c00;
	font-size:110%;
}
.strong {
	font-weight:bold;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
small {
	font-size:85%;
	line-height:1.6;
	display:block;
}

.floatLeftPC {float:left;margin-right:20px;margin-bottom:10px;}
.floatRightPC {float:right; margin-left:20px;margin-bottom:10px;}

figcaption {
	margin-top:3px;
	margin-bottom:5px;
	font-size:86%;
	line-height:1.4;
}
.indent1 {
	text-indent:-0.9em;
	margin-left:1em;
}
.indent2 {
	text-indent:-1.9em;
	margin-left:2em;
}
a {
	color:#4886be;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
	transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}

.header {
	border-top:5px solid #63abd4;
	padding:14px 0 10px 0;
}
.header h1 {
	width:296px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.tel {
	font-weight:bold;
	font-size:22px;
	color:#4886be;
}
.headInfo div {
	margin-top:6px;
	line-height:1;
}
.headInfo p {
	color:#999999;
	font-size:12px;
}
.headInfo {
	float:right;
	text-align:right;
}
.headerInner {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.headerInner:after {
	content:'';
	display:block;
	clear:both;
}

.global {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.global:after {
	content:'';
	display:block;
	clear:both;
}
.global li {
	text-indent:-9999px;
}
.global li a {
	width:160px;
	height:50px;
	display:block;
	float:left;
	background:url(../img/common/globalnav.png) no-repeat;
}
li.nav01 a {
	background-position:0 0;
}
	li.nav01 a:hover,
	.home li.nav01 a {
		background-position:0 -50px;
	}
li.nav02 a {
	background-position:-160px 0;
}
	li.nav02 a:hover,
	.company li.nav02 a {
		background-position:-160px -50px;
	}
li.nav03 a {
	background-position:-320px 0;
}
	li.nav03 a:hover,
	.business li.nav03 a {
		background-position:-320px -50px;
	}
li.nav04 a {
	background-position:-480px 0;
}
	li.nav04 a:hover,
	.performance li.nav04 a {
		background-position:-480px -50px;
	}
li.nav05 a {
	background-position:-640px 0;
}
	li.nav05 a:hover,
	.access li.nav05 a {
		background-position:-640px -50px;
	}
li.nav06 a {
	background-position:-800px 0;
}
	li.nav06 a:hover,
	.inquiry li.nav06 a {
		background-position:-800px -50px;
	}

.wrapper {
	padding-bottom:80px;
	border-bottom:1px solid #dddddd;
}
.totop {
	border-bottom:1px solid #ddd;
}
.totop img {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}
.pagetopInner {
	width:960px;
	margin:0 auto;
	text-align:right;
	line-height:0;
}
.footInfo {
	width:960px;
	margin:0 auto;
	/zoom:1;
}
.footInfo:after {
	content:'';
	display:block;
	clear:both;
}
.footCompany {
	width:300px;
	float:left;
}
.footContact {
	width:660px;
	float:right;
	background:#4888c0;
	border:3px solid #dddddd;
	padding:10px 20px;
	color:#fff;
	display:table;
	font-weight:bold;
}
.footContact p {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
}
.footContact a {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	background:#50c048;
	border-radius:6px;
	border-bottom:3px solid #3f9538;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
}
.footContact a:hover {
	border-bottom:3px solid #4888c0;
	top:3px;
}
.footNav {
	padding:20px 0;
	text-align:center;
}
.footNav li {
	display:inline;
	padding:0 10px;
}
.footNav li a {
	font-size:12px;
	text-decoration:none;
}
.foottel {
	color:#555;
	font-weight:bold;
	font-size:13px;
	line-height:1;
}
.footerCopy {
	border-top:1px solid #ddd;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.breadCrumb {
	padding:6px 0;
	background:#f6f6f6;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	font-size:11px;
}
.breadCrumb i {
	font-size:13px;
}
.breadCrumb a {
	text-decoration:none;
}
.breadNav {
	width:960px;
	margin:0 auto;
}
.pageTitle {
	margin-bottom:20px;
	background:#f3f3f3;
}
.pageTitle h1 {
	width:960px;
	height:150px;
	line-height:150px;
	margin:0 auto;
	font-size:24px;
	background:url(../img/common/bg_sectiontitle.jpg) no-repeat right center;
}
.pageTitle h1 span {
	padding-left:30px;
	font-size:14px;
	color:#63abd4;
}

.content {
	width:960px;
	margin:0 auto;
}
.content:after {
	content:'';
	display:block;
	clear:both;
}
.mainContent {
	width:690px;
	float:left;
}
.sideBar {
	width:240px;
	float:right;
}
.sideBanner li {
	margin-bottom:15px;
}
.sideBanner img {
	width:100%;
	height:auto;
}

.table {
	width:100%;
	margin-bottom:1.5em;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
.table th ,
.table td {
	padding:15px 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.table th {
	background:#fafafa;
	vertical-align:middle;
}
.mainContent h2 {
	margin-top:40px;
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#41586a;
	background:url(../img/common/btm_dot.png) repeat-x left bottom;
}
.mainContent h2:before {
	margin-right:10px;
	position:relative;
	top:2px;
	content:url(../img/common/bg_head_h2.png);
}
.mainContent h2:first-child {
	margin-top:0;
}
.mainContent p {
	margin-bottom:1.5em;
}

.accessOffice {
	display:table;
	width:100%;
}
.officeImg {
	width:225px;
	display:table-cell;
}
.officeMap {
	display:table-cell;
	width:465px;
	padding-left:5px;
}
.submitBtn {
    background: #3a941f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 0;
    width: 240px;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}
.inquiryTable th {
	vertical-align:top;
}
.fmM {
	width:240px;
	padding:3px;
}
.fmTextarea {
	width:460px;
	height:300px;
	padding:3px;
}
.privacy dt {
	font-weight:bold;
	margin-bottom:6px;
	color:#4886be;
}
.privacy dl {
	margin-bottom:1.5em;
}

.bx-wrapper {
	margin-bottom:0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 10000;
}
.sectionList {
	margin-bottom:30px;
}
.sectionList {
	background:url(../img/top/bg_section.jpg) repeat-x center top;
}
.sectionList ul {
	width:960px;
	margin:0px auto;
}
.sectionList ul:after {
	content:'';
	display:block;
	clear:both;
}
.sectionList li {
	width:310px;
	padding-bottom:50px;
	position:relative;
	float:left;
	border-radius:6px;
}
.sectionList h1 {
	padding:20px 0;
	font-weight:bold;
	font-size:28px;
	text-align:center;
	color:#555;
}
.sectionList h2 {
	padding-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.sectionList li a {
	display:block;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-100px;
}
.section01 {
	margin-right:15px;
	border-top:8px solid #057ec3;
	background:#e6f2f8 url(../img/top/icn_top01.jpg) no-repeat center 70px;
}
.section01 h2 {
	color:#057ec3;
}
.section02 {
	margin-right:15px;
	border-top:8px solid #1fb089;
	background:#e6f2f8 url(../img/top/icn_top02.jpg) no-repeat center 70px;
}
.section02 h2 {
	color:#1fb089;
}
.section03 {
	border-top:8px solid #057ec3;
	background:#e6f2f8 url(../img/top/icn_top03.jpg) no-repeat center 70px;
}
.section03 h2 {
	color:#057ec3;
}
.sectionList .sectionInfo {
	font-size:13px;
	padding:180px 10px 20px;
}
.topBanner ul:after {
	content:'';
	display:block;
	clear:both;
}
.topBanner li {
	width:300px;
	float:left;
	margin-right:30px;
}
.topBanner li:last-child {
	margin-right:0;
}
.sectionNews,
.sectionBlog {
	width:460px;
	float:left;
}
.sectionNews {
	margin-right:40px;
}
.welcome {
	margin-bottom:30px;
}
.newsContent {
	margin-bottom:50px;
}
.newsContent:after {
	content:'';
	display:block;
	clear:both;
}
.newsContent h2 {
	margin-bottom:10px;
	padding-bottom:6px;
	background:url(../img/common/btm_dot.png) repeat-x left bottom;
}
.entryList dt {
	font-size:12px;
}
.entryList dd {
	font-size:13px;
}
.entryList a {
	text-decoration:none;
}
.entryList li {
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}
.toArchive {
	text-align:right;
}
.mainVisual {
	background:#f1f1f1;
}
.bx-wrapper {
	width:1280px;
}

.entryContent:after {
	content:'';
	display:block;
	clear:both;
}
.entryContnt table {
	margin-bottom:1.5em;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
.entryContnt table th ,
.entryContnt table td {
	padding:15px 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.entryContnt table th {
	background:#fafafa;
	vertical-align:middle;
}
.entryContent ol {
	list-style:decimal;
	margin-bottom:1.5em;
	margin-left:20px;
}
.entryContent ul {
	list-style:disc;
	margin-bottom:1.5em;
	margin-left:20px;
}
.entryContent dt {
	font-weight:bold;
}


/*料金表*/

.bun {
    padding: 10px 10px 10px 24px;
    line-height: 140%;
}

table.ryo{
    font-size: 13px;
    border-collapse: collapse;
    border: 2px solid #4C833F;
    line-height: 120%;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr.midasi {
    font-size: 15px;
    text-align: center;
    background-color: #A0CF91;
    font-weight: bold;
	vertical-align: middle;
}

.ryo td {
    border: 1px solid #4C833F;
    padding: 4px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td.ko_midasi {
    text-align: center;
    background-color: #E1FF99;
	vertical-align: middle;
}

td.hosyu {
    font-size: 15px;
    background-color: #A0CF91;
    /*writing-mode: tb-rl;*/
	vertical-align: middle;
}

p.hosoku {
    background: url(../img/business/ten.gif) no-repeat;
    background-position: 0px 1px;
    font-size: 14px;
    margin: 10px 10px 0px 24px;
    padding: 0px 0px 8px 20px;
    line-height: 140%;
}