@charset "utf-8";

/*** common, style　要変更 ***/


/*

緑 00993e 0,150,60
緑うすい afe7b5
オレンジ a51b20
オレンジうすい fff4c0
青 2ea7e0
青うすい b3e6fe

*/


/* ブルー #29afdd */


/* 淡めブルー #54bfe4 */


/* 淡いブルー #85d1e4 */


/* かなり淡いブルー #c5ecf6 */


/* ピンク #f092ae */


/* 淡いピンク #f8cfcc */


/* かなり淡いピンク #fdedec */


/* 茶 #642f0d */


/* オレンジ #fdc44f */


/* 淡いオレンジ #ffde9a */


/* 店舗情報サイドメニュー */


/* 紫　#9966cc */


/* 濃い紫　#9952cc */


/* ------------------------- renewal */


/* ブルー #a51b20 */


/* 濃いブルー #0061bb */


/* 明るいブルー #1695e4 */


/* ちょっと明るいブルー #058ce1 */


/* 薄いブルー #8ca0b4 */


/* もっと薄いブルー #bec8d2 */


/* かなり薄いブルー #d2dce6 #dce6f0 #e6f0fa */


/* 濃い紺 #36495c */


/* --------------
 reset
-------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100% !important;
}

input[type="submit"], label {
  cursor: pointer;
}

input:not([class*=btn]), textarea:not([class*=btn]) {
  padding: 4px;
  /* font-size:80%; */
  color: #333;
}

input[type="submit"][disabled] {
  background: #eee !important;
  cursor: default !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  line-height: 1.2;
}

h1 {
  font-size: 19px;
  font-weight: normal;
}

h2 {
  font-size: 17px;
}

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #CCC;
}


/* --------------
 clearfix
-------------- */

.cf:after, div:after, ul:after, ol:after, dl:after, header:after, footer:after, nav:after, section:after, article:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}


/* --------------
 base
-------------- */

html, body {
  overflow-x: hidden;
}

html {
  /* for smartphone */
  -webkit-text-size-adjust: none;
}

body {
  color: #222;
  font: normal 15px/1.4 'Noto Sans Japanese', Arial, Times New Roman, 'Lucida Grande', Meiryo, sans-serif;
  /* font: normal 15px/1.6 "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif; */
  background: #FFF;
  border-top: 3px solid #00993e;
}

[lang="ko"] {
  font-family: 'Gulim', 'Apple Gothic', 'Arial', sans-serif;
}

[lang="zh-TW"] {
  font-family: 'PMingLiU', 'Apple LiSung', 'Arial', sans-serif;
}

[lang="zh-CN"] {
  font-family: 'SimSun', 'Song', 'Arial', sans-serif;
}

[lang="th"] {
  font-family: 'Times New Roman', 'Times', serif;
}


/*
[lang="vi"] {
  font-family: 'Times New Roman' , 'Times' , serif;
}
[lang="ar"] {
	font-family: 'Simplified Arabic' , 'Lucid Grande' , 'Arial' , sans-serif;
}
*/


/* link */

* {
  transition: all ease 0.1s;
}

*:hover {
  /*transition: all 0.3s;*/
  transition: all ease 0.3s;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

p a {
  color: #0d6e73;
}

nav[role="navigation"] a:hover {
  text-decoration: underline;
}

.link {
  padding-right: 10px;
  text-decoration: underline;
  background: url("/img/li_orange.png") no-repeat right center;
}


/*a.line {color:#36495c;text-decoration: underline;}*/

a.line {
  color: #3285d7;
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}


/* --------------
 modules css
-------------- */


/* ---------- font size */

.fs10 {
  font-size: 77%;
}

.fs11 {
  font-size: 85%;
}

.fs12 {
  font-size: 93%;
}

.fs13 {
  font-size: 100%;
}

.fs14 {
  font-size: 108%;
}

.fs15 {
  font-size: 116%;
}

.fs16 {
  font-size: 123.1%;
}

.fs17 {
  font-size: 131%;
}

.fs18 {
  font-size: 138.5%;
}

.fs19 {
  font-size: 146.5%;
}

.fs20 {
  font-size: 153.9%;
}

.fs21 {
  font-size: 161.6%;
}

.fs22 {
  font-size: 167%;
}

.fs23 {
  font-size: 174%;
}

.fs24 {
  font-size: 182%;
}

.fs25 {
  font-size: 192.3%;
}

.fs26 {
  font-size: 197%;
}

.fs30 {
  font-size: 227.3%;
}


/* ---------- font weight */

.bold {
  font-weight: bold;
}


/* ---------- align */

.alc {
  text-align: center !important;
}

.alr {
  text-align: right !important;
}

.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}

