body{
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#002a57;
    color:#fff;/* 追加2013/11/28 */
    font-size:12px;
    line-height:1.4;
}

p,ul,li{margin:0; padding:0;}
ul{list-style-type:none;}

.container{
    width:980px;
    margin:0 auto;
}

.clear:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

.divider{
    height:1px;
    margin:20px 0;
    background:url(../img/divider.gif);
}

.bgimg,
ul.bgimg li a{
    display:block;
    text-align:left;
    text-indent:-9999px;
    background-repeat:no-repeat;
}

.topagetop{
    position:absolute;
    left:50%;
    bottom:0;
    width:980px;
    margin-left:-490px;
    text-align:right;
    padding-bottom:10px;
}

.topagetop img{
    vertical-align:middle;
    margin-right:4px;
}

a{
    color:#002a57;
}

a:hover{
    color:#990f0f;
}

.bgimg a:hover,
a.bgimg:hover{
    background-position:bottom;
}

a.witharrow{
    padding:1px 17px 0;
    background:url(../img/arrow_right.gif) no-repeat left center;
}

img.center{
    display:block;
    margin:0 auto;
}

#header{
    height:70px;
    background:url(../img/header_bg.gif) repeat-x bottom;
    color:#fff;
}

#header #header_logo{
    background-image:url(../img/header_logo.gif);
    width:277px;
    height:70px;
    float:left;
}

#header #header_control{
    width:690px;
    float:right;
    text-align:right;
}

#header .entrance,
#header .notloggedin{
    padding-top:28px;
}

#header .loggedin{
    padding-top:0;
}

#header #header_control ul{
    float:right;
}

#header .entrance ul{
    width:298px;
}
#header .loggedin ul{
    width:149px;
}
#header .notloggedin ul{
    width:327px;
}

#header #header_control ul li{
    float:left;
}

#header #header_control ul li a{
    margin-left:5px;
    height:34px;
}

#header .entrance ul li a,
#header .loggedin ul li a{
    width:144px;
}

#header .loggedin table{
    width:100%;
    border-collapse:collapse;
    height:31px;
}
#header .loggedin table tr td{
    text-align:right;
    line-height:14px;
}
#header .loggedin table tr td img{
    margin-right:6px;
    vertical-align:middle;
}

#header .notloggedin ul li a{
    width:104px;
}

#header #header_control ul li a#smartphone{
    background-image:url(../img/header_btn_smartphone.gif);
}

#header #header_control ul li a#english{
    background-image:url(../img/header_btn_english.gif);
}

#header #header_control ul li a#regist{
    background-image:url(../img/header_btn_regist.gif);
}

#header #header_control ul li a#login{
    background-image:url(../img/header_btn_login.gif);
}

#header #header_control ul li a#backtotop{
    background-image:url(../img/header_btn_backtotop.gif);
}

#header #header_control ul li a#logout{
    background-image:url(../img/header_btn_logout.gif);
}

#footer{
    color:#fff;
    height:85px;
}

#footer p.copy{
    clear:both;
    text-align:right;
    padding:28px 0 16px;
}

#footer a{
    color:#fff;
}

#footer a:hover{
    text-decoration:none;
    color:#ccc;
}

#footer ul{
    padding:12px 0 0 0;
}

#footer ul li{
    float:left;
    margin-left:8px;
    padding-right:8px;
    border-right:1px solid #fff;
}

#footer ul li.first{
    margin-left:0;
}

#footer ul li.last{
    border-right:none;
}

#body,
#body_n{/* 追加2013/11/28 */
    background:#fff;
    color:#262626;
    padding:20px 0 40px;
    position:relative;
}

#body .red{
    color:#990f0f;
}

#body table{
    width:100%;
    border-collapse: collapse;
}

#body table td,
#body table th{
    border:1px solid #c0c0c0;
    text-align:left;
    padding:8px 10px 6px;
}

