@charset "utf-8";
/*   
Theme Name: メルシーマリアージュボーテ
*/

/**
 *
 * 初期化
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:'メイリオ',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 150%;
	text-align: center;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* --- wp preset css --------------------------------------------------- */

/* image */
.post_content img { height:auto; max-width:100%; width:auto; }
.post_content img.centered,div.centered { display:block; margin:15px auto; }
.post_content img.aligncenter,div.aligncenter { display:block; margin:15px auto; }
.post_content img.alignright,div.alignright { margin:10px 0 30px 30px; display:inline; }
.post_content img.alignleft,div.alignleft { margin:10px 30px 30px 0; display:inline; }
.post_content .wp-caption { background:#fff; border:1px solid #ccc; max-width:96%; padding:14px 3px 1px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.post_content .wp-caption img { display:block; margin:0 auto; max-width:100%; }
.post_content .wp-caption .wp-caption-text { padding:10px 0 0; }

/* table */
.post_content table { margin:0 0 1em 0; }
.post_content td, .post_content th { border:1px solid #c1c1c1; padding:15px; }
.post_content th { 
   background:#eee; font-weight:normal;
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));

}

/* block quote */
.post_content blockquote {
   margin:0 0 1em 0; padding:50px 50px 40px; background:#f2f2f2;
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
   -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; position:relative; border:1px solid #c1c1c1;
}
.post_content blockquote:before { content: '"'; font-style:italic; font-size:40px; font-weight:bold; line-height:40px; width:30px; height:30px; position:absolute; top:20px; left:20px; color:#999; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:40px; font-weight:bold; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:20px; right:20px; color:#999; }

/* list */
.post_content li, .post_content dt, .post_content dd { margin:0; line-height:200%; }
.post_content ul li {  background:url(img/bullet1.gif) no-repeat left 11px; padding:0 0 0 9px; }
.post_content ul ul, .post_content ol ol  { margin:0 0 0 1em; }

/* etc */
.post_content address { border-left:3px solid #c1c1c1; padding:5px 0 5px 10px; line-height:200%; margin:0 0 1em 0; background:#fbfbfb; }
.post_content pre { border:1px solid #c1c1c1; background:#fafafa; padding:10px 20px; margin:0 0 1em 0; line-height:200%; overflow:auto; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.post_content embed, .post_content iframe, .post_content object { max-width:100%; margin:0 auto; display:block; }

/* post title */
.post_title { font-size:21px; margin:0 30px; font-weight:normal; line-height:120%; padding:0; color:#555; }
.post_title a, .post_title a:visited { color:#555; display:inline-block; }
.post_title a:hover { text-decoration:none; color:#2089cc; }
.search_result_content .post_title { margin:0; }
.no_postinfo .post_title { margin-bottom:20px; }

/* post date,author,etc */
.post_info { margin:0 30px 20px 30px; }
.post_info li { display:inline; font-size:10px; margin:0 12px 0 0; color:#aaa; }
.post_info li a, .post_info li a:visited { color:#aaa; }
.post_info li a:hover { color:#2089cc; }
.post_info li.write_comment { background:url(img/arrow5.gif) no-repeat left center; padding:0 0 0 9px; }
.search_result_content .post_info { margin:0 0 10px 0; }

/* post meta */
.post_meta { background:url(img/meta_bottom.gif) no-repeat right bottom; padding:0; width:595px; margin:0 0 60px 0; clear:both; }
.post_meta ul { background:url(img/meta_top.gif) no-repeat right top; padding:12px 10px 12px 25px; margin:0; line-height:0%; }
.post_meta li { float:left; font-size:10px; line-height:140%; margin:0 25px 0 0; }
.post_category { background:url(img/category_icon.gif) no-repeat 0px 2px; padding:2px 0 2px 15px; }
.post_tag { background:url(img/tag_icon.gif) no-repeat 0px 3px; padding:2px 0 2px 16px; }
.post_comment { background:url(img/write_comment.gif) no-repeat left 2px; padding:2px 0 2px 16px; }
.no_postmeta .post_meta { border-bottom:1px solid #ccc; width:623px; background:none; }
.no_side .post_meta { width:907px; }
.no_side.no_postmeta .post_meta { width:945px; }

/* bread crumb */
#bread_crumb { background:url(img/meta_bottom.gif) no-repeat right bottom; padding:0; width:595px; margin:-10px 0 50px 0; }
#bread_crumb ul { background:url(img/meta_top.gif) no-repeat right top; padding:12px 15px 12px 30px; margin:0; line-height:0%; }
#bread_crumb li { display:block; float:left; font-size:11px; line-height:140%; margin:0; }
#bread_crumb li#bc_home, #bread_crumb li#bc_cat { background:url(img/arrow6.gif) no-repeat right 5px; padding:0 20px 0 0; margin:0 10px 0 0; }
#bc_home a { text-indent:-9999px; width:11px; height:12px; line-height:0%; display:block; margin:2px 0 0 0; background:url(img/home_icon.gif) no-repeat left top; }
#bc_home a:hover { background:url(img/home_icon.gif) no-repeat left bottom; }
.no_side #bread_crumb { width:907px; }

/**
 *
 * 共通定義
 *
 */
/*div.wp_social_bookmarking_light{ margin: 0px !important; position: relative; right: -55px; margin-bottom: 30px !important; top: 30px; }
div.wp_social_bookmarking_light div{float:right!important;}*/
.orange {
	color: #f07f47;
}
.gray {
	color: #808080;
}
em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right !important;
}
.yellow {
	color: #f1aa56;
}
.no_margin {
	margin: 0px !important;
	padding: 0px !important;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.float_pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.back_to {
	text-align: center;
	margin: 10px auto 0px auto;
	cursor: pointer;
	font-style: italic;
	position: relative;
}
.nav_prev {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 73px;
	height: 26px;
}
.nav_prev a {
	display: block;
	text-decoration: none;
	background: url(img/to_prev.png) center left no-repeat;
	padding-left: 20px;
	font-style: italic;
	width: 73px;
	height: 26px;
	
}
.nav_next {
	position: absolute;
	top: 0px;
	right: 190px;
	width: 74px;
	height: 26px;
}
.nav_next a {
	display: block;
	text-decoration: none;
	background: url(img/to_next.png) center right no-repeat;
	padding-right: 20px;
	font-style: italic;
	width: 74px;
	height: 26px;
}

/**
 *
 * パンくずリスト
 *
 */

#breadcrumb {
	
}
#breadcrumb ul {
float: left;
}
#breadcrumb:after {
	clear: both;
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
}
#breadcrumb ul li {
	float: left;
	margin: 5px 2px;
	font-size: 11px;
}
#breadcrumb ul li a {
 
}
/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	clear: both;
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
}
.pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	margin: 1px;	
}
.page-numbers {
	display: inline-block;
}
.page-numbers:after {
		content: ".";
}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {
	margin-right: 15px;
	display: inline-block;
}
.pagenavi .next {
	margin-left: 15px;
	display: inline-block;
}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	font-weight: bold;
	color: black;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
body {
	text-align: left;
	margin: 0px;
	padding: 0px;     
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	background: white;
	color: #666;
}
#header_wrap {
	background: url(img/back.png) 0 0 repeat;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 935px;
	position: relative;
}

#content {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 935px;
}
.sidebar {
	float: right;
	width: 305px;
	padding: 0px 0px;
	padding-bottom: 0px;

}

#footer_wrap {
	background: url(img/back.png) 0 0 repeat;
}
#footer {
	margin: 0px auto;
	width: 935px;
	padding: 0px;
	position: relative;
	clear: both;
}