.alb {
  text-align: bottom !important;
}


/* ---------- float */

.fll {
  float: left;
}

.flr {
  float: right;
}

.noFloat {
  float: none !important;
}


/* ---------- Cancele */

.both {
  clear: both;
}


/* ---------- margin,padding */

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}


/* ---------- width */

.wd5 {
  width: 5% !important;
}

.wd10 {
  width: 10% !important;
}

.wd15 {
  width: 15% !important;
}

.wd20 {
  width: 20% !important;
}

.wd25 {
  width: 25% !important;
}

.wd30 {
  width: 30% !important;
}

.wd34 {
  width: 34% !important;
}

.wd35 {
  width: 35% !important;
}

.wd40 {
  width: 40% !important;
}

.wd45 {
  width: 45% !important;
}

.wd47 {
  width: 47% !important;
}

.wd49 {
  width: 49% !important;
}

.wd50 {
  width: 50% !important;
}

.wd55 {
  width: 55% !important;
}

.wd60 {
  width: 60% !important;
}

.wd65 {
  width: 65% !important;
}

.wd70 {
  width: 70% !important;
}

.wd75 {
  width: 75% !important;
}

.wd80 {
  width: 80% !important;
}

.wd85 {
  width: 85% !important;
}

.wd90 {
  width: 90% !important;
}

.wd95 {
  width: 95% !important;
}

.wd100 {
  width: 100% !important;
}

.wd64 {
  width: 640px;
}

/* --------------
 common
-------------- */


/* ----- base width */

.main, #footNav, .in {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  padding-bottom: 50px;
}


/* ----- layout space 
.spsT {margin-top: 10px;}
.spsT30 {margin-top: 30px;}
.spsR {margin-right: 15px;}
.spsR30 {margin-right: 30px;}
*/

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.clearB {
  clear: both;
}


/* */

.mgnC {
  margin: 0 auto;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


@media screen and (max-width: 480px) {

.main, #footNav, .in {
  width: 100%;
}

.main {
  width: 96%;
}


}

/* ----- list */

.ulDisc li {
  margin-left: 22px;
  margin-bottom: 9px;
  line-height: 1.4;
  list-style: outside disc;
}

.ulDecimal li {
  margin-left: 22px;
  margin-bottom: 10px;
  list-style: outside decimal;
}

.ulCircle li {
  margin-left: 22px;
  margin-bottom: 10px;
  list-style: outside circle;
}

.ulMaru li {
  padding-left: 22px;
  margin-bottom: 10px;
  background: url("/img/maru.png") no-repeat left 6px;
}

.ie .ulDisc li, .ie .ulDecimal li, .ie .ulCircle li, .ie .ulMaru li {
  margin-left: 22px !important;
}


/* ----- text */

.txtS {
  color: #777;
  font-size: 85%;
}

.notice {
  color: #F33;
}

.fontA {
  font-size: 150%;
}

.txtP {
  color: #e79d5b;
}

a.txtP:hover {
  text-decoration: underline;
}

.num {
  text-align: right;
}

.msg {
  text-align: center;
  color: #FF3366;
}

.gray {
  color: gray;
}

.fontred {
  color: #FF0000;
}

.fontblue {
  color: #0000FF;
}

.blue {
  color: #e79d5b;
}

.clMain {
  color: #e79d5b;
}


/* ----- button new */

a[class*=btn], input[class*=btn] {
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}

