@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "lightbox.css";
@import "digi.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/* 
/* 汎用要素スタイル
/* ├ a
/* ├ table
/* ├ title
/* ├ p
/* └ div
/*  
/* 汎用classスタイル 
/* ├ image
/* ├ text,font
/* ├ gotop
/* └ banner
/*  
==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
}

/* 汎用要素スタイル
-------------------------------------------------------*/

/* ========================= a */
a {
	color: #f41;
}
a:hover,
a:active {
	color: #f96; text-decoration: none;
}

/* ========================= table */
#content table {
	margin-left: 10px;
	margin-right: 10px;
	width: 640px;
	background: #ccc;
}
#content th,
#content td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: none;
}
#content th {
	width: 25%;
	background: #FEF5F9;
}
#content td {
	background: #fff;
}

/* ========================= title */
#content h3 {
	margin: 30px 0 15px;
}
#content h4 {
	margin: 30px 0 10px;
}
#content h5 {
	margin: 20px 0 10px;
}
#content h3.firstChild,
#content h4.firstChild,
#content h5.firstChild {
	margin-top: 0;
}
#content h3.ti_bg {
	padding-left: 30px;
	background: url(../images/common/ti_bg.gif) no-repeat 0 center;
	line-height: 40px;
	font-size: 114%;
	font-weight: bold;
}
#content h4.txtTi {
	color: #D01347;
	font-size: 114%;
	font-weight: bold;
}
#content h4.sti_bg {
	padding-bottom: 15px;
	background: url(../images/common/sti_bg.gif) no-repeat bottom center;
	color: #D61449;
	font-size: 128.5%;
	font-weight: bold;
}

/* ========================= p */
#content p {
	margin: 0 0 1em;
}
#content p.last {
	margin-bottom: 0;
}
#content p.next {
	margin-top: 1em;
}

/* ========================= div */
.section {
	overflow: hidden;
	margin: 0 5px;
	_zoom: 1;
}
#content .pickBox {
	padding: 9px;
	border: 1px solid #EF6188;
	background-color: #FEF5F9;
}
#content .pickBox h5 {
	margin: 0 0 10px;
	background: url(../images/common/dot_pink.gif) repeat-x bottom left;
	font-size: 114%;
	font-weight: bold;
	color: #D01347;
	line-height: 1.5;
}
#content .pickBox .copy {
	margin-top: 20px;
}
#content dl.systemBox {
	margin-top: 20px;
	border: 1px solid #B49518;
	border-top: none;
}
#content dl.systemBox dt {
	border-top: 1px solid #B49518;
	padding: 1px;
}
#content dl.systemBox dd {
	padding: 10px;
	zoom: 1;
}
#content dl.systemBox dd:after{
	content: '';
	display: block;
	clear: both;
}
#content dl.systemBox dd h5 {
	font-weight: bold;
	line-height: 1.3;
}


/* 汎用classスタイル
-------------------------------------------------------*/

/* ========================= image */
img {
	vertical-align: bottom;
}
#content .imgL {
	float: left;
	margin: 0 40px 0 0;
}
#content .imgLbtm {
	float: left;
	margin: 0 40px 15px 0;
}
#content .imgR {
	float: right;
	margin: 0 0 0 40px;
}
#content .imgRbtm {
	float: right;
	margin: 0 0 15px 40px;
}
#content .summaryImg {
	margin: 1em 0;
}


/* ========================= text,font */
.emphasis {
	color: #D61449;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content p.defList,
#content .defList li,
#content .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#content .defList dd {
	padding-left: 15px;
}

#content p.attention,
#content .attention li,
#content .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#content .attention dd {
	padding-left: 15px;
}
#content .txtLink {
}
#content .txtLink a {
	padding-left: 15px;
	background: url(../images/common/icon_arrow.gif) no-repeat 0 3px;
}


/* ========================= gotop */
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}
#content p.totop {
	margin-bottom: 30px;
	text-align: right;
	font-size: 0;
}


/* ========================= banner */
#content .contentBnr {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	overflow-y: scroll;
	background: none;
}

