@charset "UTF-8";

/*
-moz-border-radius: ;
-webkit-border-radius: ;
-o-border-radius: ;
-ms-border-radius: ;	
*/


/*//////common//////*/

/*パンくずリスト*/
ul#breadcrumb {
	margin: 5px 10px 15px;
	font-size: 12px;
	float: right;
}
ul#breadcrumb li{
	float: left;
	padding: 0 0 0 13px;
}
ul#breadcrumb li a {
	color: #999;
}
ul#breadcrumb li#b_home{
	background: url(../common_img/ico_home.png) no-repeat left center;
}

/*ページ内nav*/
ul#pnav {
	margin: 0 0 25px 0;
}
ul#pnav li {
	float:left;
	margin-right: 5px;
}
ul#pnav li.last {
	margin: 0;
}




/*div*/
.article {
	width: 980px;
	margin: 0 auto;
}
.section {}

/*table*/
table.table01{}
table.table01 tr{
}
table.table01 th,table.table01 td{
	padding:20px 15px 15px
}
table.table01 th {
	color: #fff;
	background: #57912C;
	vertical-align: top;
	text-align:left;
}
table.table01 td {
	background: #fbfbdf;
}

/*list*/


/*outlink*/
.outlink{
	background: url(../common_img/ico_outlink.png) no-repeat right center;
	padding: 0 20px 0 10px;
	font-size: 12px;
}


/*準備中*/
.junbi {
	padding: 150px 0;
	text-align: center;
}



/*//////page//////*/


/*お問い合わせ*/
body#contact {}
body#contact #content th p img {
	vertical-align: top;
	margin-right: 3px;
}
body#contact #content .lead {
	position: relative;
	width: 970px;
	height: 300px;
	margin: 45px auto 0;
	background: url(../common_img/order_bg.png) no-repeat center top;
}
body#contact #content .lead li.shopping{
	position: absolute;
	top: 26px;
	left: 10px;
}
body#contact #content .lead li.tel{
	position: absolute;
	top: 55px;
	right: 360px;
}
body#contact #content .lead li.fax{
	position: absolute;
	top: 55px;
	right: 0;
}
body#contact #content .lead li.btn_fax {
	position: absolute;
	bottom: 23px;
	right: 103px;
}


/**submitBtn**/
.form_submit {
	text-align: center;
	background: #f2f2f2;
	width: 970px;
	margin: 0 auto;
	padding: 40px 0;
}
.form_submit input[type=submit]{
	padding:10px 30px;
	font-size: 14px;
	background-color: #ff6c0a;
	color: #fff;
	border-style: none;
	cursor:pointer;
}
.form_submit input:disabled {
	color: #ccc;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
/**pp**/
#pp {
	clear: both;
	width: 970px;
	padding: 30px 0 0;
}
#pp p {
	margin: 0 20px 20px;
}
#pp dd,
#pp li {
	line-height: 1.8;
}
#pp dl {
	background: #f5f4e3;
	margin: 15px 30px 20px;
	padding: 20px 30px;
}
#pp dl dt{
	margin-bottom: 10px;
}
#pp ol {
	margin: 0 50px 20px;
}
#pp ol li {
	list-style: decimal;
}


/*新着情報*/
body#topics {}
body#topics #rss{
	text-align: right;
	margin-right: 10px;
	margin: 30px 20px 10px;
}
body#topics .news_box{
	clear:both;
	width: 908px;
	margin: 0 auto;
	padding: 30px;
	border: solid 2px #78ac60;
	background: url(../common_img/bgpat01.gif) repeat left top;
}
body#topics .news_box .title{
	background: #fff;
	padding: 20px 13px 0;
}
body#topics .news_box .title dl{
	border-bottom: dotted 1px #bcbcbc;
	padding-bottom: 25px;
}
body#topics .news_box .title dl dt{
	background: url(../common_img/arrow02.png) no-repeat left center;
	float: left;
	line-height: 1.5;
	display: block;
	color: #696969;
	padding: 0 0 0 15px;
	margin-left: 20px;
}
body#topics .news_box .title dl dd{
	color: #84b217;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	padding: 0 10px 0 9em;
}
body#topics .news_box .news_text{
	padding: 25px;
	line-height: 1.8;
	min-height: 80px;
	background: #fff;
}
body#topics .news_box .news_text .photo{
	margin:0 25px 25px 0;
	float: left;
}
body#topics .news_box .news_text .photo img{
	border: 5px solid #FFF;
	width: 260px;
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
}
body#topics .photo a:hover img {/*LightBox-img用*/
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
body#topics .page-up {
	margin: 10px 10px 30px;
}

