@charset "UTF-8";
/* CSS Document */
.clear{
    clear: both;
}
/* common */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
:-ms-input-placeholder {
    color: #b0b0b0;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
:-ms-input-placeholder {
    color: #b0b0b0;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.mask{
	width:100%;
	height:100%;
	z-index:190;
	position:absolute;

	display:none;
	top:0px;
	left:0px;
}

.text-center {
  text-align:center;
}
.text-left-important {
  text-align:left !important;
}
.table-th-vertical-top th {
  vertical-align:top;
}
.text-break {
  word-break:break-all;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.font-bold {
  font-weight:bold;
}
.margin-top-12 {
  margin-top:12px;
}
.margin-left-25 {
  margin-left:25px;
}

.text-color-red {
    color:#FF0000;
}

  /* li要素のインデント */
  .list-indent {
    text-indent: -1em;
    margin-left: 1em;
}

.list-style-disc{
    list-style-type: disc;
}

.icon-copyright {
    font-family:'Times New Roman', 'Times';
}
/* 共通で使うタイトルバー */
.title-bar {
    background-image: url(../images/bg_h1_01.gif);
    background-repeat: no-repeat;
    width: 1000px;
    margin-bottom: 12px;
    height: 31px;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 2px 1px rgba(0,0,0,1);
    color: #FFF;
    padding: 10px 0 0px 12px;
}

/* form */
.select-a{
	font-size: 12px;
	padding: 6px;
	outline:none;
	outline:0px;
	width:110px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-a{
		-webkit-appearance: none;
    	background-image: url(../images/icon_select.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding:6px 25px 6px 6px;
		border: 1px solid #ccc;

		background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f8f8f8),
		to(#e6e6e6));
    }
}
.select-a{
	padding:4px\9;
}
*+html .select-a{
		padding: 6px;
		margin-top:8px;
}
.submit-a{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	cursor: pointer;
	margin:-1px 0 4px 0;
	padding: 6px;
	color: #FFF;
	width:110px;
	font-size: 12px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	border: 1px solid #2b436b;

	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,0px 1px 2px rgba(000,000,000,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,0px 1px 2px rgba(000,000,000,0.2);
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,0px 1px 2px rgba(000,000,000,0.2);
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,0px 1px 2px rgba(000,000,000,0.2);*/
	background: url(../images/bg_btn_02.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-size:100% 100%;
}

.submit-a{
	padding-top/*\**/: 8px\9; padding-bottom/*\**/: 4px\9;
}
.submit-a{
	margin-top:4px;
}

.set-btn-area a{
    margin: 0 20px;
}

/* font */
.f-red{
	color:#ff0000;
}
.f-blue{
	color:#2da3fe;
}
.f-glay{
	color:#707070;
}
.underline{
	text-decoration: underline;
}
/* topicpass */
nav p.topicpass{
	margin:5px;
	float:left;
	color:#FFFFFF;
}
nav p.topicpass span{
	margin:0 5px;
}
nav p.topicpass a{
	color:#36b6f0;
}

.base-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.base-wrapper .main-content {
    width: 745px;
    float: left;
}

.base-wrapper .side-menu {
    width: 180px;
    float: right;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.7;
}


/* content tmp */
.content{
	width:980px;
	margin:20px auto 20px auto;
}
.content .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}

.content .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.content .box{
	/*width:938px;*/
	padding:15px 20px;
	/*background:#FFF;

	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}

.content .box .list-section-title {
    margin-bottom: 5px;
    padding-left: 0.5em;
}

.boxW-dec{
	width:1000px;
	margin:auto;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	box-shadow: -1px -1px 1px rgba(255,255,255,0.7) inset,1px 1px 1px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,0.7) inset,1px 1px 1px rgba(0,0,0,0.4) inset;
	-o-box-shadow: -1px -1px 2px rgba(255,255,255,0.7) inset,1px 1px 1px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: -1px -1px 2px rgba(255,255,255,0.7) inset,1px 1px 1px rgba(0,0,0,0.4) inset;*/
	margin-bottom:20px;
	padding:15px 0 15px 0;
	background:#FFF;
}
*+html .boxW-dec{
	border-top:2px solid #ccc;
	border-bottom:2px solid #fff;
	margin-bottom:20px;
}

p.print_txt{
	width:1000px;
	margin:20px auto 0px;
}
.state-01 {
	float:left;
}
.state-02 {
	float:left;
}
.state-01 em{
	text-align:center;
	display:block;
	color:#FFF;
	background:#5cbee4;
	width:65px;
	padding:.2em 5px .1em 5px;
	font-size:10px;
	margin:-2px 5px 0 0;

}
.state-02 em{
	margin-top:-2px;
	text-align:center;
	display:block;
	color:#FFF;
	background:#1e9b4f;
	width:75px;
	padding:.2em 5px .1em 5px;
	font-size:10px;
	margin:-2px 5px 0 0;
}

.state-02.state-tag-1 em {
	background:#1E9B4F;
}
.state-02.state-tag-2 em {
	background:#000099;
}
.state-02.state-tag-3 em {
	background:#999999;
}
.state-02.state-tag-4 em {
	background:#54AFE1;
}
.state-02.state-tag-5 em{
	background:#999999;
}
.state-02.state-tag-6 em{
	background:#FF6600;
}
.state-02.state-tag-7 em{
	border:solid 2px #2A8D34;
	background:#FFF;
	color:#000;
}
.state-02.state-tag-8 em {
    background:#999999;
}

.h1-01{
    border: 0;
    height: 3px;
    background: url(../images/line_01.jpg) no-repeat 0 0;
    width: 1004px;
    margin-left: -2px;
}
/*-------table------*/
.tbl-01{
    width:730px;
    margin:auto;
}

.tbl-01 th,
.tbl-01 td{
    vertical-align:middle;
    text-align:left;
    height:60px;
}

.tbl-01 th.single,
.tbl-01 td.single{
    height:40px;
}

th.h-pass,
td.h-pass{
    height:46px;
}
.tbl-01 td{
    width:410px;
}

.tbl-01.credit-delete{
    width: 330px;
}

.tbl-01.credit-delete td{
    width: 160px;
}

.tbl-01 td.mail{
    /* TODO 必要なければ削除
    text-align:center;
    */
}

.tbl-01 .input-dec,
.tbl-01 .input-dec-c2{
    /*display:block;
    padding:5px 10px;
    border:4px solid #e6e6e6;
    border-radius:6px;
    -webkit-border-radius:6px;
    -o-border-radius:6px;
    -moz-border-radius:6px;
    box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    */
}
.register-confirm .tbl-01 .input-dec, .register-confirm .tbl-01 .input-dec-c2{
    border: none;
    box-shadow: none;
}
.tbl-01 .input-dec input,
.tbl-01 .input-dec-c2 input{
    -webkit-appearance: none;
    border: none;
    background-color:transparent;
    outline:none;
    outline:0px;
    font-size:12px;
}
.tbl-01 .input-dec{
    width:370px;
}
.tbl-01 .input-dec-c2{
    width:165px;
    float:left;
}

.tbl-01.wide{
    width:845px;
    margin-left: 135px;
    margin-right: 0;
}

.tbl-01.wide .right-column{
    width: 545px;
}

.tbl-01.wide .right-column.name .input-dec-c2:first-child {
    margin-right: 0;
    padding-right: 0;
}

.tbl-01.wide .right-column .input-dec-c2 {
    width: auto;
}
/*ie7*/
*+html .tbl-01 .input-dec-c2{
    width:155px;
    float:left;
}
.tbl-01 .input-dec-c2:first-child{
    margin-right:10px;
}
.tbl-01 .input-dec input{
    height:22px;
    width:360px;
}
.tbl-01 .input-dec-c2 input{
    height:22px;
    width:170px;
}
.tbl-01 .radio-c2 label{
    padding-left:5px;
}
.tbl-01 .radio-c2{
    float:left;
    width:80px;
}
.tbl-01 .radio-c2:first-child{
    margin-right:10px;
}
.select-c3{
    float:left;
    width:120px;
}
.tbl-01 select{
    font-size: 12px;
    /*padding: 6px;
    margin-top: 2px;
    outline:none;
    outline:0px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tbl-01 select{
        /*-webkit-appearance: none;*/
        /*background: url(../images/icon_select.gif) no-repeat right center;*/
        /*padding:8px 28px 8px 8px;*/

        /*border:4px solid #e6e6e6;*/
        /*border-radius:6px;
        -webkit-border-radius:6px;
        -o-border-radius:6px;
        -moz-border-radius:6px;*/
        /*text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,1);*/
    }
}
#state{
	width:400px;
	margin-right:-10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tbl-01 #state{

	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-appearance: none;
    background: url(../images/icon_select.gif) no-repeat right center;
	padding:8px 28px 8px 8px;
	border:4px solid #e6e6e6;
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;*/
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
    }
}
/*ie8*/
.tbl-01 select{
	/*padding:4px\9;*/
}
/*ie7*/
*+html tbl-01 select{
		/*padding: 6px;
		margin-top:8px;*/
}
.label-hide{
	display:none;
}
.tbl-01 .mdt{
	padding:.2em 1em .1em 1em;
	margin-left:10px;
	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/
	background:#d90000;
	color:#FFF;
}
.sec-nav{
	display:block;
	margin:15px auto 0 auto;
	width:1000px;

}
.icon-facebook{
	background: url(../images/icon_fb.gif) no-repeat left top;
	background-color:#003366;
	height:28px;
	width:230px;
}
.icon-facebook em{
	height:28px;
	display:block;
	width:80px;
	float:left;
	font-weight: bold;
	padding: 0 0 0 50px;
	color: #FFF;
	line-height: 2.5em;
}
.icon-facebook span{
	height:28px;
	width:100px;
	display:block;
	float:left;
	font-weight: bold;
	color: #FFF;
	line-height: 2.5em;
	background-color:#002040;
	text-align:center;
}

.icon-twitter{
	background: url(../images/icon_tw.png) no-repeat left top;
	background-color:#0085B2;
	height:28px;
	width:230px;
}
.icon-twitter em{
	height:28px;
	display:block;
	width:80px;
	float:left;
	font-weight: bold;
	padding: 0 0 0 50px;
	color: #FFF;
	line-height: 2.5em;
}
.icon-twitter span{
	height:28px;
	width:100px;
	display:block;
	float:left;
	font-weight: bold;
	color: #FFF;
	line-height: 2.5em;
	background-color:#336699;
	text-align:center;
}
.limitation {
	margin:10px 0 7px 0;
}
.limitation > div{
	float:left;
}
.limitation p{
	float:left;
	line-height: 26px;
	padding-left:10px;
	width: 699px;
	border: 1px solid #ccc;
	border-left: none;
}
/*-------------------------------header-------------------------------*/
/*body > header{
	min-width: 1000px;
	width: 100%;
	background-image: url(../images/bg_header.gif);
	height: 126px;
	background-repeat: repeat-x;
	background-position: left top;
}
body > header > div{
	width:1000px;
	margin:auto;
	padding:7px 0 22px 0;

}
body > header h1{
	width:300px;
	float:left;
}
body > header .btn-login{
	width:355px;
	float:right;
}

.btn-login ul {
    width: 365px;
    margin-top: -3px;
    margin-right: -10px;
}
.btn-login ul li {
    width: 169px;
    float: left;
    margin-right: 10px;
}*/

/*header-navi*/
/*body > header > nav{
	width:1000px;
	margin:auto;
	position:relative;
	z-index:200;
}
body > header > nav > ul{
	width:277px;
	float:right;
}
body > header > nav > ul > li{
	float:left;
	position:relative;
	width:auto;
	cursor:pointer;
}
body > header > nav > ul > li > span{
	font-size: 11px;
	position: absolute;
	background: #e0222f;
	color: #FFF;
	padding: 2px 3px 0px 2px;
	top: -5px;
	right: 10px;
	z-index: 10;
	min-width: 13px;
	width: auto;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	text-shadow:0px -1px 0px rgba(0,0,0,0.5);

}
body > header > nav > li:first-child span{
	right: 6px;
}*/

/*-- blowoff --*/
/*nav li .blowoff{
	display:none;
	right:0px;
	top:40px;
	z-index:200;
	position:absolute;
	background:#FFF;
	border:solid 1px #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:0px 10px 10px 10px;
	width:196px;
}
nav li .blowoff > img {
	position:absolute;
	right:23px;
	top:-10px;
}
nav li .blowoff .profile-photo{
        padding-top: 15px;
}
nav li .blowoff .profile-photo a{
        color: #666;
	font-weight:bold;
        font-size:14px;
}
nav li .blowoff .profile-photo img{
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.5);
}
nav li .blowoff .profile-photo {
	float:left;
	word-break:break-all;
}
nav li .blowoff div > a {
	display:block;
	color:#b8b8b8;
}
nav li .blowoff div{

}
nav li .blowoff nav {
	clear:both;
}
nav li .blowoff nav ul li{
	margin:0 -10px;
}
nav li .blowoff nav ul li a{
	display:block;
	color:#b8b8b8;
	position:relative;
	color:#000;
	padding:15px 10px 5px 10px;
}
nav li .blowoff nav ul li:first-child a{
	padding:15px 10px;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
nav li .blowoff nav ul li a span{
	font-weight:bold;
	position:absolute;
	right:10px;
	top:13px;
	padding: 2px 10px 0px 9px;

	color:#FFF;
	background:#666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
}*/

/**
 * 任意メール対応に伴い、差し込むulスタイル追加
 */
/*nav li .blowoff nav ul.not-last-list-group li:first-child a{
	padding:10px 10px 10px;
	border-top:solid 1px #d9d9d9;
	border-bottom:none;
}*/
.regist-usable {
	background-color:#FF6600;
}
.regist-usable * {
	background-color:#FF6600;
    color:#FFF !important;
}

/*-- todayticket --*/
nav li .todayticket a{
    color: #333;
}
nav li .todayticket{
	display:none;
	right:0px;
	top:40px;
	z-index:200;
	position:absolute;
	background:#FFF;
	border:solid 1px #ccc;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	width:310px;
}
nav li .todayticket > img {
	position:absolute;
	right:23px;
	top:-10px;
}
nav li .todayticket h2{
	background:#383838;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#FFF;
	margin:0px;
	/*margin-top:-17px;

	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;*/
}
.todayticket-list{
	padding:10px 10px 10px 10px;
	font-size:11px;
	border-bottom:solid 1px #d9d9d9;
}
.todayticket-list img{
	float:left;
	margin-right:10px;
}
.todayticket-list dl{
	width:200px;
	float:left;
}
.todayticket-list dl dt{
	display:block;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:3px;
	height:26px;
	overflow:hidden;
}
.todayticket-list dd.artist{
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
        margin-bottom: 4px;
}
.todayticket-list dd.time{
	background:url(../images/icon_time.gif) left center no-repeat;
	padding-left:17px;
}
.todayticket-list dd.date{
	background:url(../images/icon_time.gif) left center no-repeat;
	padding-left:17px;
        margin-bottom: 2px;
}
.todayticket-list dd.place{
	background:url(../images/icon_place.gif) left center no-repeat;
	padding-left:17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.todayticket nav a{
	padding:5px 10px;
	color:#333333;
	display:block;
	background:url(../images/icon_arrow_03r.gif) right center no-repeat;
	font-weight:bold;
}
/*todayticket-none*/
.todayticket-none{
	text-align:center;
	background-color:#eee;
	padding:10px;
	border-bottom:solid 1px #d9d9d9;
	color:#333;
}
.todayticket-none p{
	margin:0px;
	padding:3px 0;
}
/*-- my-news-list --*/
nav li .my-news-list{
	display:none;
	right:0px;
	top:40px;
	z-index:200;
	position:absolute;
	background:#FFF;
	border:solid 1px #ccc;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	width:310px;
}
nav li .my-news-list > img {
	position:absolute;
	right:28px;
	top:-10px;
}
.my-news-list dl{
	background-color:#FFF;
	padding:10px 17px;
	border-bottom:#d9d9d9 solid 1px;
}
.my-news-list dl.state01{
	background-color:#eee;
}
.my-news-list dl.state02{
	background-color:#FFF;
}
.my-news-list dl dt span{
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;*/
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:5px 20px;
}
.my-news-list dl dt .c1{
	background:#5cbee4;
}
.my-news-list dl dt .c2{
	background:#1e9b4f;
}
.my-news-list dl dd{
	margin-top:10px;
	height:34px;
}
.my-news-list a{
	display:block;
	color:#333;
}
.my-news-list nav a{
	padding:5px 10px;
	color:#333;
	display:block;
	background:url(../images/icon_arrow_03r.gif) right center no-repeat;
	font-weight:bold;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

ヘッダー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
header {
    border-bottom:1px solid #D9E0E0;
    padding-top: 14px;
    padding-bottom: 20px;
}

header section.clearfix {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

header section.clearfix > h1,
header section.clearfix > h2,
header section.clearfix > h1 a,
header section.clearfix > h2 a {
    display:block;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:0 0;
    width:230px;
    height:54px;
}

header section.clearfix > .header_logo,
header section.clearfix > .header_logo a {
    display:block;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:0 0;
    width:230px;
    height:54px;
    float: left;
    background-image: url(../images/logo.png);
}

header section.clearfix > h1,
header section.clearfix > h2 {
    float: left;
}

header section.clearfix > h1 a,
header section.clearfix > h2 a {
    background-image: url(../images/logo.png);
}

header section.clearfix > nav{
    float: right;
    padding-top: 20px;
    position: relative;
}
header section.clearfix > nav.nav-login{
    padding-top: 0px;
}

header section.clearfix > nav > ul > li,
.entry-service-buttons .item {
    float: left;
    font-size: 14px;
}

header section.clearfix > nav > ul > li,
header section.clearfix > nav > ul > li a,
.entry-service-buttons .item,
.entry-service-buttons .item a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    overflow:visible;
}

header section.clearfix > nav > ul > li a,
.entry-service-buttons .item a {
    position: relative;
    cursor: pointer;
}

header section.clearfix > nav > ul > li a,
header section.clearfix > nav > ul > li a:link,
header section.clearfix > nav > ul > li a:visited,
header section.clearfix > nav > ul > li a:active,
.entry-service-buttons .item a,
.entry-service-buttons .item a:link,
.entry-service-buttons .item a:visited,
.entry-service-buttons .item a:active {
    text-decoration: none;
}

header section.clearfix > nav > ul > li a span {
    display: block;
    height: 16px;
    min-width: 6px;
    border-radius: 8px;
    background-color: #EF3581;
    color: #FFFFFF;
    position: absolute;
    left: 10px;
    top: -5px;
    font-size:10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.7;

    behavior:url(/pc_css_v2/htc/PIE.htc);
}

.entry-service-buttons {
    width: 465px;
}

.entry-service-buttons .item,
.entry-service-buttons .item a {
    height: 32px;
    line-height: 34px;
}

.entry-service-buttons .title {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding-right: 22px;
    padding-left: 22px;
    color: #fff;
}

.entry-service-buttons .item a {
    background-position: 0 4px;
}

.entry-service-buttons.select-user .title {
    background-color: #f175a7;
}

.entry-service-buttons.select-promoter .title {
    background-color: #14b5b1;
}

header section.clearfix > nav > ul > li.register span {
    float: left;
}

header section.clearfix > nav > ul > li.login a,
.entry-service-buttons .login a {
    background-image: url(../images/iconLogin.png);
}
header section.clearfix > nav > ul > li.register a,
.entry-service-buttons .register a {
    background-image: url(../images/iconRegister.png);
}
header section.clearfix > nav > ul > li.infromation a {
    background-image: url(../images/iconInformation.png);
}
header section.clearfix > nav > ul > li.menu a {
    background-image: url(../images/iconMenu.png);
}
header section.clearfix > nav > ul > li.buyTicket {
    color: #ccc;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ドロップダウンメニュー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
header #dropdownMenu {
    position: absolute;
    background-color: #FFFFFF;
    border:1px solid #d9e0e0;
    z-index:10;
    top: 100%;
    right: 0;
    margin-top: 10px;
    width: 240px;
    display: none;
}

header #dropdownMenu h2 {
    background-color: #EEF1F1;
    text-align: center;
    font-size:12px;
    border-top:1px solid #d9e0e0;
    padding: 10px;
}

header #dropdownMenu h2:first-child {
    border-top:none;
}

header #dropdownMenu li a {
    display: block;
    padding: 10px;
    padding-left: 20px;
    border-top:1px solid #d9e0e0;
    position: relative;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../../images_v2/pc/common/arrowGrayRight.png);
}