body {
  background: url(../images/common/body_bg.gif) top repeat-x;
	color: #333;
	text-align: center;
}
#container {
	background: url(../images/common/header_bg.jpg) no-repeat top center;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
  background: url(../images/wrapper_bg.jpg) 940px top no-repeat;
}
#main {
	width: 930px;
	margin: 0 auto;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
	text-align: left;
	zoom: 1;
}
#main:after{
	content: '';
	display: block;
	clear: both;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	margin-bottom: 30px;
	width: 930px;
	height: 326px;
	background: url(../images/common/header_bg.jpg) no-repeat top center;
	text-align: left;
}

/*  ========================= general */
#header h1,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo,
#header #shopLogo {
	position: absolute;
}

/*  ========================= h1 */
#header h1 {
	top: 6px;
	right: 60px;
	font-size: 130%;
	line-height: 1.5;
}

/*  ========================= logo */
#header #logo {
	top: 18px;
	left: 10px;
}

/*  ========================= guideNavi */
#header ul#guideNav {
	top: 0;
	right: 0;
}

/*  ========================= globalNavi */
#header ul#globalNav {
	top: 280px;
	left: 0;
	width: 930px;
	height: 46px;
}
#header ul#globalNav li {
	float: left;
	margin-right: 3px;
}
#header ul#globalNav li.gnavShop {
	float: right;
	margin-right: 0;
}

/*  ========================= h2 */
#header h2 {
	position: absolute;
	top: 183px;
	left: 0;
	font-size: 100%;
}

/*  ========================= headInfo */
#header #headInfo {
	top: 24px;
	right: 4px;
}

/*  ========================= shopLogo */
#header #shopLogo {
	top: 35px;
	left: 450px;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	width: 930px;
	margin:0 auto;
	background-color:#FFF;
	border-top: solid 1px #000;
}
#footer #footInner {
	overflow: hidden;
	margin: 0 auto;
	width: 930px;
}
#footer #footInner address {
	float: left;
	padding: 38px 0;
	vertical-align: middle;
	text-align: left;
}
#footer #footInner #footQr,
#footer #footInner #footInfo {
	float: right;
	padding: 8px 0;
}
#footer #footInner #footInfo {
	margin-left: 10px;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}
#nav dl,
#nav ul,
#nav p {
	margin-bottom: 10px;
}
#nav .last {
	margin-bottom: 0;
}
#nav ul.navTop {
	padding: 3px;
	border: 1px solid #E0E0E0;
}
#nav ul.navTop li {
	margin-bottom: 5px;
}

#nav ul.navTop02 {
	padding: 2px;
/*	border: 1px solid #E0E0E0;
*/}
#nav ul.navTop02 li {
	margin-bottom: 2px;
}


/*  ========================= localnavi */
#localNav dl {
	padding: 5px;
	border: 1px solid #E0E0E0;
	background-color: #FDEAF0;
}
#localNav ul {
	padding: 5px;
	border: 1px solid #E0E0E0;
}

#localNav02 dl {
/*	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
*/}



#localNav02 ul {
/*	border: 1px solid #E0E0E0;
*/}




#localNav ul.dir {
	background-color: #FDEAF0;
}
#localNav ul.dir02 {
	background-color: #FFFFFF;
}
#localNav ul.dir02 li {
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#localNav ul.dir02 li img {
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#localNav ul.dir02 {
	padding:0 !important;
	border:0px solid #FFF !important;
	background-color: #FFF !important;
}


#localNav dl dt,
#localNav dl dd,
#localNav ul li {
	width: 228px;
}



/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#content {
	float: right;
	width: 660px;
	margin-bottom: 10px;
	font-size: 140%;
	text-align: left;
	line-height: 1.7;
}