#body table th{
    text-align:center;
    line-height:1;
    background:#002a57;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:8px 10px 4px;
}

td.left{
    text-align:left !important;
}

#body table .gray,
#body table .disabled{
    background:#f2f2f2;
}

#body table tr.blue th{
    background:#3666a6;
}

#body table tr.empty td{
    padding:1px;
}

#body #leftmenu{
    width:200px;
    float:left;
}

#body #rightcontents{
    width:750px;
    float:right;
}

#body h2{
    font-size:16px;
    line-height:1;
    margin:10px 0;
    color:#bb272d;
}

#body h3{
    font-size:14px;
    font-weight:bold;
    line-height:1;
    background:#002a57;
    margin:10px 0;
    color:#ffffff;
    padding:8px 12px 6px;
}

#body #leftmenu table{
    margin-bottom:15px;
}

#body #leftmenu table#calender{
    margin-bottom:5px;
}

#body #leftmenu table#calender td,
#body #leftmenu table#calender th{
    padding:4px 0;
    text-align:center;
    font-size:12px;
}

#body #leftmenu table#calender th{
    font-size:12px;
}

#body #leftmenu table#calender td{
    background:#fff;
}

#body #leftmenu table#calender th.sun{
    background:#990f0f;
}

#body #leftmenu table#calender td.sun,
#body #leftmenu table#calender td.sun a{
    color:#990f0f;
}

#body #leftmenu table#calender td.sun a:hover{
    color:#002a57;
}

#body #leftmenu table#calender caption{
    font-size:13px;
    line-height:1;
    font-weight:bold;
    text-align:left;
    padding-bottom:5px;
}

#body #leftmenu #prvMonth,
#body #leftmenu #nxtMonth{
    width:40%;
    font-size:10px;
    margin-bottom:5px;
}

#body #leftmenu #prvMonth{
    background:url(../img/calendar_arrow_left.gif) no-repeat left;
    padding-left:8px;
    float:left;
}

#body #leftmenu #nxtMonth{
    background:url(../img/calendar_arrow_right.gif) no-repeat right;
    padding-right:8px;
    float:right;
    text-align:right;
}

#body #leftmenu ul li{
    padding:2px 0;
}



/* entrance */

body#entrance #body #mainbtn{
    height:230px;
    background:url(../img/entrance_mainbtn_bg.gif) repeat-x top;
}

body#entrance #body #mainbtn ul{
    width:660px;
    margin:0 auto;
}

body#entrance #body #mainbtn ul li{
    float:left;
}

body#entrance #body #mainbtn ul li a{
    margin:35px 11px 0;
    height:160px;
    width:308px;
}

body#entrance #body #mainbtn ul li a#mainbtn_btn1{
    background-image:url(../img/entrance_mainbtn_btn1.gif);
}

body#entrance #body #mainbtn ul li a#mainbtn_btn2{
    background-image:url(../img/entrance_mainbtn_btn2.gif);
}

body#entrance #body #subbtn ul{
    width:690px;
    height:66px;
    margin:0 auto;
    padding:20px 0;
}

body#entrance #body #subbtn ul li{
    float:left;
}

body#entrance #body #subbtn ul li a{
    margin:0 2px;
    height:66px;
    width:226px;
}

body#entrance #body #subbtn ul li a#subbtn_btn1{
    background-image:url(../img/entrance_subbtn_btn1.gif);
}

body#entrance #body #subbtn ul li a#subbtn_btn2{
    background-image:url(../img/entrance_subbtn_btn2.gif);
}

body#entrance #body #subbtn ul li a#subbtn_btn3{
    background-image:url(../img/entrance_subbtn_btn3.gif);
}

body#entrance #body #banner{
    text-align:center;
    padding-bottom:20px;
}

body#entrance #entrance_read{
    text-align:center;
    font-size:16px;
    line-height:1;
    font-weight:bold;
    padding:5px 0 25px;
    color:#333333;
}