/**ページネーション**/
#pagenation {
	clear:both;
}
#pagenation ul {
	margin: 50px 5px 0;
}
#pagenation ul li{
	display:block;
	padding-bottom:30px;
}
#pagenation ul li#prev{
	float:left;
}
#pagenation ul li#next{
	float:right;
}


/*特定商取引法に基づく表記*/
body#law {}
body#law #content .lead {
	position: relative;
	width: 970px;
	height: 300px;
	margin: 45px auto 0;
	background: url(../common_img/order_bg.png) no-repeat center top;
}
body#law #content .lead li.shopping{
	position: absolute;
	top: 26px;
	left: 10px;
}
body#law #content .lead li.tel{
	position: absolute;
	top: 55px;
	right: 360px;
}
body#law #content .lead li.fax{
	position: absolute;
	top: 55px;
	right: 0;
}
body#law #content .lead li.btn_fax {
	position: absolute;
	bottom: 23px;
	right: 103px;
}
body#law .section{}
body#law .section table{
	width: 970px;
	margin: 0 auto;
}
body#law .section table th{
	width: 180px;
	margin: 0 auto;
	line-height: 1.8;
}
body#law .section table td{
	line-height: 1.8;
}


/*お悩み別商品紹介*/
body#nayami {}
body#nayami .lead{
	position: relative;
	clear: both;
	background: url(../nayami/images/lead_bg.png) no-repeat center top;
	height: 1614px;
	margin-bottom: 110px;
}
body#nayami .lead h3,
body#nayami .lead #nayami01,
body#nayami .lead #nayami02,
body#nayami .lead #osusume01,
body#nayami .lead #osusume02,
body#nayami .lead #btn01,
body#nayami .lead #btn02,
body#nayami .lead #btn03,
body#nayami .lead #btn04{
	position: absolute;
}
body#nayami .lead h3{
	top: 88px;
	left: 60px;
}
body#nayami .lead #nayami01{
	top: 230px;
	left: 60px;
}
body#nayami .lead #nayami02{
	top: 939px;
	left: 60px;
}

body#nayami .lead #osusume01{
	top: 410px;
	left: 0px;
}

body#nayami .lead #osusume02{
	top: 1075px;
	left: 0px;
}

body#nayami .lead #btn01{
	top: 497px;
	left: 180px;
}

body#nayami .lead #btn02{
	bottom: 80px;
	left: 180px;
	top: 1200px;
}

body#nayami .lead #btn03{
	top: 715px;
    left: 41px;
}

body#nayami .lead #btn04{
	top: 1386px;
    left: 41px;
}

body#nayami .sec01{
	background: #e6f5d4;
}
body#nayami .sec01 .article{
	position: relative;
	padding: 130px 0 0;
}
body#nayami .sec01 h4{
	position: absolute;
	text-align: center;
	top: -100px;
}
body#nayami .sec02{
	background: #fff9df;
	padding: 80px 0 35px;
	margin-bottom: 30px;
}
body#nayami .sec02 .article{
	position: relative;
	background: url(../nayami/images/nayami06_bg.png) no-repeat center top;
	height: 780px;
}
body#nayami .sec02 .article dt{
	text-align: right;
	padding: 60px 55px 0;
}
body#nayami .sec02 .article dd#btn_mo{
	position: absolute;
	bottom: 108px;
	left: 55px;
}
body#nayami .sec02 .article dd#btn_ro{
	position: absolute;
	bottom: 108px;
	right: 55px;
}


/*モルセラデラックス*/
body#moluccella {}
body#moluccella .point{
	background: url(../common_img/bg_blue01.jpg) repeat left top;
	padding: 30px 0;
	margin: 0 0 20px;
}
body#moluccella .point .article{
	position: relative;
}
body#moluccella .point dt{
	color: #2c2c2c;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
}
body#moluccella .point dd{
	font-size: 16px;
	line-height: 1.7;
	background: #ffffff;
	margin: 0 20px;
	padding: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
