@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
	text-align: center;
	/*background-color: #ffdfe2;*/
	background-image: url(images/bg.jpg);
	background-position: center top;
}

* html img,
* html a {
	behavior: url(/iepngfix.htc);
}

/*********************
* main structure
*********************/

#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	/*
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;*/
}

#header {
	margin: 0 auto 10px 0;
	text-align: right;
	background-color: #33cc00;
}

#top #header {
	margin: 0 auto;
}

#top #header_inner {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	background-color: #33cc00;
}

#contents {
	margin: 0 25px;
	width: 900px;
	padding-bottom: 20px;
}

#top #contents {
	margin: 0 25px;
	padding-top: 10px;
}

#footer {
	margin: 0 25px;
	width: 900px;
	background-color: #33cc00;
}

#footer_inner {
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	color: #FFF;
	font-size: 12px;
}

#footer_inner a {
	color: #FFF;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

h1 {
	font-size: 12px;
}

.m3 {
	margin: 3px;
}

.m5 {
	margin: 5px;
}

.dm20 {
	margin: 0 20px;
}

.alert {
	font-weight: bold;
	color: #FF0000;
}

/*********************
* main contents
*********************/
#flash {
	height: 540px;
}

#left {
	width: 247px;
	float: left;
	text-align: center;
}

#left .title {
	margin-bottom: 10px;
}

#left .mobile_info {
	width: 228px;
	height: 230px;
	margin: 0 auto;
	background-image:url(images/menu/mobile_info.jpg);
	background-repeat: no-repeat;
}

#left ul {
	margin: 0 10px 5px 10px;
	padding-left: 10px;
}

#left ul#submenu1 {
	background-color: #e8e9fe;
}

#left ul#submenu2 {
	background-color: #faecc7;
}

#left ul li {
	text-align: left;
	list-style-type: none;
	font-size: 13px;
	line-height: 180%;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}

#left ul li a {
	color: #3b3b45;
	text-decoration: none;
}

#left ul#submenu1 li {
	background-image: url(images/menu/point01.gif);
}

#left ul#submenu2 li {
	background-image: url(images/menu/point02.gif);
}

#left .mobile_info_inner {
	padding: 178px 0 0 110px;
	text-align: left;
}

#right {
	width: 653px;
	float: left;
}

#right .inquiry {
	background-image:url(images/top/contactus.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 632px;
	height: 106px;
}

#right .inquiry_inner {
	padding: 38px 0 0 290px;
}

#right .inquiry_inner img {
	margin-left: 10px;
}

#right .return_top {
	text-align: right;
	margin: 20px 20px 0 0;
}

/*********************
* TOP
*********************/
#top #contents .top_center_left {
	float: left;
	width: 405px;
/*	margin-left: 5px;*/
}

#top #contents .top_center_left .anniv {
	background-image:url(images/top/mainichi.jpg);
	background-repeat: no-repeat;
	width: 402px;
	height: 546px;
	margin-bottom: 10px;
}

#top #contents .top_center_left .anniv_inner {
	margin: 0 15px 10px 15px;
	padding-top: 235px;
	font-size: 12px;
}

#top #contents .top_center_left .tiara {
	background-image:url(images/top/tiara.jpg);
	background-repeat: no-repeat;
	width: 402px;
	height: 184px;
}

#top #contents .top_center_left .tiara_inner {
	width: 200px;
	margin: 0 0 0 10px;
	padding-top: 60px;
	font-size: 12px;
}

#top #contents .top_center_right {
	float: left;
	width: 230px;
}

#top .information {
	margin: 5px 0px;
}

* html #top .information {
	margin: 5px 0px;
}

#top .information2 {
	margin: 5px 3px;
}

* html #top .information2 {
	margin: 5px 3px;
}

#top .whatsnew,
#top .update {
	float: left;
	width: 310px;
	height: 145px;
	margin: 0 5px 0 1px;
	background-repeat: no-repeat;
}

