@CHARSET "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	margin: 0px;
	background: #E4E4E4;
	color: rgb(0, 0, 0);
}

div#wrapper {
	margin: 0 auto;
	font-familyt: none;
	width: 1000px;
	background: #FFFFFF;
}

/** ヘッダ */
div#header {
	margin: 0px 0pt;
	width: 1000px;
	border-top: 5px solid #1F4064;
	border-bottom: 5px solid #1F4064;
	height: 70px;
}

div#headerLogo {
	float: left;
	width: 500px;
	height: 70px;
}

div#headerButton {
	float: right;
	width: 500px;
	height: 70px;
}

div#menubar {
	clear: both;
	margin: 0px 0pt;
	background-image: url("../img/menu_bg.png");
	background-repeat:repeat-x;
	width: 1000px;
	height: 43px;
}

div#main {
	width: 1000px;
}

div#flow {
	clear: both;
	width: 1000px;
}

div.step-block {
	float: left;
	width: 112px;
	height: 30px;
	border: 2px solid #1B3280;
	text-align: center;
	line-height: 30px;
	font-style: normal;
	font-size: 10pt;
	background: url("../img/reset.png");
}

/** ページ見出し */
div#subtitle {
	clear: both;
	width: 975px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 10px solid #A00E15;
	border-bottom: 2px solid #A00E15;
	background-color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 1.2em;
}

/** 項目見出し */
div#sectiontitle {
	clear: both;
	width: 975px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 10px solid #009999;
	border-bottom: 2px solid #009999;
	background-color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 1.2em;
}

/** テーブル見出し */
div.table-title {
	clear: both;
	width: 574px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 15px;
	border-left: 10px solid #000099;
	background-color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 1.2em;
	margin:0 auto;
}

/** メッセージエリア */
div.msgArea {
	padding-left: 20px;
}

