@charset "utf-8";					/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY{
	color: #666666;
    font: 75%/1.66 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',MS-PGothic,sans-serif;
    min-width: 1030px;
}
/* 管理画面 WYSIWYG プレビュー用にBODYの背景をリセット */
BODY.cke_show_borders{
	background-image:none;
	border:none;
	margin:5px;
	background:none;
}

H1,
H2,
H3,
H4,
H5,
H6{
	font-weight:bold;
}
P.tagline,
H1{
    color: #888888;
    font-size: 83.3%;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px;
}
H2,
H3,
H4,
H5,
H6{
	font-size:medium;
}
P,
TD,
TH,
LI,
INPUT,
TEXTAREA,
BODY.cke_show_borders,
DIV.entryBody,
DIV.entryMore{
	/*font-size:small;*/
}
A,
A:visited{
	color:#684704;
	text-decoration:none;
}
A:hover{

	text-decoration:underline;
}



.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
DIV#container{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px;
}

/* ========== ヘッダー ========== */
DIV#header{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 960px;
}
DIV#header H1{
	width:225px;
}
DIV#header div.headerAd {
	width:200px;
	float:left;
}
DIV#header DIV#headerTitle{
	padding:0px;
	height:59px;
	width:960px;
	margin:0px auto;
}
DIV#header DIV#headerAreaSub{
	float:right;
	text-align:right;
}
DIV#header P#headerAddress{
	font-size:10pt;
}
DIV#header DIV#headerWiget{}

DIV#header DIV#googleSearch{
	margin:15px 0px 5px 0px;
	padding:5px 5px 0px 0px;
	width:290px;
	background-image:url(../images/header_gsearch_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
DIV#header DIV#googleSearch FORM{
	padding:0px 5px 5px 0px;
	background-image:url(../images/header_gsearch_footer_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV#header DIV#googleSearch INPUT.text{
	width:120px;
}
DIV#header DIV#googleSearch INPUT.submit{
	width:45px;
}
DIV#header DIV#googleSearch INPUT{
}
DIV#header DIV#headerAreaLogo{
	width:195px;
}
#header div.logo {
    float: left;
    margin-right: 8px;
    position: relative;
}
#header div.nav {
    float: right;
    width: 503px;
}

#header .navbar {
    line-height: 1em;
    position: static !important;
}
#header .inner:before, #header .inner:after {
    content: "";
    display: table;
}
#header .inner:after {
    clear: both;
}
.navbar .inner {
    margin: 0 auto;
    padding:0;
    width: 960px;
}
#header .navbar .inner {
    height: 28px;
}
#header .tagline {
    float: left;
    font-weight: normal;
    padding:8px 0;
}
#header h1, #header p, #header ul, #header dl {
    margin: 0;
}
#header .search {
    background: url("/img/header_search_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 120%;
    height: 18px;
    margin-left: 10px;
    margin-top: 4px;
    padding: 1px 1px 1px 11px;
    position: relative;
    width: 158px;
}
#header p.text{
    font-size: 83.3%;
}
#header .search input.text {
    border-radius: 3px;
    height: 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    line-height: 18px;
    padding: 0;
    width: 134px;
}
#header .search input {
    border: medium none;
    float: left;
}
#header .text {
    float: right;
    height: 28px;
}
#header a {
    color: #E94D98;
}
#contents ul {
    list-style: none outside none;
    padding-left: 0;
}
a {
    color: #6B4605;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#header .content {
    height: 57px;
}
#header .logo {
    float: left;
    margin-top: 14px;
}
#header .aside {
    float: right;
    margin-top: 6px;
}
#header .member {
    float: right;
    margin-left: 20px;
    margin-top: 18px;
}
#header ul {
    list-style: none outside none;
    padding-left: 0;
}
#header .member li {
    float: left;
    margin-right: 6px;
}

/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */
DIV#mainBg{
	min-height:500px;
	width:960px;
	margin:0px auto;
}
DIV#main{
	/* メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 の共通の余白を設定 */
	padding:0px;
}


/* ========== 2カラム, 3カラム 設定 ========== */
/* { 2カラム, secondArea 右 */
DIV#catchArea{
	float:left;
}
DIV#secondArea{
	float:right;
}
DIV#thirdArea{
	display:none;
}
DIV#contents{
	float:left;
}
/* 2カラム, secondArea 右 } */

/* { 2カラム secondArea 左
DIV#catchArea{
	float:right;
}
DIV#secondArea{
	float:left;
}
DIV#thirdArea{
	display:none;
}
DIV#contents{
	float:right;
}
 2カラム secondArea 左 } */

/* { 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
	float:right;
}
DIV#thirdArea{
	float:left;
}
DIV#contents{
	float:left;
}
 3カラム 画像 長, thirdArea 左, secondArea 右 } */

/* { 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
	float:left;
}
DIV#secondArea{
	float:right;
}
DIV#thirdArea{
	float:left;
}
DIV#contents{
	float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */

/* { 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
	float:right;
}
DIV#secondArea{
	float:left;
}
DIV#thirdArea{
	float:right;
}
DIV#contents{
	float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */

/* { 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
	float:left;
}
DIV#thirdArea{
	float:right;
}
DIV#contents{
	float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */



/* ========== メインメニュー ========== */
/* 背景画像は main_menu.css にて、MTのエントリーから読込 */
UL#mainMenu {
	margin:0;
	padding:0 0 3px;
	background-image: url("../images/h2_bg.gif");
    background-position: left bottom;
    background-repeat: repeat-x;

}
UL#mainMenu LI{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}

#header .nav_global {
    height: 41px;
    margin: 0 auto;
    width: 960px;
    border-bottom: 1px solid #EC5C9E;
}
#header .nav li.space {
    margin-right: 12px;
}
#header .nav li {
    font-size: 110%;
    position: relative;
}
#header .nav li, #header .nav a, #header .nav img {
    float: left;
}
#header .nav li.space-top {
    margin-top: 10px;
}
#header .nav li .sub-nav {
    background: none repeat scroll 0 0 #FDDEEC;
    border: 1px solid #F4BDD6;
    left: 0;
    position: absolute;
    top: 41px;
    z-index: 1000;
    font-size: 83.3%;
}

/* ========== サイドメニュー（画像） ========== */
UL#sideMenu,
UL#sideMenu LI{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}
UL#sideMenu{
	margin-bottom:10px;
}
UL#sideMenu LI A P{
	text-decoration:underline;
}
UL#sideMenu LI A:hover P{
	text-decoration:none;
}

/* ========== キャッチ画像 ========== */
DIV#catchArea{
	margin-top:20px;}


/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
DIV#secondArea,
DIV#thirdArea,
DIV#contents{}



/* ========== セカンドエリア ========== */
DIV#secondArea{
	width:196px;
	margin:0px;
	padding:0px 15px 10px 0px;
	margin:20px 0 0;
}



/* ========== サードエリア ========== */
DIV#thirdArea{}



/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#banner,
DIV#secondArea DIV#qrcode,
DIV#secondArea DIV#case{
	margin-bottom:10px;
	/*background-image:url(../images/.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banner DIV.title,
DIV#secondArea DIV#qrcode DIV.title,
DIV#secondArea DIV#case DIV.title,
DIV#secondArea DIV#brogPartsTagCloud DIV.title_tag{
	background-position:left top;
	background-repeat:no-repeat;
	height:32px;
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3{
	margin:5px 10px 5px 10px;
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu DIV.title{
	background-image:url(../images/second_area_title_menu.gif);
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu UL{
	width:100%;/* IEの表示バグのため、widthを設定 */
	margin:0px;
	padding:0px;
}
DIV#secondArea DIV#subMenu LI{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url(../images/second_area_hr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
}
DIV#secondArea DIV#subMenu LI A{
	display:block;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#2B1D13;
}
DIV#secondArea DIV#subMenu LI A:hover{
	color:#AB9E8E;
}
/* ---------- フリースペース ---------- */
DIV#secondArea DIV#freeSpace{}
DIV#secondArea DIV#freeSpace DIV.title{
	background-image:url(../images/second_area_title_free.gif);
}
DIV#secondArea DIV#freeSpace DIV.entryBody{
	padding-bottom:10px;
}
/* ---------- バナー ---------- */
DIV#secondArea DIV#banner{
	text-align:center;
}
DIV#secondArea DIV#banner DIV.title{
	background-image:url(../images/second_area_title_banner.gif);
}
DIV#secondArea DIV#banner IMG{
	margin:5px auto 5px auto;
}
DIV#secondArea DIV#banner P{
	text-align:left;
}
/* ---------- QRコード ---------- */
DIV#secondArea DIV#qrcode{
	text-align:center;
}
DIV#secondArea DIV#qrcode DIV.title{
	background-image:url(../images/second_area_title_mobile.gif);
}
DIV#secondArea DIV#qrcode IMG{
	margin:5px auto 5px auto;
}
/* ---------- 事例集 ---------- */
DIV#secondArea DIV#case DIV.title{
	background-image:url(../images/second_area_title_case.gif);
}
DIV#secondArea DIV#case UL{
	width:100%;/* IEの表示バグのため、widthを設定 */
	margin:0px;
	padding:0px;
}
DIV#secondArea DIV#case LI{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url(../images/second_area_hr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
}
DIV#secondArea DIV#case LI A{
	display:block;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#2B1D13;
}
DIV#secondArea DIV#case LI A:hover{
	color:#AB9E8E;
}

/* ---------- ブログパーツ・カスタムパーツ ---------- */
DIV#secondArea DIV#secondAreaBlogParts,
DIV#secondArea DIV#secondAreaCustomParts,
DIV#secondArea DIV#secondAreaDuplicate01Parts{}

DIV#secondArea DIV#brogPartsCategory H3,
DIV#secondArea DIV#brogPartsCalendar H3,
DIV#secondArea DIV#brogPartsTagCloud H3,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop H3,
DIV#secondArea DIV#brogPartsMonthlyArchive H3,
DIV#secondArea DIV#brogPartsEntry H3,
DIV#secondArea DIV#brogPartsComment H3,
DIV#secondArea DIV#brogPartsAuthor H3,
DIV#secondArea DIV#customPartsCategory H3,
DIV#secondArea DIV#customPartsComment H3,
DIV#secondArea DIV#duplicateEntryList H3,
DIV#secondArea DIV#duplicateCategoryEntryList H3{
	padding:8px 0 8px 12px;;
	background-image:url(../images/second_area_title.gif);
	background-position:left 13px;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
}