/* 01 index
------------------------------------------------------------------------*/
#indexPage {
	background: url(../images/index_bg.gif) repeat-x top left;
}
#indexPage #container {
	position: relative;
	width: 100%;
	background: none;
}
#indexPage #container #flash {
	position: absolute;
	top: 116px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 460px;
	background: #fce0e8;
	z-index: 10;
}
* html #indexPage #container #flash,
*:first-child+html #indexPage #container #flash {
	text-align: center;
}
#indexPage #container #flashImage {
	width: 100%;
	background: none;
}
#indexPage #header {
	height: 566px;
}
#indexPage #header h2 {
	position: absolute;
	top: 297px;
	left: 13px;
	font-size: 100%;
}
#indexPage #header #globalNav {
	top: 520px;
}
#indexPage #content {
	float: none;
	width: 930px;
}
#indexPage #nav {
	display: none;
}
#indexPage ul.pickupList {
	margin-bottom: 20px;
}
#indexPage ul.pickupList .placeBnr,
#indexPage ul.pickupList .dressBnr {
	margin-bottom: 10px;
}
#indexPage .middleContent {
	margin-top: 20px;
	zoom: 1;
}
#indexPage .middleContent:after{
	content: '';
	display :block;
	clear :both;
}
#indexPage .middleContent .middleMain {
	float: left;
	width: 550px;
}
#indexPage .middleContent .middleMain .section {
	margin: 0 0 0 5px;
}
#indexPage dl.news {
	zoom: 1;
}
#indexPage dl.news:after{
	content: '';
	display :block;
	clear :both;
}
#indexPage dl.news dt {
	float: left;
	width: 8em;
}
#indexPage dl.news dd {
	overflow: hidden;
	margin-left: 9em;
}
#indexPage p.bnrVoice {
	float: right;
}
#indexPage ul.planList {
	zoom: 1;
}
#indexPage ul.planList:after{
	content: '';
	display :block;
	clear :both;
}
#indexPage ul.planList li {
	float: left;
	margin-right: 18px;
}
#indexPage ul.planList li.lastChild {
	float: right;
	margin-right: 0;
}
#indexPage .indexBnrArea {
	float: right;
	width: 360px;
}
#indexPage .indexBnrArea ul li {
	margin-bottom: 10px;
}
#indexPage #consulList {
	padding: 1px;
/*	border: 1px solid #E4E4E4; */
}
#indexPage #consulList dl {
	padding: 0 10px;
	/*
	background: #FFF url(../images/index_dot.jpg) repeat-x bottom left;
	*/
	zoom: 1;
}
#indexPage #consulList dl:after {
	content: '';
	display: block;
	clear: both;
}
#indexPage #consulList dl.lastChild {
	background-image: none;
}
#indexPage #consulList dl dt {
	float: left;
	display:inline;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* */
.ml001 {margin-left:199px;}
.ml002 {margin-left:299px;}
.ml003 {margin-left:186px;}
.ml004 {margin-left:146px;}
.ml005 {margin-left:235px;}
.ml006 {margin-left:136px;}


.indexmesBox {
	width:540px;
	/*
	height:130px;
	overflow:scroll;
	overflow-x:hidden;
	*/
	}





#indexPage #consulList dl dd {
	float: right;
	padding: 10px 0;
}
#indexPage .col2Txt {
	margin: 0 10px;
	width: 910px;
	zoom: 1;
}
#indexPage .col2Txt:after{
	content: '';
	display: block;
	clear: both;
}
#indexPage .col2Txt p {
	width: 440px;
}
#indexPage .col2Txt p.firstCol {
	float: left;
}
#indexPage .col2Txt p.secondCol {
	float: right;
}




