@charset "utf-8";
select {
	white-space: nowrap;
}

/* -----------------------------------------------------------
CSS Information

File name:      common.css
Created:        2014-03-20
Style Info:     reset/base/header/footer/searchBox
----------------------------------------------------------- */


/* reset
----------------------------------------------------------- */

html, body, div, span, applet, object, 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;
}
img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
	display: block;
}

/* base
----------------------------------------------------------- */

body {
	color: #333;
	font-size: 13px;
	/*font-family: "MS PGothic", "Osaka", Arial, sans-serif, "メイリオ";*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

/* ------ wrapper ------ */

#wrapper {
	display: block;
	width: 100%;
	margin: 0px auto;
}
#contents {
	display: block;
	width: 960px;
	margin: 0px auto;
}

/* for IE6 */

* html body {
	font-size: 82%;
}

/* for IE7 */

*:first-child + html body {
	font-size: 82%;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 99%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover, a:focus, a:active {
	color: #333;
}
img {
	border: none;
}
em {
	font-style: normal;
}
ul, ol {
	list-style: none;
	list-style-type: none \0/IE9;
}

/* h1 */

.h1_tx {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	width: 960px;
	margin: 0 auto 5px auto;
}

/* ページ上部へ */

#pagetop {
	text-align: right;
	clear: both;
	font-size: 90%;
	width: 960px;
	margin: 20px auto;
}

/* 解除 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}

/* マージン指定 */

.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt7 {
	margin-top: 7px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt40 {
	margin-top: 40px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb7 {
	margin-bottom: 7px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.ml5 {
	margin-left: 5px;
}
.ml7 {
	margin-left: 7px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.mr0 {
	margin-right: 0px;
}
.mr5 {
	margin-right: 5px;
}
.mr7 {
	margin-right: 7px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}

/* flot指定 */

.f_left {
	float: left;
}
.f_right {
	float: right;
}

/* 太字 */

.bold {
	font-weight: bold;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:hover img, button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* パンくず old（※まだ使用中の箇所あり そのうち削除してください）
-------------------------------------- */

#box_bread {
	clear: both;
	width: 900px;
	padding: 4px 0 4px 5px;
}
#box_bread li {
	color: #333;
	display: inline;
	padding: 5px 0 5px 0;
}
#box_bread li a, #box_bread li a:link, #box_bread li a:visited {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
}
#box_bread li a:hover {
	text-decoration: underline;
}

/* パンくず new（2014/0402）
-------------------------------------- */

#pan {
	display: block;
	margin: 10px auto 0;
	padding: 0px;
	width: 960px;
}
#pan li {
	display: inline;
	font-size: 95%;
	color: #FFFFFF;
}
#pan li a {
	color: #FFFFFF;
}
#pan li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1000px) {
	#pan {
		width: 100%;
		max-width: 960px;
	}
}
@media screen and (max-width: 789px) {
	#pan {
		display: none;
	}
}

