@charset "utf-8";
/*
(C) DOLCE INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	MAIN
	
	SLIDE
	
	FOOTER
	
	CONTACT
	
*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-image: url(../img/common/bgtop.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #6cb969;
	text-decoration: underline;
}

div.alpha a:hover img {
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.L {
	float: left;
	display: inline;
}

.R {
	float: right;
	display: inline;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	color: #333;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	width: 950px;
	height: 46px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-image: url(../img/common/h-bdr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.logo {
	width: 316px;
	height: 135px;
	overflow: hidden;
	background-image: url(http://four-seasons-bridal.jp/img/common/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
}

* html div.logo {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="http://four-seasons-bridal.jp/img/common/logo.png", sizingMethod="crop");
}

div.logo h1 {
	width: 316px;
	height: 135px;
	text-indent: -7777em;
}


/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/

ul#Navi {
	width: 620px;
	height: 46px;
	top: 0px;
	left: 325px;
	position: absolute;
}

ul#Navi li {
	width: 124px;
	height: 46px;
	float: left;
	display: inline;
}

ul#Navi li a {
	width: 117px;
	height: 46px;
	display: block;
	background-image: url(../img/common/navi.jpg);
	background-repeat: no-repeat;
	text-indent: -7777em;
	overflow: hidden;
	top: 0;
	left: 0;
}

ul#Navi li#nav01 a { background-position: 0px 0px; }

ul#Navi li#nav01 a:hover { background-position: 0px -46px; }

body.b01 ul#Navi li#nav01 a { background-position: 0px -92px; }

ul#Navi li#nav02 a { background-position: -124px 0px; }

ul#Navi li#nav02 a:hover { background-position: -124px -46px; }

body.b02 ul#Navi li#nav02 a { background-position: -124px -92px; }

ul#Navi li#nav03 a { background-position: -248px 0px; }

ul#Navi li#nav03 a:hover { background-position: -248px -46px; }

body.b03 ul#Navi li#nav03 a { background-position: -248px -92px; }

ul#Navi li#nav04 a { background-position: -372px 0px; }

ul#Navi li#nav04 a:hover { background-position: -372px -46px; }

body.b04 ul#Navi li#nav04 a { background-position: -372px -92px; }

ul#Navi li#nav05 a { background-position: -496px -0px; }

ul#Navi li#nav05 a:hover { background-position: -496px -46px; }

body.b05 ul#Navi li#nav05 a { background-position: -496px -92px; }

p.subnavi {
	text-align: right;
	font-size: 11px;
	margin-bottom: 0.5em;
}


/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

div.note {
	width: 950px;
	height: auto;
	padding-top: 40px;
}

span.green {
	color: #47893c;
}

div.rtlwap {
	background-image: url(../img/common/rtlbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 670px;
	height: auto;
	padding: 0 40px 40px;
	margin: 0 auto;
}

/* index */

p.welcome {
	width: 465px;
	height: auto;
	display: block;
	margin: 1em auto;
	text-align: left;
}

p.infotit {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}