/* 02 wedding/index
------------------------------------------------------------------------*/
#weddingPage #content .pickBox {
	margin-top: 20px;
}
#weddingPage #content .boxWrap {
	margin-top: 20px;
	border: 1px solid #B49518;
	zoom: 1;
}
#weddingPage #content .boxWrap:after{
	content: '';
	display: block;
	clear: both;
}
#weddingPage #content .boxWrap dl {
	float: right;
	margin: 0;
	width: 328px;
	border: none;
}
#weddingPage #content .boxWrap dl.firstChild {
	float: left;
	width: 329px;
	border: none;
	border-right: 1px solid #B49518;
}
#weddingPage #content .boxWrap dl dt,
#weddingPage #content .boxWrap dl dd {
	padding: 1px;
}
#weddingPage #content .boxWrap dl dd {
	margin-bottom: 10px;
	padding: 10px;
}
#weddingPage #content .boxWrap dl.firstChild dd,
#weddingPage #content .boxWrap dl dd.lastChild {
	margin-bottom: 0;
}
#weddingPage #content .boxWrap dl.firstChild dd h5 {
	font-weight: bold;
	line-height: 1.3;
}
#weddingPage #content dl.systemBox {
	margin-top: 20px;
	border-top: none;
}
#content dl.systemBox dt {
	border-top: 1px solid #B49518;
	padding: 1px;
}
#content dl.systemBox dd {
	padding: 10px;
	zoom: 1;
}
#content dl.systemBox dd:after{
	content: '';
	display: block;
	clear: both;
}
#content dl.systemBox dd h5 {
	font-weight: bold;
	line-height: 1.3;
}

/* 100422 */
#weddingPage #content {
	padding-right: 30px;
	width: 600px;
}
#weddingPage h4.privilegeTi {
	clear: both;
}
#weddingPage div.privilegeList {
	margin: 0 auto 20px;
	padding: 9px;
	border: 1px solid #FF0000;
	border-top: none;
	background-color: #FEF7CF;
	zoom: 1;
}
#weddingPage div.privilegeList:after{
	content: '';
	display: block;
	clear: both;
}
#weddingPage div.privilegeList ol.firstCol {
	float: left;
	width: 456px;
}
#weddingPage div.privilegeList ol.secondCol {
	float: right;
	width: 440px;
}
#weddingPage div.privilegeList ol li {
	margin-bottom: 20px;
}
#weddingPage div.privilegeList ol li.last {
	margin-bottom: 0;
}
#weddingPage .contentBnr {
	margin-left: -40px;
}





/* 03 wedding/produce
------------------------------------------------------------------------*/
#producePage div.pickBox {
	margin: 20px 0;
}
#producePage div.pickBox ul li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	color: #000;
}
#producePage p.btn {
	margin-top: 20px;
	text-align: right;
}
#producePage .longdistance {
	zoom: 1;
}
#producePage .longdistance:after {
	content: '';
	display: block;
	clear: both;
}
#producePage .longdistance p.photo {
	float: left;
}
#producePage .longdistance .txtBox {
	float: right;
	width: 450px;
}


/* 04 wedding/flow
------------------------------------------------------------------------*/
#flowPage p.arrow {
	margin: 5px auto;
	text-align: center;
}
#flowPage .flowBox {
	padding-left: 210px;
	background: url(../images/flow_img01.jpg) no-repeat top left;
}
#flowPage .flowBox dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
#flowPage .flowBox dl dt.firstChild {
	margin-top: 0;
}
#flowPage .flowBox p.btn {
	margin-top: 10px;
	text-align: right;
}


/* 05 place/index
------------------------------------------------------------------------*/
#placePage p.btnDetail {
	margin-top: 10px;
	text-align: right;
}
#placePage img.thumbImg {
	width: 200px;
	height: 150px;
}


/* 06 place/detail
------------------------------------------------------------------------*/
#placeDetailPage #photoBox {
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #ccc;
}
#placeDetailPage #photoBox #zoomWrap {
	margin: 0;
}
#placeDetailPage #photoBox #zoomWrap,
#placeDetailPage #photoBox #zoomimg {
	width: 650px;
	height: 504px;
}
#placeDetailPage #photoBox ul#thumb {
	zoom: 1;
}
#placeDetailPage #photoBox ul#thumb:after{
	content: '';
	display: block;
	clear: both;
}
#placeDetailPage #photoBox ul#thumb li {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}
#placeDetailPage #photoBox ul#thumb li,
#placeDetailPage #photoBox ul#thumb li img {
	width: 122px;
	height: 94px;
}
#placeDetailPage #content table {
	margin-top: 20px;
	border-spacing: 1px;
	border-collapse: separate;
}
#placeDetailPage #content .off {
	display: none;
}