/** センタリングボックス */
div.centerBox {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

/** テーブルスクロール **/
div.tableScroll {
	border: 1px #000000 solid;
	margin: 10px auto;
	width: 950px;
	height: 500px;
	overflow:auto;
}

/** 会員情報テーブル */
table.membinfo {
	text-align: left;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
	width: 800px;
	border-collapse: separate;
}

td.td-left {
	width: 165px;
	padding: 10px;
	padding-left: 10px;
	background: #6699FF;
	color: white;
}

td.td-right {
	padding: 10px;
	background: #ADD6FF;
}

/** 公演一覧テーブル */
table.actselect {
	width: 950px;
	margin: 0 auto;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.actselect th {
	padding: 5px;
	border: #000000 solid;
	border-width: 0 0 1px 1px;
	background: #ADD6FF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table.actselect td {
	padding: 5px;
	border: 1px #000000 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

/** 手数料一覧テーブル */
table.commission {
	width: 950px;
	margin: 0 auto;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.commission th {
	padding: 5px;
	border: #000000 solid;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
    border-top: 1px solid;
    border-left: 1px solid;
	background: #ADD6FF;
	font-weight: bold;
	line-height: 120%;
	text-align: left;

}

table.commission td {
	padding: 5px;
	border: 1px #000000 solid;
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
    border-top: 1px solid;
    border-left: 1px solid;
	text-align: left;
}

/** 公演情報サイドテーブル */
table.side {
	width: 197px;
	margin: 0 auto;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
}

table.side th {
	padding: 5px;
	border: #000000 solid;
	border-width: 0 0 1px 1px;
	background: #ADD6FF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table.side td {
	padding: 5px;
	border: 1px #000000 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

/** 公演テーブルモバイル用 */
table.smartphone {
/*	width: 197px; */
	margin: 0 auto;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
}

table.smartphone th {
	padding: 5px;
	border: #000000 solid;
	border-width: 0 0 1px 1px;
	background: #ADD6FF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table.smartphone td {
	padding: 5px;
	border: 1px #000000 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}


.hover {
	background: #ADD6FF;
}

/** フッター */
div#footer {
	text-align: center;
	background: #FFFFFF;
	color: #000000
}

/** フッターのリンク */
.flink {
	text-decoration: none;
	cursor: pointer;
	color: #0000FF
}

.link {
	text-decoration: none;
	cursor: pointer;
	color: #0000FF
}

input[type="submit"] {
	cursor: pointer;
}

/** 水平線、区切り線 */
hr.line {
	color: #1F4064;
	border: medium none;
	width: 100%;
	height: 2px;
	background-color: #1F4064;
}

span.feat {
	color: #FF0000;
	font-weight: bold;
}

span.att {
	color: #FF0000;
	font-weight: bold;
}

/** チケットの購入ボタン */
.buy_button {
	width: 300px;
	height: 46px;
	font-size: 20pt;
	font-weight: bold;
	background: url("../img/buy.png");
}

.buy_button:hover {
	background: url("../img/buy_h.png");
}

.buy_button2 {
	width: 75px;
	height: 30px;
	font-size: 15pt;
	font-weight: bold;
	cursor: pointer;
	background: url("../img/buy.png");
}

.buy_button2:hover {
	cursor: pointer;
	background: url("../img/buy_h.png");
}

.buy_button3 {
	width: 75px;
	height: 30px;
	font-size: 15pt;
	font-weight: bold;
}

label:hover{
	cursor: pointer;
	text-decoration: underline;
}

/** リセットボタン */
.reset_button {
	height: 30px;
	width: 280px;
	font-size: 1em;
	color: white;
	background: url("../img/reset.png");
	float: right;
	margin-top: 0.5em;
	margin-right: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

.reset_button:hover {
	background: url("../img/reset_h.png");
}

/** メニューバーのリスト */ /* General */
#cssdropdown,#cssdropdown ul {
	list-style: none;
	font-size: 12pt;
}

#cssdropdown,#cssdropdown * {
	padding: 0;
	margin: 0;
}

/* Head links */
#cssdropdown li.headlink {
	float: left;
	margin-left: -1px;
	border: 1px black solid;
	background-color: #e9e9e9;
	text-align: center;
}

#cssdropdown li.headlink a {
	display: block;
	padding: 15px;
	font-size: 12pt;
}

/* Child lists and links */
#cssdropdown li.headlink ul {
	display: none;
	border-top: 1px black solid;
	text-align: left;
}

#cssdropdown li.headlink:hover ul {
	display: block;
}

#cssdropdown li.headlink ul li a {
	padding: 5px;
	height: 17px;
	font-size: 12pt;
}

#cssdropdown li.headlink ul li a:hover {
	background-color: #333;
	font-size: 12pt;
}

/* Pretty styling */
#cssdropdown a {
	color: black;
	font-size: 12pt;
}

#cssdropdown ul li a:hover {
	text-decoration: none;
}

#cssdropdown li.headlink {
	background-color: white;
}

#cssdropdown li.headlink ul {
	background-position: bottom;
	padding-bottom: 10px;
}

.notes-title {
	background-color: #1F4064;
	color: white;
	width: 200px;
	padding: 5px;
}

.notes-body {
	margin-top: 0px;
	border: 2px solid #1F4064;
	width: 800px;
	padding: 10px;
}

/* カード情報関係 */
table.cardList {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}

/** クレジットカードロゴ */
.cardLogo {
	max-width: 100px;
	height: 24px;
}

/** 3Dセキュアロゴ */
.cardLogo2 {
	max-width: 72px;
	height: 54px;
}

div.description {
	padding: 20px 40px;
	text-align: left;
}

/** よくある質問 */
div.answer {
	padding-left: 20px;
}

div.question {
	color: #006699;
	font-weight: bold;
	line-height: 140%;
}

div.question-link {
	cursor: pointer;
}

div.question-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

pre {
	font-size: 14px;
	line-height: 130%;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}

ul {
	word-wrap: break-word;
}