#top .whatsnew_inner,
#top .update_inner {
	margin: 40px 5px 0 8px;
	height: 100px;
	overflow-y: scroll;
	text-align: left;
}

#top .whatsnew {
	background-image:url(images/top/whatsnew.jpg);
}

#top .update {
	background-image:url(images/top/update.jpg);
}

#top dl {
	border: none;
}

#top dt {
/*	font-weight: bold;*/
	color: #333;
	border: none;
	margin: 0;
}

#top dd {
	border: none;
	margin-bottom: 5px;
}

/*********************
* 毎日を記念日に変えるジュエリー
*********************/
#anniversary .omoi {
	width: 600px;
	height: 650px;
	margin: 0 25px;
	background-image:url(images/anniversary/omoi_back.gif);
	background-repeat: no-repeat;
}

#anniversary .omoi_inner {
	margin: 0 25px;
	padding-top: 140px;
	text-align: center;
	line-height: 125%;
}

#anniversary .ougon {
	width: 600px;
	height: 890px;
	margin: 0 25px;
	background-image:url(images/anniversary/ougon.jpg);
	background-repeat: no-repeat;
}

#anniversary .ougon_inner {
	margin: 0 30px;
	padding-top: 70px;
	line-height: 140%;
}

/*********************
* ブライダルリング
*********************/
#bridal_ring .top_text {
	margin: 0 40px;
}

#bridal_ring .eg_title {
	margin-left: 35px;
}

#bridal_ring .bridal_ring_menu {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

#bridal_ring .ring_info {
	margin: 0 20px;
}

#bridal_ring .ring_info_img_box {
	width: 305px;
	text-align: center;
	float: left;
}

#bridal_ring .ring_info_text {
	margin: 0 20px;
	background-image: url(images/common/heart.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

* html #bridal_ring .ring_info_text {
	margin: 0 10px;
}


#bridal_ring .ring_info_text_box {
	width: 270px;
	min-height:113px;
	height: auto !important;
	height: 113px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	margin: 0 17px;
}

* html #bridal_ring .ring_info_text_box {
	width: 270px;
	margin-left: 13px;
}

#bridal_ring .tiara {
	background-image:url(images/maridge_ring/tieara_back.jpg);
	background-repeat: no-repeat;
	width: 572px;
	height: 358px;
	margin: 50px 30px 20px 30px;;
}

#bridal_ring .tiara_inner {
	font-size: 12px;
	width: 280px;
	margin-left: 45px;
	padding-top: 70px;
}

#bridal_ring .flow_step {
	margin: 5px 20px 10px 20px;
}

#bridal_ring .flow_step img.step_photo {
	margin: 0 0 5px 5px;
}

#bridal_ring .bridal_ring_box {
	float: left;
	width: 305px;
	text-align: center;
	margin-left: 5px;
}

#bridal_ring .bridal_ring_text {
	width: 270px;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	margin-left: 18px;
}

#bridal_ring .step {
	margin: 15px 0 5px 0;
}

/*********************
* オーダーメイドジュエリー
*********************/
#order_made_jewery .kameo {
	width: 589px;
	height: 359px;
	margin: 10px 30px;
	background-image:url(images/order_made_jewery/kameo_back.gif);
	background-repeat: no-repeat;
}

#order_made_jewery .kameo_inner {
	padding-top: 65px;
	margin: 0 20px 10px 20px;
	line-height: 135%;
}

#order_made_jewery .kameo_inner img {
	margin-right: 10px;
}

#order_made_jewery .photo_thumb3 img {
	margin-left: 23px;
}

#order_made_jewery .order_made_jewery_box {
	float: left;
	width: 305px;
	text-align: center;
	margin-left: 5px;
}

#order_made_jewery .order_made_jewery_text {
	width: 270px;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	margin-left: 18px;
}

#order_made_jewery .order_made_jewery_menu {
	text-align: center;
	margin: 10px 0;
}