/*input,
select,
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.modalClose {
	background: none;
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: none;
	height: auto;
	right: 0;
	position: relative;
	top: 0;
	display: table-cell;
}
.modalClose, .modalClose span {
	display: inline-block;
	box-sizing: border-box;
}
.modalClose {
	display: table-cell;
	height: 100%;
	/*width: 6%;*/
	width: 18px;
}
.modalClose span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #F9423A;
	border-radius: 0;
}
.modalClose span:nth-of-type(1) {
	top: 1px;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.modalClose span:nth-of-type(2) {
	bottom: 15px;
	opacity: 0;
}
.modalClose span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}
.rightArrow:after {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*******************/


/***** header *****/


/*******************/

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#container {
	padding-bottom: 0;
}
.header2016 {
	padding-top: 0px;
	border-bottom:1px #d2d2d2 solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif
}
.header2016 {background-color: #ffffff;}
.header2016 .headTop {
	width: 100%;
	background-color: #f9423a;
	padding: 8px 0 6px;
}
.header2016 .headTop nav {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.header2016 .headTop nav ul {
	float: right;
}
.header2016 .headTop nav ul li {
	float: left;
  margin: 0 0 0 9px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  background: none;
  box-shadow: none;
  line-height: normal;
  border-radius: 0;
}
.header2016 .headTop nav ul li a, .header2016 .headTop nav ul li a:visited, .header2016 .headTop nav ul li a:hover {
	color: #fff;
}
.header2016 .headTop nav ul li:before {
	content: "/";
	color: #fff;
	padding-right: 5px;
}
.header2016 .headTop nav ul li:first-child:before {
	content: "";
	color: #A9A9A9;
	padding-right: 0;
}
.header2016 .headTop nav ul li.mypage_btn a{
  width: 134px;
  background:white;
  display: block;
  height: 25px;
  border-radius: 4px;
  position:relative;
}
.header2016 .headTop nav ul li.mypage_btn a:before{
  content: "マイページ";
  font-size: 12px;
  color: #f9423a;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 25px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.header2016 .headTop nav ul li.mypage_btn a:after{
  border-right: 2px solid #ef463d;
  border-top: 2px solid #ef463d;
  box-sizing: content-box;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right:25px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header2016 #hdDetail {
	margin-top: 26px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
  .header2016 .headMain{}
    .header2016 .headMain .left
    {
      float: left;
      margin-left: 1px;
    }
      .header2016 .headMain .left .logo
      {
        float: left;
      }
      .header2016 .headMain .left .lead
      {
        float: left;
        color: #333;
        font-size: 13px;
        font-weight: bold;
       margin-left: 15px;
        padding-top: 13px;
      }

    .header2016 .headMain .right
    {
      float: right;
      padding-top: 0px;
      margin: -10px 0 10px;
    }

     /*  お気に入りボタン */
    .header2016 .headMain .right .favArea
    {
      float: right;
      text-align: center;
    }
    .header2016 .headMain .right .favImg
    {
      margin: 0;
      padding: 0;
      width: auto;
      height: 25px;
    }
    .header2016 .headMain .right .favLabel
    {
      margin: 5px;
      padding: 0;
      font-size: 10px;
      color: #333;
      bottom: 0;
      line-height: 1;
    }
	
	     /*  バナー用ここから */
	 .header2016 .headMain .right .bnrArea
      {
        float: left;
      }
	 /*  バナー用ここまで */
      .header2016 .headMain .right .telListArea
      {
        float: left;
	/*	padding-top: 10px;  バナー用 */
      }
        .header2016 .headMain .right .tel span
        {
         /*  background: url("../images/common/tel2016.gif") no-repeat left center; */
          font-size: 2.2rem;
        /*  font-size: 1.1rem; */
          font-weight: bold;
          padding-left: 10px;
          letter-spacing: -1px;
          float:none;
        }
      .header2016 .headMain .right .telListArea
      {
        float: left;
      }
        .header2016 .headMain .right .tel span
        {
        /*   background: url("../images/common/tel2016.gif") no-repeat left center;*/
          font-size: 2.2rem;
          font-weight: bold;
          padding-left: 10px;
          letter-spacing: -1px;
          float:none;
        }
      .header2016 .headMain .right .telList
      {
      }
        .header2016 .headMain .right .telList a
        {
          color: #333333;
          display: block;
          font-size: 10px;
          margin-top: -2px;
          text-align: right;
        }
          .header2016 .headMain .right .telList a i:after {
            border-right: 2px solid #333;
            border-top: 2px solid #333;
            height: 7px;
            left: 1px;
            top: -3px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 7px;
          }




      .header2016 .headMain .right .myPageBtn
      {
        float: left;
        color: #F9423A;
        font-size: 12px;
        margin-left: 15px;
        text-align: center;
        border: 2px #F9423A solid;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 4px;
        width: 125px;
        margin-top: 6px;
        position: relative;
      }
	  
	  .header2016 .headMain .right .myPageBtn:hover {
      opacity: 0.7;
      }
      .header2016 .headMain .right .myPageBtn a,
      .header2016 .headMain .right .myPageBtn a:hover,
      .header2016 .headMain .right .myPageBtn a:visited
      {
        display: block;
        cursor: pointer;
        text-decoration: none;
        color: #F9423A;
        padding: 5px 0;
        /*height: 20px;*/
      } 

        .header2016 .headMain .right .myPageBtn i
        {
          position: absolute;
          right: -1px;
          top: 12px;
        }
        .header2016 .headMain .right .myPageBtn i:after
        {
          left: 3px;
          width: 6px;
          height: 6px;
          border-top: 1px solid #EF463D;
          border-right: 1px solid #EF463D;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }

    .header2016 .headMain .spTel
    {
      display: none;
    }

#gNavi {
	margin-top: 35px;
	width: 100%;
	margin-bottom: 21px;
	padding-bottom: 0;
	letter-spacing: -.60em;
	display: none !important;
}
#gNavi li {
	margin-right: 15px;
	display: inline-block;
	letter-spacing: normal;
}
#gNavi li:after {
	content: '/';
	color: #BBB;
	padding-left: 16px;
}
#gNavi li.last:after {
	content: '';
	color: #BBB;
	padding-left: 0px;
}
#gNavi li a, #gNavi li a:visited, #gNavi li a:hover {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
#gNavi li a {
	position: relative;
}
#gNavi li a .arrow {
	display: none;
}
#gNavi li a .icoFree {
	background: rgba(0, 0, 0, 0) url("../images/common/ico_free.gif") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 28px;
	margin: -13px 5px 0 0;
	position: relative;
	right: -4px;
	top: 2px;
	width: 42px;
}
#gNaviSp li a .icoFree {
	background: rgba(0, 0, 0, 0) url("../images/common/ico_free.gif") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 28px;
	margin: -13px 5px 0 0;
	position: relative;
	right: -2px;
	top: 6px;
	width: 36px;
}
#gNavi li#hdNaviSp, #gNavi li#hdLinkSp {
	display: none;
}
.header2016.formHeader #hdDetail {
	margin-bottom: 34px;
	margin-top: 26px;
}

/* ナビゲージョン
----------------------------------------------------------- */

