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

/*
Theme Name: セレモニー久保
Theme URI:
Description:
Version: Ver.1.0
Author: UG
Author URI:
Tags:
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ----------リセットCSS ---------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	text-decoration:none;
    background: transparent;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}

div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, small, strong,
b, i, dl, dt, dd, ol, ul, li, tr, th, td {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
 
body {
    line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
 
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
 
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
 
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
 
input, select {
    vertical-align: middle;
}

img {
　　　vertical-align: top;
　　　font-size: 0;
　　　line-height: 0;
}

/* ----------リセットCSS END ---------- */



/* ----------共通CSS ---------- */

.left { float: left; }
.right { float: right; }

.tx_l, td.tx_l, .tx_l td { text-align:left; }
.tx_r, td.tx_r, .tt_r td { text-align:right; }
.tx_c, td.tx_c, .tx_c td { text-align:center; }

.tx_b { font-weight: bold; }
.red { color: #FF363A; font-weight: bold; }
.blue { color: #0074FF; font-weight: bold; }
.green { color: #1e844c; font-weight: bold; }
.under { text-decoration: underline; }


.va_t, td.va_t, .va_t td { vertical-align:top; }
.va_m, td.va_m, .va_m td { vertical-align:middle; }
.va_b, td.va_b, .va_b td { vertical-align:bottom; }

.clear { clear:both; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

.img100 { width: 100%; height: auto; }
img { vertical-align: bottom; }

.font1 { font-family: "Sawarabi Mincho"; }
.font2 { font-family: 'Noto Sans Japanese', sans-serif; }
.font3 { font-family: "Sawarabi Gothic"; }
.font5 { font-family: "Mplus 1p"; }

/* ----------共通CSS END ---------- */




/* --- 全体共通CSS --- */
html {
	width: 100%;
}

body {
	width: 100%;
}

h1,h2,h3 {
	font-weight: normal;
}

a { color: #333333; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
.link_area { cursor: pointer; }

#page_nav {
	position: relative;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
#page_nav div {
	font-size: 12px;
}
#page_nav a {
	font-size: 12px;
	color: #333;
}

#link_list td { padding-bottom: 10px; }
#link_list td a:hover { text-decoration: underline; }

button {
	vertical-align: bottom;
	border: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }



/* --- 全体共通CSS END --- */





/* --- カレンダー設定 --- */
#calender_box {
	width: 200px;
	float: right;
}

#calender_table {
	border-collapse: collapse;
	border: solid 1px #030;
	width: 200px;
	margin-bottom: 10px;
}
#calender_table td {
	border: solid 1px #030;
	background: #FFF;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
}
#calender_table td.you {
	border: solid 1px #030;
	background: #e9e9e9;
	width: 25px;
	height: 25px;
}
#calender_table td.free {
	border: solid 1px #030;
	background: #ffa4ab;
	width: 25px;
	height: 25px;
}

#calender_table td.today {
	border: solid 1px #030;
	background: #f5f483;
	width: 25px;
	height: 25px;
}

/* --- カレンダー設定 END --- */



/* --- ページネーション --- */
div.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px ;
    background:none;
    margin:10px 0 20px;
    vertical-align: middle;
}
 
div.pagination span, .pagination a {
    display:block;
    float:left ;
    margin: 2px 2px 2px 0 ;
    padding:6px 9px 5px 9px ;
    text-decoration:none;
    width:auto ;
    color:#fff ;
    background: #666 ;
}
 
div.pagination a:hover{
    color:#fff ;
    background: #faa850;
}
 
div.pagination .current{
    padding:6px 9px 5px 9px ;
    background: #faa850;
    color:#fff ;
}
/* --- ページネーション END --- */



/* --- リンク集設定 --- */
#link_table td {
	padding-bottom: 10px;
}

.icon1 {
	position: relative;
	top: -5px;
}
/* --- リンク集設定 END --- */



