/* html */
html{
	background-color:#FFFFFF;
}

/* body */
body{
	font-size:14px;
	line-height:20px;
	font-family:Meiryo, メイリオ, sans-serif;
	background-color:#FFFFFF;
	color:#444444;
}

h1{
	font-size:20px;

	line-height:16px;
	padding:14px 10px 10px 10px;
	color:#e00000;
	border-bottom:solid 1px #8833AA;
	background-color:#ffd34e;
	overflow:hidden;
}
h2{
	font-size:16px;
	line-height:20px;
	padding:8px 10px 4px 0;
	margin-bottom:8px;
	color:#ca2c4d;
	font-weight: 600;
	border-bottom:solid 1px #ca2c4d;
}

/* 最低下層 */
.page_content{
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
}
.page_content_tite{
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
}

.page_content img{
	max-width:100%;
}

/* ヘッダ */
#header{
	width:100%;
	padding:10px 0 1px 0;
	text-align:center;
}
#header img{
	max-height:120px;
	max-width:100%;
}
#logo{
	text-align:left;
}
#logo img{
	padding-bottom:5px;
	max-height:120px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#logo img:HOVER{
	opacity:0.7;
}
#logo img:ACTIVE{
	opacity:0.5;
}

.sub_logo{
	text-align:right;
	margin-top:15px;
}

/* グローバルナビ */
#gnavi_box{
	background-image:url(../image/common/navi_wall.png);
	color:#FFFFFF;
	font-size:16px;
}
#gnavi_box .page_content{
	padding:0;
}

#gnavi{
	list-style: none outside none;
	clear:both;
	text-align:center;
}
#gnavi li a{
	padding:10px 0;
	color:inherit;
	text-decoration:none;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#gnavi li a:HOVER, #gnavi li .on{
	background-color:#c2194d;
	color:#ffffff;
}
#gnavi li a:ACTIVE{
	background-color:#c2194d;
	color:#ffdddd;
}

/* グローバルナビ トグルボタン */
#toggle_menu{
	padding:0 10px 0 0;
	text-align:right;
}
#toggle_menu img{
	cursor:pointer;
}

/* コンテンツタイトル */
.contents_title{
	background-color:#FFFFFF;
	padding:0;
}
.contents_title img{
	width:100%;
}


/* パンくず */
.foot_step{
	width:"960";
	margin:16px 0 10px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}
.foot_step a, .foot_step a:HOVER{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.foot_step a:HOVER{
	color:#888888;
}

/* SNS */
.sns{
	margin:14px 0 0 0;
}

/* furisode */
.furisode{
	padding:6px 10px;
}

/* 横幅無制限 */
.no_limit_content{
	width:100%;
}
.no_limit_content .page_content{
	padding:10px;
}
/* 横幅制限あり */
.limit_content{
	width:100%;
	background-color:#FFFFFF;
	padding:10px;
}
/* メイン・サイド分割 */
.side_content{
	padding:10px 0;
}
.side_menu{
	padding:10px 0;
	text-align:center;
}
.side_menu ul{
	list-style: none outside none;
	clear:both;
	text-align:center;
}

/* サイドバナー */
.side_menu .banner img{
	margin-bottom:14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width:100%;
}
.side_menu .banner img:HOVER{
	opacity:0.7;
}
.side_menu .banner img:ACTIVE{
	opacity:0.5;
}
/* サイド メニュー一覧 */
.side_menu .list{
	margin-bottom:20px;
}
.side_menu .list .title{
	padding:14px 5px 10px 5px;
	background-color:#C2194D;
	color:#FFFFFF;
	font-size:16px;
	line-height:16px;
}
.side_menu .list ul{
	background-color:#FDFFFD;
	font-size:12px;
}
.side_menu .list ul li{
	text-align:left;
	padding:10px;
	border-bottom:dotted 1px #CCCCCC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.side_menu .list ul li:HOVER,
.side_menu .list ul .on{
	color:#666666;
	background-color:#fceeee;
}
.side_menu .list ul li:ACTIVE{
	color:#333333;
	background-color:#C4E4E4;
}
.side_menu .list ul li a{
	display:block;
	color:inherit;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}

/* ページトップボタン */
.pagetop{
	clear:both;
	overflow:hidden;
	text-align:right;
	padding:10px 0;
}
.pagetop *{
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagetop *:HOVER{
	opacity:0.8;
}

/* フッタ */
#footer{
	padding:10px;
	background-color:#E36B8F;
	color:#FFFFFF;
	font-size:14px;
}
#footer li{
	text-align:left;
	margin-bottom:5px;
}
#footer a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer a:HOVER{
	color:#444444;
}
#footer ul{
	list-style: none outside none;
	margin-bottom:10px;
	text-align:center;
	clear:both;
	overflow:hidden;
}
#footer #address{
	margin-bottom:10px;
}
#footer #navi{
	text-align:right;
	margin-bottom:10px;
}
#footer #copyright{
	margin-bottom:10px;
	text-align:center;
}

