@charset "utf-8";

/*================================
ファイル名：couple.css
説明：ご成婚カップルのスタイル

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
修正：Nozze 2008/10/05--decchi
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");

/* Clearfix
=================================*/

div.coupleBox:after,
div.coupleDetail div.imgArea:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

div.coupleBox,
div.coupleDetail div.imgArea {
	display: inline-block;
}

/* Hide from Mac IE \*/
div.coupleBox,
div.coupleDetail div.imgArea {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */


/* =========================================
*  INDEX
* ========================================= */

div.coupleBox {
	margin: 0px 0 0 13px;
/*元	margin: 14px 0 0 13px;*/
	width: 701px;
/*元	width: 518px;*/
}

div.coupleBox p {
/*元	margin: 16px 0 0 150px;*/
	margin: 16px 0 0 0px;
}

div.coupleBox h2 {
	margin-left: 150px;
	font-weight: normal;
	font-size: 114%;
}

div.coupleBox p.img {/*下層の写真枠*/
	float: left;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #C2C2C2;/*gray*/
}

div.coupleBox p.more {
	clear: both;
	margin: 0;
	padding-left: 10px;
	background: url(../../img/share/icon_arrow01.gif) no-repeat 0 .4em;
}

/* indexカップル表--decchi追加 */

/* listArea */

div#listArea {
	width: 692px;
}

div#listArea ul {
	margin: 12px 0 0 9px;
}

div#listArea ul li {
	float: left;
	margin-right: 5px;
	width: 160px;
	font-size: 82%;
}

div#listArea .couplePhoto {/*画像枠の色*/
	border: 3px solid #ECDCCF;/*薄茶*/
}

.imgHeart {/*ハート*/
	border: none;
}

div#listArea p {
	margin: 12px 5px 0 0;
	text-align: right;
}

div#listArea p a {
	padding-left: 11px;
	background: url(../../img/share/icon_arrow01.gif) no-repeat 0.3em;
}

p.backnumber {
	text-align: center;
}

/* =========================================
*  DETAIL
* ========================================= */

div.coupleDetail h3,
div.coupleDetail p {
	margin-left: 13px;
}

div.coupleDetail h1 {
	margin: 14px 0;
	padding: 0 14px;
	line-height: 27px;
	color: #806046;
	background: url(../../img/share/bg_h2_title.gif) no-repeat;
	font-weight: bold;
}

div.coupleDetail div.imgArea {
	margin-left: 13px;
	padding-bottom: 5px;
}

div.coupleDetail div.imgArea p {
	margin: 16px 0 0 190px;
}

div.coupleDetail div.imgArea h2 {
	margin-left: 190px;
	font-weight: normal;
	font-size: 114%;
}

div.coupleDetail div.imgArea p.img {
	float: left;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #C2C2C2;
}

div.coupleDetail h3 {
	margin-top: 16px;
	color: #DD0000;
	font-weight: normal;
	font-size: 114%;
}

p.thanks {
	padding: 50px 0 40px 100px;
}
p.thanksIndex { /*一覧にある*/
	padding: 20px 0 0px 0px;
	text-align: center;
}

