body {
	-webkit-text-size-adjust: none;
}




.page {
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	_font-family: "ＭＳ Ｐゴシック",
				"MS P Gothic","Osaka", Verdana, Arial, serif;
	color: #000000;
	clear: both;
	float: none;
	font-size: 84%;
	margin: 0;
	padding: 0;
}

.page_view {
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	_font-family: "ＭＳ Ｐゴシック",
				"MS P Gothic","Osaka", Verdana, Arial, serif;
	border-top: 4px solid #fed600;
    border-bottom: 1px solid #9f9f9c;
    background: #fff;
	color: #000000;
	clear: both;
	float: none;
	font-size: 84%;
	margin: 0;
	padding: 0;
}

a:link { color:#0d4080; text-decoration:none; }
a:visited { color:#0d4080; text-decoration:none; }
a:hover { color:#0d4080; text-decoration:none; }
a:active { color:#0d4080; text-decoration:none; }

.show a:link { color:#444444; text-decoration:underline; }
.show a:visited { color:#444444; text-decoration:underline; }
.show a:hover { color:#444444; text-decoration:underline; }
.show a:active { color:#444444; text-decoration:underline; }

.ui-bar-a .base a:link { color:#fff !important; text-decoration:underline; }
.ui-bar-a .base a:visited { color:#fff !important; text-decoration: underline; }

.base.t3_footer a:link { color:#000 !important; text-decoration:underline; }
.base.t3_footer a:visited { color:#444 !important; text-decoration: underline; }

.footer_navi a { color:#333; text-decoration:underline; }

/* ヘッダー ロング
---------------------------------------*/
header {
	min-width: 310px;
	width: auto;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
    border-top: 4px solid #fed600;
	border-bottom: 1px solid #9f9f9c;
	background: #f6f5f1;
}

.jr_system header {
    border-top: 4px solid #0067c0; /* JRSYSTEM用 */
}

header .logo {
	float: left;
	padding: 5px 0 0 5px;
	width: 40%;
}
header .logo img {
	width: 100%;
	max-width: 136px;
	height: auto;
}

header ul {
	float: right;
}

header ul li {
    width: 54px;
    font-size: 8.5px;
    line-height: 1.6;
    float: left;
    text-align: center;
    border-left: 1px solid #9f9f9c;
    padding: 7px 0 4px;
    min-height: 40px;
}

header ul li a {
	color: #333 !important;
}

/* ヘッダー ミニ
---------------------------------------*/
.sheader {
	min-width: 310px;
	width: auto;
	margin: 0 auto;
	clear: both;
}

.sheader .logo {
	float: left;
	margin: 12px 0 0 5px;
}

.sheader ul {
	float: right;
	margin: 12px 8px 8px 0;
}

.sheader ul li {
	margin-right: 5px;
	font-size: 60%;
    line-height: 1.6;
	display: inline-block;
	text-align: center;
}

/* フッター
---------------------------------------*/
#d_custom_footer {
}

.footer_navi {
	color: #333;
	padding: 0 0 15px;
	text-align: center;
	margin: 0 auto;
	width: auto;
	font-size: 0.8em;
	display: table;
}

.base {
	background: #474747;
	clear: both;
}

.base div {
	color: #fff;
    padding: 14px 0;
    text-align: center;
}

.base.t3_footer  div {
	color: #000;
}

div.base .ftPc{
	vertical-align:middle;
	margin-bottom:2px

}

.copyright {
	font-size: 85%;
}

.footer_link {
	border-top: solid 1px #cbcac5;
}

.footer_link ul {
	  width: 100%;
	  display: table;
}

.footer_link li {
  background: #ebe9e2;
  border: 1px solid #cbcac5;
  border-width: 0 1px 1px 0;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: table-cell;
  /*display: inline-block;
  vertical-align: top;*/
  padding: 15px 25px 15px 10px;
  vertical-align: middle;
  font-size: 0.75em;
}

.footer_link li:nth-child(2n) {
  border-width: 0 0 1px 0;
}


.footer_link li a {
	color: #333333;
}

/* フッター内　サブナビ
---------------------------------------*/
.sp_subnavi {
	background-color: #f6f5f1;
	clear: both;
	overflow: hidden;
}
.sp_subnavi ul {
	margin: 15px 10px;
}
.sp_subnavi ul li {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 90%;
	background: #ffffff;
}
.sp_subnavi ul li:last-of-type {
    border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.sp_subnavi ul li a {
  color: #000000;
  display: block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 10px;
  padding: 14px 10px 12px 0;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 1px #cccccc;
}
.sp_subnavi ul li a.arrow_o {
	background: url(/../ image/index_ic015.png) no-repeat scroll right center;
	background-size: 7px 11px;
}
.sp_subnavi ul li a.arrow_pc {
	background: url(/dynamic/../ image/common_ic003.gif) no-repeat scroll right center;
}

/* コンテンツ
---------------------------------------*/
h2 {
    color: #000;
    font-size: 135%;
    font-weight: bold;
    background: #ebe9e2;
    background-size: 320px 41px;
    text-align: center;
    padding: 25px 0;
	margin: 0 0 15px;
}

h3 {
    background: #474747;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

h4 {
	border-left: 4px solid #e45833;
	border-bottom: none;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 120% !important;
	font-weight: bold;
	text-align: left;
}

div.contents {
	text-align: center;
	padding: 10px 12px;
	line-height: 140%;
	color: #444;
}

div.contents p, div.contents li, div.contents dl {
	text-align: left;
}

.main h4:after {
	background: none;
}

.cnt_sec {
	line-height: 140%;
	color: #444;
	padding: 20px 10px;
}

.cnt_sec .img {
	text-align: center;
}

#menu {
	text-align: center;
	padding: 0 5px;
}

.bgarea {
	/*background: #f5f4ef;*/
    margin: 15px 0;
    padding: 18px 10px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

#information {
	background: url(/../ image/index_bg003.gif) repeat-x;
	height: 20px;
	padding: 1px 5px 0;
	color: #000;
	font-weight: bold;
	text-shadow: -1px -1px 3px #b49510;
}

#infobox {
	padding: 0;
}

#infobox dl {
	background: url(/../ image/index_ic015.png) no-repeat 98%;
	background-size: 7px 11px;
	border-bottom: #cccccc 1px solid;
	padding: 10px 25px 10px 5px;
}

#infobox dl.pc {
	background: url(/../ image/index_ic012.png) no-repeat right;
	border-bottom: #cccccc 1px solid;
	padding: 10px 35px 10px 0;
}

#infobox dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-left:5px;
}

#infobox a {
	color: #333;
}

#infobox dd {
	margin-left:5px;
	color: #444444;
}

#infobox p.list {
	background: url(/../ image/index_ic015.png) no-repeat 98%,#ebe9e2;
    background-size: 7px 11px;
    padding: 8px 15px 8px 0;
    text-align: center;
    font-weight: bold;
    color: #444444;
    border-bottom: #cccccc 1px solid;
    font-size: 1.1em;
}

#infobox .iconPC img {
	vertical-align: middle;
}

div.banner {
	text-align: center;
	margin: 25px auto;
	font-size: 1.0em;
    font-weight: bold;
}

div.banner img {
	vertical-align: middle;
}

div.bg_color{
	background:#f5f4ef;
	padding: 6px 0;
	clear: both;
}

div.bg_color img{
	margin:10px 0;
}

.btn a {
	display: block;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
    color: #333;
    margin: 0 10px;
}
.joinBtn,
.guideBtn {
    display: none;
}

.joinBtn a,
.guideBtn a{
    margin: 0 30px 0;
}
.btn a img {
  vertical-align: sub;
  margin-right: 5px;
}

.guideBtn a img {
    vertical-align: middle;
    width: 22px;
    height: auto;
}

p.arrow01 {
  background: url(/sp/common/images/common_arrow_001.png) no-repeat left 5px;
  background-size: 5px 9px;
  padding: 0 0 15px 10px;
  margin-top: 10px;
}

p.arrow01 a {
	text-decoration: underline;
}

span.arrow01 {
  background: url(/sp/common/images/common_arrow_001.png) no-repeat left 5px;
  background-size: 5px 9px;
  padding: 0 0 15px 10px;
  margin-top: 10px;
}

span.arrow01 a {
	text-decoration: underline;
}


.arrow {
  background: url("/../ image/index_ic015.png") no-repeat 0 0;
  background-size: 7px 11px;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 38%;
  right: 10px;
}

.arrow_w {
  background: url("/../ image/index_ic016.png") no-repeat 0 0;
  background-size: 7px 11px;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 42.5%;
  right: 10px;
}

.ic_catch {
	margin-bottom: 15px;
}

.ic_catch span {
	padding: 2px 5px;
	border-radius: 3px;
	background: #e45833;
	color: #fff;
	font-weight: bold;
}

.ic-arrow-wh {
	background: url("/../ image/index_ic016.png") no-repeat 0 0;
	background-size: 7px 11px;
	position: absolute;
	width: 7px;
	height: 11px;
	top: 42.5%;
	right: 10px;
}

.move-btn a {
	margin: 0 auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    padding-right: 10px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fff;
    border: 4px solid #ebe9e2;
}

.move-btn a img {
  vertical-align: sub;
  margin-right: 5px;
}
.move-btn .arrow {
  background: url("/../ image/index_ic015.png") no-repeat 0 0;
  background-size: 7px 11px;
  position: absolute;
  width: 7px;
  height: 11px;
  right: 10px;
  top: 14px;
}

.show {
	border-bottom: 1px solid #c4c4c4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #cccccc , #e0e0e0 );
 	background:  -moz-linear-gradient(top, #cccccc , #e0e0e0 );
	filter :progid:DXImageTransform.Microsoft.gradient18(startColorstr=#cccccc,endColorstr=#e0e0e0);
	background-color: #cccccc;
	padding: 10px;
	text-align: center;
}

#infobox .news p {
	width: 7em;
	font-size: 10px;
	margin-right: 7px;
	margin-top: 1px;
	padding: 1px 0;
	float: left;
	vertical-align: middle;
	text-align: center;
}


.icon_r {
  background: #e45833;
  color: #ffffff;
}

.icon_y {
  background: #898989;
  color: #ffffff;
}

p.serchbt01,p.serchbt02 {
	width: 100%;
	font-weight: bold;
	margin: 5px 0 15px;
	vertical-align: middle;
	color: #444444;
}

p.serchbt03 {
	width: 48.5%;
	background-color: #f7f7f7;
	border: solid 1px #d1d1d1;
	border-radius: 5px / 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
	font-weight: bold;
	margin: 6px 0;

	vertical-align: middle;
	float:left;
	text-align:center;
}
p.serchbt04 {
	width: 48.5%;
	background-color: #f7f7f7;
	border: solid 1px #d1d1d1;
	border-radius: 5px / 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
	font-weight: bold;
	margin: 6px 0;

	vertical-align: middle;
	float:right;
}
p.serchbt05 {
	width: 48.5%;
	background-color: #f7f7f7;
	border: solid 1px #d1d1d1;
	border-radius: 5px / 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
	font-weight: bold;
	margin: 6px 0;


	float:left;
}
p.serchbt06 {
	width: 48.5%;
	background-color: #f7f7f7;
	border: solid 1px #d1d1d1;
	border-radius: 5px / 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
	font-weight: bold;
	margin: 6px 0;

	vertical-align: middle;
	float:right;
}

p.serchbt01 span{
	float: left;
	margin-left: 20px;
}

p.serchbt03 span,p.serchbt04 span, p.serchbt05 span,p.serchbt06 span{
	float: left;
	margin-left: 10px;
}

p.serchbt03 span.lt,p.serchbt04 span.lt, p.serchbt05 span.lt,p.serchbt06 span.lt{
	text-align:center;
	margin-left: 3px;
	font-size:0.8em;
}
p.serchbt02 span {
	float: left;
	margin-left: 25px;
}

.serchbt01 img ,.serchbt03 img,.serchbt04 img,.serchbt05 img,.serchbt06 img{
	margin-left: 0;
}

.admission {
	float: none;
	clear: both;
	zoom: 1;
	vertical-align: center;
}

.admission .arrow {
  background: url("/../ image/index_ic016.png") no-repeat 0 0;
  background-size: 7px 11px;
  position: absolute;
  width: 7px;
  height: 11px;
  right: 10px;
  top: 15px;
}

.admission a img {
  vertical-align: sub;
  margin-right: 5px;
}

p.admission01 a {
	width: 48%;
    height: 45px;
	line-height: 45px;
    float: left;
    background: #e95643;
    color: #fff;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
}

p.admission02 a {
	width: 48%;
    height: 45px;
	line-height: 45px;
    float: right;
    background: #0f83b9;
    color: #fff;
    position: relative;
    font-size: 1.2em;
	font-weight: bold;
	box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;


}
p.admission03 a ,p.admission05 a{
	width: 49%;
	padding: 5px 0;
	float: left;
}

p.admission04 a ,p.admission06 a{
	width: 49%;
	padding: 5px 0;
	float: right;
}


.fb {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	margin-top:5px;
}

.g-plus {
	margin-left:0;
	margin-right: 0;
	width: 32px;
	display: inline-block;
	*display: inline;
    *zoom: 1;
    margin-top:5px;
}

.twit {
	width: 65px !important;
	display: inline-block;
	*display: inline;
    *zoom: 1;
    margin-top:5px;
}

div.clear_bo{
	clear: both;

}
/***** ****/
ul.sns_btns{

display:table;

}
ul.sns_btns li{
display:table-cell;
vertical-align:middle;
background:#000;
}
/***** ****/
.menubt {
	width: 100%;
	background-color: #ededed;
	border: solid 1px #d1d1d1;
	border-radius: 5px / 5px;
/*	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
*/	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0;
	vertical-align: middle;
}


#newsflash {
	padding: 0 5px;
	background: #f3dada;
	border-bottom: #FFFFFF 3px solid;
	border-top: #FFFFFF 3px solid;
}

#newsflash dl {
	background: url(/../ image/index_ic003.gif) no-repeat right;
	padding: 10px 15px 10px 0;
}

#newsflash dt {
	font-weight: bold;
}

p.important {
	color: #CC0000;
	font-weight: bold;
	border: solid 1px #CC0000;
	background: #fff2ff;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}

.top p.important {
	margin: 10px 5px -10px;
}

#header:after,
.menubt:after,
.admission:after,
#newsflash:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
zoom:1;
}


/* 　ホームへ追加誘導ふきだし　
---------------------------------------*/
.inactive {
  display : none;
}
.active {
  display : block;
}

/* ダウンロード */
#close_news_block
,#close_blog_block{
    line-height:1.8;
    font-size:14px;
    position:relative;
    padding:5px;
    border-bottom:1px solid #9da2a8;
    border-top:1px solid #9da2a8;
    text-align:center;
    font-weight:bold;
}
#close_news_block a.dl
,#close_blog_block a.dl{
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
    border:1px solid #ccc;
    -webkit-border-radius:3px;
    color:#333;
    display:block;
    font-weight:bold;
    padding:4px;
    text-align:left;
    text-shadow:0 -1px 0 #fff;
    margin-right:30px;
}

#close_news_block a.dl span
,#close_blog_block a.dl span{
    text-indent:-9999px;
    float:left;
    display:block;
    width:24px;
    height:24px;
    margin-top:2px;
    margin-right:2px;
}

