@charset"utf-8";
/* CSS Document */


body.popup {
	padding-top: 50px;
	background: #fff url(../img/common_popup/bg.jpg) repeat-x top left;
	font-size: 75%;
}

/* 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;
}
.popup h2 {
	margin-bottom: 10px;
}

/* content
--------------------------*/
.popup div#wrapper div#content {
	margin: 0 20px;
	padding: 7px;
	background: none;
	border: 3px solid #A0D3CB;
}
.popup div#wrapper div#content div.inner {
	overflow: hidden;
	height: 100%;
	padding: 10px;
	border: 1px solid #A0D3CB;
}
.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: #D0E9E5;
	color: #0D6253;
	font-weight: bold;
	font-size: 113%;
	text-indent: 0;
}
.popup div#wrapper div#content div.inner div.detail dl dt {
	padding: 10px;
	background: url(../img/common/dot.gif) 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: 155px;
}
.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: #12917C;
	font-size: 83%;
}




/* 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;
	font-size: 75%;
}
#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;
	font-size: 75%;
}
#fairIndex div#wrapper {
	width: 550px;
	text-align: left;
	border: none;
	padding: 0;
	background-color: #FFF;
}
#fairIndex li#info {
	width: 325px;
}
#fairIndex li#info ul.detail {
	overflow: hidden;
	width: 550px;
}
#fairIndex li#info ul.detail li {
	overflow: hidden;
	width: 550px;
	margin-bottom: 5px;
}
#fairIndex li ul.detail p.thum {
	float: left;
	margin-right: 10px;
}
#fairIndex li#info ul.detail dl {
	float: left;
	width: 550px;
}
#fairIndex li#info ul.detail dl dt,
#fairIndex li#info ul.detail dl dt p {
	color: #FF6600;
	font-weight: bold;
}
ul.detail li dl dd a {
	color: #666;
}


/* news
--------------------------*/
#news .news_ban{
	width:330px;
	height:60px;
	background: url(../img/news/news_ban.jpg) top left no-repeat;
	margin: 15px 0 10px 10px;
}
#news .news_ban img{
	padding:10px 0 0 180px;
	_margin:10px 0 0 180px;
}

/* fair
--------------------------*/
#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: #E7F4F2;
	color: #0D6253;
}
#fair table td.pic {
	text-align: center;
}
#fair p.ban_inq {
	margin-top: 10px;
}

/* dress
--------------------------*/

/* 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 h3 {
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #0D6253;
	text-indent: 0;
}
#access p.map {
	margin: 15px auto;
	text-align: center;
}
#access div.box {
	padding: 10px 15px;
	background-color: #EDEAD1;
	margin-top: 10px;
}
#access div.box h4{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
}
#access div.box p{	
	padding: 3px 0 3px 10px;
	line-height: 140%;
}
#access div.box p .fontm{	
	font-size:85%;
}
#access div.inner {
	position: relative;
}
#access div.inner p#printbtn {
	position: absolute;
	top: 10px;
	right: 10px;
}
