/*====================================

	000:Reset
	
	====================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}img{vertical-align:bottom;}
/* reset HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}



/*====================================

	001:Base
	
	====================================*/
	
/*	base
	------------------------------------*/

body {
	height:100%;
	width:100%;
	border:0;
	color:#333;
	font:0.8em/1.4 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	background:#636363;
}
body > #container {
	height:auto;
	margin-bottom:-2em;
}


/*	Link
	------------------------------------*/

a:link, a:visited { color:#333;}
a:hover { color:#7f0019;}
a img { vertical-align:bottom;}



/*	float
	------------------------------------*/

.flR { display: block; float: right;}
.flL { display:block; float:left;}



/*	clearfix
	------------------------------------*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0.1em;}
.clearfix {display:inline-block; }
/*\*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/**/


/*	Font Size
	------------------------------------*/
.txt09 { font-size:0.9em; }
.txt08 { font-size:0.8em; }


/*	bold
	------------------------------------*/

.txtBold { font-weight:bold; }



/*	align
	------------------------------------*/

.alignL { text-align:left; }
.alignR { text-align:right; }
.alignC { text-align:center; }



/*	hr
	------------------------------------*/

hr { display:none; }



/*	margin
	------------------------------------*/

.mT5{margin-top:5px}
.mR5{margin-right:5px}
.mB5{margin-bottom:5px}
.mL5{margin-left:5px}
.mT10{margin-top:10px}
.mR10{margin-right:10px}
.mB10{margin-bottom:10px}
.mL10{margin-left:10px}
.mB20{margin-bottom:20px}
.mB30{margin-bottom:30px}




/*====================================

	002:SharedBody
	
	====================================*/

/*	layout
	------------------------------------*/

#container {overflow: hidden;}



/*	header
	------------------------------------*/

#header {
	height:82px;
	background:url(../image/shared/bg_header.jpg) center top no-repeat;
}
#headerWrap {
	width:960px;
	margin:0 auto;
}
#header h1 {
	width:397px;
	float:left;
	margin-top:20px;
	display:inline;
}
#header #date {
	width:308px;
	float:right;
	margin-top:32px;
	display:inline;
}



/*	GrandNavigation
	------------------------------------*/

#gNav {
	height:30px;
	background:url(../image/shared/bg_navi.gif) #f48600 0 0 repeat-x;
}
#gNavWrap {
	width:960px;
	margin:0 auto;
	background:url(../image/shared/bg_btn_g_navi.gif) 0 0 no-repeat;
}
ul#gNavBtn {
	margin-left:2px;
}
ul#gNavBtn li {
	float:left;
	margin-right:1px;
}



/*	breadcrumbs
	------------------------------------*/

#breadcrumbsNav {
	padding-top:12px;
	overflow:hidden;
}
#breadcrumbsNav ol {
	height:19px;
	background:#DDD url(/img/common/breadcrumbsbg.gif) repeat-x 0 0;
}
#breadcrumbsNav li {
	float:left;
	padding:0 4px 0 0;
	color:#999;
	font-size:10px;
	line-height:19px;
	background:#FFF;
}
#breadcrumbsNav a {
	display:block;
	padding:0 12px 0 5px;
	text-decoration:none;
	background:#DDD url(/img/common/breadcrumbs.png) no-repeat 100% 0;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	border-radius: 2px 0 0 2px;
}
#breadcrumbsNav a:hover {
	background:#CCC url(/img/common/breadcrumbs.png) no-repeat 100% -19px;
}



/*	contentBody
	------------------------------------*/

#content {
	background:#f48600;
	width:100%;
}
#contentWrap {
	width:980px;
	margin:0 auto;
	padding:20px 0 30px;
}
#contentFrame {
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
	background:url(../image/shared/bg_content.gif) #f48600 bottom left no-repeat;
}
#contentFrameWrap {
	padding-top:30px;
	background:url(../image/shared/bg_content_t.gif) top left no-repeat;
}
#contentMainNoBg {
	width:960px;
	margin:0 auto;
}

#contentMainColumn {
	background:#fff;
	width:900px;
	margin:0 auto;
}

