@charset "UTF-8";
/* CSS Document */

@import url("reset.css");


html, body { width: 100% ; font-size: 14px;}

body {
  background-color:#fff;
  color: #191919;
  font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
  line-height: 170%;
}

a:link { color: #5253ff; }    /* 未訪問のリンク */
a:visited { color: #5253ff; } /* 訪問済みのリンク */
a:hover { color: #5253ff; }   /* ポイント時のリンク */
a:active { color: #5253ff; }  /* 選択中のリンク */

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #c0c0c0; }

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - QQ Browser */
::-webkit-input-placeholder {
  color: #c0c0c0;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #c0c0c0;
}

/* Firefox 19-50 */
::-moz-placeholder {
  color: #c0c0c0;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #c0c0c0 !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
  color: #c0c0c0;
}

/* CSS Pseudo-Elements Level 4 Editor's Draft */
::placeholder {
  color: #c0c0c0;
}

input[type="text"],input[type="password"]{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  font-size: 14px;
  padding: 3px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

input[type="file"]{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  font-size: 14px;
  padding: 3px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

select{
  display: inline-block;
  margin: 2px 0 2px 0;
  outline-width: medium;
  outline-style: none;
  font-size: 14px;
  padding: 3px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

/*サブカテゴリ用セレクトメニュー*/
#sel_sub_cat{
  font-size: 25px;
  color: #053584;
  font-weight: bold;
}

textarea{
  display: inline-block;
  margin: 0;
  padding: 5px;
  outline-width: medium;
  outline-style: none;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}

input[type="checkbox"],input[type="radio"]{
  margin-right: 5px;
}


.aft_inp{
  display: inline-block;
  margin: 5px;
  outline-width: medium;
  outline-style: none;
  font-size: 14px;
  padding: 5px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: #CCCCCC solid 1px;
}


.form1 *
{
  box-sizing: border-box;
}

/* ライン 122 */
/*
.form1 input[type="text"]{
  padding-left: 42px;
}
*/

.page_rows{
  margin-bottom:20px;
}

img {
  border: 0;
  max-width:100%;
}

ul, li {
  list-style: none;
}

label {
  cursor: pointer;
}

#page_body{
  width: 100%;
  background-color: #FFFFFF;
}

#header {
  width: 992px;
  text-align: left;
  margin: 0 auto 15px auto;
}

#header img{

}



#navi{
  border-top: solid 5px #0066C0;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

#footer{
  margin: 0;
  width: 100%;
  border-top:solid 1px #24365E ;
  background-color: #333333;
}

#footer_inner{
  width: 950px;
  margin: 0 auto;
  padding: 25px 0;
}

#footer p{
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-family: 'Lucida Grande',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
}

.form_box{
  width: 100%;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
  padding: 30px;
}

.req{
  margin-left: 10px;
  font-size: 10px;
  color: #FF0000!important;
}

.red {
  color: #FF0000!important;
}

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

*, *::before, *::after
{
  box-sizing: border-box;
}


.no_only{
  padding: 10px;
  background-color: #053584;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.paging a{
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #053584;
  color: #053584;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}


/*ナビメニュー*/
.globalNav {
  width: 950px;
  margin: 0 auto 0 auto;
  list-style: none;
  overflow: hidden;
}

.globalNav li {
  float: left;
  border-right: 1px solid #DDD;
  width: 188px;
}

.globalNav li a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.globalNav li a:hover {
  background: #EEE;
}

.globalNav li.active a {
  background: #DAFFEC;
  color: #72BB42;
  font-weight: bold;
}

#outer{
  background: #72BB42;
  width: 100%;
  position: relative;
}
#outer span{
  position: absolute;
  z-index: 9999;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-weight: bold;
  background-color: #FFFFFF;
}

.in_b{
  display: inline-block;
}

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

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

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

.bg {
  background-color: #d2b770;
}

.desc{
  font-size: 12px;
  color: #752165;
}

.in_f{
  overflow: auto;
  width: 100%;
  height: 200px;
  border: #000 1px inset;
  padding: 10px;
}

#err {
  width: 100%;
  text-align: center;
  background-color: #FF0000;
  color: #ffffff;
  margin-bottom: 20px;
}
#err p{
  padding: 20px 0 20px 0;
}


#contents {
  width: 992px;
  margin: 0 auto 30px auto;
  padding: 0;
  background-color: #FFFFFF;
}

#contents:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#index_main{
  float: left;
  width: 500px;
}


#index_sub{
  float: right;
  width: 430px;
}


#sub{
  float: left;
  width: 200px;
}