a#close_news
,a#close_blog {
    position:absolute;
    top:12px;
    right:4px;
    width:24px;
    height:24px;
    text-align:center;
    text-indent:-9999px;
}
#close_home_block {
    width:100%;
    text-align:center;
    position:absolute;
    margin:0;
    top:255px;
    -webkit-transition: top 0.2s linear;
	display: none;
}
#close_home_block a{display:inline-block;}
#close_home {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
}

/* スライド　js (マイページを含む）
---------------------------------------*/
.bn_area {
	margin-bottom: 20px;
	clear: both;
}

.bn_area .item {
	width: 320px;
	padding-right:38px;
	padding-left:38px;
	background-color:#fff;
}

.bn_area img{
	width:100%;
	background-color:#fff;
}
.one-bn {text-align:center; margin-bottom:20px;}

.one-bn img{
	width:285px;
	background-color:#fff;
}

.bn_area .moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
} /* スピード等は任意です。 */

.container {
	width: auto;
	height: auto !important;
	padding-bottom: 5px;
	overflow: hidden;
}

.containerInner {
	height: auto !important;
}

.my_nav,
.nav {
	width: 70%;
	margin: 0 auto;
}

.nav ul {
	width: 70px;
	margin:0 auto;
	height: 10px;
}

.my_nav ul {
	width: 85px;
	margin:0 auto;
	height: 10px;
}

