@charset "utf-8";
/* -----------------------------------
Reset
----------------------------------- */
h1, h2, h3, h4, h5, h6, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display:block;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*--------------------
link color
--------------------*/
a {
	color: #126bd9;
	text-decoration: none;	
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC0000;
}
a img {
	border:none;
	vertical-align:top;
}
a.pdf:before{
	content:url(../images/icon-pdf.png);
	position:relative;
	bottom:-5px;
	margin-right:2px;
}


/*--------------------
text
--------------------*/
p{
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	text-align: left;
}
p.text-a{
	text-indent: 1em;
}
p.bana{
	width: 600px;
	float: right;
	font-size: 85%;
	color: #6F6F6F;
}
.big{
	font-size:24px;
	font-weight:bold;
}

/* -----------------------------------
standard setting
----------------------------------- */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 14px;
	color: #555;
	background-image: url(../images/bg-body-top.jpg),url(../images/bg-body.gif);
	background-repeat: repeat-x,repeat;
}
#max-width{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0px 0px 9px 1px #82A8D8;
	box-shadow: 0px 0px 9px 1px #82A8D8;*/
	-webkit-box-shadow: 0px 0px 9px 1px #C4CAD3;
	box-shadow: 0px 0px 9px 1px #C4CAD3;
}
/*--------------------
subheading
--------------------*/
h1{
	margin-bottom:10px;
	margin: 0 0 10px 0;
}
#page-content h1{
	border: none;
	font-size: 150%;
	background-image: url(../images/bg-h1.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	color: #132d68;
	padding-left: 15px;
	background-color: #E9EFFF;
}
#page-content h2:first-of-type{
	margin: 1em 15px;
}
h2{
	line-height: 30px;
	margin-top: 50px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 1em;
	padding-left: 10px;
	font-size: 150%;
	color: #032d60;
	padding-bottom: 5px;
	background-image: url(../images/bg-h2.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
h2.img{
	line-height: auto;
	border-bottom: none;
	background-image: none;	
	padding:0;
}

h3{
	font-size: 120%;
	color: #006384;
	margin-top: 3em !important;
	margin-right: 15px;
	margin-left: 25px;
	margin-bottom: 0.5ex;
	padding-top: 0;
	padding-right: 0;
	padding-left: 5px;
	padding-bottom: 0.2em;
	/* [disabled]border-bottom-color: #999999; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-width: 1px; */
	line-height: 1.2;
	border-left: 5px solid #809FC8;
	clear: both;
}
h3.access{
	width:300px;
	clear: none;
}
h4{
	font-size: 100%;
	margin-top: 1em;
	margin-right: 15px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	color: #032d60;
	border-bottom: 1px dashed #666666;
	line-height: 1.5;
	clear: both;
	margin-bottom: 0.5ex;
}
h4 a img{
	margin-left: 15px;
}
h5{
	color: #636;
	font-size: 100%;
	margin-top: 1em;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	padding: 0;
	line-height: 1.2;
}


/*--------------------
skip
--------------------*/
#blockskip {
	margin:0;
	padding:0;
}
#blockskip a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	margin-top:-1px;
	height:1px;
	width:1px;
	overflow:hidden;
	text-decoration:none;
	background-color: transparent;
	color: #FFF;
}
/*--------------------
header
--------------------*/
#header {
	display: block;
	width: 100%;
	height: 85px;
	background-repeat: repeat-x;
	border-top: 5px solid #327DE4;
}
#head-inner {
	width:960px;
	padding:0 10px;
	margin:0 auto;
}
#head-left {
	float: left;
	width: 390px;
	margin-top: 10px;
}
#head-left h1 {
	background-color: transparent;
	padding: 0;
	line-height:0;
}
#head-left h1 a {
}
#head-left h1 a img {
	border:0;
	vertical-align:bottom;
}
#head-right {
	float: right;
	width: 500px;
}
/*--------------------
submenu
--------------------*/
#submenu {
	height: 30px;
	width:260px;
	margin-top:9px;
	margin-left:250px;
}
#submenu ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#submenu ul li {
	display:block;
	float:left;
	margin-left:12px;
	line-height:0;
}
#submenu ul li a {
	margin-right:3px;
}
#submenu ul li a:hover {
}
#submenu ul li img {
	vertical-align:top;
}

