@charset "utf-8";
@import url("/special/shared/css/base.css");

/* --------------------------------------------------------------------------------------
	style map
		- 
		- common
		- index
		- charm
		- lesson
		- recipe
--------------------------------------------------------------------------------------- */

/* common
-------------------------------- */
body #contents{
	color:#990000;
}

#contents a,
#contents a:link,
#contents a:visited{
	color:#990000;
}
#contents a:hover{
	color:#990000;
}

/* iepngfix */
*html #conHead h2 img,
*html #conHead h3 img,
*html .about dt img {
	behavior: expression(IEPNGFIX.fix(this));
}

#conHead {
	background: url(../images/bg_key_visual.jpg) no-repeat 0 0;
	min-height:230px;
	height: auto !important;
	height: 230px;
}

#conHead h3 {
	margin-top: 15px;
}

#conHead p {
	margin: 15px 21px 0 21px; 
}

.conWrap {
	padding: 0 7px 0 5px; 
}


/* conNav */
.conNav {
	margin: 20px 0;
	padding: 12px;
	text-align: center;
	background-color: #FFDDDD;
}

.conNav ul li {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(../images/bg_separator.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.conNav ul li.noBorder {
	background-image: none;
}


/* index
-------------------------------- */
.indexConList h3,
.indexConList p {
	float: right;
	width: 425px;
	margin-left: 15px;
}

.indexConList p.pic {
	width: 200px;
	float: left;
	margin-left: 0;
}

.indexConList .rightPic h3,
.indexConList .rightPic p {
	float: left;
	margin-left: 0;
}

.indexConList .rightPic p.pic {
	float: right;
	margin-left: 15px;
}

.indexConList h3 {
	margin-bottom: 15px;
}

.indexConList p {
	margin-bottom: 20px;
}

.indexConList .btn {
	text-align: right;
}

.indexConList .rightPic .btn {
	text-align: left;
}

.indexConList li {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 27px;
	min-height:200px;
	height: auto !important;
	height: 200px;
	background-image: url(../images/bg_line.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.indexConList li.last {
	background-image: none;
	padding-bottom: 0;
}

.indexNew {
	background: url(../images/bg_box.gif) no-repeat 0 0;
}

.indexNew h3,
.indexNew p {
	padding: 20px 20px 0 20px;
}

.indexNew .newBtn {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: url(../images/bg_box_bottom.gif) no-repeat 0 100%;
}

/* indexWhatsNew */
.indexWhatsNew{
	margin-top: 20px;
}
.indexWhatsNew h4{
	background: url(../images/bg_ttl.gif) no-repeat 6px 50%;
	background-color: #FFF5F5;
	border-bottom: solid 1px #CC0000;
	margin: 0 0 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 17px;
}

.indexWhatsNew dt{
	float: left;
	width: 80px;
}
.indexWhatsNew dd{
	float: right;
	width: 540px;
}
.indexWhatsNew dl{
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}


/* charm
-------------------------------- */
/* about */
.aboutWrap {
	margin-bottom: 22px;
	background: url(../images/charm_bg_about.gif) no-repeat 0 0;
}

.aboutWrap .about {
	padding: 20px 20px 0 20px;
	background: url(../images/charm_bg_about_bottom.gif) no-repeat 0 100%;
}

.aboutWrap .about dt,
.aboutWrap .about dd {
	float: right;
	width: 385px;
	margin-left: 15px;
}

.aboutWrap .about dd.pic {
	width: 200px;
	float: left;
	margin-left: 0;
}

.aboutWrap .about .rightPic dt,
.aboutWrap .about .rightPic dd {
	float: left;
	margin-left: 0;
}

.aboutWrap .about .rightPic dd.pic {
	float: right;
	margin-left: 15px;
}

.aboutWrap .about dt {
	margin-bottom: 10px;
}

.aboutWrap .about dd.caption {
	margin-top: 20px;
	text-align: right;
}

.aboutWrap .about dl {
	padding-bottom: 20px;
	min-height:150px;
	height: auto !important;
	height: 150px;
}

/* tool */
.toolWrap .tool {
	margin: 0 5px;
}

.toolWrap .tool p {
	margin: 15px 0;
}

.toolWrap .tool li {
	display: inline;
}

.toolWrap .tool li.right {
	padding-left: 15px;
}

.toolWrap .tool h5 {
	margin-bottom: 15px;
	padding-top: 27px;
	background: url(../images/bg_line.gif) no-repeat 0 4px;
}

.itemWrap {
	padding: 0 10px;
}

.itemWrap dl {
	float: left;
	width: 295px;
	min-height:130px;
	height: auto !important;
	height: 130px;
	margin-bottom: 20px;
}

.itemWrap dl.right {
	margin-left: 20px;
}

.itemWrap dl.last {
	min-height:210px;
	height: auto !important;
	height: 210px;
	margin-bottom: 0;
}

.itemWrap dt,
.itemWrap dd {
	float: right;
	width: 210px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.itemWrap dd.pic {
	float: left;
	width: 75px;
	padding-left: 0;
}

.itemWrap .btn {
	text-align: center;
}

.toolWrap .tool p.support{
	margin-top: 0;
	text-align: right;
}

/* couturier */
.couturierWrap p,
.couturierWrap .couturier {
	margin: 15px 10px 0 10px;
}

.couturier {
	padding-top: 1px;
	background: url(../images/charm_bg_couturier.gif) no-repeat 0 0;
}

.couturier dl {
	padding: 20px;
}

.couturier dt {
	font-weight: bold;
}

.couturier dl.intro dt,
.couturier dl.intro dd {
	float: right;
	width: 360px;
}

.couturier dl.intro dt {
	padding-bottom: 10px;
}

.couturier dl.intro dd.pic {
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.couturier dl.qaList {
	clear: both;
	padding-top: 0;
	background: url(../images/charm_bg_couturier_bottom.gif) no-repeat 0 100%;
}

.couturier .qaList dt,
.couturier .qaList dd {
	padding-left: 38px;
	padding-top: 3px;
	padding-bottom: 12px;
}

.couturier .qaList dd {
	padding-bottom: 16px;
}

.couturier .qaList dt {
	background: url(../images/charm_icon_q.gif) no-repeat 0 0;
}

.couturier .qaList dd {
	background: url(../images/charm_icon_a.gif) no-repeat 0 0;
}

.couturier .qaList dd.last {
	padding-bottom: 5px;
}

.couturier .intro dt,
.couturier .intro a,
.couturier .intro a:hover,
.couturier .qaList dd {
	color: #CC0000 !important;
}

.couturier .intro a,
.couturier .intro a:hover {
	font-size: 14px !important;
}


/* lesson
-------------------------------- */
.movieLessonWrap h4,
.schoolWrap h4 {
	margin-bottom: 14px;
}

.movieLessonWrap .movieLesson,
.schoolWrap .school {
	padding-left: 5px;
	padding-right: 5px;
}

.movieLessonWrap h5,
.schoolWrap h5 {
	margin-bottom: 10px;
}

/* shuttle */
.shuttleRow {
	margin-bottom: 20px;
}

.shuttleRow dl {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.shuttleRow dl.last {
	margin-right: 0;
}

.shuttleRow dt {
	margin-bottom: 3px;
}

/* lightwindowMovie */
div.lightwindowMovie {
	padding-top: 27px;
	background: url(../images/bg_line.gif) no-repeat 0 0;
}

.lightwindowMovie dl {
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

.lightwindowMovie dl.right {
	float: right;
}

.lightwindowMovie dt {
	margin-bottom: 8px;
}

.lightwindowMovie .point dt {
	margin-bottom: 0;
}

.lightwindowMovie .point dd.txt {
	padding: 10px;
	min-height: 141px;
	height: auto !important;
	height: 141px;
	background: url(../images/lesson_bg_point.gif) no-repeat 0 100%;
}

/* finish */
div.finish {
	margin-bottom: 20px;
	padding-top: 32px;
	background: url(../images/bg_line.gif) no-repeat 0 5px;
}

.finish dl {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.finish dt {
	margin-bottom: 3px;
}

.finish dl.last {
	margin-right: 0;
}

/* download */
.download {
	min-height: 170px;
	height: auto !important;
	height: 170px;
	margin-bottom: 20px;
	background: url(../images/lesson_bg_download.gif) no-repeat 0 0;
}

.download p {
	float: right;
	width: 450px;
	padding: 10px;
}

.download p.pic {
	float: left;
	width: 150px;
	padding-right: 0;
}

.download p.btn {
	padding-top: 50px;
	text-align: center;
}

/* supervision */
.supervision {
	margin-bottom: 30px;
	background: url(../images/lesson_bg_supervision.gif) no-repeat 0 0;
}

.supervision dt {
	font-weight: bold;
	padding: 15px 15px 0 15px;
}

.supervision dd {
	padding: 10px 15px 15px 15px;
	background: url(../images/lesson_bg_supervision_bottom.gif) no-repeat 0 100%;
}

/* school */
.school h6 {
	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 30px;
	background: url(../images/lesson_bg_school.gif) no-repeat 0 0;
}

.school p {
	margin-bottom: 15px;
}

.schoolRow dl {
	float: left;
	width: 310px;
	padding-bottom: 18px;
}

.schoolRow dl.right {
	float: right;
}

.schoolRow dt {
	margin-bottom: 6px;
	font-weight: bold;
}


/* recipe
-------------------------------- */

/* strap */
.strapRecipeWrap {
	background: url(../images/bg_box.gif) no-repeat 0 0;
	margin-bottom: 20px;
}

.strapRecipeWrap .otherRecipe {
	text-align: right;
	padding: 0 20px 20px 20px;
	background: url(../images/bg_box_bottom.gif) no-repeat 0 100%;
}

.strapRecipe {
	padding: 20px 20px 15px 20px;
}

.strapRecipe h4,
.strapRecipe p {
	float: right;
	width: 387px;
	margin-bottom: 10px;
}

.strapRecipe p.pic {
	float: left;
	width: 200px;
}

.strapRecipe p.btn {
	text-align: center;
	margin-bottom: 0;
}

/* login */
.loginWrap {
	margin: 0 20px 15px 20px;
	background: url(../images/bg_login.gif) no-repeat 0 0;
}

.loginBox {
	height: 1%;
	background: url(../images/bg_login_bottom.gif) no-repeat 0 100%;
}

.loginBox h5 {
	padding: 15px 0 6px 15px;
}

.loginBox p {
	padding: 0 15px 18px 15px;
}

.loginBox ul {
	text-align: center;
	padding-bottom: 15px;
}

.loginBox li {
	display: inline;
	font-size: 29px;
	line-height: 33px;
	padding-right: 65px;
	border-right: 1px dotted #FFAAAA;
}

.loginBox li.noBorder {
	padding-right: 0;
	padding-left: 65px;
	border: 0;
}

/* book */
.bookWrap h4 {
	margin-bottom: 10px;
}

.book {
	padding: 0 5px;
}

.book dl {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	padding-bottom: 6px;
}

.book dt {
	font-weight: bold;
}

.book dt,
.book dd {
	float: right;
	width: 475px;
	padding-bottom: 10px;
}

.book dd.pic {
	float: left;
	width: 140px;
}

.book dd.pic img {
	display: block;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.book dd.noPadding {
	padding-bottom: 0;
}

.book dd ul {
	padding-top: 5px;
}

.book dd ul li {
	display: inline;
	padding-right: 18px;
}


/* CLEAR FIX
--------------------------------------------------*/
.indexWhatsNew dl:after,
.itemWrap:after,
.shuttleRow:after,
.lightwindowMovie:after,
.finish:after,
.download:after,
.schoolRow:after,
.strapRecipe:after,
.book dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
*html .indexWhatsNew dl,
*html .itemWrap,
*html .shuttleRow,
*html .lightwindowMovie,
*html .finish,
*html .download,
*html .schoolRow,
*html .strapRecipe,
*html .book dl {
	height: 1%;
}

*:first-child+html .indexWhatsNew dl,
*:first-child+html .itemWrap,
*:first-child+html .shuttleRow,
*:first-child+html .lightwindowMovie,
*:first-child+html .finish,
*:first-child+html .download,
*:first-child+html .schoolRow,
*:first-child+html .strapRecipe,
*:first-child+html .book dl {
	display:inline-block;
}

/* End hide from IE-mac */
/*\*//*/
.indexWhatsNew dl,
.itemWrap,
.shuttleRow,
.lightwindowMovie,
.finish,
.download,
.schoolRow,
.strapRecipe,
.book dl {
	display:inline-block;
}
/**/