.my_nav ul li,
.nav ul li {
	float: left;
	margin-right: 5px;
	height: 10px;
	color: #bbbbbb;
	width: 10px;
}

.linone {
	margin-right: 0 !important;
}

.my_nav li a,
.nav li a {
	background-color: #CCC;
	border-radius: 10px;
	display: block;
	height: 10px;
	width: 10px;
}

.my_nav li.selected a,
.nav li.selected a {
	background-color: #f08300;
}

.bn_area .my_item { width: 285px; margin: 0 10px; }


.clear {
	clear: both;
}

/* スライド　js (ABテスト用）
---------------------------------------*/
/*.bn_area .AB {
	width: 285px;
	background-color: transparent;
}

.bn_area img.ABimage {
	width:285px;
}

.nav ul {
	width: 100px !important;
}

.ABbanner {
	text-align: center;
	margin: 15px auto 0 auto;
}
*/

.top_slide {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
	min-height: 180px;
    position: relative;
	margin-top: 30px;
}

.top_slide .bx-wrapper {
    margin: 0 auto 15px;
}

.top_slide .bx-wrapper img {
    width: 100%;
	max-width: 640px;
	height: auto;
}

.top_slide .bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.main_bxslider li {
  display: none;
}
.bx-viewport .main_bxslider li {
  display: block !important;
}