#gNavi {
	letter-spacing: -.60em;
}
#gNavi li .event {
	position: absolute;
	margin: -20px 0px 0px -15px;
}
#gNavi li.last {
	margin-right: 0px;
}
#gNavi li p, #gNavi li a {
	color: #532118;
	cursor: pointer;
	text-decoration: none;
}
#gNavi li.red a {
	color: #ed2f20;
}
#pcGlobalNav{
  margin: 16px 0 9px
}
  #pcGlobalNav ul{
    margin-top:12px; 
  }
    #pcGlobalNav ul li{
      display: table;
      float: left;
      height: 34px;
      text-align: center;
      vertical-align: middle;
    }
    #pcGlobalNav ul li i{
      border-left: 1px solid #e7e7e7;
      display: inline-block;
      height: 25px;
      position: relative;
      top: 10%;
    }
      #pcGlobalNav ul li span{
        color:#999999;
        font-size: 10px;
      }
      #pcGlobalNav ul li a{
        color: #333333;
        display: table-cell;
        font-size: 12px;
        font-weight: bold;
        height: 100%;
        padding: 0 10px;
        vertical-align: middle;
      }
      #pcGlobalNav ul li a:hover{
        text-decoration: none;
      }
	  
	  /*一時停止用ここから*/	  
	  #pcGlobalNav ul li a.stop{
        color: #e7e7e7;
        pointer-events: none;
      }
	  
	  #pcGlobalNav ul li span.stop {
        color: #e7e7e7;
      }
	  

   #pcGlobalNav .left{
    float: left;
    width: 320px;
  }
    #pcGlobalNav .left p{
      color: #F9423A;
      border-bottom: 4px #F9423A solid;
    }
      #pcGlobalNav .left ul li{
      }	  
      #pcGlobalNav .left ul li:nth-of-type(1){
        width: 25.5%;
      }
      #pcGlobalNav .left ul li:nth-of-type(2){
        width: 32.5%;
      }
      #pcGlobalNav .left ul li:nth-of-type(3){
        width: 21.0%;
      }
      #pcGlobalNav .left ul li:nth-of-type(4){
        width: 21.0%;
      }
      #pcGlobalNav .left ul li:nth-of-type(5){
        width: 23.8%;
      }
  #pcGlobalNav .center{
    float: left;
    margin-left: 1.5%;
  }
    #pcGlobalNav .center p{
      color: #333;
      border-bottom: 4px #333 solid;
    }
    
  #pcGlobalNav .center2{
    float: left;
    margin-left: 1.5%;
  }
    #pcGlobalNav .center2 p{
      color: #63666A;
      border-bottom: 4px #63666A solid;
    }

  #pcGlobalNav .right{
    float: left;
    margin-left: 1.5%;
  }
    #pcGlobalNav .right ul{
      margin-top:33px; 
    }
@media screen and (max-width: 1000px) {
  #pcGlobalNav .right {
    margin-left:0;
  }
    #pcGlobalNav .right ul{
      margin-top:10px; 
    }
}


@media screen and (max-width: 789px) {
	#gNavi li p,#gNavi li a{
		font-size:14px;
	}
  #pcGlobalNav .center {
    margin-left: 1.5%;
    width: 310px;
  }
  #pcGlobalNav .center2 {
    margin-left: 0%;
    width: 90px;
  }
  #pcGlobalNav .right {
    margin-left: 1.5%;
  }
    #pcGlobalNav .right ul{
      margin-top:33px; 
    }
}




@media screen and (max-width: 657px) {
  .header2016.formHeader #hdDetail
  {
    margin-top: 10px;
  }
#pcGlobalNav{
  display: none;
}
	#gNaviSp {
		position: absolute;
		top: 54px;
		left: 0px;
		width: 100%;
		display: none;
		overflow: auto;
	}
	#gNaviSp li#hdNaviSp ul {
		letter-spacing: -.40em;
		text-align: center;
		width: 100%;
		border-bottom: 2px solid #542218;
	}
	#gNaviSp li#hdNaviSp ul li a {
		border: none;
		padding: 0px;
		background-image: none;
	}
	#gNaviSp li#hdNaviSp ul li a span {
		display: table-cell;
		padding-left: 12px;
		padding-right: 36px;
		padding-top: 6px;
		vertical-align: middle;
		width: 100%;
		font-size: 12px;
	}
}

/*******************/


/***** footer *****/


/*******************/

#footer2015 {
	border-top: 5px solid #EF483F;
	padding-top: 26px;
	background-color: #FFF;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}
#footer2015 .footerTop {
	border-bottom: 1px #DCDCDC solid;
	padding-bottom: 17px;
}
#footer2015 .footerTop h3 {
	text-align: center;
	font-size: 26px;
}
#footer2015 .footerTop h3 span {
	position: relative;
}
#footer2015 .footerTop h3 i:nth-of-type(1){
        background: rgba(0, 0, 0, 0) url("../images/common/ico_footer_h3_01.gif") no-repeat;
        background-size: 100% auto;
        display: inline-block;
        height: 27px;
        margin: -13px 5px 0 0;
        position: absolute;
        left: -38px;
        top: 14px;
        width: 31px;
      }