.btnGreen {
  color: #FFF;
  border: 1px solid #027a5c;
  background: #00a675;
  /* fallback */
  background: -moz-linear-gradient(top center, #07c874 0%, #00a675 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #07c874), color-stop(1.00, #00a675));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #07c874 0%, #00a675 100%);
  /* IE10+, W3C */
}

.btnGreen:hover {
  color: #FFF;
  background: -moz-linear-gradient(top center, #07cf74 0%, #00a675 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #07cf74), color-stop(1.00, #00a675));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #07cf74 0%, #00a675 100%);
  /* IE10+, W3C */
}

.btnBlue {
  color: #FFF;
  border: 1px solid #0e61a7;
  background: #007bd9;
  /* fallback */
  background: -moz-linear-gradient(top center, #189bf0 0%, #007bd9 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #189bf0), color-stop(1.00, #007bd9));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #189bf0 0%, #007bd9 100%);
  /* IE10+, W3C */
}

.btnBlue:hover {
  color: #FFF;
  background: -moz-linear-gradient(top center, #38aefa 0%, #007bd9 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #38aefa), color-stop(1.00, #007bd9));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #38aefa 0%, #007bd9 100%);
  /* IE10+, W3C */
}

.btnBlue.active {
  color: #81b9f9;
  border: 1px solid #00417d;
  background: #0061bb;
}

.btnWhite {
  color: #283c50;
  border: 1px solid #d3d6d9;
  background: #007bd9;
  /* fallback */
  background: -moz-linear-gradient(top center, #ffffff 0%, #eef1f3 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eef1f3));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #ffffff 0%, #eef1f3 100%);
  /* IE10+, W3C */
}

.btnWhite:hover {
  background-color: #eef1f3;
}

.btnLight, .bgO, .bgO2 {
  padding: 20px 40px;
  color: #283c50;
  font-size: 120%;
  border: 1px solid #bcc1c6;
  /*border-right: 3px solid #a51b20;*/
  background: #e6f0fa;
  /* fallback */
  background: -moz-linear-gradient(top center, #ffffff 0%, #e6f0fa 100%);
  /* Firefox */
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e6f0fa));
  /* Chrome & Safari */
  background: linear-gradient(to bottom, #ffffff 0%, #e6f0fa 100%);
  /* IE10+, W3C */
}

.btnLight:hover, .bgO:hover, .bgO2:hover {
  /*box-shadow: 3px 3px 0 #e6f0fa, -3px -3px 0 #e6f0fa, -3px 3px 0 #e6f0fa, 3px -3px 0 #e6f0fa,
	 4px 4px 0 #bec8d2, -4px -4px 0 #bec8d2, -4px 4px 0 #bec8d2, 4px -4px 0 #bec8d2;*/
}

input[type="submit"][disabled].btnLight:hover {
  box-shadow: none;
}


/* ----- button */

.pBtn {
  margin-top: 40px;
}


/* input[type="button"]:hover, input[type="submit"]:hover, button[type="submit"]:hover {color: #000;} */

a.btnS, a.btnL, a.btnH {
  display: inline-block;
}

.btnS, .btnL, .btnH {
  color: #36495c;
  font-size: 100%;
  text-align: center;
}


/* btnS */

.btnS {
  padding: 5px 15px;
  border-radius: 15px;
}


/* btnL */

.btnL {
  padding: 6px 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("/img/arwS.gif") no-repeat 97% center #FFF;
}


/* btnH */

.btnH {
  padding: 10px 70px 10px 30px;
  font-size: 150% !important;
  background: url("/img/arwR_s.png") no-repeat 94% center;
}

.btnL.arwL_s, .btnH.arwL_s {
  padding-right: 30px !important;
}

.arwL_s {
  padding-left: 65px !important;
  background-image: url("/img/arwL_s.png");
  background-position: 7% center;
}


/* button color */

.bgP {
  border: 1px solid #e79d5b;
  margin-bottom: 3px;
}

.bgP:hover {
  color: #FFF;
  background-color: #e79d5b !important;
}


/* .bgO, .bgO2 {background-color: #f8cfcc;}
.bgO:hover, .bgO2:hover {background-color: #f092ae;} */

.bgG, .bgP01 {
  border: 1px solid #bec8d2;
}


/* 修正済み */

.bgG:hover, .bgP01:hover {
  background-color: #e6f0fa;
}


/* 修正済み */

.bgG4_2 {
  border: 1px solid #e79d5b;
}


/* 修正済み */

.bgG4_2:hover {
  /*background-color: #dce6f0;*/
  background-color: #afe7b5;
}


/* 修正済み */

.bgB {
  color: #000;
  background-color: #BBB;
  border: none;
}

.bgB:hover {
  background-color: #999;
}

.btnL:hover, .btnH:hover, .bgG:hover, .bgB:hover {
  background-color: #afe7b5;
}

.bgG4_2:hover {
  background-color: #fff4c0;
}


/* 
.bgP {border: 4px solid #bec8d2; margin-bottom: 3px;}
.bgP:hover {background-color: #a51b20;}

.bgO, .bgO2 {background-color: #f8cfcc;}
.bgO:hover, .bgO2:hover {background-color: #f092ae;}

.bgG, .bgP01 {border: 4px solid #f092ae;}
.bgG:hover, .bgP01:hover {background-color: #fdedec;}

.bgG4_2 {border: 4px solid #fdc44f;}
.bgG4_2:hover{ background-color: #ffde9a}

.bgB {color:#000;background-color:#BBB;border:none;}
.bgB:hover {background-color: #999;}
*/


/* dl button */

.dlBtn dt {
  clear: both;
  float: left;
  width: 18%;
}

.dlBtn dd {
  float: left;
  width: 82%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.dlBtn dd input {
  min-height: 46px;
  padding-left: 45px;
  border: none;
  background-color: #FFF;
}

.dlBtn dd input:first-child {
  margin-right: 50px;
}


/* ul button */

.ulBtn {
  margin: 20px;
}

.ulBtn li {
  margin-bottom: 20px;
}

.ulBtn a {
  padding: 6px 10px 6px 45px;
  border: 1px solid #CCC;
  border-radius: 3px;
  display: block;
  background-color: #EEE;
  background-size: 30px auto;
}

.ulBtn a:hover {
  background-color: #fafafa;
}

.ulBtn a b {
  margin-right: 5px;
}

.ulBtn a b br {
  display: none;
}


/* .ulBtn input {
	padding-left: 45px;
	border: none;
	background-color: #FFF;
} */


/* large button */

.lrgBtn {
  text-align: center;
}

.lrgBtn .btnL {
  font-size: 150%;
}


/* button arrow */

.arwL_M {
  padding-left: 35px;
  background-image: url("/img/arwL_s.png");
  background-repeat: no-repeat;
  background-position: left center;
}

input[type="button"].arwL_M {
  border: none;
  background-color: #FFF;
}


/* 
.arwR_M {
	padding-right: 35px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.arwA {
	background-image: url("/");
}
.arwB {
	background-image: url("/");
}
.arwC {
	background-image: url("/");
}
*/

.btmBtn {
  margin-left: 20px;
  margin-right: 40px;
}

.btmBtn p {
  margin-top: 40px;
}

.btmBtn .floatL {
  margin-right: 30px;
}

.btmBtn .floatR {
  margin-left: 30px;
}


/* ----- icon */

.ic_pdf {
  background-image: url("/img/ic_pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.ic_browser {
  background-image: url("/img/ic_browser.png");
  background-repeat: no-repeat;
  background-position: left center;
}


/* ----- border */

.imgBd {
  border: 1px solid #ccc;
}


/* =header
-------------------------------------------------------------- **/

#header {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  /*box-shadow: 0 1px 3px rgba(22,68,89,0.1);*/
}

.home #header {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {

#header {
  width: 100%;
}


}



/* =siteHeader
---------------------------------------------------- */

#siteHeader h1 {
  float: left;
  /*width: 500px;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

#siteHeader h1 a {
  padding-top: 10px;
  padding-bottom: 20px;
  /*	padding-left: 150px;*/
  font-size: 22px;
  font-weight: bold;
  /*	background: url("../img/logo.png") no-repeat left top;*/
  display: block;
}

#siteHeader h1 img {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 480px) {

#header #siteHeader {
display: flex;
}

#header #siteHeader h1 a {
    font-size: 13pt;
    padding-left: 15px;
}

#signup {
width: 50%;
}


}