/*********************
* ジュエリーリフォーム
*********************/
#jewery_reform .case1,
#jewery_reform .case2 {
	width: 565px;
	height: 400px;
	background-repeat: no-repeat;
	margin: 10px 40px;
}

#jewery_reform .case1 {
	background-image:url(images/jewery_reform/case01.jpg);
}

#jewery_reform .case2 {
	background-image:url(images/jewery_reform/case02.jpg);
}

#jewery_reform .case_inner {
	padding-top: 95px;
	margin: 0 20px 0 250px;
	line-height: 125%;
}

#jewery_reform .flow_step {
	margin: 5px 20px 10px 20px;
}

#jewery_reform .flow_step img.step_photo {
	margin: 0 0 5px 5px;
}

#jewery_reform .step {
	margin: 15px 0 5px 0;
}

/*********************
* アフターサービス
*********************/
#after_service .sample1,
#after_service .sample2,
#after_service .sample3,
#after_service .sample4,
#after_service .sample5,
#after_service .sample6 {
	background-repeat: no-repeat;
	margin: 10px 30px;
}

#after_service .sample1 {
	width: 590px;
	height: 239px;
	background-image: url(images/after_service/sample01.jpg);
	
}

#after_service .sample2 {
	width: 590px;
	height: 249px;
	background-image: url(images/after_service/sample02.jpg);
	
}

#after_service .sample3 {
	width: 590px;
	height: 239px;
	background-image: url(images/after_service/sample03.jpg);
	
}

#after_service .sample4 {
	width: 590px;
	height: 217px;
	background-image: url(images/after_service/sample04.jpg);
	
}

#after_service .sample5 {
	width: 590px;
	height: 236px;
	background-image: url(images/after_service/sample05.jpg);
	
}

#after_service .sample6 {
	width: 590px;
	height: 219px;
	background-image: url(images/after_service/sample06.jpg);
	
}

#after_service .sample_inner {
	padding-top: 70px;
	margin: 0 210px;
	font-size: 12px;
	line-height: 130%;
}

#after_service .sample_price_1{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 90px;
}
#after_service .sample_price_2{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 30px;
}
#after_service .sample_price_3{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 60px;
}
#after_service .sample_price_4{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 95px;
}
#after_service .sample_price_5{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 40px;
}
#after_service .sample_price_6{
	font-size: 12px;
	line-height: 130%;
	width: 200px;
	margin-left: 390px;
	padding-top: 50px;
}


/*********************
* 店舗案内
*********************/
#store .access {
	
}

#store .access_left {
	width: 245px;
	float: left;
	margin-left: 20px;
}

#store .access_right {
	width: 350px;
	float: left;
	text-align: right;
}

/*********************
* スタッフ
*********************/
#staff .staff_photo {
	width: 310px;
	float: left;
}

#staff .staff_info {
	width: 300px;
	float: right;
	text-align: right;
}

/*********************
* blog
*********************/
#blog .entry {
	width: 630px;
	margin: 5px 5px 30px 5px;
	border: 1px solid #aaa;
}

#blog .entry_title {
	margin: 5px 10px;
	background-image: url(/collection/engage_ring/images/heart.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding: 8px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#blog .entry_title a {
	text-decoration: none;
	color: #000;
}

#blog .ordermade_jewery {
	background-image: url(/collection/ordermade_jewery/images/ordermade_jewery_headparts.gif);
}

#blog .reform {
	background-image: url(/collection/ordermade_jewery/images/04-3blogpoint.jpg);
}

#blog .knowledge {
	background-image: url(/knowledge/images/pointring.gif);
	height: 30px;
	padding: 12px 0 0 45px;
	margin-bottom: 2px;
}

#blog .event {
	background-image: url(/event/images/07blogpoint.gif);
}

#blog .media {
	background-image: url(/media/images/11blogpoint.jpg);
}

#blog .entry_body {
	width: 610px;
	margin: 5px 10px;
}

#blog .entry_body .photos {
	float: left;
	width: 224px;
}