/* ---------- UL ---------- */
DIV#secondArea DIV#brogPartsCategory UL,
DIV#secondArea DIV#brogPartsCalendar UL,
DIV#secondArea DIV#brogPartsTagCloud UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL,
DIV#secondArea DIV#brogPartsEntry UL,
DIV#secondArea DIV#brogPartsComment UL,
DIV#secondArea DIV#brogPartsAuthor UL,
DIV#secondArea DIV#customPartsCategory UL,
DIV#secondArea DIV#customPartsComment UL,
DIV#secondArea DIV#duplicateEntryList UL,
DIV#secondArea DIV#duplicateCategoryEntryList UL{
	width:100%;/* IEの表示バグのため、widthを設定 */
	margin:0px;
	padding:0px;
}
DIV#secondArea DIV#brogPartsCategory LI,
DIV#secondArea DIV#brogPartsCalendar LI,
DIV#secondArea DIV#brogPartsTagCloud LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI,
DIV#secondArea DIV#brogPartsEntry LI,
DIV#secondArea DIV#brogPartsComment LI,
DIV#secondArea DIV#brogPartsAuthor LI,
DIV#secondArea DIV#customPartsCategory LI,
DIV#secondArea DIV#customPartsComment LI,
DIV#secondArea DIV#duplicateEntryList LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI{
	margin:0px;
	padding:5px 10px 5px 10px;
	background-image:url(../images/second_area_hr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	list-style-type:none;
}
DIV#secondArea DIV#brogPartsCategory LI LI,
DIV#secondArea DIV#brogPartsCalendar LI LI,
DIV#secondArea DIV#brogPartsTagCloud LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI LI,
DIV#secondArea DIV#brogPartsEntry LI LI,
DIV#secondArea DIV#brogPartsComment LI LI,
DIV#secondArea DIV#brogPartsAuthor LI LI,
DIV#secondArea DIV#customPartsCategory LI LI,
DIV#secondArea DIV#customPartsComment LI LI,
DIV#secondArea DIV#duplicateEntryList LI LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI LI{
	background-image:url(../images/li_bg.gif);
	background-position:5px 12px;
	background-repeat:no-repeat;
	padding-left:1em;
}
/* ---------- 各パーツの設定 ---------- */
DIV#secondArea DIV#brogPartsCategory,
DIV#secondArea DIV#brogPartsCalendar,
DIV#secondArea DIV#brogPartsTagCloud,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop,
DIV#secondArea DIV#brogPartsMonthlyArchive,
DIV#secondArea DIV#brogPartsEntry,
DIV#secondArea DIV#brogPartsComment,
DIV#secondArea DIV#brogPartsAuthor,
DIV#secondArea DIV#customPartsCategory,
DIV#secondArea DIV#customPartsComment,
DIV#secondArea DIV#duplicateEntryList,
DIV#secondArea DIV#duplicateCategoryEntryList{
	margin-bottom:15px;
	/*background-image:url(../images/.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
}

DIV#secondArea DIV#brogPartsCategory{}
DIV#secondArea DIV#brogPartsTagCloud{}
DIV#secondArea DIV#brogPartsTagCloud .rank-1{
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-2{
	font-size: 1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-3{
	font-size: 1.625em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-4{
	font-size: 1.5em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-5{
	font-size: 1.375em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-6{
	font-size: 1.25em;


}
DIV#secondArea DIV#brogPartsTagCloud .rank-7{
	font-size: 1.125em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-8{
	font-size: 1em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-9{
	font-size: 0.95em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-10{
	font-size: 0.9em;
}
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop{}
DIV#secondArea DIV#brogPartsMonthlyArchive{}
DIV#secondArea DIV#brogPartsEntry{}
DIV#secondArea DIV#brogPartsComment{}
DIV#secondArea DIV#brogPartsAuthor{}
DIV#secondArea DIV#customPartsCategory{}
DIV#secondArea DIV#customPartsComment{}
DIV#secondArea DIV#duplicateEntryList{}
DIV#secondArea DIV#duplicateCategoryEntryList{}



/* ========== コンテンツ ========== */
DIV#contents{
	width:720px;
	margin:20px 0 0;
	padding:0px 20px 10px 0px;
	background-image:url(../images/contents_bg.gif);
    background-position: right top;
    background-repeat: repeat-y;
}
BODY.cke_show_borders,/* 管理画面 WYSIWYG プレビュー用設定 */
DIV#contents{}



/* ========== フッター ========== */
DIV#footer{

}
DIV#footer a {
	text-decoration:none;
}
DIV#footer a:hover {
	text-decoration: underline;
}

/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu{

}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea{
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree{
}
DIV#footer P#footerSiteLink{
}

/* ---------- copyright ---------- */
DIV#footer P#copyright{
	/*clear:both;*/
}

BR.clear,
DIV.clear{
    clear: both;
}
span.clear {
	clear:both;
	display:block;
	height:0px;
}
A:hover IMG.btnEffect{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


/* ==================== サイト全体 装飾 ==================== */
/* ========== セカンドエリア ========== */
/* ---------- 見出し ---------- */
DIV#secondArea H2,
DIV#secondArea H3,
DIV#secondArea H4,
DIV#secondArea H5,
DIV#secondArea H6,
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
}
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
	line-height:150%;
}
/* ========== コンテンツ ========== */
/* ---------- 見出し ---------- */
BODY.cke_show_borders,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
BODY.cke_show_borders P,
BODY.cke_show_borders TD,
BODY.cke_show_borders TH,
BODY.cke_show_borders LI,
BODY.cke_show_borders DIV.entryBody,
BODY.cke_show_borders DIV.EntryMore,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6,
DIV#contents P,
DIV#contents TD,
DIV#contents TH,
DIV#contents LI,
DIV#contents DIV.entryBody,
DIV#contents DIV.EntryMore{
	line-height:150%;
}
BODY.cke_show_borders OL,
BODY.cke_show_borders UL,
BODY.cke_show_borders TABLE,
DIV#contents P,
DIV#contents OL,
DIV#contents UL,
DIV#contents TABLE{
	margin-bottom:15px;
}
DIV#contents DIV.entryBody P{
	margin-bottom:0px;
}
BODY.cke_show_borders H1,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
DIV#contents H1,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6{
	margin-bottom:10px;
}

BODY.cke_show_borders H2,
DIV#contents H2{
	background-image:url(../images/h2_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    padding: 5px 5px 1px 35px;
}
BODY.cke_show_borders A.rss H2,
DIV#contents A.rss H2{
	background-image:url(../images/h2_rss_bg.gif);
	padding-right:35px;
}
DIV#contents H2.h2NonDecolation{
	padding:0px;
	background:none;
	border:none;
}
BODY.cke_show_borders A.rss,
DIV#contents A.rss{
	text-decoration:none;

}
BODY.cke_show_borders A:hover.rss,
DIV#contents A:hover.rss{
	text-decoration:none;
}
DIV#contents DIV.detailTitle,
DIV#contents H3{
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 10px 0;
	background-image:url(../images/h3_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:20px 20px;
	color:#6c4608;
	border-bottom:1px solid #ececec;
	font-size:1.5em;
}
DIV#contents H1.detailTitle,
DIV#contents DIV.detailTitle H1{
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0;
	color:#6c4608;
	font-size:13.5pt;
}
DIV#contents H1.detailTitle{
	padding-bottom: 10px;
	border-bottom:2px solid #ECECEC;
}
BODY.cke_show_borders H4,
DIV#contents H4{
	background-image:url(../images/h4_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:10px 3px 5px 20px;
	color:#6c4608;
	font-size:1.2em;
	margin:0 0 20px;
}
BODY.cke_show_borders UL.date,
DIV#contents UL.date{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;

	padding:0px;
}
BODY.cke_show_borders UL.date LI,
DIV#contents UL.date LI{
	margin:0px;
	list-style-type:none;
	text-indent:-5.5em;
	padding:0px 0px 0px 5.5em;
}
BODY.cke_show_borders TH,
BODY.cke_show_borders TD,
DIV#contents TH,
DIV#contents TD{
	border:1px solid #C8C8C8;
	padding:5px;
}
BODY.cke_show_borders TH,
DIV#contents TH{
	background-color:#EEF0F3;
}

BODY.cke_show_borders H2.rss A,
DIV#contents H2.rss A{
	display:block;
	text-decoration:none;
}
BODY.cke_show_borders P.pankuzu,
DIV#contents P.pankuzu{}
BODY.cke_show_borders .fontXLarge,
DIV#contents .fontXLarge{
	font-size:large;
}
BODY.cke_show_borders .fontLarge,
DIV#contents .fontLarge{
	font-size:medium;
}
BODY.cke_show_borders .fontSmall,
DIV#contents .fontSmall{
	font-size:x-small;
}
BODY.cke_show_borders .fontMedium,
DIV#contents .fontMedium{
	font-size:small;
}
BODY.cke_show_borders .fontXSmall,
DIV#contents .fontXSmall{
	font-size:xx-small;
}
BODY.cke_show_borders input.text,
DIV#contents input.text{
	width:300px;
}
DIV#contents INPUT.textShort{
	width:50px;
}
BODY.cke_show_borders TEXTAREA,
DIV#contents TEXTAREA{
	width:430px;
	height:15em;
}
BODY.cke_show_borders .caution,
DIV#contents .caution{
	color:#EE0000;
}
BODY.cke_show_borders P.price,
DIV#contents P.price{
	font-size:medium;
	text-align:right;
	font-weight:bold;
	color:#EE0000;
}
BODY.cke_show_borders DIV.hr01,
DIV#contents DIV.hr01{
	margin:0px 0px 15px 0px;
	height:1px;
	background-image:url(../images/hr_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
BODY.cke_show_borders DIV.comment DIV.hr01,
DIV#contents DIV.comment DIV.hr01{
	margin-top:-1em;
}
BODY.cke_show_borders P.nextPrevious,
DIV#contents P.nextPrevious{
	margin:20px 0;
	text-align:center;
}
BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock,
BODY.cke_show_borders P.anchorTop,
DIV#contents P.anchorTop{
	padding-top:15px;
	background-image:url(../images/hr_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
BODY.cke_show_borders P.entryMeta,
DIV#contents P.entryMeta{}
BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock,
BODY.cke_show_borders P.anchorTop,
DIV#contents P.anchorTop{
	text-align:right;
}
BODY.cke_show_borders TD.buttonArea,
DIV#contents TD.buttonArea{
	border:none;
}
DIV#contents DIV.center{
	text-align:center;
}
DIV#social,
DIV#contents DIV#social{
	margin-bottom:10px;
}
DIV#header DIV#social{
	margin-top:10px;
}
DIV.socialBtn,
DIV#header DIV.socialBtn,
DIV#contents DIV.socialBtn{
	float:right;
	margin-left:5px;
}
  /*----------------------------------------------------------------
  　SNSボタン
  ----------------------------------------------------------------*/
DIV.socialLrg{
	text-align:right;
	margin-bottom: 15px;
}
DIV.socialBtnLrg{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
  
DIV#contents .socialShareLink ul{
    float: right;
    list-style: none outside none;
    margin: 0 0 10px 0;
    padding: 0;	
}
DIV#contents .socialShareLink ul li{
    border-left: 1px solid #DDDDDD;
    padding: 10px 10px;	
    margin: 0;
    float: left;
}
DIV#contents .socialShareLink ul li:last-of-type{
    border-right: 1px solid #DDDDDD;	
}
DIV#contents .socialShareLink ul li a{
    display: inline-block;
    height: auto;
    padding: 1px 0 1px 29px;	
}
DIV#contents .socialShareLink ul .twitter{
    width: auto;
    background: url("/contents/cmn/images/ico_twitter.png") no-repeat scroll 0 50% transparent;
}
DIV#contents .socialShareLink ul .facebook{
    width: auto;
    background: url("/contents/cmn/images/ico_facebook.png") no-repeat scroll 0 50% transparent;
}
DIV#contents .socialShareLink ul .hatena{
    width: auto;
    background: url("/contents/cmn/images/ico_hatenabookmark.png") no-repeat scroll 0 50% transparent;
}

