﻿@charset "utf-8";
/* 共通設定読み込み */
@import "../../css/wed.css";


/* -----------
 ブライダルフェスタ
------------*/
.wedFesta .title,
.wedFesta .titleSub{
	font-size: 16px;
	line-height: 150%;
}/* フェスタは字のサイズは変更 */

.wedFesta .photo {
	display: inline;
	float: left;
	width: 270px;
}
.wedFesta .text {
	display: inline;
	float: left;
	width: 380px;
}

/* フェスタイベント内容 */
.wedFesta .event {
	padding: 10px 0;
	height: 130px;
	border-bottom: 1px solid #d2cfcf;
}
.wedFesta .event h4 {
	padding-left: 20px;
	margin-bottom: 5px;
	background-image: url(../../image/common/point_p.gif);
	color: #ae692c;
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: normal;
}

.wedFesta .event .photo {
	display: inline;
	float: left;
	width: 170px;
}
.wedFesta .event .text {
	display: inline;
	float: left;
	width: 480px;
}


/* -----------
 ブライダルプラン
------------*/
.wedPlanD ul.tokuten {
	padding: 0;
}/* プラン特典 */
.wedPlanD ul.tokuten  {
	padding-left: 5px;
}/* プラン特典リスト */
.wedPlanD ul.tokuten li {
	padding: 1px 0 1px 20px;
	background-image: url(../../image/wed/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ------------------
 wed_cui 書き換え・追加
------------------ */
.wedCuiD .content .photo {
	width: 270px;
}/* 写真 */

.wedCuiD .content .text {
	width: 380px;
}/* 写真 */
.wedCuiD .content .text li {
	margin-bottom: 3px;
}
.wedCuiD .titleSub h4{
	display: inline;
	float: left;
	width: 420px;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
}/* タイトル書き換え */
.wedCuiD .titleSub .cuiPrice {
	width: 190px;
	font-size: 12px;
	line-height: 19px;
	text-align: right;
}/* 料金 */

.wedCuiD .tokuten {
	clear: both;
	padding: 3px;
	border: 1px solid #b9936d;
	border-collapse:collapse;
	background: #ffffcc;
	line-height: 140%;
}/* 特典枠囲み */ 
.wedCuiD .tokuten  dt {
	display: inline;
	float: left;
	width: 80px;
}
.wedCuiD .tokuten  dd {
	padding-left: 80px;
}