#footer2015 .footerTop h3 i:nth-of-type(2) {
	background: rgba(0, 0, 0, 0) url("../images/common/ico_footer_h3_02.png") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 54px;
	margin: -13px 5px 0 0;
	position: absolute;
	right: -61px;
	top: -35px;
	width: 68px;
}
#footer2015 .footerTop .tourList {
	text-align: center;
	font-size: 0;
	margin-top: 31px;
}
#footer2015 .footerTop .tourList li {
	display: inline-block;
	font-size: 14px;
	margin-left: 27px;
}
#footer2015 .footerTop .tourList li:nth-of-type(3) {
	margin-left: 27px;
}
#footer2015 .footerTop .tourList li:first-child {
	margin-left: 0px;
}
#footer2015 .footerTop .tourList li a, #footer2015 .footerTop .tourList li span {
	padding-left: 27px;
}
#footer2015 .footerTop .tourList li a:hover {
	text-decoration: none;
}
#footer2015 .footerTop .tourList li a:before,
        #footer2015 .footerTop .tourList li span:before{
          background: #333 none repeat scroll 0 0;
          border-radius: 50%;
          height: 18px;
          width: 19px;
        }
#footer2015 .footerTop .tourList li a:after, #footer2015 .footerTop .tourList li span:after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	height: 4px;
	left: 5px;
	top: -2px;
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
	width: 7px;
	box-sizing: content-box;
}
#footer2015 .footerTop .mmSubmitForm {
      font-size: 0;
      text-align: center;
      margin-top: 12px;
    }
      #footer2015 .footerTop .mmSubmitForm input[type="text"]{
        padding: 3px 0;
        border-top: 1px #B2B2B2 solid;
        border-bottom: 1px #B2B2B2 solid;
        border-left: 1px #B2B2B2 solid;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        width: 428px;
        padding: 10px 0 11px 10px;
        height: 40px;
        vertical-align: top;
        box-sizing:border-box;
        font: initial;
      }

      #footer2015 .footerTop .mmSubmitForm input[type="text"]::-webkit-input-placeholder,
      #footer2015 .footerTop .mmSubmitForm input[type="text"]:-ms-input-placeholder,
      #footer2015 .footerTop .mmSubmitForm input[type="text"]::-moz-placeholder{
        color:#b1a8a6;
      }

      #footer2015 .footerTop .mmSubmitForm input[type="submit"]{
        background-color: #F9423A;
        border: 0 none;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        color: #ffffff;
        font-size: 14px;
        padding: 9px 0 10px;
        width: 180px;
        margin-left: -2px;
        height: 40px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
		cursor:pointer ;
      }