/* ==================== トップページ ==================== */
DIV#contents DIV#categoryTop{}
DIV#contents DIV#categoryTop DIV.topNews{}
DIV#contents DIV#categoryTop DIV.topLatestBlog{}
DIV#contents DIV#categoryTop DIV#topContents{}

DIV#contents DIV#categoryTop DIV.accessText{}

DIV#contents DIV#categoryTop TABLE.accessTable{
	width:100%;
}

DIV#contents DIV#categoryTop DIV#googleMapsArea{
	margin-bottom:10px;
	width:100%;
	height:450px;
}



/* ==================== 企業情報 ==================== */
DIV#contents DIV#categoryCompany{}


DIV#contents DIV#categoryCompany DIV.accessText{}

DIV#contents DIV#categoryCompany TABLE.accessTable{
	width:100%;
}

DIV#contents DIV#categoryCompany DIV#googleMapsArea{
	margin-bottom:10px;
	width:100;
	height:450px;
}







/* ==================== プライバシーポリシー ==================== */
DIV#contents DIV#categoryPrivacyPolicy{}



/* ==================== お問い合せ ==================== */
DIV#contents DIV#categoryInquiry{}

DIV#contents DIV#categoryInquiry TH{
	width:8em;
}
DIV#contents DIV#categoryInquiry .formErrorBg{
	background-color:#FFDDDD;
}


/* ==================== カスタムページ ==================== */
DIV#contents DIV#categoryCustom{}








/* ==================== フリーページ ==================== */
DIV#contents DIV#categoryFree{}



/* ==================== デュプリケートページ ==================== */
DIV#contents DIV#categoryDuplicate{}
DIV#contents DIV#categoryDuplicate DIV#social{
margin-top:15px;
}


/* ==================== ブログページ ==================== */
DIV#contents DIV#categoryBlog{}



/* ==================== お買い物ページ ==================== */
DIV#contents DIV#categoryShop{}
DIV#contents DIV#categoryShop DIV.shopSubImg{
	margin-bottom:15px;
}
DIV#contents DIV#categoryShop DIV.shopMainImg IMG{
	margin-bottom:15px;
}
DIV#contents DIV#categoryShop DIV.shopSubImg IMG{
	margin:3px;
}



/* ==================== 事例集ページ ==================== */
DIV#contents DIV#categoryCase{}

/* トップページ ・ デザインコンセプト */
DIV#contents DIV.caseDesignEntry{}
DIV#contents IMG.caseDesignEntryImg{
	float:left;
	margin-bottom:10px;
}
DIV#contents DIV.caseDesignEntryText{
	float:right;
	width:440px;
}
DIV#contents P.caseDesignEntryLink{
	text-align:right;
}

/* デザインコンセプト */
DIV#contents DIV#categoryCase DIV.caseDesignGallary{
	margin-bottom:8px;
}
DIV#contents DIV#categoryCase DIV.caseDesignGallary IMG{
	margin:0px 7px 7px 0px;
}



/* ==================== 事例集（施工前後）ページ ==================== */


DIV#contents DIV#categoryCaseBA{}

/* { パターン1 一覧ページ表示 */
DIV#contents DIV.caseBADesignEntry{}
DIV#contents IMG.caseBADesignEntryImg{
	float:left;
	margin-bottom:10px;
}
DIV#contents DIV.caseBADesignEntryText{
	margin-left:270px;
}
DIV#contents P.caseBADesignEntryLink{
	text-align:right;
}
/* パターン1 一覧ページ表示 } */

/* { パターン3 一覧ページ表示
DIV#contents DIV.caseBADesignEntry{}
DIV#contents IMG.caseBADesignEntryImg{
	float:left;
	margin-bottom:10px;
}
DIV#contents DIV.caseBADesignEntryText{
	margin-left:170px;
}
DIV#contents P.caseBADesignEntryLink{
	text-align:right;
}
 パターン3 一覧ページ表示 } */

/* { パターン1詳細表示・パターン2一覧ページ＆詳細表示 */
DIV#ctable_ba{
	background-color:#e9e9e9;
	margin-bottom:20px;
}
DIV#ctable_ba TABLE{
	width:100%;
	padding:0px;
	margin:0px;
}
DIV#ctable_ba TABLE TD{
	padding:0px;
	border:none;
	text-align:center;
}
DIV#ctable_ba TABLE TD.photo{
	padding:10px;
}
DIV#ctable_ba TABLE TD.text{
	padding:0px 10px 10px 10px;
}

DIV#ctable_ba2{
	width:100%;
	background-color:#e9e9e9;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	font-size:small;
}
DIV#ctable_ba2 img{
	margin-bottom:10px;
}
/* パターン1詳細表示・パターン2一覧ページ＆詳細表示 } */

/* { パターン3 詳細表示
DIV#contents DIV.caseMainPhoto{
	background-image:url(../images/gallery_mainbg.gif);
	background-position:top left;
	background-repeat:repeat;
	background-color:#e9e9e9;
	padding:9px;
	text-align:center;
	margin-bottom:30px;
}
DIV#contents DIV.caseMainPhoto IMG{
	border:1px solid #ffffff;
}
 パターン3 詳細表示 } */


/* 全パターン共通 */
DIV#contents DIV#categoryCaseBA{
	margin-bottom:30px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary{
	margin-bottom:8px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary DIV{
	padding:0px 5px 5px 0px;
	float:left;
	width:137px;
	height:137px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary A{
	width:135px;
	height:135px;
	display:block;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary span{
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	height:135px;
	width:135px;
}





/* ==================== ギャラリー & スタッフ ページ ==================== */
DIV#contents DIV.galleryCatContainer,
DIV#contents DIV.staffCatContainer{
	float:left;
	width:230px;
}
DIV#contents P.galleryListContainer,
DIV#contents P.staffListContainer{
	float:left;
	width:230px;
}
DIV#contents DIV.galleryCatContainer H3,
DIV#contents DIV.staffCatContainer H3{
	margin:0px 5px 0px 5px;
}
DIV#contents P.galleryListContainer A,
DIV#contents P.staffListContainer A{
	margin:5px;

	padding:5px;
	background-color:#E4E7EB;
	display:block;
	text-decoration:none;
}
DIV#contents P.galleryListContainer A,
DIV#contents P.galleryListContainer A:visited,
DIV#contents P.staffListContainer A,
DIV#contents P.staffListContainer A:visited{
	text-decoration:none;
	color:#666666;
}
DIV#contents P.galleryListContainer A:hover,
DIV#contents P.staffListContainer A:hover{
	background-color:#DBDFE3;
	text-decoration:none;
	color:#333333;
}
DIV#contents SPAN.galleryListImgContainer,
DIV#contents SPAN.staffListImgContainer{
	width:210px;
	height:210px;

	display:block;
	background-repeat:no-repeat;
	background-position:center center;
}
DIV#contents SPAN.galleryListTitleContainer,
DIV#contents SPAN.staffListTitleContainer{
	overflow:hidden;
	display:block;
	height:3em;
}
DIV#contents DIV.galleryCatContainer SPAN.galleryListTitleContainer,
DIV#contents DIV.staffCatContainer SPAN.staffListTitleContainer{
	height:6em;
}
DIV#contents DIV#galleryImageAndText,
DIV#contents DIV#staffImageAndText{
	margin-bottom:15px;
}
DIV#contents DIV.galleryThumb{

}
DIV#contents DIV.galleryThumb A{
	width:67px;
	height:67px;

	float:left;
	display:block;
	margin:2px;
	background-repeat:no-repeat;
	background-position:center center;
}
DIV#contents DIV#galleryImage,
DIV#contents DIV#staffImage{
	float:left;
	width:284px;
}
DIV#contents DIV#galleryMainImage,
DIV#contents DIV#galleryMainImageFade,
DIV#contents DIV#staffMainImage{
	margin-bottom:10px;
}
DIV#contents DIV#galleryMainImage,
DIV#contents DIV#galleryMainImageFade,
DIV#contents DIV#galleryMainImageFade #galleryMainImage1,
DIV#contents DIV#galleryMainImageFade #galleryMainImage2,
DIV#contents DIV#galleryMainImageFade #galleryMainImage3,
DIV#contents DIV#galleryMainImageFade #galleryMainImage4,
DIV#contents DIV#galleryMainImageFade #galleryMainImage5,
DIV#contents DIV#galleryMainImageFade #galleryMainImage6,
DIV#contents DIV#galleryMainImageFade #galleryMainImage7,
DIV#contents DIV#galleryMainImageFade #galleryMainImage8,
DIV#contents DIV#staffMainImage{
	height:380px;
	overflow:hidden;
}
DIV#contents DIV#galleryMainImage{
	display:none;
}
DIV#contents DIV#galleryText,
DIV#contents DIV#staffText{
	float:right;
	width:270px;
}
DIV#contents TABLE.galleryDetail,



DIV#contents TABLE.staffDetail{
	width:100%;
}
DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.galleryDetail TD,
DIV#contents TABLE.staffDetail TH,

DIV#contents TABLE.staffDetail TD{
	border:none;
	border-bottom:1px dashed #C8AE8C;
}
DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.staffDetail TH{
	background:none;
	font-weight:bold;
	color:#C8AE8C;
}
DIV#contents TABLE.galleryDetail TD,



DIV#contents TABLE.staffDetail TD{}



/* ==================== フォトギャラリー ページ ==================== */
/* ===== サイドカラムを使用しない場合 ===== */
/* コンテンツの最大幅 */
BODY.photoDetail DIV#contents{
	width:960px;
}
BODY.photoDetail DIV#contents H2{
	background-image:url(../images/h2_bg_nocolumn.gif);
}
BODY.photoDetail DIV#contents H3{
	background-image:url(../images/h3_bg_nocolumn.gif);
}
BODY.photoDetail DIV#contents DIV#gallery DIV#controls{
	font-size:small;
}

/* メイン画像表示枠の幅 */
BODY.photoDetail DIV#contents DIV.content,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link,
BODY.photoDetail DIV#contents SPAN.image-caption{
	width: 450px;
}
/* メイン画像表示枠の高さ */
BODY.photoDetail DIV#contents DIV.slideshow-container,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link
{
	height: 450px;
}
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link {
	line-height: 450px;
}
/* サムネイルサイズ */
BODY.photoDetail DIV#contents a.thumb {

	width:87px;
	height:87px;
}
BODY.photoDetail DIV#contents ul.thumbs li a.thumb{
	border: 1px solid #CCCCCC;
}
BODY.photoDetail DIV#contents ul.thumbs li.selected a.thumb{
	border: 1px solid #999999;
}

