@charset "utf-8";
a:hover img,
input.button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.header ul.nav a:hover img,
.header #hd-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

/* layout
--------- --------- --------- --------- --------- */

body {
  background: #fff;
  min-width: 1200px;
}

.wrapper {
  background: url(../images/common/header_bg06.png?180426) no-repeat center top;
  /*background: url(../images/common/header_bg.jpg?150605) no-repeat center top;*/
  
  position: relative;
  width: 100%;
}

.contentsOuter {
  /*background: url(../images/common/christmas_bg.png) no-repeat center bottom;*/
}

.header {
  height: 280px;
  margin: 0 auto;
  width: 1052px;
  padding: 0 9px;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 1050px;
  min-width: 1050px;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main {
  float: right;
  width: 740px;
  min-width: 740px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.side {
  float: left;
  width: 230px;
  min-width: 230px;
  margin-left: 30px;
  position: relative;
  z-index: 50;
}
/* .header
--------- --------- --------- --------- --------- */

.header #hd-logo,
.header li,
.header p,
.header form {
  float: left;
}

.header h1 {
  margin: 0;
  height: 15px;
  font-size: 10px;
  color: #FFF;
    
}

.header #hd-logo {
  margin: 0 0 10px 10px;
    /margin: -1px 0 10px 0;
}

.header #hd-logo a {
  margin: 0;
  padding: 126px 0 0 0;
  width: 236px;
  border: none;
　text-decoration: none;
  height: 0px!important;
  height
  /**/
  
  : 126px;
  /* for ie6 */
}

.header ul.nav {
  float: right;
}
/* ▼変更剁Eheader ul.message {
	clear:both;
	width:1050px;
	margin: 0 auto;
}
.header ul.message li {
	margin-right:9px;
	padding-right:9px;
	padding-bottom:10px;
	border-right:1px dotted #819CCA;
}
.header ul.message li.lastChild {
	border-right:none;
	margin-right:0;
	padding-right:0;
	float:right;
}
. ▲変更剁E*/
/* ▼変更征E*/

.header ul.messageText {
  clear: both;
  width: 1050px;
  margin: 0 auto;
}

.header ul.messageText li {
  margin: 1px 0 0;
  height
  /**/
  
  : 57px;
  /* for ie6 */
  
  float: left;
}

.header ul.messageText li.postage {
  width: 513px;
}

.header ul.messageText li.credit {
  width: 194px;
}

.header ul.messageText li.tel {
  width: 343px;
  float: right;
}
/*▲ 変更征E*/

.header div.nav {
  width: 1023px;
  margin: 0 auto;
}

.header div.nav p {
  margin-right: 10px;
}

.header div.nav p.last {
  margin-right: 0;
}

.header div.nav form {
  background: url(../images/common/bg-dot.gif);
  padding: 5px;
  margin-top: 10px;
  margin-right: 10px;
  width: 510px;
}

.header div.nav form p {
  border: 1px solid #668BC9;
  background: #fff;
  float: none;
  padding: 4px;
  margin-right: 0;
}

.header div.nav form input.search {
  border: 1px solid #fff;
  color: #013893;
  font-weight: bolder;
  width: 390px;
  font-size: 18px;
}

.header div.nav form input {
  vertical-align: middle;
}

.bnr_mini_fixed1,
.bnr_mini_fixed2,
.bnr_mini_fixed3 {
  position: fixed;
  right: -400px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1000;
}
.bnr_mini_fixed1:hover,
.bnr_mini_fixed2:hover,
.bnr_mini_fixed3:hover {
  right: 0;
}
.bnr_mini_fixed1 {
  top: 25px;
}
.bnr_mini_fixed2 {
  top: 185px;
}
.bnr_mini_fixed3 {
  top: 345px;
}

.bnr_mini_fixed1 img:hover,
.bnr_mini_fixed2 img:hover,
.bnr_mini_fixed3 img:hover {
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
}


/* .main
--------- --------- --------- --------- --------- */
/* h
--------- --------- --------- */

.main h2 {
  margin-bottom: 20px;
}

.main h2.img img {
  border: 1px solid #ccc;
}

.main h2.text {
  color: #E4007F;
  border: 1px solid #CCC;
  padding: 20px;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 32px;
}

.main h3.text {
  margin-bottom: 20px;
  padding: 2px 10px;
  font-size: 18px;
  color: #236ab1;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #1B67B3;
}

.main h4.text {
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 16px;
  color: #236ab1;
  border-left: 5px solid #1B67B3;
}

.main .needs {
  color: #F00;
}

.main .childSection {
  margin-bottom: 40px;
}