#contentLeftColumn {
	background:#fff;
	float:left;
	width:200px;
}
#contentCenterColumn {
	background:#fff;
	float:left;
	width:620px;
	margin:0 0 0 30px;
	display:inline;
}
#contentRightColumn {
	background:#fff;
	width:250px;
	margin:0 0 0 680px;
}
#contentCenterColumn .brand_img {
	border-top:1px solid #636363;
	border-bottom:1px solid #636363;
	padding:8px 0px 5px;
	margin-bottom: 30px;
}
#contentCenterColumn .brand_in {
	text-align:center;
	padding: 0 2px 10px;
	width:150px;
	float:left;
}
#contentCenterColumn .brand_in p {
	line-height:1.1;
	border-top:1px solid #636363;
	margin:2px auto 0;
	padding-top:3px;
	width:130px;
}
h2.ttlCategory {
	margin-bottom:20px;
	font-size:0.1em;
}
h2.ttlTopCategory {
	margin-bottom:10px;
	font-size:0.1em;
	clear: both;
}
h3.ttlCatch {
	margin-bottom:20px;
}
h4.ttlPoint {
	margin:15px 0 5px;
}
div.txtPoint {
	border-top:#999 solid 1px;
	padding:10px 0;
}
ul.listPoint {
}
ul.listPoint li {
	list-style:disc inside;
	margin-bottom:1px;
}
#btnLink {
	text-align:center;
	width:348px;
	margin:0 auto;
	padding:20px 0;
}
.btnTop {
	width:900px;
	margin:20px auto 0;
	padding-bottom:0;
	text-align:right;
}



/*	Top
	------------------------------------*/

.imgT10 {
	margin-top:10px;
}
.imgB10 {
	margin-bottom:10px;
}

.txtCaution {
	color:#f00;
}
.txtPointMain {
	
}
.txtPointMain strong {
	color:#EB5303;
}
.txtNote {
	margin-top:2px;
	font-size:0.9em;
	line-height:1.5em;
}
#bn2013 {
	text-align:center;
	margin-top:30px;
}



/*	footer
	------------------------------------*/

#footer {
	clear:both;
	background:#636363;
	text-align:center;
}
#footeWrap {
	padding:20px 0 40px;
}


#footerLogo {
	width:580px;
	margin:20px auto 0;
	padding:10px;
	
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */

  background-color: #fff;   /* 背景色 */
}
#footerLogo dl {
	clear:both;
	margin:5px;
}
#footerLogo dt {
	clear:both;
	width:60px;
	float:left;
}
#footerLogo dt#spSponsor {
	padding:10px 10px 0;
}
#footerLogo dt#sponsor {
	padding:5px 10px 0;
}
#footerLogo dd {
	/*float:left;*/
	text-align:center;
}

/*====================================

	004:Custom
	
	====================================*/

/*	Top
	------------------------------------*/

#topMainImg {
	background:#f48600;
}
#topMainImgWrap {
	width:980px;
	margin:0 auto;
}
img.imgTopMain {
	margin-top:15px;
}
ul#sideBnr {
}
ul#sideBnr li {
	margin-bottom:5px;
}
img.txtTopCatch {
	margin-bottom:25px;
}
dl.detailTbl {
	border-bottom: 1px solid #636363;
	background-color: #fff;
}
dl.topLine {
	border-top: 1px solid #636363;
}
dl.detailTbl dt {
	margin: 0;
	margin-right: -13em;
	padding: 0.7em 0;
	float: left;
	clear: both;
	display: inline;
	width: 8em;
	text-indent: 15px;
}
dl.detailTbl dd {
	margin-left:8.0em;
	padding:0.7em 20px;
	background:url(../image/shared/tbl_v_line.gif) left center no-repeat;
}
dl.detailTbl {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
dl.detailTbl::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img.logoTakashimaya {
	margin:20px 0 20px 15px;
}

#contentCenterMain {
	margin-bottom:30px;
}
#priceInfo {
	margin-bottom:20px;
}
#priceInfo h5 {
	margin-bottom:10px;
	border-bottom:1px solid #e37410;
}
#priceInfo h5 img {
	margin-bottom:2px;
}
dl#price {

}
dl#price dt {
	width:200px;
	float:left;
}
dl#price dd {
	float:left;
	color:#e37410;
}
dl#price dd strong {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background:#e37410;
	padding:2px 5px;
}

.openInfo {
	margin-bottom:10px;
}
.openInfo h5 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:2px;
	color:#e37410;
}
.openInfo h5 img {
	margin-right:0.5em;
}
.openInfo p {
	border-top:1px solid #e37410;
	padding-top:5px;
}
.openInfo p span {
	color:#e37410;
}
p#brandList {
	border-top:1px solid #636363;
	border-bottom:1px solid #636363;
	padding:10px 0;
}

/*	Dance
	------------------------------------*/

#danceFlow {
	margin-top:20px;
}
h3.ttlFlow {
	margin-bottom:15px;
}

dl.chartDanceFlow {
}
dl.chartDanceFlow dt {
	width:110px;
	float: left;
	clear: both;
}
dl.chartDanceFlow dt img {
	margin-bottom:10px;
}
dl.chartDanceFlow dd {
	margin-left:120px;
}

