﻿@charset "UTF-8";

/*ブログページ用 CSS*/

/*

information{
	FILE NAME : /css/blog.css;
}
 */
/*----------------------------------------------------
	ブログindexページ
----------------------------------------------------*/

/* --- メインタイトルエリア --- */
.page_tit{
	width:660px;
	margin-bottom:20px;
}
.page_tit .page_tit_l{
	float:left;
	width:460px;
}
.page_tit .page_tit_l .img{
	margin-right:15px;
	float:left;
}
.page_tit .page_tit_l h2{
	width:300px;
	padding-top:40px;
	font-weight:bold;
	font-size: 14px;
	float:left;
}
.page_tit .page_tit_l .txt{
	width:450px;
	padding-left:10px;
	font-weight:normal;
	font-size: 12px;
	line-height: 18px;
}
.page_tit .page_tit_r{
	float:left;
	width:200px;
}

.detail_page_tit{
	border-bottom:1px dotted #7f7f7f;
	border-top:1px dotted #7f7f7f;
	padding:20px;
	width:620px;
	margin-bottom:30px;
	position:relative;
}
.detail_page_tit ul.option li{
	/*float:left;*/
	list-style:none;
	margin-right:5px;
}

.detail_page_tit ul.option li.icon{
	width:auto;
	background-color:#000;
	color:#fff;
	display:block;
	padding:2px 5px;
	float:left;
	margin-bottom:5px;
}
.detail_page_tit ul.option li.date{
	display:block;
	padding:2px 5px;
	font-size:12px;
	float:left;

}
.detail_page_tit ul.option li.by{
	display:block;
	padding:2px 5px;
	font-size:12px;
}
.detail_page_tit .article_tit{
	clear:both;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	padding-top:5px;
}
.detail_page_tit .sns_box{
	position:absolute;
	top:20px;
	right:0;
}
/*タグ*/
.mb10{
width:420px;
}


