headmenu/*デフォルトCSS*/
div.header {line-height:15px;}
div.header img {margin-left:15px;}
div.header span.float-right {font-family:"SimHei";}
div.header span.float-left {font-size:12px;}

.tl {text-align: left;}
.tc {text-align: center;}
.fsty_o {font-style: oblique;}
.fs12 {font-size: 12px;}
.fc_gray {color: #626161;}
.fc_blue {color: #69CEE5;}
.sup {font-size: 11px;}
.fs {
	text-shadow: 2px 2px 1px #054351 !important;
	filter:dropshadow(color=#054351,offX=2,offY=2);
}
.fs2 {text-shadow: 1px 1px 0 rgba(0,0,0,.2) !important;}

p.shw_white {
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
}

/* ******** <margin> ******** */
.m10 {margin:10px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml50 {margin-left:50px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mr10 {margin-right: 10px;}
.mt20 {margin-top:20px;}
.mt-40 {margin-top:-40px;}

/* ******** <padding> ******** */
.pr10 {padding-right: 10px;}

/* ******** <float> ******** */
.fr {float:right;}
.fl {float:left;}

/* ******** <icon> ******** */
p.information {background:url(../images/information.gif) no-repeat left 5px;padding-left:20px;}
p.question {background:url(../images/question.gif) no-repeat left 4px;padding-left:20px;}
p.exclamation {background:url(../images/exclamation.gif) no-repeat left 4px;padding-left:20px;}
p.critical {background:url(../images/critical.gif) no-repeat left 5px;padding-left:20px;}
.icon li {list-style-type:square !important;}
.cited {background:url(../images/cited.gif) no-repeat left center;}

/* ******** <line> ******** */
.lh30 {line-height: 30px;}
.lh40 {line-height: 40px;}

.h1_top {margin-top: 30px !important;}
.h1_top{
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	font-size: 23px;
}
.h1_top:before, .h1_top:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}
.h1_top:before {left: 7px;}
.h1_top:after {right: 7px;}

.h2_top {margin-top: 40px !important;}

.heading6{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	z-index: -3;
}
.heading6:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:14px; 
	left:7px; 
	background-color:#6B0CE8;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: -2;
}
.heading6:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:15px; 
	width:15px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:2px; 
	background-color:#00A8FF;
	z-index: -3;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
/* ******** <img size> ******** */
.img_30_100 {width: 30% !important;}
.img_40_100 {width: 40% !important;}
.img_55_100 {width: 55% !important;}
.img_70_100 {width: 70% !important;}

/* ******** <color> ******** */
.red {color:#DD0000;}
.blue {color: #006699;}
.black {color:black;}
.bg_sky {background-color: #F7FDFD !important;}
.bg_yellow {background-color: #FFFF33;}
.bg_blue {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    vertical-align: middle;
    color: #006699;
    background-color: #DDDDDD;
    margin: 20px 0px 0px;
    padding: 0px 15px 2px;
}
.ul_blue {border-bottom: 2px dotted #87ceeb;}
.marker_yellow {background: linear-gradient(transparent 60%, #ffff66 60%);}
.lbv_color {color: #006699 !important;}

/* ******** <button> ******** */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/* <グラデーションボタン> */
.button-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_grad {
  display: block;
  height: 50px;
  width: 186px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 14px;
  text-align: center;
}
.btn_grad:after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3bade3;
  background: -webkit-linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background: linear-gradient(45deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  height: 50px;
  width: 372px;
  z-index: -1;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  -webkit-transition: -webkit-transform 400ms ease-in;
  transition: -webkit-transform 400ms ease-in;
  transition: transform 400ms ease-in;
  transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
}
.btn_grad:hover:after {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.btn_grad span {
  position: relative;
  top: 16px;
}

/* ******** <decoration> ******** */
.scroll {border:solid 1px;overflow:auto;margin-top:5px;padding:1px 12px 9px;height: 292px;}

.body_wap {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	z-index: 1;
}
.body_wap p, li { color: #1B1A1A; }

.center_box {
  width: 100%;
  text-align: center;
}

.check {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	color: #006699;
	background: url(../images/h3.jpg) no-repeat left center;
	margin: 40px 0px 0px;
	padding: 7px 15px 9px 40px;
}
#container {display: none;}
#navre a {
  color: #323738;
  display: block;
  width: 10%;
  float: left;
  font-size: 12px;
  line-height: 35px;
  margin: 0 0px 0 0;
  padding: 0 0px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#navre  a:hover {
  background: #69CEE5;
  color: #fff; 
}
#navre_wapper{
	position: relative;
}

#navre_wapper{width: 1038px;margin: 0 auto;}

#navre3 {
	width: 1038px;
	margin: 0 auto;
	background-color:#fff;
	z-index: 100;
}

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

#navre3 ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:12px;
  float: left;
  position: relative;
  width: 11.1111111%;/*親メニューの幅*/
  /*height: 40px;/*親メニューの高さ*/
  line-height: 50px;
  color:#323738;/*親メニューの文字色*/
  font-weight: bold;
  text-align:center;
}

#navre3 ul li a {
  color: #323738;
  display: block;
  text-decoration: none;
}

#navre3_sub li a {
  color: #fff !important;
}

#navre3 ul li:hover, #navre3 ul li a:hover {
	color: #fff;
  background: rgba(0, 20, 60, 0.9);/*ホバー時の親メニューの背景色*/
  text-decoration: underline;
}

#navre3 ul li ul {
  position: absolute;
  top: 50px;/*親メニューの高さと同じにする*/
  width: 150%;
  z-index: 100;
}
#navre3 ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
  height: 0;
  text-indent:25px;
  text-align:left;
  background: rgba(0, 20, 60, 0.9);/*サブメニューの背景色*/
}
#navre3 ul li ul li:hover, #navre3 ul li ul li a:hover {
  background: rgba(0, 20, 60, 0.9);/*ホバー時の親メニューの背景色*/
  text-decoration: underline;
}
#navre3 ul li:hover ul li, #navre3 ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:50px;/*サブメニューの高さ*/
  z-index: 10;
}
#navre3 * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wapper_fix{
	position:fixed;
	top: 0;
	margin:0 auto;
	width: 100%;
	height: 50px;
	background-color:#fff;
   border-bottom-width: thin; /* 太さ */
   border-bottom-style: solid; /* 線種 */
   border-bottom-color: #ccc;   /* 線色 */
	z-index: 1000;
}

.naver3_fix {
	width: 100%;
    background-color: white;
	margin: 0 auto;
	top: 0;
	position:fixed;
	z-index: 1000;
}
#slide_menu{
    position: fixed;
    top: 0;
    left: -160px;
    width: 160px;
    height: 100%;
    background: #E87272;
}

