@charset "UTF-8";
/* CSS Document */
/* Huynh Tram */

/* top */
.top {
	height: 499px;
	width: 760px;
}
.gallery {
	width:689px;
	margin:0 auto 20px;
	background:url(/images/pages/feature/201404_04/bg_bottom01.png) no-repeat 0 100%;
	padding-bottom:11px;
}
.top-gallery {
	background:url(/images/pages/feature/201404_04/bg_top01.png) no-repeat;
	height:8px;	
}
.content-gallery {
	background:url(/images/pages/feature/201404_04/bg_middle01.png);
	padding:0 4px 20px;	
}
.title01 {
	position:relative;
	top:-8px;
}
.gallery-inner {
	padding-left:19px;
	margin-top:10px;	
}
.g-img {
	width:149px;
	float:left;
	margin-right:16px;	
	font-size:84%;
	color:#3e3a39;
	font-weight:bold;
	letter-spacing:-1px;
}
.txt01 {
	font-size:110%;
	color:#3e3a39;
	font-weight:bold;
	letter-spacing:-1px;
	padding-left:5px;	
}
.link01 {
	font-size:62%;
	text-decoration:none;
	color:#3e3a39;	
	padding-left:5px;
}
.link01:hover {
	text-decoration:underline;	
}
.content {
	background:url(/images/pages/feature/201404_04/bg_middle02.png) repeat-y;
	width:689px;
	margin:0 auto;
	position:relative
}
.content-top {
	background:url(/images/pages/feature/201404_04/bg_top02.png) no-repeat;
	height:	6px;
}
.content-inner {
	background:url(/images/pages/feature/201404_04/bg_bottom02.png) no-repeat 0 100%;
	margin:0 4px;	
}
.title {
	position:relative;
	top:-6px;
	margin-bottom:20px;	
}
.inner {
	width:648px;
	margin:0 auto;
}
.inner-detail {
	background:url(/images/pages/feature/201404_04/bg_bottom03.png) no-repeat 0 100%;
	padding-bottom:	16px;	
}
.inner-top {
	background:url(/images/pages/feature/201404_04/bg_top03.png) no-repeat;
	height:	35px;
}
.title02 {
	font-size:150%;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
	line-height:35px;	
}
.main {
	background:url(/images/pages/feature/201404_04/bg_middle03.png) repeat-y;
	padding:20px 25px 50px;	
}
.left {
	float:left;	
	width:127px;
}
.right {
	width:460px;
	float:right;	
}
.image {
	width:158px;
	float:right;	
}
.s-img {
	margin-bottom:10px;
}
.w275 {
	width:275px;
	float:left;	
}
.text {
	clear:both;	
	padding-top:10px;
}
.txt02 {
	color:#ff4e99;
	font-weight:bold;
	line-height:20px;
	margin-bottom:5px;
}
.txt03 {
	color:#ff4e99;
	font-weight:bold;
	font-size:84%;
	line-height:14px;
	letter-spacing:-1px;	
}
.txt04 {
	color:#546695;
	font-weight:bold;	
}
.txt05 {
	color:#3e3a39;
	line-height:18px;
	letter-spacing:1px;	
}
.b-right {
	float:right;
	margin-right:20px;	
}
.b-left {
	width:360px;
	float:left;	
}
.txt06 {
	line-height:25px;
	color:#3e3a39;
	margin-left:40px;
	width:360px;
	float:left;
}
.txt07 {
	line-height:25px;
	color:#ff1d79;
	margin-left:40px;
	width:360px;
	font-weight:bold;
	letter-spacing:1px;
}
.bottom-img {
	font-size:0;
	height:	70px;
}

/*共通要素*/
#Container{
	width:760px;
	margin:0 auto;
	background:url(/images/pages/feature/201404_04/bg_body.jpg) repeat-y;
	overflow:hidden;
}

/*
/////////////////////////////////////
汎用クラス
common.css
updataEE013/11/25
/////////////////////////////////////
*/

/* ----- YUI FONTSIZE ---- */

.text10 { font-size: 84%; }
.text11 { font-size: 92%; }
.text12 { font-size: 100%; }
.text13 { font-size: 109%; }
.text14 { font-size: 117%; }
.text15 { font-size: 125%; }
.text16 { font-size: 134%; }
.text17 { font-size: 142%; }
.text18 { font-size: 150%; }
.text19 { font-size: 159%; }
.text20 { font-size: 167%; }
.text21 { font-size: 175%; }
.text22 { font-size: 184%; }
.text23 { font-size: 192%; }
.text24 { font-size: 200%; }
.text25 { font-size: 209%; }
.text26 { font-size: 217%; }


/*alpha*/
.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*breadcrumbs*/
#Breadcrumbs {
	color:#84745F;
	height:25px;
	margin:10px 0 0 0;
}
#Breadcrumbs li {
	height:15px;
	float: left;
	padding: 5px 5px 5px 0;
}
#Breadcrumbs a{
	color: #84745F;
	padding: 0 5px 0 0;
}
#Breadcrumbs a:hover{
	text-decoration:none;
	color: #84745F;
}

/*ETC*/

.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-5				{ margin-top: 5px; }
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }

.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }

.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }

.mb-5				{ margin-bottom: 5px; }
.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }

/*padding*/
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }

.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }

.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }

.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }

.shop-sns-ul {
	z-index:1;
	position:absolute;
	top:210px;
	right:255px;
}

.frame1 {
	position: absolute;
	left: 463px;
	top: 118px;
	width: 198px;
}

.frame2 {
	position: absolute;
	left: 460px;
	top: 263px;
	width: 198px;
}

.frame3 {
	position: absolute;
	left: 463px;
	top: 607px;
	width: 198px;
}

.frame4 {
	position: absolute;
	left: 460px;
	top: 755px;
	width: 198px;
}

.frame5 {
	position: absolute;
	left: 464px;
	top: 1094px;
	width: 198px;
}

.frame6 {
	position: absolute;
	left: 460px;
	top: 1321px;
	width: 198px;
}

.frame7 {
	position: absolute;
	left: 464px;
	top: 1595px;
	width: 198px;
}

.frame8 {
	position: absolute;
	left: 460px;
	top: 1819px;
	width: 198px;
}

