@charset "utf-8";
/* CSS Document */



/* -------------------- Reset CSS -------------------- */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	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;
}



/* -------------------- Common CSS -------------------- */



.PC_view { display: block !important; }
.SP_view { display: none !important; }



body{
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
}


p, dt, dd, li, span {
	font-size 16px;
	line-height: 1.5;
}
a {
	font-size: 16px;
	line-height: 1.0;
}

table {
	border: 1px solid #333;
	margin: 30px auto;
}
table th {
	background-color: #F5F5F5;
	border: 1px solid #333;
	padding: 5px;
}
table td {
	text-align: center;
	border: 1px solid #333;
	padding: 5px;
}

nav {
	background-color: #1BB9CF;
	line-height: 0;
	border-bottom: 5px solid #0489B1;
}


.link-btn {
	width: 300px;
	margin: 0 auto;
}
.link-btn a {
	display: block;
	font-weight: bold;
	color: #000;
	background: url(../images/btn_arrow.png) no-repeat left 15px center;
	background-color: #45BF2D;
	text-align: center;
	border-radius: 10px 10px;
	text-decoration: none;
	padding: 15px 0;
}
.link-btn a:hover {
	opacity: 0.7;
}
.link_simu {
	position: fixed;
	top: 60px;
	right: 0;
}
.link_simu a {
	display: inline-block;
}


/* Pagetop */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.redtxt {
	color: #FF0000;
}


header p.toptxt { 
	width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
}
header .hmain {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
header .hmain .toplogo {
	float: left;
	padding: 0 0 10px;
}
header .hbnr {
	float: right;
	font-size: 0;
	padding: 0 0 10pxx;
}
header .hbnr a {
	display: inline-block;
}
header .hbnr a:first-child {
	margin-right: 10px;
}
header .hbnr a img {
	max-height: 80px;
}


header nav ul.pcmenu {
	font-size: 0;
	width: 1200px;
	margin: 0 auto;
}
header nav ul.pcmenu > li {
	display: inline-block;
	width: 150px;
/*	border-left: 1px solid #FFF;*/
	border-left: 1px solid #0489B1;
	box-sizing: border-box;
}
header nav ul.pcmenu > li:last-child {
/*	border-right: 1px solid #FFF;*/
	border-right: 1px solid #0489B1;
}
header nav ul.pcmenu > li > a {
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: #1BB9CF;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}
header nav ul.pcmenu > li > a > span {
	display: block;
	font-size: 12px;
	margin-top: 7px;
}
header nav ul.pcmenu > li > a:hover {
	color: #333 !important;
	background-color: #A9E2F3 !important;
}
header nav ul.pcmenu > li.current-menu-item > a {
	color: #0101DF;
	background-color: #1BB9CF;
}

header nav ul.pcmenu > li > ul {
	overflow: hidden;
}
header nav ul.pcmenu > li > ul > li {
	overflow: hidden;
	float: left;
/*	width: 48%;
	margin-right: 2%;*/
	width: 50%;
}
header nav ul.pcmenu > li > ul > li:nth-child(2n) {
	margin-right: 0;
}
header nav ul.pcmenu > li > ul > li:nth-child(n+3) {
	margin-top: 20px;
}
header nav ul.pcmenu > li > ul > li a:before {
	content: url(../images/nav_child_thumb.jpg);
	float: left;
	display: block;
	width: 88px;
	margin-right: 20px;
}

header nav ul.pcmenu > li > ul > li > a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
}
header nav ul.pcmenu > li > ul > li > a > strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
}
header nav ul.pcmenu > li > ul > li > a > strong + span {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}


.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
#hover-click {
  position: relative;
}
#hover-click > li > ul {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  width: 1200px;
  background: #A9E2F3;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
	border: 5px solid #0489B1;
	border-top: none;
}


footer #fnav {
	background-color: #A9E2F3;
	padding: 30px 0;
}
footer #fnav .fnav-wrap {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
footer #fnav .fnav-box {
	float: left;
	width: 300px;
}
#fnav .fnav-box > ul > li {
	margin-bottom: 20px;
}
#fnav .fnav-box > ul > li:last-child {
	margin-bottom: 0;
}
#fnav .fnav-box > ul > li > a {
	display: block;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	border-left: 10px solid #0489B1;
	padding: 5px 0 5px 20px;
}
#fnav .fnav-box > ul > li > ul {
	margin: 20px 0 0 20px;
}
#fnav .fnav-box > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	color: #333;
	background: url(../images/fnav_arrow.png) no-repeat left center;
	text-decoration: none;
	border-left: none;
	padding-left: 20px;
	
}
#fnav .fnav-box:nth-child(3) > ul >li > ul {
	margin: 20px 0 0 0;
}
#fnav .fnav-box:nth-child(4) .gojoh-link {
	margin-top: 20px;
}
#fnav .fnav-box:nth-child(4) p {
	margin-top: 10px;
}
#fnav .fnav-box:nth-child(4) p a {
	display: block;
}



footer #fmain {
	background-color: #1BB9CF;
	text-align: center;
	padding: 30px 0;
}
#fmain ul {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto 30px;
}
#fmain ul li {
	float: left;
}
#fmain ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.0;
	padding: 0 10px;
	border-left: 1px solid #333;
}
#fmain ul li:first-child a {
	border-left: none;
}
#fmain .flogo {
	margin-bottom: 20px;
}
#fmain .copyright{
	color: #FFF;
}



@media print{

.nav-fixed {
	position: relative;
}
.link_simu {
	position: absolute;
	z-index: 300;
}

.box-customer.move {
  opacity: 1;
}
.box-gojoh.move {
  opacity: 1;
}

}


@media print and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

/* 印刷したい領域 A4 */

html, body {
	zoom: 80%;
}

}


@media print {

/* 印刷したい領域 A4 */

html {
	-ms-zoom: 90%;
}
body {
	-ms-zoom: 90%;
}

}
