@charset "utf-8";

/* 初期設定 =================================================================================== */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline : none;
}

body {
	background: url(./img/com_bg.jpg) repeat-x top center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: center;
	color: #808080;
}

a { color: #429DD7;}

img { border: none;}

p,li,th,td,h2,h3,h4,h5,dt,dd { text-align: left;}

.mt0 { margin-top: 0;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}

.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}
.mr50 { margin-right: 50px;}

.mb0 { margin-bottom: 0;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.ml5 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}

.pt1 { padding-top: 1px;}
.pt2 { padding-top: 2px;}
.pt3 { padding-top: 3px;}
.pt4 { padding-top: 4px;}
.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.fs10 { font-size: 10px;}
.fs11 { font-size: 11px;}
.fs12 { font-size: 12px;}
.fs13 { font-size: 13px;}
.fs14 { font-size: 14px;}
.fs15 { font-size: 15px;}
.fs16 { font-size: 16px;}
.fs17 { font-size: 17px;}
.fs18 { font-size: 18px;}
.fs21 { font-size: 21px;}
.fs24 { font-size: 24px;}
.fs28 { font-size: 28px;}
.fs32 { font-size: 32px;}

.tl { text-align: left;}
.tc { text-align: center;}
.tr { text-align: right;}

.vt { vertical-align: top;}
.vb { vertical-align: bottom;}
.lh0 { line-height:0;}
.db { display: block;}

.fl { float: left;}
.fr { float: right;}
.cl { clear: both;}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf { zoom: 1;}

.ws { white-space: nowrap;}
.db { display: block;}
.mincho { font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;}

.pink { color: #21a1d1;}
.red { color: #6cdedd;}


/* 共通部分スタイルシート =================================================================================== */

#header {
	width: 940px;
	height: 122px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	}
	#header:after {	
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#header h1 {
		float: left;
		margin-top: 25px;
		width: 266px;
	}
	#header .fr { width: 500px;}
	#header .hnav { margin-top: 5px;}
	#header .hnav li a {
		display: block;
		background: url(./img/com_arr_a.png) no-repeat left;
		padding-left: 15px;
		float: right;
		margin-left: 15px;
		color: #20150F;
		text-decoration: none;
		}
		#header .hnav li a:hover { text-decoration: underline;}

#gnav {
	background: url(./img/com_gnav_a.gif) left no-repeat;
	width: 940px;
	height: 63px;
	margin: 0 auto;
	zoom: 1;
	}
	#gnav:after {	
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#gnav li {
		float: left;
		height: 63px;
		overflow: hidden;
	}
	#gnav li.last { float: right;}
	#gnav li a {
		background: url(./img/com_gnav_b.gif) top right no-repeat;
		padding: 15px 77px 20px;
		display: block;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
		line-height: 1.1em;
		text-align: center;
		}
		#gnav li a span {
			display: block;
			color: #d5c9bc;
			font-size: 11px;
			font-weight: normal;
		}
		#gnav li.last a { background: url(./img/com_gnav_c.gif) top right no-repeat;}

#contents {
	background: url(./img/com_contents_bgb.gif) repeat;
	margin-top: 10px;
	padding-bottom: 50px;
	}
	#contents_in { background: url(./img/com_contents_bga.gif) top repeat-x;}

#wrap {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}
	#wrap:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

#main {
	width: 700px;
	float: right;
	}
	#main .home_left {
		width: 460px;
		float: left;
	}
	#main .home_right {
		width: 220px;
		float: right;
	}

#lcontents {
	width: 220px;
	float: left;
	}

.home #main { float: left;}
.home #lcontents { float: right;}

.ttlbg_a,.ttlbg_b,.ttlbg_c,.ttlbg_d {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	}
	.ttlbg_a { background: url(./img/com_ttlbg_a.gif) no-repeat;}
	.ttlbg_b { background: url(./img/com_ttlbg_b.gif) no-repeat;}
	.ttlbg_c { background: url(./img/com_ttlbg_c.gif) no-repeat;}
	.ttlbg_d { background: url(./img/com_ttlbg_d.gif) no-repeat;}

#footer { background: url(./img/foot_bga.gif) center bottom repeat-x;}
#footer_in {
	background: url(./img/foot_bgb.gif) center bottom no-repeat;
	height: 164px;
	}
	#foot_social {
		width: 400px;
		margin: 0 auto;
		padding-top: 35px;
		}
		#foot_social div { float: left; margin-right: 10px; padding-top: 8px;}
	#foot_nav {
		width: 980px;
		margin: 0 auto;
		text-align: left;
		padding-top: 30px;
		}
		#foot_nav li { display: inline; font-size: 11px;}
		#foot_nav li a {
			color: #20150F;
			text-decoration: none;
			}
			#foot_nav li a:hover { text-decoration: underline;}
	#copy {
		width: 970px;
		margin: 0 auto;
		text-align: left;
		font-size: 11px;
		color: #BF9A78;
	}