header #dropdownMenu li a,
header #dropdownMenu li a:link,
header #dropdownMenu li a:visited,
header #dropdownMenu li a:active {
    text-decoration: none;
}

header #dropdownMenu:before {
    content:"";
    background-repeat: no-repeat;
}

header #dropdownMenu p {
    display: none;
}
header #dropdownMenu li a span {
    display: block;
    height: 16px;
    min-width: 6px;
    border-radius: 8px;
    background-color: #EF3581;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-size:10px;
    padding-left: 5px;
    padding-right: 5px;

    behavior:url(/pc_css_v2/htc/PIE.htc);
}
/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ヘッダー追加分
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
header.no-border {
    border: none;
}

header a {
    outline: none;
    color: #238E9A;
}

header a:hover {
    color: #6ED0CC;
}

header #dropdownMenu li a span {
    line-height: 1.7;
}
header .login-area {
    float: right;
}

header .login-area li {
    margin-top: 15px;
    margin-right: 35px;
    font-size: 14px;
    float: left;
}
header .login-area .login-block {
    margin-right: 0;
}
header .login-area .buy-ticket {
    margin-top: 25px;
    color: #666;
}
header .login-area li a{
    display: block;
}
header .login-area .text {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
header .login-area .text {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
header .login-area li a:hover .text{
    color: #20c62a;
}
header .login-area li a:hover .icon-regist.note:after,
header .login-area li a:hover .icon-regist.lock:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
header .login-area li .text {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    color: #19b5af;
}

/*----- forIE ------*/

.ie8 header .login-area li a:hover .icon-regist.note {
    background-image: url("../../images/top/icon_note_green_on.png");
}

.ie8 header .login-area li a:hover .icon-regist.lock {
    background-image: url("../../images/top/icon_lock_green_on.png");
}

.ie8 header .login-area li a .icon-regist.note:after,
.ie8 header .login-area li a .icon-regist.lock:after {
    background-image: none;
}

/*----- / forIE ------*/

/*------------------------------- /header-------------------------------*/


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

サイドメニュー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* −−−−−サイドメニュー追加分 −−−−− */
.side-menu .button a,
.side-menu .button span,
.side-menu .button input {
    background: none;
    border: none;
    display: block;
    background-color: #707070;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.side-menu a {
    color: #238E9A;
}

.side-menu a:hover {
    color: #6ED0CC;
}

.side-menu .user-name {
    display: inline-block;
    width: auto;
    vertical-align: top;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.7;
}

.side-menu .suffix {
    display: inline-block;
    line-height: 1.7;
    vertical-align: top;
}

.side-menu p{
    line-height: 1.7;
    font-size: 12px;
}

.side-menu input[type="checkbox"],
.side-menu p {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

.side-menu .button a:before,
.side-menu .button span:before,
.side-menu .button input:before {
    content: "";
    position: absolute;
    display: block;
    background-position: right center;
    background-image: url(../../images_v2/pc/common/arrowWhiteRight.png);
    width: 5px;
    height: 7px;
    top: 50%;
    margin-top: -3px;
    right: 5px;
}
/* −−−−− / サイドメニュー追加分 −−−−− */


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ページ内メニュー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.side-menu .page-menu {
    border:1px solid #9CDFDC;
    margin-bottom: 30px;
}

.side-menu .page-menu li {
    border-top:1px solid #9CDFDC;
}
.side-menu .page-menu li:first-child {
    border-top: 0px;
}

.side-menu .page-menu li a {
    display: block;
    padding: 8px;
    padding-left: 30px;
    color: #19B5AF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../../images_v2/pc/common/arrowGreenBottom.png);
}

.side-menu .page-menu li a:hover {
    color: #6ED0CC;
}


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
チケットを購入される方
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.side-menu .login-menu {
    border:1px solid #D9E0E0;
}

.side-menu .login-menu h2 {
    display:block;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:center center;
    height:33px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-image:url(../../images_v2/pc/sidemenu/captionLogin.png);
    background-color: #EEF1F1;
}

.side-menu .login-menu > section {
    padding: 14px;
    border-top:1px solid #D9E0E0;
}

.side-menu .login-menu > section input,
.side-menu .login-menu > section label,
.side-menu .login-menu > section .button {
    margin-top: 8px;
}
.side-menu .login-menu > section .button a {
    color: #FFFFFF;
    text-decoration: none;
}

.side-menu .login-menu > section label {
    display: block;
}
.side-menu .login-menu > section input:first-child,
.side-menu .login-menu > section .button:first-child {
    margin-top: 0;
}

.side-menu .login-menu > section .button input {
    width: 100%;
}

.side-menu .login-menu h3 {
    padding: 8px 0;
    font-size:12px;
    font-weight: normal;
    text-align: center;
    border-top:1px solid #D9E0E0;
}

.side-menu .login-menu li a {
    text-align: left;
    background-position: 3px center;
    padding-left: 30px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    text-decoration: none;
}
.side-menu .login-menu li a:before {
    background: none;
}

.side-menu .login-menu li.btnFacebook a {
    background-image: url(../../images_v2/pc/sidemenu/iconFacebook.png);
    background-color: #3A5897;
}
.side-menu .login-menu li.btnTwitter a {
    background-image: url(../../images_v2/pc/sidemenu/iconTwitter.png);
    background-color: #2FA6DF;
}
.side-menu .login-menu li.btnMixi a {
    background-image: url(../../images_v2/pc/sidemenu/iconMixi.png);
    background-color: #D1AD5A;
}
.side-menu .login-menu li.btnYahoo a {
    background-image: url(../../images_v2/pc/sidemenu/iconYahoo.png);
    background-color: #EA395F;
}

.side-menu .login-menu li.btnFacebook a:hover {
    background-color: #768bb4;
}
.side-menu .login-menu li.btnTwitter a:hover {
    background-color: #73c1e6;
}
.side-menu .login-menu li.btnMixi a:hover {
    background-color: #ddc48f;
}
.side-menu .login-menu li.btnYahoo a:hover {
    background-color: #ed7790;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
マイページメニュー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.side-menu .mypage-menu section h2 {
    display:block;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:center center;
    height:33px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-image:url(../../images_v2/pc/sidemenu/captionMypage.png);
    background-color: #EEF1F1;
    border-bottom:1px solid #D9E0E0;
}

.side-menu .mypage-menu section p {
    text-align: center;
    padding: 5px 10px;
    color: #238E9A;
    border-bottom:1px solid #D9E0E0;
}

.side-menu .mypage-menu section li {
    border-bottom:1px solid #D9E0E0;
}

.side-menu .mypage-menu section li a {
    display: block;
    padding: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration: none;
}
.side-menu .mypage-menu section.mainMenu li a {
    padding: 15px 10px 15px 40px;
}

.side-menu .mypage-menu section li a span {
    display: block;
    height: 16px;
    min-width: 8px;
    /*border-radius: 8px;*/
    background-color: #EF3581;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-size:10px;
    padding-left: 5px;
    padding-right: 5px;

    behavior:url(/pc_css_v2/htc/PIE.htc);
}

.side-menu .mypage-menu section {
    border:1px solid #D9E0E0;
    margin-bottom: 10px;
    border-bottom:none;
}

.side-menu .mypage-menu section li.btn01 a {
    background-image: url(../../images_v2/pc/sidemenu/iconTicket.png);
}
.side-menu .mypage-menu section li.btn02 a {
    background-image: url(../../images_v2/pc/sidemenu/iconNews.png);
}
.side-menu .mypage-menu section li.btn03 a {
    background-image: url(../../images_v2/pc/sidemenu/iconStatus.png);
}
.side-menu .mypage-menu section li.btn04 a {
    background-image: url(../../images_v2/pc/sidemenu/iconBookmark.png);
}


.side-menu .mypage-menu section.subMenu li a {
    background-image: url(../../images_v2/pc/common/arrowGrayRight.png);
    padding-left: 20px;
    color: #666666;
}

.side-menu .mypage-menu section.subMenu li a:hover {
    color: #999999;
}
/* −−−−−−−−−−−−−−−−−−−−−−−−− / サイドメニュー −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */


/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ページタイトル
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#pageTitle {
    background-color: #FBFBFB;
    border-bottom:1px solid #D9E0E0;
    border-top: 1px solid #D9E0E0;
    margin-bottom: 40px;
    margin-top: -1px;
    word-break: break-all;
}

#pageTitle h1.caption,
#pageTitle h2.caption {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 65px;
    margin-bottom: 0;
}

#pageTitle section {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#pageTitle .btnBack {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2em;
    line-height: 76px;
    border-left:1px solid #D9E0E0;
    border-right:1px solid #D9E0E0;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(../../images_v2/pc/common/arrowGrayLeft.png);
    text-decoration: none;
    color: #666666;
}

#pageTitle .strBack {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ie8 #pageTitle .strBack {
    top: 0;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ページタイトル 追加分
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.title-header-text #pageTitle h1.caption,
.title-header-text #pageTitle h2.caption {
    font-family: 'Helvetica','Kozuka Gothic Pro R','小塚ゴシック Pro R','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    word-break: break-all;
}
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .title-header-text #pageTitle h1.caption, .title-header-text #pageTitle h2.caption {
        font-family: 'メイリオ',Meiryo,'MS Pゴシック',sans-serif;
    }
}
.title-header-text #pageTitle .btnBack {
    line-height: 56px;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
イベントタイトル
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#eventTitle {
    background-color: #FBFBFB;
    border-bottom:1px solid #D9E0E0;
    border-top:1px solid #D9E0E0;
    margin-bottom: 40px;
    margin-top: -1px;
}

#eventTitle section {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#eventTitle section > * {
    display: table-cell;
}

#eventTitle .btnBack {
    border-left:1px solid #D9E0E0;
    border-right:1px solid #D9E0E0;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(../../images_v2/pc/common/arrowGrayLeft.png);
    text-decoration: none;
    color: #666666;
    vertical-align: middle;
    width: 30px;
    white-space: nowrap;
}

#eventTitle h1 {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #19B5AF;
    font-size:18px;
}

#eventTitle h1:first-child {
    padding-left: 0;
}



/*------------------------------- search area------------------------------*/
form.search{
	background:#FFF;
}
.search-basic{
	padding:10px 0;
	width:1000px;
	margin:auto;
	position:relative;
	/*z-index:10;*/
	background:#FFF;
}

/* search-area */

.search-area label{
	display:none;
}
.label-search.label-status,
.label-radio.label-status{
	display:block;
	float:left;
    font-size: 14px;
	/*background:url(../images/icon_arrow_r_blue_03.png) no-repeat right center;*/
	/*height:30px;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	cursor:default;
 }
.label-search em,
.label-radio em{
	display:block;
	background:#00468c;
	height:22px;
	margin-right:18px;
	color:#FFF;
	padding:8px 0 0 10px;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
}
.label-search.label-status{
	width:160px;
	margin: 2px 25px 0 0;
}
.label-radio{
	width:115px;
	margin: 2px 5px 0 0;
}

.search-area .search-keyword-box {
    float:left;
    -webkit-appearance: none;
    width: 348px;
    border: none;
    font-size:12px;
}

.search-area {
    float: left;
    width: 350px;
    margin-right: 30px;
    padding: 0 0 0 0;
    height: 33px;
    line-height: 32px
}

.ie8 .search-area{
    margin-top: 3px;
}
/*.radio-group */
.radio-group{
	width:334px;
	float:right;
}

.search-conditions {}

.search-conditions .radio-group input {
	/*display: none;*/
    opacity: 0;
    position: absolute;
}
.search-conditions .radio-group label {

    width  : 66px;
    /*height : 35px;

	font-size:11px;
	font-weight:bold;*/
	cursor: pointer;
	/*padding: 6px 10px;*/
	float: left;
	/*border: solid 1px #aaa;*/
	margin: 0 0 0 10px;
	/*background: #eee;*/

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/

/*
	box-shadow: 0px 1px 2px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2);
	-o-box-shadow: 0px 1px 2px rgba(000,000,000,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2);
*/
	/*background: -o-linear-gradient(top,#ffffff 0%,#ffffff 50%,#ededed 51%,#ededed);
	background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 50%,#ededed 51%,#ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.50, #ffffff),color-stop(0.51, #ededed),to(#ededed));*/

	/*IE6 IE7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed));*/
	/* IE8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ededed))";
	zoom: 1;*/

}
.search-conditions .radio-group label[for=timespec_this_weekend] {
    /*background-image: url(../../images/btn_this_week.png);*/
}
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_weekend] {
    /*background-image: url(../../images/btn_this_week_on.png);*/
}
.search-conditions .radio-group label[for=timespec_next_weekend] {
    /*background-image: url(../../images/btn_next_week.png);*/
}
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_next_weekend] {
    /*background-image: url(../../images/btn_next_week_on.png);*/
}
.search-conditions .radio-group label[for=timespec_this_month] {
    /*background-image: url(../../images/btn_this_month.png);*/
}
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_month] {
    /*background-image: url(../../images/btn_this_month_on.png);*/
}

.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_after_this],
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_weekend],
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_next_weekend],
.search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_month],
.search-conditions .radio-group input[type=radio]:hover+label {
    background: #19B5AF;
    color: #fff;
    border-color: #19B5AF;
}

.ie8 .search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_after_this],
.ie8 .search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_weekend],
.ie8 .search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_next_weekend],
.ie8 .search-conditions .radio-group input[type=radio][checked=checked]+label[for=timespec_this_month] {
    border: none;
}

*+html .search-conditions .radio-group label	{
		padding: 6px 6px;
}
*+html .radio-group{
	width:284px;
}
/*
.search-conditions .radio-group input[type=radio]:checked+label {
	border: solid 2px #0d4f92;
	margin: 1px -1px -1px 9px;
}
*/
.radio-group label.checked {
	border: solid 2px #0d4f92;
	margin: 1px -1px -1px 9px;
}
/* .search-details */
.search-details{
	/*background: url(../images/bg_datails_open.gif) left top repeat-x;*/
	/*padding-bottom:5px;*/
	/*border-top:solid 1px #aaa;*/
	/*background-color:#232323;*/
}
.search-details-in{
	display:none;
}
.search-details-in span{
	/*color:#FFF;*/
}
.search-details > div{
	padding:0;
	width:978px;
	margin:auto;
}

*+html .search-details > div{
	padding:6px 0 7px 0;
}
.search-details-in > div > div{
	float:left;
	margin-right:10px;
}
.search-details-in .end-date{
    margin-right: 0;
}
.search-details-in .search-date {
    width: 368px;
    padding: 20px;
	float:left;
    border-right: 1px solid #C9D3D3;
	/*border-right:#3f3f3f solid 1px;*/

}
.search-details-in .search-place {
	width:358px;
	float:left;
    padding: 20px;
	/*border-left:#000 solid 1px;*/

	padding-left:15px;
}
.search-details-in .search-date .date-label,
.search-details-in .search-place .date-label{
	float:none;
	padding:0;
	margin:0 0 5px;
}
.search-details-in .search-place .date-label{
    margin-bottom: 10px;
}
.search-details-in .search-date .date-label .label-status,
.search-details-in .search-place .date-label .label-status{
    padding-left: 0;
}
.search-details-in > div .date-label em{
	background:#4b4b4b;
	color:#FFF;
	padding:2px 5px 0 5px;
	font-weight:bold;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}
.search-details-in > div > div > span{
	padding-left:10px;
}
/*ie7*/
*+html .search-details-in > div > div{
	position:relative;
}
*+html .search-details-in > div > div > span{
	display:block;
	position:absolute;
	top:25px;
	left:183px;
}
.search-details label{
	/*color:#cccccc;*/
	/*margin-left:5px;*/
	/*font-weight:bold;*/
}
.form-flat .search-details input[type=text] {
	font-size: 12px;
    outline:none;
    outline:0px;
    width:165px;
	/*padding:6px;*/
	/*border: solid 4px #4b4b4b;*/
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	/*box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	background-color:#FFF;*/
}
.ie8 .form-flat .search-details input[type=text] {
    width:155px;
}
.search-details #select-choice-1,
.search-details #select-choice-2{
	font-size: 12px;
	/*padding: 6px;
	margin-top: 2px;*/
    margin-top: 3px;
    padding-left: 0;
	outline:none;
	outline:0px;
	/*width:190px;*/
}

.search-details .hide{
	visibility: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search-details #select-choice-1,
	.search-details #select-choice-2{
		/*-webkit-appearance: none;*/
    	/*background-image: url(../images/icon_select.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding:6px 25px 6px 6px;*/
    }
}
/*ie8*/
.search-details #select-choice-1,
.search-details #select-choice-2{
	padding:4px\9;
}
/*ie7*/
*+html .search-details #select-choice-1,
*+html .search-details #select-choice-2{
		padding: 6px;
		margin-top:8px;
}
.search-details .submit{
	padding-top:63px;
    margin-right: 40px;
	float:right;
	width:130px;
}
.search-details input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	/*margin-top: 2px;
	cursor: pointer;
	padding: 5px;
	color: #FFF;
	width: 130px;
	font-size: 14px;*/
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	/*border: 1px solid #2b436b;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	background-image: url(../images/bg_submit.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-size:100% 100%;
	background: -o-linear-gradient(
		top,
		#0058b0 0%,
		#1667b7 50%,
		#00468c 50%,
		#00468c);
	background: -moz-linear-gradient(
		top,
		#0058b0 0%,
		#1667b7 50%,
		#00468c 50%,
		#00468c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0058b0),
		color-stop(0.50, #1667b7),
		color-stop(0.50, #00468c),
		to(#00468c));

	/*IE6 IE7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0058b0, endcolorstr=#00468c));*/
	/* IE8 */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0058b0, endcolorstr=#00468c))";*/
	/*zoom: 1;*/

	/*background-color:#00468c;
    background-image: url(../images/btn_search_submit.png);*/

}
/* ie7,8 */
.search-details input[type=submit]{
	padding-top/*\**/: 8px\9; padding-bottom/*\**/: 4px\9;
    display: block;
    margin-top: 3px;
    margin-right: 40px;
}
/* ie7 */
*+html .search-details input[type=submit]{
	margin-top:4px;
}
.search-detailed-tab.btn-flat.btn-block{
    /*width: 978px;*/
	clear:both;
	/*border-top:solid 1px #afafaf;*/
	margin: 0 auto 58px;
	text-align:center;
	cursor:pointer;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	/*background: url(../images/bg_datails_bar.gif) left top repeat-x;*/
	position:relative;
	z-index:auto;
    font-size: 14px;
	/*height:65px;*/
}
.search-detailed-tab.btn-flat.btn-block.open:after{
    background-image: url(/images_v2/pc/common/arrowWhiteTop.png);
}
/*------------------------------- keyword ------------------------------*/
.keyword{
	width:920px;
	margin:auto;
	border: #dedede solid 1px;

	box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1) inset;

	margin-bottom:20px;
	background:#FFF;

	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/

	display:block;
	padding:15px 40px;
	text-align:center;
}
.keyword dt{
	font-size:14px;
	font-weight:bold;
	color:#ff8d07;
	margin-bottom:10px;
}
*+html .keyword{
	border: #dedede solid 1px;
}
.keyword ul{
	width:920px;
	margin:auto;
}
.keyword ul li{
	line-height: 1em;
	display:inline-block;
	padding:5px 5px;
}
*+html .keyword ul li{
	display:block;
	min-width:100px;
	width:auto;
	float:left;
	white-space: nowrap;
}
.keyword ul li a{
	text-decoration: underline;
}
/*------------------------------- keyvisual ------------------------------*/
.keyvisual{
	width:1000px;
	margin:0 auto 20px auto;
}
.keyvisual .b-center{
	margin-top:10px;
	float: inherit;
}
.keyvisual .s-left{
	margin-top:10px;
	float:left;
}
.keyvisual .s-right{
	margin-top:10px;
	float:right;
}