body#entrance table#entrance_table{
    width:770px;
    margin:0 auto;
}

body#entrance table#entrance_table th{
    text-align:left;
}

body#entrance table#entrance_table td{
    padding:4px 10px;
}

body#entrance table#entrance_table ul li{
    padding:4px 0;
}

body#entrance table#entrance_table ul li p.date{
    float:left;
    color:#67809a;
    font-weight:bold;
}

body#entrance table#entrance_table ul li p.txt{
    margin-left:7.5em;
}




/* salesstatus */

body#salesstatus #body .no_performance{
    padding:20px 0;
}

body#salesstatus #body #subhead{
    padding-bottom:15px;
}

body#salesstatus #body #subhead ul{
    height:76px;
    padding:10px;
    float:left;
    margin-right:5px;
}

body#salesstatus #body #subhead ul p{
    text-align:center;
    text-indent:0;
    font-weight:bold;
    line-height:20px;
}

body#salesstatus #body #subhead ul#subhead_btn1{
    background:#ffe5e5;
    width:334px;
}

body#salesstatus #body #subhead ul#subhead_btn2{
    background:#e1edfa;
    width:334px;
    padding:6px 10px 14px;
}

body#salesstatus #body #subhead ul#subhead_btn3{
    background:#f7ebf1;
    width:108px;
    padding:6px 10px 14px;
}

body#salesstatus #body #subhead ul#subhead_btn4{
    background:#f2ebce;
    width:108px;
    margin-right:0;
    padding:10px;
}

body#salesstatus #body #subhead ul li{
    float:left;
}

body#salesstatus #body #subhead ul li a{
    margin-right:5px;
    width:108px;
}

body#salesstatus #body #subhead ul li.last a{
    margin-right:0;
}

body#salesstatus #body #subhead ul#subhead_btn1 li a,
body#salesstatus #body #subhead ul#subhead_btn4 li a{
    height:76px;
}

body#salesstatus #body #subhead ul#subhead_btn2 li a,
body#salesstatus #body #subhead ul#subhead_btn3 li a{
    height:60px;
}

body#salesstatus #body #subhead ul li a#subhead_btn1_1{
    background-image:url(../img/salesstatus_subhead_btn1_1.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn1_2{
    background-image:url(../img/salesstatus_subhead_btn1_2.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn1_3{
    background-image:url(../img/salesstatus_subhead_btn1_3.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn2_1{
    background-image:url(../img/salesstatus_subhead_btn2_1.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn2_2{
    background-image:url(../img/salesstatus_subhead_btn2_2.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn2_3{
    background-image:url(../img/salesstatus_subhead_btn2_3.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn3{
    background-image:url(../img/salesstatus_subhead_btn3.gif);
}

body#salesstatus #body #subhead ul li a#subhead_btn4{
    background-image:url(../img/salesstatus_subhead_btn4.gif);
}


body#salesstatus #body #selected{
    margin-bottom:15px;
}

body#salesstatus #body #selected table{
    width:573px;
    float:left;
}

body#salesstatus #body #selected th{
    width:178px;
}

body#salesstatus #body #selected td{
}

body#salesstatus #body #selected p{
    float:right;
    width:390px;
    text-align:right;
    font-size:10px;
    line-height:1;
    padding:10px 0 0;
}

body#salesstatus #body #selected p img{
    margin-left:8px;
    vertical-align:middle;
}

#body table.list{
    margin-top:10px;
}

#body table.list td,
#body table.list th{
    padding:8px 6px 6px;
}

#body table.list th{
    font-size:12px;
}

#body table.list td{
    text-align:center;
    line-height:1.17;
    white-space:nowrap;
}

#body table.list td.name,
#body table.list td.status{
    text-align:left;
}

#body table.list td.name{
    width:26em;
    white-space:normal;
}

#body table.list td.syosai{
    width:6em;
    white-space:normal;
}
#body table.list td.status{
    width:135px;
}
#body table.list td.status p.pac{
    text-align:center;
    background:#bb272d;
    color:#fff;
    padding:3px 0 2px;
    margin-bottom:5px;
    line-height:1;
}