.loading {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 45%;
	top: 50%;
}

/* その他
---------------------------------------*/

iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

.fright {
	float:right;
}


.pickup {
	background: #f6f5f1;
	overflow: hidden;
	margin: 20px 0 0;
}

.pickup ul {
	border-top: 1px solid #cbcac5;
	overflow: hidden;
}

.pickup li {
	border-right: 1px solid #cbcac5;
    text-align: center;
    float: left;
    width: 33.33%;
	height: 82px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pickup li a {
	display: block;
	padding: 8px 0 4px;
}

.pickup ul:nth-child(2) {
	border-bottom: 1px solid #cbcac5;
}

.pickup li:nth-child(3),
.pickup li:nth-child(6) {
	border-right: none;
}

.pickup li img {
	max-width: 88px;
	width: 100%;
	height: auto;
}


/* お役立ちコンテンツ
---------------------------------------*/
.recommend {
	background: #f6f5f1;
	font-size: 0.8em;
	padding: 20px 0;
	overflow: hidden;
}

.recommend ul li {
	background: #FFFFFF;
	width: 250px;
	height: 190px;
	font-size: 1.2em;
	float: left;
    margin-right: 13px;

	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    -ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.recommend ul li .post {
	padding: 10px;
}

.recommend .bx-wrapper {
	margin: 0 auto;
}

.recommend .bx-viewport {
	overflow: visible!important;
    width: 1026px!important;
}

.recommend .recommend_list,
.recommend .owner {
	text-align: center;
}

.recommend .recommend_list {
	margin: 20px 0 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.recommend .owner {
	margin-bottom: 20px;
}

.recommend .bx-wrapper .bx-pager {
	width: 255px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  outline: 0;
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  z-index: 9999;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dcd9ce;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #e45833;
}

.login-area {
	position: absolute;
	/*position: fixed;*/
	left: 0;
    width: 100%;
    min-height: 600px;
	background: #f6f5f1;
    overflow: hidden;
	font-size: 84%;
	padding: 0 0 50px;

	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    _font-family: "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, serif;
}

.login-area h2 {
    height: 44px;
    line-height: 44px;
    background: #474747;
    color: #fff;
    text-align: left;
    padding: 0 0 0 25px;
    margin: 0;
}

#contentsWrap {
    position: relative;
}

.login_slide {
	padding: 30px 0 20px;
	background: #fff;
}

.login_slide .bx-wrapper {
	margin: 0 auto;
}

.login_slide .bx-viewport {
	overflow: visible!important;
    width: 1026px!important;
}

.btn.regist a {
	background: #5f5d57;
	color: #fff;
}

.login-area #cardNo1 {
    width: 35%;
}

.login-area #cardNo2 {
    width: 50%;
}

