@charset "utf-8";

/* ------------------------- TOC 
01 Setup
02 CSS Hack
03 wrap around the contents (base layout box)
04 site (global) navigation
05 contents
06 footer
07 others
 ------------------------- */

/* ============================== 01 Setup */
* { margin: 0; padding: 0; text-decoration: none; text-align: left; border: none; font-weight: normal; color: #6B471C; font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif; font-size: small; font-style: normal; }
body { text-align: left; }
ul, ol, dl, li, dt, dd { list-style: none; }
a { color:#ab56ff; }
a:link { color:#ab56ff; text-decoration: none; }
a:visited { color:#ab56ff; text-decoration: none; }
a:hover, a:active { color:#7a2dd8; text-decoration: underline; }
a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }
table { border-collapse: collapse; }
input { vertical-align: bottom; }

/* ============================== 02 CSS Hack */
/* floating box clear */
.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 促*/
* html .clr { height: 1%; }
.clr { display: block; }
/* End Hide from mac IE5 */

/* hide text */
.hidetxt { text-indent: -9999px; overflow: hidden; }
.hidetxt a { text-decoration: none; }


/* ============================== 03 wrap around the contents (base layout box) */

/* 共通 */
.spacing { padding-bottom: 0.5em; }
.small { font-size: x-small; }

h3 { color: #EF504A; font-weight: bold; margin-bottom: 5px; }

.event #footer p.copyRight{
	text-align:center;
}
.box { width: 508px; }

/* ffb */
body#event_ffb p {
	padding-bottom: 1em; 
}

body#event_ffb h2 {
	margin-bottom:30px;
}

body#event_ffb h4 {
	width:430px;
	font-weight:bold;
	margin-bottom:20px;
}

body#event_ffb div#outline {
	padding-top:20px;
	margin-bottom:22px;
	background:url(../event/dot_top_jp.gif) no-repeat;
}

body#event_ffb div#outline_en {
	padding-top:20px;
	margin-bottom:22px;
	background:url(../event/dot_top_en.gif) no-repeat;
}

body#event_ffb div#outline div#text, body#event_ffb div#outline_en div#text {
	margin-bottom:10px;
}

body#event_ffb div#topic01, body#event_ffb div#topic04 {
	margin-bottom:10px;
}

body#event_ffb div#topic03 p, body#event_ffb div#topic06 p.last_text {
	padding-bottom:0;
}

body#event_ffb div#topic01 img, body#event_ffb div#topic03 img, body#event_ffb div#topic05 img {
	float:left;
	margin-right:20px;
	margin-bottom:3px;
}

body#event_ffb div#topic02 img, body#event_ffb div#topic04 img, body#event_ffb div#topic06 img {
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}

/* bbk */
body#event_bbk01 p {
	padding-bottom: 1em; 
}

body#event_bbk01 h2 {
	margin-bottom:30px;
}

body#event_bbk01 div#topic01 {
	margin-bottom:10px;
}

body#event_bbk01 div#topic03 img {
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}

/* pala_hk */
body#event_pala_hk01 p {
	padding-bottom: 1em; 
}
body#event_pala_hk01 h2 {
	margin-bottom:30px;
}
body#event_pala_hk01 div#topic01,
body#event_pala_hk01 div#topic02,
body#event_pala_hk01 div#topic03 {
	margin-bottom:10px;
}
body#event_pala_hk01 div#topic01 img {
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}
body#event_pala_hk01 div#topic02 img {
	margin-bottom:10px;
}
body#event_pala_hk01 div#topic03 img {
	float:left;
	margin-right:20px;
	margin-bottom:3px;
}

/* yokohama doll museum */
body#event_yo p {
	padding-bottom: 1em; 
}
body#event_yo h2 {
	margin-bottom:30px;
}
body#event_yo div#outline {
	padding-top:20px;
	margin-bottom:22px;
	background:url(../event/dot_top_jp.gif) no-repeat;
}

body#event_yo div#outline_en {
	padding-top:20px;
	margin-bottom:22px;
	background:url(../event/dot_top_en.gif) no-repeat;
}

body#event_yo div#outline div#text, body#event_yo div#outline_en div#text {
	margin-bottom:10px;
}
body#event_yo h4 {
	width:430px;
	font-weight:bold;
	margin-bottom:20px;
}
body#event_yo div#topic01,
body#event_yo div#topic02,
body#event_yo div#topic03 {
	margin-bottom:20px;
}
body#event_yo div#topic01 img {
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}
body#event_yo div#topic02 img {
	margin-bottom:10px;
}
body#event_yo div#topic03 img {
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}
body#event_yo div#topic04 img {
	float:left;
	margin-right:20px;
	margin-bottom:3px;
}
body#event_yo div#topic04 .txt {
	float:right;
	width:288px;
}

/* shinjuku marui */
body.event p {
	padding-bottom: 1em; 
}
body.event h2 {
	margin-bottom:30px;
}
body.event div.box {
	margin-bottom:20px;
}
body.event div#box_last {
	margin-bottom:0px;
}
body.event p.last {
	padding-bottom: 0em; 
}
body.event div.last {
	margin-bottom:0px;
}
body.event div.phleft img {
	float:left;
	margin-right:20px;
	margin-bottom: 3px; 
}
body.event div.phright img {
	float:right;
	margin-left:20px;
	margin-bottom: 3px; 
}
body#event_ko .txtcol {
	float:right;
	width: 348px;
}
body#event_sj .txtcol {
	float:right;
	width: 321px;
}

/* omotesando hills */
body.event .mb30 { width: 508px; margin-bottom:30px; }
body.event .mt20 { width: 508px; margin-top:20px; }
body.event .sub_nuv { width: 508px; }
body.event .sub_nuv ul { padding: 3px 0 5px 0; _padding: 0; }
body.event .sub_nuv li { float:left; background:url(../event/arrow.gif) no-repeat; padding-left: 10px; margin-right: 20px; background-position: 0 4px; _background-position: 0 6px; font-size: x-small; }
body.event .sub_nuv li a { font-size: x-small; }

/* singapore */
body#event_st div.phright_cap .phcol {
	width: 120px;
	float:right;
	margin-left:20px;
}
body#event_st div.phright_cap .phcol p {
	font-size: x-small;
}
body#event_st div.phright_cap .txtcol {
	float:left;
	width: 368px;
}

/* thai */
body#event_thai .mc#first { margin-bottom: 10px; }
body#event_thai .mc dl.left { float:left; width: 245px; }
body#event_thai .mc dl.right { float:right; width: 245px; }
body#event_thai .mc dl img { margin:5px 0; }
body#event_thai .txtcol_right { float:right; width: 365px; }

/* vnf0912 */
body#vnf0912 #col1 .txtcol { width: 245px; float: right; }

/* sing1003 */
body#sing1003 #col2 .txtcol { width: 288px; float: right; }