@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**								利用者の声 									*/
/****************************************************************************/
.message_head {
	background-image: url(../img/message/head_bg.png);
}

#page_title {
	background-color: #ff9d12;
}

.pagination li a {
	border-color: #ffa82e;
}

.pagination li a:hover, .pagination li.page_select {
	background-color: #ffa82e;
	border-color: #ffa82e;
}


/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline:before {
	border-color: #ff9d12;
}

.subheading {
	color: #ff9d12;
}


/* ----------------------------------------------------
		右メニュー
---------------------------------------------------- */
#side_menu li {
	background-image: url(../img/message/side_menu_arrow.png);
}


/* ----------------------------------------------------
		テーブル
---------------------------------------------------- */
.detail_table th {
	background-color: #ffeed5;
}


/* ----------------------------------------------------
		ユーザーの声一覧
---------------------------------------------------- */
#icon_explain {
	margin-top: -44px;
	text-align: right;
}

.collect_box {
	background-color: #ffeed5;
	background-image: url(../img/message/adviser.png);
	background-repeat: no-repeat;
	background-position: 97% 30px;
	border-radius: 10px;
	padding: 30px 150px 30px 30px;
	margin: 30px 0 50px;
	min-height: 232px;
}

.collect_box .btn_link_l {
	font-size: 20px;
}


/* ----------------------------------------------------
		成婚者の喜びの声
---------------------------------------------------- */
#marriage_explain {
	margin-top: -20px;
	background: url(../img/message/marriage_bg.png) no-repeat right top;
	min-height: 156px;
	padding: 30px 170px 0 0;
	line-height: 1.7;
	font-size: 1.6rem;
}

.marriage_list {
	margin: 25px 0 25px;
}

.marriage_list li {
	display: table;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #dddddd;
}

.marriage_list li:first-child {
	border-top: none;
}

.marriage_img {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}

.marriage_name {
	font-weight: bold;
	line-height: 1.6;
	margin: 10px 0 5px;
}

.marriage_date {
	color: #ff9d12;
}

.marriage_txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

.marriage_txt h2 {
	color: #ff9d12;
	font-size: 1.8rem;
	background: url(../img/message/bouquet.png) no-repeat;
	padding-left: 38px;
	min-height: 31px;
	line-height: 1.2;
}

.marriage_sentence {
	background: url(../img/message/marriage_sentence_border.png) 0 -2px;
	line-height: 42px;
	margin: 10px 0;
}