/* ==================== メニュー ページ ==================== */
.menu_boxL{
 float:left;
 width:50%;
 margin:0;padding:0;
 padding-bottom:10px;
}
.menu_boxR{
 float:right;
 width:50%;
 margin:0;padding:0;
 padding-bottom:10px;
}
.cke_show_borders .menu_boxL H5,
.cke_show_borders .menu_boxR H5,
#contents .menu_boxL H5,
#contents .menu_boxR H5{
 margin:0;
 margin-left:15px;
 font-weight:bold;
 text-align:left;
 letter-spacing:1px;
 position:relative;
 background-color:#F5F5F5;
 padding:2px 10px;
}
.menu_boxL SPAN,.menu_boxR SPAN{
 display:block;
 text-align:right;
 padding:2px 0;margin:0;
 padding-right:5px;
 font-weight:bold;
 font-size:15px;
 line-height:120%;
}
.menu_boxL P,.menu_boxR P{
 display:block;
 margin-left:15px;
 text-align:left;
 letter-spacing:1px;
 line-height:100%;
 clear:both;
 padding:0px 10px;
}
.menu_sum_img{
 margin-top:5px;
 padding:5px;
 text-align:left;
 margin-bottom:15px;
}
.menu_sum_img IMG{
 height:50px;
 margin-left:10px;
}

/* ==================== クーポン ページ ==================== */
.coupon_waku{
	border:1px solid #666666;
	background-color:#e8e8e8;
	width:100%;
	margin:0 auto 10px auto;
}
.coupon_menu{
	width:40%;
	float:left;
}
div#contents H3.coupon_title{
	font-weight:bold;
	color:red;
	text-align:left;
	letter-spacing:1px;
	line-height:110%;
	padding:15px;
	background:none;
}
.coupon_detail{
	float:right;
	background-color:white;
	width:60%;
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
}
.coupon_detail DL{
	display:block;
	margin:10px;
}

.coupon_detail DT,.coupon_detail DD{
	display:block;
}

.coupon_detail DT{
	float:left;
	width:27%;
}
.coupon_detail DD{
	float:right;
	width:73%;
}
.coupon_input{
	background-color:white;
	border-top:1px solid #eeeeee;
	padding:10px;
}
div#contents TABLE.coupon_inp_tbl{
	width:100%;
	border-collapse:collapse;
	background-color:white;
}
div#contents TABLE.coupon_inp_tbl TD,div#contents TABLE.coupon_inp_tbl TH{
	border:none;

	border-bottom:1px solid black;
}
/* ==================== フリー2 ページ ==================== */
.free2_imgR{
	float:right;
	width:240px;
	margin-left:10px;
	margin-bottom:10px;
}
.free2_imgL{
	float:left;
	width:240px;
	margin-right:10px;
	margin-bottom:10px;
}
.free2_txt_s{
	width:305px;
	display:inline-block;
	*display:inline;*zoom:1;
}
.free2_txt{
}
.free2_sub_img{
	background-color:#efefef;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
.free2_sub_img img{
	border:2px solid #eeeeee;
	margin:0 2px;
	height:60px;
}
img{￥
	-ms-interpolation-mode: bicubic;
}



/* ==================== facebook/twitter ==================== */

DIV#tabSwitchContents{
	margin:0px;
	padding:5px;
	min-height:300px;
	background-color:#F5F5F5;
}
SPAN.tabSwitchOn,
SPAN.tabSwitchOff{
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
	padding:10px 10px 10px 10px;
	width:80px;
	height:14px;
	background-image:url(../images/social_tab.png);
	background-repeat:no-repeat;
	background-position:top-left;
	font-size:13px;
	font-weight:bold;
}
SPAN.tabSwitchOn{
	cursor:auto;
	color:#FFFFFF;
}
SPAN.tabSwitchOff{
	cursor:pointer;
	text-decoration:underline;
	color:#99EEEE;
}



/* ==================== スマートフォンへのリンク ==================== */
DIV.linkToSmartPhone P{
	margin:0px;
	padding:10px;
	background-color:#3399ff;
	text-align:center;
	font-weight:bold;
	font-size:x-large;
	color:#FFFFFF;
}



/* ==================== Safari 5.1 以降で lightbox の next ボタンの不具合を修正 ==================== */
#lightbox IMG{
  vertical-align:middle;
}



/*--------------------------------------------

  　　　　　　　　独自追加

--------------------------------------------*/

DIV#contentsPankuzu {
	color: #999999;
    font-size: 91.7%;
	padding:7px 0;
	background: url("../images/bg_nav.png") no-repeat scroll 100% 0 transparent;
    margin: -17px -17px 0 0;
    min-height: 39px;
    padding: 27px 12px 0 0;
    position: relative;
    width: 960px;

}
DIV#contentsPankuzu p.pankuzu {
	padding:0 70px 0 0;

}
DIV#contentsPankuzu a {
	text-decoration:none;
	 color: #6B4605;
    font-size: 91.7%;
}
DIV#contentsTitleCmn,
DIV#contentsTitle {
	display:block;
}
DIV#contentsTitleCmn h1,
DIV#contentsTitleCmn h2,
DIV#contentsTitle h1,
DIV#contentsTitle h2 {
    font-weight: bold;
    line-height: 150%;
    margin: 0;
	background-image: url("../images/h2_bg.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #2b2b2b;
    font-size:150%;
    padding: 10px 0;
}

/* 本文サイズ */
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore,
DIV#contents DIV.contentsArea,
DIV#contents DIV.weddingTitleMainText,
DIV#contents DD.ceremonyText{
	font-size:1.2em;
}
/* for chrome setting (can't use <br class="clear" />) */
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore,
DIV#contents DIV.contentsArea{
	clear:both;
}
DIV#contents DIV.entryListRight,
DIV#contents DIV.entryList1Col,
DIV#contents DIV.entryList1Diagnosis{
	font-size:1.1em;
}
/* ワイヤーパターン1
--------------------------------------*/
/* 一覧ページ */
DIV#contents div.entryList {
	width:720px;
	margin:0 0 20px;
	padding:0 0 20px;
	background-image: url("../images/entry_list_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
DIV#contents div.entryList div.entryList1Img,
DIV#contents div.entryList div.entryListLeft {
	width:120px;
	float:left;
}
DIV#contents div.entryList div.entryList1Diagnosis,
DIV#contents div.entryList div.entryListRight {
	width:580px;
	float:right;
}
DIV#contents div.entryList div.entryList1Diagnosis h3,
DIV#contents div.entryList div.entryList1Col h3,
DIV#contents div.entryList div.entryListRight h3 {
	background-image:none;
    color: #6C4608;
    font-size: 13pt;
    padding: 7px 0;
	border:none;
	margin:0px;
}
DIV#contents p.pageList {
    line-height: 1em;
    padding: 30px 0;
    text-align: center;
}
DIV#contents p.pageList span.current_page {
    background: none repeat scroll 0 0 #C41C00;
    color: #FFFFFF;
    padding: 5px 9px;
}
DIV#contents p.pageList a {
    background: none repeat scroll 0 0 #6E6E6E;
    color: #FFFFFF;
    padding: 5px 9px;
    text-decoration: none;
}
DIV#contents p.pageList a:hover {
    background: none repeat scroll 0 0 #C41C00;
    color: #FFFFFF;
    text-decoration: none;
}
/* 詳細ページ */
DIV#contents span.titleDateFormat,
DIV#contents DIV.contentsMainArea span.titleDateFormat {
	font-size:0.6em;
	font-weight:normal;
	display:block;
}
DIV#contents DIV.contentsMainArea{}
DIV#contents DIV.contentsArea {
	margin:0 0 20px;
}
DIV#contents DIV.contentsMainArea div.contentsImgLeft,
DIV#contents DIV.contentsArea div.contentsImgLeft {
	float:left;
	margin:0 20px 20px 0;
	width:auto;
}
DIV#contents DIV.contentsMainArea div.contentsImgRight,
DIV#contents DIV.contentsArea div.contentsImgRight {
	float:right;
	margin:0 0px 20px 20px;
	width:auto;
}
DIV#contents div.contentsImgCenter {
	text-align:center;
	margin:0 auto 20px;
}
DIV#contents DIV.contentsMainArea img.titleMainImage {
	margin:0 0 20px;
}
DIV#contents DIV.contentsMainArea span.imgCaption,
DIV#contents DIV.contentsArea span.imgCaption,
DIV#contents DIV.contentsMainArea span.imgCaptionTopBtm,
DIV#contents DIV.contentsArea span.imgCaptionTopBtm {
	display:block;
	padding:10px 0 0 0;
	text-align:center;
}
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore {
	margin:0 0 20px;
	line-height:1.66;
}
DIV#contents DIV.entryBody img.entryBodyImage {
	float:left;
	margin:0 20px 20px 0;
}