/* =globalNav
---------------------------------------------------- */

#globalNav {
  margin-top: 20px;
  margin-bottom: 5px;
}

#mainNav li {
  float: left;
  /*	width: 20%;*/
  width: 18%;
  text-align: center;
}

#mainNav li.navL {
  width: 28%;
}

#mainNav li a {
  font-size: 12px;
  border-right: 1px solid #AAA;
  display: block;
}

#mainNav li:last-of-type a {
  border-right: none;
}

img[alt="別ウィンドウで開く"] {
  margin-left: 3px;
  vertical-align: baseline;
}

@media screen and (max-width: 480px) {

#globalNav {
    width: 100%;
}

#globalNav {
    margin-top: 0;
}

#globalNav ul {
    display: flex;
    flex-direction: column;
}

#globalNav li {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

#mainNav li.navL {
  width: 100%;
}

#globalNav li a {
    border: none;
    line-height: 1.8em;
}

}


/* =login,signup
---------------------------------------------------- */


/* ----- login */

.ulSub {
  clear: both;
  float: right;
  margin-top: 10px;
}

.ulSub li {
  float: left;
  font-size: 14px;
  margin-left: 5px;
  line-height: inherit;
}

.ulSub li * {
  display: block;
  line-height: inherit;
}

#btnO .btnSbmt {
  background-color: #e79d5b;
}