body#moluccella #point01 p{
	font-size: 16px;
	line-height: 1.7;
	background: #ffffff;
	margin: 0 20px;
	padding: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
body#moluccella #point02 dt{
	background: url(../moluccella/images/point02_img.png) no-repeat right top;
	margin: 0 75px 20px 40px;
	min-height: 258px;
}
body#moluccella #point03 dl{
	background: url(../moluccella/images/point03_img.png) no-repeat left top;
	min-height: 335px;
	padding-top: 30px;
}
body#moluccella #point03 dt{
	padding-left: 465px;
	margin: 0 20px 30px 0;
}
body#moluccella #point03 dd{
	/*position: absolute;
	bottom: 115px;
	right: 30px;*/
	padding: 0;
	background: none;
	text-align: right;
}
body#moluccella .arrow02 {
	margin: 30px 0 0;
}
body#moluccella .osusume{
	clear: both;
	margin: 0 0 80px;
}
body#moluccella #voice h4{
	float: left;
	margin: 0;
}
body#moluccella #voice .voice01,
body#moluccella #voice .voice03,
body#moluccella #voice .voice05{
	float: right;
}
body#moluccella #voice .voice02,
body#moluccella #voice .voice04{
	float:left;
}
body#moluccella #voice .voice01 dt{
	background: url(../moluccella/images/voice_img01.png) no-repeat left top;
}
body#moluccella #voice .voice02 dt{
	background: url(../moluccella/images/voice_img02.png) no-repeat left top;
}
body#moluccella #voice .voice03 dt{
	background: url(../moluccella/images/voice_img03.png) no-repeat left top;
}
body#moluccella #voice .voice04 dt{
	background: url(../moluccella/images/voice_img04.png) no-repeat left top;
}
body#moluccella #voice .voice05 dt{
	background: url(../moluccella/images/voice_img05.png) no-repeat left top;
}
body#moluccella .example{
	background: url(../moluccella/images/example_bg.png) no-repeat center top;
	min-height: 805px;
	padding: 45px 0 0;
}
body#moluccella .example .article{
}
body#moluccella .example h4{
	text-align: center;
	margin: 0 0 85px;
}
body#moluccella .example dl {
	width: 440px;
	margin: 0 22px 35px;
}
body#moluccella .example dt{
	margin: 0 0 12px
}
body#moluccella .example dd{
	padding: 0 0 0 240px;
	line-height: 1.7;
	min-height: 230px;
}
body#moluccella .example #ex01,
body#moluccella .example #ex03{
	float:left;
}
body#moluccella .example #ex02,
body#moluccella .example #ex04{
	float: right;
}
body#moluccella .example #ex01 dd{
	background: url(../moluccella/images/example_img01.png) no-repeat left top;
}
body#moluccella .example #ex02 dd{
	background: url(../moluccella/images/example_img02.png) no-repeat left top;
}
body#moluccella .example #ex03 dd{
	background: url(../moluccella/images/example_img03.png) no-repeat left top;
}
body#moluccella .example #ex04 dd{
	background: url(../moluccella/images/example_img04.png) no-repeat left top;
}
body#moluccella #process{
	background: #fafddc;
	padding: 20px 0;
	margin: 0 0 30px;
}
body#moluccella #process .red{
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0 0 30px;
}
body#moluccella  .ingredients {
	margin: 0 0 30px;
}
body#moluccella  .ingredients p{
	margin: 0 25px;
}


/*ロイヤルダイエットエンザイム*/
body#royal {}
body#royal .lead {
	margin: 0 0 50px;
}
body#royal .reason {
	background: url(../common_img/bg_blue01.jpg) repeat left top;
	padding:30px 0 0;
	margin: 40px 0 15px;
}
body#royal .herb{
	padding: 0 0 95px;
}
body#royal .herb h4{
	margin: 30px 0 80px;
}
body#royal .herb dl{
	width: 410px;
	background: url(../royal/images/bg_txt.png) center top no-repeat;
	min-height: 256px;
	margin: 0 0 40px;
}
body#royal .herb dt{
	color: #86b90a;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 30px 25px;
}
body#royal .herb dd{
	font-size: 18px;
	line-height: 1.7;
	margin: 0 89px 0 25px;
}
body#royal .herb .herb01,
body#royal .herb .herb03,
body#royal .herb .herb05,
body#royal .herb .herb07,
body#royal .herb .herb09{
	float: left;
	margin-left: 60px;
}
body#royal .herb .herb02,
body#royal .herb .herb04,
body#royal .herb .herb06,
body#royal .herb .herb08,
body#royal .herb .herb10{
	float:right;
	margin-right: 60px;
}
body#royal .example {
	background: url(../common_img/bg_blue01.jpg) repeat left top;
	text-align: center;
	padding: 50px 0 30px;
	margin: 0 0 80px;
}
body#royal .example h4{
	margin: 0 0 70px;
}
body#royal .example p{
	margin: 0 0 50px;
}
body#royal .example p.btn{
	position:relative;
	margin-top:-104px;
}



