@charset "UTF-8";
/* CSS Document */


/* -------------------------------------
Browser：IE8 over
-------------------------------------
01: reset
02: common
03：template
-------------------------------------*/

/** ========================================
		01.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, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:none;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
h1, h2, h3, h4, h5, h6,
dt,th{
font-weight:normal;
}
ul,ol {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #CDCDCD;
margin:1em 0;
padding:0;
}
img{
	border:none;
	background:none;
	vertical-align: bottom;
}

/** ========================================
		02.common
======================================== **/
body{
	font-size:14px;
	color:#666666;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
}
a{
	cursor:pointer;
	text-decoration:underline;
	color:#10869E;
}
a:hover{
	text-decoration:none;
}
header a:hover img,
article a:hover img,
.pagetop a:hover img,
footer a:hover img,
#copyright a:hover img{
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}
a[href*=".pdf"]{
	display:block;
	background:url(../images/icon_1r_64.gif) no-repeat left center;
	padding: 0 0 0 64px;
	min-height:48px;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.cf {
	min-height: 1px;
}
 
* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clr {
	clear: both;
}

.lettersp{
	letter-spacing:1px;
}
/* !SP
---------------------------------------------------------- */
@media screen and (max-width:767px){
.pcVer {
	display: none !important;
}
img {
	max-width: 100%;
}

/**footer**/
.pagetop {
	text-align: center;
	padding: 40px 0;
}
.pagetop img {
	height: 40px;
	width: auto;
}
#globalFooter {
	background: #10869e;
	color: #fff;
}
#globalFooter #footer {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
	color: #acd9dd;
}
#globalFooter #footer dl.service {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #acd9dd;
}
#globalFooter #footer dt a {
	color: #acd9dd;
	text-decoration:none;
	display: block;
	margin-bottom: 0.25em;
}
#globalFooter #footer dd {
	padding: 0 1em;
}
#globalFooter #footer dd a {
	color: #acd9dd;
	text-decoration:none;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.25em;
}
#globalFooter #footer dd a:last-child {
	margin-bottom: 0;
}
#globalFooter #footer dl.info {
	letter-spacing: -0.4em;
}
#globalFooter #footer dl.info dt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
}
#globalFooter #footer dl.info dd {
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #acd9dd;
}
#copyright {
	text-align: center;
	padding: 2em 0 0.5em;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
#copyright .adress {
	margin-bottom: 1em;
}
#copyright .adress img {
	width: 245px;
	height: auto;
	margin-bottom: 1em;
}
#copyright .bnr {
	margin-bottom: 1em;
}
#copyright .og {
	margin-bottom: 2em;
}
#copyright p {
	font-size:10px;
}

}
/* !PC
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.spVer {
	display: none !important;
}
	
/** ========================================
		03.template
======================================== **/
/**gnavi**/
#globalNaviSp {
	display: none;
}
#globalHeader a{
	color:#000000;
	text-decoration:none;
}
#globalHeader {
	width: 100%;
	background: #fff;
	font-size:16px;
	border-bottom: #ddd 1px solid;
	position:relative;
	top:0;
	z-index:1000;
}
#globalHeader.fixed{
	position:fixed;
	z-index:1000;
	border-bottom:1px solid #ddd;
	-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.1) 1px 1px 3px;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 3px;
}
#globalHeader .base{
	position:relative;
}
#globalHeader .base .logo{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	width:20%;
	text-align:center;
}
#globalHeader .base .logo a{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	zoom:1;
	*display:inline;
	padding:17px;
	line-height:1.0;
}
#globalHeader .base .logo a img.is_disable{
	display:none;
}
#globalHeader .base .globalNavi{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	width:79%;
	min-width:724px;
	border-left:1px solid  #ddd;
}
#globalHeader .base .globalNavi .naviBase>.navi{
	z-index: 100;
	float: left;
	position: relative;
	width: 25%;
}
#globalHeader .base .globalNavi .naviBase>.navi:last-child a{
	border-right:none;
	padding-right:0
}
#globalHeader .base .globalNavi .naviBase>.navi>a{
	display:block;
	border-right:1px solid  #ddd;
	padding:31px 3%;
	text-align:center
}
#globalHeader .base .globalNavi .naviBase>.navi>a span{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:middle;
	*vertical-align:auto;
	zoom:1;
	*display:inline;
	text-indent:-119988px;
	overflow:hidden;
	text-align:left;
	opacity:.5;
	box-shadow:none !important
}
/**pankuzu**/
.pankuzu{
	background:#EAEAE8;
	padding:8px 0;
	overflow:hidden;
}
.pankuzu ul{
	width:980px;
	margin:0 auto;
}
.pankuzu li{
	float:left;
}