ol.listDanceFlow {
}
ol.listDanceFlow li {
	padding-left:20px;
}
ol.listDanceFlow li strong {
	font-weight:bold;
	font-size:1.2em;
	color:#EB5303;
}
ol.listDanceFlow li.m01 {background:url(../image/dance/marker_orange_01.gif) 0 3px no-repeat;}
ol.listDanceFlow li.m02 {background:url(../image/dance/marker_orange_02.gif) 0 3px no-repeat;}
ol.listDanceFlow li.m03 {background:url(../image/dance/marker_orange_03.gif) 0 3px no-repeat;}
ol.listDanceFlow li.m04 {background:url(../image/dance/marker_orange_04.gif) 0 3px no-repeat;}
ol.listDanceFlow li.m05 {background:url(../image/dance/marker_orange_05.gif) 0 3px no-repeat;}

div#wsb {
	width:630px;
	margin-top:5px;
	
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */

  background-color: #f1f1f1;   /* 背景色 */
}
div#ttlWsp {
	padding:10px 20px 5px;
	border-bottom:1px solid #fff;
}
div#txtWsp {
	padding:5px 20px 15px;
}


/*	Fashion
	------------------------------------*/

dl.fashionMethod {
	margin-top:10px;
}
dl.fashionMethod dt.ttl {
	font-weight:bold;
	font-size:1.2em;
}
dl.fashionMethod dd {
}
dl.fashionSchedule {
}
dl.fashionSchedule dt {
	margin: 0;
	margin-right: -13em;
	float: left;
	clear: both;
	display: inline;
	width: 8em;
}
dl.fashionSchedule dd {
	color:#F52F53;
	font-weight:bold;
	font-size:1.2em;
	margin-left:7.0em;
	padding:0 20px;
}
dl.fashionSchedule {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
dl.fashionSchedule::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*	Access
	------------------------------------*/

#accessBody {
}
#accessLeftSec {
	float:left;
	width:300px;
}
#accessRightSec {
	width:556px;
	margin-left:341px;
}

/*	Contact
	------------------------------------*/

#contactTel {
	width:900px;
	margin-top:5px;
	
  border-radius: 5px;         /* CSS3 */
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */

  background-color: #f1f1f1;   /* 背景色 */
}
div#ttlContact {
	padding:10px 20px 5px;
	border-bottom:1px solid #fff;
	text-align:center;
}
div#txtTel {
	padding:30px 20px 30px;
	text-align:center;
}
div#txtTel div.txtTelSec {
	margin:0 0 20px;
}
div#txtTel div.txtTelSec img {
	margin:0 0 2px;
}


/*	FAQ
	------------------------------------*/

.faqBody {
	margin-bottom:30px;
}
.faqBody dt {
	padding:10px 0 7px 32px;
	border-bottom:1px solid #999;
	background:url(../image/faq/q.gif) 0 8px no-repeat;
}
.faqBody dd {
	padding:7px 0 10px 32px;
	color:#E85303;
	background:url(../image/faq/a.gif) 0 6px no-repeat;
}


/*	TIME TABLE
	------------------------------------*/

table.timetableTbl {
	width:100%;
}
table.timetableTbl th {
	padding:0 5px;
}
table.timetableTbl td {
	padding:5px;
}
th.time {
	vertical-align:bottom;
}
th.thTtl,
td.tdTtl {
	border-bottom:solid 1px #aaa;
}
td.tdOpeningDance {
	background:#fffbbf;
}
td.tdSesame	{
	background:#d3fcfa;
}
td.tdDanceContest	{
	background:#ffd9f7;
}
td.tdFashonShow	{
	background:#f8daff;
}
td.tdFinale	{
	background:#e0daff;
}
td.tdOpeningDance img.png,
td.tdSesame img.png,
td.tdDanceContest img.png,
td.tdFashonShow img.png,
td.tdFinale img.png	{
}
.tdDetailTxt {
	padding-left:30px;
}
.tdDetailTxt h4 {
	color:#e85303;
	font-weight:bold;
}
.tdDetailTxt dl dt.num {
	clear:both;
	float:left;
	color:#e85303;
	font-size:0.8em;
	width:3.5em;
}
.tdDetailTxt dl dd.item {
	margin-left:3.5em;
}
td.tdSection {
	background:#ffcaae;
	width:40px;
	vertical-align:middle;
}
td.tdBreakTime {
	background:#ffcaae;
}

/*	Top
	------------------------------------*/
#topBody {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}
#topBody .custom {
	padding: 0 10px;
}
#topBody #fashion {
	margin-bottom: 64px;
}
#topBody #fashion p {
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0 20px 20px; 
}
#topBody #fashion table,
#topBody table {
	margin-left: 20px;
}
#topBody #dance dl {
	clear: both;
	margin: 23px 0 0 23px;
}
#topBody #dance dt {
	margin-bottom: 12px;
}
#topBody #dance dd {
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 19px;
}
#topBody #dance p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 2em 23px;
	clear: both;
}