/* --- 新着情報一覧設定 --- */
#t_news_post {
	width: 100%;
}
#t_news_post tr {
}
#t_news_post td {
	padding: 15px;
	border-bottom: dashed 1px #341f10;
}


/* --- 新着情報一覧設定 END --- */




/* --- テーブルデータ 設定 --- */
#info_table {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #cccccc;
}
#info_table th {
	background: #ffdfaa;
	border: solid 1px #cccccc;
	padding: 10px;
	font-weight: normal;
}
#info_table td {
	background: #fff;
	border: solid 1px #cccccc;
	padding: 10px;
}

#info_table2 {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #cccccc;
}
#info_table2 th {
	background: #ffdfaa;
	border: solid 1px #cccccc;
	padding: 10px;
	font-weight: normal;
}
#info_table2 td {
	background: #fff;
	border: solid 1px #cccccc;
	padding: 10px;
}

/* --- テーブルデータ 設定 END --- */




/* --- 全体共通CSS --- */
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

.cont_mb {
	margin-bottom: 70px;
}

.side_mb {
	margin-bottom: 30px;
}

.midashi1 {
	position: relative;
	width: auto;
	height: 60px;
	font-family: "Sawarabi Mincho", serif;
	font-size: 24px;
	color: #613310;
	line-height: 60px;
	text-align: center;
	border-bottom: solid 1px #613310;
	margin-bottom: 40px;
}
	.midashi1t {
		position: relative;
		width: auto;
		height: 60px;
		font-family: "Sawarabi Mincho", serif;
		font-size: 24px;
		color: #613310;
		line-height: 60px;
		text-align: center;
		border-bottom: solid 1px #613310;
		margin-bottom: 20px;
	}

.midashi2 {
	background: #94603b;
	position: relative;
	width: auto;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding-left: 25px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.midashi3 {
	position: relative;
	width: auto;
	font-size: 18px;
	font-weight: bold;
	color: #91ae08;
	margin-bottom: 10px;
}

.midashi_s {
	background: #94603b;
	position: relative;
	width: auto;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}


.cont_box1 {
	padding: 0 20px;
}

.s_text1 {
	font-size: 14px;
}

/* --- 全体共通CSS END --- */




/* --- お問い合せ 設定 --- */
#contact_table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px #fff;
	margin-bottom: 20px;
}
#contact_table th {
	background: #d9e699;
	width: 150px;
	padding: 5px;
	line-height: 18px;
	border: solid 2px #fff;
}
#contact_table td {
	background: #fff;
	padding: 10px;
	border: solid 2px #fff;
}
#contact_table input {
	background: #edf1dc;
	border: solid 1px #466d99;
}

#contact_table textarea {
	background: #edf1dc;
	border: solid 1px #466d99;
	width: 100%;
}

#contact_table input,#contact_table textarea {
	border: solid 1px #999;
}

#contact_table input.text1 {
	width: 200px;
}
#contact_table input.text2 {
	width: 250px;
}
#contact_table input.text3 {
	width: 300px;
}
#contact_table input.text4 {
	width: 350px;
}
#contact_table input.text5 {
	width: 400px;
}
#contact_table input.text6 {
	width: 50px;
}
#contact_table textarea{
	width: 100%;
}

.contact_icon {
	position: relative;
	top: 0;
	left: 5px;
}


#submit_box {
	text-align: right;
	padding-bottom: 30px;
}
#submit_box table {
	background: #fff4d5;
	margin: 0 auto;
}
#submit_box button {
	background: #fff4d5;
	position: relative;
}
#btn_reset, #btn_send {
	background: #fff4d5;
	width: 180px;
	height: auto;
}
#reset, #submit {
	cursor: pointer;
}


#contact_text1 {
	background: #edf3f8;
	padding: 10px;
}


