@charset "shift_jis";


/** 全般
******************************/
* {
	margin: 0;
	padding: 0;
}
input.error {
	background: #fdd;
	border-color: red;
}
td.gray {
	background: #aaa;
}
.red {
	color: #FF0000;
}


/** 動的共通ヘッダ
******************************/
div.vvHeaderHeight {
	height: 170px;
	margin: 0 0 30px;
}
div.vvHeaderInWrapper {
	position: absolute;
    right: 0;
    left: 0;
	height: 163px;
	border-top: #000 32px solid;
	background-image: url(/shopping/v-varen/common/dynamic/include/header/img/header_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}
div.vvHeaderInWrapper div.vvHeaderIn {
	position: relative;
	width: 980px;
    margin: 0 auto;
}
div.vvHeaderInWrapper div.vvHeaderIn p.vvHeadTitle {
	position: absolute;
	top: -22px;
    left: 10px;
    line-height: 1;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
div.vvHeaderInWrapper div.vvHeaderIn p.vvLogo {
    position: absolute;
    top: 24px;
    left: 50px;
    margin-left: -59px;
    width: 101px;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap {
	text-align: right;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap a.shopName {
    position: absolute;
    left: 105px;
    top: 34px;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea {
	padding: 15px 0 0;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea p.leagueLogo {
	margin: 0 5px 8px;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea a.vvGoCartLink {
	position: relative;
	display: inline-block;
	width: 254px;
	padding: 6px 0 6px 20px;
	border: #0066b3 2px solid;
	border-radius: 4px;
	background: #0066b3 url(/shopping/v-varen/common/dynamic/include/header/img/header_ic01.gif) no-repeat 68px center;
	text-align: center;
    line-height: 1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea a.vvGoCartLink span {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 4px;
	background: #fff;
	border-radius: 10px;
	color: #0066b3;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea a.vvGoCartLink:hover {
	background: #fff url(/shopping/v-varen/common/dynamic/include/header/img/header_ic01_on.gif) no-repeat 68px center;
	color: #0066b3;
}
.vvHeadMainArea a:hover {
	opacity: .7;
}
div.vvHeaderInWrapper div.vvHeaderIn div.vvHeadMainAreaWrap div.vvHeadMainArea a.vvGoCartLink:hover span {
	background: #0066b3;
	color: #fff;
}
.vvHeadMainArea a img {
    top: 80px;
    position: absolute;
    right: 15px;
}


/** 動的共通フッタ
******************************/
div.vvFooterWrapper {
	margin: 50px 0 0;
}
div.vvFooterWrapper div#norton {
	display: none;
}
div.vvFooterWrapper div.vvSponsorArea {
	margin: 0 0 15px;
	text-align: center;
}
div.vvFooterInWrapper {
	position: absolute;
    right: 0;
    left: 0;
	height: 62px;
	padding: 15px 0 0;
	border-top: #000000 7px solid;
	background: #000000;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
div.vvFooterInWrapper p.vvOperatingCaption {
	margin: 0 0 5px;
	color: #FFFFFF;
}
div.vvFooterInWrapper ul.vvFootMenu li {
	display: inline-block;
	margin: 0 0 5px;
	border-right: #000 1px solid;
}
div.vvFooterInWrapper ul.vvFootMenu li:last-child {
	border-right: none;
}
div.vvFooterInWrapper ul.vvFootMenu li a {
	color: #FFF;
	text-decoration: none;
}
div.vvFooterInWrapper ul.vvFootMenu li a:hover {
	text-decoration: underline;
}


/** hogehogeHOGRERRRRRR
******************************/
.mainWrapper {
    margin: 15px auto;
    width: 950px;
}
.mainWrapper h2 {
    background: #0066b3;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    margin: 15px 0 30px 0;
	clear: both;
}
.mainWrapper .imageDESU {
    display: block;
    width: 201px;
    float: left;
}
.mainWrapper .imageDESU h3 {
    height: 40px;
    background: #666;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 39px;
	outline: 1px solid #ccc;
}
.mainWrapper .imageDESU img {
    width: 90%;
    display: block;
    margin: 10px auto;
}
.mainWrapper .imageDESU p {
    font-size: 13px;
}
.mainWrapper form {
    display: block;
    width: 100%;
}
.mainWrapper form table tr th,
.mainWrapper form table tr td {
    border: 1px solid #ccc;
    height: 40px;
	text-align: center;
}
.mainWrapper form table tr .inetline {
    display: none;
}
.mainWrapper form table tr .fanSex {
    width: 80px;
}
.mainWrapper form table tr .fanBirth {
    width: 160px;
}
.mainWrapper form table tr th {
    background: #666;
    color: #fff;
	font-size: 13px;
}
.mainWrapper form table tr td select {
    font-size: 14px;
    max-width: 300px;
    height: 33px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 4px;
}
.mainWrapper form table tr td.shirtName input {
    width: 140px;
}
.mainWrapper form table tr td.shirtNum input {
    width: 50px;
	text-align: center;
}
.mainWrapper form table tr td.fanBirth input {
	width: 130px;
}
.mainWrapper form table tr td.fanSex select {
	width: 70px;
}
.mainWrapper form table tr .vpassPareType {
	width: 50px;
}
.mainWrapper form table tr .vpassHope {
	width: 110px;
}
.mainWrapper form table tr td.vpassPareType {
	width: 50px;
}
.mainWrapper form table tr td.vpassPareName input {
	width: 140px;
}
.mainWrapper form table tr td.vpassArea select {
	width: 120px;
}
.mainWrapper form table tr td.vpassHope select {
	width: 80px;
}
.mainWrapper form table tr .fanBirth,
.mainWrapper form table tr .fanSex {
    display: none;
}
.mainWrapper .submitbtn {
    text-align: center;
}
.mainWrapper .attention {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 20px 40px;
}
.mainWrapper .attention ul li {
    list-style: none;
}
#errGuideBlock {
	display: none;
}
/*.mainWrapper .seatArea {
	width: 90%;
	height: 350px;
	margin: 10px auto 65px;
}*/
.mainWrapper .seatAreaSS {
	height: 505px;
}
.mainWrapper .stadiumArea {
    width: 90%;
    max-height: 250px;
    margin: 10px auto 65px;
}
.mainWrapper .reservedSeatSS {
	width: 82%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_ss.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatSS {
	height: 350px;
	margin-bottom: -51px;
	margin-left: 96px;
	margin-top: 11%;
}
.mainWrapper .reservedSeatS {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_s.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatS {
	height: 350px;
	margin-bottom: -22px;
	margin-left: 10px;
}
.mainWrapper .reservedSeatSA {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_sa.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainWrapper .reservedSeatSB {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_sb.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainWrapper .reservedSeatSC {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_sc.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainWrapper .reservedSeatVSS {
    width: 85%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_vss.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatVSS {
	height: 350px;
	margin-bottom: -16px;
	margin-left: 87px;
}
.mainWrapper .reservedSeatBoth {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_both.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mainWrapper .reservedSeatAMR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_amr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatAMR {
	height: 549px;
	margin-bottom: -148px;
	margin-left: 8px;
	margin-top: 12%
}
.mainWrapper .reservedSeatABR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_abr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatABR {
	height: 549px;
	margin-bottom: -106px;
	margin-left: 13px;
}
.mainWrapper .reservedSeatACR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_acr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatACR {
	height: 549px;
	margin-bottom: -278px;
	margin-left: 13px;
}
.mainWrapper .reservedSeatBMR {
    width: 72%;
    height: 110%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_bmr.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	margin-top: -2%;
}
.mainWrapper .seatArea .reservedSeatBMR {
	height: 549px;
	margin-bottom: -126px;
	margin-left: 144px;
	margin-top: 6%;
}
.mainWrapper .reservedSeatBBR {
    width: 73%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_bbr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatBBR {
	height: 549px;
	margin-bottom: -116px;
	margin-left: 145px;
	margin-top: 8%;
}
.mainWrapper .reservedSeatGR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_gr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .reservedSeatVR {
    width: 100%;
    margin-left: 3%;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/reservedseat_vr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.mainWrapper .seatArea .reservedSeatVR {
	height: 350px;
	margin-bottom: -128px;
	margin-left: 3px;
	margin-top: 146px;
}
.mainWrapper .stadiumSeatSS {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_ss.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainWrapper .stadiumSeatS {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_s.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainWrapper .stadiumSeatSA {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_sa.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainWrapper .stadiumSeatSB {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_sb.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainWrapper .stadiumSeatSC {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_sc.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainWrapper .stadiumSeatVSS {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_vss.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatAMR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_amr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatABR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_abr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatACR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_acr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatBMR {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_bmr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatBBR {
    width: 97%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_bbr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatGR {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_gr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainWrapper .stadiumSeatVR {
    width: 100%;
    height: 100%;
    margin-left: 8px;
    margin-right: auto;
    background: url('/shopping/goods/img/seasonseat/stadiumseat_vr.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

/** Vファーレン後で入力隠し対応 20190115
******************************/
.mainWrapper form table tr th.afterInput {
    display: none;
}

.mainWrapper form table tr td.afterInput {
    display: none;
}


/*共通*/
.mainWrapper  {
    display: block;
    width: 100%;
}
.mainWrapper #formBlock table tr th,
.mainWrapper #formBlock table tr td {
    border: 1px solid #ccc;
    height: 60px;
	text-align: center;
}
.mainWrapper #formBlock table tr td select {
    height: 33px;
}
.mainWrapper #formBlock .imageDESU {
	width:201px;
}
.mainWrapper #formBlock table tr .fanSex {
    width: 80px;
}
.mainWrapper #formBlock table tr .fanBirth {
    width: 160px;
}
.mainWrapper #formBlock table tr th {
    background: #666;
    color: #fff;
	font-size: 13px;
	font-weight: normal;
}
.mainWrapper #formBlock table tr th.itemName {
	width: 258px;
}
.mainWrapper #formBlock table tr td.itemName {
	font-size: 16px;
}
.mainWrapper .attention ul li {
	margin: 10px 0px;
}
.attention.forget {
    margin-top: 30px;
}
p.conf {
    font-size: 12pt;
	background: #333;
	color: #FFF;
	margin: -30px auto 15px auto;
	width: 50%;
	padding: 2px 0;
	border-radius: 30px;
}
aside.notes p label {
    display: block;
    margin: 40px auto;
    width: 300px;
    border: 1px dotted #ccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
}
aside.notes p label:hover {
    background-color: #fff993;
}


/*ユニフォーム*/
.mainWrapper #formBlock table tr td.shirtName input {
    width: 140px;
	border: 1px solid #999;
	border-radius: 4px;
}
.mainWrapper #formBlock table tr td.shirtNum input {
    width: 50px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 4px;
}
.mainWrapper #formBlock table tr td.uniformName {
	font-size:16px;
}
.mainWrapper #formBlock table th.afterInput {
    display: none;
}

/*** ユニフォーム山田追記（20230516） ***/
#uniform .please_input_info {
    background: #fb7638;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    height: auto;
    padding: 8px;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}

.normal_naireRadioLabel.is-active {
    border: 4px solid #ed6d35;
    background: #ffffff;
    border-radius: 5px;
    accent-color: #ed6d35;
    font-weight: bold;
    font-size: 26px;
    width: 45%;
}

.normal_naireRadioLabel {
    display: inline-block;
    background: #ffffff;
    padding: 15px 5px 10px 5px;
    border: solid 2px #aaa;
    border-radius: 5px;
    font-size: 26px;
    width: 45%;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.normalNaireNumber {
	font-weight: bold;
	font-size: 20px;
}

.normalNaireNumberInputForm {
    margin: 10px auto 20px auto;
    text-align: center;
}

#normalNaireNumberInput {
	border: 4px solid #ed6d35;
    background: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 25px;
    width: 80%;
    height: auto;
    padding: 10px 5px;
}

label[for="normalNaireNumberInput"] {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
    margin-left: 40px;
}

.normalNaireName {
	font-weight: bold;
	font-size: 20px;
}

.normalNaireNameInputForm {
    margin: 10px auto 10px auto;
    text-align: center;
}

#normalNaireNameInput {
	border: 4px solid #ed6d35;
    background: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 25px;
    width: 80%;
    height: auto;
    padding: 10px 5px;
}

label[for="normalNaireNameInput"] {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
    margin-left: 40px;
}

.naire_input_form {
    background: #ffffff;
    border-radius: 5px;
    width: 90%;
    margin: auto;
    padding: 5px;
    display: flex;
}

.normal_naireAttention {
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
}

.normalNaire_PreAttention {
	font-weight: bold;
	font-size: 15px;
}

#vvn_normalNaire_postMessageArea {
	background: #fdf5e6;
}


.normalNaire_imageDESU {
    position: relative;
    z-index: 1;
    flex-basis: 50%;
}
/*
.normalNaire_imageDESU p {
    font-size: 10pt;
    margin: 0 10px 10px 55px;
}
*/

.selectPlayerMessege {
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    /*margin-left: 25px;*/
}

.normalNaire_attentionBox ul li {
    line-height: 1.5;
    font-size: 15px;
}

.normalNaire_attentionBox {
    border-radius: 10px;
    background: #ffffff;
    padding:  15px;
    margin: 20px auto 20px auto;
    box-sizing: border-box;
    width: 80%;
    display: block;
}

.normalNaire_attentionBox p.att_tit {
    font-size: 16px;
    background: #4e4e4e;
    color: #ffffff;
    padding: 2px 0;
    text-align: center;
    margin: 0 0 15px 0;
    width: 25%;
    border-radius: 5px;
}

.redwordsentence {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}

.redwordsentence_attention {
	color: #ff0000;
	font-size: 15px;
}

.normal_marking_ranking {
	margin: 20px 0;
	cursor: pointer;
	width: 50%;
	display: block;
}

.js_modal_marking_ranking {
	z-index: 10002;
}

.js_modal_close_marking_ranking {
	border: solid 1px #CCCCCC;
	font-weight: bold;
    width: 80%;
    margin: 10px auto;
    padding: 0.6em;
    display: block;
    color: #ffffff;
    background: url(/shopping/i/sp/member/img/icon_arrow_wh_nx.svg) 94% center #666 no-repeat;
    background-size: 0.6em;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: initial;
    cursor: pointer;
}

.marking_ranking_top5_img {
	height: 700px;
	width: auto;
}

label[for="normalNaireAgree"] {
	display: block;
    width: 80%;
    border: 1px solid #008000;
    cursor: pointer;
    background: #008000;
    color: #ffffff;
    text-align: center;
    margin: auto auto 20px auto;
    padding: 5px;
    font-size: 20px;
}

.btn_in_cart_normalNaire {
    margin: auto;
    cursor: pointer;
    width: 50%;
}

.btn_in_cart_hidden_normalNaire {
    margin: auto;
    width: 50%;
}

input[type=radio].normal_naireRadio {
	display: none;
}

.normal_jsNaireInputSelect {
	padding: 5px;
	position: absolute;
	/* margin-left: 100px; */
}

.normal_jsNaireInputText {
    padding: 5px;
}

.modal_normal_content_msg{
    background: #ffff;
    left: 50%;
    padding: 10px 5px 3px 5px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 800px;
    overflow-y: auto;
    font-size: 13px;
    text-align: center;
    z-index: 10001;
}

.modal_bg.js_modal_marking_ranking_close{
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transform: scale(1);
    background: rgba(0,0,0,0.6);
    display: none;
}

#normal_overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    right: 0.0vw;
    background: rgba(0,0,0,0.6);
}

.normalNaire_imageDESU .naireName {
	text-align: center !important;
}

.normalNaire_imageDESU .naireNumber {
	text-align: center !important;
}

/*ファンクラブ*/
.mainWrapper #formBlock table tr td.fanName input {
	width: 170px;
	border: 1px solid #999;
	border-radius: 4px;
}
.mainWrapper #formBlock table tr td.fanNumber input[type="text"] {
	width: 140px;
}
.mainWrapper #formBlock table tr td.fanBirth input {
	width: 130px;
}
.mainWrapper #formBlock table tr td.fanSex select {
	width: 70px;
}
.mainWrapper #formBlock table tr .fanBirth,
.mainWrapper #formBlock table tr .fanSex {
    display: none;
}


/*Vパス*/
.mainWrapper #formBlock table tr .vpassPareType {
	width: 50px;
	font-size: 16px;
}
.mainWrapper #formBlock table tr .vpassHope {
	width: 110px;
}
.mainWrapper #formBlock table tr td.vpassPareType {
	width: 50px;
}
.mainWrapper #formBlock table tr td.vpassPareName input {
	width: 140px;
}
.mainWrapper #formBlock table tr td.vpassArea select {
	width: 120px;
}
.mainWrapper #formBlock table tr td.vpassHope select {
	width: 80px;
}
.mainWrapper #formBlock .vpass.imageDESU {
	width: 200px;
}
.mainWrapper #formBlock table tr td.vpassPareName.Sinki input {
	width: 140px;
}
.mainWrapper #formBlock table tr .vpassName.Sinki input {
	margin: 5px auto;
}
.forgetNumber,
.forgetNumberP,
.forgetNumberC {
	cursor: pointer;
	font-size: 14px;
}
label.forgetNumber {
    display: block;
}
label.forgetNumberP {
    display: block;
}
label.forgetNumberC {
    display: block;
}
.mainWrapper #formBlock table tr td.forgetNumberC {
	width:60px;
}
.mainWrapper #formBlock table tr td.forgetNumber input {
	margin:5px auto;
}
.mainWrapper #formBlock table tr td.forgetNumberC input {
	margin:5px auto;
}
div.attention li.strong {
    font-weight: bold;
}
.mainWrapper #formBlock table tr td.forgetNumberP {
	width: 60px;
}
.mainWrapper #formBlock table tr td.forgetNumberC {
	width: 60px;
}