#btnG .btnSbmt {
  background-color: #1bb295;
}


/* ----- signup */

#signupBox {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {

#signupBox {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 10px;
}

}

/* ----- menuToggle */

.menuToggle {
  font-size: 90%;
  position: relative;
}

.menuToggle:hover {
  cursor: pointer;
}

.boxSignup {
  letter-spacing: normal;
  text-align: right;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}

.boxSignup .spsT {
  margin-top: 7px;
  padding-top: 5px;
  border-top: 1px solid #CCC;
}


/* ---------- login box */

.divLog {
  float: right;
  width: 400px;
  text-align: right;
  position: relative;
}

.divLog input {}

.btnSbmt[type="submit"], .btnSbmt[type="button"] {
  vertical-align: bottom;
  padding: 4px 10px 3px;
}

.boxSignup input[type="text"] {
  width: 140px;
  font-size: 11px;
  border: 1px solid #777;
  border-radius: 5px;
}

#shop_pass_head {
  width: 100px;
}

.wd1 {
  width: 80px;
}

.wd1.5 {
  width: 120px;
}

.wd2 {
  width: 180px;
}

.btnSbmt {
  padding: 4px 10px 3px;
  color: #FFF;
  border: none;
  border-radius: 5px;
  background: #555;
  vertical-align: bottom;
}

.btnSbmt:hover {
  color: #FFF !important;
  background-color: #AAA !important;
}

.boxSignup small {
  clear: both;
  font-size: 11px;
}

.boxSignup .btnSbmt {
  padding: 5px 11px 4px;
  border-radius: 5px;
}

.btnLogin {
  color: inherit;
  background: #e3e3e3;
  border-radius: 0 0 5px 5px;
  font-size: 0.8em !important;
  float: right;
}

.btnLogin2 {
  color: #fff;
  background: #555;
  border-radius: 0 0 5px 5px;
  font-size: 0.8em !important;
  float: right;
}


@media screen and (max-width: 480px) {

.divLog {
  width: 100%;
}

}




/* =pageHeader
-------------------------------------------------------------- **/

.pageHeader {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 20px;
  background: #2ea7e0;
}

#pageTtl {
  padding: 20px 0;
  color: #FFF;
  font-size: 160%;
  text-align: center;
}

@media screen and (max-width: 480px) {

.pageHeader {
  width: 100%;
  min-width: auto;
}

#pageTtl {
padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15pt;
    text-align: left;
    float: none;
}

}