/**
 *
 * Header
 *
 */
#header {

}
#header h1 {
	font-size: 10px;
	text-align: left;
}
#header #logo {
	text-align: center;
}
#header_nav {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_nav ul {

}
#header_nav ul li {
	float: right;
	margin-left: 5px;
}
.smart_tel {
	display: none;
}

/**
 *
 * Navigation
 *
 */
 
#smart_nav {
	display: none;
}
#nav {

}
#nav ul {
	width: 740px;
	margin: 5px auto;
}
#nav ul:after {
	clear: both;
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
}
#nav ul li {
	height: 48px;
	float: left;

}
#nav ul li a {
	display: block;
	width: 100%;
	height: 48px;

}
#nav ul li a:hover {
	background: #ede5d9;
}
/*
#nav ul li#nav_profile {
	background: url(img/nav_profile.png) 0 0 no-repeat;
	width: 100px;
}
#nav ul li#nav_bridal {
	background: url(img/nav_bridal.png) 0 0 no-repeat;
	width: 93px;
}
#nav ul li#nav_image_consulting {
	background: url(img/nav_image_consulting.png) 0 0 no-repeat;
	width: 180px;
}
#nav ul li#nav_goods_gift {
	background: url(img/nav_goods_gift.png) 0 0 no-repeat;
	width: 147px;
}
#nav ul li#nav_company {
	background: url(img/nav_company.png) 0 0 no-repeat;
	width: 110px;
}
#nav ul li#nav_contact {
	background: url(img/nav_contact.png) 0 0 no-repeat;
	width: 110px;
}*/
 /**
 *
 * Content
 *
 */