.main .pagetop {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* .messageBox
	.alertBox
	.errorBox
--------- --------- --------- */

.messageBox,
.errorBox {
  padding: 10px;
  width: 710px;
  margin: 20px auto;
}

.messageBox {
  border: 1px solid #fc6;
  background: #fffaf0;
}

.errorBox {
  border: 1px solid #F30028;
  background: #FFECF2;
}

.messageBox p,
.errorBox p {
  text-align: center;
}

.attention {
  color: #F64500;
}

strong {
  font-weight: bold;
}

.warning {
  color: #FF0000;
}

.attention strong,
.warning strong {
  font-size: larger;
}

.messageBox .attention {
  color: #F60 !important;
}

.errorBox .attention {
  color: #F00 !important;
}
/*  */

.personalTable td .message,
.formTable td .message {
  font-weight: nomal;
  color: #f60;
}

.personalTable td.errorBox,
.formTable td.errorBox {
  width: auto;
}

.personalTable td.errorBox p,
.formTable td.errorBox p {
  text-align: left;
}
/* form
--------- --------- --------- */

.main input.s {
  width: 10%;
}

.main input.m {
  width: 70%;
}

.main input.l,
.main td textarea {
  width: 95%;
}

.main textarea,
.main input.text,
.main input.alphanumeric {
  border: 1px solid #ccc;
  padding: 5px;
}

.main input.text {
  ime-mode: active;
}

.main input.alphanumeric {
  ime-mode: disabled;
}

.main input.double {
  margin-top: 5px;
}

.main .personalTable,
.main .formTable,
.main .infoTable {
  width: 100%;
  margin: 10px 0;
}

.main .personalTable th,
.main .personalTable td,
.main .formTable th,
.main .formTable td,
.main .infoTable th,
.main .infoTable td {
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  vertical-align: middle;
}

.main .personalTable th,
.main .formTable th,
.main .infoTable th {
  background: #EB6BA4;
  color: #fff;
  text-align: center;
}

.main .personalTable th {
  background: #666;
  text-align: left;
  width: 30%;
}

.main .personalTable td {
  text-align: left;
  width: 70%;
  line-height: 1.4;
}

.main .formTable td {
  text-align: center;
}

.main .infoTable td {
  line-height: 1.5;
  vertical-align: top;
  text-align: center;
}

.main .personalTable td p,
.main .formTable td p,
.main .infoTable td p {
  margin-top: 5px;
  font-size: 10px;
  font-size: 1.0rem;
}

.main .personalTable td span.small,
.main .formTable td span.small,
.main .infoTable td span.small {
  font-size: 8px;
  font-size: 0.8rem;
}

.main ul.buttonArea {
  width: 300px;
}

.main ul.buttonArea {
  margin: 20px auto;
}

.main ul.buttonArea li {
  float: left;
  margin: 0 10px
}

.main p.buttonArea {
  text-align: center;
}
/* 汎用box
--------- --------- --------- */

.basicBox {
  padding: 10px;
  width: 710px;
  border: 1px solid #FFCC62;
  background: #fffaf0;
}
/*  .address
--------- --------- --------- */

.main div.address {
  border: 2px solid #3945A4;
  padding: 10px;
  background: #F5F8FF;
  margin: 20px auto;
  width: 500px;
}
/* .guidenavi
--------- --------- --------- */

.guidenavi {
  clear: both;
  width: 730px;
  margin-top: 40px;
}

.guidenavi_box {
  width: 182px !important;
  float: left;
  margin-right: 0px;
  _margin-right: 5px;
  padding-bottom: 10px;
  min-height: 250px;
}

.guidenavi .guidenavi_box p {
  margin-bottom: 5px;
  margin-left: 14px;
  font-size: 14px;
}

.guidenavi_box h3 {
  text-align: left;
  font-size: 14px;
  margin: 0px 0px 5px 14px;
  font-weight: bold;
}

.guidenavi_box h3.title01 {
  color: rgb(235, 109, 154);
}

.guidenavi_box h3.title02 {
  color: rgb(0, 102, 173);
}

.guidenavi_box h3.title03 {
  color: rgb(243, 153, 57);
}



/* SEO斁E */

#seoTxt {
  text-align: left;
  border: 5px solid #EFEFEF;
  margin-bottom: 20px;
  padding: 20px;
  font-size: smaller;
}






/* .side
--------- --------- --------- --------- --------- */

* html .sidenavi {
  zoom: 1;
}
/* IE6 */

*:first-child+html .sidenavi {
  zoom: 1;
}
/* IE7 */

#sidenav {
  width: 230px;
}

#sidenav a {
  text-decoration: none;
}

#sidenav dt a {
  color: #000;
}

.sidenav {}

#sidenav h2 {
  background: #00479D;
  height: 40px;
  color: #FFF;
  line-height: 40px;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

#sidenav h3 {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bolder;
  background: url(../images/common/bg-dot.gif);
}