#footer2015 .footerTop .mgCaution {
	font-size: 11px;
	margin: 9px auto 0;
	max-width: 960px;
	padding-left: 1em;
	text-indent: -1em;
	width: 605px;
	line-height: 1.5;
}
#footer2015 .footerTop .mgCaution a {
	text-decoration: underline;
}
#footer2015 .footerTop .snsArea {
	width: 100%;
	background-color: #F6F6F6;
	padding: 25px 0;
}
#footer2015 .footerTop .snsArea > ul {
	margin: 0 auto;
	width: 430px;
}
#footer2015 .footerTop .snsArea > ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 0.14em;
	margin-right: 15px;
}
#footer2015 .footerTop .snsArea .sns_ttl2 {
	margin-right: 37px;
}
#footer2015 .footerTop .snsArea .sns_ttl2 p {
	position: relative;
}
#footer2015 .footerTop .snsArea .sns_ttl2 p i {
	height: 32px;
	position: absolute;
	right: -14px;
	top: -7px;
	width: 31px;
}
#footer2015 .footerTop .snsArea .sns_ttl2 p i:nth-of-type(1) {
	border-top: 1px #999 solid;
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
}
#footer2015 .footerTop .snsArea .sns_ttl2 p i:nth-of-type(2) {
	border-bottom: 1px #999 solid;
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
}
#footer2015 .footerTop .snsArea ul li img {
	width: 26px;
}
#footer2015 .footerTop .footerNav {
	text-align: center;
	font-size: 0;
	margin-top: 17px;
}
#footer2015 .footerTop .footerNav li {
	display: inline-block;
	font-size: 12px;
	margin-left: 26px;
}
#footer2015 .footerTop .footerNav li:first-child {
	margin-left: 0px;
}
#footer2015 .footerTop .footerNav li a {
	padding-left: 19px;
}
#footer2015 .footerTop .footerNav li a:hover {
	text-decoration: none;
}
#footer2015 .footerTop .footerNav li a:after {
	border-right: 2px solid #ef463d;
	border-top: 2px solid #ef463d;
	box-sizing: content-box;
	height: 6px;
	left: 4px;
	transform: rotate(45deg);
	width: 6px;
}
#footer2015 #ftDetail {
	max-width: 960px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#footer2015 #ftDetail #ftNavi {
	margin-top: 28px;
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer2015 #ftDetail #ftNavi .box {
	width: 100%;
	letter-spacing: -.40em;
}
#footer2015 #ftDetail #ftNavi .box ul {
	width: 22.5%;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 22px;
	font-size: 10px;
	line-height: 1.2em;
	vertical-align: top;
	float: none;
}
#footer2015 #ftDetail #ftNavi .box ul.mr0 {
	margin-right: 0px;
}
#footer2015 #ftDetail #ftNavi .col3 {
	padding-left: 1px;
	margin-bottom: 0;
}
#footer2015 #ftDetail #ftNavi .col3 li {
	position: relative;
	margin-top: 11px;
	margin-bottom: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.3em;
}
#footer2015 #ftDetail #ftNavi .col3 li:first-child {
	margin-top: 0px;
}
#footer2015 #ftDetail #ftNavi .col3 li a {
	margin-top: 30px;
	padding-left: 10px;
	position: relative;
}
#footer2015 #ftDetail #ftNavi .col3 li a i:before, #footer2015 #ftDetail #ftNavi .col3 li a i:after {
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	vertical-align: middle;
}
#footer2015 #ftDetail #ftNavi .col3 li a i:after {
	border-right: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
	height: 6px;
	left: -3px;
	top: -2px;
	-webkit-transform: rotate(46deg);
	transform: rotate(46deg);
	width: 6px;
}
#footer2015 #ftDetail #ftNavi .col5 {
	margin-top: 28px;
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer2015 #ftDetail #ftNavi .col5 > ul {
	margin-right: 2.1%;
	width: 23.4%;
}
#footer2015 #ftDetail #ftNavi .col5 > ul.last {
	margin-right: 0;
}
#footer2015 #ftDetail #ftNavi .col5 > ul .areaTtl {
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #c9c9c9;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 0;
	padding-top: 13px;
	text-align: left;
	line-height: 1em;
	border-radius: 0;
}
#footer2015 #ftDetail #ftNavi .col5 > ul li {
	margin-top: 8px;
}
#footer2015 #ftDetail #ftNavi .col5 > ul li.last {
	margin-bottom: 28px;
}
#footer2015 .naviBox {
	width: 100%;
	background-color: #F9423A;
	padding: 17px 0;
}
#footer2015 .naviBox .naviBoxInner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: content-box;
}
#footer2015 .naviBox .naviBoxInner p, #footer2015 .naviBox .naviBoxInner ul {
	float: left;
}
#footer2015 .naviBox .naviBoxInner p {
	width: 19%;
	padding-top: 8px;
}
#footer2015 .naviBox .naviBoxInner ul {
	width: 81%;
	line-height: 1.6;
}
#footer2015 .naviBox .naviBoxInner ul li {
	border: medium none;
	display: inline-block;
	float: none;
	font-size: 12px;
	letter-spacing: normal;
	margin-left: 0;
	padding: 0;
	vertical-align: middle;
	color: #FFF;
}
#footer2015 .naviBox .naviBoxInner ul li a, #footer2015 .naviBox .naviBoxInner ul li a:hover, #footer2015 .naviBox .naviBoxInner ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer2015 .naviBox .naviBoxInner ul li a:after {
	content: "/";
	padding-left: 8px;
	padding-right: 8px;
}
#footer2015 #ftMark {
	width: 100%;
	max-width: 960px;
	margin: 9px auto 0;
	overflow: hidden;
	letter-spacing: -.40em;
	box-sizing: content-box;
}
#ftMark ul#registration {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 73%;
	overflow: hidden;
	float: none;
}
#footer2015 #ftMark ul#registration li {
	float: none;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
#ftMark ul#association {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	letter-spacing: -.40em;
	text-align: right;
	width: 27%;
	float: none;
}
#ftMark ul#association li {
	margin-left: 10px;
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	float: none;
	padding: 0px;
	border: none;
}
#ftMark ul#association li img {
	height: 22px;
	width: auto;
}
#ftMark ul#association li#pmark img {
	height: 75px;
	width: 75px;
}
  #ftMark ul#association li#jpx {
	  display:none;
}
#footer2015 #ftBottom {
	border-top: 1px #DCDCDC solid;
	background-color: transparent;
	color: #666666;
	margin-top: 6px;
	padding-top: 8px;
	padding-bottom: 15px;
	height: 26px;
	box-sizing: content-box;
}
#footer2015 #ftBottom #ftBottomDetail {
	color: #666666;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#ftBottom #copy {
	float: right;
	font-size: 11px;
	padding-top: 15px;
}
#footer2015.formFooter {
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
}
#footer2015.formFooter #ftMark {
	margin-top: 0;
}
#container.topContents {
	padding-bottom: 60px;
	padding-top: 55px;
}
#gNaviSp {
	top: 108%;
	overflow: scroll;
	position: relative;
	z-index: 99999;
}
#gNaviSp .dropDownList {
	display: none;
}
#gNaviSp .dropDownList .subTtl {
	color: #999999;
	font-size: 10px;
	margin-left: 10px;
}
#gNaviSp > a.dropdownTrigger {
	background-color: #E7E7E7;
	display: block;
	margin-right: 0;
	border-top: 1px solid #DCDCDC;
	border-bottom: none;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 10px 10px 8px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	color: #f9423a;
}
#gNaviSp > a.dropdownTrigger:nth-of-type(2) {
	color: #333;
}
#gNaviSp > a.dropdownTrigger i.bottomArrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 21px;
	top: 15px;
}
#gNaviSp > a.dropdownTrigger i.bottomArrow:after {
	width: 7px;
	height: 7px;
	border-right: 2px solid #737373;
	border-top: 2px solid #737373;
	box-sizing: content-box;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#gNaviSp > a.dropdownTrigger.open i.bottomArrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 21px;
	top: 19px;
}
#gNaviSp > a.dropdownTrigger.open i.bottomArrow:after {
	width: 7px;
	height: 7px;
	border-right: 2px solid #737373;
	border-top: 2px solid #737373;
	box-sizing: content-box;
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
}
#gNaviSp a:hover {
	opacity: 1;
}
#gNaviSp li {
	background-color: #ffffff;
	display: block;
	margin-right: 0;
}