/*ユニフォーム後日入力*/
.mainWrapper.after {
    width: 950px;
}
@media screen and (max-width: 770px){
	div#dynamicPageWrapper,
	div#staticPageWrapper {
		width: 100%;
	}
	div.vvHeaderInWrapper div.vvHeaderIn {
		width: 100%;
	}
	.vvHeadMainAreaWrap a.shopName img {
		display: inline-block;
		width: 360px;
	}
	.mainWrapper #formBlock .imageDESU {
		width: 145px;
	}
	.mainWrapper .imageDESU h3{
		font-size:13px;
	}
}


/* 0328追記 */
.clearfix::after {
    content: "";
    display: block;
    height: 30px;
    clear: both;
}
.fl {float: left;}
.tac {
	text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mb20 {margin-bottom: 20px;}
.naireWrap {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.naireBox {
	display: flex;
	margin-top: 20px;
	margin-bottom: 50px;
}
.naireTitle {
	background: #0066b3;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 8px;
	border-radius: 5px;
}
.naireBoxLeft {
	flex-basis: 40%;
	position: relative;
}
.naireBoxRight {
	flex-basis: 55%;
	padding-top: 5px;
}
.naireBoxLeftImg {
	max-width: 300px;
	max-height: 300px;
}
.vpassImg01,
.vpassImg02 {
	position: relative;
	margin-bottom: 10px;
}
.sampleTitle {
	text-align: left;
	padding-left: 50px;
}
.ImgAttention {
	font-size: 10pt;
	text-indent: -14px;
	padding: 5px 0 0 14px;
}
.naireName {
	display: inline-block;
	width: 10em;
	position: absolute;
  	top: 160px;
  	left: 50%;
	margin-left: -5em;
}
.naireNumber {
	font-size: 80px;
	font-family: arial;
	position: absolute;
	top: 158px;
	margin-top: -110px;
	left: 38%;
	right:38%;
}
.naireFunName {
    display: none; 
	position: absolute;
	top: 122px;
	left: 58%;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}
.naireFunNum {
    display: none;
	position: absolute;
	top: 122px;
	left: 32%;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}
.forgetNumberCheck {
	margin-right: 5px;
  vertical-align: -1px;
  margin-left: 10px;
}
.nairePassName {
    display: none;
	position: absolute;
	top: 120px;
	left: 56%;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}
.nairePassName01,
.nairePassName02 {
	display: none;
	position: absolute;
	top: 148px;
	left: 56%;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}
.nairePassNum {
    display: none;
	position: absolute;
	top: 120px;
	left: 31%;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}
.nairePassNum01,
.nairePassNum02 {
	display: none;
	position: absolute;
	top: 148px;
	left: 31%;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}
.naireInputTable {
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	border-collapse: collapse;
}
.mainWrapper #formBlock .naireInputTable tr th {
  width: 135px;
	font-size: 16px;
	line-height: 1.3;
	padding: 5px;
	box-sizing: border-box;
}
.mainWrapper #formBlock .naireInputTable tr td {
  padding: 8px 20px;
	text-align: left;
}
.mainWrapper #formBlock .naireInputTable tr td.tac {
	text-align: center;
}
.naireRadio {
	vertical-align: -1px;
	margin-right: 4px;
	margin-left: 8px;
}
span.Imagebtn01,span.Imagebtn02{
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 10pt;
	padding: 0 5px;
	margin: 0;
	cursor: pointer;
	background: #EEE;
}
span.Imagebtn01:hover,span.Imagebtn02:hover{
	background: #fde08b;
}
.naireTextBox,
.naireSelectBox {
	height: 38px;
	line-height: 30px;
	padding: 2px 10px;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.naireSelectBox {
	max-width: 300px;
}
.naireAttention {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
.nairePreAttention {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.naireNotice {
	font-size: 14px;
	background: #fffbdf;
    border: 1px solid #ccc;
	padding: 16px 20px;
	margin: 0 auto 40px auto;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	width: 90%;
}
.naireNoticeTitle {
	margin-bottom: 10px;
}
.naireNoticeMsg {
	text-align: left;
}
.naireLabelHorizontal + .naireLabelHorizontal {
	margin-left: 10px;
}
.naireRadioLabel {
	display: inline-block;
	background: #f2f2f2;
	padding: 10px 16px 10px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: pointer;
}
.naireNoticeConfirm {
	display: block;
    margin: 10px auto 30px auto;
    width: 300px;
    border: 1px dotted #ccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.naireNoticeConfirm:hover {
	background-color: #fff993;
}
.naireNoticeConfirm label{
	cursor: pointer;
}
.naireRadioLabel.is-active {
	border: 1px solid #ff5858;
	background: #fde08b;
}
.naireMethod {
	padding: 20px;
}
.naireItemBox {
	margin: 25px 50px 0 40%;
}
.naireItem {
	display: table;
	width: 100%;
	table-layout : fixed;
	box-sizing: border-box;
}
.naireItem dt,
.naireItem dd {
	display: table-cell;
	border: solid #ccc;
	padding: 8px 20px;
	height: 60px;
	vertical-align: middle;
	border-width: 1px 1px 1px 0;
	box-sizing: border-box;
}
.naireItem dt {
	width: 135px;
	text-align: center;
	background: #666;
	color: #fff;
}
.naireItem dd {
	max-width: 412px;
}
table.vpass .naireTextBox {
	width: 170px!important;
	border: 1px solid #999;
}

/* カートへ進む */
div.btn_in_cart,
div.btn_in_cart_jidoukeizoku {
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
div.btn_in_cart_hidden,
div.btn_in_cart_hidden_jidoukeizoku {
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
div.btn_in_cart_vv {
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
div.btn_in_cart_hidden_vv{
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
div.btn_in_cart_tour {
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
div.btn_in_cart_hidden_tour{
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}
#btn_in_cart_pre_vpass{
	width: 33%;
}
#btn_in_cart_pre_vpass_cart{
	width: 33%;
	background: darkblue;
}

#a_cart_in{
	color: #fff;
	font-size: 16px;
	text-decoration:none;
}
/* 希望エリア・座席選択サブ画面用 */
#a_input_sub{
    color: #fff;
    font-size: 16px;
    text-decoration:none;
    padding: 13px 65px;
}
.naireInputTableArea {
    /* width: 33%; */
    font-size: 16px;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 auto;
}
.mainWrapper #formBlock .naireInputTableArea tr th {
  width: 135px;
    font-size: 16px;
    line-height: 1.3;
    padding: 5px;
    box-sizing: border-box;
}
.mainWrapper #formBlock .naireInputTableArea tr td {
  padding: 8px 20px;
    text-align: left;
}
button.btn_in_sub {
    background: #f80000;
    display: inline-block;
    margin: auto;
    padding: 0 55px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    border-radius: 8px;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
}
.modal{
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal_bg{
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    z-index: 10000;
    transform: scale(1);
}
.modal_content{
    background: #ffff;
    left: 50%;
    padding: 10px 5px 3px 5px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 80%;
    overflow-y: scroll;
    font-size: 13px;
    /* font-weight: bold; */
    text-align: center;
    z-index: 10001;
}
.modal_content_msg{
    background: #ffff;
    left: 50%;
    padding: 10px 5px 3px 5px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 45%;
    overflow-y: auto;
    font-size: 13px;
    /* font-weight: bold; */
    text-align: center;
    z-index: 10001;
}

.block_tac_area {
    display:inline-flex;
}

.btn_in_sub {
    margin-left: 50px;
}

.naireItemSeat {
    display: inline-table;
    width: 61%;
    table-layout : fixed;
    box-sizing: border-box;
}
.naireItemSeat dt,
.naireItemSeat dd {
    display: table-cell;
    border: solid #ccc;
    padding: 8px 20px;
    height: 60px;
    vertical-align: middle;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
}
.naireItemSeat dt {
    width: 135px;
    text-align: center;
    background: #666;
    color: #fff;
}
.naireItemSeat dd {
    max-width: 412px;
}

.submitbtn2 {
    background: #f80000;
    display: inline-block;
    margin: auto;
    padding: 0 55px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    border-radius: 8px;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    right: 0.0vw;
    background: rgba(0,0,0,0.6);
}
#overlay2{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:120%;
    display: none;
    right: 0.0vw;
    background: rgba(0,0,0,0.6);
}
#overlay3{
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
    height:120%;
    display: none;
    right: 0.0vw;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.goods_zaseki_list01 {
    display: flex;
    justify-content: space-between;
}

.goods_zaseki_list02 {
    display: flex;
    justify-content: space-between;
}

.goods_cancel_btn {
    display: block;
    width: 75px;
    height: auto;
    background: #BBBBBB;
    border-radius: 20px;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.25em;
    padding: 2px;
    cursor: pointer;
    margin-right: auto;
    margin-left: 20px;
}

.sentaku_setumei {
    margin: 0 auto;
    margin-top: 30px;
    width: 55%;
    clear: right;
    /* text-align: right; */
}

#continue-reserve {
	background: #0151ce;
	display: inline-block;
	margin: auto;
	padding: 0px 26px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}

.movecart {
	background: #f80000;
	display: inline-block;
	margin: auto;
	padding: 0px 45px;
	height: 50px;
	color: #fff !important;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}

.movelp {
	background: #f1c400;
	display: inline-block;
	margin: auto;
	padding: 0px 45px;
	height: 50px;
	color: #fff !important;
	text-decoration: none;
	line-height: 50px;
	border-radius: 8px;
	font-size:18px;
	font-weight: bold;
	cursor: pointer;
}

.ssbackground{
	margin-top:20px;
	background:#ffe0ad;
	border-radius:10px;
	padding: 2px 15px;
}

.sskyoucyou {
	background:yellow;
	font-weight: bold;
	font-size:15px;
	text-align:left;
}

.ssnomalment{
	text-align:left;
}

.ssblue{
	color:#0151ce;
	font-weight: bold;
}

.ssred{
	color:#FF0000;
	font-weight: bold;
}

.ssyellow{
	color:#f1c400;
	font-weight: bold;
}

.ssnomalment2{
	text-align:left;
	margin-top:10px;
}

.ssment {
	text-align:left;
}

.radioAreaClass input {
	width: 20px !important; 
}

.tour_cart_in_title{
	font-size:20px;
	font-weight: bold;
}

.normal_jsNaireInputSelect select {
	font-size: 20px !important;
	border: solid 4px #ed6d35;
	border-radius: 3px;
	height: auto;
	width: 50%;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

button.btn_in_sub_close {
    background: #757575;
    display: inline-block;
    margin: auto;
    padding: 0 55px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    border-radius: 8px;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
}

.goods_zaseki_24kaizoe {
	color:red;
	margin-bottom: 11px;
}