/* 07 dress/index
------------------------------------------------------------------------*/
#dressPage #content ul.lineup {
	margin: 20px 0;
}
#dressPage p.link {
	margin: 0;
	padding-left: 15px;
	background: url(../images/common/icon_arrow.gif) no-repeat 0 center;
}
#dressPage p.link a {
	color: #333;
}


/* 08 dress/detail
------------------------------------------------------------------------*/
#dressDetailPage ul#dressList {
	zoom: 1;
}
#dressDetailPage ul#dressList:after {
	content: '';
	display: block;
	clear: both;
}
#dressDetailPage ul#dressList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#dressDetailPage ul#dressList li {
	position: relative;
	width: 208px;
	height: 178px;
	border: 1px solid #E4E4E4;
	text-align: center;
}
* html #dressDetailPage ul#dressList li {
	width: 210px;
	height: 180px;
}
#dressDetailPage ul#dressList li span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/common/icon_zoom.gif) no-repeat top left;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#dressDetailPage ul#dressList li img {
	height: 178px;
}
#dressDetailPage ul#dressList li a:hover img {
	background: #fff url(../images/common/icon_zoom.png) no-repeat bottom right;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#dressDetailPage #content .off {
	display: none;
}

/* 09 voice
------------------------------------------------------------------------*/
#voicePage .voiceBox {
	border-top: 1px solid #ccc;
	background: url(../images/voice_line.gif) repeat-y top center;
}
#voicePage .voiceRow {
	zoom: 1;
	border-bottom: 1px solid #ccc;
}
#voicePage .voiceRow:after{
	content: '';
	display: block;
	clear: both;
}
#voicePage .voiceRow .voiceArticle {
	float: left;
	padding: 10px;
	width: 310px;
	zoom: 1;
}
#voicePage .voiceRow .voiceArticle:after{
	content: '';
	display: block;
	clear: both;
}
* html #voicePage .voiceRow .voiceArticle {
	width: 330px;
}
#voicePage .voiceRow .voiceArticle p.photo {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
#voicePage .voiceRow .voiceArticle dt {
	margin-bottom: 10px;
	color: #FF0066;
}
#voicePage .voiceRow .voiceArticle p.link {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 15px;
	background: url(../images/common/icon_arrow.gif) no-repeat 0 center;
}
#voicePage .voiceRow .voiceArticle p.link a {
	color: #333;
}
#voicePage dl.contactBnr {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 660px;
	height: 82px;
	background: url(../images/voice_bnr_contact.gif) no-repeat top left;
}
#voicePage dl.contactBnr dt {
	position: absolute;
	overflow: hidden;
	width: 0;
}
#voicePage dl.contactBnr dd {
	position: absolute;
	top: 28px;
	left: 347px;
}


/* planDir
=============================*/

ul.otherPlan {
	overflow: hidden;
	padding: 1px;
	border: 1px solid #E0E0E0;
	zoom: 1;
}
ul.otherPlan li.firstPlan {
	float: left;
}
ul.otherPlan li.secondPlan {
	float: right;
}



/* 11 plan/shinzen
------------------------------------------------------------------------*/
#shinzenPage #content .pickBox {
	margin: 20px 0;
}
#shinzenPage p.attention {
	padding: 0;
	background: none;
	font-size: 85.5%;
}
#shinzenPage p.supple {
	margin-top: 20px;
}



/* 12 plan/child
------------------------------------------------------------------------*/
#childPage div.pickBox ol li {
	color: #FF3300;
	font-weight: bold;
}



/* 13 company
------------------------------------------------------------------------*/
#companyPage div.mapWrap {
	margin: 0 15px;
	padding: 4px;
	border: 1px solid #cdcdcd
}
#companyPage div#map {
	width: 620px;
	height: 430px;
}
#companyPage dl.intro {
	margin-top: 20px;
}
#companyPage dl.firstChild {
	margin-top: 0;
}
#companyPage dl.intro dt {
	margin-bottom: 10px;
	color: #990066;
	font-weight: bold;
	font-size: 128.5%;
}
#companyPage .comBox {
	zoom: 1;
}
#companyPage .comBox:after {
	content:'';
	display: block;
	clear: both;
}
#companyPage .comBox .photo {
	float: right;
}
#companyPage .comBox .companyTable {
	float: left;
	width: 520px;
}
#companyPage table {
	border-collapse: separate;
	border-spacing: 1px;
}