.login-area #tpPassword {
    width: 92%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.login-area input[type="text"], .login-area input[type="password"] {
    height: 30px;
}

.regist .arrow {
    background: url("/../ image/index_ic016.png") no-repeat 0 0;
    background-size: 7px 11px;
    position: absolute;
    width: 7px;
    height: 11px;
    right: 10px;
	top: 15px;
}

.loginClose {
	float: right;
	margin: 6px 0 0;
}

.loginClose a {
	display: block;
    text-align: center;
    vertical-align: middle;
    width: 85px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
    color: #333;
    margin: 0 10px;
	position: relative;
	padding-left: 6px;
}

.ic-close {
    background: url("/../ image/index_ic025.png") no-repeat 0 0;
    background-size: 8px 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 10px;
}

.login-area h3 {
	background: #e3e0d6;
	color: #333;
	font-size: 1.0em;
    font-weight: bold;
    padding: 5px 0 5px 10px;
	text-align: left;
	margin: 30px 0 0;
}

#tpLogin {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    line-height: 44px;
    padding: 0 5px 0 0;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
	border-radius: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    background: #fed600;
    color: #333;
    border-style: none;
    cursor: pointer;
}

#tpLogin:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.loginbt label {
	position: relative;
	display: block;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 0 10px;
}

.loginbt label:after {
	display: block;
	content: " ";
	position: absolute;
	background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 15px;
    right: 10px;
}