/*#gNaviSp li p, */

#gNaviSp li a {
	background: none;
	border-top: 1px solid #DCDCDC;
	border-bottom: none;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 10px 10px 8px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
#gNaviSp li:first-child a {
	border-top: none;
}
#gNaviSp li p, #gNaviSp li a .rightArrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 17px;
}
#gNaviSp li p, #gNaviSp li a .rightArrow:after {
	width: 7px;
	height: 7px;
	border-right: 2px solid #737373;
	border-top: 2px solid #737373;
	box-sizing: content-box;
}
#gNaviSp li#hdLinkSp.myPageLink {
	background-color: #EE483C;
	display: block;
	margin-right: 0;
	border-bottom: none;
	padding: 5px 0 7px;
}
#gNaviSp li#hdLinkSp.myPageLink a {
	background-color: #fff;
	display: block;
	border-radius: 5px;
	width: 93%;
	margin: 0 auto;
	border-color: #fff;
	color: #EE483C;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 7px 0 5px;
	text-align: center;
}
#gNaviSp li#hdLinkSp.myPageLink a span.rightArrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 21px;
	top: 14px;
}
#gNaviSp li#hdLinkSp.myPageLink a span.rightArrow:after {
	border-right: 2px solid #EE483C;
	border-top: 2px solid #EE483C;
}
#gNaviSp li#hdNaviSp ul {
	padding: 0;
}
#gNaviSp li#hdNaviSp ul li {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	color: #5b2e23;
	display: inline-block;
	float: left;
	font-size: 18px;
	height: 100%;
	letter-spacing: normal;
	width: 49.6549%;
	background-color: #FFF;
	box-sizing: content-box;
}
#gNaviSp li#hdNaviSp ul li a {
	display: table;
	font-size: 14px;
	height: 32px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