/*--------------------
global navigation
--------------------*/
#globalnavi {
	display: block;
	height: 35px;
	margin-top: 10px;
	clear: both;
}
#globalnavi ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#globalnavi ul li {
	display:block;
	float:left;
}
#globalnavi ul li a {
	display:block;
	width:198px;
	height:35px;
	text-align:left;
}
#globalnavi ul li a:hover {
	background-color:#63C4F8;
}
#globalnavi ul li.contact {
	margin-left:8px;
}
#globalnavi ul li.contact a {
	width:160px;
}
#headnavi-sp{
	display:none;
}
/*--------------------
main
--------------------*/
#main {
	display:block;
	width:100%;
}
.bx-window{
	height:286px !important;
}
#main ul {
	display:block;
	width:980px;
	list-style:none;
	margin:0;
	padding:0;
}

/*--------------------
wrap
--------------------*/
#wrap {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	clear:both;
}
#wrap-inner {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin: 0;
}
#top #wrap-inner {
	width: 920px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	margin: 0 auto;
}

/*--------------------
content
--------------------*/
#content {
	display:block;
	float:right;
	width:755px;
}
#top #content {
	display:block;
	float:left;
	width:530px;
}
#full #content {
	display:block;
	float:none;
	width:960px;
}
/* news */
#news {
	margin-bottom:10px;
}
#news h2{
	margin:0;
	background-color:none;
	border: none;
	padding:0;
	line-height:0;
	background-image:none;
}
.table-news {
	width: 510px;
	margin-left: 20px;
	margin-top: 10px;
}
.table-news th {
	width:9em;
	text-align:left;
	padding-bottom:8px;
}
.table-news td {
	padding-bottom:8px;
}
.table-news td a {
}
#full .table-news {
	width:920px;
	margin-left:20px;
}
.news-link {
}
.news-link a {
	display: block;
	padding-right: 20px;
	float: right;
	background-image: url(../images/news-point.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	/* [disabled]background-position: 0 50%; */
}
/* box-content */
.box-content {
	margin-bottom: 10px;
	background-color: #FFF;
	color: #38393a;
}
.topbtn {
	background-image: url(../images/topbtn.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* data-center */
.data-box{
	background: #EAEEF6;
	padding:10px;
	margin:0 15px 0 25px;
}
.data-box-w{
	background: #EAEEF6;
	padding:10px 0;
	margin:0 5px 15px;
	width:345px;
}
.data-box-w p{
	margin:0 25px 10px;
	text-align:center;
}
.data-left{
	float:left;
	margin-left:25px;
}
.data-right{
	float:right;
	margin-right:25px;
}
.data-box h4{
	margin-top:10px;
	margin-left:10px;
}
.data-box ul{
	margin-left:30px;
}
.table-data{
	margin:10px auto;
	width:500px;
}
.table-data th{
	background:#C8D5EB;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
	width:220px
}
.table-data td{
	background:#DFEAF3;
	border-bottom:1px solid #FFF;
	text-align:right;
	padding:5px 10px;
}
.img-r{
	float:right;
	margin-left:15px;
	margin-top:5px;
	margin-right:6px;
}
#furusato{
	width: 180px;
	height: auto;
}
/*--------------------
side
--------------------*/
#top #side {
	float:left;
	width:390px;
}
#top #side  img {
	vertical-align:auto;
	margin-bottom:10px;
	border:none;
}
#side {
	float:left;
	width:190px;
}
#side img {
	vertical-align: bottom;
	border-top: 1px solid #A9C6E8;
	border-right: 1px solid #A9C6E8;
	border-left: 1px solid #A9C6E8;
}
ul#bana {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
ul#bana li {
	float: left;
	display: block;
	margin-left: 9px;
	margin-bottom: 0;
	padding: 0;
}
ul#sidenavi {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #A9C6E8;
	border-right: 1px solid #A9C6E8;
	border-left: 1px solid #A9C6E8;
}
ul#sidenavi li {
	margin:0;
	border-bottom: 1px solid #5F8FC9;
}
ul#sidenavi li.last {
	border-bottom:none;
}
ul#sidenavi li a {
	line-height: 40px;
	display: block;
	color: #38393a;
	padding-left: 5px;
}
ul#sidenavi li ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul#sidenavi li ul li {
	background-image: url(../images/bg-list.gif);
	background-repeat: no-repeat;
	background-position: 0% 2.2ex;
	margin-left:10px;
	padding-left: 5px;
	border-bottom: none;
}
ul#sidenavi li ul li ul li {
	background-image: none;
	font-size: 90%;
	list-style-type: square;
	margin-left:15px;
	margin-bottom:0;
	padding-left:0;
}
ul#sidenavi li ul li ul li a {
	margin-left:0;
	padding-left:0;
	line-height:12px;
}
ul#sidenavi li ul li a {
	padding-left: 4px;
	margin-left:5px;
	line-height:30px;
}
ul#sidenavi li a:hover {
	background-color: #DCE7FF;
}
a.here{
	background-color: #FFFAC1;
}
a.heredir{
	font-weight: bold;
	color: #F48D1A !important;
}
/*--------------------
pankuzu-list
--------------------*/
#pan-list {
	width:100%;
	font-size: 90%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#pan-list p{
	margin: 0;
}
/*--------------------
footer
--------------------*/
#footer {
	display: block;
	width: 100%;
	clear: both;
}
#foot-inner {
	margin: 0 auto;
	background-image: url(../images/bg-fnavi.jpg);
	background-repeat: repeat-x;
	background-color: #D0EAF9;
}
#footer h4 {
	display: block;
	padding:0;
	margin:0;
	border:none;
}
#foot-site{
	float:left;
	font-size:90%;
	padding-top:27px;
}
#foot-site ul{
	list-style:none;
	float:left;
	display:block;
	width:120px;
	margin:0;
	margin-left:20px;
}
#foot-site ul ul{
	width:110px;
	margin-left:10px;
	margin-bottom:15px;
}
#foot-site ul.serv{
	width:160px;
}
#foot-site ul.serv ul{
	width:160px;
}
#foot-site ul.last{
	width:270px;
}
#foot-site ul.last ul{
	width:270px;
}
#foot-site ul li{
	font-weight:bold;
	line-height:1.5;
}
#foot-site ul li li{
	font-weight:normal;
}
#foot-site ul li a{
	color: #555;
}
#foot-site ul li a:hover{
	color: #CC0000;
}
#foot-sec{
	width: 50%;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