#sidenav ul.child {
  width: 230px;
  padding-top: 5px;
  padding-bottom: 8px;
  border-top: 1px dotted #C9CACA;
}

#sidenav ul.child li {
  padding: 5px 10px;
  border-bottom: 1px dotted #C9CACA;
  position: relative;
}

#sidenav ul.child li:last-child {
  border-bottom: none;
}

#sidenav ul.child li a {
  display: block;
  background: left 7px url(../images/common/icon-linkSBlue.gif) no-repeat;
  padding-left: 10px;
}

#sidenav ul.child li a:hover {
  font-weight: bolder;
}

#sidenav ul.grandchild {
  width: 240px;
  position: absolute;
  left: 230px;
  top: 0;
  background: #FFF url(../images/common/sidenav-bg_grandchildF.gif) no-repeat;
  display: none;
  z-index: 100;
}

#sidenav ul.grandchild li:first-child {
  padding-top: 10px;
  margin-left: 10px;
  background: none;
}

#sidenav ul.grandchild li {
  margin-left: 10px;
  background: #FFF url(../images/common/sidenav-bg_grandchildM.gif) repeat-y;
  padding-left: 15px;
}

#sidenav ul.grandchild li:last-child {
  padding-bottom: 10px;
  background: #FFF url(../images/common/sidenav-bg_grandchildB.gif) bottom no-repeat;
}


#sidenav #sidenav-seo {
  margin-bottom:16px;
}
#sidenav #sidenav-seo .sidenav-seo_title {
  background:url(https://chappy-net.com/user_data/packages/default/images/common/sidenav-seo_title.gif);
  width:230px;
  height:48px;
  margin-bottom:8px;
}
#sidenav #sidenav-seo .sidenav-seo_title p {
  color:#00479D;
  font-weight:bolder;
  font-size: 18px;
  padding-top: 14px;
  padding-left: 16px;
}
#sidenav #sidenav-seo .sidenav-seo_body {
  padding:8px;
}
#sidenav #sidenav-seo .sidenav-seo_body p {
  font-size:12px;
}



/*#sidenav .sidenav-281 h3 {
	background: url(../images/common/bg-dotOrange.gif);
}

#sidenav .sidenav-281 a {
	color: #EA5532;
}
#sidenav .sidenav-281 ul.child li a {
	background: left 7px url(../images/common/icon-linkSOrange.gif) no-repeat;
}*/
/* .calenderArea
--------- --------- --------- --------- */

.calenderArea {
  background: #EEEDE8;
  padding-bottom: 10px;
  width: 230px;
}

.calenderArea h3 {
  margin-bottom: 5px;
}

.calenderArea table {
  background: #fff;
  border: none;
  width: 185px;
  margin: 15px auto 10px;
  font-size: 13px;
  color: #333;
  border-spacing: 1px;
  border-collapse: separate;
}

.calenderArea td {
  padding: 2px 3px;
  border-top: 1px solid #ccc;
  border-right: none;
  text-align: center;
}

.calenderArea th {
  padding: 3px;
  background: #fff;
  border: none;
  text-align: center;
}

.calenderArea caption {
  margin-bottom: 5px;
  padding-left: 12px;
  background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
  font-weight: bold;
  color: #666;
}

.calenderArea .off {
  color: #f00;
}

/*.calenderArea .sat {
  color: #333;
}*/

.calenderArea .aside {
  width: 185px;
  margin: 0 auto 5px;
  font-size: 11px;
  color: #F00;
}

.calenderArea .information {
  margin-left: 24px;
  font-size: 11px;
}
/* .footer
--------- --------- --------- --------- --------- */

#footer {
  min-width: 100%;
  background: url(../images/common/footer_bg.gif);
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer h5,
#footer p {
  font-size: 12px;
}

#footer .aside .inner,
#footer .address,
#footer .fnav {
  width: 1030px;
  min-width: 1030px;
  margin: 0 auto;
}

#footer .aside {
  background: #023894;
  min-width: 100%;
}

#footer .aside .pagetop {
  float: right;
}

#footer .aside .coreValue {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .fnav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer .fnav .column {
  width: 300px;
  height: 200px;
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

#footer .fnav .last {
  border-right: none;
}

#footer .fnav dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bolder;
}

#footer .fnav dd {
  margin-left: 20px;
  padding-bottom: 0.2em;
  font-size: 14px;
}

#footer .address {
  padding-bottom: 20px;
  font-size: 14px;
}

#footer .copyright {
  background: #000;
  color: #ccc;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

#footer .copyright a {
  color: #FFF;
}
/*
@media screen and (max-device-width: 480px) {
*/

@media screen and (max-device-width: 1024px) {
  .sidenavi {
    width: 220px;
  }
  .sidenavi .subnavi li {
    position: relative;
    z-index: 100;
  }
  #footer {
    width: 1070px;
  }
}
/* 啁E詳細　SNSボタン */