#gNaviSp li#hdNaviSp ul li a span {
	display: table-cell;
	padding-left: 12px;
	padding-right: 36px;
	padding-top: 6px;
	vertical-align: middle;
	width: 100%;
	font-size: 12px;
	border: none;
}
#gNaviSp li#hdNaviSp ul li a span.rightArrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 16px;
	width: auto;
}
@media screen and (max-width: 1000px) {
	.header2016 .headTop nav {
		padding-right: 20px;
	}
	#gNavi {
		margin-bottom: 10px;
	}
	#gNavi li {
		padding-bottom: 10px;
	}
	.header2016 #hdDetail {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer2015 #ftDetail #ftNavi .box ul {
		width: 48%;
		margin-right: 2%;
	}
	#footer2015 .footerTop .footerNav li {
		padding-bottom: 10px;
	}
	#footer2015 #ftDetail #ftNavi .col3 {
		padding: 0 0 0 3%;
	}
	#footer2015 #ftDetail #ftNavi .col3 ul:nth-of-type(3), #footer2015 #ftDetail #ftNavi .col3 ul:nth-of-type(3) {
		margin-top: 11px;
	}
	#footer2015 #ftDetail #ftNavi .col5 {
		padding: 0 3%;
	}
	#footer2015 .naviBox .naviBoxInner {
		padding: 0 3%;
		width: 94%;
	}
	#footer2015 .naviBox .naviBoxInner p {
		float: none;
	}
	#footer2015 .naviBox .naviBoxInner ul {
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	#footer2015 #ftMark {
		padding: 0 3%;
		width: 94%;
	}
	#footer2015 #ftBottom #ftBottomDetail {
		padding: 0 3%;
		width: 94%;
	}
	#ftMark ul#association {
		width: 100%;
		text-align: left;
	}
	#ftMark ul#association li {
		margin-left: 0px;
		margin-right: 10px;
	}
	#ftNavi .box.col3 ul {
		width: 48%;
		margin-right: 2%;
	}
}
/* @media screen and (max-width: 870px) {
	.header2016 .headMain .left .logo, .header2016 .headMain .left .lead, .header2016 .headMain .right .telListArea, .header2016 .headMain .right .myPageBtn {
		float: none;
	}
	.header2016 .headMain .right .tel {}
	.header2016 .headMain .left .lead {
		margin-left: 7px;
		padding-top: 3px;
	}
	.header2016 .headMain .right {
		padding-top: 7px;
	}
	.header2016 .headMain .right .myPageBtn {
		margin-left: 0;
		margin-top: 4px;
	}
} */
@media screen and (max-width: 680px) {
	#bodyWrapper {
		min-width: inherit;
	}
}
@media screen and (max-width: 657px) {
	#bodyWrapper.otaReservation {
		box-sizing: content-box;
		padding-top: 38px;
	}
	.header2016 {
		background-color: #ffffff;
		box-sizing: content-box;
		height: 29px;
		left: 0;
		padding-bottom: 8px;
		padding-left: 0;
		padding-right: 0;
		position:absolute;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.header2016 #hdDetail {
		margin-top: 8px;
		padding: 0;
	}
	.header2016 .headTop {
		display: none;
	}
	.header2016 .headMain {
		display: table;
		margin: 0 3%;
		width: 96%;
	}
	.header2016 .headMain .left {
		display: table-cell;
		float: none;
		padding-left: 5%;
		vertical-align: top;
	}
	.header2016 .headMain .left .logo {
		float: none;
		text-align: center;
	}
	.header2016 .headMain .left .logo img {
		float: right;
		height: auto;
		/*width: 50%;*/
		width: 114px;
	}
	.header2016 .headMain .left .lead {
		display: none;
	}
	.header2016 .headMain .right {
		display: table-cell;
	}
	.header2016 .headMain .right .favArea
	{
		float: right;
		text-align: center;
		margin-top: 1px;
	}
	.header2016 .headMain .right .favImg
	{
		margin: 0;
		padding: 0;
		width: auto;
		height: 25px;
	}
	.header2016 .headMain .right .favLabel
	{
		margin: 2px;
		padding: 0;
		font-size: 8px;
		color: #333;
		bottom: 0;
		line-height: 1;
	}
	.header2016 .headMain .right .bnrArea
	{
		display: none;
	}
	.header2016 .headMain .spTel {
		display: table-cell;
		float: none;
		text-align: right;
	}
	.header2016 .headMain .spTel img {
		height: auto;
		/*width: 50%;*/
		width: 19px;
	}
	#footer2015 {
		font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	}
	#footer2015 .footerTop {
		padding-bottom: 0;
		border: 0 none;
	}
	#footer2015 .footerTop h3 {
		font-size: 16px;
		margin-left: 9%;
		text-align: center;
	}
	#footer2015 .footerTop h3 i:nth-of-type(1) {
		left: -23px;
		width: 18px;
	}
	#footer2015 .footerTop h3 i:nth-of-type(2) {
		display: none;
	}
	#footer2015 .footerTop .tourList {
		font-size: 0;
		margin-top: 11px;
		text-align: center;
	}
	#footer2015 .footerTop .tourList li {
		display: block;
		font-size: 12px;
		margin-left: 0;
		margin-top: 3px;
	}
	#footer2015 .footerTop .tourList li:nth-of-type(1) {
		margin-top: 0;
	}
	#footer2015 .footerTop .tourList li:nth-of-type(3) {
		margin-left: 0;
	}
	#footer2015 .footerTop .tourList li a {
		padding-left: 15px;
	}
	#footer2015 .footerTop .tourList li a:before {
		background: #666666 none repeat scroll 0 0;
		border-radius: 50%;
		height: 13px;
		width: 13px;
	}
	#footer2015 .footerTop .tourList li a:after {
		border-right: 2px solid #ffffff;
		border-top: 2px solid #ffffff;
		height: 2px;
		left: 3px;
		top: -1px;
		-webkit-transform: rotate(134deg);
		transform: rotate(134deg);
		width: 5px;
	}
	#footer2015 .footerTop .tourList li:nth-of-type(2) a {
		left: -1px;
	}
	#footer2015 .footerTop .mmSubmitForm {
        font-size: 0;
        margin: 17px auto 0;
        text-align: center;
        width: 93%;
      }
        #footer2015 .footerTop .mmSubmitForm input[type="text"]{
          width: 96%;
          padding: 9px 0 12px 10px;
          border: 1px solid #b2b2b2;
          vertical-align: middle;
          box-sizing:content-box;
        }
        #footer2015 .footerTop .mmSubmitForm input[type="submit"]{
          -webkit-appearance: none;
          margin-top: 11px;
          width: 100%;
          font-size: 16px;
          padding: 8px 0 11px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          margin-left: 0;
          vertical-align: middle;
        }
	#footer2015 .footerTop .mgCaution {
		font-size: 10px;
		margin: 9px auto 0;
		width: 93%;
	}
	#footer2015 .footerTop .snsArea {
		padding: 13px 0;
	}
	#footer2015 .footerTop .snsArea > ul {
		width: 100%
	}
	#sns {
		margin-top: 5%;
		text-align: center;
	}
	#sns li {
		margin: 0 5%;
	}
	#sns li img {
		width: 40px;
	}
	#sns .sns_ttl {
		display: block;
		width: 50%;
		margin: 2% auto 7%;
	}
	#sns .sns_ttl:before {
		left: 50%;
		top: 15px;
	}
	#footer2015 .footerTop .snsArea .sns_ttl2 {
		display: block;
		font-size: 12px;
		padding-top: 5px;
		margin: 0 0 8px 5%;
	}
	#footer2015 .footerTop .snsArea .sns_ttl2 p {
		display: inline;
	}
	#footer2015 .footerTop .snsArea .sns_ttl2 p i:nth-of-type(1) {
		border-top: 1px solid #999999;
		-webkit-transform: rotate(75deg);
		transform: rotate(75deg);
		left: -11%;
	}
	#footer2015 .footerTop .snsArea .sns_ttl2 p i:nth-of-type(2) {
		border-bottom: 1px solid #999999;
		-webkit-transform: rotate(-75deg);
		transform: rotate(-75deg);
		right: -4%;
		top: 2px;
	}
	#footer2015 .footerTop .snsArea .sns_ttl2 p i {
		height: 7px;
		position: absolute;
		top: 5px;
		width: 15px;
	}
	#footer2015 .footerTop .snsArea > ul li {}
	#footer2015 .footerTop .snsArea ul li img {
		width: 23px;
	}
	#footer2015 .footerTop .snsArea > ul li:nth-of-type(2) {
		margin-left: 1%;
		margin-right: 0;
	}
	#footer2015 .footerTop .snsArea > ul li:nth-of-type(3) {
		margin-left: 4%;
		margin-right: 0;
	}
	#footer2015 .footerTop .snsArea > ul li:nth-of-type(4) {
		margin-left: 4%;
		margin-right: 0;
	}
	#footer2015 .footerTop .snsArea > ul li:nth-of-type(5) {
		margin-left: 4%;
		margin-right: 0;
	}
	#ftDetail {
		padding: 0px 15px;
	}
	#ftNavi .box {
		display: none;
	}
	#ftMark ul#association {
		width: auto;
	}
	#footer2015 .footerTop .footerNav {
		display: none;
	}
	#footer2015 #ftDetail #ftNavi {
		margin-top: 0;
	}
	#footer2015 .naviBox {
		padding: 11px 0 25px;
	}
	#footer2015 .naviBox .naviBoxInner ul li {
		padding: 4px 0 0;
	}
	#footer2015 .naviBox .naviBoxInner p {
		text-align: center;
		width: auto;
	}
	#footer2015 .naviBox .naviBoxInner p a {
		margin-left: -8%;
	}
	#footer2015 .naviBox .naviBoxInner p a img {
		height: auto;
		width: 112px;
	}
	#ftMark ul#registration {
		margin-bottom: 1px;
	}
	#ftMark ul#association li {
		margin-right: 8px;
	}
	#ftMark ul#association li img {
		width: auto;
		height: 19px;
	}
	#footer2015 #ftBottom #ftBottomDetail {
		text-align: center;
	}
	#ftBottom #copy {
		display: inline-block;
		float: none;
	}
	.sp{
		display: block;
		padding-top: 20px;
	}
}

