@charset "UTF-8";
/**
 :タイトル "検索iframe内調整";
 :作成日 "2013-06-18";
*/

body{
	background-image: none;
	background-color: transparent;
}
#ticketSearchCont{
	width: 588px;
	padding: 1em 25px 0;
}
#ticketSearchCont h1{
	position: relative;
	margin: 0 -25px 0.65em;
	padding: 0 25px 0.5em;
	font-size: 129%;
	border-bottom: 1px solid #ccc;
}
table.searchTable{
	margin-bottom: 0.35em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
table.searchTable th,
table.searchTable td{
	padding-bottom: 0.715em;
	vertical-align: top;
}
table.searchTable th{
	padding-right: 1em;
	font-weight: bold;
	white-space: nowrap;
	width: 1%
}
table.searchTable td img{
	vertical-align: middle;
}
table.searchTable td{
	font-size: 86%;
}

p.txtBtnSearch{
	margin: 0;
	text-align: center;
}
p.txtBtnSearch a{
	display: inline-block;
	padding: 0.35em 27px 0.35em 0;
}
p.txtBtnSearch a span{	
	padding: 0.3em 0 0.3em 40px;
	background: url(../img/icn_link-search.png) no-repeat 13px center;
}
p.txtBtnSearch a:hover span{	
	background: url(../img/icn_link-search_on.png) no-repeat 13px center;
}