#blog .entry_body .photos img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px 0;
	-ms-interpolation-mode: bicubic;
}

#blog .entry_body .photos img.noborder {
	border: none;
}

#blog .entry_body .photos img.nobm {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#blog .entry_body .message {
	float: right;
	width: 370px;
	margin-left: 10px;
}

#blog .entry_body .message h3 {
	margin: 5px 0 2px 0;
}

#blog .image_list {
	margin: 10px 20px;
}

#blog .image_box {
	position: relative;
	width: 190px;
	height: 180px;
	margin: 0 5px;
	float: left;
}

#blog .image_box_small_maridge,
#blog .image_box_small_engage,
#blog .image_box_small_ordermade,
#blog .image_box_small_reform {
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	padding-right: 3px;
}

#blog .image_box img,
#blog .image_box_small_maridge img,
#blog .image_box_small_engage img,
#blog .image_box_small_ordermade img,
#blog .image_box_small_reform img {
	padding: 5px;
/*	border: 1px solid #ccc;*/
}

#blog img.frame {
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 0;
	border: none;
}

#blog .bridal_ring_menu {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

#blog ul.knowledge_list {
	margin: 0 0 20px 20px;
}

#blog ul.knowledge_list li {
	list-style-type: none;
	line-height: 180%;
	background-image: url(/knowledge/images/point02.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	height: 21px;
	padding: 2px 0 0 22px;
	margin-bottom: 3px;
}

#blog .current_page {
	border: 1px solid #000;
	padding: 10px;
}

#blog .pagebute {
	text-align: center;
	margin-top: 10px;
}

#blog a.current_page,
#blog a.link_page,
#blog a.link_before,
#blog a.link_next {
	border: 1px solid #000;
	padding: 5px;
	text-decoration: none;
}

#blog a.current_page:hover,
#blog a.link_page:hover,
#blog a.link_before:hover,
#blog a.link_next:hover {
	background-color: #cddcd9;
}

#blog .current_page {
	padding: 5px;
	background-color: #cddcd9;
	font-weight: bold;
}

#blog .link_before,
#blog .link_next {
	font-weight: bold;
}

/*********************
* 問い合わせ・資料請求
*********************/
#ssl #container {
	width: 700px;
	background-image: url(images/background_ssl.jpg);	
}

#ssl #header {
	width: 650px;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 2px solid #34aa00;
}

#ssl #contents {
	width: 650px;
}

#ssl #contents .inquiry_form {
	width: 573px;
	margin: 0 auto;
/*	background-image:url(images/inquiry/inquiry_background.jpg);
	background-repeat: no-repeat;*/
}

#ssl #contents .inquiry_form_inner {
	margin: 35px;
}

#ssl #contents .inquiry_form_inner table {
	width: 500px;
	border-top: 1px solid #ccc;
}

#ssl #contents .inquiry_form_inner table th,
#ssl #contents .inquiry_form_inner table td {
	padding: 15px 3px;
	border-bottom: 1px solid #ccc;
}

#ssl #contents .inquiry_form_inner table th.marge_message {
	padding: 15px 3px 0 3px;
	border: none;
	text-align: left;
}

#ssl #contents input,
#ssl #contents select,
#ssl #contents textarea {
	background-color: #f3e4eb;
}

#ssl #contents input.nobg {
	background-color: #FFF;	
}

* html #ssl #contents input,
* html #ssl #contents select,
* html #ssl #contents textarea {
	background-color: #FFF;
}

#ssl #contents input:hover,
#ssl #contents select:hover,
#ssl #contents textarea:hover {
	background-color: #FFF;
}

#ssl #footer {
	width: 650px;
}

/*********************
* 澪リング
*********************/
.mioring_text {
	padding: 5px 10px 5px 15px;
	}
.mioring_bg {
	background-repeat: no-repeat;
	}
.mioring_hr {
	width: 643px;
	}


/*********************
* dream weaver対策（本番で消すこと）
*********************/

.clearfix + *{
    clear: both;
}