.logop2 {
    display: none;
}
.spn_menu {
    display: none;
}
#menu_button{
	display:none;
	height:0px;
}
#tel_button{
	display:none;
	height:0px;
}
#mail_button{
	display:none;
	height:0px;
}
.visible_smart {
	display:none;
}
.headmenu_pc {
	position:fixed;
	/*width:960px;*/
	background-color:#ffffff;
	margin:0px auto;
	width:100%;
}
.headmenu3 {
	text-align: center;
}

.youtube3 {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.youtube3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 80% !important;
  height: 80% !important;
}
table.border-solid {
    margin-top: 10px;
    background-color: #ccc;
}
table.border-solid td {
    padding: 5px 10px;
    background-color: #ffffff;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.bt {
	margin-top:-25px;
	display: inline-block;
	width: 200px;
	height: 54px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.bt::before,
.bt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bt,
.bt::before,
.bt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.buy-btn {
	position: relative;
	font-weight:bold;
	z-index: 1;
	background-color: #FDD118;
	border: 2px solid #FDD118;
	color: #fff !important;
	text-shadow: 1px 1px 1px #999999;
	line-height: 50px;
	overflow: hidden;
}
.buy-btn:hover {
	color: #000000 !important;
}
.buy-btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.buy-btn:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
}

.buy-btn2 {
	background-color: #EF7E6E !important;
	border: 2px solid #EF7E6E !important;
}
.inf-btn {
	position: relative;
	font-weight:bold;
	z-index: 1;
	background-color: #65CDA2;
	border: 2px solid #65CDA2;
	color: #fff !important;
	text-shadow: 1px 1px 1px #999999;
	line-height: 50px;
	overflow: hidden;
}
.inf-btn:hover {
	color: #000000 !important;
}
.inf-btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.inf-btn:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
}