#privacy_box {
	background: #FFFFFF;
	position: relative;
	width: auto;
	height: 300px;
	overflow: auto;
	border: solid 1px #DDD;
	padding: 20px;
	margin-bottom: 20px;
}


/* --- お問い合せ 設定 END --- */



/* --- 背景設定 --- */
#container {
	background: #fff4d5;
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: auto;
	clear: both;
}
#container > .wrap {
	width: auto;
}


#header {
	background: #fff;
	position: relative;
	width: 100%;
	height: 131px;
}

#nav {
	background: #94603b;
	position: relative;
	width: 100%;
	min-height: 58px;
}


#mainimage_index {
	position: relative;
	width: 100%;
	min-height: 440px;
}
#mainimage_index > .wrap {
	width: auto;
}

#mainimage {
	position: relative;
	text-align: center;
	width: 100%;
	height: 234px;
	margin-bottom: 30px;
}
#mainimage > .wrap {
	width: auto;
}

#content {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(images/footer_back.png) repeat-x #d9e699;
	width: 100%;
	min-height: 140px;
}

/* --- 背景設定 END --- */

	
	
/* --- ヘッダー設定 --- */
#h1_text {
	position: absolute;
	top: 40px;
	left: 320px;
	font-size: 11px;
	line-height: 2.5em;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0;
}


#tel {
	position: absolute;
	top: 10px;
	right: 0;
}



/* --- ヘッダー設定 END --- */




/* --- ナビ設定 --- */
#nav1 {
	background: url(images/nav1.png) no-repeat top left;
	width: 198px;
	height: 58px;
	display: block;
	float: left;
}
#nav1:hover { background: url(images/nav1.png) no-repeat bottom right; }

#nav2 {
	background: url(images/nav2.png) no-repeat top left;
	width: 200px;
	height: 58px;
	display: block;
	float: left;
}
#nav2:hover { background: url(images/nav2.png) no-repeat bottom right; }

#nav3 {
	background: url(images/nav3.png) no-repeat top left;
	width: 200px;
	height: 58px;
	display: block;
	float: left;
}
#nav3:hover { background: url(images/nav3.png) no-repeat bottom right; }

#nav4 {
	background: url(images/nav4.png) no-repeat top left;
	width: 200px;
	height: 58px;
	display: block;
	float: left;
}
#nav4:hover { background: url(images/nav4.png) no-repeat bottom right; }

#nav5 {
	background: url(images/nav5.png) no-repeat top left;
	width: 202px;
	height: 58px;
	display: block;
	float: left;
}
#nav5:hover { background: url(images/nav5.png) no-repeat bottom right; }

/* --- ナビ設定 END --- */



/* --- メインイメージ設定 --- */
.bx-wrapper {
	background: none !important;
}
.bx-viewport {
	background: none !important;
}

#jq_box {
	position: relative;
	width: auto;
	height: 440px;
	overflow: hidden;
	margin: 0 auto !important;
}

#mainimg_index1 {
	background: url(images/index/mainimg_index1.png) no-repeat center;
	width: 100%;
	height: 440px;
}

#mainimg_index2 {
	background: url(images/index/mainimg_index2.png) no-repeat center;
	width: 100%;
	height: 440px;
}

#mainimg_index3 {
	background: url(images/index/mainimg_index3.png) no-repeat center;
	width: 100%;
	height: 440px;
}


#mainimg_sub {
	background: url(images/mainimg_sub.png) no-repeat center;
	width: 100%;
	height: 234px;
}


/* --- メインイメージ設定 END --- */



/* --- コンテンツ設定 --- */
#main {
	position: relative;
	width: 710px;
	min-height: 500px;
	float: left;
	margin-bottom: 40px;
}
#main > .wrap {
	width: auto;
}


#t_text1 {
	background: url(images/index/t_text_back1.png) no-repeat;
	width: 100%;
	height: 300px;
	padding-top: 185px;
}

.map_box {
	width: 100%;
	height: 300px;
}