.disabled_btn {
	border:#eee 1px solid;
	background:#f6f6f6 !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
	color:#898989 !important;
	cursor:default;
	outline:none;
	pointer-events : none;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	margin: 20px 10px 0;
}

.disabled_btn .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 10px;
    right: 10px;
}


/* アコーディオンjs　js (共通）
---------------------------------------*/
dl.accordion dt {
  background: #ebe9e2;
  border: 1px solid #cbcac5;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 0.75em 30px 0.75em 14px;
  margin-top: -1px;
  position: relative;
  clear: both;
}

dl.accordion dd {
	margin-bottom: 0;
	padding: 0;
	border-left: #cbcac5 1px solid;
	border-right: #cbcac5 1px solid;
	background: #fff;
    padding: 20px 15px;
}

.accordion span.icon {
    background: #fff;
    background-repeat: no-repeat;
    background-image: url(/sp/tcp_guide/images/join_ic009.png);
    background-size: 10px 11px;
    background-position: center center;
    width: 10px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    padding: 5px;
}

.accordion .open .icon {
	background-image: url(/sp/tcp_guide/images/join_ic010.png);
    background-size: 10px 11px;
    background-position: center center;
}

dl.accordion dd:last-child {
	border-bottom: #cccccc 1px solid;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

a.ui-collapsible-heading-toggle {
	color: #444444;
}

/*  お見舞い掲載
---------------------------------------*/
.sympathy {
	margin: 10px;
	padding: 10px;
	border: solid 1px #B8B8B8;
	background: #F9F9F9;
	font-size: 75%;
	line-height: 1.5;
}

/*------------- T3専用予約画面 -------------*/
/* T3専用layoput */
.t3_header {
	background: url(/dynamic/images/common_bg006.gif) repeat left top !important;
	border-top: 2px solid #212730;
}

.t3_footer {
	background: url(/dynamic/images/common_bg006.gif) repeat left top !important;
	border-top: 2px solid #212730;
}

/* キャンペーン終了
---------------------------------------*/
.camp_end {
	position: relative;
}

.end_message {
	background: url(/campaign/images/common_ti001.png) no-repeat;
    width: 90% !important;
    background-size: contain;
    height: 0;
    padding-top: 37.25% !important;
    opacity: 0.9;
    background-position: 50%;
    position: absolute;
    margin: auto !important;
}
.end_message_w {
    background: url(/campaign/images/common_ti002.png) no-repeat;
    width: 90% !important;
    background-size: contain;
    height: 0;
    padding-top: 37.25% !important;
    opacity: 0.9;
    background-position: 50%;
    position: absolute;
    margin: auto !important;
}
/*  キャンペーンバナー
---------------------------------------*/
.camp_bnr {
	text-align: center;
	margin: 0 10px;
}

.camp_bnr .sample {
	height: auto;
	width: 100%;
}

/* 地図読み込み中
---------------------------------------*/

.loadingmap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #898989;
    font-size: 16px;
    font-weight: bold;
}