/* 15 sitemap
------------------------------------------------------------------------*/
#sitemapPage p.copy {
	text-align: center;
}
#sitemapPage .staff {
	margin-top: 20px;
	zoom: 1;
}
#sitemapPage .staff:after {
	content:'';display:block;clear:both;
}
#sitemapPage .staff p.photo {
	float: left;
}
#sitemapPage .staff dl {
	margin-left: 170px;
}
#sitemapPage .staff dl dt {
	margin-bottom: 10px;
}
#sitemapPage dl.q dt {
	float: left;
	width: 3em;
	color: #FF3300;
}
#sitemapPage dl.q dd {
	margin-left: 4em;
}
#sitemapPage dl.tanaka {
	margin-top: 20px;
}
#sitemapPage dl.tanaka dt {
	float: left;
	width: 3em;
	color: #E1154E;
}
#sitemapPage dl.tanaka dd {
	margin-left: 4em;
}
#sitemapPage dl.top {
	margin-top: 20px;
}


#fewPage div.goldplan {
	margin-top: 30px;
	font-weight: bold;
	zoom: 1;
}
#fewPage div.goldplan p.photo {
	float: right;
}
#fewPage div.goldplan:after {
	content:'';display:block;clear:both;
}
#fewPage div.goldplan ul li {
	margin-bottom: 10px;
}
#fewPage div.goldplan ul {
	margin-bottom: 30px;
}


/* contact
------------------------------------------------------------------------*/

#contactPage dl.privacy dt {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contactPage dl.privacy dd {
	margin-left: 5px;
}
#contactPage dl.privacy dd ul {
	margin: 10px 5px;
}
#contactPage p.link {
	margin: 1em 0;
	padding-left: 15px;
	background: url(../images/common/icon_arrow.gif) no-repeat 0 center;
}
#contactPage p.link a {
	color: #333;
}

/*  ========================= table style */
#contactPage #content table.mailform {
	margin-left: 10px;
	margin-right: 10px;
	width: 640px;
	margin-top: 10px;
	padding: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#contactPage #content table.mailform tr th,
#contactPage #content table.mailform tr td {
	padding: 5px 10px;
	border-top: none;
	border-left: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
	vertical-align: top;
}
#contactPage #content table.mailform tr th {
	width: 150px;
	background: #FEF5F9;
	color: #333;
}

/*  ========================= input style */
#contactPage #content table.mailform input {
	margin-right: 3px;
	vertical-align: middle;
}
#contactPage #content table.mailform select {
	margin-right: 3px;
}
#contactPage #content table.mailform textarea {
	width: 350px;
}

/*  ========================= label style */
#contactPage #content table.mailform label.fmail_label_enabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}
#contactPage #content table.mailform label.fmail_label_disabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
}


/*  ========================= list style */
#contactPage ol.fmail_radio_list li,
#contactPage ol.fmail_checkbox_list li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

/*  ========================= button style */
#contactPage #content .button {
	margin-top: 20px;
	text-align: center;
}
#contactPage #content .button input {
	width: 160px;
	padding: 5px;
	border: none;
	background: #FF6905;
	color: #fff;
	font-weight: bold;
}
#contactPage #content .site_top a{
	display:block;
	width:160px;
	height: auto;
	margin: 1em auto;
	padding: 10px 0;
	border: none;
	background-image: none;
	background: #FF6905;
	color: #fff;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}


/*  ========================= text style */
#contactPage #content th em {
	margin-left: 3px;
	color: #c00;
	font-size: 83.5%;
}
#contactPage #content td .info {
	color: #999;
	font-size: 83.5%;
}