/*------------------------------- picup-event ------------------------------*/
section.picup-event{
	/*width:1000px;
	margin:20px auto;*/
}
section.picup-event h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	margin-bottom:16px;
}
section.picup-event h1 em{
	float:left;
}
section.picup-event h1 span{
	float:right;
}
section.picup-event h1.headline{
    color:#FFF;
    padding:10px;
}
.event-list li{
	display:block;
	width:230px;
	min-height:83px;
	height:auto;
	float:left;
	margin:0 0 20px 20px;
	position:relative;
}

*+html .event-list li{
	padding-bottom:20px;

}
.event-list li a{
	display:block;
	color:#000;
}
.event-list li:first-child{
	margin:0 0 20px 0;
}
.event-list li .new{
	position:absolute;
	top:8px;
	left:-5px;
}
.event-list figure{
	height:auto;
}
.event-list figure img{
	border-top: 1px solid #FFF;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
}
.event-list figcaption{
	display:block;
	width: 220px;
	min-height: 83px;

	height:auto;
	background-color: #FFF;

	border-top: 1px solid #FFF;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	margin-top:2px;
	padding-right: 16px;
	padding-bottom: 9px;
	background-image: url(../images/icon_arrow_01.png);
	background-position: 224px center;
	background-repeat: no-repeat;
}

.event-list figcaption > div{
	background-image: url(../images/dot_01.gif);
	background-repeat: repeat-y;
	background-position: 219px top;
}
.event-list figcaption > div .title{
	width: 205px;
	font-size: 12px;
	display: block;
	padding: 10px 0px 5px 10px;
	height: 36px;
	cursor: pointer;
	line-height: 1.5em;
}

.events-search .event-list li{
		width:186px;
}
.events-search .event-list figcaption{
		width:169px;
		background-image: url(../images/icon_arrow_01.png);
		background-position: 173px center;
		background-repeat: no-repeat;

}
.events-search .event-list figcaption > div .title{
		width:152px;
}
.events-search .event-list figcaption > div{
	background-image: url(../images/dot_01.gif);
	background-repeat: repeat-y;
	background-position: 168px top;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis.multiline {
	white-space: normal;
}
.event-list figcaption > div .artist,
.event-list figcaption > div .date,
.event-list figcaption > div .place{
	color:#373737;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
}
.event-list figcaption > div .artist{
	padding: 2px 5px 2px 10px;
	margin-right:1px;
}
.event-list figcaption > div .date{
	padding: 3px 5px 2px 10px;
	margin:0 1px 0 0;
	background:#f3f3f3;
}
.event-list figcaption > div .place{
	padding: 3px 10px 3px 7px;
	margin:0 0 -8px 0;
}
/*------------------------------- bookmark-event ------------------------------*/
section.bookmark-event{
	width:1000px;
	margin:20px auto;
}
section.bookmark-event h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	margin-bottom:16px;
}
section.bookmark-event h1 em{
	float:left;
}
section.bookmark-event h1 span{
	float:right;
}

.bookmark-event-list li{
	display:block;
	width:490px;
	height:100px;
	float:left;
	margin:0 0 19px 0;
	position:relative;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 470px top;
}


/*------------------------------- footer ------------------------------*/
/*footer{
	min-width: 1000px;
	width:100%;
	background:url(../images/bg_footer.gif);
	color:#FFF;
	padding:23px 0 30px 0;
	margin-top:50px;
}
footer > nav{
	border-bottom:solid 1px #171718;
	padding-bottom:13px;
	margin:0px;
}
footer > div.copyright{
	border-top:solid 1px #636366;
	margin:0px;
	padding-top:20px;
}
footer nav ul {
	width:1000px;
	margin:auto;
}
footer nav ul li {
	font-size: 11px;
	width: 200px;
	text-align: center;
	float: left;
	background-image: url(../images/bg_footer_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
footer nav ul li:first-child a{
	background-image: url(../images/bg_footer_nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
footer nav ul li a{
	display:block;
	color:#FFF;
	padding:10px 0;
}
footer .copyright{
	clear:both;
}
footer .copyright p{
	display:block;
	width:1000px;
	margin:auto;
	text-align:center;
}*/

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

フッター

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
footer {
    line-height: 1.7;
}
footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

footer nav ul {
    margin: auto;
    width: 1000px;
}
footer nav ul li {
    background-image: url("../../images/bg_footer_nav.gif");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    font-size: 11px;
    text-align: center;
    width: 200px;
}
footer nav ul li:first-child a {
    background-image: url("../../images/bg_footer_nav.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
footer nav ul li a {
    display: block;
    padding: 10px 0;
}

footer nav ul li a,
footer nav ul li a:link,
footer nav ul li a:visited,
footer nav ul li a:active,
footer nav ul li a:hover {
    color: #FFFFFF!important;
    text-decoration: none;
}

footer nav > a {
    display: none;
}

footer .copyright {
    clear: both;
}
footer .copyright p {
    display: block;
    margin: auto;
    text-align: center;
    width: 1000px;
}
footer {
    background-color: #868686;
    background-image: none;
    color: #fff;
    margin-top: 0;
    min-width: 1000px;
    padding: 0;
    width: 100%;
}
footer nav {
    border: medium none;
    margin-bottom: 50px;
    padding-bottom: 0;
}
footer nav ul {
    width: auto;
}
footer .copyright p {
    color: #e6e6e6;
    line-height: 19px;
    text-align: left;
}
footer .copyright small {
    font-size: 13px;
}
footer nav ul li {
    background-image: none;
    border-bottom: 1px solid #989898;
    color: #fff;
    font-size: 13px;
    margin-left: 17px;
    text-align: left;
    width: auto;
}
footer nav ul li:first-child {
    margin-left: 0;
}
footer nav ul li a {
    padding: 0 0 1px;
}
footer nav ul li:first-child a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ページトップへ */
footer .to-top-pc {
    position: absolute;
    right: 0;
    top: -46px;
    padding-left: 33px;
    padding-right: 10px;
    text-decoration: underline;
    line-height: 46px;
    background-position: 0 center;
    background-image: url("../../images/to_top.png");
    background-repeat: no-repeat;
}
footer .to-top-pc:hover {
    background-image: url("../../images/to_top_hover.png");
}
footer nav .to-top:hover {
    background-position: 0 bottom;
}
/* 20130312 t ///////////////////////////////////// */
nav p.breadcrumb{
	margin:5px;
	float:left;
	color:#FFFFFF;
}
nav p.breadcrumb span{
	margin:0 5px;
}

/*------------------------------- login ------------------------------*/
section.login{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.login .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}
section.login .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
section.login .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
section.login a{
	/*color:#00468c;
	text-decoration:underline;*/
}

.login-wrap{
	/*padding:40px 0px;*/
	/*background-color:#FFFFFF;

	border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;*/
	margin-top: 20px;
	margin-bottom: 20px;
}


.login-wrap h2{
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background: url(../images/icon_arrow_d_orange.png) no-repeat left 4px;

}

.login-sns{
	padding-left:40px;
	width:90%;
}
.login-sns h2{
	margin-bottom:25px;
	background:none;
	text-align: center;
}

.login-sns ul{
	display: table;
	table-layout: fixed;
	width:90%;
    margin: 15px auto;
    text-align:center;
}

.login-sns ul li{
	margin-bottom:25px;
	display: table-cell;
}

/* sns img change */

.login-sns .icon{
    width: 90px;
    height: 90px;
    background-size: 100%;
}

.login-or{
	width:73px;
	padding:0px 0px 0px 56px;
	float:left;
	margin-top: -10px;
}

.login-llp{
	padding-right:120px;
	width:306px;
	float:right;
}
.login-llp h2{
	margin-bottom:5px;
}
.login-llp p.input_txt{
	margin-top:20px;
	padding: 4px 2px 0;
	border:4px solid #e6e6e6;

	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;*/

	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
}
.login-llp form{
	padding-top:1px;
}
.login-llp p.input_txt input{
	width:281px;
	padding:6px;
	vertical-align:middle;
	height:24px;
	-webkit-appearance: none;
	border: none;
	background-color:transparent;
	outline:none;
	outline:0px;

}

.registration_link {
    text-align: right;
    width: 980px;
    margin: -30px auto 0px auto;
    font-size: small;
}
.login-llp p.password_link{
	margin:10px 0 15px;
}
.login-llp p.input_checkbox{
	margin:5px 0px;
	float:left;
	color:#333333;
}
.login-llp p.input_checkbox input,
.login-llp p.input_checkbox label{
	vertical-align:middle;
}
.login-llp p.input_btn{
	width:131px;
	float:right;
}

.login-new{
	padding:32px 120px 0px;
	border-top:1px solid #cccccc;
	clear:both;
}
.login-new h2{
	margin-top:10px;
	float:left;
}
.login-new p{
	float:right;
}
.login-new2{
	padding-right:120px;
	width:306px;
	float:right;
}
.login-new2 h2{
	margin-bottom:50px;
}

.login-sns-new{
    width: 448px;
    border-right: 1px solid #C9D3D3;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    /*padding-left: 70px;*/
	/*width: 488px;*/
	/*float: left;*/
}

.login-sns-new h2{
	margin-bottom:20px;
	margin-left: 25px;

}


.login-sns-new ul{
	width:350px;
    margin-top: 35px;
    margin-bottom: 15px;

}

.login-sns-new .title {
    margin-left: 72px;
}

.login-sns-new ul li{
    width: 90px;
    float: left;
    margin-left: 40px;
}

.login-sns-new ul li:first-child {
    margin-left: 0;
}


.login-yahoo-new{
    width: 440px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
	/*width: 488px;*/
	/*float: left;*/
}

.login-yahoo-new h2{
	margin-bottom:20px;
	margin-left: 25px;

}


.login-yahoo-new ul{
	width:355px;
    height: 90px;
    margin-top: 35px;
    margin-bottom: 15px
}


.login-yahoo-new ul li{
    /*width: 100px;*/
    /*float: left;*/
    /*margin-right: 15px; */

}
.login-yahoo-new ul li img {
    display: block;
    padding-top: 26px;
}

.login-or-new{
	display: block;
	text-align: center;
	/*width: 50px;
	padding: 0px 25px 0px 32px;*/
	float: left;
	/*margin-left: 25px;*/
}

.attention-message {
    padding: 3px 0;
    vertical-align: middle;
    background: none repeat scroll 0 0 transparent;
    display:block;
}

.attention-message div {
    width:auto;
	padding: 6px 8px 6px 8px;
	margin:7px 0px 7px 0px;
	/*border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background-color: #d90000;
    display:block;
}
.attention-message div em {
	color:#FFF;
	font-size: 14px;
	font-weight:bold;
    text-align:left;
}


/*  l1-login  */
.l1-login{
	width:980px;
	margin:16px auto 10px auto;
}
.l1-login .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.l1-login .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}

.l1-login-wrap{
	width: 100%;
	/*padding:40px 0px 25px 0px;*/
	padding:40px 0px 0px 0px;
	margin: 0;
	background:#FFF;
}

.l1-login-wrap h2{
	/*padding-left:20px;*/
	font-size:14px;
	margin-bottom: 20px;
	/*font-weight:bold;*/
	color:#333333;
	/*background: url(../images/icon_arrow_d_orange.png) no-repeat left 4px;*/

}

.l1-login-sns{
	padding-left: 130px;
	width: 362px;
	float: left;
}
.l1-login-sns h2{
	margin-bottom:30px;
}
.l1-login-sns ul li{
	margin-bottom:25px;
}

/* sns img change */
/*
body > header .btn-login{
	width:355px;
	float:right;
}

.btn-login ul {
    width: 365px;
    margin-top: -3px;
    margin-right: -10px;
}
.btn-login ul li {
    width: 169px;
    float: left;
    margin-right: 10px;
}
*/


.l1-login-sns-new{
    padding-left: 70px;
	width: 362px;
	float: left;
}

.l1-login-sns-new h2{
	margin-bottom:20px;
	text-align:center;
}

.l1-login-sns-new h2.yahoo_login{
	margin: 25px 0px 14px 0;
}


.l1-login-sns-new ul{
	width:355px;
}
.l1-login-sns-new ul li{
    width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 10px 15px 25px 0px ;
}
.l1-login-sns-new ul li a{
	color: #ffffff;
}
.l1-login-sns-new ul li.btn-facebook{
	background: #4362a2 ;
	cursor: pointer;
}
.l1-login-sns-new ul li.btn-facebook a{
	background: url("../images_v2/pc/common/iconFbLogin.png") left center no-repeat;
	padding:5px 0 5px 20px;
}
.l1-login-sns-new ul li.btn-twitter{
	background: #37b1e4;
	cursor: pointer;
}
.l1-login-sns-new ul li.btn-twitter a{
	background: url("../images_v2/pc/common/iconTwitterLogin.png") left center no-repeat;
	padding-left: 30px;
}

.l1-login-sns-new ul li.btn-mixi{
	background: #d6b564;
	cursor: pointer;
}
.l1-login-sns-new ul li.btn-mixi a{
	background: url("../images_v2/pc/common/iconMimiLogin.png") left center no-repeat;
	padding-left: 30px;
}
.l1-login-sns-new ul li.btn-yahoo{
	background: #ec416b;
	cursor: pointer;
}
.l1-login-sns-new ul li.btn-yahoo a{
	background: url("../images_v2/pc/common/iconYahooLogin.png") left center no-repeat;
	padding-left: 30px;
}
.l1-login-or-new{
	display: block;
	text-align: center;
	width: 50px;
	padding: 24px 0px 32px 35px;
	float: left;
	/*margin-left: 25px;*/
}

.l1-login-or{
	display: block;
	text-align: center;
	width: 20px;
	padding: 24px 0px 32px 0px;
	float: left;
}

.l1-login-llp{
	padding-right:113px;
	width: 310px;
	float: right;
}
.l1-login-llp h2{
	margin-bottom:0px;
}
.l1-login-llp form{
	padding-top:10px;
}

.l1-login-llp p.input_txt{
	padding: 4px 2px 0;
	margin:20px 0px 0px 0px;
	border:4px solid #e6e6e6;

	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;*/

	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
}
.l1-login-llp p.input_txt input{
	height:24px;
	width:286px;
	padding:6px;
	vertical-align:middle;
	border: medium none;
	background-color:transparent;
}
.l1-login-llp p.password_link{
	margin:10px 0 15px;
}
.l1-login-llp p.input_checkbox{
	margin:5px 0px;
	float:left;
	color:#333333;
}
.l1-login-llp p.input_checkbox input,
.l1-login-llp p.input_checkbox label{
	vertical-align:middle;
}
.l1-login-llp p.input_btn{
	width:131px;
	float:right;
}

/* livepocket login change*/
.l1-login-llp2{
	padding-right:113px;
	/*width: 310px;*/
	width: 300px;
	float: right;
}
.l1-login-llp2 h2{
	margin-bottom: 20px;
	text-align: center;
}
.l1-login-llp2 form{
}

.l1-login-llp2 p.input_txt{
	padding: 4px 2px 0;
	margin:20px 0px 0px 0px;
	border:4px solid #e6e6e6;

	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;*/

	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
}
.l1-login-llp2 #form p.input_text {
    /*margin-bottom: 12px;*/
    margin-bottom: 20px;
}
.l1-login-llp2 #form p.input_text.input_text_password {
    margin-bottom: 0px;
}

.l1-login-llp2 p.input_txt input{
	height:24px;
	width:286px;
	padding:6px;
	vertical-align:middle;
	border: medium none;
	background-color:transparent;
}
.l1-login-llp2 p.password_link{
    color:#1D43C0;
    text-decoration:underline;
	margin:0px 5px 15px;
}
.l1-login-llp2 p.input_checkbox{
	/*margin:15px 0 !important;*/
	margin:18px 0 !important;
	color:#333333;
}

.l1-login-llp2 p.input_checkbox input,
.l1-login-llp2 p.input_checkbox label{
	vertical-align:middle;
}
.l1-login-llp2 p.input_btn{
	width:314px;

}
.l1-login-llp2 p.message{
	font-size:12px;
	color:#333333;
}
/* /livepocket login change*/

.l1-login-new{
	padding:30px 113px 0px 95px;
	border-top:1px solid #cccccc;
	clear:both;
}
.l1-login-new p{
	margin:0px;
}
.l1-login-new p.message{
	padding-top:5px;
	float:left;
	font-size:14px;
	/*font-weight:bold;
	color:#333333;*/
}
.l1-login-new p.btn{
	float:right;
}
.l1-login-new p.btn.registration-button{
    margin-right: 9px;
}
/*  sns-conf  */
section.sns-conf{
	width:820px;
	margin:0;
	height:380px;
}
section.sns-conf h1{
	background:#00468c;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:12px 0;
}

.sns-conf-wrap{
	padding:40px 70px;
	background-color:#FFFFFF;
}
.sns-conf-wrap > p{
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.sns-conf-wrap ul li{
	border-top:solid 1px #cccccc;
	margin-bottom:12px;
	padding-top:12px;
}
.sns-conf-wrap ul li:first-child{
	border-top:none;
}
.sns-conf-wrap ul li > img{
	float:left;
	margin-right:20px;
	width:48px;
}
.sns-conf-wrap ul li > p{
	float:left;
	width:460px;
	padding-top:12px;
	font-size:14px;
	margin:0px;
}
.sns-conf-wrap ul li > a{
	float:right;
	width:141px;
}
.sns-conf-wrap ul li > a img{
	margin-top:5px;
}
/*------------------------------- event-search ------------------------------*/
section.events-search{
	width:1000px;
	margin:20px auto;
}
section.events-search h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	margin-bottom:16px;
}

section.events-search p.events-search-result{
	margin-bottom:16px;
}
p.events-search-result span{
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #000000;
}

/*------------------------------- account ------------------------------*/
section.account_conf{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.account_conf .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}
section.account_conf .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
section.account_conf .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.account_conf_wrap{
	color:#333333;
	padding:20px 0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}
