@charset"utf-8";
/* CSS Document */


body.popup {
	padding-top: 50px;
	background: #fff url(../img/common_popup/bg.jpg) repeat-x top left;
}

/* wrapper
--------------------------*/
.popup div#wrapper {
	width: 665px;
	_width: 765px;
	margin: auto;
	text-align: left;
	border: 1px solid #CCC;
	padding: 49px 49px 29px;
	background-color: #FFF;
}

/* title
--------------------------*/
.popup h1 {
	margin-bottom: 5px;
	width: 665px;
	height: 178px;
	text-indent: -9999px;
}
.popup h2 {
	width: 660px;
	height: 55px;
	margin-left: 5px;
	text-indent: -9999px;
}

/* content
--------------------------*/
.popup div#wrapper div#content {
	margin: 0 20px;
	padding: 7px;
	background: none;
	border: 3px solid #F5D3EB;
}
.popup div#wrapper div#content div.inner {
	overflow: hidden;
	height: 100%;
	padding: 10px;
	border: 1px solid #F5D3EB;
}
.popup div#wrapper div#content div.inner p.photo {
	float: left;
	width: 225px;
}
.popup div#wrapper div#content div.inner div.detail {
	float: right;
	width: 350px;
}
.popup div#wrapper div#content div.inner div.detail h3.date,
.popup div#wrapper div#content div.inner div.detail h3.date p {
	padding: 1px 10px;
	background-color: #D2BB8F;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-indent: 0;
}
.popup div#wrapper div#content div.inner div.detail dl dt {
	padding: 10px;
	background: url(../img/common_popup/dot.jpg) repeat-x bottom;
}
.popup div#wrapper div#content div.inner div.detail dl dd {
	padding: 10px;
}
.popup div#wrapper div#content div.inner div.detail dl dd ul {
	overflow: hidden;
	width: 330px;
}
.popup div#wrapper div#content div.inner div.detail dl dd ul li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin-right: 10px;
	width: 120px;
}
#news div#wrapper div#content div.inner div.detail dl dd ul {
	overflow: hidden;
	width: 330px;
}
#news div#wrapper div#content div.inner div.detail dl dd ul li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin-right: 10px;
	width: 90px;
}
.popup div#wrapper div#content div.inner div.detail dl dd ul li p.pic {
	float: left;
	margin-right: 5px;
}
.popup div#wrapper div#content div.inner div.detail dl dd ul li p.text,
.popup div#wrapper div#content div.inner div.detail dl dd ul li p.text p,
.popup div#wrapper div#content div.inner div.detail dl dd ul li div.text,
.popup div#wrapper div#content div.inner div.detail dl dd ul li div.text p,
.popup div#wrapper div#content div.inner div.detail dl dd ul li div.bluetext, {
	color: #3D76B6;
	font-size: 10px;
}




/* close_btn
--------------------------*/
.popup p#close_btn {
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	background: url(../img/common_popup/bgdot.gif) repeat;
}




/* 一覧ページ
--------------------------*/

/*新着情報*/
#newsIndex {
	margin: 0;
	background: none;
}
#newsIndex div#wrapper {
	width: 220px;
	text-align: left;
	border: none;
	padding: 0;
	background-color: #FFF;
}
#newsIndex li#new {
	width: 220px;
}
#newsIndex li#new ul.detail {
	overflow: hidden;
	width: 220px;
}
#newsIndex li#new ul.detail li {
	overflow: hidden;
	width: 220px;
	margin-bottom: 5px;
}
#newsIndex li ul.detail p.thum {
	float: left;
	margin-right: 10px;
}
#newsIndex li#new ul.detail dl {
	float: left;
	width: 160px;
}
#newsIndex li#new ul.detail dl dt,
#newsIndex li#new ul.detail dl dt p {
	color: #72B733;
	font-weight: bold;
}


/*ブライダルフェア*/

#fairIndex {
	margin: 0;
	background: none;
}
#fairIndex div#wrapper {
	width: 325px;
	text-align: left;
	border: none;
	padding: 0;
	background-color: #FFF;
}
#fairIndex li#info {
	width: 325px;
}
#fairIndex li#info ul.detail {
	overflow: hidden;
	width: 325px;
}
#fairIndex li#info ul.detail li {
	overflow: hidden;
	width: 325px;
	margin-bottom: 5px;
}
#fairIndex li ul.detail p.thum {
	float: left;
	margin-right: 10px;
}
#fairIndex li#info ul.detail dl {
	float: left;
	width: 265px;
}
#fairIndex li#info ul.detail dl dt,
#fairIndex li#info ul.detail dl dt p {
	color: #F05189;
	font-weight: bold;
}
ul.detail li dl dd a {
	color: #666;
}


/* news
--------------------------*/
#news h1 {
	background: url(../img/news/page_ti.jpg) no-repeat top left;
}
#news h2 {
	background: url(../img/news/ti1.jpg) no-repeat top left;
}

/* fair
--------------------------*/
#fair h1 {
	background: url(../img/fair/page_ti.jpg) no-repeat top left;
}
#fair h2 {
	background: url(../img/fair/ti1.jpg) no-repeat top left;
}
#fair table {
	width: 580px; !important;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#fair table th,
#fair table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#fair table th {
	width: 90px; !important;
	font-weight: bold;
	background-color: #CCE7F9;
	color: #3D76B6;
}
#fair table td.pic {
	text-align: center;
}
#fair p.ban_inq {
	margin-top: 5px;
}

/* dress
--------------------------*/
#dress h1 {
	background: url(../img/dress/page_ti.jpg) no-repeat top left;
}
#dress h2 {
	background: url(../img/dress/ti1.jpg) no-repeat top left;
}

/* beauty
--------------------------*/
#beauty h1 {
	background: url(../img/beauty/page_ti.jpg) no-repeat top left;
}
#beauty h2 {
	background: url(../img/beauty/ti2.jpg) no-repeat top left;
}

/* access
--------------------------*/
#access h1 {
	xbackground: url(../img/access/page_ti.jpg) no-repeat top left;
	height: 15px;
	color: #98A5B3;
	text-indent: 0;
	padding-left: 5px;
}
#access h2 {
	background: url(../img/access/ti1.jpg) no-repeat top left;
}
#access h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #B63D92;
	text-indent: 0;
}
#access p.map {
	margin: 5px auto;
	text-align: center;
	background: url(../img/access/map.gif);
	width: 430px;
	height: 437px;
}
#access div.box {
	padding: 10px 15px;
	background-color: #EDEAD1;
}
#access div.box2 {
	padding: 0 15px 0 15px;
}
