@charset "UTF-8";

/* ========TEMPLATE LAYOUT======== */
#wrapper{
	position: relative;
	overflow:hidden;
	background:#FFF;
	box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
}

#top{
	margin-bottom:20px;
}
#toiawase{ 
	position: absolute;
	top: 88px;
	right:0px;
	font-size: 0.8em;
}

#toiawase-in{
	padding: 5px 20px;
}
#toiawase-in a{
	color:#fff;
}
#menu {
   width:100%;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   margin:0 auto;
}
.pcsize{
}
.smhsize{
		display:none;
}
/* ========HEADER CUSTOMIZE======== */
h1 {
   margin:0;
   padding:5px;
   display:none;
}


/* ========NAVI======== */
#navi #menubox{
}
#navi #menu{
	width:100%;
	background:#003856;
}
#navi #menu ul{
}

#navi #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	font-size:1em;
}

#navi #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#navi #menu li a{
	display: block;
	text-align:center;
	padding: 0.8em 2.05em;
	color:#fff;
	text-decoration: none;
}

#navi #menu li a:link,
#navi #menu li a:visited{ background-color: transparent; } 
#navi #menu li a:hover,
#navi #menu li a:active{ 
	background:#4A7F91;
 } 
.tog{
	display:none;
}
.dekorei{
	padding:1px 5px;
	font-size:0.9em;
	background:#fff;
	color:#003856;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main {
	margin:30px 0;
}
.contents{
	margin:0 auto 20px;
	padding:30px 50px;
}
.contents a:hover {
   text-decoration:underline;
}
#main h2 {
	margin:0 0 10px;
	padding:0 15px;
	color:#003856;
	font-size:1.4em;
	background: linear-gradient(#efefef, #fff);
	border:1px solid #D8D8D9;
	line-height:2em;
	text-align:center;
	clear:both;
}

#main h3{
	margin:0;
	padding:0 ;
	color:#003856;
	font-size:1.4em;
	line-height:2.1em;
}
#main h4 {
	margin:20px 0 10px;
	padding:0;
	color:#1D2088;
	font-size:1.3em;
	font-weight: bold;
	line-height:1.5em;
	border-bottom:1px #1A9F97 dashed;
	clear:both;
}
#main p {
	margin:5px 0;
   line-height:2em!important;
   font-size:1.135em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main a{
	color:#003856;
}
#main a:hover{
	color:#FC5A00;
}
img.lineimg {
vertical-align:middle;
}
.text-icon {
  padding: 1px;
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
}

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   text-align:left;
   border:1px solid #ddd;
   background:#dcd9b4;
}

#main table td {
   padding:5px;
   text-align:left;
   border:1px solid #ddd;
}
#main table.table-style01 th,
#main table.table-style01 td{
	text-align: left;
	vertical-align: top;
}
#main table .w25{ width: 25%; }
#main table .w30{ width: 30%; }


#main ul {
   margin:0;
   padding:0;
}

#main li {
   padding:0 0 0 20px!important;
   line-height:2em;
   list-style-type:none;
   background:url("../images/icon/li.png") no-repeat 0 8px;
}
#main dl{
	margin:0 auto;
}
#main dt {
   margin:0;
   padding:10px;
   line-height:2em;
   float:left;
   width:80px;
}

#main dd {
   padding:10px 0 10px 90px;
   line-height:2em;
	font-size:1.2em;
}


/*========段組み========*/
.box-wrap {
	margin:10px 0 10px;
}
.box-wrap .box-l{
	float: left;
	width: 47.5%;
	margin: 0 0 0.5em;
}

.box-wrap .box-r{
	float: right;
	width: 47.5%;
	margin: 0 0 0.5em;
}
.box-wrap .box-l3-1{
	float: left;
	width: 31%;
	margin: 0 0 0.5em;
}

.box-wrap .box-r3-2{
	float: right;
	width: 66%;
	margin: 0 0 0.5em;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/* ========Breadcrumb CUSTOMIZE======== */
/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin: 1.2em;
	font-size: 0.8em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none !important;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../images/icon-brc.gif) center right no-repeat;
	color:#1D2088!important;
}
#breadcrumbs li a:hover{
	text-decoration:underline;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub-content{
}
#sub-content img{
	margin:0 0 10px;
}
#sub-content h3 {
	margin:0 0 10px;
	padding:0 5px;
	color:#fff;
	font-size:1.4em;
	font-weight: bold;
	line-height:2em;
	background:url(../images/h3-side.png) top left repeat-x;
}
#sub-content ul{
	margin:0;
	padding:0;
}
#sub-content li{
	margin:0;
	padding:0;
}

/* ========FOOTER CUSTOMIZE======== */
#footer{
	background:#fff;

}
#footer-in{
	margin:20px auto;
	width:80%;
}
#dog{
	margin:0 auto;
	padding-left:100px;
}
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 99;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}

#pageTop img a:hover{
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;

}




/* ========FOOTER CUSTOMIZE======== */
.copyright {
clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   background:#003856;
   color:#fff;
}



/* 追加 */

.box-wrap .box-4bx{
	float: left;
	width: 50%;
	margin: 0;
}
.sp_01 {margin-bottom:20px;}
.sp_02 {margin-bottom:6px;}

.fo_01 {font-size:0.9em; line-height:1.2em;}
.fo_02 {font-size:2em; color:#ffffff !important; font-weight:600; text-shadow: 2px 0 2px #000;}
.fo_02 a, hover {color:#ffffff !important;}
.fo_03 { font-size:0.8em; }
.fo_04 { font-size:0.5em; }
.box-wrap .box-so{
	float: left;
	width: 50%;
	margin: 0 0 0.5em;
}

.h2_so {
	margin:6px 0 10px;
	padding:0 15px;
	color:#003856;
	font-size:1.4em;
	background: linear-gradient(#BA7418, #F9D876);
	border:1px solid #F9D876;
	line-height:2em;
	text-align:center;
	clear:both;
}

.text-center {  text-align: center;}


.kakomi {
 font-size:0.86em;
 padding: 0.2em 0.8em;
 color: #1A237E;
 background-color: #ffffff;
 border-radius: 10px;
}
/*  luxbar.min.css かぶせ */
.luxbar-menu-material-indigo, .luxbar-menu-material-indigo .dropdown ul {
    background-color: rgba(0,56,86,0.9);
    color: #fff;
}
.luxbar-menu-material-indigo .active,
.luxbar-menu-material-indigo .luxbar-item:hover {
  background-color: rgba(255,255,255,0.16); }
  