#t_news_box {
	position: relative;
	width: 100%;
	height: auto;
}
#t_news_box .title {
	position: relative;
	margin-bottom: 0;
}
#t_news_box .title .link1 {
	position: absolute;
	top: 14px;
	right: 20px;
}
#t_news_box .box1 {
	position: relative;
	height: 415px;
	padding: 20px;
	padding-bottom: 0;
}
#t_news_box .t_news_post {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#t_news_box .t_news_post .day {
	color: #ff6600;
}
#t_news_box .t_news_post .text {
}


#facebook_box {
	background: #ccc;
	position: relative;
	width: 280px;
	min-height: 500px;
	float: right;
}



/* --- コンテンツ設定 END --- */




/* --- レフトorライトメニュー設定 --- */
#sidebar {
	position: relative;
	width: 240px;
	height: auto;
	min-height: 500px;
	float: right;
	margin-bottom: 40px;
}
#sidebar .wrap {
	width: auto;
}


#sidebar2 {
	position: relative;
	top: -230px;
	width: 240px;
	height: auto;
	min-height: 500px;
	float: right;
	margin-bottom: 40px;
}
#sidebar2 .wrap {
	width: auto;
}


.s_nav {
}
	.s_nav li {
		background: #fff;
		width: auto;
		height: 50px;
		line-height: 50px;
		border-bottom: dashed 1px #c18f64;
	}
	.s_nav li:last-child {
		border-bottom: none;
	}
	.s_nav li:before {
		content: url(images/icon/s_icon.png);
		padding: 0 10px;
	}

#s_info_box {
	background: #FFFFFF;
	padding: 20px 10px;
	border: solid 3px #666666;
	border-left: none;
	border-right: none;
}
	#s_info_box .title1 {
		font-family: "Sawarabi Mincho", serif;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	#s_info_box .text1 {
		font-family: "Sawarabi Mincho", serif;
		font-size: 14px;
		margin-bottom: 20px;
	}

/* --- レフトorライトメニュー設定 END --- */





/* --- フッター設定 --- */
#f_box {
	position: relative;
	background: url(images/footer_box.png) no-repeat;
	width: 998px;
	height: 106px;
	margin-top: 15px;
}
#f_box .link1{
	position: absolute;
	top: 53px;
	left: 336px;
}

address {
	position: absolute;
	top: 90px;
	font-size: 10px;
}

.toTop {
	position: fixed;
	bottom: 160px;
	right: 30px;
}


/* --- フッター設定 END --- */





/* --- 新着情報 設定 --- */
.news_box {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.news_box .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #333;
}

/* --- 新着情報 設定 END --- */





/* --- 会社概要 設定 --- */
#info_box {
	position: relative;
}
#info_box .box1 {
	position: relative;
	width: 200px;
	float: right;
	margin-left: 30px;
}
#info_box .box1 .img1 {
	width: 100%;
	height: auto;
}
#info_box .box2 {
	margin-right: 180px;
}
#info_box .box2 .text1 {
	line-height: 2em;
	margin-bottom: 15px;
}



/* --- 会社概要 設定 END --- */





/* --- プラン 設定 --- */
.op_table {
	margin-bottom: 60px;
}
.op_table td {
	padding: 2px 0;
}
	.op_table .title1 {
	}
		.op_table .title1:before {
			content: "・";
		}
	.op_table .red {
		font-weight: normal;
		text-align: center;
	}
	.op_table .price {
		font-weight: normal;
		color: #FF363A;
		text-align: right;
	}
	.op_table .all_box {
		border-top: solid 1px #623411;
		text-align: right;
	}




.cook_box {
}
	.cook_box .title1 {
		text-align: center;
		margin-bottom: 15px;
	}
	.cook_box .img1 {
		margin-bottom: 15px;
	}
	.price {
		color: #FF363A;
	}
	.cook_box .box1 {
		background: #FFFFFF;
		text-align: center;
		padding: 10px;
	}