/* --- タブ --- */
#tabs ul {
	width:540px;
	text-align:center;
	margin:0 auto 15px auto;
    position: relative;
}
#tabs ul li {
    float: left;
    height: 25px;
    margin: 0;
    width: 90px;
	list-style:none;
}
#tabs ul li a {
    display: block;
    height: 25px;
    width: 90px;
}
#tabs ul li.ui-state-default a#ui-id-1 {
    background-image: url("../img/tab01.gif");
}
#tabs ul li.ui-state-default a#ui-id-1:hover {
	background-image: url("../img/tab01_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-1, #tabs ul li.ui-state-active a#ui-id-1:hover {
    background-image: url("../img/tab01_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-2 {
    background-image: url("../img/tab02.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-2:hover {
    background-image: url("../img/tab02_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-2, #tabs ul li.ui-state-active a#ui-id-2:hover {
    background-image: url("../img/tab02_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-3 {
    background-image: url("../img/tab03.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-3:hover {
    background-image: url("../img/tab03_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-3, #tabs ul li.ui-state-active a#ui-id-3:hover {
    background-image: url("../img/tab03_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-4 {
    background-image: url("../img/tab04.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-4:hover {
    background-image: url("../img/tab04_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-4, #tabs ul li.ui-state-active a#ui-id-4:hover {
    background-image: url("../img/tab04_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-5 {
    background-image: url("../img/tab05.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-5:hover {
    background-image: url("../img/tab05_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-5, #tabs ul li.ui-state-active a#ui-id-5:hover {
    background-image: url("../img/tab05_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-6 {
    background-image: url("../img/tab06.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-default a#ui-id-6:hover {
    background-image: url("../img/tab06_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li.ui-state-active a#ui-id-6, #tabs ul li.ui-state-active a#ui-id-6:hover {
    background-image: url("../img/tab06_current.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#tabs ul li a span {
    display: none;
}

/* --- 記事 --- */
.article_box:first-child{
	border-top:1px dotted #808080;
	padding-top:10px;

}
.article_box{
	width:660px;
	border-bottom:1px dotted #808080;
	padding-top:10px;

}
.article_box dt{
	float:left;
	width:170px;
}
.article_box dd{
	float:right;
	width:480px;
	margin-bottom:10px;
}
.article_box dd .date{
	font-size:10px;
	margin:0;
}
.article_box dd .title{
	font-size:16px;
	font-weight:bold;
}
.article_box dd .text{
	font-size:12px;
}

/*ブログ詳細記事ページナビ*/
.pagenavi{
	text-align:center;
	margin:0 auto 50px auto;
	position:relative;
}
div.pagenavi a.blog_back:hover{
	background-color:#ea3036;
	paddng:6px 10px;
}

.pagenavi .blog_back{
	position:absolute;
	left:15px;
	top:-11px;
}
.pagenavi .last{

}

/**/
/* --- ページネーション --- */

.pagenavi .blog_back {
    border: 1px solid #d8d8d8;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none;
	color:#999;
}


.wp-pagenavi .nextpostslink{
	width:10px;
}


/*----------------------------------------------------
	ブログdetailページ
----------------------------------------------------*/
.sns_box{
	width:230px;
	height:67px;
}
.sns_box li{
	list-style:none;
	float:left;
	padding-left:5px;
}
.fb_iframe_widget iframe {
  	min-height:67px !important;
  	min-width:80px !important;
	z-index:9999;
	position:relative;
}
.sns_box li.facebook{
	width:74px;
		height:67px;

}
.sns_box li.twitter{
	width:77px;
		height:67px;

}
.sns_box li.googleplas{
	width:55px;
		height:67px;

}
.article_box_detail{
	width:620px;
	padding:0 20px;
	margin-bottom:70px;
}
.article_box_detail h1,.article_box_detail h2,.article_box_detail h3,
.article_box_detail h4,.article_box_detail h5,.article_box_detail h6{
	width:620px;
	height:19px;;
}

.article_box_detail p{
	font-size:14px;
	line-height:24px;
}
.article_box_detail ul,.article_box_detail ol{
	padding-left:40px;
}
.shop_box{
	border:5px solid #e6e6e6;
	width:610px;
	padding:20px;
	margin-bottom:30px;
}
.shop_box .shop_cont_L{
	width:320px;
	float:left;
}
.shop_box .shop_cont_L p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.shop_box .shop_cont_L table th{
	width:25%;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
.shop_box .shop_cont_L table td{
	width:75%;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
.shop_box .shop_cont_L table span.tel{
	font-size:16px;
	color:#ea3036;
	font-weight:bold;
}

.shop_box .shop_cont_R{
	width:260px;
	float:right;
}
.link_arrow li{
	list-style-position: inside;
	list-style-image: url(../img/link_arrow.gif);
	list-style-type: none;
}
.topics_box .link_arrow li{
	margin:0 0 20px 20px;;
}

.article_box_btm{
	width:598px;
	border:solid 1px #e6e6e6;
	margin-top:20px;
	padding:10px;
	clear:both;
}


.article_box_btm:last-child{
	margin-bottom:0;

}
.article_box_btm ul{
	text-align:right;
}
.article_box_btm ul li{
	list-style:none;
	display:inline;
}

.comments_area{
	width:600px;
	padding:20px 10px 0 10px;
	border-bottom:dotted 1px #e6e6e6;
}
.comments_area p:first-child {
	margin-bottom:15px;
	font-size:12px;
}
.comments_area .comments_info{
	text-align:right;
	font-size:10px;
	color:#484848;
}
.comments_area_last{
	border-bottom:none;
}

.comments_box{
	width:560px;
	background:#efefef;
	margin-top:20px;
	padding:30px;
}
.comments_box h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#484848;
}
.comments_box p.txt{
	font-size: 12px;
	line-height: 18px;
	color:#484848;
}
.comments_form{
	width:560px;
}
.comments_form .comments_formL{
	width:110px;
	font-size:12px;
	font-weight:bold;
	color:#484848;
	display:block;
	float:left;
}
.comments_form input.comments_formR{
	width:446px;
	float:left;
}
.comments_form textarea.comments_formR{
	width:448px;
	height:130px;
	float:left;
}
.comments_box_btnarea{
	width:560px;
	height:30px;
	margin-top:20px;
	position:relative;
}
.comments_box_btnarea .caption{
	font-size:10px;
	color:#484848;
	margin-bottom:0;
	position:absolute;
	left:0;
	bottom:0;
}
.comments_box_btnarea .btn{
	float:right;
	margin-bottom:0;
}


/* ------------------------------ 右ナビゲーションエリア ------------------------------- */

/* ------ カレンダー ------ */

#calender {
	width: 300px;
	float: left;
	margin-left: 0px;
	display: inline;
	margin-bottom: 10px;
}
#calender .blog_calendar_head {
	width: 300px;
	margin: 10px auto 0 auto;
}
#calender .blog_calendar_head {
	position: relative;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#calender .blog_calendar_head .prev {
	position: absolute;
	top: 5px;
	left: 10px;
}
#calender .blog_calendar_head .next {
	position: absolute;
	top: 5px;
	right: 10px;
}
#calender .blog_calendar {
	width: 294px;
	margin: 0 auto;
}
#calender .blog_calendar th {
	font-weight: lighter;
	width: 42px;
	text-align: center;
	line-height: 1.5;
}
#calender .blog_calendar td {
	width: 42px;
	text-align: center;
	line-height: 1.2;
}
#calender .blog_calendar a {
	display: block;
	background: #eeeeee;
	color:#000000;
}
#calender .blog_calendar a:hover {
	background: #dddddd;
}
#calender .blog_calendar tfoot {
	display: none;
}

#blog_profile {
	width: 300px;
	float: left;
	margin-left: 0px;
	display: inline;
	margin-bottom: 10px;
}
#blog_profile .title {
	padding-top:10px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

/* ------ プロフィール ------ */
#blog_profile p {
	font-size:12px;
	margin: 0 10px;
}

/* ------ 月間アーカイブ ------ */
#blog_archives {
	width: 300px;
	float: left;
	margin-left: 0px;
	display: inline;
	margin-bottom: 30px;
}

/* Core CSS. Do not edit unless your sure */
.easy-select-box{
	display:inline-block;
	position:relative;
	margin: 10px;
}
.easy-select-box .esb-dropdown{
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
	display:none;
}

/* Default Presentation CSS. You can edit appearance here or create a custom class below */
.easy-select-box{
	width:280px;
	text-align:left;
	font-size:11px;
	color:#0c2245;
}
.easy-select-box .esb-displayer{
	background: url(../../img/blog/bg-select-3.png) no-repeat 0 0;
	color:#0c2245;
	padding:0 3px;
	height:30px;
	line-height:30px;
	cursor: default;
}
.easy-select-box:hover .esb-displayer{
	background-position: 0 -30px;
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -60px;
}
.easy-select-box .esb-dropdown{
	border:1px solid #cccccc;
	width:116px;
	max-height:200px;
	overflow:auto;
	background:#FFFFFF;
}
.easy-select-box .esb-dropdown .esb-item{
	padding:3px;
	background:#FFFFFF;
	color:#0c2245;
	cursor:default;
}
.easy-select-box .esb-dropdown .esb-item:hover{
	background:#c5c5c5;
	color:#FFFFFF;
	text-decoration:none;
}

p{

}

img.aligncenter{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