/* 画像一覧 */
DIV#contents DIV.imageListArea DIV.imageListAreaLeft {
	width:170px;
	float:left;
	margin:0 12px 10px 0;
}
DIV#contents DIV.imageListArea DIV.imageListAreaRight {
	width:170px;
	float:right;
	margin:0 0px 10px 0;
}
DIV#contents DIV.imageListArea DIV.imageListAreaLeft span.imgCaption,
DIV#contents DIV.imageListArea DIV.imageListAreaRight span.imgCaption,
DIV#contents DIV.imageListArea DIV.imageListAreaLeft span.imgCaptionTopBtm,
DIV#contents DIV.imageListArea DIV.imageListAreaRight span.imgCaptionTopBtm {
	display:block;
	padding:10px 0;
	text-align:center;
}
DIV#contents DIV.imageListArea SPAN.listImgContainer {
	background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 200px;
    width: 164px;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #e6e6e6;
}
/* CVボタン */
DIV#contents DIV#contentsCvBtnTop,
DIV#contents DIV#contentsCvBtnBottom {
	margin:0 0 15px;
	background-color:#FFFFFF;
	padding:3px 0 0;
	background-image: url("../images/cv_btn_bg_top.jpg");
    background-position: center top;
    background-repeat:no-repeat;
}
DIV#contents DIV#contentsCvBtnTop ul,
DIV#contents DIV#contentsCvBtnBottom ul {
	width:100%;
	margin:0px;
	padding:0px;
	background-image: url("../images/cv_btn_bg.jpg");
    background-position: center bottom;
    background-repeat:no-repeat;


}
DIV#contents DIV#contentsCvBtnTop ul li,
DIV#contents DIV#contentsCvBtnBottom ul li {
	list-style:none;
	float:left;
}
DIV#contents DIV#contentsCvBtnTop ul a,
DIV#contents DIV#contentsCvBtnBottom ul a {
	display:block;
	padding:14px 0;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	color:#E73082;
	font-weight:bold;
	background-image: url("../images/cv_btn_a_bg.png");
    background-position: right top;
    background-repeat:no-repeat;
	font-size:11px;
}
DIV#contents DIV#contentsCvBtnTop ul a:hover,
DIV#contents DIV#contentsCvBtnBottom ul a:hover {
	text-decoration:none;
	color:#262626;
	/*background-image: url("../images/cv_btn_bg_on.jpg");
    background-position: center bottom;
    background-repeat:no-repeat;*/
}
DIV#contents DIV#contentsCvBtnTop ul.cv1 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv1 li {
	width:100%;
	display:table-cell;
}
DIV#contents DIV#contentsCvBtnTop ul.cv2 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv2 li {
	width:50%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv3 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv3 li {
	width:33.3333333%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv4 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv4 li {
	width:25%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv5 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv5 li {
	width:20%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv6 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv6 li {
	width:16.6666666%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv7 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv7 li {
	width:14.239%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv8 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv8 li {
	width:12.5%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv9 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv9 li {
	width:11.1111111%;
}
DIV#contents DIV#contentsCvBtnTop ul.cv10 li,
DIV#contents DIV#contentsCvBtnBottom ul.cv10 li {
	width:10%;
}

DIV#contents DIV#contentsCvBtnTop span.clear,
DIV#contents DIV#contentsCvBtnBottom span.clear {
	clear:both;
	display:block;
}

/* 式場更新情報 */
DIV#contents DIV#ceremonyInfo {
	margin:0 0 20px;
	padding:0 0 20px;
	background-image: url("../images/ceremony_list_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
	width:720px;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoLeft {
	width:340px;
	float:left;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight {
	width:340px;
	float:right;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoLeft,
DIV#contents DIV.photoFrame{
    display: inline-block;
    *display: inline;
    *zoom: 1;
	padding:9px;
	background-image: url("/contents/special_contents/images/photo_bg.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
	border:1px solid #eae6d5;
	border-bottom:3px solid #f1f1f1;
}
DIV#contents DIV.contentsMainArea DIV.photoFrame span.imgCaption,
DIV#contents DIV.contentsArea DIV.photoFrame span.imgCaption{
	text-align:left;
	width:250px;
}
DIV#contents DIV.contentsMainArea DIV.photoFrame span.imgCaptionTopBtm,
DIV#contents DIV.contentsArea DIV.photoFrame span.imgCaptionTopBtm{
	display: block;
	text-align:center;
}
DIV#contents DIV.contentsMainArea DIV.photoFrame a,
DIV#contents DIV.contentsArea DIV.photoFrame a{
	text-decoration: underline;
}
DIV#contents DIV.contentsMainArea DIV.photoFrame a:hover,
DIV#contents DIV.contentsArea DIV.photoFrame a:hover{
	text-decoration: none;
}
DIV#contents DIV.contentsMainArea DIV.photoFrame img,
DIV#contents DIV.contentsArea DIV.photoFrame img{
	text-decoration: none;
}

DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight dt {
	color:#e73082;
	font-weight:bold;
	font-size:1.1em;
	margin:0 0 10px;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight dt a {
	color:#e73082;
	font-weight:bold;
	font-size:1.1em;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight dd.ceremonyCopy {
	color: #6C4608;
    font-size: 1.5em;
	font-weight:bold;
	margin:0 0 10px;
	line-height:1.3;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight dd.ceremonyText {
	margin:0 0 10px;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight dd.ceremonyLink {
	text-align:right;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight a{
	text-decoration: underline;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight a:hover{
	text-decoration: none;
}
DIV#contents DIV#ceremonyInfo DIV#ceremonyInfoRight a img{
	text-decoration: none;
}
DIV#contents DIV.contentsRelationLink DIV.contentsRelationLinkText {
	background-image: url("../images/contents_relation_bg_yellow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	padding:0 20px 20px;
	line-height:200%;
	width:680px;
}
DIV#contents DIV.contentsRelationLink DIV.contentsRelationLinkText a{
	text-decoration: underline;
	color:#0000b9;
}
DIV#contents DIV.contentsRelationLink DIV.contentsRelationLinkText a:hover{
	text-decoration: none;
}
DIV#contents DIV.contentsRelationLink{
	margin-bottom:20px;
}


/* .nav（ナビ）
--------------------------------------*/
#header div.nav{
float: right;
width: 503px;
}


/* 検索 */
#header div.nav .search{
position:relative;
float:right;
margin:0 0 0 15px;
background:url(../images/header_search_bg.png) no-repeat 0 0;
width:168px;
height:19px;
padding:1px 1px 1px 11px;
}
#header div.nav .search p{
margin:0;
}
#header div.nav .search input{
float:left;
}
#header div.nav .search input.text{
border:none;
border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
background:none;
width:143px;
height:19px;
padding:0;
line-height:19px;
}
#header div.nav .search .suggests{
left:0;
top:23px;
}


/* ナビ：ショートカット */
#header div.nav .shortcut{
list-style:none;
float:right;
margin:0 0 8px;
padding:0;
}
#header div.nav .shortcut li,
#header div.nav .shortcut a,
#header div.nav .shortcut img{
float:left;
}
#header div.nav .shortcut li{
display:inline;
margin:0 0 0 10px;
}


/* ナビ：ユーザー系 */
#header div.nav .user ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#header div.nav .user li {
	list-style:none;
}
#header div.nav .user{
float: right;
margin: 0 0 11px;
width: 500px;
}
#header div.nav .user .mypage {
    display: inline;
    margin-left: 10px;
}
#header div.nav .user .mypage li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#header div.nav .user li,
#header div.nav .user a,
#header div.nav .user img{
float:left;
}
#header div.nav .user li{
margin:0;
background:url(../images/header_ico_gray.png) no-repeat 5px 50%;
padding:0 0 0 16px;
}
#header div.nav .user .bookmark{
margin:0 0 0 10px;
background:none;
padding:0;
}

DIV#contents DIV.relateLink ul li{
	list-style:none;
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    list-style: none outside none;
    margin: 5px 0;
    padding-left: 18px;
}

/* 共通バナー */
#contents .section_special .bar2 {
	border:none;
    background: url("/img/bg_line_bar2.png") no-repeat scroll 0 100%;
    font-size: 133.3%;
    line-height: 1.5;
    padding: 0 0 7px 5px;
    margin-bottom: 15px;
}
#contents .section_special table,
#contents .section_special th,
#contents .section_special td{
	margin:0;
	padding:0;
	border:none;

}
/*---------------------------------------
               扉ページ
---------------------------------------*/
/* ピックアップ */
DIV#contents DIV.contentsPickUpBody {
	background-image: url("../images/latest_pickup_bg.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
	padding:0px 15px 15px;
	margin:0 0 20px;
	width:690px;
}
DIV#contents DIV.contentsPickUpArea {
	width:659px;
	padding:15px;
	background-image: url("../images/latest_pickup_list_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
	margin:0 0 10px;
}
DIV#contents DIV.contentsPickUpArea DIV.contentsPickUpLeft {
	width:180px;
	float:left;
	margin:0 20px 0 0;
}
DIV#contents DIV.contentsPickUpArea DIV.contentsPickUpRight {
	width:450px;
	float:right;
	margin:;
}
DIV#contents DIV.contentsPickUpArea DIV.contentsPickUpRight h3 {
	background-image: none;
    border: medium none;
    color: #f24991;
    font-size: 1.3em;
    margin: 0;
    padding: 7px 0;
}
DIV#contents DIV.contentsPickUpArea DIV.contentsPickUpRight h3 a {
	color: #f24991;
}

/* 結婚力を磨こう */
DIV#contents DIV.contentsLatestArea {
	margin:0 0 30px;
	padding:0 0 0px;
	background-image: url("../images/hr_bg.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
}
DIV#contents DIV.contentsLatestArea p.latestMainListTitle {
	margin:0 0 10px;
	border: medium none;
    color: #6C4608;
    font-size: 1em;
    margin: 0;
    padding: 0 0 7px;
	font-weight:bold;
}
DIV#contents DIV.contentsLatestAreaLeft {
	width:200px;
	float:left;
	margin:15px 30px 20px 0;
	padding:10px;
}
DIV#contents DIV.contentsLatestAreaRight {
	width:200px;
	float:right;
	margin:15px 0 20px 0;
	padding:10px;
}
DIV#contents DIV.contentsLatestAreaLeft img,
DIV#contents DIV.contentsLatestAreaRight img {
	margin:0 0 7px;
}
DIV#contents DIV.contentsLatestAreaLeft ul,
DIV#contents DIV.contentsLatestAreaRight ul {
	margin:0px 0 0px;
	padding:0px;
}
DIV#contents DIV.contentsLatestAreaLeft ul li,
DIV#contents DIV.contentsLatestAreaRight ul li {
	list-style:none;
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    list-style: none outside none;
    margin: 5px 0;
    padding-left: 18px;
}
DIV#contents DIV.contentsLatestAreaLeft p.latestMore,
DIV#contents DIV.contentsLatestAreaRight p.latestMore {
	text-align:right;
	margin:15px 0;
}
DIV#contents DIV.contentsLatestAreaLeft p.latestMore a,
DIV#contents DIV.contentsLatestAreaRight p.latestMore a {
	background-image: url("../images/ico_arrow_right_brown.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

/* お役立ち情報 */
DIV#contents DIV.contentsLatestGuideArea {
	margin:0 0 30px;
	padding:0 0 0px;
	background-image: url("../images/hr_bg.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
}
DIV#contents DIV.contentsLatestGuideArea p.latestMainListTitle {
	margin:0 0 10px;
	border: medium none;
    color: #6C4608;
    font-size: 1em;
    margin: 0;
    padding: 0 0 7px;
	font-weight:bold;
}
DIV#contents DIV.contentsLatestGuideAreaLeft {
	width:200px;
	float:left;
	margin:15px 30px 20px 0;
	padding:10px;
}
DIV#contents DIV.contentsLatestGuideAreaRight {
	width:200px;
	float:right;
	margin:15px 0 20px 0;
	padding:10px;
}
DIV#contents DIV.contentsLatestGuideAreaLeft img,
DIV#contents DIV.contentsLatestGuideAreaRight img {
	margin:0 0 7px;
}
DIV#contents DIV.contentsLatestGuideAreaLeft ul,
DIV#contents DIV.contentsLatestGuideAreaRight ul {
	margin:0px 0 0px;
	padding:0px;
}
DIV#contents DIV.contentsLatestGuideAreaLeft ul li,
DIV#contents DIV.contentsLatestGuideAreaRight ul li {
	list-style:none;
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    list-style: none outside none;
    margin: 5px 0;
    padding-left: 18px;
}
DIV#contents DIV.contentsLatestGuideAreaLeft p.latestMore,
DIV#contents DIV.contentsLatestGuideAreaRight p.latestMore {
	text-align:right;
	margin:15px 0;
}
DIV#contents DIV.contentsLatestGuideAreaLeft p.latestMore a,
DIV#contents DIV.contentsLatestGuideAreaRight p.latestMore a {
	background-image: url("../images/ico_arrow_right_brown.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}


/* 結婚準備マニュアル */
DIV#contents DIV.contentsManualArea {
	margin:0 0 20px;
}
DIV#contents DIV.contentsManualContents {
    background-image: url("../images/contents_relation_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    line-height: 1.8;
    padding: 0 20px 20px;
	width:680px;
}
DIV#contents DIV.contentsManualContentsLeft {
	width:330px;
	float:left;
	border-right: 1px solid #E5E5E5;
    padding-left: 0;
    padding-right: 10px;
}
DIV#contents DIV.contentsManualContentsLeft dt {
	 background-image: none;
    border: medium none;
    color: #6C4608;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 7px;
	font-weight:bold;
}
DIV#contents DIV.contentsManualContentsLeftImg {
	float: left;
    margin: 0 15px 0 0;
    width: 90px;
}
DIV#contents DIV.contentsManualContentsLeftText {
	color: #333333;
    float: left;
    font-size: 0.917em;
    margin: 0;
    width: 220px;
}
DIV#contents DIV.contentsManualContentsRight {
	width:320px;
	float:right;
}
DIV#contents DIV.contentsManualContentsRight ul {
	margin:0px;
	padding:0px;
}
DIV#contents DIV.contentsManualContentsRight ul li {
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    list-style: none outside none;
    margin: 5px 0;
    padding-left: 18px;
}
/* 診断コンテンツ */
DIV#contents DIV.latestDiagnosisBody {
	border: 1px solid #E5E5E5;
    list-style: none outside none;
    padding: 14px 19px;
	margin:0 0 20px;

}