#sindai_box1 {
	background: #fdd8b1;
	padding: 20px 30px;
}
	#sindai_box1 .text1 {
		font-size: 14px;
		float: right;
	}

.nagare_box .no_icon {
	margin-bottom: 25px;
}



#fax_box {
	position: relative;
	background: url(images/hana/fax_back.png) no-repeat;
	width: 100%;
	height: 271px;
}
#fax_box .bt1 {
	position: absolute;
	top: 200px;
	left: 230px;
}

/* --- プラン 設定 END --- */



/* --- スライドショー 設定 --- */

.slide_title {
	position: relative;
	width: auto;
	font-family: "Sawarabi Mincho", serif;
	font-size: 30px;
	color: #663300;
	line-height: 60px;
	margin-bottom: 50px;
}



/* --- スライドショー 設定 END --- */



/* --- ご近所の皆様 設定 --- */
#consideration_table {
	border-collapse: collapse;
	border: solid 1px #e1a900;
	margin-bottom: 20px;
}
#consideration_table th {
	background: #fff;
	padding: 10px;
}
	#consideration_table th.th1 {
		background: #be550b;
		color: #fff;
		text-align: left;
	}
#consideration_table td {
	background: #fff;
	border: solid 1px #e1a900;
	padding: 10px;
}

#kinjyo_text1 {
	font-family: "Sawarabi Mincho", serif;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}

/* --- ご近所の皆様 設定 END --- */




/* --- よくあるご質問 設定 --- */
.faq_box {
	background: #FFFFFF;
	position: relative;
	width: auto;
	padding: 15px;
	margin-bottom: 20px;
	border: solid 1px #BBBBBB;
}

.faq_box .title {
	position: relative;
	background: url(images/icon/f_icon3.png) no-repeat 4px 8px;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 15px 10px 15px 50px;
	border-bottom: dashed 1px #333;
}

.faq_box .text {
	padding: 15px;
}

/* --- よくあるご質問 END --- */



/* --- ブログ 設定 --- */

#blog_link {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#blog_link img {
}


.blog_post {
	position: relative;
	margin-bottom: 60px;
	border-bottom: dashed 1px #483529;
}

.midashi_blog {
	position: relative;
	width: auto;
	margin-bottom: 40px;
}
.midashi_blog .title {
	position: relative;
	width: auto;
	font-size: 28px;
	color: #402708;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #483529;
}

.midashi_blog .data {
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	margin-bottom: 10px;
}
.midashi_blog .day {
	font-size: 14px;
}
.midashi_blog a[rel="category"], .midashi_blog a[rel="category tag"] {
	background: #f88a36;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #fff;
	padding: 2px 7px;
}

.blog_post .img1 {
	width: 300px;
	margin-right: 30px;
	float: left;
}
.blog_post .img1 img {
	width: 100%;
	height: auto;
}


.post_box {
	margin-bottom: 30px;
}


.post_box .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #483529;
}


#blog_link {
	margin-bottom: 100px;
}

#s_new_box, #s_cat_box, #s_arc_box {
	position: relative;
	background: #fff;
	width: auto;
	min-height: 200px;
	padding: 10px;
	text-align: left;
	border-top: none;
	margin-bottom: 25px;
}
#s_new_box li, #s_cat_box li, #s_arc_box li {
	font-size: 14px;
}
#s_new_box li:before, #s_cat_box li:before, #s_arc_box li:before {
}
#s_new_box p, #s_cat_box p, #s_arc_box p {
	font-size: 14px;
s}
#s_new_box p:before, #s_cat_box p:before, #s_arc_box p:before {
}
#s_new_box a, #s_cat_box a, #s_arc_box a {
	color: #402708;
	font-size: 14px;
}


.cat-item:before {
	content: '・';
}



/* --- ブログ 設定 END --- */