.pankuzu li a{
	position:relative;
	display: -moz-inline-box; 
	display: inline-block; 
	/display: inline; 
	/zoom: 1;
	padding:0 10px 0 0;
	margin:0 15px 0 0;
}
.pankuzu li a:after, .pankuzu li a:before { 
	left: 100%; 
	top: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
} 
.pankuzu li a:after { 
	border-color: rgba(234, 234, 232, 0); 
	border-left-color: #EAEAE8; 
	border-width: 4px; 
	margin-top: -4px;
}
.pankuzu li a:before { 
	border-color: rgba(71, 70, 71, 0); 
	border-left-color: #474647; 
	border-width: 5px; 
	margin-top: -5px;
}
.pankuzu.oms a{
	color:#843657;
}
/**pagetop**/
.pagetop{
	padding:10px 0;
	text-align:center;
}
/**footer**/
#globalFooter{
	background:#10869E;
	color:#FFFFFF;
}
#globalFooter #footer {
	max-width:980px;
	width: 92%;
	margin:0 auto;
	padding:20px 0;
	color:#ACD9DD;
	overflow:hidden;
}
#globalFooter #footer dl.service{
	border-right:1px solid #ACD9DD;
	float:left;
	width: 77.4%;
	box-sizing: border-box;
}
#globalFooter #footer dl.info{
	float:right;
	width: 22.4%;
	padding-left: 20px;
	box-sizing: border-box;
}
#globalFooter #footer dl.oms{
	border-top:1px solid #ACD9DD;
	width:130px;
	padding:10px 0 0;
}
#globalFooter #footer dt {
	font-size:18px;
	margin:0 0 8px;
}
#globalFooter #footer dl.info dt {
	font-size:16px;
	margin:0 0 2px;
}
#globalFooter #footer dt a {
	color:#ACD9DD;
	text-decoration:none;
}
#globalFooter #footer dd{
	display:table-cell;
	padding:0 40px 0 0;
}
#globalFooter #footer dd a{
	display:block;
	color:#ACD9DD;
	text-decoration:none;
	margin:0 0 8px;
	padding-left: 1em;
	text-indent: -1em;
}
#globalFooter #footer dl dt a:hover,
#globalFooter #footer dl dd a:hover{
	color:#e5f3f5;
}
#copyright{
	max-width:980px;
	width: 92%;
	margin:0 auto;
	padding:25px 0 10px;
}
#copyright .adress{
	width:390px;
	font-style:normal;
	display:block;
	float:left;
}
#copyright .adress img{
	margin:0 0 10px;
}
#copyright .bnr{
	float:left;
	margin:0 0 0 15px;
}
#copyright .bnr img{
	margin:0 8px;
}
#copyright .og{
	float:right;
	padding:10px 0 0;
}
#copyright p{
	clear:both;
	text-align:right;
	font-size:10px;
}
}


/* ===================================
 globalHeader
====================================== */
@media screen and (max-width:930px){
#globalHeader .globalNavi {
	display: none !important;
}
#globalNaviSp {
	display: block !important;
}
#globalHeader {
	width: 100%;
	background: #fff;
	position: relative;
}
#globalHeader .base .logo {
	height: 60px;
	box-sizing: content-box;
}
#globalHeader .base .logo a {
	padding: 16px 15px;
}
#globalHeader .base .logo img {
	height: 28px;
}
#menu-triggerBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #10869e;
	box-sizing: border-box;
	z-index: 20;
	padding: 14px 12px;
	cursor: pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
#gNavListWrap {
	position: absolute;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	left: 0;
	top: 55px;
	color: #fff;
	z-index: 30;
}
#gNavList {
	width: 100%;
	height: 100%;
	background: #10869e;
	padding: 45px 25px;
	box-sizing: border-box;
	display: none;
}
#gNavList a {
	color: #fff;
	display: block;
	position: relative;
}
#gNavList > li a {
	padding: 12px 25px 12px 0;
}
#gNavList > li > ul li a {
	padding: 12px 25px 12px 15px;
}
#gNavList a:after {
	content: '';
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	top: 16px;
	right: 10px;
}
#gNavList > li {
	border-bottom: #fff 1px dotted;
}
#gNavList > li > .gNavList2ndBox {
	border-left: #409eb1 1px solid;
	border-right: #409eb1 1px solid;
	border-top: #409eb1 1px solid;
	margin-bottom: 10px;
}
#gNavList > li > .gNavList2ndBox:last-child {
	margin-bottom: 30px;
}
#gNavList > li > .gNavList2ndBox > li {
	border-bottom: #409eb1 1px solid;
}
.gNavListCategory {
	background: #409eb1;
	padding: 12px 25px 12px 15px;
}
#gNavList > li > .gNavList2ndBox > li > a {
	font-size: 0.9rem;
}
#gNavList > li.blank {
	padding: 12px 25px 12px 15px;
}
#wrapper.no-scroll {
	overflow: hidden;
}
#gNavList.active {
}
#gNavListWrap.scroll {
}
#gNavListWrap.scroll #gNavList {
}
#mainCont.active {
	overflow: hidden;
}
#overlaySp {
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
}

@media print {
html,
body {
	*zoom: 0.65;
}
body {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
}