/* =main
-------------------------------------------------------------- **/

.main input[type="text"], .main select, .main input[type="password"] {
  margin-top: 5px;
  padding: 2px 7px;
  /* border: 1px solid #999;
	border-radius: 8px; */
}

#chk_ok_label {
  font-size: 1.5em;
}


/* =footer
-------------------------------------------------------------- **/

#footer {
  position: relative;
  width: 100%;
  min-width: 1000px;
  padding-top: 50px;
  border-top: 1px solid #e79d5b;
}

#footer b {
  color: #2ea7e0;
}


@media screen and (max-width: 480px) {

#footer {
  min-width: auto;
}


}

/* =footNav
---------------------------------------------------- */

#footNav {
  padding-bottom: 25px;
  font-size: 80%;
}

#footNav .wrap {
  float: left;
  margin-right: 35px;
}

#footNav .wrap:last-child {
  margin-right: 0;
}

#footNav a {
color: #222;
}

#footNav a:hover {
text-decoration: underline;
}

#footNav #global a {
  color: #222;
}

#footNav ul {
  margin-top: 8px;
}

#footNav li {
  margin-bottom: 10px;
  line-height: 1.1;
}


/* #footNav li.ieWd {
	width: 180px;
} */

@media screen and (max-width: 480px) {

#footNav {
    width: 92%;
}

}




/* ---------- aside */

#footNav .bannerArea {
  /*float: right;
	width: 570px;*/
  /* width: 440px; */
}

.bannerArea li {
  float: left;
  width: 180px;
  /* width: 210px; */
  margin-left: 10px;
}


/* =siteFooter
---------------------------------------------------- */

#siteFooter {
  padding: 7px 0 6px;
  color: #FFF;
  background: #111e2e;
}


/* ---------- copyright */

#copyright {
  float: left;
  margin-top: 15px;
  color: #59626d;
  line-height: 1.3;
}

#copyright a {
  color: #59626d;
}

@media screen and (max-width: 480px) {

#copyright {
    font-size: 10pt;
    padding-left: 10px;
    padding-bottom: 5px;
}

}




/* =pageTop
-------------------------------------------------------------- **/

#pageTop {
  display: block;
  text-align: center;
}

#pageTop a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ab997f;
  border: 1px solid #2ea7e0;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  border-radius: 35px;
}

#pageTop a:hover {
  border: 1px solid #2ea7e0;
  background: #b3e6fe;
}

#pageTop a img {
  vertical-align: middle;
}


/* --------------
 sub page styles
-------------- */


/* ---------- breadcrumb */

#breadcrumb {
  margin-bottom: 17px;
}

#breadcrumb li {
  color: #e79d5b;
  font-size: 12px;
  display: inline-table;
}

#breadcrumb li a {
  color: #8ca0b4;
  padding-right: 5px;
}

#breadcrumb li a:after {
  content: "　>";
}

#breadcrumb li a:hover {
  color: #666;
}

.pageHeader #breadcrumb {
  padding-top: 14px;
}

h1+#breadcrumb {
  margin-top: 5px;
}

#breadcrumb.fll {
  margin-left: 40px;
}

@media screen and (max-width: 480px) {

.pageHeader #breadcrumb {
  padding-top: 14px;
}

#breadcrumb.fll {
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 1px;
    margin-inline-end: -1px;
    padding-inline-start: 15px;
    padding-top: 0;
}

}

/* menu内 */

#breadcrumb li {
  color: #FFF;
}

#breadcrumb li a {
  color: #fce1e1;
}

#breadcrumb li a:hover {
  color: #ccc;
}


/* ---------- subpage */

.subpage {}

.usage {
  background: #eee;
  padding: 20px;
}

.usage dl {
  margin: 0 10px;
}

.noticeBox {
  border: #D31316 solid 2px;
  padding: 20px;
}

time, .deos {
  display: inline-block;
}

.oshirase {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news::before {
  content: "NEW";
  color: #FF0004;
  text-indent: 1em;
}

.waku {
  border: solid 1px #A8A8A8;
  padding: 10px;
}