/* 08 dress/detail
------------------------------------------------------------------------*/
#DetailPage ul#hList {
	zoom: 1;
}
#dressDetailPage ul#hList:after {
	content: '';
	display: block;
	clear: both;
}
#dressDetailPage ul#hList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#dressDetailPage ul#hList li {
	position: relative;
	width: 208px;
	height: 220px;
	border: 1px solid #E4E4E4;
	text-align: center;
}

.bornone li{border:1px solid #fff !important;}

* html #dressDetailPage ul#hList li {
	width: 210px;
	height: 220px;
}
#dressDetailPage ul#hList li span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/common/icon_zoom.gif) no-repeat top left;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#dressDetailPage ul#hList li img {
	height: 178px;
}
#dressDetailPage ul#hList li a:hover img {
	background: #fff url(../images/common/icon_zoom.png) no-repeat bottom right;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#dressDetailPage #content .off {
	display: none;
}

#dressDetailPage ul#hList a{
	border:none !important;
	text-decoration:none !important;
}

.pro_li {
	margin:10px 0 10px 0;
	}

.pro_li li{
	padding-top:5px;
	padding-left:45px !important;
	background-image:url(../images/li_bg.jpg);
	background-position : left center ;
	background-repeat : no-repeat ;
	}

.ml10 {margin-left:5px !important;}

.listBox li{
	width:150px;
	height:auto;
	float:left;
	display:inline;
}

.mr20 {margin-right:20px;}
.mr10 {margin-right:10px;}
.mr5 {margin-right:5px;}

.mtb5 {margin-top:5px; margin-bottom:5px;}

.listH3Box {
	width:661px;
	height:38px;
	position:relative;
	}

.listH3Box h3{
	margin:0;
	padding:0;
	width:661px;
	height:38px;
	position:absolute;
	top:0;
	left:0;
	}

.listH3Box p.anckl a{
	width:120px !important;
	height:25px !important;
	position:absolute;
	top:29px !important;
	right:133px !important;
	}
	
.listH3Box p.anckr a{
	width:120px !important;
	height:25px !important;
	position:absolute;
	top:29px !important;
	right:3px !important;
	}

.listPhotoBox2 {
	clear:both;
	margin-bottom:10px;
	width:620px;
	height:224px;
	position:relative;
	}

.listPhotoBox p {margin:0 !important; padding:0 !important; float:left !important;}

.listPhotoBox2 p.p01 {
	width:337px; height:221px;
	position:absolute;
	top:0;
	left:-18px;
	margin-left:5px !important;
	}

.listPhotoBox2 p.p02 {
	width:139px; height:109px;
	position:absolute;
	top:0px;
	left:330px;
	margin-left:5px !important;
	}
	
.listPhotoBox2 p.p03 {
	width:139px; height:109px;
	position:absolute;
	top:0px;
	left:477px;
	margin-left:5px !important;
	}
	
.listPhotoBox2 p.p04 {
	width:139px; height:109px;
	position:absolute;
	top:112px;
	left:330px;
	margin-left:5px !important;
	}

.listPhotoBox2 p.p05 {
	width:139px; height:109px;
	position:absolute;
	top:112px;
	left:477px;
	margin-left:5px !important;
	}

.listtextBox {width:661px;}

.conBoxl {width:361px; padding:10px; float:left !important;}
.conBoxr {width:260px; padding:10px; float:left !important;}

.mar2 {_margin-left:20px !important;}

/* 20101125 on */

#content2 {
	float: right;
	width: 620px;
	margin-bottom: 10px;
	font-size: 140%;
	text-align: left;
	line-height: 1.7;
}

/* ========================= table */
#content2 table {
	margin-left: 10px;
	margin-right: 10px;
	width: 600px;
	background: #ccc;
}
#content2 th,
#content2 td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: none;
}
#content2 th {
	width: 25%;
	background: #FEF5F9;
}
#content2 td {
	background: #fff;
}

/* ========================= title */