.btn_i {
	width: 140px;
	height: 38px;
	background: #ebebeb;
	border: 1px solid #FFF;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #2a82a3;
	padding: 15px 15px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 5px rgba(000,000,000,1);
	b-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 5px rgba(000,000,000,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3),inset 0px 0px 5px rgba(000,000,000,1);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_i:hover {
	background: #2a82a3;
	color: #FFF;
}

@media screen and (max-width: 970px) {
.body_wap {
	width: 90%;
}
}

/*スマートフォン用CSS*/
@media screen and (max-width: 639px) {

.body_wap {width: 100%}

.img_30_100 {width: 100% !important;}
.img_40_100 {width: 100% !important;}
.img_55_100 {width: 100% !important;}
.img_70_100 {width: 100% !important;}

#container {display:block;}
div.header {line-height:15px;}
div.header img {margin-left:15px;}
div.header span.float-right {font-family:"SimHei";}
div.header span.float-left {display:none;}
/*
#navre a {
    float: none;
    margin: 0 0 1px 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 100%;
  }
*/
#navre3{
    position: fixed;
    top: 0;
    left: -180px;
    width: 180px;
    height: 100%;
    background: #00133C;
    overflow: auto;
}

#navre3 a {
    float: none;
    margin: 0 0 1px 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
}

#navre3 ul li {
	display:block;
	width: 90%;/*親メニューの幅*/
    background: #00133C;/*サブメニューの背景色*/
    padding: 5px 5px 0 0;
    margin: 0 0 0 0;
	font-size:17px;
	/*height:34px;*/
	line-height:40px;
	border-bottom: solid 1px #909094;
	text-indent:10px;
	font-weight: normal;
    float: none;
    position: relative;
}

#navre3 ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  }
#navre3 ul li ul {
  /*display:none;*/
  /*visibility: visible;*/
  position: relative;
  top: 0px;/*親メニューの高さと同じにする*/
  width: 100%;
  z-index: 100;
}
#navre3 ul li ul li {
  /*display:none;*/
  display:block;
  visibility: visible;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
  height: 40px;
  background: #00133C;/*サブメニューの背景色*/
  font-size:15px;
  text-indent:25px;
}

#navre3 ul li:hover ul li, #navre3 ul li a:hover ul li{
  overflow: hidden;
  height:40px;
  z-index: 10;
}

#menu_button{
	line-height: 40px;
	margin-top:40px;
	display:block;
	height: 40px;
	outline:none;
	background:#ffffff;
	width:33%;
	margin:0;
	padding:0;
	float:left;
	font-size:20px;
	color:#909094;
}
#menu_button img{
	/*width:18%;*/
	height:13px;
}
#menu_button2{
	background: #323738;
	border: 1px solid #fff;
	font-size: 1.17em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	line-height: 40px;
	height: 40px;
	outline:none;
	width:33.3333333333%;
	float:left;
}
/*background-color: rgba(0, 51, 153, 0.9);*/
#menu_button3{
	background: #323738;
	border: 1px solid #fff;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	line-height: 40px;
	height: 40px;
	outline:none;
	width:33.3333333333%;
	float:left;
	font-size: 1.17em;
	font-weight: bold;
}
#spn_menu a{text-decoration: none;}

#tel_button{
	margin-top:40px;
	display:block;
	height: 40px;
	outline:none;
	/*border: none;*/
	background:#ffffff;
	width:33%;
	margin:0;
	padding:0;
	float:left;
}
#tel_button img{
	/*width:30%;*/
	height:35px;
}

#mail_button{
	margin-top:40px;
	display:block;
	height: 40px;
	outline:none;
	/*border: none;*/
	background:#ffffff;
	width:34%;
	margin:0;
	padding:0;
	float:left;
}
#mail_button img{
	/*width:30%;*/
	height:35px;
}

.logoimg{
	display:none;
}
.headmenu2 {display:none;}

.headmenu {
	position:fixed;
	height: 40px;
	width:100%;
}
.spn_headmenu{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	margin-bottom: 10px;
	clear:both;
	z-index: 999;
}

.logop{
	display:block;
	height: 40px;
	background:#006699;
}

.logop p{
	color:#ffffff;
	font-size:22px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px 0px;
}

.logop2{
display:block;
height: 40px;
  background-image: -webkit-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%),
                    -webkit-linear-gradient(0deg, transparent 80%,rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%),
                    liner-gradient(90deg, transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);
  background-color: #ccc;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
}
.logop2 a{
	display : block;
	color: #006699;
	font-size:30px;
	text-decoration: none;
	text-align:center;
	vertical-align: middle;
	padding:15px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.spn_menu {
	display:block;
	width:100%;
}
.spn_space {display:block;}

.youtube3 {
  width: 100%;
}
.youtube3 iframe {
  width: 100% !important;
  height: 100% !important;
}

}