.account_conf_wrap td{
	word-break:break-all;
}
.account_conf_wrap h2{
	margin-bottom: 5px;
	/*padding-left:20px;*/
	font-size:12px;
	/*font-weight:bold;*/
	color:#333333;
	/*background: url(../images/icon_arrow_d_orange.png) no-repeat left center;*/
}
.account_conf_wrap h2.yahoo_login{
	margin: 20px 0px 5px;
	/*padding-left:20px;*/
	font-size:12px;
	/*font-weight:bold;*/
	color:#333333;
	/*background: url(../images/icon_arrow_d_orange.png) no-repeat left center;*/
}
.account_conf_wrap .account_conf_content{
	padding: 10px 60px 10px;
	margin-bottom: 0px;
}
.account_conf_wrap .account_conf_content:first-child{
    padding-top: 0px;
    padding-bottom: 20px;
}
.account_conf_wrap table.account_conf_table{
	width:100%;
	margin:0px auto;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.account_conf_table th{
	padding:5px 0;
	width:180px;
	text-align:left;
	vertical-align:middle;
}
.account_conf_table td{
	padding:5px 0;
	text-align:left;
	vertical-align:middle;
}
.account_conf_table td.btn{
	width:230px;
	vertical-align:middle;
}
.account_conf_table td ul.sns li{
	display:inline;
	margin-left: 39px;
    cursor: pointer;
}
.account_conf_table td ul.sns li:first-child{
    margin-left: 0;
}
.account_conf_table td ul.sns li.active{
}

.account_conf_wrap ul.account_conf_btns{
	padding:20px 60px 0;
}
.account_conf_wrap ul.account_conf_btns li{
	display:inline;
	margin-right:15px;
}
.account_conf_btns{
	padding:10px 60px 0;
}

.account_conf_top_link{
	margin-top:40px;
	/*border-top:1px dotted #000000;*/
	padding-top:10px;
}
.account_conf_top_link p{
	text-align:center;
}

/*------------------------------- profile_conf ------------------------------*/
section.profile_conf{
	/*width:1000px;8/
	margin:20px auto 10px auto;
}
section.profile_conf .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}
section.profile_conf .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
sectionprofile_conf .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.profile_conf_wrap{
	color:#333333;
	padding:20px 0px;
	background-color:#FFFFFF;
    /* TODO 必要なければ削除
	/*border-radius:3px;
    -webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
    */
}
.profile_conf_wrap{
    padding: 15px 0;
}
section.account-register nav{
	display:block;
	margin:45px auto 50px auto;
	padding-top:37px;
	/*border-top:dotted 1px #000;*/
	/*width:1000px;*/
}
section.account-register nav > ul{
	width:330px;
	margin:auto;
}
section.account-register nav > ul.bottom-btn-flat-area{
    width: 620px;
    margin:auto;
}
section.account-register nav > ul.btn_area_middle{
	width:482px;
}
section.account-register nav > ul li{
	float:left;
	width:160px;
	display:block;
}
section.account-register nav > ul.bottom-btn-flat-area li{
    width:300px;
}
section.account-register nav > ul li.btn_size_middle{
	width:302px;
}
section.account-register nav > ul li:first-child{
	margin-right:20px;
}

section.notify_conf {
	margin-top: 20px;
}

section.notify_conf table {
	width: 100%;
}

/*------------------------------- perchase ------------------------------*/
.purchase_comp_wrap {
	color: #333;
	padding: 20px 0px 10px;
	margin: -20px auto 30px;
	text-align: center;
	background-color: #FFF;
}
.purchase_comp_wrap .text-red {
	color: red;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 0!important;
	line-height: 1.6;
}





/*------------------------------- event ------------------------------*/

/* event */
.event{

}
.event .event-title{
	width:980px;
	margin:auto;
	background: #3a3a3a;
	margin-top:15px;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
	border-top:solid 1px #FFF;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b2b2b2;

	text-shadow:1px 1px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px;

	min-height:45px;
}

.event .event-title .event-category,
.event .event-title .eventgroup-category{
	float:left;
	min-width:51px;
	width:auto;
	margin-right:10px;
}
.event .event-title .event-category strong,
.event .event-title .eventgroup-category strong{
	position:relative;

	text-align:center;
	display:block;

	color:#FFF;

	min-width:39px;
	width:auto;
	height:19px;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-right: 1px solid #333;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #333;
}
.event .event-title .event-category strong{
	padding:12px 12px 8px 12px;
	background:#00468c;
}
.event .event-title .eventgroup-category strong{
	padding:4px 12px 16px 12px;
	background:#1a9c55;
}
.event .event-title h1{
	width:770px;
	float:left;
    margin-top: 13px;
}
.event .event-title h1 strong{
	display:block;
	font-size:16px;
	width:770px;

}
.event .event-title h1 span{
	padding:3px 0 0 0;
	display:block;
	font-size:14px;
	font-weight:normal;
	width:770px;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	-webkit-text-overflow: ellipsis;
 	-o-text-overflow: ellipsis
}
.event .event-title a{
	width:168px;
	float:right;
	margin-top:5px;
}

.event-in{
	padding:17px;
	width:962px;
	background-color:#FFF;

	margin:19px auto 50px auto;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.event-in-leftbox{
	width:433px;
	float:left;

}
#official_site_li{
        margin-bottom:28px;
}
/* anchor-link */
.event-in-leftbox .anchor-link{
	width:400px;
	margin:22px 0;
}
.event-in-leftbox .anchor-link ul li{
	display:inline;
	padding-right:3px;
}
.slide{
	width:390px;
	text-align:center;
}
.event-in-rightbox{
	width:490px;
	float:left;
	margin-bottom:15px;
}
.event-basic-info dt{
	background:#e0e0e0;
	width:125px;
	font-size:14px;
	padding:4px 0 2px 0;
	text-align:center;
	font-weight:bold;
}
.event-basic-info dd{
	margin:10px 0 10px 30px;
	font-size:14px;
}
.event-basic-info dd li{
	padding:5px 0;
}
.event-basic-info .place{
	width:360px;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.event-basic-info dd>a{
	display:block;
	float:right;
	width:83px;
}
.event-basic-info .desc-title {
    display: inline-block;
    width: 92px;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}
.event-basic-info .desc-content {
    width:363px;
    line-height: 1.4;
    padding-left: 0;
}
.event-basic-info .desc-date .desc-title {
    margin-right: 5px;
}
.event-in-rightbox .sns{
	margin-top:33px;
	border:#bdbdbd solid 1px;
	/*border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;*/
	padding:15px 25px;
	width:440px;
	position:relative;
    overflow: hidden;
}
.event-in-rightbox .sns > a{
	clear:both;
	display:block;
	margin:auto;
	width:365px;
}
.event-in-rightbox h2{
	font-size:13px;

	width:120px;
	height:40px;
}
.event-in-rightbox .sns-button{
	width:320px;
	position:absolute;
	right:15px;
	top:15px;

}
.event-in-rightbox .sns-button li:first-child {
	width:80px;
}
.event-in-rightbox .sns-button li {
	width:110px;
	margin: 0px 5px 0px 0;
	float: left;
	display: inline;
}
.event-in-leftbox .slide{
	margin:auto;
	width:300px;
}
.event-in-leftbox .slide .navi{
	margin:auto;
	width:300px;
	margin-top:8px;
}
.event-in-leftbox .slide .navi li{
	float:left;
	margin-left:8px;
}
.event-in-leftbox .slide .navi li:first-child{
	float:left;
	margin-left:0px;
}
.event-in-rightbox .sns-title {
	font-size:13px;
	width:120px;
	height:40px;
}

/* event-in-info */
.event-in-info{
	width:962px;
}
.event-in-info h2{
	width:950px;
	margin-bottom:12px;
	position:relative;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/

	background:#3a3a3a;

	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);

	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0 12px;
}
.event-in-info table{
	margin:40px;
	padding:0px;

	border-spacing:0px;
	border-collapse: collapse;
	text-align:left;
}
.event-in-info table th{
	width:156px;
}
.event-in-info table th,
.event-in-info table td{
	padding:2px 10px 2px 0px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
/* bookmark */
.bookmark > div{
	width:1002px;
	margin:12px auto 0 auto;
	background-image: url(../images/bg_box_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:19px;
	position:relative;
}
.bookmark > div:before{
	content: " ";
	display: block;
	width:1002px;
	height: 9px;
	background-image: url(../images/bg_box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bookmark > div:after{
	clear:both;
	content: " ";

	display: block;
	width:1002px;
	height: 9px;
	background-image: url(../images/bg_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bookmark .sns{

}
.bookmark .navi{
	float:right;
	width:183px;
	margin:auto;
	padding:3px 0;
}
.bookmark .sns-button{
	width:700px;
	float:left;
	margin: 12px 5px 0px 21px;
}
.bookmark .sns-button li:first-child {
	width:80px;
}
.bookmark .sns-button li {
	width:110px;
	margin: 0px 5px 0px 0;
	float: left;
	display: inline;
}

/* anchor-link */
.anchor-link{
	width:1000px;
	margin:22px auto -6px auto;
}
.anchor-link ul li{
	display:inline;
	padding-right:3px;
}
/* event-info */
.event-info{
	/*width:1000px;*/
	margin:12px auto 10px auto;
}

.event-info .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}
.event-info .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.event-info .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.event-info .box{
	padding:30px;
	background:#FFF;
/*
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/

	position:relative;
}

.event-info .box.info-text{
    margin: 10px 0 0 0;
    padding: 5px;
}
.event-info .box-glay{
	/*width:1002px;*/
	margin:auto;
	background-image: url(../images/bg_box_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:19px;
}

.event-info .end-line {
    text-align: center;
}
.event-info .end-btn-back {
    margin-top: 32px;
    text-align: center;
}

/* ie7 */
*+html .event-info .box-glay{
	border-top:#FFF solid 1px;
	border-bottom:#333 solid 1px;
	padding:9px 0 9px 0;
}
.event-info .box-glay:before{
	content: " ";
	display: block;
	width:1002px;
	height: 9px;
	background-image: url(../images/bg_box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.event-info .box-glay:after{
	clear:both;
	content: " ";

	display: block;
	width:1002px;
	height: 9px;
	background-image: url(../images/bg_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#catchcopy,
#event-outline{
	word-break:break-all;
}
.event-info .event-outline h2{
	font-size:14px;
	margin-bottom:13px;
	padding:0;
	display:block;
}
.event-info .event-outline table{
	margin:0px;
	padding:0px;

	border-spacing:0px;
	border-collapse: collapse;
	text-align:left;
}
.event-info .event-outline table th{
	width:156px;
}
.event-info .event-outline table th,
.event-info .event-outline table td{
	padding:2px 10px 2px 0px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

.event-info > nav{
	margin:10px 20px 0 0;
	text-align:right;
}
.event-info figure{
	display:block;
	padding: 0px;
	margin:0px;
}
.event-info figure table{
	margin:0px;
	border-spacing: 1px;
    max-width: 500px;
}
.event-info figure img{
	float:left;
	margin-right: 30px;
        margin-left: 20px;
}
.event-info figure figcaption{
	text-align:left;
}
.event-info figure table caption{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top:5px;
	margin-bottom:3px;
	/*width:785px;*/
	width: 500px;
}
.event-info figure table thead th{
	font-size:20px;
	font-weight:normal;
	margin-bottom:3px;
	text-align:left;
}
.event-info figure table tbody th,
.event-info figure table tbody td{
	font-weight:normal;
	text-align:left;
}
.event-info figure table tbody th{
	width:105px;
}
/* event-group */
.event-group{
	width:1000px;
	margin:20px auto 10px auto;
}
.event-group .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:8px;
	position:relative;
}
.event-group .sec-title h1{
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	padding:12px 0 13px 12px;
	color:#FFF;
}
.event-group .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.event-group .box{
	padding:30px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.event-group .event-outline h2{
	font-size:14px;
	margin-bottom:13px;
	padding:0;
	display:block;
}
.event-group .event-outline table{
	margin:0px;
	padding:0px;

	border-spacing:0px;
	border-collapse: collapse;
	text-align:left;
}
.event-group .event-outline table th{
	width:156px;
}
.event-group .event-outline table th,
.event-group .event-outline table td{
	padding:2px 10px 2px 0px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

/* event-group */
.event-schedule{
	width:1000px;
	margin:20px auto 10px auto;
}
.event-schedule .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;
	position:relative;
}
.event-schedule .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.event-schedule .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.event-schedule .box{
	padding:30px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}

*+html .event-schedule figure{
	padding: 18px 18px;
}
.event-schedule figure{
	display:block;
	padding: 3px 18px;
	margin:0px;
}
.event-schedule figure table{
	margin:0px;
	padding:0px;
	border-spacing: 1px;
}
.event-schedule figure img{
	float:left;
	margin-right:20px;
}
.event-schedule figure figcaption{
	text-align:left;
}
.event-schedule figure table caption{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top:-2px;
}
.event-schedule figure table thead th{
	font-size:20px;
	font-weight:normal;
}
.event-schedule figure table tbody th,
.event-schedule figure table tbody td{
	font-weight:normal;
	text-align:left;

}
/* ticket-info */
.ticket-info{
	/*width:1000px;*/
	margin:0 auto 10px;
}
.ticket-info .sec-title{
	background-image: url(../images/bg_h1_04.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
.ticket-info .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 2px 1px rgba(255,255,255,0.4);
	color:#3a3a3a;
	padding:10px 0 0px 12px;
}

.ticket-info .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
/* ticket-info */
.ticket-info-in{
	width: 962px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ticket-info-in h2{
	/*width:950px;*/
	margin-bottom:12px;
	position:relative;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/

	background:#3a3a3a;

	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);

	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0 12px;
}
.ticket-info-in nav.button{
	margin:40px auto 0px auto;
	width:367px;
}
/* ticket-list */
.ticket-info nav.button{
	margin:13px auto 0px auto;

	padding-bottom:20px;
}
.ticket-info .pricelist-title{
	width: auto;
	margin: 10px 15px 0 14px;
	padding: 3px 8px;
	background-color: #D6D6D6;
	border-bottom: 3px solid #FF6000;
	color: #000;
	font-size: 12px;
	text-align: left
}
.ticket-info .pricelist{
	/*background:#FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/

}
.ticket-info .pricelist{
	width:100%;
	border-spacing: 0px;

}
.ticket-info .pricelist thead th{
	background-color: #EEF1F1;
    border-left: 1px solid #D9E0E0;
	color: #333333;
	/*font-weight:bold;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);*/

}
.ticket-info .pricelist thead th:first-child{
    border-left: none;
}
.ticket-info .pricelist thead{
	border-bottom:solid 1px #FFF;
}
.ticket-info .pricelist tbody{
	border-top:solid 1px #FFF;

}
.ticket-info .pricelist th{
    border-bottom: solid 1px #D9E0E0;
	/*box-shadow:0px -1px 0px rgba(333,333,333,0.1) inset;
	-webkit-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;
	-o-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;
	-moz-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;*/
}
.ticket-info .pricelist td{
	/*border-top:solid 1px #D9E0E0;*/
	/*box-shadow:0px -1px 0px rgba(333,333,333,0.1) inset;
	-webkit-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;
	-o-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;
	-moz-box-shadow: 0px -1px 0px rgba(333,333,333,0.1) inset;*/
}
.ticket-info .pricelist thead th.fs{
	/*background:url(../images/line_h_01.gif) repeat-y right top;
	background-color:#666;*/
	padding:15px 5px 15px 30px;
	width:490px;
}
.ticket-info .pricelist thead th.sc{
	width:160px;
	/*background:url(../images/line_h_01.gif) repeat-y right top;*/
	background-color: #EEF1F1;
}
.ticket-info .pricelist thead th.price{
	width:224px;
	/*background:url(../images/line_h_01.gif) repeat-y 1px top;*/
	background-color: #EEF1F1;
	padding:15px 30px 15px 5px;
	text-align:center;
}

.ticket-info .pricelist tbody td {
    border-left: 1px solid #D9E0E0;
}

.ticket-info .pricelist tbody td:first-child {
    border-left: none;
}

.ticket-info .pricelist tbody td.fs{
	/*background:url(../images/line_h_02.gif) repeat-y right top;*/
	background-color:#FFF;
	border-bottom:#D9E0E0 solid 1px;
	padding:15px 5px 15px 30px;
	text-align:left;
}
.ticket-info .pricelist tbody td.sc {
    width: 160px;
    text-align: center;
    border-bottom: #D9E0E0 solid 1px;
    /*background:url(../images/line_h_02.gif) repeat-y right top;*/
    background-color: #fff;
}

.ticket-info .pricelist tbody td.price{
	/*background:url(../images/line_h_02.gif) repeat-y 1px top;*/
	background-color:#FFF;
	border-bottom:#D9E0E0 solid 1px;
	padding:15px 30px 15px 5px;
	text-align:right;
}
.ticket-info .pricelist tbody tr.subtotal td {
	/*background-color: #DDD;*/
}

.ticket-info .pricelist tfoot td.price,
.ticket-info .pricelist tfoot th.price{
	/*background:url(../images/line_h_02.gif) repeat-y 1px top;*/
	border-top:#FFF solid 1px;
	border-bottom:#a8a8a8 solid 1px;
	padding:15px 30px 15px 5px;
	text-align:right;

}
.ticket-info .pricelist tfoot td.fs,
.ticket-info .pricelist tfoot th.fs{
	/*background:url(../images/line_h_02.gif) repeat-y right top;*/
	border-top:#FFF solid 1px;
	border-bottom:#a8a8a8 solid 1px;
	padding:15px 5px 15px 30px;
	text-align:left;

}
.ticket-info .pricelist tfoot td.fs,
.ticket-info .pricelist tfoot td.price{
	background-color:#e8e8e8;
}
.ticket-info .pricelist tfoot th.fs,
.ticket-info .pricelist tfoot th.price{
	background-color: #333333;
	color: #FFF;
}

.ticket-info .tfoot{
    table-layout: fixed;
    margin-top: 10px;
}

.ticket-info .tfoot tr{
    border-top: 10px solid #fff;
    margin-top: 10px;
}

.ticket-info .cancel-info{
	width: auto;
}
.ticket-info .cancel-info .cancel-button{
	width: 100%;
	text-align: center;
}
.ticket-info .cancel-info .cancel-button span{
	display: block;
}
.ticket-info .sns-btns{
    padding-top: 20px;
	margin-top:30px;
}
.ticket-info .sns-btns p{
	text-align:center;
	margin-bottom:25px;
}

.ticket-info nav{
	border-top:1px dotted #000;
	padding-top:20px;

	text-align:center;
}
.ticket-info nav ul li{
	text-align:center;
}
/*   */
.detail_ticket{
	margin-bottom:40px;
}
.detail_ticket h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	margin-bottom:16px;
	padding:10px 15px;
	font-size:16px;
	font-weight:bold;
	color:#3a3a3a;
}
.detail_ticket h1 em{
	float:left;
}
.detail_ticket h1 span{
	float:right;
}

div.detail_ticket_table{
	margin:0px auto 20px;
	width:940px;
	border: 1px solid #eee;
	padding-right: 10px;
	padding-left: 10px;
}

div.detail_ticket_table th{
	padding:0px;
	background: #666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
div.detail_ticket_table p{
	margin:0px;
}
div.detail_ticket_table td{
	padding:0px;
	vertical-align:middle;
	border-left:1px solid #D4D4D4;
	border-top:1px solid #D4D4D4;

}

div.detail_ticket_table td.ticket_info{
	color:#000000;
}
div.detail_ticket_table td.ticket_info div{
		margin-top:10px;
		background:#eeeeee;
}
	div.detail_ticket_table td.ticket_info div p{


}
	div.detail_ticket_table td.ticket_info div p.kind{
		width:80px;
		float:left;
	}
	div.detail_ticket_table td.ticket_info div p.date{
		margin-right:20px;
		float:left;
	}
	div.detail_ticket_table td.ticket_info div p.place{
		float:left;
		width:525px;
	}
	div.detail_ticket_table td.ticket_info div p.place span{
		color:#666666;
	}
	div.detail_ticket_table td.ticket_info div p.time{
		float:right;
		padding-left: 20px;

	}
div.detail_ticket_table td.date{
	padding:0px 10px 0 15px;

	background-color:#FFFFFF;
	color:#333333;
	vertical-align:middle;
	text-align:left;
}
	div.detail_ticket_table td.date p{
		display:block;
		float:left;
	}
	div.detail_ticket_table td.date p.img{
		width:80px;
	}
	div.detail_ticket_table td.date p.date{
		margin-left:10px;
		width:280px;
	}
div.detail_ticket_table td.date,
div.detail_ticket_table td.ticket_name,
div.detail_ticket_table td.ticket_detail,
div.detail_ticket_table td.price,
div.detail_ticket_table td.count,
div.detail_ticket_table td.btn{
	background-color:#f3f3f3;
	color:#333333;
	vertical-align:middle;
}

table.tickets_group {
	margin:0px 0px 10px;
}

table.tickets_group.partition {
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

table.tickets_group tbody {
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 10px;
}

div.detail_ticket_table .group_name{
    	background-color:#D6D6D6;
	padding:5px 15px 3px 15px;
	margin-right: -10px;
	margin-left: -10px;
	font-size:16px;
	font-weight:bold;
	border-width:0px 0px 3px;
	border-style:solid;
	border-color:#FF6000;
}

div.detail_ticket_table .remarks{
    background: #fff;
    padding: 0 20px;
    margin: 20px -10px;
    word-break: break-all;
    position: relative;
}

div.detail_ticket_table td.ticket_name{
	width:225px;
	padding:0px 15px;
	/*text-align:center;*/
}

div.detail_ticket_table td.ticket_detail{
    width:225px;
    padding:0px 15px;
    background-color: #FFF;
}

div.detail_ticket_table td.price{
	width:130px;
	padding:20px 10px;
	text-align:center;
}
div.detail_ticket_table td.count{
	width:90px;
	padding:20px 10px;
	text-align:center;
}
div.detail_ticket_table td.count label{
	display:none;
}
div.detail_ticket_table td.btn{
	width:90px;
	padding:15px 10px;
	text-align:center;
}

.detail_ticket p.all_btn{
	text-align:center;
}

/*sns-area-02*/
.sns-area-02{
	width:1000px;
	margin:20px auto 55px auto;
}
.sns-tw{
	width:490px;
	float:left;

}
.sns-area-02 .sns-tw .sec-title{
	background-image: url(../images/bg_sns03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.sns-area-02 .sns-tw .sec-title span{
	position:absolute;
	right:0px;
	top:10px;
}
.sns-area-02 .sns-tw .main{
	width:488px;
	height:245px;
	background:#FFF;

	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #FFF;

	overflow:hidden;
}
.sns-fb{
	width:490px;
	float:right;
}
.sns-area-02 .sns-fb .sec-title{
	background-image: url(../images/bg_sns02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.sns-area-02 .sns-fb .sec-title span{
	position:absolute;
	right:0px;
	top:10px;
}
.sns-area-02 .sns-fb .main{
	width:488px;
	height:230px;
	background:#FFF;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #FFF;
	overflow:hidden;
}
.sns-area-02 > nav{
	display:block;
	clear:both;
}
.sns-area-02 > nav li{
	float:right;
	width:490px;
	padding:40px 0 25px 0;
}
.sns-area-02 > nav li:first-child{
	text-align:right;
	float:left;
}
.sns-of{
	width:490px;
	float:right;
}
.sns-area-02 .sns-of .sec-title{
	background-image: url(../images/bg_sns03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.sns-area-02 .sns-of .sec-title h1{
	height:23px;
	font-size:15px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:7px 0 7px 12px;
}
.sns-area-02 .sns-of .sec-title h1.mar_b {
	margin-bottom: 12px;
	height: 31px;
	font-size: 16px;
	padding: 10px 0 0 12px;
}
.sns-area-02 .sns-of .sec-title span{
	position:absolute;
	right:0px;
	top:10px;
}
.sns-area-02 .sns-of .main{
	width: 488px;
	height: 243px;
	background: #FFF;
	border-right: 1px solid #cfcfcf;
	/*border-left: 1px solid #cfcfcf;*/
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	/*
	border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;*/

}
.sns-area-02 .sns-of .main ul{
	margin-top:38px;
	text-align:center;
}
.sns-area-02 .sns-of .main ul li{
	margin-bottom:28px;
}
.sns-area-02 > nav{
	display:block;
	clear:both;
}
.sns-area-02 > nav li{
	float:right;
	width:490px;
	padding:40px 0 25px 0;
}
.sns-area-02 > nav li:first-child{
	text-align:right;
	float:left;
}

/*relation-info*/
.relation-info{
	width:1000px;
	margin:20px auto 40px auto;
}
.relation-info h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;

	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.relation-info-list li{
	display:block;
	width:489px;
	min-height:100px;
	height:auto;
	float:right;
	margin:0 0 19px 0px;
	position:relative;

	background-color: #FFF;

	border-top: 1px solid #FFF;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	border-left: 1px solid #FFF;

	background-image: url(../images/dot_01.gif);
	background-repeat: repeat-y;
	background-position: 470px top;
}
.relation-info-list li a{
	display:block;
	color:#000;
	min-height:100px;
	height:auto;
	background-image: url(../images/icon_arrow_01.png);
	background-position: 477px center;
	background-repeat: no-repeat;

}
.relation-info-list li:first-child{
	float:left;
	margin:0 5px;
}

.relation-info-list figure{
	min-height:100px;
	height:auto;

}
.relation-info-list figure img{
	border-left: 1px solid #FFF;
	border-right: 1px solid #a8a8a8;
	float:left;
	width:100px;
	height:100px;
}
.relation-info-list figcaption{
	float:left;
	display:block;
	width: 369px;
	min-height:99px;
	height:auto;
}
.relation-info-list figcaption > div{
	width: 100%;

}
.relation-info-list figcaption > div .description{
	font-weight:bold;
	font-size:12px;
	display:block;
	padding: 8px 4px 2px 10px;
        height:53px;
        /*ie8 ff*/
        word-wrap:break-word;
        /*chrome*/
        white-space:pre-wrap;
}
.relation-info-list figcaption > div .price{
	display:block;
	padding: 10px 5px 10px 7px;
	margin-right:1px;
	background:#f3f3f3;
	width:355px;
	margin:0px;
}
.relation-info-list figcaption > div .price span{
	text-indent: 5px;

}
.relation-info-list figcaption > div .time-place .item{
	font-weight:bold;

}

.relation-info > nav{
	display:block;
	clear:both;
}
.relation-info > nav li{
	float:right;
	width:490px;
	padding:30px 0 30px 0;
}
.relation-info > nav li:first-child{
	text-align:right;
	float:left;
}
.goods-img{
	position:absolute;
	top: 50%;
	margin-top:-50px;
}
.goods-info{
	/*font-weight:bold;*/
	font-size:12px;
	display:block;
	padding: 8px 4px 2px 10px;
        /*ie8 ff*/
        word-wrap:break-word;
        /*chrome*/
        white-space:pre-wrap;
	min-height:53px;
}
.goods-text{
	margin-left:102px;
	word-break:break-all;
}
/*inquiry-info*/
.inquiry{
	width:1000px;
	margin:20px auto 10px auto;
}
.inquiry h1{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:12px;

	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}

.inquiry .box{
	padding:20px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.inquiry dl dt{
	font-weight:bold;
	width:70px;
	float:left;
	padding:5px 0;
}
.inquiry dl dd{
	padding:5px 0;
}
.inquiry dl dd.promoter-name{
    font-size: 14px;
    word-wrap: break-word;
}

/* ticke-info */
.importance{
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
        */
	border:solid 1px #ee2f3c;
	color: #ee2f3c;

	background:#FFF;
	padding:20px;
	margin:15px 0 7px 0;
}
.attention{
	width:910px;
	/*border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;*/
	background:url(../images/icon_attention.png) no-repeat 20px 15px;
	background-color:#ffecf3;
	border:solid 2px #ee2f3c;
	color: #ee2f3c;
	padding:25px 20px 25px 70px;
	margin:20px auto 20px auto;
}
.attention strong{
	font-size:14px;
}
.attention p{
	margin:10px 0 0 0;
	padding:0;
}
.attention p:first-child{
	margin:0px;
}
/*---------------スマホチケット注意書き ---------------*/
.appli_notice_area {
	width: 1000px;
	margin: 20px auto 10px auto;
}
.appli_notice_area .box {
	width: 958px;
	padding: 0px 20px;
	background: #FFF;
	/*border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF
}
.appli_notice {
	margin: 20px 2px;
}
.appli_notice .caution {
	width: 120px;
	height: 40px;
	color: #FFF;
	background-color: #FF6600;
	float: left;
}

.appli_notice .icon_caution {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.appli_notice .text {
	font-size: 11px;
	margin-top: 14px;
	margin-left: 3px;
	float: left;
}
.appli_notice .desc {
	float: left;
	margin-left: 20px;
}
.appli_notice .desc p{
	margin: 0px;
	line-height: 1.8;
}
.appli_notice .desc a{
	text-decoration: underline;
}
.icon_caution {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url("../images/icon_caution.png");
	background-repeat: no-repeat;
	background-position: center;
}


/*-------------------- buy-conf --------------------*/
.buy-conf{
	/*width:1000px;*/
	margin:0 auto 10px;
}
.buy-conf > .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.buy-conf > .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.buy-conf nav.submit{
	display:block;
	/*margin:0 auto 50px auto;*/
	padding-top:29px;
	/*border-top:dotted 1px #000;*/
	/*width:1000px;*/
}
.buy-conf nav.submit > ul{
	/*width:330px;*/
	margin:auto;
}
.buy-conf nav.submit > ul li{
	/*float:left;
	width:150px;
	display:block;*/
}
.buy-conf nav.submit > ul li:first-child{
	/*margin-right:30px;*/
}

.buy-conf .form-flat .suffix-parent .suffix {
    right: 37px;
}
.buy-conf .form-flat .suffix-parent .suffix.year {
    right: 27px;
}
.buy-conf .form-flat .suffix-parent .select-box-flat {
    -webkit-appearance: none;
}

/*-------------------------------
購入者情報確認 シリアルコード/FC連携入力欄
-------------------------------*/
.buy-conf .limited-ticket-input .label {
    margin-bottom: 10px;
}

.buy-conf .limited-ticket-input .input{
    display: inline-block;
    width: 295px;
}


.buy-conf .limited-ticket-input .input-wrap{
    width: 415px;/* TODO 真ん中寄せじゃなかったら外す */
    margin-bottom: 10px;
}

.buy-conf .limited-ticket-input .input-wrap.input-wrap-single{
    width: 300px;
}

.buy-conf .limited-ticket-input .input-wrap .input-list:first-child {
    margin-top: 20px;
}

.buy-conf .limited-ticket-input .info {
    margin-top: 10px;
}

.buy-conf .limited-ticket-input .info .note {
    font-size: 11px;
    margin-top: 15px;
}

.buy-conf .limited-ticket-input.fan-club-ticket-input .info li {
    margin-bottom: 0.5em;
}

.buy-conf .limited-ticket-input.fan-club-ticket-input .info .date {
    color: #fff;
    padding: 2px 5px 1px;
    margin-right: 0.5em;
    background-color: #f012b5;
}

/* ラベル */
.buy-conf .limited-ticket-input .count-label {
    display: inline-block;
    margin-right: 10px;
}
/* バックグラウンドカラーなし */
.buy-conf .limited-ticket-input .count-label.simple-label {
    color: #333;
    width: 60px;
    text-align: left;
}
/*-------------------- buyer-info --------------------*/
.buyer-info{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.buyer-info .sec-title{
	background-image: url(../images/bg_h1_04.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
.buyer-info .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(255,255,255,1);
	color:#3a3a3a;
	padding:10px 0 0px 12px;
}
.buyer-info .box{
	/*width:1000px;*/

	/*background:#FFF;

	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.buyer-info table{
	/*width:1000px;*/
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.buyer-info table td{
	padding:15px 60px;
    width: 50%;
}

.buyer-info table .sc{
	/*text-align:right;*/
/*	width:294px;*/
	/*background:url(../images/line_h_02.gif) repeat-y left top;*/
	word-break:break-all;
    border-left: 1px solid #C9D3D3;
}
/*-------------------- payment --------------------*/
.payment{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.payment .sec-title{
	background-image: url(../images/bg_h1_04.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.payment .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(255,255,255,1);
	color:#3a3a3a;
	padding:10px 0 0px 12px;
}
.payment .sec-title h2{
	display:block;
	margin:10px 0 2px 0;
}
.payment .box{
	/*width:1000px;*/

	/*background:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.payment .box form > ul{

}
.payment .box form > ul > li:first-child,
.payment .box form > ul > li.first-child{
	border-top:none;
}
.payment .box form > ul > li{
	padding:30px 30px 0 30px;
	border-top:#ccc solid 1px;
	min-height:45px;
	height:auto;
	position:relative;
}
.payment .box form > ul > li label{
	margin-left:15px;
}

.payment .box form > ul > li > ul{
	position: absolute;
	width: 500px;
	/* [disabled]left:300px; */
	top: 10px;
	right: 30px;
}
.payment .box form > ul > li> ul >li{
	float:left;
	margin-left:15px;
}
.payment .box form > ul > li > label{
	font-size: 16px;
	text-decoration: none;
}
.payment .box form > ul > li > label.select-box-flat-outer select{
    font-size: 12px;
}
.payment .box form > ul > li > label.active{
	text-decoration: underline;
}
.payment .box form > ul > li >div{
	display:none;
}
.ie8 .payment .box form > ul > li >div.cardbox03.visible{
    display:block;
}
.cardbox-in{
	border-top:#ccc dotted 1px;
	margin:20px -30px;
	padding:20px 60px 0px 60px;
	clear:both;
	/*width:880px;*/
}
.cardbox-in.first{
    padding-top: 0;
}
.cardbox-in > div{
	margin:20px 0;
}
.cardbox-in dl{
	float:left;
	/*font-weight:bold;*/
	/*color:#3a3a3a;*/

}
.cardbox-in .num{
	width:403px;
	float:left;
}
.cardbox-in .num dt span,
.cardbox-in .limit dt span,
.cardbox-in .securitycode dt span,
.cardbox-in .securitycode02 dt span{
	/*background-color:#e0e0e0;
	border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;*/


}
*+html .cardbox-in .num dt span,
*+html .cardbox-in .limit dt span,
*+html .cardbox-in .securitycode dt span,
*+html .cardbox-in .securitycode02 dt span{
	padding-top:8px;
	line-height:2em;
}
.cardbox-in dt{
	font-size:11px;
}
.cardbox-in .num dt{
	width:95px;
	float:left;
}
.cardbox-in .num dt span{
	padding:5px 27px;
}
.cardbox-in .num dd{
	margin-top:-3px;
	width:275px;
	float:left;
	font-size:16px;
	font-weight:normal;
}
*+html .cardbox-in .num dd{
	margin-top:3px;
}
.cardbox-in dd input[type=text], .cardbox-in dd input[type=password]{
	margin-top:-10px;
	font-size: 12px;
	padding:6px;
	/*border: solid 4px #e6e6e6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
	/*background-color:#FFF;*/
	outline:none;
	outline:0px;
	width:180px;
}

.cardbox-in .limit{
	width:235px;
	float:left;
}
.cardbox-in .limit{
	width:403px;
	float:left;
	margin-left:25px;
}
.cardbox-in .limit dt{
	width:128px;
	float:left;
}
.cardbox-in .limit dt span{
	padding:5px 15px;
}
.cardbox-in .limit dd{
	width:265px;
	float:left;

	margin-top:-5px;
}
*+html .cardbox-in .limit dd{
	margin-top:-2px;
}
.cardbox-in .securitycode{
	width:235px;
	float:left;
}
.cardbox-in .securitycode02{
	margin-left:403px;
	width:235px;
	float:left;
}
.cardbox-in .securitycode dt,
.cardbox-in .securitycode02 dt{
	width:151px;
	float:left;

}
.cardbox-in .securitycode dt span,
.cardbox-in .securitycode02 dt span{
	padding:5px 15px;
}
.cardbox-in .securitycode dd,
.cardbox-in .securitycode02 dd{
	width:80px;
	float:left;
}
.cardbox-in .securitycode02 dd{


}
.buy-conf .content .sec-title{
	background-image: url(../images/bg_h1_04.gif);
	background-repeat: no-repeat;
	/*width:1000px*/;
	margin-bottom:12px;
	position:relative;
}
.cardbox-in ul{
	display:block;
	margin:0px -60px 40px -60px;
	padding:0px 60px 20px 60px;
	border-bottom:#ccc dotted 1px;
}
.cardbox-in ul li{
	font-size:16px;
	margin-top:30px;
	padding:0px;
}
.cardbox-in ul li:first-child{
	font-size:16px;
	margin-top:0px;
}
.cardbox-in select{
	font-size: 12px;
	/*padding: 6px;
	margin-top: 2px;
	outline:none;
	outline:0px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.cardbox-in select,
.select-box-image{
	/*margin-top:-2px;
	-webkit-appearance: none;
    background: url(../images/icon_select.gif) no-repeat right center;
	padding:8px 33px 8px 8px;

	border:4px solid #e6e6e6;*/
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;*/
	/*text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);*/
    }
.select-box-image{
    margin-left: 0;
}
}

.buy-conf .content .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(255,255,255,1);
	color:#3a3a3a;
	padding:10px 0 0px 12px;
}
.about-security-cord{
	margin-top:8px;
	/*width:938px;*/
	/*padding:15px 30px;*/
	/*background:#FFF;

	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.about-security-cord div{
	/*width:455px;
	float:right;
	border-left:#cfcfcf solid 1px;
	text-align:right;
	padding-right:14px;*/
}
.about-security-cord .left-content,
.about-security-cord .right-content {
    display: table-cell;
    vertical-align: middle;
}
.about-security-cord .left-content {
    width: 530px;
    border-right: 1px solid #C9D3D3;
    padding: 20px;
}
.about-security-cord .right-content {
    width: 450px;
    padding: 20px;
}
.about-security-cord .right-content .thumb {
    display: block;
}
.about-security-cord .left-content p {
    display: table-cell;
    vertical-align: middle;
}
.about-security-cord dl{
	width:468px;
	float:left;
}
.about-security-cord dt{
	font-size:16px;
	font-weight:bold;
	line-height: 2em;
	padding-left:32px;
}
.about-security-cord dd{
	line-height: 2em;
	padding-left:8px;
}
/*-------------------- access -----------------------*/
.access{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.access .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
.access .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.access .box{
	width:auto;
	/*background:#FFF;*/
        /*
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
        */

}
.access .map{

	/*width:1000px;*/
	margin:11px auto;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
        */
}
.access .location-title{
    padding: 10px;
}
.access .map-place{
	font-size:14px;
	/*width:450px;*/
	float:left;
}
.access .map-address{
        margin-top: 3px;
	text-align:right;
	width:450px;
	float:right;
	word-wrap: break-word;
}
.access-info dt{
	clear: left;
	float: left;
	width: 920px;
	padding: 10px;
	position:absolute;
	/*border-top: dotted 1px #b2b2b2;*/
}
.access-info dt:first-child{
	border: none;
}
.access-info dd{
	margin-left: 0;
	padding: 10px 10px 10px 120px;
	position: relative;
	word-break: break-all;
}
.access-info dd a{

	text-decoration: underline;
}
.access-info dd a.button{
	position:absolute;
	right:0px;
	top:0px;
}
/*-------------------- weather -----------------------*/
.weather {
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.weather .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
.weather .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.weather .box{
	width:940px;
	padding:15px 30px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.weather-todey{
	width:410px;
	float:left;
	margin:30px 0 15px 25px;
}
.w-t-now > div{
	width:210px;
	float:right;
}
.w-t-now > img{
	float:left;
}
.w-t-now > div h2{
	font-size:24px;
	font-weight:bold;
}
.w-t-now > div .date{
	font-size:14px;
}
.w-t-now > div .w-text{
	font-size:24px;
	margin-top:5px;
}
.w-t-now > div .temperature{
	margin-top:15px;
	font-size:30px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.w-t-now > div .temperature span{
	font-size:40px;
	font-family: arial, helvetica, sans-serif;
}
.w-t-time{
	margin-top:40px;
}
.w-t-time li{
	float:left;
	width:90px;
	text-align: center;
	padding:0 5px;
	border-left: solid 1px #ccc;
}
.w-t-time li:first-child{
	border-left: none;
}
.w-t-time li .time {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3em;
}
.w-t-time li .date{
	margin-top:5px;
	font-size: 12px;
}
.weather-week{
	margin:15px 35px 15px 0;
	width:350px;
	float:right;
}
.weather-week > ul > li{
	border-top: solid 1px #ccc;
	display:block;
}
.weather-week > ul > li:first-child{
	border: none;
}
.weather-week .w-date{
	padding-top: 8px;
	text-align: center;
	float: left;
	width: 90px;
}

.weather-week .w-date em{
	display:block;
	margin-bottom:2px;
	font-weight:bold;
}
.weather-week .w-date span{
	display:block;
	text-align:left;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
	padding:1px 5px 1px 8px;
	border: 1px solid #ccc;
	background:url(../images/icon_arrow_s.gif) 65px center no-repeat;
}
.weather-week .w-img {
	text-align:center;
	width:110px;
	float:left;
	padding:0 0 0 10px;
}

.weather-week .temperature {
	font-weight:bold;
	padding-top:15px;
	width:90px;
	float:left;
	margin:0 0px;
}
.weather-week .temperature .w-date strong{
	font-weight:bold;
	font-size:14px;
}

.weather-week .temperature em{
	display:block;
	font-size:14px;
	color:#333;
}
.weather-week .temperature em .f-glay{
	font-size:12px;
	font-weight:normal;
	padding-left:3px;
}
.weather-week .temperature em .f-blue{
	padding-right:3px;
}
.weather-week .temperature em .f-red{
	padding-left:3px;
}
.weather-week .percent {
	text-align:right;
	width:45px;
	float:right;
	margin:0 5px 0 0;
}
.weather-week .percent{
	margin-top:31px;
	font-size:16px;
}
.weather-week .percent span{
	font-size:12px;
}


/*------------------------------- ticket-receive-ticket ------------------------------*/

section.ticket-receive-ticket{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.ticket-receive-ticket .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
section.ticket-receive-ticket .sec-title h1{
	height:31px;
font-size:16px;
font-weight:normal;
text-shadow:1px 2px 1px rgba(0,0,0,1);
color:#FFF;
padding:10px 0 0px 12px;
}

section.ticket-receive-ticket .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.ticket-receive-ticket_wrap table{
	width: 100%;
	margin: 0px auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #FFF url(../images/bg_ticket.gif) repeat-y left;
	border-bottom: #aaa solid 1px;
	border-right: #aaa solid 1px;
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
}
.ticket-receive-ticket_wrap table th{
	padding:0 0 0 20px;
	text-align:left;
	vertical-align:middle;
	height:66px;
	vertical-align:middle;
}
.ticket-receive-ticket_wrap table th h2{
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:middle;
}
.ticket-receive-ticket_wrap table th h2 span{
	font-weight:normal;
}

.ticket-receive-ticket_wrap table td.qr{
	width:186px;
	text-align:center;
	vertical-align:middle;
}
.ticket-receive-ticket_wrap table td.info{
	padding:0 0 0 20px;
	text-align:left;


}
.ticket-receive-ticket_wrap table td.info dl{
		padding:10px;
		background:#FFF;
		margin-right:3px;
		height:100%;
}
.ticket-receive-ticket_wrap table td.info dl dt{
		margin-bottom:5px;
		float:left;
}
	.ticket-receive-ticket_wrap table td.info dl dd{
		margin-bottom:5px;
		margin-left:108px;
}
/*------------------------------- terms ------------------------------*/
section.terms{
	width:980px;
	margin:20px auto 10px auto;
}
section.terms .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:980px;
	margin-bottom:12px;
	position:relative;
}

section.terms .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.regist_terms{
    width:100%;
}

.terms_wrap{
	/*color:#333333;*/
	padding:40px 60px;
	/*background-color:#FFFFFF;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
        */
}
.terms_wrap p.txt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;
}
.terms_wrap h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.regist_terms_wrap{
	color:#333333;
	padding:20px 20px 0px;
	background-color:#FFFFFF;
}
.regist_terms_wrap p.txt{
	font-size:14px;
	/*font-weight:bold;*/
	margin-bottom:25px;
	text-align:center;
}
.regist_terms_wrap h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.regist_terms_wrap h1{
	/*background-image: url(../images/bg_h1_04.gif);*/
	/*background-repeat: no-repeat;*/
    text-align:center;
	height:31px;
	font-size:14px;
	/*font-weight:bold;
	text-shadow:1px 2px 1px rgba(255,255,255,0.4);
	color:#3a3a3a;*/
	padding:10px 0px 0px 0px;
}
.terms_box{
	width:100%;
	margin-bottom:0;
	/*background-color:#ffffff;
    border-color: #FFFFFF #CFCFCF #CFCFCF #CFCFCF;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;*/
}

.terms_wrap p.btns{
	text-align:center;
}

.regist_terms_wrap p.btns{
	text-align:center;
}

.regist_terms_wrap .terms-of-use {
  padding:10px 20px;
}
/*------------------------------- notice-option ------------------------------*/
section.notice-option{
	/*width:1000px*/
	margin:20px auto 10px auto;
}

section.notice-option .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}

section.notice-option .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}


.notice-option_wrap{
	color:#333333;
	padding:40px 0px 20px;
	background-color:#FFFFFF;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;*/
}

.notice-option_wrap .item {
    padding-right: 60px;
    padding-left: 60px;
}

.notice-option_wrap p.txt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.notice-option_wrap h2{
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}
.notice-option_wrap table{
	width: 100%;
	margin:30px auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
    table-layout: fixed;
}
.notice-option_wrap table th{
	padding:10px 2px 10px 60px;
	text-align:left;
	font-weight:normal;
}
.notice-option_wrap table tr {
    border-bottom:1px solid #C9D3D3;
}
.notice-option_wrap table tr:first-child {
    border-top: 1px solid #C9D3D3;
}

.notice-option_wrap table td{
	width:97px;
	padding:10px 60px;
}

.notice-option_wrap p.reset_btn{
    margin-top: 30px;
	margin-bottom:20px;
    margin-right: 60px;
}
.notice-option_wrap p.set_btn{
	text-align:center;
}


/*------------------------------- information ------------------------------*/

section.information{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.information .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}
section.information .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
section.information .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.information > ul{
	color:#333333;
}
.information > ul li{
	padding:15px 20px 0px 20px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
	margin-bottom:1px;

	background-color:#FFFFFF;
}
.information > ul li.bg-glay{
	background-color:#eeeeee;
}
.information > ul li div{
	margin:0px;
	float:left;
	font-weight:bold;

}
.information > ul li.bg-glay div{
	font-weight:normal;
}
.information > ul li div.kind{
	text-align:center;
}
.information > ul li div.kind .date{
	margin-top:5px;
}
.information > ul li div.kind strong{
	display:block;
	color:#FFFFFF;
	padding:7px 23px;
	text-align:center;
	font-weight:bold;

    max-width: 728px;
	/*border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-moz-border-radius:30px;*/
}
.information > ul li div strong.k1{
	background-color:#5cbee4;
}
.information > ul li div strong.k2{
	background-color:#1e9b4f;
}

.information > ul li div.txt{
    padding:10px 0;
}

.information > ul li div.txt .caption{
    margin:10px;
}

.information > ul li > nav{
	width:190px;
	padding:7px 0;
	float:right;
	display:block;
}
.information > nav{
	text-align:center;
	margin-top:37px;
}
.information > nav.btn-flat{
    margin-top: 0;
}
.information > nav ul li{
	display:inline;
}
.information > nav ul li a{
	padding:0 27px;
	color:#333;
	text-decoration:underline;
}

/*-------------------------------
information-area
-------------------------------*/

.information_no_popup{
    /*cursor:pointer;
    position: relative;

    width: auto;
    background-color: #333333;
    background-image: url(../images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25px 25px;
    margin: auto auto 10px auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);*/
    cursor:pointer;
    position: relative;
    width: 964px;
    padding: 5px;
    border: 1px solid #C9D3D3;
    background-color: #fff;
    background-image: url(../images_v2/pc/common/iconClose.png);
    background-repeat: no-repeat;
    background-position: 955px center;
    background-size: 8px 7px;
    margin: 10px auto 10px auto;

}

.information_no_popup:before {
    /*content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #333333;
    left: 60px;
    top: -20px;*/
}
.information_no_popup div{
    /*color:#FFF;
    display:block;
    padding:10px 15px 10px 10px;*/
    color:#666;
    display:block;
    padding:10px 15px 10px 10px;

}
.information_no_popup p{
    /*font-weight:bold;*/
    font-size:12px;
    padding-right: 10px;
    margin-bottom: 0;
}

/*------------------------------- enquete ------------------------------*/
section.enquete{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.enquete .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}

section.enquete .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.enquete_wrap{
	color:#333333;
	padding:40px 60px;
	background-color:#FFFFFF;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
}
.enquete_wrap table{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.enquete_wrap table th{
	padding-bottom:10px;
	width:60px;
	text-align:left;
	font-weight:bold;
}
.enquete_wrap table td{
	padding-bottom:10px;
}

.enquete_wrap p.enquete_txt{
	margin-bottom:20px;
}

.enquete_box{
	width:880px;
	height:190px;
	margin-bottom:20px;
	background-color:#eeeeee;
}

.enquete_wrap p.enquete_btn{
	text-align:center;
}

/*------------------------------- question ------------------------------*/
section.question{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.question .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}

section.question .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.question_wrap{
	color:#333333;
	padding:40px 60px;
	background-color:#FFFFFF;

	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/

	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-o-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
	-moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset,-1px -1px 0px rgba(000,000,000,0.2) inset;
}
.question_wrap table{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.question_wrap table th{
	padding-bottom:10px;
	width:60px;
	text-align:left;
	font-weight:bold;
}
.question_wrap table td{
	padding-bottom:10px;
}

.question_wrap p.question_txt{
	margin-bottom:20px;
}

.question_box{
	width:880px;
	height:190px;
	margin-bottom:20px;
	background-color:#eeeeee;
}

.question_wrap p.question_btn{
	text-align:center;
}

/*------------------------------- buy-end-ticket ------------------------------*/
section.buy-end-ticket{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
section.buy-end-ticket .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}

section.buy-end-ticket .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.buy-end-ticket-list table{
	margin-bottom:30px;
	width:100%;
	border-spacing:0px;

}
.buy-end-ticket-list thead{
	width:100%;
	background:#00468c;
	color:#FFF;
}

.buy-end-ticket-list thead th{
	border-top: 1px solid #FFF;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #FFF;
	vertical-align:middle;
	padding:5px;
	width:50%;
	text-align:center;
}
.buy-end-ticket-list tbody td{
	color:#333333;
	background-color:#FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #FFF;
	vertical-align:middle;
	padding:10px;
	text-align:center;
}
.buy-end-ticket-list tbody td.null{
	background-color:transparent;
	border:none;
	padding:0px;
	height:10px;
	font-size:1px;
}

.buy-end-ticket-list .sns-btns{

}
.buy-end-ticket-list .sns-btns p{
	text-align:center;
	margin-bottom:25px;
}

.buy-end-ticket-top-link{
	/*border-top:1px dotted #000000;*/
    margin-top: 30px;
	/*padding-top:10px;*/
}
.buy-end-ticket-top-link a{
    display: block;
	text-align:center;
}

/* ------------------------ faq ------------------------ */
.faq{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.faq .box{
	/*width:1000px;*/
	padding:17px 0;
}
.faq > .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:0px;
	position:relative;
}
.faq > .sec-title p{
	margin:0px;
	padding:20px 0 0 61px;
	font-size:14px;
}
.faq > .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.faq .content h1{
	font-size:16px;
	font-weight:bold;
	/*text-shadow:1px 2px 1px rgba(255,255,255,1);*/
	padding:12px 0 8px 12px;
	color:#3a3a3a;
}
.faq .content  .sec-title{
	background-image: url(../images/bg_h1_04.gif);
}
.faq .box ul{
	/*font-size:16px;*/
}
.faq .box li{
	margin:-1px 0 0 -1px;
	padding:0;
}
.faq .box li.active{
	/*background:#eee;
	border-top:solid #ccc 1px;
	border-left:solid #c5c5c5 1px;*/
	padding:0;
	margin:-1px 0 0 -1px;
        /*
	border-right:solid #FFF 1px;
	box-shadow: 0px -1px 0px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px -1px 0px rgba(000,000,000,0.2);
	-o-box-shadow: 0px -1px 0px rgba(000,000,000,0.2);
	-moz-box-shadow: 0px -1px 0px rgba(000,000,000,0.2);
	border-bottom:solid #ccc 1px;
	width:999px;*/
}
.faq .box ul li > div{
	margin:0 58px;
}
.faq .box ul li.active > div{
	margin:0 58px;
}

.faq .box li p{
	margin:0px;
	padding:10px 0 0 0;
}
.faq .box li p:first-child{
	margin:0px;
	padding:0px;
}
.faq .box li .qes{
	background:url(/images_v2/sp/common/arrowGrayBottom.png) no-repeat right 20px;
	padding:15px 50px 15px 0;
	border-bottom:solid #ccc 1px;
	/*width:840px;*/
	font-weight:bold;
}
.faq .box li.active .qes{
	background:none;
	padding:15px 50px 15px 0;
	border-bottom:solid #ccc 1px;
	/*width:840px;*/
	font-weight:bold;
}


.faq .box li:hover .qes{
	cursor:pointer;
}

.faq .box li .ans{
	border-top:solid #FFF 1px;
	display:none;
	padding:15px 50px 15px 0;
	position:relative;
	/*width:840px;*/
}
.faq .box li.active .ans{
	border-top:solid #FFF 1px;
	padding:15px 50px 15px 0;
	position:relative;
	/*width:840px;*/
}
.faq .box li .close{
	position:absolute;
	right:0;
	bottom:0;
	z-index:100;
}
.faq .box li .close:hover{
		cursor:pointer;
}

.faq > nav{
	text-align:center;
	display:block;
	margin:45px auto 50px auto;
	padding-top:19px;
	/*border-top:dotted 1px #000;
	width:1000px;*/

}
.faq > nav p{
	font-size:14px;
}
.faq > nav > ul{
	width:330px;
	margin:auto;
}
.faq > nav > ul.bottom-btn-flat-area{
    width:640px;
}
.faq > nav > ul.bottom-btn-flat-area.center-block{
    margin-right: auto;
    margin-left: auto;
}

.faq > nav > ul li{
	float:left;
	width:150px;
	display:block;
}

.faq > nav > ul.bottom-btn-flat-area li{
    float:none;
    width:auto;
}

.faq > nav > ul.bottom-btn-flat-area li.center-block{
    margin-right: auto;
    margin-left: auto;
}

.faq > nav > ul li:first-child{
	margin-right:30px;
}
.faq > nav > ul.bottom-btn-flat-area.btn-single li:first-child{
    margin-right:0;
}
.faq > nav > ul.bottom-btn-flat-area.btn-single li.center-block:first-child{
    margin-right: auto;
    margin-left: auto;
}
.faq .faq123 {
        margin-bottom: 0;
}
/*----------------------credit-conf------------------------------*/
.credit-conf{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}
.credit-conf .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:12px;
	position:relative;
}

.credit-conf .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}
.credit-conf .box{
	/*width:940px;*/
	padding:9px 30px;
	background:#FFF;
        /*
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
        */
	/*margin-bottom:10px;*/

}
.credit-conf .inner{
    width: 650px;
}
.credit-conf dl{
	float:left;
	/*font-weight:bold;*/
	color:#3a3a3a;
	margin-top:35px;
}
.credit-conf .num{
	width:260px;
	float:left;
}
.credit-conf .num span,
.credit-conf .limit span,
.credit-conf .securitycode span{

	background-color:#e0e0e0;
	/*border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
        */
}
.credit-conf dt{
	font-size:11px;

}
.credit-conf .num dt{
	width:95px;
	float:left;
}
.credit-conf .num dt span{
	padding:5px 27px;
}
.credit-conf .num dd{
	width:145px;
	float:left;
}
.credit-conf .limit{
	width:235px;
	float:left;
}
.credit-conf .limit{
	width:240px;
	float:left;
}
.credit-conf .limit dt{
	width:95px;
	float:left;
}
.credit-conf .limit dt span{
	padding:5px 15px;
}
.credit-conf .limit dd{
	width:140px;
	float:left;
}
.credit-conf .securitycode{
	width:235px;
	float:left;
}
.credit-conf .securitycode dt{
	width:151px;
	float:left;

}
.credit-conf .securitycode dt span{
	padding:5px 15px;
}
.credit-conf .securitycode dd{
	width:80px;
	float:left;
}
.credit-conf .box nav{
	float:left;
	width:105px;
}
.credit-conf .box nav ul li{
	padding:6px 0;
}
.credit-conf > nav{
text-align:center;
display:block;
margin:45px auto 50px auto;
padding-top:0px;
/*border-top:dotted 1px #000;
width:1000px;*/
}
.credit-conf  > nav p{
font-size:14px;
}
.credit-conf  > nav > ul{
width:330px;
margin:auto;
}



/*----------------------credit-conf------------------------------*/

/*---------------------- sns-cooperate ------------------------------*/
.sns-cooperate{
	width:1000px;
	margin:20px auto 10px auto;
}

.sns-cooperate .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
	padding:10px 12px;
}
.sns-cooperate .sec-title h1{
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.sns-content{
	width:878px;
	padding:25px 60px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;

	margin-bottom:40px;
}
.sns-content p.message{
	padding-left:20px;
	font-weight: bold;
	background: url(../images/icon_arrow_d_orange.png) no-repeat left center;
}
.sns-content ul.sns-list{
	float:left;
}
.sns-content ul.sns-list li{
	margin-right:15px;
	display:inline;
}
.sns-content ul.sns-list li.active{
}

.sns-content p.text-length{
	padding:17px 0px 0px 0px;
	float:right;
	text-align:right;
}

.sns-content textarea.sns-textarea{
	padding:12px;
	clear:both;
	width:878px;
	height:180px;
	line-height:1.2em;
	font-size:12px;

	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFF;
    border: 4px solid #e6e6e6;
	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}

p.sns-btns{
	padding-top:10px;
	border-top:1px dotted #000000;
	text-align:center;
}
p.sns-btns a{
	margin:0px 28px;
}

/*---------------------- page-404 ------------------------------*/
.page-404{
	/*width:998px;*/
	margin:20px auto 10px auto;
	padding:70px 0px;
	text-align: center;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/

	margin-bottom:40px;
}
.page-404 p.logo{
	margin-bottom: 20px;
}
.page-404 p.message{
	margin-bottom: 30px;
	color: #ff0000;
	font-size: 20px;
}
.page-404 p.btn{
	margin-bottom: 0px;
}

/*---------------------- password-auth ------------------------------*/
.password-auth{
	/*width:1000px;*/
	margin:0px auto 10px;
}

.password-auth .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:1000px;*/
	margin-bottom:0px;
	position:relative;
}
.password-auth .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.password-auth-wrap{
	/*width:878px;*/
	margin: 20px 0px 35px 0px;
	padding:35px 60px;
	/*background:#FFF;
        /*
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.password-auth-wrap p.message{
	font-size:14px;
	text-align:left;
	margin-bottom:40px;
}
.password-auth-wrap p.pass{
	text-align:center;
	margin-bottom:0px;
}
.password-auth-wrap p.pass input{
	margin:0 auto;
	/*padding:15px;*/
	width:270px;
	/*line-height:1.2em;*/
        font-size:12px;

        /*-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color:#FFF;
        border: 4px solid #e6e6e6;
        box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
        -webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}
.password-auth-wrap p.password_link {
    margin-top: 10px;
    text-align: center;
}

.password-auth-form p.btns{
	/*padding-top:30px;*/
	/*border-top:1px dotted #000000;*/
	text-align:center;
}

.password-auth-form p.btns a{
	margin:0px 20px;
}

/*---------------------- password-change ------------------------------*/
.password-change{
	/*width:1000px;*/
	margin: 0 auto 10px auto;
}

.password-change .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	/*width:980px;*/
	margin-bottom:0px;
	position:relative;

}
.password-change .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.password-change-wrap{
	width: auto;
	margin: 0 0 50px;
	padding:15px 0;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.password-change-wrap table{
	width:100%;
    table-layout: fixed;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
/*.password-change-wrap table th{
	padding-left:8px;
    text-align:left;
	font-weight:bold;
}

.password-change-wrap table th{
    padding-left:8px;
    text-align:left;
    font-weight:bold;
}*/

.password-change-form table .mdt{
padding:.2em 1em .1em 1em;
margin-left:10px;
/*border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-moz-border-radius:3px;*/
background:#d90000;
color:#FFF;
}
.password-change-wrap table td{
	padding:10px 0px;
	text-align:right;
}
.password-change-wrap table tr.border th,
.password-change-wrap table tr.border td{
	border-bottom:1px solid #cccccc;
}

.password-change-wrap table th {
    text-align: left;
    padding-left: 250px;
}

.password-change-wrap table td {
    padding-right: 200px;
}

.password-change-wrap table td input{
	margin:0 auto;
	padding:15px;
	width:300px;
	line-height:1.2em;
	font-size:12px;

	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFF;
    border: 4px solid #e6e6e6;
	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}

.password-change-form p.btns{
	padding-top:10px;
	border-top:1px dotted #000000;
	text-align:center;
}

.password-change-form p.btns a{
	margin:0px 20px;
}

/*---------------------- mail-change ------------------------------*/
.mail-change{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}

.mail-change .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.mail-change .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.mail-change-wrap{
	/*width:784px;*/
	margin: 0px 0px 50px 0px;
	padding:60px 107px;
	/*background:#FFF;*/

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	/*border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}

.mail-change-wrap table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.mail-change-wrap table th{
    /*padding-left:8px;*/
    text-align:center;
    font-size:14px;
}

.mail-change-wrap table td{
	padding:20px 0px;
	text-align:right;
	/*width:500px;*/
}

.mail-change-wrap-new-regist{
	/*width:980px;*/
	margin: 20px 0px 50px;
	padding:10px 10px;
	/*background:#FFF;*/

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	/*border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.mail-change-wrap-new-regist table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.mail-change-wrap-new-regist table th{
	padding-left:8px;
    text-align:center;
	/*font-weight:bold;*/
	font-size:12px;
}

.mail-change-wrap-new-regist th.text-left-important {
  padding-bottom: 10px;
}

.mail-change-wrap-new-regist table td{
	padding:0px 0px 20px;
	text-align:left;
	width:500px;
}

.mail-change-wrap-new-regist table td input{
	/*margin:0 auto;
	padding:15px;*/
	/*width:400px;*/
	/*line-height:1.2em;
	font-size:12px;*/

	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	/*background-color:#FFF;
    border: 4px solid #e6e6e6;*/
	/*box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}

/**
 * for usable mail
 */
.mail-change-wrap table.regist-usable-email td{
	padding:20px 0px;
	text-align:right;
	width:380px;
}
.mail-change-wrap table td input{
	margin:0 auto;
	padding:15px;
	width:270px;
	line-height:1.2em;
	font-size:12px;

	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFF;
    border: 4px solid #e6e6e6;
	box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}

.mail-change-form p.btns{
	padding-top:10px;
	border-top:1px dotted #000000;
	text-align:center;
}

.mail-change-form p.btns a{
	margin:0px 20px;
}

.mail-change-form p.btns-new-regist{
	padding-top:10px;
	text-align:center;
}

/*---------------------- password-auth ------------------------------*/
.leave{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}

.leave .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;

}
.leave .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.leave-wrap{
	/*width:878px;*/
	margin: 20px 0px 35px 0px;
	padding:35px 60px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.leave-wrap p.message{
	text-align:center;
	margin-bottom:40px;
	font-size:14px;
}
.leave-wrap p.pass{
	text-align:center;
	margin-bottom:0px;
}
.leave p.pass input{
	margin:0 auto;
	padding:15px;
	width:300px;
	line-height:1.2em;
	font-size:12px;

	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	background-color:#FFF;
    border: 4px solid #e6e6e6;
	/*box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;*/
}

.leave-form p.btns{
	padding-top:30px;
	text-align:center;
}

.leave-form p.btns a{
	margin:0px 20px;
}

/*-------------------------------
register-step
-------------------------------*/
.register-step-out{
	position:relative;
	margin:auto;
	margin-top: -20px;
}
.register-step-out.second{
    margin-top: 0px;
}

/*-- 文字が上部にくる場合 --*/
.register-step-out.layout-bottom{
    margin-top: 25px;
}

.register-step, .register-step img {
	width: 982px;
}

/*---------------------- notice-setup ------------------------------*/
.notice-setup{
	width:1000px;
	margin:20px auto 10px auto;
}

.notice-setup .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.notice-setup .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.notice-setup-wrap{
	width:898px;
	margin: 20px 0px 50px 0px;
	padding:0px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;

	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.notice-setup-wrap table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.notice-setup-wrap table th{
    width: 450px;
	padding-left:8px;
    text-align:left;
    padding-left: 50px;
	/*font-weight:bold;*/
	/*font-size:14px;*/
}
.notice-setup-wrap table td{
	padding:20px 50px 20px 0;
	//text-align:right;
}
.notice-setup-wrap table tr.border th,
.notice-setup-wrap table tr.border td{
	border-bottom:1px solid #cccccc;
}

.notice-setup p.btns{
	padding-top:10px;
	border-top:1px dotted #000000;
	text-align:center;
}

.notice-setup p.btns a{
	margin:0px 20px;
}

/*---------------------- notification-setup ------------------------------*/
.notification-setup{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}

.notification-setup .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.notification-setup .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.notification-setup-wrap{
	/*width:818px;*/
	margin: 20px 0px 50px 0px;
	padding:0px 90px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

/*	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.notification-setup-wrap table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.notification-setup-wrap table th{
	padding-left:8px;
    text-align:left;
	/*font-weight:bold;*/
	font-size:14px;
}
.notification-setup-wrap table td{
	padding:20px 0px;
	width:50px;
}

.notification-setup p.btns{
	padding-top:10px;
	border-top:1px dotted #000000;
	text-align:center;
}

.notification-setup p.btns a{
	margin:0px 20px;
}

/*---------------------- quit-member ------------------------------*/
.quit-member{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}

.quit-member .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.quit-member .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.quit-member-wrap{
	/*width:878px;*/
	margin: 20px 0px 20px;
	padding:40px 60px;
	background:#FFF;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	/*border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.quit-member-wrap p{
	margin-bottom:20px;
	font-size:14px;
/*	font-weight:bold;*/
}
.quit-member-wrap p.btns{
	margin:50px 0px 0px;
	text-align:center;
}

/*---------------------- information-detail ------------------------------*/
.information-detail{
	/*width:1000px;*/
	margin:20px auto 10px auto;
}

.information-detail .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.information-detail .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}

.information-detail p.date{
	padding:6px 0px;
	float:left;
}
.information-detail p.sponsor{
	margin:0px 0px 10px 10px;
	padding:6px 28px;
	background-color:#5cbee4;
	color:#FFFFFF;
	/*border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;*/
	float:left;
}
.information-detail p.sponsor.service{
	background-color:#1e9b4f;
}

.information-detail p.txt{
	clear:left;
}


.information-detail-wrap{
	/*width:918px;*/
	margin: 20px 0px 40px 0px;
	padding:20px;
	background:#FFF;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}

.information-detail-wrap .desc {
	word-wrap: break-word;
}

.information-detail p.btns{
	/*padding-top:10px;
	/*border-top:1px dotted #000000;*/
	text-align:center;
}
#owner_info{
	word-break:break-all;
}
/*---------------------- quit-enquete ------------------------------*/
.quit-enquete{
	width:1000px;
	margin:20px auto 10px auto;
}
.quit-enquete .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	position:relative;
}
.quit-enquete .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.quit-enquete-wrap{
	width:878px;
	margin: 20px 0px;
	padding:40px 60px;
	background:#FFF;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;
}
.quit-enquete-wrap p.message{
	font-size:14px;
	font-weight:bold;
}

.quit-enquete-wrap p.quit-enquete-q{
	margin-bottom:20px;
}
.quit-enquete-wrap p.quit-enquete-q label{
	display:block;
	margin-bottom:10px;
}

.quit-enquete-wrap p.quit-enquete-q textarea{
	padding:5px;
	width:100%;
	height:100px;
	border:1px solid #CCCCCC;

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
}

.quit-enquete-wrap p.thanks{
	margin-bottom:40px;
	text-align:center;
	line-height:1.6em;
}
.quit-enquete-wrap p.btns{
	margin:0px;
	text-align:center;
}
.quit-enquete-wrap p.btns a{
	margin:0px 20px;
}
.quit-enquete .quit-enquete-q select{
	width:440px;
	font-size: 12px;
	padding: 6px;
	margin-top: 2px;
	outline:none;
	outline:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .quit-enquete .quit-enquete-q select{
	-webkit-appearance: none;
    background: url(../images/icon_select.gif) no-repeat right center;
	padding:8px 28px 8px 8px;

	border:4px solid #e6e6e6;
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);*/
    }
}


/*----------------------------- contact ----------------------------------*/
.contact{
	width:980px;
	margin:20px auto 10px auto;
}

.contact .sec-title{
	background-image: url(../images/bg_h1_01.gif);
	background-repeat: no-repeat;
	width:980px;
	margin-bottom:0px;
	position:relative;

}
.contact .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:10px 0 0px 12px;
}
.contact-wrap{
	/*width:950px;*/
	margin: 20px 0px 40px;
	padding:20px 24px;
	/*background:#FFF;*/
        /*
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
        */
	/*border-top: 1px solid #FFF;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #FFF;*/
}
.contact-wrap.no-padding {
    padding: 0;
}

.contact .message-list .indent{
    list-style-type: none;
}

.contact .message-list .list-margin {
    margin-top: 10px;
}

.contact-wrap ul.message-list{
	margin-bottom:40px;
	padding: 0 40px;
}

.contact-wrap .message-list-box {
    margin-bottom: 40px;
    padding: 20px;
}
.contact-wrap h2{
	background-image: url(../images/bg_h1_contact.gif);
	background-repeat: no-repeat;
	width:874px;
	margin-bottom:15px;
	position:relative;
	padding:10px 40px;

	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}

.contact-wrap .contact-table-wrap.promoter-contact-form table td,
.contact-wrap .contact-table-wrap.promoter-contact-form table td #q6 {
    width: 640px;
    max-width: 640px;
}

.contact-wrap .contact-table-wrap.inquiry-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-wrap .contact-table-wrap.inquiry-contact-form table td {
    width: 620px;
    max-width: 620px;
}

.contact-table-wrap{
	margin-bottom:10px;
	padding:0px 40px;
}

.contact-table-wrap table {
	table-layout: fixed;
}

.contact-table-wrap.promoter-contact-form table th,
.contact-table-wrap.inquiry-contact-form table th {
    font-weight: normal;
}

.contact-table-wrap.inquiry-contact-form textarea.content {
    margin-bottom: 3px;
}
.contact-wrap table{
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
.contact-wrap table .mdt{
	padding:.2em 1em .1em 1em;
	margin-left:10px;
	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/
	background:#d90000;
	color:#FFF;
}
.contact-wrap table th{
	padding:10px 0px;
    text-align:left;
	font-weight:bold;
}


.contact-wrap table td{
	/*width:640px;*/
	max-width: 640px;
	word-wrap: break-word;
	padding:10px 0px;
	text-align:left;
}
.contact-wrap table th.va-t{
	vertical-align:top;
}
.contact-wrap table td input{
	border: 1px solid #CCCCCC;
	/*border-radius: 4px 4px 4px 4px;*/
	padding: 12px;
	width:614px;
}
#q6{
	max-width: 628px;
	/*width:628px;*/
}
.contact-wrap table td input#q2-1{
	margin-right:36px;
}
.contact-wrap table td input#q2-1,
.contact-wrap table td input#q2-2{
	width:276px;
}

.contact-wrap table td select{
	font-size: 12px;
    outline: 0 none;
    /*padding: 6px;*/
    width: 640px;
}

.contact-wrap table td select.select-box-flat{
    width: auto;
}
.contact-wrap table td select#q8-1,
.contact-wrap table td select#q8-2,
.contact-wrap table td select#q8-3{
	/*width:177px;*/
	margin-right:10px;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .contact-wrap table td select#q8-1,
    .contact-wrap table td select#q8-2,
    .contact-wrap table td select#q8-3
    	/*-webkit-appearance: none;*/
        /* .section-title-text { */
            background: url(../images/icon_select.gif) no-repeat right center;
        	padding:8px 28px 8px 8px;
        	border:1px solid #e6e6e6;
        	/*border-radius:6px;
        	-webkit-border-radius:6px;
        	-o-border-radius:6px;
        	-moz-border-radius:6px;
        	text-shadow:
        		0px -1px 0px rgba(000,000,000,0.2),
        		0px 1px 0px rgba(255,255,255,1);*/

        /*}*/
    }


select#q4{
	/*font-size: 12px;
	padding: 6px;
	margin-top: 2px;
	outline:none;
	outline:0px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 select#q4{
	/*-webkit-appearance: none;*/
    /*background: url(../images/icon_select.gif) no-repeat right center;*/
	/*padding:8px 28px 8px 8px;*/

	/*border:1px solid #e6e6e6;*/
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);*/
    }
}

.contact-wrap table td span{
	margin-right:10px;
}

.contact-wrap table td textarea {
    border: 1px solid #CCCCCC;
    /*border-radius: 4px 4px 4px 4px;*/
    /*height: 100px;*/
    padding: 5px;
    width: 928px;
	margin-bottom:15px;
}
.contact-wrap table td p{
	margin-bottom:0px;
	color:#fe0000;
}

.contact-wrap table td p.text-attention {
    color: #E25454;
}

.contact p.btns{
	/*padding-top:20px;
	border-top:1px dotted #000000;*/
	text-align:center;
}
.contact p.btns a{
	margin:0px 20px;
}

.contact-wrap .content_header {
    font-weight: normal;
}

/*----- on/off button -----*/
.iPhoneCheckContainer {
  -webkit-transform:translate3d(0,0,0);
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iPhoneCheckLabelOn {
  color: white;
  background: url('../images/iphone-style-checkboxes/on.png?1284697268') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iPhoneCheckLabelOn span {
    padding-left: 8px; }
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url('../images/iphone-style-checkboxes/off.png?1284697268') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('../images/iphone-style-checkboxes/slider_left.png?1284697268') no-repeat;
  padding-left: 3px; }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url('../images/iphone-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('../images/iphone-style-checkboxes/slider_center.png?1284697268'); }

.iOSCheckContainer {
  position: relative;
  height: 27px;
  cursor: pointer;
  overflow: hidden; }
  .iOSCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iOSCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }
  .iOSCheckContainer, .iOSCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iOSCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iOSCheckLabelOn {
  color: white;
  background: url('../images/ios-style-checkboxes/on.png?1284697268') no-repeat;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 5px; }
  label.iOSCheckLabelOn span {
    padding-left: 8px; }
label.iOSCheckLabelOff {
  color: #8b8b8b;
  background: url('../images/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
  text-align: right;
  right: 0; }
  label.iOSCheckLabelOff span {
    padding-right: 8px; }

.iOSCheckHandle {
  display: block;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('../images/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
  padding-left: 3px; }

.iOSCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: url('../images/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }

.iOSCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: url('../images/ios-style-checkboxes/slider_center.png?1284697268'); }
.on_off label em{
	display:none;
}
*+html .on_off label em{

}


/** h2フォーム見出し **/

h2.form-label{
	padding-left:20px;
	font-size:14px;
    margin-bottom: 10px;
	font-weight:bold;
	color:#333333;
    text-align: left;
	background: url(../images/icon_arrow_d_orange.png) no-repeat left 4px;
}

/** フォーム注意書き **/
p.form-attention{
	padding-left:45px;
	font-size:11px;
	color:#666;
    text-align: left;
	background: url(../images/icon_atention_y.png) no-repeat 0px;
    margin-top: 10px;
}

/** validation **/
#error_messages, .error_messages{
    margin: 10px;
}

#error_messages ul{
    width: 978px;
    background:#FFD4E4;
    border:solid 1px #FF2600;
    margin: 10px auto;
    padding:15px 0;
    background-image: url(../images/icon_alert.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    display:block;
    color: #E25454;
}

#error_messages p{
    margin: 0px 10px 0px 51px;
}
#error_messages ul li{
    font-weight: normal;
    color: #E25454;
    padding: 0px 10px 0px 51px;
}
#error_messages ul li.title{
    font-size: 14px;
    font-weight: bold;
}

.error_messages ul{
    color: #E25454;
    border: 1px solid #F00;
    /*border-radius: 5px;*/
    background: url(../images/icon_alert.png) no-repeat 10px center;
    background-color: #FFEAF2;
    padding: 10px 10px 10px 60px;
    min-height: 30px;
    width: auto;
    margin: 0 auto;
}

/** メールアドレス登録有効期限切れ **/
#error_messages.non-icon ul{
    background-image: none;
}

#error_messages.non-icon ul li{
    padding: 0px 10px 0px 25px;
}

/** 下の▼ **/
.login-attention p.info-text{
    margin-top: 10px;
    text-align: center;
    /*color: #666;*/
    font-size: 14px;
    /*font-weight: bold;*/
}
.login-attention .down-arrow{
    width: 0;
    height: 0;
    border-top: 20px solid #CCC;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
}

/** テキストエリア装飾**/
.form-info textarea{
    width: 700px;
    height: 180px;
    line-height: 1.2em;
    font-size: 12px;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFF;
    border: 4px solid #e6e6e6;
    box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -o-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    -moz-box-shadow: 1px 1px 1px rgba(127,127,127,0.7) inset,-1px -1px 1px rgba(207,207,207,1) inset;
    */
}
#tour_title{
    width: 980px;
}

.event .event-title h1 strong,
.event-basic-info dd,
div.detail_ticket_table td.ticket_name,
div.detail_ticket_table td.ticket_detail,
.event-info figure table caption,
.event-info figure table thead th,
.event-info figure table tbody td,
.ticket-info .pricelist tbody td.fs,
.myticket-tickets_wrap table td  dl dd,
.todayticket-list dl dt,
#promoter-description{
	word-break:break-all;
}
#promoter-url{
	word-wrap:break-word;
}



/**
 * question css (faq css の差分)
 */
.question-sec-title {
    background-color:#393939;
	background-image: none !important;
	width:1000px;
	margin-bottom:0px;
	position:relative;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-o-border-radius:3px;*/
    display:inline-table;
}
.question-sec-title h1 {
    color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:6px 0 6px 12px;
}
.question-sec-title:after {
    display:block;
    clear:both;
    height:1px;
}
.question-sec-title span {
    float:left;
    background-color:#393939;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
}
.question-sec-title .question-q {
	width:70px;
	padding:5px 2px 5px 4px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-o-border-radius:3px;*/
}

.question-sec-title .question-str {
	width:896px;
	padding:5px 8px 5px 4px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
	-o-border-radius:3px;
    -moz-border-radius: 3px;*/
}
.question-sec-title .mdt{
	padding:2px 2px 2px 2px;
        margin: 0 0 0 4px;
	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/
	background:#d90000;
    font-size:12px;
	color:#FFF;
}

.question-textarea{
    width:940px;
}
.question-textarea textarea{
    width:940px;
}
.question-list .padding-wrapper{
    padding: 10px 20px;
}

.question-section .left-content {
    width: 15px;
    margin-top: 0;
}

.question-list .right-outer {
    width: 100%;
    margin-left: -25px;
}

.question-list .right-content {
    margin-left: 25px;
    margin-top: 1px;
    display: block;
}

.question-title {
    margin-right: 10px;
    margin-left: 10px;
}

.question-title .left-content {
    width: 20px;
    padding: 10px;
    margin-bottom: 0;
    padding-right: 0;
}

.question-title .right-outer {
    width: 100%;
    margin-left: -45px;
    padding: 10px;
    padding-left: 0;
}

.question-title .right-content {
    margin-left: 45px;
    display: block;
}

.question-list .question-q {
    margin-bottom: 5px;
}

/*-- 必須マークあり --*/
.question-title .right-outer.has-required {
    margin-left: -80px;
}

.question-title .right-outer.has-required .right-content{
    margin-left: 80px;
}

.question-title .has-required.left-content{
    width: 50px;
}



/* account info */
section.account_not_usable {
	width:1000px;
	margin:20px auto 20px auto;
}
section.attension-strong-display {
	/*width:1000px;*/
	margin:20px auto 20px auto;
    background-color: #FFEAF2;
    color: #F00;
}
.importance-with-icon {

	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/
	border:solid 1px #ee2f3c;
	color: #000;

    background: url("../images/icon_atention_27_27.png") no-repeat scroll 5px center #FFF;

	padding:9px;
	margin:15px 0 15px 0;
}
section.attension-strong-display .importance-with-icon{
	color: #F00;
    background: url("../images/icon_atention_27_27.png") no-repeat scroll 5px center #FFEAF2;
}


.importance-with-icon div {
	padding:0 0 0 28px;
}
.importance-with-icon a {
    text-decoration:underline;
}
.importance-attension-string-icon{
	padding:.2em 1em .1em 1em;
	/*border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;*/
	background:#d90000;
	color:#FFF;
}

/**
 * for receive index layout
 */
.right-box-link-area{
	/*width:1000px;*/
	margin:0 auto 106px auto;
}

section.right-box-link-area div{
    /*float:right;*/
    text-align: right;
	margin-right: 0;
	/*margin-top:-30px;*/

}
section.right-box-link-area div a{
    text-decoration:underline;
}
.box .qr-code-ticket-info{
    font-size: 12px;
}
.box .qr-code-ticket-info *{
    font-weight:bold;
}

.box .qr-code-info-area {
    width:500px !important;
}

/**
 * email input attension
 */
td.email-input-attension {
    color: #FF0000;
    font-size: 11px;
    height: auto
}

/**
 * birthday input attension
 */
.birthday-input-attension {
    clear:left;
    color: #FF0000;
    margin-top:5px;
    padding-top: 5px;
    font-size:11px;
}

/**
 * qrcode style config
 */
.qrcode-box-shadow-style{
    /*
	box-shadow: -1px -1px 2px rgba(255,255,255,0.7) inset,1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: -1px -1px 2px rgba(255,255,255,0.7) inset,1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow: -1px -1px 3px rgba(255,255,255,0.7) inset,1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: -1px -1px 3px rgba(255,255,255,0.7) inset,1px 1px 2px rgba(0,0,0,0.4) inset;
    */
}

#qrcode_display_area img {
    /*margin-top:5px;*/
}


.receive-ticket-area .info-text{
    margin: 10px;
}
.receive-ticket-area .info-text p.desc{
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    color: #666;
}

.receive-ticket-error-how-to img{
	width:940px;
}


/**
 * thanksメールのプルダウン
 */
.thanks-mail-wrap div {
    margin-top:20px;
    margin-bottom:20px;
}
.thanks-mail-wrap p {
    font-size:12px;
}
.thanks-mail-wrap select {
    font-size: 12px;
    outline: 0 none;
    /*padding: 6px;*/
    width: 640px;
}
.thanks-mail-wrap select.select-box-flat {
    width: auto;
}
.thanks-error-already-answered {
    font-size:16px;
}

/**
 * margin調整のための定義
 */
.margin-bottom-20 {
    margin-bottom:15px !important;

}

/**
 * for thanks mail top
 */
.importance-without-color{
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border:solid 1px #ee2f3c;

	/*background:#FFF;*/
	padding:10px;
	margin:15px 0 7px 0;
}


.manual-flow{
    height: 200px;
}

/*サンクス */
table.step_block{
    width: 160px;
    float: left;
}

table.step_block td{
    text-align: center;
}

table.step_block td.step_text{
    font-weight: bold;
    font-size: 12px;;
    height: 60px;
}

table.step_block th{
    text-align: center;
}
table.step_block .btn-flat {
    width: 130px;
}

.step_flow{
    margin: 80px 5px 20px 5px;
    float: left;
}

.input_email{
text-align:center;
}

/**
 * 決済一覧
 *
 */
.payment-types {
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;*/

	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;

	padding-bottom: 12px;
	margin-top: 20px;

}
.payment-types h2 {
	margin-left: -1px;
}
.payment-types p {
	margin-left: 12px;
}
.payment-types ul {
	margin-left: 36px;
	list-style-type: disc;
}
.payment-types .user-style {
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
}
.payment-types .user-style * {
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

/**
 * ぱんくずリスト
 *
 */
.bread-list, .bread-list img {
	width: 100%;
}
.bread-list{
	margin-bottom: 12px;
}
.bread-list.top{
    margin-top: 20px;
}
.bread-list .text-center {
	text-align: center;
}

/* enquete-info */
.enquete-info{
	width:1000px;
	margin:20px auto 10px auto;
}
.enquete-info .sec-title{
	background-image: url(../images/bg_h1_04.gif);
	background-repeat: no-repeat;
	width:1000px;
	position:relative;
}
.enquete-info .sec-title h1{
	height:31px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 2px 1px rgba(255,255,255,0.4);
	color:#3a3a3a;
	padding:10px 0 0px 12px;
}

.enquete-info .sec-title a{
	position:absolute;
	top:9px;
	right:19px;
}

.enquete-info > nav{
	text-align:center;
	display:block;
	margin:45px auto 50px auto;
	padding-top:19px;
	/*border-top:dotted 1px #000;*/
	width:1000px;

}
.enquete-info > nav p{
	font-size:14px;
}
.enquete-info > nav > ul{
	width:330px;
	margin:auto;
}
.enquete-info > nav > ul li{
	float:left;
	width:150px;
	display:block;
}
.enquete-info > nav > ul li:first-child{
	margin-right:30px;
}

.enquete-sec-title {
    background-color:#666;
	background-image: none !important;
	width:1000px;
	margin-bottom:0px;
	position:relative;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-o-border-radius:3px;*/
    display:inline-table;
}
.enquete-sec-title h1 {
    color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
	padding:6px 0 6px 12px;
}
.enquete-sec-title:after {
    display:block;
    clear:both;
    height:1px;
}
.enquete-sec-title span {
    float:left;
    background-color:#666;
	font-size:16px;
	font-weight:normal;
	text-shadow:1px 2px 1px rgba(0,0,0,1);
	color:#FFF;
}
.enquete-sec-title .question-q {
    padding:5px 5px 5px 10px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius:3px;*/
}

.enquete-sec-title .question-str {
    width:896px;
    padding:5px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius:3px;
    -moz-border-radius: 3px;*/
    word-break: break-all;
}
.enquete-sec-title .mdt{
    margin: 8px 5px 5px;
    float:left;
}

.enquete-textarea{
    width: 100%;
}
.enquete-textarea textarea{
    width: 100%;
}

.icon_mail_promoter{
    background: url("../images/mail_intbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 36px;
    width: 50px;
    float: right;
}

.icon_mail_user{
    background: url("../images/mail_outbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 36px;
    width: 50px;
    float: right;
}

.icon_mail_promoter_sm{
    background: url("../images/mail_intbox_sm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 34px;
    float: right;
}

.icon_mail_user_sm{
    background: url("../images/mail_outbox_sm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 34px;
    float: right;
}

.promoter_profile{
    word-break:break-all;
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-radius: 0;*/
    /*padding: 20px;*/
    height: 400px;
}

.promoter_profile div,.promoter_profile dl{
    margin-bottom:10px;
}

.promoter_profile dt{
    float:left;
    /*margin-right:10px;*/
    width:30px;
}
.promoter_profile dd{
    margin:5px;
}

.promoter_profile .cover_img{
    position: absolute;
    left: auto;
    top: 0;
    margin: 0 auto;
    /*width: 100%;*/
    /*height:400px;*/
    /*position:static;*/
    text-align:center;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    position: relative;
    overflow: hidden; 
}

.promoter_profile .logo_img{
    width:160px;
    height:160px;
    background-color: #fff;
    border: 1px solid #d9e0e0;
}

.promoter_profile .promoter_contents{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin: auto;
    width:980px;
    height:230px;
    padding-top:120px;
}

.promoter_profile .promoter_description{
    text-overflow:ellipsis;
    overflow:hidden;
    height:90px;
    width:100%;
    margin-top:5px;
    color:#fff;
}

.promoter_shadow{
	text-shadow: 0.05em 0.05em 3px #000000;
}

.ie8 .promoter_shadow{
	filter: glow(color=#000000,strength=0.5px);
}

/* event/promoter(主催者ページ) */

.event-info .state-tag{
    text-align:center;
    vertical-align:middle;
    color:#FFF;
    padding-top:1px;
    padding-bottom:3px;
    display: inline-block;
    margin:3px 5px 5px 20px;
}

.event-info .state-tag-1{
    background:#1E9B4F;
    width:90px;
    height:14px;
}
.event-info .state-tag-2{
    background:#000099;
    width:90px;
    height:14px;
}
.event-info .state-tag-3{
    background:#FF6600;
    width:90px;
    height:14px;
}
.event-info .state-tag-4{
    background:#54AFE1;
    width:90px;
    height:14px;
}
.event-info .state-tag-5{
    background:#999999;
    width:90px;
    height:14px;
}
.event-info .state-tag-6{
    background:#FF6600;
    width:90px;
    height:14px;
}
.event-info .state-tag-7{
    border:solid 2px #2A8D34;
    background:#FFF;
    color:#000;
    width: 86px;
    height: 10px;
}
.event-info .state-tag-8{
        background:#999999;
        width:90px;
        height:14px;
}
.event-info .state-tag-10{
        background:#999999;
        width:90px;
        height:14px;
}
.event-info .state-tag-11{
        background:#999999;
        width:90px;
        height:14px;
}

span.event_title{
    font-size: 20px;
    font-weight: bold;
    float:left;
    margin-left:10px;
}


div.notification_area{
    background-color: #fff;
    /*padding: 20px;*/
}

th.notification_header{
    /*background-color: #555;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #333;
    height: 25px;
    padding: 0 10px;
}

th.notification_header:first-child{
    border-left: 1px solid #ccc;
}

td.notification_body{
    background-color: #FFF;
    text-align: left;
    color: #424242;
    height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
}

.notification_row td.notification_body .name{
    float: left;
    margin-left: 10px;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notification_row td.notification_body.middle {
    word-wrap: break-word;
    width: 370px;
    max-width: 370px;
}

td.left{
    border-left: 1px solid #ccc;
}



tr.bg-glay td{
	background-color:#eeeeee !important;
        font-weight:normal;
}

div.tag-01 em{
    font-size:12px;
    color:#FFF;
    padding:6px 4px 4px 4px;
    background: #EECF66;

}
div.tag-02 em{
    font-size:12px;
    color:#FFF;
    padding:6px 10px 4px 10px;
    background: #19B5AF;

}

div.tag-03 em {
    font-size:12px;
    color:#FFF;
    padding:6px 10px 4px 10px;
    background: #ABA862;
}

/* --自分の場合は非表示に-- */
div.tag-04 {
	display: none!important;
}
.notification_row td.notification_body div.tag-04 + .name{
	width: 350px!important;
	margin-left: 0;
}
/* -- / 自分の場合は非表示に -- */

div.tag-04 em{
    font-size:12px;
    color:#FFF;
    padding:6px 10px 4px 10px;
    background: #666666;
}

.notification_title{
    font-weight: bold;
    font-size: 16px;
    word-wrap: break-word;
}

.plain-header_content{
    font-size: 25px;
    color: #888888;
    margin: 55px 0px;
    text-align: center;
}

.sub_info{
    margin: 20px 0 0 0;
}

.event_count{
    font-size: 13px;
    border: 1px solid #19B5AF;
    color: #19B5AF;
    padding: 3px 5px;
    margin-top: -35px;
    margin-left: 10px;
}

.dot_border{
    background-image: url(../images/event_list_dot_line.png);
    background-repeat: repeat-x;
}

.title_box{
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    margin-top: -73px;
    position: relative;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.title_box .title {
    /*ie8 ff*/
    word-break: break-all;
    /*chrome*/
    white-space:pre-wrap;
    color: #19B5AF;
}

.status_box{
    background-color: #fff;
    padding: 0px 10px 10px;
}

.status_box p{
    width: 188px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.status_box p.icon-min{
    height: auto;
    background-position: 1px 2px;
}

.event-list figure .status_box {
	height: 83px;
}

/*.event_place{
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 13px;
    color: #666;
}*/

/*.event_date{
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 15px;
    color: #666;
}*/

/*
.event_artist{
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #666;
}
*/

.event_artist span{
	display: inline-block;
}
.event_artist.bold {
    font-weight: bold;
}

.status_image{
    margin: 0px 0 5px 0;
    height: 20px;
}

.status_image img{
    border: none !important;
}

.no-content{
    height: 260px;
}

.no-content div img{
  display:block;
  margin: 50px auto 0px auto;

}

img.no-content-text{
    display: block;
    color: #aaa;
    margin: 20px auto;
}

hr.dot-line{
    height: 1px;
    border-top-style: none;
    border-top-width: 0;
    background-image: url("../images/promoter_info_dot_line.png");
    background-repeat: repeat-x;
}

.promoter_profile .profile-name {
    width: 645px;
    max-width: 645px;
    margin-top: 5px;
    margin-left: 20px;
    margin: 5px 0 0 20px;
    background-image: none;
    float: left;
    font-size: 18px;
    color: #333;
}

.promoter_profile .info-block {
    margin-right: 40px;
    float: left;
    margin-left: 10px;
}

.promoter_profile .info-block img{
    margin-top: 2px;
}

.promoter_profile .info-block span,
.promoter_profile .info-block a {
    line-height: 26px;
    display: inline-block;
}
.promoter_profile .info-block a {
    margin-top: 0px;
    display: inline-block;
    line-height: 26px;
}

.promoter_profile img {
    margin-right: 10px;
}

.promoter_profile img.no-content-text {
    margin: 0 auto !important;
}

.promoter_profile .promoter-sns-block {
    float: right;
    padding-top: 10px;
}

.promoter_profile .promoter-sns-block li {
    float: left;
    width: 100px;
    margin-left: 10px;
}

.promoter_profile .promoter-sns-block .mixi {
    margin-top: 2px;
    width: 60px;
}

.promoter_profile .promoter-sns-block li:first-child {
    margin-left: 0px;
}

/*--------- プリントボタン用 ---------- */

.btn-print,
.btn-close,
.btn-print-blue {
    color: transparent;
    display: block;
    height: 0;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
}

.btn-print {
    width: 100px;
    line-height: 24;
    padding-top: 24px;
    background-image: url("../images/btn_print.png");
}

.btn-close {
    width: 143px;
    line-height: 32px;
    padding-top: 32px;
    background-image: url("../images/btn_close_gray.png");
}

.btn-print-blue {
    width: 145px;
    line-height: 35px;
    padding-top: 35px;
    background-image: url("../images/btn_print_blue.png");
}

/*--------- セクションバー ---------- */
.inner-sec-bar {
    position: relative;
    width: 950px;
    height: 31px;
    margin-bottom: 12px;
    padding: 10px 0 0 12px;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 2px 1px rgba(0,0,0,1);
    color: #FFF;
    background: #3a3a3a;
    /*-webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    -o-border-radius:      3px;
    border-radius:         3px;*/
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:    1px 1px 1px rgba(0,0,0,0.3);
    -o-box-shadow:      1px 1px 1px rgba(0,0,0,0.3);
    box-shadow:         1px 1px 1px rgba(0,0,0,0.3);
}

.payment-types .inner-sec-bar {
    margin-left: -1px;
}

/* タイトルのスタイル
.normal-sec-bar {
    width: 988px;
    height: 31px;
    margin-bottom: 12px;
    padding: 10px 0 0 12px;
    background-image: url(../images/bg_h1_01.gif);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-shadow: 1px 2px 1px rgba(0,0,0,1);
}

.picup-event .normal-sec-bar {
    margin-top: 4px;
    margin-bottom: 16px;
}
*/

/*--------- セクションタブ ---------- */
.half-sec-tab {
    height: 28px;
    padding: 9px 0 0 12px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-shadow: 1px 2px 1px rgba(0,0,0,1);
    background-image: url(../images/bg_sns03.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

/*-- 画像がある場合 --*/
.half-sec-tab.contain-img {
    height: 37px;
    padding: 0;
}

/*-------------------------------
0件表示
-------------------------------*/
.empty-list{
    text-align:center;
    padding:20px 0 20px;
}

.empty-list strong{
    color:#C6C6C6;
    font-size:14px;
    font-weight:normal;
    display:block;
    padding:2px 0 0 0;
}

.empty-list p{
    color:#676767;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    padding:3px 0 10px 0;
}

/** force-canceled **/
.page-force-canceled{
    /*width:998px;*/
    margin:20px auto 10px auto;
    text-align: center;
    background:#FFF;

    /*border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;

    border-top: 1px solid #FFF;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #FFF;*/

}

#force-canceled, .force-canceled{
    margin: 10px;
}

#force-canceled ul{
    width: 640px;
    background:#FFD4E4;
    border:solid 1px #FF2600;
    margin: 10px auto;
    padding:15px 0;
    background-image: url(../images/icon_alert.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    display:block;
    color: #E25454;
}

#force-canceled .button{
    background: none;
    border:none;
    display: block;
    background-color: #707070;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#force-canceled ul li{
    font-weight: normal;
    font-size: 18px;
    color: #E25454;
    padding: 0px 70px 0px 70px;
}

#force-canceled ul li a{
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../../images_v2/pc/event/iconWeb.png);
    text-decoration: none;
    padding-left: 35px;
    height: 23px;
    line-height: 23px;
    margin-top: 3px;
    text-align: left;
    color: #ffffff;
}

#force-canceled ul li a.action_link{
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: none !important;
    text-decoration: none;
    padding-left: 0px !important;
    height: 23px;
    line-height: 23px;
    margin-top: 3px;
    text-align: left;
    color: #19b5af;
}

#force-canceled ul li a span:before {
    content: "";
    position: absolute;
    display: block;
    background-position: right center;
    background-image: url(../../images_v2/sp/common/arrowWhiteRight.png);
    -webkit-background-size: 5px 7px;
    background-size: 5px 7px;
    width: 5px;
    height: 7px;
    top: 50%;
    margin-top: -3px;
    right: 5px;
    /*behavior:url(../htc/PIE.htc);*/
}

#force-canceled ul li a span{
    font-size: 12px;
}


.promoter_contents .logo-promoter-outer {
  display: block;
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #fff;
  border: 1px solid #d9e0e0;
  margin-right: 10px;
}
.promoter_contents .logo-promoter-outer .logo-promoter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 160px;
  max-height: 160px;
  margin: auto;
  margin-right: auto!important;
  width: auto!important;
  height: auto!important;
  border: none!important;
}

/*-------------------------------
ページャー
-------------------------------*/
.event-list-pager{
    text-align:center;
    padding:20px 0 20px;
}

.event-list-pager span{
    display: inline;
    border: 1px solid #249da5;
    font-size: 140%;
    font-weight: bold;
    padding: 8px 16px;
    margin: 0 6px;
}
.event-list-pager span.my{
    color:#fff;
    background-color: #249da5;
}
.event-list-pager span.other{
    color:#249da5;
    background-color: #fff;
}
.event-list-pager span.other:hover{
    color: #fff!important;
    background-color: #249da5;
}
.event-list-pager span.one_left{
    border: none;
    color: #249da5;
    font-weight: bold;
    margin-right: 6px;
    background-image: url(../images/icon_arrow_left_green.png);
    background-repeat: no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    -webkit-background-position: center;
    -moz-background-position: center;
    background-position: center;
    height: 18px;
}
.event-list-pager span.one_right{
    border: none;
    color: #249da5;
    font-weight: bold;
    margin-left: 6px;
    background-image: url(../images/icon_arrow_right_green.png);
    background-repeat: no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    -webkit-background-position: center;
    -moz-background-position: center;
    background-position: center;
    height: 18px;
}
.event-list-pager span.none{
    border: none;
    color:transparent;
    font-weight: bold;
}
/* page login */
.pageTitle-login{
	margin-top: 50px;
}
#pageTitle-login {
	margin-bottom: 40px;
	margin-top: -1px;
}
#pageTitle-login section {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#pageTitle-login section h1.caption{
	text-align: center;
	font-size: 24px;
	margin-top: 40px;
}