#body table.list tr.disabled td.status{
    text-align:center;
}

#body table.list td.status img{
    margin:0 4px 0 0;
    vertical-align:middle;
}

#body table.list td.status img.new{
    margin:0 0 0 4px;
}

#body table.list th{
    white-space:nowrap;
}

#body table.list td a.bgimg{
    width:70px;
    height:30px;
    margin:0 auto;
}

#body table.list td.reserve a{
    background-image:url(../img/salesstatus_btn_reserve.gif);
}

#body table.list td.reserve_pac a{
    height:40px;
    background-image:url(../img/salesstatus_btn_reserve_pac.gif);
}

#body table.list td.reserve{
    width:70px;
    height:30px;
}

#body table.list td.reserve_pac{
    width:70px;
    height:30px;
}

#body table.list td.reserve_gray{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#body table.list td.reserve_pac_gray{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_pac_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#body table.list tr.disabled td.reserve{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#body table.list tr.disabled td.reserve_pac{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_pac_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#body table.list tr.disabled td.reserve_gray{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#body table.list tr.disabled td.reserve_pac_gray{
    width:70px;
    height:30px;
    background-image:url(../img/salesstatus_btn_reserve_pac_disabled.gif);
    background-repeat:no-repeat;
    background-position:center center;
}


#body table.list td ul li{
    margin-bottom:10px;
}

#body table.list td ul li.last{
    margin-bottom:0;
}

#body table.list th.em4{
    width:4em;
}

#body table.list th.em5{
    width:5em;
}

body#salesstatus #nowonsale h2{
    float:left;
    line-height:1;
    padding-top:2px;
}

body#salesstatus #nowonsale a{
    width:212px;
    height:40px;
    background-image:url(../img/salesstatus_btn_nowonsale.gif);
    margin-left:11em;
}




/* purchaseresult */

#body .message_area{
    margin:35px 0;
    font-size:13px;
}

#body .message_area .left{
    float:left;
    width:719px;
    padding:0 20px 0 0;
    border-right:1px solid #c0c0c0;
}

#body .message_area .right{
    float:right;
    width:200px;
    padding:0 20px;
    text-align:center;
}

#body .message_area h2{
    color:#262626;
}

#body table.purchaseresult{
    margin:17px auto;
    width:520px;
}

#body table.purchaseresult th,
#body table.purchaseresult td{
    font-size:16px;
    font-weight:bold;
    padding:15px 15px 13px;
    text-align:center;
    border:3px solid #ffffff;
}

#body table.purchaseresult th{
    width:175px;
}

#body table.purchaseresult td{
    background:#f2f2f2;
}

#body #order_detail{
    border-top:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    padding:15px 0;
}

#body #order_detail .right .title{
    margin-bottom:5px;
    font-weight:bold;
    font-size:14px;
}

#body #order_detail .left .title{
    font-size:16px;
}

#body #order_detail .left p{
    font-weight:bold;
}

#body #order_detail .icon_tokyo,
#body #order_detail .icon_osaka{
    color:#ffffff;
    padding:2px 6px 1px;
    margin-right:5px;
    line-height:1;
    font-weight:normal;
    font-size:12px;
}

#body #order_detail .icon_tokyo{
    background:#3666a6;
}

#body #order_detail .icon_osaka{
    background:#a6376c;
}

#body #order_detail .left{
    float:left;
    width:680px;
    padding:0 0 0 10px;
}

#body #order_detail .right{
    float:right;
    width:240px;
    padding:0 20px;
    border-left:1px solid #c0c0c0;
}

body#purchaseresult #body #subhead ul li{
    float:left;
    width:115px;
    background:#b8c3e6 url(../img/arrow_right.gif) no-repeat right center;
    color:#ffffff;
    text-align:center;
    line-height:1;
    padding:15px 22px 13px 5px;
}