#breadcrumb {
	width: 940px;
	margin: 15px auto 0;
	text-align: left;
	}

#btt {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 9999;
}

/* トップページ ================================================== */

.orbit-wrapper {
	width: 900px;
	height: 320px;
	position: relative;
	margin: 0 auto;
	z-index: 0;
	}
	#home_key {
		width: 900px;
		height: 320px;
		margin: 25px auto 0;
		overflow: hidden;
		}
		#home_key img {
			float: left;
		}
	div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden }
	div.orbit>img { position: absolute; top: 0; left: 0; display: none; }
	div.orbit>a { border: none; position: absolute; top: 0; left: 0; line-height: 0; display: none; }
	.orbit>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#home_keyimg {
	width: 900px;
	height: 15px;
	margin: 0 auto;
	position: relative;
	z-index: 9000;
	}
	#home_keyimg .women {
		width: 192px;
		height: 178px;
		margin: -133px 0px 0px -77px;
		float: left;
	}
	#home_keyimg .flower {
		width: 212px;
		height: 123px;
		margin: -75px -61px 0px 0px;
		float: right;
	}

.news { margin-top: 5px; width: 100%;}
	.news th {
		color: #BF9A78;
		font-size: 11px;
		vertical-align: top;
		padding: 5px 10px 5px 0;
		border-bottom: 1px dotted #D0CDC3;
		font-weight: normal;
		width: 50px;
	}
	.news td {
		padding: 5px 0px 5px 5px;
		border-bottom: 1px dotted #D0CDC3;
	}
	.news td.btm {
		border: none;
		text-align: right;
		padding: 5px 0;
		font-size: 13px;
		vertical-align: middle;
		}
		.news td.btm a {
			background: url(./img/com_arr_a.png) no-repeat right;
			padding-right: 15px;
			display: block;
			color: #20150F;
			text-decoration: none;
		}

#twtr-widget-1 .twtr-bd { padding: 0;}
#twtr-widget-1 .twtr-doc,#twtr-widget-1 .twtr-timeline { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.twtr-hd,.twtr-ft { display: none;}
#main #twtr-widget-1 .twtr-new-results,#main  #twtr-widget-1 .twtr-results-inner,#main  #twtr-widget-1 .twtr-timeline,
#main #twtr-widget-1 .twtr-doc,#main #twtr-widget-1 .twtr-hd a,#main #twtr-widget-1 h3,#main #twtr-widget-1 h4 { background: none !important;}
#main .twtr-widget .twtr-tweet-wrap { padding: 7px 0;}
#main .twtr-widget .twtr-tweet { border-bottom: 1px dotted #D0CDC3;}


.shops dt { margin-top: 10px; line-height: 0;}
.shops dd {
	margin-top: 5px;
	background: url(./img/com_shop_arr.gif) right bottom no-repeat;
	font-size: 12px;
	}
	.shops dd a strong {
		display: block;
		color: #0C9E9E;
		margin-bottom: 3px;
	}
	.shops dd a {
		display: block;
		color: #20150F;
		text-decoration: none;
		line-height: 1.2em;
		padding-right: 15px;
	}

/*===== お問合せフォーム ========================================*/

.contact_a {
	line-height: 0;
	float: right;
	margin-top: -80px;
}

.form {
	border-top: 3px double #D0CDC3;
	clear: both;
	width: 700px;
	}
	.form table {
		width: 670px;
		margin: 15px auto 0;
		}
		.form table .abs {
			margin-left: 3px;
			color: #A34640;
		}
		.form table th {
			font-weight: bold;
			width: 25%;
			font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
			text-align: right;
		}
		.form table td {
			width: 75%;
			border-bottom: 1px dotted #D0CDC3;
			}
			.form table td input { padding: 5px; border: 1px solid #D0CDC3;}
			.form table td textarea { padding: 10px; border: 1px solid #D0CDC3;}
		.form table th,
		.form table td {
			padding: 10px 0px;
			text-align: left;
		}
		.form .submit {
			border: 0;
			text-align: right;
			}
			.form .submit input { border: none; padding: 0; cursor: pointer;}
	.backbtn {
		background: url(./img/contact_btn_c.png) no-repeat;
		width: 126px;
		height: 48px;
		border: none;
		cursor: pointer;
	}
	.sendbtn {
		background: url(./img/contact_btn_b.png) no-repeat;
		width: 186px;
		height: 48px;
		border: none;
		cursor: pointer;
	}

#link { margin-top: 15px;}
#link th,#link td { padding: 15px 0px 15px 15px; border-bottom: 1px dotted #D0CDC3;}
#link td strong { display: block;}
説明