.snsBtn {
  margin-bottom: 1em;
}

.snsBtn div {
  float: left;
  margin-right: 3px;
}
/* ブロチE　お問ぁEわせ用 */

#aside_contact {
  width: 100%;
  margin-bottom: 30px;
}

#aside_contact .contents {
  border: solid 3px #00479D;
  background: #F4FAFE url(../images/contact_bg.gif) right top no-repeat;
  padding: 20px;
  font-size: 11px;
}

#aside_contact h3 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 1em;
  color: #00479D;
}

#aside_contact h4 {
  border: solid 2px #D3EDFB;
  background: ;
  margin-bottom: 1em;
  font-weight: bolder;
  font-size: 14px;
  padding: 5px 30px;
}

#aside_contact em {
  color: #EB6100;
}

#aside_contact .note {
  display: block;
  padding-top: 0.5em;
  color: #999;
  font-size: 12px;
}

#aside_contact .contact_tel {
  background: #FFF url(../images/contact_tel.gif) 5px center no-repeat;
}

#aside_contact .contact_net {
  background: #FFF url(../images/contact_net.gif) left center no-repeat;
}

#aside_contact .iconLink {
  text-decoration: underline;
  background: url(../images/iconLink.gif) left center no-repeat;
  padding-left: 0.7em;
}
/* お知らせ一覧ペEジ
#News .date {
    text-align:  right;
    color: gray;
    margin-top: -10px;
    margin-bottom: 10px;
}
#News .txt {
    text-align: left;
    margin-bottom: 50px;
}
#News .detail {
    padding-top: 20px;
    font-size: 20px;
    font-weight:  bolder;
}
*/
/* ペEジ下部　グループ情報
.ft-group {
    background: #1A1A1A;
}
.ft-group dl {
    width: 1030px;
    min-width: 1030px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ft-group dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bolder;   
}
.ft-group dd {
    float: left;
    margin-right: 3px;
    margin-left: 0!important;
}
.ft-group dd.last {
    margin-right: 0;
}
*/
/* メイン上部　緊急惁E追加 */

#header-information {
  border: 2px solid #c00;
  padding: 15px;
  margin: 0px 30px 16px 30px;
}

#header-information dt {
  width: 235px;
  float: left;
  color: #c00;
  font-size: 14px;
  font-weight: bolder;
  /*padding-top: 8px;*/
}

#header-information dd {
  margin-left: 235px;
  line-height: 1.3;
  font-size: 12px;
  /*padding-top: 8px;*/
}

#header-information dd strong {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 14px;
}
/* メイン上部　緊急惁E追加 二段目 */

#header-information dl.cf  dt.second {
  width: 235px;
  float: left;
  color: #c00;
  font-size: 14px;
  font-weight: bolder;
  border-top:1px dotted #C00;
  margin-top: 0px;
  padding-top: 6px;
}
#header-information dl.cf  dd.second {
  line-height: 1.5;
  font-size: 12px;
  border-top:1px dotted #C00;
  padding-top: 6px;
}

.well {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  background: whitesmoke;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left; }
  .well p:last-child,
  .well ol:last-child {
    margin-bottom: 0; 
}

.well-sm {
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px; }

.well-main {
  background: #e5ecf5;
  color: #00479D; }

.well-sub {
  background: #ffeaf3;
  color: #FF308E; }

.well-accent {
  background: #ffede5;
  color: #FF4E00; }


/*——————————— EUTILITY
——————————— E/



/*☁Eコカラカウントダウン*/
.hd-countdown{
  position:relative;
  width:740px;
  height:100px;
  overflow:hidden;
  margin-bottom: 16px;
}
.hd-countdown div{
  position:absolute
}
.hd-countdown .countdown_event{
  display:block;
  width: 400px;
  height:100px;
  background: url(../images/index/countdown_160926.jpg) no-repeat;
}
/*.hd-countdown #countdown_start_term,
.hd-countdown #countdown_end_term{
  left:390px;
  font-size:12px
}
.hd-countdown #countdown_start_term{
  top:24px
}
.hd-countdown #countdown_end_term{
  top:62px
}*/
.hd-countdown .countdown_msg{
  top:32px;
  left:410px;
  width:330px;
  font-size:28px;
  font-weight:bolder;
  text-align:left;
  color:#BF0000
}
.hd-countdown #countdown_remaind{
  top:32px;
  width:2em;
  font-size:18px;
  line-height:1;
}
.hd-countdown #countdown_timer{
  top:32px;
  left:420px;
  width:320px;
  font-size:26px;
  font-weight:bolder;
  text-align:right;
  color:#BF0000
}
/*☁Eコマデカウントダウン*/