body#purchaseresult #body #subhead ul li.last{
    padding:15px 5px 13px 5px;
    background-image:none;
}

body#purchaseresult #body #subhead ul li.current{
    background-color:#990f0f;
}

body#purchaseresult #body table.list td.checkseat{
    width:96px;
}

body#purchaseresult #body table.list td a.bgimg{
    width:96px;
    height:26px;
    margin:0 auto;
}

body#purchaseresult #body table.list td.checkseat a{
    background-image:url(../img/purchaseresult_btn_checkseat.gif);
}

body#purchaseresult #body #control{
}

body#purchaseresult #body #control ul{
    width:595px;
    margin:40px auto 0;
}

body#purchaseresult #body #control ul li{
    float:left;
}

body#purchaseresult #body #control ul li a{
    margin:35px 11px 0;
    height:44px;
    width:195px;
    margin:5px 5px 5px 0;
}

body#purchaseresult #body #control ul li a#print{
    background-image:url(../img/purchaseresult_btn_print.gif);
}

body#purchaseresult #body #control ul li a#buyanother{
    background-image:url(../img/purchaseresult_btn_buyanother.gif);
}

body#purchaseresult #body #control ul li a#finish{
    background-image:url(../img/purchaseresult_btn_finish.gif);
    height:54px;
    margin:0;
}

body#purchaseresult #body .notice{
    background:#fffbe1;
    border:1px solid #c0c0c0;
    padding:10px 12px 8px;
    margin:10px 0 20px;
}




/* popup */

.popup_container{
    display:none;
}
.overall{
    position:absolute;
    top:0;
    left:0;
}
.popup_wrapper{
    position:relative;
}
.popup_content{
    position: relative;
    width:600px;
    margin:0 auto;
    background:#fff;
    border:2px solid #ccc;
    padding:20px;
    color:#000;
    line-height:1.5;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.popup_content .title{
    background:#990f0f;
    color:#fff;
    font-size:14px;
    line-height:1;
    padding:8px 12px 7px;
    margin-bottom:10px;
}

.popup_content ul.bgimg{
    width:380px;
    margin:20px auto 0;
}

.popup_content ul.bgimg li{
    float:left;
    height:40px;
    width:180px;
    margin-left:10px;
}

.popup_content ul.bgimg li a{
    height:40px;
    width:180px;
}

.popup_content ul.bgimg li a#back{
    background-image:url(../img/salesstatus_btn_back.gif);
}

.popup_content ul.bgimg li a#next{
    background-image:url(../img/salesstatus_btn_next.gif);
}



/* member */

body#member .sign{
    width:880px;
    padding:0 0 15px;
    margin:0 auto;
    background:url(../img/member_bg_sign_bottom.gif) bottom no-repeat;
}

body#member .sign h2{
    width:850px;
    height:23px;
    font-size:14px;
    font-weight:normal;
    line-height:1;
    padding:14px 15px 0;
    text-align:left;
    color:#666;
    margin:0;
    background:url(../img/member_bg_sign_top.gif);
}

body#member .sign .contents{
    padding:15px 15px 0;
    border-left:1px solid #cdcdd2;
    border-right:1px solid #cdcdd2;
}

body#member table#entrance_table th{
    text-align:left;
}

body#member table#entrance_table td{
    padding:15px;
}

body#member ul.membermenu_1{
    width:410px;
    margin:5px auto 0;
}

body#member ul.membermenu_1 li{
    margin-bottom:5px;
}

body#member ul.membermenu_1 li.left{
    float:left;
}

body#member ul.membermenu_1 li.right{
    float:right;
}

#body .LoginMember table {
    width:90%;
    margin: 0 auto;
}
#body .LoginMember td {
    color:#000000;
    border: none;
}

body#member .texAtt {
	border-left:4px solid #CC0014;
	padding-left:8px;
	margin-bottom:30px;
}

