@charset "utf-8";
/* CSS Document */

/* メイン  
-------------------------------------------------------------------------------- */ 



/* タイトル  
---------------------------- */ 

.main h2{
	font-size:100%;
	line-height:120%;
	margin:0px 0px 0px 10px;
}

.main h2.ticket-info-head {
	margin:0px 0px 5px 10px;
}

#img{
	width:716px;
	height:auto;
	margin:5px auto 25px;
}

#img img{
	margin:5px 0px 10px 0px;
}

#img p#img_txt{
	color:#000000;
	width:716px;
	text-align:right;
	font-size:93%;
	font-weight:normal;
	margin:0;
}

.ticket_tbl{
	width:716px;
	margin:0 auto 10px;
	border-collapse:collapse;
}

.ticket_tbl th, .ticket_tbl td {
	font-size:100%;
	line-height:1.4;
	vertical-align:middle;
	border:1px solid #CCC;
	padding:6px;
}

.ticket_tbl th {
	font-weight:bold;
	background-color:#ededed;
	text-align:center;
}

.ticket_tbl td {
	text-align:left;
}

.ticket_tbl .txt-r {
	text-align:right;	
}

.ticket_tbl .txt-c {
	text-align:center;
}

.ticket_tbl #code {
	width:24%;
}

.ticket_tbl #advance-price {
	width:24%;
}

.ticket_tbl #today-price {
	width:24%;
}

.main ul{
	margin:0px 0px 20px 10px;
}

.main ul li{
	font-size:93%;
	line-height:140%;
	list-style-type: none;
}

.main p{
	font-size:100%;
	font-weight: bold;
	margin:0px 0px 0px 10px;
	color:#ff1f00;
}

.main dl{
	font-size:100%;
	margin:0px 0px 0px 10px;
}

.main dl dt{
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	background:url(../img/common/icon01.gif) no-repeat left center;
}

.main dl dd{
	margin:0px 0px 15px 15px;
	line-height:160%;
	font-weight:normal;
}

.main dl dd a{
	cursor: pointer;
	font-weight:normal;
}

.main dl dt a{
	text-decoration: underline;
	cursor: pointer;
}

.main dl dt.sp03{
	margin:0px 0px 15px 0px;
}

.main dl dd b a{
	cursor: pointer;
	font-weight:normal;
}

form#mailform #doc04_label {
	margin-bottom: 1em;
}



/* サイド  
-------------------------------------------------------------------------------- */ 

.side dl dt.daylist_dt{
		
}
.side dl dd.daylist{
	background:url(../img/common/icon01.gif) no-repeat left center;
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 15px;
	color:#333;
}

.side dl dd.daylist_last{
	background:url(../img/common/icon01.gif) no-repeat left;
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 15px;
	color:#333;
	
}