#foot-sec img{
	vertical-align:top;
}
#foot-sec h4{
	text-align:right;
	margin: 0;
	margin-top:13px;
	padding: 0;
	border-bottom: none;
}
#foot-sec a.contact{
	margin-left:25px;
}
#foot-sec #badge{
	float:right;
	margin-top:15px;
	width: 408px;
}
#foot-sec ul{
	display:block;
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	line-height:0;
	margin-bottom:10px;
}
#foot-sec ul li{
	display:block;
	float:left;
	margin-top:10px;
	line-height:0;
}

#copyright {
	color:#FFF;
	clear:both;
	background-color: #63C4F8;
}

#copyright p {
	display: block;
	text-align: center;
	font-size: 90%;
	padding: 5px 0;
	margin: 0;
	background-color: #327DE4;
}

/*----------------------------------------
STYLE
----------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

.left {
	float:left;
	width:360px;
	padding-left:20px;
}
.leftimg{
	float:left;
	margin-right:15px;
}

.right{
	float:right;
}
.rightimg{
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 30px;
}
.style1{
	display:inline-block;
	background:#953735;
	color:#FFF;
	font-size:120%;
	padding:2px 10px;
	border-radius:20px 0 20px 20px;
	margin-right:5px;
	
}
.furusato{
	border:2px solid #953735;
	padding:0;
	margin:0 0 10px;
	border-radius:20px;
}
.furusato h4,.furusato p{
	margin-left:10px;
}
.furusato img{
	margin:0 5px 5px;
}
/*--------------------
list
--------------------*/
ul{
	margin-top: 0;
	margin-right: 0;
	margin-left: 45px;
	margin-bottom: 1em;
	padding: 0;
}
ul li{
	margin: 0 0 2px 0;
	padding: 0;
}
ul.ul-a{
	margin-top: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
ul.ul-a li{
	padding-left: 15px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 0 0.5ex;
	background-image: url(../image/list_mark01.gif);
	list-style-type: none;
}
ol{
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 10px;	
	padding:0;
}
ol li{
	padding-left: 0;
	margin-bottom: 5px;
	line-height: 1.3;
}
/*--------------------
table
--------------------*/
table.table-a{
	border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	font-size: 90%;
	width: 700px;
}
table.table-a th{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px;
	color: #38393a;
	background-color: #EDF5FF;
	line-height: 120%;
	border-top-color: #C7C7C7;
	border-left-color: #666;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 100px;
}
table.table-a td{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px;
	line-height: 130%;
	background-color: #FFFFFF;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 110%;
}
table.table-b{
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	font-size: 90%;
}
table.table-b th{
	padding: 5px;
	color: #38393a;
	line-height: 120%;
	border-top-color: #C7C7C7;
	border-left-color: #666;
	text-align: right;
	font-weight: normal;
}
table.table-b td{
	padding: 5px;
	line-height: 120%;
	background-color: #FFFFFF;
	border-top-color: #666;
	border-left-color: #666;
}
table.table-b th.txt-a-l{
	text-align: left;
}
table.table-c{
	border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	font-size: 90%;
	width: 400px;
}
table.table-c th{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 5px 10px;
	color: #38393a;
	background-color: #EDF5FF;
	line-height: 120%;
	border-top-color: #C7C7C7;
	border-left-color: #666;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 180px;
}
table.table-c td{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 5px 10px;
	line-height: 130%;
	background-color: #FFFFFF;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 110%;
}
/*--------------------
table2(お問合せ用)
--------------------*/
table.table-aa{
	border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 1em;
	font-size: 90%;
	width: 700px;
}
table.table-aa th{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px;
	color: #38393a;
	background-color: #EDF5FF;
	line-height: 120%;
	border-top-color: #C7C7C7;
	border-left-color: #666;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 100px;
}
table.table-aa td{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px;
	line-height: 130%;
	background-color: #FFFFFF;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 110%;
}

/* -----------------------------------
align
----------------------------------- */
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left!important;
}
.txt-r {
	text-align: right;
}

