@charset "UTF-8";

/* !Clearfix
---------------------------------------------------------- */
.clearfix
{
	display: block;
	min-height: 1%;
}
.clearfix:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
.oneColumn #main {
		float: none;
		width: 938px;
		padding-left:20px;
		padding-right:22px;
	}
	* html #main {
		width: 980px;
	}

.oneColumn #main .sectionMainWrap {
	width: 938px;
	/*background: url(/common/img/bg_main_onecolumn_bottom.gif) left bottom no-repeat;*/
}
/*.oneColumn #main .sectionMain {
		background: url(/common/img/bg_main_onecolumn_top.jpg) left top no-repeat;
	}
.oneColumn #main .sectionMainIn {
			background: url(/common/img/bg_main_onecolumn_middle.gif) left top repeat-y;
		}
*/

/* !Form TABLE
---------------------------------------------------------- */

.formTbl {
	width: 100%;
	margin-bottom: 15px;
 }

.formTbl th {
	background-color: #E4EFF8;
	font-weight: bold;
	color: #21739F;
	text-align:left;
	padding:15px 5px;
	border-bottom: 1px solid #c8dbe8;
	border-top: 1px solid #c8dbe8;
}

.formTbl td {
	border-top: 1px solid #c8dbe8;
	border-bottom: 1px solid #c8dbe8;
	padding:15px 5px 15px 15px;
	}

.formTbl td p{
	margin-bottom:5px;
	}




/* ------------------
 header ハーフプラン販売中用
------------------ */
.season a{
margin: 0 6px 0 0;
padding: 6px 2px !important;
}
.season a span{
	display:block;
	color:#FFF;
	font-size:8px;
	background:#019EE8;
	padding:2px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.header .gnav li a.button{
	width:98px !important;
}

/* ------------------
 header チケット販売中用
------------------ */
.ticket a{
margin: 0 6px 0 0;
padding: 6px 2px !important;
}
.ticket a span{
	display:block;
	color:#FFF;
	font-size:8px;
	background:#004A93;
	padding:2px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.header .gnav li a.button{
	width:98px !important;
}

/* ------------------
 Mac回避用
 スクロールバー常時表示
------------------ */
.u-scroll-visible::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.u-scroll-visible::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.my--customer-tab a {
  position: relative;
  line-height: inherit;
  width: 150px;
  height: 62px;
  margin: 0px 15.5px 0px 0px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  text-align: center;
  background-color: #F0F0F0;
}
.my--customer-tab a:last-child {
  margin: 0;
}
.my--customer-tab a::after {
  content: '';
  border: 1px solid #F0F0F0;
  border-width: 5px 5px 0px 0px;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: -7px;
}
.my--customer-tab a.active {
  background-color: #004091;
  color: #FFF !important;
}
.my--customer-tab a.active::after {
  content: '';
  border: 1px solid #004091;
  border-width: 5px 5px 0px 0px;
}
.my--customer-tab a.last::after {
  display: none;
}
.my--customer-tab a span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.my--customer tr th {
  width: 200px;
}