/* 都道府県下注意書き */
.attent {
  	color: #d20000;
		margin-bottom: 20px;
		margin-top: -10px;
}

/* 非常時お知らせ */
.exceptional {
	padding: 10px;
	margin: 20px 10px;
	line-height: 1.6;
	clear: both;
}
.exceptional strong {
	font-weight: bold;
}
.exceptional p {
	margin-bottom: 10px;
}
.exceptional a {
	text-decoration: underline;
}
.exceptional .red {
	color: #d20000;
}
.exceptional .orange {
	color: #f08300;
}
.exceptional :last-child {
	margin-bottom: 0;
}
/* holiday_announce_regist.txt */
.exceptional.exceptional-redBorder {
	border: solid 1px #cc0000;
	background: #fff2ff;
}
/* holiday_announce_regist_net.txt */
.exceptional.exceptional-red{
	background: #fff2ff;
}
/* inquiry_announce.txt */
.exceptional.exceptional-gray {
	border: 1px solid #cbcac5;
	background: #fff;
	clear: both;
}
.exceptional.exceptional-yellow {
	border: solid 1px #f08300;
	background: #fff;
}


/* adj 常に最後に表示していただきたい */
.pa0 {padding:0 !important;}
.pa5 {padding:5px !important;}
.ma0 {margin:0 !important;}
.ma5 {margin:5px !important;}
.ma8 {margin:8px !important;}
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr8 {margin-right:8px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb8 {margin-bottom:8px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml8 {margin-left:8px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb8 {padding-bottom:8px !important;}
.pb10 {padding-bottom:10px !important;}
.disp-block {display:block !important;}
.disp-inline-block {display:inline-block !important;}
.overflow-hidden {overflow:hidden;}
.float-l {float:left !important;}
.float-r {float:right !important;}
.tx-b {font-weight: bold;}
.tx-size-115 { font-size: 115%;}
.text-right {text-align: right;}
.text-center {text-align: center;}