#content2 h3 {
	margin: 30px 0 15px;
}
#content2 h4 {
	margin: 30px 0 10px;
}
#content2 h5 {
	margin: 20px 0 10px;
}
#content2 h3.firstChild,
#content2 h4.firstChild,
#content2 h5.firstChild {
	margin-top: 0;
}
#content2 h3.ti_bg {
	padding-left: 30px;
	background: url(../images/common/ti_bg.gif) no-repeat 0 center;
	line-height: 40px;
	font-size: 114%;
	font-weight: bold;
}
#content2 h4.txtTi {
	color: #D01347;
	font-size: 114%;
	font-weight: bold;
}
#content2 h4.sti_bg {
	padding-bottom: 15px;
	background: url(../images/common/sti_bg.gif) no-repeat bottom center;
	color: #D61449;
	font-size: 128.5%;
	font-weight: bold;
}

/* ========================= p */
#content2 p {
	margin: 0 0 1em;
}
#content2 p.last {
	margin-bottom: 0;
}
#content2 p.next {
	margin-top: 1em;
}

/* ========================= div */
.section {
	overflow: hidden;
	margin: 0 5px;
	_zoom: 1;
}
#content2 .pickBox {
	padding: 9px;
	border: 1px solid #EF6188;
	background-color: #FEF5F9;
}
#content2 .pickBox h5 {
	margin: 0 0 10px;
	background: url(../images/common/dot_pink.gif) repeat-x bottom left;
	font-size: 114%;
	font-weight: bold;
	color: #D01347;
	line-height: 1.5;
}
#content2 .pickBox .copy {
	margin-top: 20px;
}
#content2 dl.systemBox {
	margin-top: 20px;
	border: 1px solid #B49518;
	border-top: none;
}
#content2 dl.systemBox dt {
	border-top: 1px solid #B49518;
	padding: 1px;
}
#content2 dl.systemBox dd {
	padding: 10px;
	zoom: 1;
}
#content2 dl.systemBox dd:after{
	content: '';
	display: block;
	clear: both;
}
#content2 dl.systemBox dd h5 {
	font-weight: bold;
	line-height: 1.3;
}


/* 豎守畑class繧ｹ繧ｿ繧､繝ｫ
-------------------------------------------------------*/

/* ========================= image */
img {
	vertical-align: bottom;
}
#content2 .imgL {
	float: left;
	margin: 0 40px 0 0;
}
#content2 .imgLbtm {
	float: left;
	margin: 0 40px 15px 0;
}
#content2 .imgR {
	float: right;
	margin: 0 0 0 40px;
}
#content2 .imgRbtm {
	float: right;
	margin: 0 0 15px 40px;
}
#content2 .summaryImg {
	margin: 1em 0;
}


/* ========================= text,font */
.emphasis {
	color: #D61449;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content2 p.defList,
#content2 .defList li,
#content2 .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#content2 .defList dd {
	padding-left: 15px;
}

#content2 p.attention,
#content2 .attention li,
#content2 .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#content2 .attention dd {
	padding-left: 15px;
}
#content2 .txtLink {
}
#content2 .txtLink a {
	padding-left: 15px;
	background: url(../images/common/icon_arrow.gif) no-repeat 0 3px;
}


/* ========================= gotop */
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}
#content2 p.totop {
	margin-bottom: 30px;
	text-align: right;
	font-size: 0;
}


/* ========================= banner */
#content2 .contentBnr {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}



.listH3Box2 {
	margin-top:-20px;
	width:620px;
	height:30px !important;
	position:relative;
	}

.listH3Box2 h3{
	margin:0;
	padding:0;
	width:620px;
	height:30px !important;
	position:absolute;
	top:0;
	left:0;
	}

.listH3Box2 p.anckl a{
	width:174px !important;
	height:30px !important;
	position:absolute;
	top:30px!important;
	right:0px!important;
	}
	
.listH3Box2 p.anckr a{
	width:174px !important;
	height:30px !important;
	position:absolute;
	top:30px!important;
	right:184px!important;
	}
	


.listtextBox2 {width:620px;}

.listtextBox2 p {font-size:90% !important;}

.conBoxl {width:323px; padding:0px; float:left !important; display:inline;}
.conBoxr {margin-left:10px; width:285px; padding:0px; float:left !important;}

.mar2 {_margin-left:20px !important;}

.marT10 {margin-top:10px;}