/* Action */
.acttext {
	font-size:120%;
	color:#4444AA;
	font-weight:500;
	line-height:160%;
	margin:20px 0 20px 0;
}


/* 新着情報 */
.information{
	background-color:#FFFFFF;
	margin:0 0 20px 0;
	padding:0;
}
.information dt{
	padding:8px 0 0 8px;
	color:#994277;
	font-size:12px;
	margin-top:0px;
}
.information dd{
	padding:10px 5px 0 8px;
	color:#444444;
	border-bottom:dotted 1px #9999CC;
	padding-bottom:4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.information dd:HOVER{
	color:#333333;
	background-color:#FFEEEE;
}
.information dd:ACTIVE{
	color:#222222;
	background-color:#FFEEEE;
}
.information a{
	display:block;
	height:100%;
	width:100%;
	color:inherit;
	text-decoration:none;
}

/* コンテンツ内容 日付 */
.date_content{
	text-align:right;
	margin:10px 0 10px 0;
}
.date_content a{
	text-decoration:none;
}

/* コンテンツ内容 文章 */
.text_content{
	margin:10px 0 20px 0;
	line-height:24px;
	color:#555555;
}
.text_content img{
	margin-top:20px;
	margin-bottom:20px;
	max-width:100%;
}

.image_content{
	margin:10px 0 20px 0;
}


/* モバイル可変 表 */
.responsive_scale{
	overflow:hidden;
	clear:both;
	padding:20px 0 0 0;
}
.responsive_scale .title{
	overflow:hidden;
	clear:both;
	width:140px;
	float:left;
	margin-bottom:15px;
}
.responsive_scale .value{
	float:left;
	width:480px;
	margin-bottom:15px;
}
.responsive_scale .title1{
	overflow:hidden;
	clear:both;
	width:600px;
	float:left;
	line-height:160%;
	margin:15px 0 15px 0;
}
/* サムネイル一覧 */
.thumb_list{
	clear:both;
	overflow:hidden;
	padding-top:16px;
	margin-bottom:24px;
}
.thumb_list h2{
	font-size:14px;
	line-height:20px;
	padding:0 0 10px 0;
}
.thumb_list .thubm_col_left,
.thumb_list .thubm_col_right,
.thumb_list .thubm_col_center{
	margin-bottom:28px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumb_list .thubm_col_left:HOVER,
.thumb_list .thubm_col_right:HOVER,
.thumb_list .thubm_col_center:HOVER{
	opacity:0.7;
}
.thumb_list .thubm_col_left:ACTIVE,
.thumb_list .thubm_col_right:ACTIVE,
.thumb_list .thubm_col_center:ACTIVE{
	opacity:0.5;
}
.thumb_list .thubm_col_left a,
.thumb_list .thubm_col_right a,
.thumb_list .thubm_col_center a{
	color:inherit;
	text-decoration:none;
}

/* Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

/* Mitsuiya Text */
.gold1 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:16px;
	color:#995F33;
}

.gold2 {
	margin:0 0 20px 5px;
	line-height:150%;
	font-size:14px;
	color:#995F33;
}

.grey1 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:16px;
	color:#555555;
}

.grey2 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:14px;
	color:#555555;
}

.grey3 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:12px;
	color:#555555;
}

.red1 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:16px;
	color:#F00022;
}

.red2 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-size:18px;
	font-weight:500;
	color:#F00000;
}

.bridal_ttl {
	margin:10px 0 20px 0;
	line-height:150%;
	font-size:18px;
	color:#995F33;
}

.bridal_text {
	margin:10px 0 20px 0;
	line-height:170%;
	font-size:14px;
	color:#666666;
}

.bridal_price {
	margin:10px 0 20px 0;
	line-height:170%;
	font-size:13px;
	color:#333333;
}

/* Mitsuiya gazou */

.furisode {
	margin:0 0 15px 0;
	line-height:150%;
	font-size:13px;
	color:#F00033;
	font-weight: 600;	
}
	
/* 積み上げ式のリスト */
.stack_list{
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:22px;
	border-top:solid 1px #e4003b;
}
.stack_list .title{
	font-size:16px;
	line-height:16px;
	padding:10px 10px 5px 5px;
	color:#e4003b;
	font-weight:bold;
}
.stack_list p{
	margin:6px 0 0 0;
}