DIV#contents DIV.latestDiagnosisLeft {
	width:330px;
	border-right: 1px solid #E5E5E5;
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
DIV#contents DIV.latestDiagnosisLeft h3 {
	 background-image: none;
    border: medium none;
    color: #6C4608;
    font-size: 1.2em;
    margin: 0;
    padding:0 0 7px;
}
DIV#contents DIV.latestDiagnosisLeft DIV.latestDiagnosisLeftImg {
	width:90px;
	float:left;
	margin:0 15px 0 0;
}
DIV#contents DIV.latestDiagnosisLeft DIV.latestDiagnosisText {
	width:220px;
	float:left;
	margin:0 0px 0 0;
	color: #333333;
    font-size: 0.917em;
}
DIV#contents DIV.latestDiagnosisRight {
	float:right;
	width:320px;
}
DIV#contents DIV.latestDiagnosisRight ul {
	margin:0px;
	padding:0px;
}
DIV#contents DIV.latestDiagnosisRight li {
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    margin: 5px 0;
    padding-left: 18px;
	list-style:none;
}
DIV#contents DIV.latestDiagnosisRight p.latestMore {
	text-align:right;
	margin:0p;
}
DIV#contents DIV.latestDiagnosisRight p.latestMore a {
	background-image: url("../images/ico_arrow_right_brown.png");
    background-position: left;
    background-repeat: no-repeat;
	padding:0 0 0 20px;
}
/* 新着情報 */
DIV#contents DIV.latestNewsList {
	margin:0 0 20px;
}
DIV#contents DIV.latestNewsList ul {
	margin:0;
	padding:12px 20px 16px;
	background-image: url("../images/latest_bg_pink.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
}
DIV#contents DIV.latestNewsList ul li {
	list-style:none;
	padding:4px 0;
}
DIV#contents DIV.latestNewsList ul li a {
	padding: 0 0 0 10px;
}
/* ウェディング準備 */
DIV#contents DIV.latestPreparationBody {
	border: 1px solid #E5E5E5;
    list-style: none outside none;
    padding: 14px 19px;
	margin:0 0 20px;

}
DIV#contents DIV.latestPreparationLeft {
	width:330px;
	border-right: 1px solid #E5E5E5;
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
DIV#contents DIV.latestPreparationLeft h3 {
	 background-image: none;
    border: medium none;
    color: #6C4608;
    font-size: 1.2em;
    margin: 0;
    padding:0 0 7px;
}
DIV#contents DIV.latestPreparationLeft DIV.latestPreparationLeftImg {
	width:90px;
	float:left;
	margin:0 15px 0 0;
}
DIV#contents DIV.latestPreparationLeft DIV.latestPreparationText {
	width:220px;
	float:left;
	margin:0 0px 0 0;
	color: #333333;
    font-size: 0.917em;
}
DIV#contents DIV.latestPreparationRight {
	float:right;
	width:320px;
}
DIV#contents DIV.latestPreparationRight ul {
	margin:0px;
	padding:0px;
}
DIV#contents DIV.latestPreparationRight li {
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    margin: 5px 0;
    padding-left: 18px;
	list-style:none;
}
DIV#contents DIV.latestPreparationRight p.latestMore {
	text-align:right;
	margin:0p;
}
DIV#contents DIV.latestPreparationRight p.latestMore a {
	background-image: url("../images/ico_arrow_right_brown.png");
    background-position: left;
    background-repeat: no-repeat;
	padding:0 0 0 20px;
}

/* 特集ページ */
DIV#contents DIV.contentsFeatureList {
    background: url("../images/contents_relation_bg_sh.png") repeat-x scroll 0 100% transparent;
    margin: 0px 0 15px;
    padding: 0px;
	width:720px;
}
DIV#contents DIV.contentsFeatureListSingle {
    background: url("../images/contents_relation_bg_sh.png");
	background-repeat:no-repeat;
	background-position:left bottom;
    margin: 0px 0 15px;
    padding: 0px;
	width:720px;
}

DIV#contents DIV.contentsFeatureList ul,
DIV#contents DIV.contentsFeatureListSingle ul {
	margin:0px;
	padding:0px;
}
DIV#contents DIV.contentsFeatureList li,
DIV#contents DIV.contentsFeatureListSingle li {
    background: url("../images/contents_relation_bg_sh_top.png") repeat-x scroll 0 0 transparent;
    display: inline;
    float: left;
    margin: 0 10px;
    padding: 15px;
    width: 310px;
}
DIV#contents DIV.contentsFeatureList li .image,
DIV#contents DIV.contentsFeatureListSingle li .image {
    float: left;
}
DIV#contents DIV.contentsFeatureList li p,
DIV#contents DIV.contentsFeatureListSingle p {
    margin-left: 130px;
	font-size:0.9em;
}
DIV#contents DIV.contentsFeatureList li p a,
DIV#contents DIV.contentsFeatureListSingle li p a {
	color:#E63082;
}
DIV#contents DIV.contentsFeatureList li p.heading,
DIV#contents DIV.contentsFeatureListSingle li p.heading {
    font-weight: bold;
	margin:0 0 7px 0;
}
DIV#contents DIV.contentsFeatureList li p.more,
DIV#contents DIV.contentsFeatureListSingle li p.more {
	margin-top: 7px;
}
.forefront {
    z-index: 1;
}

DIV#contents DIV.titleImg,
DIV#contents H1.titleImg{
	margin-bottom:20px;
}
DIV#contents DIV.writerProfileImg{
	margin-bottom:20px;
}
DIV#secondArea DIV#freeHtml1 UL,
DIV#secondArea DIV#freeHtml2 UL,
DIV#secondArea DIV#freeHtml3 UL{
	margin:0 0 15px 0;
	padding:0px;
}
DIV#secondArea DIV#freeHtml1 LI,
DIV#secondArea DIV#freeHtml2 LI,
DIV#secondArea DIV#freeHtml3 LI{
	background: url("../images/ico_mark_brown.png") no-repeat scroll 0 0.4em transparent;
    margin: 5px 0;
    padding-left: 14px;
	list-style:none;
}
DIV#secondArea DIV#freeHtml1 h2 {
	background-image: url("../images/second_h2_bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 100%;
    padding: 8px 15px;
}
DIV#secondArea DIV.sideParts{
	margin-bottom: 15px;
}
DIV#secondArea DIV.sideParts .sidePartsTitle{
	font-weight: bold;
	margin-bottom: 5px;
}
DIV#secondArea DIV.sideParts P{
	margin: 0;
	padding: 0;
}
DIV#secondArea DIV.sideParts .sidePartsImgTextSet IMG{
	float:left;
	margin: 0 10px 10px 0;
}
/* セカンドエリア 特集 */

DIV#secondArea DIV#specialTopSideHeadbanner{
	text-align:center;
	margin-bottom: 10px;
}
DIV#secondArea DIV#specialTopSideSelection,
DIV#secondArea DIV#specialTopSideTeachme,
DIV#secondArea DIV#specialTopSide3step{
	border-width: 2px;
	border-style: solid;
	margin-bottom: 10px;
	width: 192px;
}
DIV#secondArea DIV#specialTopSideSelection{
	border-color:#fe6e72;
}
DIV#secondArea DIV#specialTopSideTeachme{
	border-color:#faa640;
}
DIV#secondArea DIV#specialTopSide3step{
	border-color:#fbb2c3;
}
DIV#secondArea DIV.specialTopSideTitle{
	 margin: 7px 7px 0 7px;
}
DIV#secondArea .specialTopSideSelectionLink,
DIV#secondArea .specialTopSideTeachmeLink{
	margin: 7px;
	font-size:9.5px;
}
DIV#secondArea .specialTopSideSelectionLink *,
DIV#secondArea .specialTopSideTeachmeLink *{
	vertical-align: middle;
}
DIV#secondArea .specialTopSideSelectionLink a,
DIV#secondArea .specialTopSideTeachmeLink a{
	text-decoration: underline;
}
DIV#secondArea .specialTopSideSelectionLink a:hover,
DIV#secondArea .specialTopSideTeachmeLink a:hover{
	text-decoration: none;
}
DIV#secondArea .specialTopSideSelectionLink{
	text-align: right;
}
DIV#secondArea .specialTopSideSelectionLink a{
	color:#fe6e72;
}
DIV#secondArea .specialTopSideTeachmeLink a{
	color:#faa640;
}
DIV#secondArea div#specialTopSideSelectionItems{
	margin: 10px 7px 0 7px;
	border-bottom: 1px solid #c1c1c1;
}
DIV#secondArea a.specialTopSideSelectionItem{
	display: block;
}
DIV#secondArea a.specialTopSideSelectionItem img{
	float:left;
	margin-bottom:7px;
}


DIV#secondArea DIV#sideSpecialPickup DIV.sideSpecialPickupItem{
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	background-image:url(../images/hr_bg.gif?imgtype=orgsize);
	background-repeat: repeat-x;
	background-position: left bottom;
}
DIV#secondArea DIV#sideSpecialPickup DIV.sideSpecialPickupItem IMG{
	float:left;
}
DIV#secondArea DIV#sideSpecialPickup DIV.sideSpecialPickupItem P{
	width:122px;
	margin:0;
	float:right;
}
DIV#secondArea DIV#sideSpecialPickup DIV.sideSpecialPickupItem P A,
DIV#secondArea DIV#sideSpecialPickup DIV#sideSpecialPickupDetail A{
	color:#666666;
	text-decoration: underline;
}
DIV#secondArea DIV#sideSpecialPickup DIV.sideSpecialPickupItem P A:hover,
DIV#secondArea DIV#sideSpecialPickup DIV#sideSpecialPickupDetail A:hover{
	text-decoration: none;
}
DIV#secondArea DIV#sideSpecialPickup DIV#sideSpecialPickupDetail A{
	font-weight: bold;
	color:#e83a88;
	text-decoration: underline;
}
DIV#secondArea DIV#sideSpecialPickup DIV#sideSpecialPickupDetail{
	margin:2px 0 15px 0;
	text-align:right;
}
DIV#secondArea DIV#sideSpecialPickup DIV#sideSpecialPickupDetail *{
	vertical-align: middle;
}

/* FOOTER */