body#royal #voice h4{
	text-align: center;
}
body#royal #voice .voice01,
body#royal #voice .voice03{
	float: left;
}
body#royal #voice .voice02,
body#royal #voice .voice04{
	float: right;
}
body#royal #voice .voice01 dt{
	background: url(../royal/images/voice_img01.png) no-repeat left top;
}
body#royal #voice .voice02 dt{
	background: url(../royal/images/voice_img02.png) no-repeat left top;
}
body#royal #voice .voice03 dt{
	background: url(../royal/images/voice_img03.png) no-repeat left top;
}
body#royal #voice .voice04 dt{
	background: url(../royal/images/voice_img04.png) no-repeat left top;
}




/*モルセラ・ロイヤルダイエットエンザイム共通*/
body#moluccella .item{
	position: relative;
	height: 580px;
	margin-bottom: 30px;
}
body#royal .item{
	position: relative;
	height: 510px;
	margin-bottom: 30px;
}


body#moluccella .btn_shop,
body#moluccella .btn_fax,
body#royal .btn_shop,
body#moluccella .btn_shop_yahoo,
body#royal .btn_fax{
	position: absolute;
}
.price_vb{ 
	position:absolute;
	bottom:155px;
	left:55px;
}
body#moluccella .btn_shop{
	bottom: 105px;
	left: 70px;
}

body#moluccella .btn_fax:hover,
body#moluccella .btn_shop:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

body#moluccella .btn_fax{
	bottom: 105px;
	right: 310px;
}
body#royal .btn_shop{
	bottom: 115px;
	left: 60px;
}
body#moluccella .title_yahoo{
position: absolute;
    bottom: 270px;
    left: 76px;
}

body#moluccella .title_shop{
position: absolute;
    bottom: 160px;
    left: 76px;
}
body#moluccella .btn_shop_yahoo{
    bottom: 190px;
    left: 65px;
    background: #ffffff;
    padding: 8px 10px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

body#moluccella .btn_shop_yahoo1{
	bottom: 200px;
}

.btn_shop_yahoo:hover{
background:#9CD173;
}
body#royal .btn_fax{
	bottom: 115px;
	right: 310px;
}

body#moluccella #voice,
body#royal #voice{
	padding: 0 30px;
	margin: 0 0 40px;
}
body#moluccella #voice dl,
body#royal #voice dl{
	background:url(../moluccella/images/voice_base.png) no-repeat center bottom;
	width: 440px;
	height: 445px;
}
body#moluccella #voice dt,
body#royal #voice dt{
	color: #ffffff;
	font-size: 22px;
	text-align: right;
	padding: 80px 80px 78px 0;
}
body#moluccella #voice dd,
body#royal #voice dd{
	padding: 0 48px 0 60px;
	line-height: 2.2;
}

body#moluccella .attention,
body#royal .attention {
	clear: both;
}
body#moluccella .attention h5,
body#royal .attention h5{
	color: #d92c3d;
	font-size: 22px;
	background: url(../moluccella/images/ico_vegi.png) no-repeat left center;
	line-height: 73px;
	padding: 0 0 0 80px;
	margin: 0 0 0 20px;
}
body#moluccella .attention ul,
body#royal .attention ul{
	margin: 0 0 0 60px;
}
body#moluccella .attention li,
body#royal .attention li{
	font-size: 18px;
	line-height: 1.7;
	list-style: circle;
}
body#moluccella .attention table,
body#royal .attention table{
	width: 960px;
	margin: 55px auto 80px;
}
body#moluccella .attention th,
body#royal .attention th{
	width: 180px;
}
body#moluccella .attention td,
body#royal .attention td{
	line-height: 1.8;
}