#sub .menu{
  margin-top: 20px;
  width: 100%;
  border: solid 2px #72BB42;
}

.menu p{
  font-size: 16px;
  font-weight: bold;
  color: #72BB42;
  padding: 10px;
}

.menu li{
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-top: solid 1px #CCCCCC;
  list-style: circle inside;
}


#main{
  float: right;
  width: 730px;
}

#pan{
  margin-top: 20px;
}

.b25{
  color: #053584;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 20px;
}


h1 {
  text-align: center;
  font-size: 30px;
  margin: 10px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: solid 2px #0066C0;
  font-weight: bold;
  color: #0066C0;
}


h2 {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px  solid;
  background-color: #24365E;
  color: #24365E;
}



h3{
  margin: 0 0 1.5em;
  padding: 3px;
  border-left: 7px solid #72BB42;
  border-bottom: 1px dashed #72BB42;
  font-size: 18px;
  font-weight: bold;
}


.lg_bar{
  background-color: #a0f9b3;
  padding: 10px;
}

.dg_bar{
  background-color: #72BB42;
  padding: 10px;
  color: #FFFFFF;
}

.tt_box{
  padding-bottom: 10px;
  margin: 0 auto 0 auto;
  display: inline-block;
}

.tt_box:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.tt_box .number{
  float: left;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.tt_box .datail{
  float: left;
  text-align: left;
  display: inline-block;
}

.one_table {
  border-top: dotted 1px #CCCCCC;
}

.one_table td{
  padding: 10px;
  border-bottom: dotted 1px #CCCCCC;
}
.one_table th{
  padding: 10px;
  background-color: #EEEEEE;
  border-bottom: dotted 1px #CCCCCC;
  font-weight: bold;
  vertical-align: middle;
}


.r_table{
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.r_table td, .r_table th{
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 3px 3px;
}

.r_table th{
  background-color: #F4F4F4;
}

.no_border{
  border: none;
}

.no_border td, .no_border th{
  border: none;
  background: none;
  vertical-align: top;
}

.light_td{
  background-color: #24365E;
  color: #FFFFFF;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 200;
}

.pa10{
  padding: 10px;
}



dl{
  margin-top: 0px;
  margin-bottom: 20px;
}

.no_dl{
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.dl-horizontal, .dl-horizontal::after, .dl-horizontal::before
{
  display: table;
  content: " ";
}

/* ライン 36 */
.dl-horizontal
{
  margin-bottom: 20px;
}

.dl-horizontal dt
{
  float: left;
  width: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 20px;
}

dd{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.dl-horizontal .chk{
  font-size: 15px;
  padding-top: 8px;
}

.dl-horizontal dd
{
  margin-left: 210px;
  width: 620px;
}

.mar_b{
  margin-bottom: 20px;
}

.mar_t{
  margin-top: 20px;
}

.bold {
  font-weight: bold!important;
}

.red{
  color: #FF0000!important;
}

.f14{
  font-size: 14px!important;
}

.f16{
  font-size: 16px!important;
}

.f18{
  font-size: 18px!important;
}

.f20{
  font-size: 20px!important;
}

.f22{
  font-size: 22px!important;
}

.f24{
  font-size: 24px!important;
}

.l_sty_g{
  list-style-type: none;
  margin: 10px 0;
}

.l_sty_g:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #72BB42;
  position: relative;
  left: 0;
  top: -3px;
  margin-right: 10px;
}

#btn_area{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.pp dd{
  padding: 10px;
}

.pp ol{
  padding: 20px;
}

.btn_img{
  margin: 8px;
}

.photo_img_table{
  width: 100%;
}

.photo_img_table img{
  display: inline-block;
}

#img_all{
  width: 780px;
  margin: 0 auto 0 auto;
  padding: 0;
  overflow:hidden;
}


.img_box{
  float: left;
  width: 240px;
  margin: 30px 10px;
  text-align: center;
  display: inline-block;
  padding: 0;
}

.img_box170{
  float: left;
  width: 170px;
  margin: 20px 10px;
  text-align: center;
  display: inline-block;
}

.img_on{
  background-color: #f9a01c;
  color: #FFFFFF;
}


.no_link_nav{
  padding: 10px;
  font-weight: bold;
  background-color: #CCCCCC;
  margin: 3px;
}

.link_nav{
  padding: 10px;
  font-weight: bold;
  background-color: #72BB42;
  margin: 3px;
  color: #FFFFFF;
}

.no_ul{
  text-decoration: none;
}

.btn_smt_l{
  margin-right: 5px;
  width:110px;
  height:30px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_l.gif')
}

.btn_cart{
  width:132px;
  height:36px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_cart.jpg')
}

.btn_cart_on{
  width:132px;
  height:36px;
  border:0 solid;
  cursor:default;
  background:url('../img/btn_cart_on.jpg')
}

.btn_sel_photo{
  width:110px;
  height:30px;
  border:0 solid;
  cursor:pointer;
  background:url('../img/btn_sel_photo.gif')
}

.cart_submit{
  border: 0px;
  width:174px;
  height:47px;
  background: url(../img/btn_cart.jpg) left top no-repeat;
  cursor: pointer;
}


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

.panel_tbl{
  width: 100%;
}

.panel_tbl td{
  width: 25%;
  vertical-align: top;
  text-align: center;
}

.panel_tbl .imgs{
  height: 210px;
}

.panel_tbl .intxt{
  width: 100%;
  text-align: left;
  padding-left: 40px;
}


.panel_btn{
  width: 100%;
  text-align: center;
  padding-right: 40px;
  margin-bottom: 50px;
}

.btn_m{
  margin-top: 10px;
}

.book_area1{
  width: 211px;
  position: absolute;
  top: 10px;
  left: 85px;
}

.book_area2{
  width: 211px;
  position: absolute;
  top: 163px;
  left: 85px;
}

.inlineframe    {
  border: solid 1px #CCCCCC;
  background-color:#EFEFEF;
  height:250px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px;
}

.btn {
  -moz-box-shadow:inset 0 1px 0 0 #54a3f7;
  -webkit-box-shadow:inset 0 1px 0 0 #54a3f7;
  box-shadow:inset 0 1px 0 0 #54a3f7;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color:#007dc1;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:15px;
  padding:10px 20px;
  text-decoration:none;
  margin: 15px 0;
}
.btn:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color:#0061a7;
}
.btn:active {
  position:relative;
  top:1px;
}


