@charset "shift_jis";


/* module
=========================================*/

/* section */
#mainContents .section {
	clear: both;
	padding: 0 30px 0;
}

/* heading1 */
#mainContents .heading1 {
	clear: both;
	margin: 0 0 20px;
}
/* heading2 */
#mainContents .heading2 {
	clear: both;
	margin: 0 0 15px;
	color: #9c9c9c;
	font-size: 160%;
	font-weight: bold;
}

/* directoryNav */
#mainContents .directoryNav {
	margin: 0 0 20px 20px;
}
#mainContents .directoryNav li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 10px;
	background: url(../images/common_ic001.gif) no-repeat 0 0.3em;
}

/* pageTopLink */
#mainContents .pageTopLink {
	clear: both;
	text-align: right;
	margin: 0 0 20px;
}
#mainContents .pageTopLink span {
	padding: 0 0 0 13px;
	background: url(../images/common_ic002.gif) no-repeat 0 0.25em;
}



/* /index.html
=========================================*/
#siteTop #mainContainer {
	padding: 20px 30px 40px;
}
/* mainFlashContainer */
#siteTop #mainFlashContainer {
	clear: both;
	padding: 0 0 15px;
	background-color: #291B54;
	text-align: center;
}

/* siteInfo */
#siteTop #mainContents .siteInfo {
	float: left;
	width: 460px;
}
#siteTop #mainContents .siteInfo .topSection {
	margin: 0 0 10px;
	padding: 10px 0 11px 15px;
}
#siteTop #mainContents .siteInfo .topSection .introductionLink {
	clear: both;
	margin: 10px 0 0;
	text-align: right;
}
#siteTop #mainContents .siteInfo .topSection ul {
	margin: 0 0 -10px;
}
#siteTop #mainContents .siteInfo .topSection ul li {
	margin: 0 0 10px;
}
#siteTop #mainContents .siteInfo .topSection ul li span {
	display: block;
	color: #7253AA;
	font-weight: bold;
}
/* shopInfo */
#siteTop #mainContents .shopInfo {
	float: right;
	width: 280px;
}
#siteTop #mainContents .shopInfo .shopMap {
	margin: 0 0 10px;
}



/* /wedding/index.html
=========================================*/
/* newArraivalsPhoto */
#mainContents .hLine {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 22px 0;
	background: no-repeat url(../../wedding/images/index_ex001.gif) 0 100%;
}
#mainContents div.hLine {
	clear: both;
	margin: 0 0 20px;
	padding: 0 212px 22px 20px;
	background: no-repeat url(../../wedding/images/index_ex001.gif) 0 100%;
	font-size: 110%;
}
#mainContents div.hLine h4 {
	margin: 0 0 20px;
}


/* /wedding/column.html
=========================================*/
/* counselorColumn */
#mainContents .counselorColumn {
	margin: 50px 0 0;
	border: #bdabdd 1px solid;
}
#mainContents .counselorColumn .title {
	padding: 5px 10px;
	background-color: #bdabdd;
	color: #ffffff;
	font-size: 130%;
}
#mainContents .counselorColumn .title h3 {
	font-weight: bold;
}
#mainContents .counselorColumn .detail {
	padding: 10px 20px 20px;
	letter-spacing: 0.1em;
}
#mainContents .counselorColumn .detail .woman {
	margin: 0;
	color: #3a63b8;
}
#mainContents .counselorColumn .detail .man {
	margin: 0;
	color: #d0298b;
}
#mainContents .counselorColumn .detail p {
	margin: 12px 0 0;
}


/* /wedding/counselor.html
=========================================*/
#mainContents .introduceColumn {
	margin: 0 0 50px;
	padding: 50px 115px;
	background-color: #f8edfe;
}
#mainContents .introduceColumn .leftCol {
	float: left;
	width: 162x;
}

#mainContents .introduceColumn .rightCol {
	float: right;
	width: 330px;
}
#mainContents .introduceColumn .rightCol h3 {
	padding: 0 0 0 9px;
	border-left: #170046 9px solid;
	font-size: 120%;
	font-weight: bold;
	color: #170046;
	line-height: 1.6;
}
#mainContents .introduceColumn .rightCol p {
	margin: 15px 0 0;
	letter-spacing: 0.1em;
}


/*  margin top/bottom
=========================================*/
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
} 
.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
} 
.mb30 {
	margin-bottom: 30px !important;
}



/*  Extra
=========================================*/
/* Clearfix */
#mainContents .directoryNav:after,
#siteTop #mainContents:after,
#siteTop #mainContents .siteInfo .topSection:after,
#mainContents .infoSection:after,
#mainContents .textCol .companyInfo:after,
#mainContents .collectionColumn:after,
#mainContents .collectionColumn .rightCol dl:after,
#mainContents .introduceColumn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

#mainContents .directoryNav,
#siteTop #mainContents,
#siteTop #mainContents .siteInfo .topSection,
#mainContents .infoSection,
#mainContents .textCol .companyInfo,
#mainContents .collectionColumn,
#mainContents .collectionColumn .rightCol dl,
#mainContents .introduceColumn {
	zoom: 1;
}