div.infowap {
	width: 337px;
	height: auto;
	background-image: url(../img/common/waku.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 35px 40px;
	margin-bottom: 20px;
}

dl.new {
	margin-left: 0.5em;
	font-size: 11px;
}

dl.new dt{
  clear: left;
  float: left;
  width: 6em;
}

dl.new dd{
  margin-left: 7em;
  zoom: 1;
}

span.eventtit {
	font-size: 15px;
	color: #47893c;
}

div.event
{
	position:relative;
}

div.event img 
{
	position:absolute;
	top:0px;
	right:0px;
	
}

div.event dl.pay
{
	padding-top:3.5em;
	padding-bottom:3em;
}

dl.pay {
	margin-left: 0.5em;
	font-size: 11px;
}

dl.pay dt{
  clear: left;
  float: left;
  width: 11em;
}

dl.pay dd{
	text-align: right;
  margin-left: 12em;
  zoom: 1;
}

div.tokuten {
	/*background-image: url(../img/event/tokuten.gif);*/
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	margin-top: 1em;
}

.brand img
{
padding:5px;
}

/* company */

.shoppp {
	margin: 0 2px 2px 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: 95px;
}

dl.fakeTable {
	width: auto;
	font-size: 12px;
	line-height: 170%;
	overflow: hidden;
}

dl.fakeTable a { color: #666;}

dl.fakeTable dt {
	margin: 0.3em 0.3em 0.3em 0.1em;
	padding: 0.2em;
	width: 12em;
	text-align: left;
}

dl.fakeTable dd {
	padding: 0.5em 0.5em 0.2em 13.2em;
	margin: -2.6em 0 0;
	background: url(../img/common/dot.gif) left bottom repeat-x;
	text-align: left;
}

/* service */

div.s-photo {
	width: 515px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	padding-bottom: 2em;
}

div.s-photo img {
	margin: 5px;
}

div.menubox {
	width: 320px;
	margin: 0 auto 1em;
	display: block;
	padding: 1em 0;
}

div.menubox span.yenpdn {
	padding-left: 7px;
	display: block;
}

div.stepwap {
	width: 560px;
	height: auto;
	display: block;
	margin: 0 auto;
}

div.stepbox {
	width: 121px;
	height: 90px;
	margin: 30px 8px 5px;
	display: block;
	padding-top: 42px;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
}

div.stepbox p {
	text-align: center;
}

span.plus {
	display: block;
	text-align: center;
}


.step01 {
	background-image: url(../service/img/step01.gif);
}

.step02 {
	background-image: url(../service/img/step02.gif);
}

.step03 {
	background-image: url(../service/img/step03.gif);
}

.step04 {
	background-image: url(../service/img/step04.gif);
}

.step05 {
	background-image: url(../service/img/step05.gif);
}




/* clothes */


.simple_accordion_link {
	text-align: center;
	font-size: 16px;
	color: #4a9546!important;
	font-family: Century;
	display: block;
	margin-top: 1em;
	background: url(../img/common/dot.gif) left bottom repeat-x;
}

.simple_accordion {
	width: 580px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

div.accord a:hover {
	display: block!important;
	background-color: #dbffdb!important;
	text-decoration: none!important;
}

span.o-c {
	color: #c0c5c2;
}

span.clogenre {
	color: #4a9546;
	display: block;
	float: none;
	clear: both;
	text-align: left;
	padding: 1em 0 0;
	margin-bottom: 1em;
	border-bottom: solid 1px #dbebc4;
}

span.c-info {
	display: block;
	text-align: center;
	padding: 3em 0 3em;
	font-size: 12px;
}

div#title-tip {
		color: #fff;
		font-size: 11px;
		text-align: left;
			margin: 0 1em 0 0;
			border: solid #ccc 1px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: .3em .5em;
			background: #000;
			opacity: .8;
			filter: alpha(opacity=80);
}

div.rtlwap span.c-photo {
	width: 80px;
	height: 150px;
	border: 1px solid #e0ad3c;
	padding: 1px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 0 4px 8px;
}

div.rtlwap span.c-photo span {
	width: 80px;
	height: 150px;
	overflow: hidden;
	display: block;
}

div.rtlwap span.c-photo img {
	overflow: hidden;
	margin-left: -10px;
}

div.contactcol {
	width: 512px;
	height: 93px;
	margin: 5em auto 3em;
	background-image: url(../clothes/img/toi.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	position: relative;
}

div.contactcol a {
	text-align: center;
	display: block;
	color: #FFFFFF;
	position: absolute;
	top: 70px;
	left: 170px;
}

div.contactcol a:visited {
	color: #FFFFFF;
}

div.contactcol a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* contact */

span.red {
	color: #FF0000;
}

div.formW {
	width: 670px;
	height: auto;
	padding: 2em 0;
}

img.must {
	padding-left: 13px;
	vertical-align: middle;
}

p.btn {
	text-align: center;
	padding: 20px 0;
	width: 160px;
	margin: 0 auto;
}

p.btn input.btn01 {
	background: url(../contact/img/kakunin.gif) 0 0 no-repeat;
	border: none;
	width: 160px;
	height: 45px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

p.btn input.btn02 {
	background: url(../contact/img/souhin.gif) 0 0 no-repeat;
	border: none;
	width: 160px;
	height: 45px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

table.sol {
	width: 670px;
	border-collapse: collapse;
	border-style: solid;
	border: none;
	border-width: 1px;
	margin: 0 auto;
}
 
table.sol td {
	border-style: solid;
	border-color: #387a30;
	border-width: 1px 0px;
	padding: 5px;
}

table.sol th {
	border-style: solid;
	border-color: #666;
	background-color: #d8e697;
	border-width: 1px 0px;
	padding: 5px;
	width: 150px;
}


/* 
----------------------------------------------------------------------------- 
LINE
-----------------------------------------------------------------------------*/

span.line {
	border-bottom: 1px #e0dcd8 solid;
	height: 1px;
	margin: 0 1em 1em;
	display: block;
	float: none;
	clear: both;
}

span.line hr {
	display: none;
}

span.none {
	float: none;
	clear: both;
	display: block;
}

span.none hr {
	display: none;
}



/* 
----------------------------------------------------------------------------- 
TABLE
-----------------------------------------------------------------------------*/

table.sol2 {
	margin-top: 5em;
	font-size: 12px;
}

table.sol2 td.line {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px;
	padding: 10px;
	font-size: 12px;
}

table.sol2 td {
	padding: 10px;
}

input.btn01 {
	background: url(../img/common/btn.jpg) 0 0 no-repeat;
	border: none;
	width: 148px;
	height: 22px;
	overflow: hidden;
	text-indent: -7777em;
	text-align: left;
	cursor: pointer;
	display: block;
}

table.sol-w {
	border-collapse: collapse;
	border-style: solid;
	border-color: #593c32;
	border-width: 1px;
	margin: 5px 0;
}
 
table.sol-w td {
	border-style: solid;
	border-color: #593c32;
	border-width: 1px 1px;
	padding: 3px;
	font-size: 12px;
}


/* 
----------------------------------------------------------------------------- 
SLIDE
-----------------------------------------------------------------------------*/

div#slideshow {
	width: 494px;
	height: 604px;
	overflow: hidden;
	margin-bottom: 20px;
}

div#slideshow img {
	top: 0;
	left: 0;
}

/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	height: 100px;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../img/common/bgbottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

div#footer div.inner {
	background-image: url(http://four-seasons-bridal.jp/img/common/bgimg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 50px;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 3px;
	position: relative;
}

* html div#footer div.inner {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="http://four-seasons-bridal.jp/img/common/bgimg.png", sizingMethod="crop");
}

div.futcomp {
	width: 500px;
	height: 35px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8px;
	left: 150px;
}