.btn2 {
  background: #0066C0;
  background-image: -webkit-linear-gradient(top, #0066C0, #0066C0);
  background-image: -moz-linear-gradient(top, #0066C0, #0066C0);
  background-image: -ms-linear-gradient(top, #0066C0, #0066C0);
  background-image: -o-linear-gradient(top, #0066C0, #0066C0);
  background-image: linear-gradient(to bottom, #0066C0, #0066C0);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  margin: 20px 0;
}

.btn2:hover {
  background: #4375be;
  background-image: -webkit-linear-gradient(top, #4375be, #4375be);
  background-image: -moz-linear-gradient(top, #4375be, #4375be);
  background-image: -ms-linear-gradient(top, #4375be, #4375be);
  background-image: -o-linear-gradient(top, #4375be, #4375be);
  background-image: linear-gradient(to bottom, #4375be, #4375be);
}

.back {
  margin-right: 30px;
  background: #8a8a8a;
  background-image: -webkit-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -moz-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -ms-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: -o-linear-gradient(top, #8a8a8a, #c9c9c9);
  background-image: linear-gradient(to bottom, #8a8a8a, #c9c9c9);
}

.back:hover {
  background: #9c9c9c;
  background-image: -webkit-linear-gradient(top, #c9c9c9, #8a8a8a);
  background-image: -moz-linear-gradient(top, #c9c9c9, #8a8a8a);
  background-image: -ms-linear-gradient(top, #c9c9c9, #8a8a8a);
  background-image: -o-linear-gradient(top, #c9c9c9, #8a8a8a);
  background-image: linear-gradient(to bottom, #c9c9c9, #8a8a8a);
  text-decoration: none;
}


.btn3 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-size:13px;
  margin: 0;
  padding:8px 8px;
  text-decoration:none;
}
.btn3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.btn3:active {
  position:relative;
  top:1px;
}

.chk_btn{
  margin: 0 0 30px 0;
  width: auto;
  padding: 15px;
  background-color: #F4F4F4;
  cursor: pointer;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 5px;/* for Firefox 対応*/
  display: inline-block;
}

.sip_area1{
  /*display: none;*/
}
.sip_area2{
  /*display: none;*/
}

.hide{
  display: none;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat;
}


.b900 {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
}

.b900 h2{
  margin-bottom: 30px;
}

.b900 td,.b900 th{
  padding: 10px!important;
}


.radio_btn label {
  position: relative;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.radio_btn label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio_btn label input[type="radio"] + span {
  display: block;
  border: 1px solid #b8b4b8;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  padding: 0.5rem;
}

.radio_btn label input[type="radio"]:checked + span {
  background-color: #8a8a8a;
  color: #FFFFFF;
}


/*===============================================
●style.css 画面の横幅が900px以上
===============================================*/
@media screen and (min-width: 920px){



}