#footerTop {
    /* background: url("../images/footer_bg.png") no-repeat scroll 50% 40px transparent; */
    margin: 0 auto;
    padding: 10px 0 15px;
    width: 980px;
}
#footerTop:before, #footerTop:after {
    content: "";
    display: table;
}
#footerTop:after {
    clear: both;
}
#footerTop {
}
#footerTop a {
    color: #666666 !important;
}
#footerTop .pagetop {
    height: 87px;
    /* margin: 0 2px 95px 0; */
    position: relative;
}
#footerTop .pagetop img {
    position: absolute;
    right: 0;
}
DIV#footer .pagetopText{
    text-align:right;
}
DIV#footer .pagetopText a{
    text-decoration:underline;
}
DIV#footer .pagetopText a:hover{
    text-decoration:none;
}
#footerTop .links {
    background: none repeat scroll 0 0 #F9F9F5;
    border: 1px solid #EEEEEE;
    margin: 0;
    padding: 1px 14px;
}
#footerTop .links dl {
    margin: 0;
}
#footerTop .links dl ~ dl {
    border-top: 1px dotted #CCCCCC;
}
#footerTop .links dl ~ dl dd {
    border-top: 1px solid #FFFFFF;
}
#footerTop .links dt {
    float: left;
    margin-top: 14px;
    width: 11em;
	font-weight:bold;
}
#footerTop .links dd {
    color: #CCCCCC;
    margin: 0;
    padding: 11px 0 11px 12em;
}
#footerTop .links dd a {
    margin: 0 4px;
    white-space: nowrap;
}

DIV.navBody {
	margin:20px 0 0;
	padding:0 0 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#footerTop .nav {
    list-style: none outside none;
    margin:0px;
    padding:0px;
}
#footerTop .nav:before, #footerTop .nav:after {
    content: "";
    display: table;
}
#footerTop .nav:after {
    clear: both;
}
#footerTop .nav {
}
#footerTop .nav li, #footerTop .nav li a {
    float: left;
}
#footerTop .nav li {
    border-left: 1px solid #C7C7C7;
    padding: 0 0.5em;
}
#footerTop .nav li:first-child {
    border: medium none;
    padding-left: 0;
}
#footerTop .logo {
    display: inline;
    float: left;
    font-size: 0.917em;
    margin: 20px 27px 0 0;
}
#footerTop .logo a {
    display: block;
    margin-bottom: 8px;
}
#footerTop .sns {
    float: left;
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}
#footerTop .sns li {
    border-left: 1px solid #DDDDDD;
    padding: 14px 20px;
}
.sns li {
    display: inline;
    height: 20px;
    margin: 0 7px 0 0;
}
.sns li, .sns li a, .sns li img, .sns li iframe {
    float: left;
}
#footerTop .sns a {
    display: inline-block;
    height: auto;
    padding: 1px 0 1px 32px;
    width: auto;
}
#footerTop .sns .facebook {
    width:auto;
    background: url("../images/ico_facebook.png") no-repeat scroll 0 50% transparent;
}
#footerTop .sns .twitter {
    width:auto;
    background: url("../images/ico_twitter.png") no-repeat scroll 0 50% transparent;
}
#footerTop .sns .mixi {
    width:auto;
    background: url("../images/ico_mixi.png") no-repeat scroll 0 50% transparent;
}
#footerTop .sns .google {
    width:auto;
    background: url("../images/ico_google.png") no-repeat scroll 0 50% transparent;
}
#footerTop .sns .instagram {
    width:auto;
    background: url("../images/ico_instagram.png") no-repeat scroll 0 50% transparent;
}


/**/
#GlobalFooter {
    text-align: left;
}
#GlobalFooter p {
    margin: 0;
    padding: 0;
}
#GlobalFooter dl, #GlobalFooter ol, #GlobalFooter ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#GlobalFooter dl dt {
    font-weight: normal;
}
#GlobalFooter {
    line-height: 1.5;
    margin: 0 auto 10px;
    padding-top: 20px;
    width: 1030px;
}
#FooterLogo {
    float: left;
    padding-top: 30px;
    text-align: center;
    width: 100px;
}
#FooterService {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 920px;
}
#FooterServiceHead {
    margin-bottom: 8px;
	height:30px;
}
#GlobalFooter .FooterTitle {
    color: #666666;
    float: left;
    font-size: 117%;
    font-weight: bold;
    width: 500px;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink {
    text-align: right;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink a {
    color: #0099FF !important;
    float: right;
    padding-right: 20px;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink img {
    vertical-align: baseline;
}
#FooterServiceCont dl {
    padding: 1px 0 0;
}
#FooterServiceCont dl dt {
    border-right: 1px dotted #CCCCCC;
    color: #888888;
    float: left;
    font-weight: bold;
    margin-right: 15px;
    padding-bottom: 10px;
    width: 100px;
}
#FooterServiceCont dl dd {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 0 10px 3px 0;
    padding: 0 9px 0 0;
    white-space: nowrap;
}
#FooterServiceCont dl dd a:hover {
    text-decoration: underline;
}
#FooterServiceCont dl dd.last {
    border-right: medium none;
}
#FooterCorp {
    clear: both;
}
#FooterCorpInfo {
    border-top: 1px solid #DDDDDD;
    display: inline;
    float: left;
    margin: 10px 0 0;
    padding-top: 5px;
    width: 940px;
}
#FooterCorpId {
    float: left;
    width: 300px;
}
#FooterCorpName {
    float: left;
    margin-top:0;
    width: 100px;
}
#GlobalFooter #copyright {
    color: #333333;
    float: left;
    font-size: 81.6%;
    line-height: 1.2;
    margin: 3px 0 0 10px;
    width: 190px;
}
#FooterCorpLink {
    float: left;
}
#FooterCorpLink ul li {
    border-right: 1px solid #CCCCCC;
    float: left;
    font-size: 83.3%;
    line-height: 1.2;
    margin: 0 10px 7px 0;
    padding: 3px 9px 0 0;
}
#FooterCorpLink ul li.last {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}

#privacy {
    display: inline;
    float: left;
    margin: -15px 0 10px 10px;
    width: 50px;
}
#GlobalFooter a {
    color: #888888;
    text-decoration: none;
}
#GlobalFooter a:hover {
    color: #888888;
    text-decoration: underline;
}
body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame {
    background: url("../images/bg_line_gray.png") repeat-x scroll 0 0 transparent;
	background-color:#FFFFFF;
	line-height:1.5;
}

body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame P,
body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame DIV,
body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame LI,
body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame DT,
body#anchorTop DIV#footer DIV#footerCopyrightArea DIV#GlobalFooterFrame DD {
	line-height:1.5;
}

/* ヘッダ フォーム サジェスト */
.suggests{
	list-style:none;
	position:absolute;
	margin:0;
	border:solid 1px #d8cebc;
	background:#fff;
	width:178px;
	padding:0;
	text-align:left;
	color:#6b4605!important;
}
.suggests li{
	padding:1px 7px;
}
.suggests :hover{
	background-color:#f0efe2;
	cursor:pointer;
}
.suggests a{
	text-decoration:none!important;
	color:#6b4605!important;
}
.carousel{
	clear:both;
	position:relative;
}
.carousel .button{
	position:absolute;
	top:50%;
	margin:-15px 0 0!important;
	text-align:left;
}
.carousel .back{
	left:0;
}
.carousel .next{
	right:0;
}
.carousel .disabled,
.carousel .disabled a{
	cursor:default;
}
.carousel .screen{
	position:relative;
	overflow:hidden;
}
.display-none{
	display:none;
}

.navbar {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 4999;
}
.navbar .inner {
    margin: 0 auto;
    width: 960px;
}
#header .text a {
    margin-left: 5px;
}
#header .navbar .tpoint {
    background: rgba(0, 0, 0, 0) url("/img/ico_tpoint.png") no-repeat scroll 0 -200px;
    display: inline-block;
    height: 18px;
    margin: 3px 5px 0 0;
    overflow: hidden;
    text-indent: 100%;
    width: 100px;
    vertical-align: top;
}
#header .navbar .tpointtext {
    display: inline-block;
    margin-top: 6px;
}
.tabs:before, .tabs:after {
    content: "";
    display: table;
}
.tabs {
    list-style: none outside none;
}
.tabs:after {
    clear: both;
}
.tabs:before, .tabs:after {
    content: "";
    display: table;
}

.buttons li {
    margin-right: 10px;
}
.buttons li, .buttons li a, .buttons li img {
    display: inline;
    float: left;
}
.buttons {
    list-style: none outside none;
}



.charset{display:none;}/* 文字コードバグ（safari5.0以下）回避用指定 */



/* マイページmini
--------------------------------------*/
#mypageMini{
position:fixed;
bottom:170px;
right:0;
}
#mypageMini ul{
list-style:none;
margin:0;
padding:0;
}
#mypageMini li{
position:relative;
}
#mypageMini li a{
display:block;
background:#f682b7;
background:-moz-linear-gradient(top,#f78ebc,#f06197);
background:-webkit-linear-gradient(top,#f78ebc,#f06197);
background:linear-gradient(top,#f78ebc,#f06197);
color:#fff;
text-align:center;
text-decoration:none;
padding:8px 0 2px;
margin-top:1px;
width:70px;
height:50px;
}
#mypageMini li a:hover{
opacity:.7;
}
#mypageMini li a:before{
content:"";
display:block;
width:30px;
height:30px;
margin:0 auto;
background:url(/img/icn_cv_mini.png) no-repeat;
}
#mypageMini li.history a:before{
background: url(/inc/pc/img/icn_my_mini.png) no-repeat;
background-position: 5px 0 !important;
}
#mypageMini li.favorite a:before{
background-position:0 0;
}
#mypageMini li.history a:before{
background-position:0 -30px;
}
#mypageMini li.message a:before{
background-position:0 -60px;
}
#mypageMini li.bnr a:before{
display:none;
}
#mypageMini li.bnr{
margin-top:10px;
}
#mypageMini li.bnr a{
padding:0;
background:none;
}
#mypageMini li .num{
position:absolute;
display:block;
top:8px;
right:8px;
background:#37c2d5;
width:20px;
height:18px;
padding-top:2px;
border-radius:10px;
font-size:10px;
}




.photos li {
    display: inline;
    float: left;
    line-height: 1.5em;
}
.photos {
    list-style: none outside none;
}

.photos:before, .photos:after {
    content: "";
    display: table;
}
.photos:after {
    clear: both;
}
.photos:before, .photos:after {
    content: "";
    display: table;
}
OL.photos{
	margin-left: 0px;
	padding:0;
}
P#inspiration-footersearch{
	margin: 15px 0;
}

/*--------------------------------------------------------------------

	6	詳細

--------------------------------------------------------------------*/
#detail{}


/* 見出し */
#detail #nav .heading .mark{
margin-top:-10px;
background:url(../../../img/bg_decoration_black.png) no-repeat 5px 0;
padding:11px 0 0 40px;
}


/* セクション */
#detail .section{
margin-top:25px;
margin-bottom:9px;
padding-bottom:1px;
}
#detail .section > *:first-child{
margin-top:0;
}


/* テーブル */
#detail .table{
margin-top:25px;
margin-bottom:25px;
}
#detail .table .heading{
margin:0 auto 7px;
}
#detail .table .heading .heading{
margin:0 auto;
}
#detail .table .solid{
margin-bottom:0;
}
#detail .table .table{
margin:0 auto;
}
#detail .table .table th,
#detail .table .table td{
border-top:none;
margin:0;
}
#detail .table p{
margin-bottom:0;
}


/* お問い合わせ */
#detail .contacts .heading{
margin-bottom:-17px;
}



