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

	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
	------------------------------------*/

html {
	background: #636363;
}
body {
	height: 100%;
	width: 100%;
	border: 0;
	color: #333;
	background: #636363;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
}
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;
}
/**/



/*	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
}
/*====================================

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

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

#container {
	overflow: hidden;
}
/*	header
	------------------------------------*/

#header {
	height: 120px;
	background-image: url(../image/shared/hed11.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerWrap {
	width:100%;
	margin: 0 auto;
}
#header h1 {
	font-size: 0px;
	line-height: 0px;
	text-indent: -99999px;
	margin-top: 20px;
	display: inline;
}
#header #date {
	width: 308px;
	float: right;
	margin-top: 32px;
	display: inline;
}
/*	GrandNavigation
	------------------------------------*/

#gNav {
	height: 45px;
	background-color: #000;
	background-image: url(../image/shared/bg_navi2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#gNavWrap {
	width: 960px;
	margin: 0 auto;
	background: url(../image/shared/bg_btn_g_navi2.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 {
	width: 100%;
	background-color: #FFF;
	background-image: url(../image/shared/c11.jpg);
	background-repeat: no-repeat;
}
#contentWrap {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 30px;
}
#contentFrame {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #FFF;
	background-image: url(../image/shared/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentFrameWrap {
	padding-top: 30px;
	background: url(../image/shared/bg_content_t.gif) top left no-repeat;
}
#contentMainNoBg {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 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;
}
p#brandList {
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding: 10px 0;
}
h2.ttlTopCategory {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.1em;
}
h2.ttlCategory {
	margin-bottom: 20px;
	font-size: 0.1em;
}
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;
	color: #f00;
	font-weight: bold;
}
.btnTop {
	width: 900px;
	margin: 10px auto 0;
	padding-bottom: 0;
	text-align: right;
}
/*	Top
	------------------------------------*/

.imgT10 {
	margin-top: 10px;
}
.imgB10 {
	margin-bottom: 10px;
}
.txtCaution {
	color: #f00;
}
.txtPointMain {
}
.txtPointMain strong {
	color: #FFF;
}
.txtNote {
	margin-top: 2px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#contentCenterColumn .custom {
	padding: 0 10px;
}
#contentCenterColumn .custom02 {
	margin-bottom: 30px;
}
#contentCenterColumn #fashion table, #contentCenterColumn #dance table, #contentCenterColumn #miss table, #contentCenterColumn #kids table, #contentCenterColumn table {
	margin: 10px 0 0 20px;
	font-size: 14px;
	line-height: 25px;
}
#contentCenterColumn #dance p, #contentCenterColumn #miss p {
	font-size: 14px;
	line-height: 20px;
	margin: 18px 0 20px 20px;
}
#contentCenterColumn #dance table th {
	text-align: center;
	font-weight: bold;
}
#contentCenterColumn #dance table .gp {
	padding: 0 15px;
	background-color: #F06;
	color: #FFF;
}
#contentCenterColumn #dance table .rk {
	padding-left: 15px;
}
#contentCenterColumn #kids {
	margin-bottom: 30px;
}
/*	footer
	------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	background-color: #3A3A3A;
}
#footeWrap {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
#footeWrap #archive {
	width: 980px;
	margin: 0 0 40px;
}
#footeWrap #archive h4 {
	background-image: url(../image/top/archive_title.png);
	text-indent: -9999px;
	display: block;
	margin: 0 auto 16px;
	height: 16px;
	width: 113px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#footeWrap #archive ul {
	float: left;
	position: relative;
	left: 50%;
}
#footeWrap #archive ul li {
	float: left;
	padding: 0 10px;
	position: relative;
	left: -50%;
}
/*====================================

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

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

#topMainImg {
	padding: 13px 0 13px;
	background-color: #FFF;
	background-image: url(../image/shared/c10.jpg);

}
#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;
}
.fb_link {
	float: left;
	width: 470px;
	clear: both;
}
.fb_link h4 {
	background-image: url(../image/top/facebook_title.png);
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 470px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.fb_link .inner {
	height: 260px;
	width: 470px;
	margin-top: 15px;
	background-color: #FFFFFF;
}
.btn_fb a {
	margin: 20px auto 0;
	display: block;
	height: 40px;
	width: 470px;
	background-image: url(../image/top/t-facebook.gif);
	text-indent: -9999px;
}
.twitter_link {
	float: right;
	width: 470px;
}
.twitter_link h4 {
	background-image: url(../image/top/twitter_title.png);
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 470px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.twitter_link .inner {
	height: 260px;
	width: 470px;
	margin-top: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.btn_twitter a {
	margin: 20px auto 0;
	display: block;
	height: 40px;
	width: 470px;
	background-image: url(../image/top/t-twitter.gif);
	text-indent: -9999px;
}
#bn2013 {
	text-align: center;
	margin-top: 30px;
}
/*	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 {
}
#accessRightSec {
	width: 556px;
	margin: 0 auto;
}
/*	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.tdMissTeenJapan {
	background: #ffd9e9;
}
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;
}
#spbox {
	border-bottom: #666 1px solid;
}
#spbox h3 {
	color: #F66;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#spbox p {
	padding-bottom: 5px;
}
#spbox ul {
	padding-bottom: 20px;
}
#spbox li {
	background-image: url(../image/top/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
}
#spbox span {
	color: #F66;
}
.fadein { 
 position:relative;
 height:355px;
 width:980px; 
}  
.fadein img {
	position:absolute;
	top:0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/shared/c10.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center center;
	height: auto;
}  
#hoge a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}