/* -----------------------------------
sitemap
----------------------------------- */
ul.sitemap{
	float:left;
	list-style:none;
	margin:0;
	margin-left:30px;
}
ul.sitemap ul{
	margin-left: 5px;
	margin-bottom: 15px;
	list-style: none;
}
ul.sitemap ul ul{
	margin-bottom:0;
}
ul.sitemap li{
	font-weight: bold;
	line-height: 1.5;
	background-image: url(../images/news-point.gif);
	background-repeat: no-repeat;
	background-position: 0% 0.5ex;
	padding-left: 20px;
}
ul.sitemap li li{
	font-weight: normal;
	background-image: url(../images/bg-list.gif);
	background-repeat: no-repeat;
	background-position: 0% 1ex;
	padding-left: 10px;
	margin-left: 0px;
}
ul.sitemap li li li{
	font-size: 90%;
	background-image: none;
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 0px;
}
/* -----------------------------------
ssl
----------------------------------- */
.ssl{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.ssl .ssl-left{
	float:left;
	width:200px;
}
.ssl .ssl-right{
	float:right;
	width:500px;
}
.ssl .ssl-right p{
	margin:0;
}
/* -----------------------------------
color
----------------------------------- */
.red{
	color: #E7171A;
}
.redbig{
	color: #E7171A;
	font-size:150%;
	font-weight:bold;
}
/* -----------------------------------
form
----------------------------------- */
#privacy{
	text-align: center;
	background-color: #FFE1E2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
}
#privacy h2{
	border-bottom-color: #C11215;
	color: #CF1215;
}
#privacy h3{
	text-align: left;
	border-left-color: #DB7E7F;
	color: #7C1012;
}
#privacy p{
	font-size: 100%;
}
input,select,textarea{
	padding: 5px;
	font-size: 18px;
}
input:focus,select:focus,textarea:focus{
	background-color:#D8F8FE;
	border-color:#6D99C9;
}
input[type="text"],input[type="tel"],input[type="email"]{
	width: 80%;
}
textarea{
	width: 90%;
	display: block;
}
input[type="button"] {
	font-size:18px;
	font-weight:bold;
	max-width:40%;
}
input[type="reset"] {
	font-size:18px;
	max-width:40%;
}
input[type="submit"] {
	font-size:18px;
}
.input-rb{
	margin-right:15px;
}
/* スマホ
input,select,textarea{
	max-width:85%;
	font-size:1.6rem;
}
input:focus,select:focus,textarea:focus{
	background-color:#D8F8FE;
	border-color:#6D99C9;
}
input{
	width:85%;
}
textarea{
	display:block;
	width: auto;
}
input[type="button"] {
	font-size:1.6rem;
	font-weight:bold;
	max-width:40%;
}
input[type="reset"] {
	font-size:1.6rem;
	max-width:40%;
}
input[type="submit"] {
	font-size:1.6rem;
}*/
/* -----------------------------------
CMS
----------------------------------- */
.image-box{
	margin-left:30px;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
dl{
	overflow: hidden;
	margin-left: 20px;
}
dt{
	float: left;
}
dd{
	float: left;
}
.entry-content table{
	margin-left: 20px;
}
.page-navi {
  text-align: center;
  margin-top: 20px;
}
.page-navi a {
  display: inline-block;
}
.page-navi span {
  border: 2px solid #ddd;
  padding: 10px 15px 8px;
  margin: 0 5px;
  display: inline-block;
  transition: 0.3s;
}
.page-navi a {
  border: 2px solid #ddd;
  padding: 10px 15px 8px;
  margin: 0 5px;
  display: inline-block;
  transition: 0.3s;
}
.page-navi a:hover {
  background: #FF7301;
  color: #FFF;
  border: 2px solid #FF7301;
}
.page-navi span.current {
  background: #FF7301;
  color: #FFF;
  border: 2px solid #FF7301;
}