/* .summary（パーツ：概要）
--------------------------------------*/
.summary{
margin:15px 0 !important;
}

/* clearfix START */
.summary:before,
.summary:after{content:'';display:table;}
.summary:after{clear:both;}
.summary{zoom:1;}
/* clearfix END */

.summary .photo{
float:left;
}
.summary .text{
float:right;
width:767px;
}
.summary .text > *:first-child{
margin-top:0;
}
.summary .text p,
.summary .text ul{
margin:10px 0 0;
}
.summary .text .button{
float:left;
text-align:left;
}
.summary .text .sns{
float:left;
display:inline;
position:relative;
z-index:100;
margin-left:15px;
}
.summary .text .sns .mixi{
margin-top:1px;
}



/* .tabs（パーツ：タブ）
--------------------------------------*/
.tabs{
list-style:none;
clear:both;
margin:10px 0 25px;
background:url(../../../img/bg_tabs.png) no-repeat 0 100%;
padding:0 0 3px;
}
/* clearfix START */
.tabs:before,
.tabs:after{content:'';display:table;}
.tabs:after{clear:both;}
.tabs{zoom:1;}
/* clearfix END */

.tabs li,
.tabs li a,
.tabs li img{
float:left;
}
.tabs li{
display:inline;
margin:0 1px;
}

/* 1.5次会 */
.tabs-party{
background-image:url(../../../img/bg_tabs_party.png);
}



/* .tabs（タブ:コンテンツ）
--------------------------------------*/
.tab_content{
clear:both;
}



/* .article（パーツ：式場・ブライダルフェア・プラン）
--------------------------------------*/
.article{
position:relative;
width:960px;
padding:0;
}

/* clearfix START */
.article:before,
.article:after{content:'';display:table;}
.article:after{clear:both;}
.article{zoom:1;}
/* clearfix END */


/* ボタン（お気に入りに追加） */
.article .button{
position:absolute;
top:0;
right:0;
margin:0;
text-align:right;
}


/* 見出し */
.article .header{
margin:0 180px 0 0;
background:url(../../../img/bg_article_header.png) no-repeat 0 0;
padding:5px 0 1px 60px;
}
.article .header .heading{
margin:0;
}
.article .header p{
margin:0 0 5px;
}
.article .header .startDate{
float:left;
margin:0 12px 0 0;
font-size:116.7%;
}
.article .header .status{
margin:0;
}


/* 特価 */
.article .special-price{
margin:10px 0 5px;
border-top:solid 1px #ffeef6;
border-bottom:solid 1px #ffe1ef;
background:#ffeef6 url(../../../img/bg_special-price.png) no-repeat 0 50%;
height:40px;
padding:0 0 0 110px;
font-size:116.7%;
line-height:40px;
color:#888;
}
.article .special-price em{
display:inline-block;
background:url(../../../img/ico_arrow_right_l_pink.png) no-repeat 13px 50%;
padding:0 0 0 38px;
vertical-align:middle;
font-size:128.6%;
color:#f36;
}
.article .special-price span{
font-size:122.2%;
}


/* テキスト（写真2枚を想定） */
.article .text{
clear:both;
float:left;
margin:10px 10px 0 0;
width:310px;
}
.article .text > *:first-child{
margin-top:0 !important;
}
.article .text .description{
font-size:116.7%;
margin-bottom:-.2em;
}
.article .text .icons{
margin-right:-5px;
}
.article .text table.table{
margin:10px 0 0 !important;
}


/* 写真（写真2枚を想定） */
.article .photo{
float:left;
display:inline;
margin:10px 0 0 10px;
}
* html .article .photo{margin-left:8px;}/*IE6*/
.article .photo ~ .photo{
margin-top:30px;
}


/* ブライダルフェアの場合 */
.fair .text{
width:615px;
}
.fair .photo{
float:right;
}
.fair .text .icons li{
width:199px;
padding:0;
text-align:center;
}
.fair .text .icons li a{
margin:0;
padding:0;
}
.fair .text .specials{
margin-top:15px !important;
margin-bottom:0!important;
}

/* 1.5次会：飲食単価 */
.article .text .piecerate{
background:#f9f0dd;
border-top:1px solid #ffcc99;
padding:5px 10px;
}
.article .text .piecerate span{
color:#cc6633;
font-weight:bold;
}

#mypageMini .header .buttons .information .ir {
    background: url("/img/mypage-mini_ico_sprite.png") no-repeat scroll 0 -58px transparent;
    display: block;
    height: 20px;
    width: 30px;
    text-indent:-1000em;
}
.buttons li{
margin-right:20px;
}




/*---------------------------------------
---------------------------------------
---------------------------------------
                NEW
--------------------------------------
--------------------------------------
---------------------------------------*/

a.ovr img,
a img.ovr {
  -webkit-transition: 0.0s ease-in-out;
  -moz-transition: 0.0s ease-in-out;
  -o-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
}
a.ovr:hover img,
a:hover img.ovr {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


/*---------------------------------------
                HEADER
---------------------------------------*/
#container {
	background-image: url("../images/container_bg.gif");
    background-position: left top;
    background-repeat: repeat-x;
}
#headerArea #header {
	background-image: none;
}
#headerArea #header div.logo {
	height:75px;
}
#headerArea #header .nav {
	height:75px;
}
#headerArea #header .headerText {
	color: #888888;
    font-size: 83.3%;
    font-weight: normal;
    line-height: 1;
	height:9px;
	float: right;
	padding:0 10px 0 0;
}
#headerArea #header .headerText a {
	color:#e94d98;
}
#headerArea #header .nav .search {
	top:-7px;
	margin:0 0 0 0px;
}
#headerArea #header .nav .user {
	margin:15px 0 11px;
	position:relative;
}
#headerArea #header .nav .user li {
	margin:0 0 0 6px;
}
#headerArea #header div.headerAd {
	height:45px;
	width:200px;
	position:absolute;
	right:365px;
	top:-12px;
	float:none;
	z-index:9999px;
}
DIV#header H1{
width:auto;
}
DIV#contentsPankuzu {
    margin: 3px 0 0 0;
    padding: 0;
    min-height:20px;
    background:none;
    width: auto;
}

DIV#contentsPankuzu a {
    font-size:100%;
    text-decoration: underline;
}

DIV#contentsPankuzu a:hover {
    text-decoration: none;
}

DIV#contentsPankuzu p.pankuzu{
    padding: 0;
}
DIV#contentsPankuzu p.pankuzu *{
    vertical-align:middle;
}
DIV#contentsPankuzu p.pankuzu IMG{
    margin:0 4px;
}
p.tagline{
    margin-bottom:22px;
}

#header .nav li{
position:relative;
}
#header .nav li ul.sub-nav{
margin:0;
padding:0;
}
#header .nav li .sub-nav{
position:absolute;
top:41px;
left:0;
background:#fddeec;
z-index:1000;
border:1px solid #f4bdd6;
}
#header .nav li .sub-nav li a{
text-decoration:none;
color:#666;
display:block;
width:195px;
padding:7px 0 7px 15px;
margin-top:-1px;
border-top:1px solid #f4bdd6;
}
#header .nav_local .nav li .sub-nav li a{
width:155px;
}
#header .nav li .sub-nav li a:hover{
color:#fff;
background:#f05ea0;
}
#header .nav li .sub-nav span{
font-size:83.3%;
}
.ignoreSpecialPage{
display:none;
}
.headercopy {
    float: left;
    font-weight: normal;
    padding: 8px 0;
    width: auto;
    color: #888888;
    font-size: 83.3%;
    line-height: 1;
    margin: 0;
}
DIV#nav .topicpath,
DIV#main #contentsPankuzu{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}


/* { reccomend */
.recommendOuter{
    width:720px;
    margin: 30px auto 30px auto;
}
DIV#contents #wedding_contents_l .section_frame4.carousel .photos li,
DIV#contents .section_frame4.carousel .photos li,
.recommendItems{
    height:280px;
}
.recommendItems{
    overflow: hidden;
    margin-left: 25px;
    width: 630px;
}
.section_frame4 .js-slider-parent{
    margin-left: 0px;
}
.section_frame4 {
    border: 1px solid #bcdb94;
    background: #edf0d1;
    padding: 2px;
}
.section_frame4 .inner {
    background: none repeat scroll 0 0 #fffde5;
    border: 1px solid #cce4ad;
    padding: 1px 26px;
}
.section_frame4 p.next,
div#contents .section_frame4 p.next{
    padding-right: 10px;
}
.section_frame4 p.back,
div#contents .section_frame4 p.back{
    padding-left: 10px;
}
.section_frame4 .content:before, .section_frame4 .content:after {
    content: "";
    display: table;
}
.section_frame4 .content:after {
    clear: both;
}
.section_frame4 .inner .content {
    background: url("/img/bg_frame_flower1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    margin: -18px 0 0 -40px;
    padding: 18px 0 0 40px;
}
.section_frame4 h2.heading,
div#contents .section_frame4 h2.heading {
    color: #93bf59;
    font-size: 133.3%;
    margin: 8px 0;
    border-bottom: 1px solid #d9e69b;
    padding-bottom: 5px;
    padding-left: 10px;
}
.section_frame4 .solid {
    background: none;
    border-bottom: 1px solid #d9e69b;
    padding-bottom: 5px;
    padding-left: 10px;
}
.section_frame4 .heading {
    color: #93bf59;
    font-size: 133.3%;
    margin: 8px 0;
}
.section_frame4 .photos:before, .photos:after {
    content: "";
    display: table;
}
.section_frame4 .photos:after {
    clear: both;
}
.section_frame4 .photos:before, .photos:after {
    content: "";
    display: table;
}
.section_frame4 .photos {
    list-style: outside none none;
    padding: 0;
}
DIV#contents #wedding_contents_l .section_frame4.carousel .photos li,
DIV#contents .section_frame4.carousel .photos li {
    margin: 0 20px 0 0;
    width: 190px;
}
.section_frame4 .photos > li {
    position: relative;
}
.section_frame4 .photos li {
    display: inline;
    float: left;
    line-height: 1.5em;
}
.section_frame4.carousel .photos li > a {
    display: block;
}
.section_frame4.carousel .photos .image {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    padding: 4px;
    width: 188px;
}
.section_frame4 .photos .caption {
    font-weight: bold;
}
.section_frame4 .photos .caption {
    display: block;
    margin: 7px 0 0;
}
.section_frame4 .photos h3, .section_frame4 .photos h4, .section_frame4 .photos p {
    margin: 0;
}
.section_frame4 .photos .access, .section_frame4 .photos .area {
    font-size: 91.7%;
    font-weight: normal;
}
.section_frame4 h3.name,
div#contents .section_frame4 h3.name{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.instagram-media{
position:relative !important;
}
/* reccomend } */

/* { コンテンツ共通の拡張 */
.futoji{
  font-weight:bold;
}

.youtube-movie-wrap ,
.youtube-movie-portrait-wrap {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube-movie-wrap {
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
}
.youtube-movie-portrait-wrap {
	padding-bottom: 177.77%; /*アスペクト比 16:9の場合の縦幅*/
}
.youtube-movie-wrap iframe,
.youtube-movie-portrait-wrap  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp{display:none !important;}
/* コンテンツ共通の拡張 } */