.box {
	background: #fcf7e9;
	position: relative;
	margin: 16px 0px;
	float: left;
	padding-top: 35px;
	
}
.box h1 {
	position: absolute;
	width: 100%;
	top: -23px;
	text-align: center;
}
.box .box_pic {
	padding: 0px;
	text-align: center;
	margin: 15px auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 265px;
	background: url(img/pic_back.png) 0 0 repeat;
	/*padding: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.box .box_pic a {
	display: block;
	height: 100%;
	line-height: 0em;
}
.box .box_pic:hover {
	background: url(img/pic_back_over.png) 0 0 repeat;
}
.box .red_title {
	font-family: serif;
	font-size: 20px;
	margin: 20px auto;
	text-align: center;
	color: #d31275;
}
.box p {
	padding: 0px 20px 10px 20px;
}
.box .to_detail {
	text-align: right;
	font-size: 10px;
}
 
/**
 *
 * Sidebar
 *
 */
#pc_sidebar {
	
}
#smart_sidebar {
	display: none;
}
.sidebar .box {
	width: 100%;
	margin-bottom: 15px;
}

#side_nav {
	margin-bottom: 15px;
}

.side_pic {
	width: 265px;
	padding: 10px 0px !important;
	margin: 10px auto;
	text-align: center;
	background: url(img/pic_back.png) 0 0 repeat;
}
.side_pic:hover {
	background: url(img/pic_back_over.png) 0 0 repeat;
}

#side_information {
	position: relative;
	top: 8px;
	width: 100%;
}
#side_information h1 {
	top: -32px;
}
#side_information #to_detail {
	text-align: right;
	padding-bottom: 0px !important;
}
#side_information ul {
	margin: 10px 20px;
}
#side_information ul li {
	margin-bottom: 20px;
}
#side_information ul li .pic {
	float: left;
	width: 100px;
}
#side_information ul li .pic img {
	display: block;
	padding: 5px;
	background: white;
}
#side_information ul li .text {
	float: right;
	width: 155px;
	position: relative;
	height: 100px;
}
#side_information .text p {
	padding: 0px !important;
}
#side_information .text p.date {
	color: #d31275;
	margin-bottom: 10px;
}
#side_information .text .to_detail {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#side_profile {
	text-align: center;
}
#side_profile a {
	color: #d31275;
	font-size: 17px;
	font-family: serif;
}

#side_bridal {
	text-align: center;
}
#side_bridal a {
	color: #d31275;
	font-size: 17px;
	font-family: serif;
}

#side_image_consulting {
	text-align: center;
}
#side_image_consulting a {
	color: #d31275;
	font-size: 17px;
	font-family: serif;
}

#side_goods_gift {
	text-align: center;
}

#side_goods_gift a {
	color: #d31275;
	font-size: 17px;
	font-family: serif;
}

#side_banner {

}
#side_banner ul li {
	margin-bottom: 10px;
}

 /**
 *
 * Footer
 *
 */
#footer #footer_left {
	float: left;
	width: 315px;
	margin-top: 20px;
}
#footer #footer_left p {
	margin-top: 20px;
}
#footer #footer_right {
	float: left;
	margin-top: 20px;
	width: 600px;
}
#footer #footer_right .footer_nav {
	float: left;
	width: 200px;
}
#footer #footer_right .footer_nav h2 {
	margin-bottom: 5px;
}
#footer #footer_right .footer_nav li {
	margin-bottom: 5px;
}

#footer p.copy {
	margin-top: 30px;
}

/**
 *
 * Title
 *
 */


/**
 *
 * List
 *
 */
.list_ul {

}
.list_ul li {

}



/* 続きを読む */
.more-link {

}