/*add css 20161101*/

.step {
	padding-left: 0;
	list-style: none;
	text-align: center;
	width: 100%;
}
.step ul {
	width: 100%;
}
.step li {
	display: inline;
}
.step li > a, .step li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: ffffff;
	color: #000000;
	border: 1px solid #dddddd;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-weight: bold;
	float: left;
}
.step li > a:hover, .step li > a:focus {
	text-decoration: none;
}
.step .disabled > a, .step .disabled > a:hover, .step .disabled > a:focus, .step .disabled > span {
	background-color: blue;
	color: #ffffff;
	cursor: not-allowed;
}
.panel-main {
	border-color: #dddddd;
	padding: 10px 8px 10px 8px;
}
.panel-main > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-main > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
}
.panel-main > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #dddddd;
}

/*#ListTitle strong {
	font-size: 18px;
}
#ListTitle a {
	line-height: 25px;
	float: right;
}*/


/*#ListResultNum {
	font-size: 20px;
	color: red;
}*/

#ListOrder {
	float: right;
	text-align: right;
}
@media screen and (max-width: 657px) {
	#ListOrder {
		text-align: left;
	}
}
.listStyle {
	border: 1px solid #E7E7E7;
	padding: 20px;
	margin-bottom: 10px;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */


/* Common styles for all types */

.bs-callout {
	padding: 5px;
	padding-left: 20px;
	margin: 20px 0 10px;
	/*border: 1px solid #eee;*/
	border-left: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}

/* Tighten up space between multiple callouts */

.bs-callout + .bs-callout {
	margin-top: -5px;
}

/* Variations */

.bs-callout-danger {
	border-left-color: #ce4844;
	color: #ce4844;
}
.bs-callout-danger h2 {
	color: #ce4844;
}
.bs-callout-warning {
	/* border-left-color: #CD853F; */
	border-left-color: #333333;
	color: #333333;
}
.bs-callout-warning h2 {
	color: #333333;
}
.bs-callout-info {
	border-left-color: #1b809e;
	color: #1b809e;
}
.bs-callout-info h2 {
	color: #1b809e;
}
.DitailTable table {
	border: #E7E7E7 solid 2px;
	padding: 2px;
	border-collapse: separate;
	line-height: 1.5em;
}
.DitailTable table tr th {
	padding: 5px 15px;
	color: #000000;
	font-weight: bold;
	background-color: #F6F6F6;
	border-bottom: #FFF 1px solid;
}
.DitailTable table tr td {
	padding: 5px 15px;
	color: #666666;
	background-color: #ffffff;
	border-bottom: #b4b4b4 1px dotted;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
#MainPage {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 657px) {
	#MainPage {
		padding-bottom: 0;
	}
}
@media (min-width: 657px) {
	.text-center-sm {
		text-align: center !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.text-right-sm {
		text-align: right !important;
	}
}
@media (min-width: 871px) {
	.text-center-md {
		text-align: center !important;
	}
	.text-left-md {
		text-align: left !important;
	}
	.text-right-md {
		text-align: right !important;
	}
}