@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

input,
textarea,
select{ font-size: 1em; }
body:first-of-type textarea{ font-size: 12px; }

/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }


/*Firefox対策*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body,x:-moz-broken { margin-left:-1px; }

body{
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", meiryo, Arial,Helvetica;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}

#container{
	position: relative;
}

#global-menu li,
#breadcrumbs li,
#top-menu li,
#sidebar li,
#footer-in li{ list-style: none; }

/*--------------------------------------------------------
2、サイト全体の背景設定
------------------------------------------------------*/

body { 
	background-image:url(images/common/bg-body.jpg);
	border-top:#454545 6px solid;
}


@media screen and (max-width: 940px) {
/*-- このコメント行の下に、スマートフォン用のCSSを記述 --*/
body {
width: 100%;
margin: 0px;
font-size: 1em;
text-align: center;
padding-top:10px;
}
img {
max-width: 100%;
height: auto;
width /***/:auto;
}

/*** ナビゲーション　***/

.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    width: 25%;
    position: relative;
}
.navDrawr a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	background-color: #766C25;
}
.navDrawr .sub li:last-child a {
    border: none;
}
.navDrawr>ul>li>a {
    border-right: 1px solid #45B885;
    text-align: center;
}
.navDrawr>ul>li>a:hover {
	background-color: #D1BF1B;
}
.navDrawr .sub {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.navDrawr .sub a {
    background: #900000;
    border-bottom: 1px solid #600000;
    padding: 10px 10px 10px 20px;
}
.navDrawr .sub a:hover {
    background: #F00000;
}
#contents{
    padding-top:20px;
}
 
    #wrapper{
        overflow:hidden;
    }
    .navDrawr {
        background-color: #666;
        position: fixed;
        width: 240px;
        top: 12%;
        bottom: 0;
        right: -240px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.menuOpen #wrapper{
        padding-top:75px;
    }
    .overlay {
        display: none;
        background-color: rgba(0,0,0,0.49);
        position: fixed;
        top: 15px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header {
        position:relative;
        height: 75px;
        padding:0;
    }
    body.menuOpen header{
        position: fixed;
        top:0;
        width: 100%;
    }
    header .headerTop{
        padding:inherit;
				padding-top:15px;
    }
    header .siteTitle a{
        margin-left: 20px;
        line-height: 60px;
    }
    .navDrawrBtn {
        text-align: right;
    }
    .navDrawrBtn span {
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .navDrawrBtn span::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 24px;
        color: #8e8111;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
    }
    body.menuOpen .navDrawrBtn span::before {
        content: "\f00d";
				top:0;
    }
    .navDrawr a {
        position: relative;
    }
    .navDrawr a::after {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        font-family: FontAwesome;
        content: "\f054";
    }
    .navDrawr>ul>li {
        float: none;
        width: auto;
    }
    .navDrawr>ul>li>a {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #FFFFFF;
    }
    .navDrawr .sub {
        position: static;
        display: block!important;
    }

/*** ヘッダーロゴ　***/
#header-logo img {
	width:80px;
	margin-bottom:20px;
}

/*** トップ　***/
#news {
	margin-top:5%;
	text-align:left;
}
.news_ttl {
	background-color:#393939;
	width:100%;
}
#news dl {
	padding:0 3% 0;
	width:90%;
	font-size:1em;
}
#news dl dt {
  clear: left;
  float: left;
  margin: 0 0 0;
	padding-left:10px;
	padding-bottom:3%;
  width: 6em;
}
#news dl dd {
  margin: 0 0 0;
  margin-left: 6em;
	padding-bottom:3%;
}
#news dl dd img {
	vertical-align:middle;
	margin-left:3px;
}
#news dl a {
	text-decoration:none;
	color:#333;
}
#news dl a:hover {
	text-decoration:underline;
}

/*** 問い合わせ　***/
.form_box {
	border:#CCC 1px solid;
	padding:3%;
	margin-top:3%;
}

/*** コピーライト　***/
.copyright{
	padding: 18px 0 3px;
	font-size: 0.8em;
	color:#999;
}

/*** 下層　***/
#main {
	text-align: left;
	width:100%;
}
.post {
	padding:5%;
}
#ttl {
	background-color:#FFF;
	margin-bottom:5%;
}


/*** ギャラリー　***/
.photo_box2 {
	padding-bottom:30px;
}

/*** フォーム　***/
.att {
	font-weight: bold;
	color: #C00;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/


#main-contents.blog{
	margin-bottom:10%;
}

/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	margin-bottom: 25px;
	padding: 10px 10px 7px 20px;
	background: url(images/title/midashi02.jpg) no-repeat;
	background-color:#F3F3F3;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	font-size: 1.143em;
	line-height: 1.0;
	color: #333;
	font-weight: bold;
}

#main-contents #archive{
	clear: both;
	margin-bottom: 25px;
	padding: 8px 12px;
	background: #1a45ab;
	font-size: 1.143em;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
}

#main-contents .contents h1,
#main-contents .contents h2{
	clear: both;
	width:563px;
	margin-bottom: 23px;
	padding: 11px 10px 12px 20px;
	background: url(images/title/midashi01.jpg) no-repeat;
	font-size: 1.286em;
	font-weight: bold;
	color:#ED7803;
	border:none;
	border-top: 1px solid #E4E4E4;
}

#main-contents h1 a:link,
#main-contents h2 a:link,
#main-contents h1 a:visited,
#main-contents h2 a:visited{ color: #333; }

#main-contents h1 a:hover,
#main-contents h2 a:hover,
#main-contents h1 a:active,
#main-contents h2 a:active{ color: #c60; }

/*H3*/
#main-contents h2.h3,
#main-contents h3{
	clear: both;
	margin-bottom: 14px;
	padding: 5px 10px 5px 20px;
	background: url(images/title/bg-contents-h3.jpg) left top no-repeat;
	border: 1px solid #999;
	font-size: 1.286em;
	font-weight: bold;
}

#main-contents h2.h3,
#main-contents .contents h3{ margin: 30px -15px 14px; }

#disqus_thread h3{
	clear: none;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
}

/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}

#disqus_thread h4{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}


/*●コンテンツ*/
#main-contents .contents{
	padding: 3%;
	background-color:#FFF;
	margin-bottom: 55px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.8;
	padding:0 5px;
}

#main-contents .contents p a{
	color: #ED7803; text-decoration:underline;
}

.post_info{
	margin: 0 0 10px;
	text-align: right;
}

.post_info li{
	display: inline;
	list-style-type: none;
}

/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }

/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}

/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.more-link{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 1px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 1px no-repeat;
}

#main-contents .trackback-url{ width: 500px!important; }

#main-contents p textarea{ width: 500px; }

#main-contents #submit{ padding: 5px 10px; }

#main-contents #author,
#main-contents #email,
#main-contents #url{ padding: 2px 5px; width: 300px; }

.commentlist,
.commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

.commentlist{ padding: 10px; }

.commentlist li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.reply{ clear: both; }

.reply a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) 0 1px no-repeat;
}

/*コンテンツナビ*/
.posts-link{
	margin-bottom: 15px;
	padding: 5px 10px;
}

.posts-link .nav-previous{
	float: right;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 3px no-repeat;
}

.posts-link .nav-next{
	float: left;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 3px no-repeat;
}

.posts-link a:link,
.posts-link a:visited{ color: #666; }
.posts-link a:hover,
.posts-link a:active{ color: #c60; }


#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}

.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}

.tag{
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}

.banner-area{
	margin-left: 0!important;
	padding: 0!important;
}

.banner-area li{
	margin-bottom: 45px;
	list-style: none;
}

.banner-area li textarea{
	width: 500px;
	height: 80px;
	font-size: 14px;
}

.banner-area li .src-box{ width: 530px; }

.banner-area li .img-box{ width: 470px; }

.banner-area li .img-box p{ margin: 5px 0; }

#main-contents .contents dl.dl-style{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

#searchsubmit{ padding: 2px 5px; }

#si_contact_form1 span input{ vertical-align: middle!important; }

#dsq-account-dropdown,
#dsq-sort-by{
	float: right;
}

#dsq-sort-by{ padding-top: 10px; }

#dsq-comments{ clear: both; }


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar.blog{
	width: 80%;
	clear:both;
	background-color:#FFF;
	padding:5%;
	margin:3% auto 0;
}

/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: url(images/title/bg-sidebar-h3.gif) left center no-repeat #D9735E;
	border: 1px solid #D9735E;
	border-bottom: none;
	color: #fff;
}

#sidebar h3 img{ vertical-align: middle; }

#sidebar h3 a:link,
#sidebar h3 a:visited{ color: #fff; }

#sidebar h3 a:hover,
#sidebar h3 a:active{ color: #c60; }

#sidebar div h3{
	margin: -8px;
	margin-bottom: 8px;
}
/*
#sidebar p{ margin-bottom: 10px; }
*/

#sidebar li ul,
#sidebar li div{
	margin-bottom: 20px;
	/*padding: 8px;
	border: 1px solid #486abc;*/
}

#sidebar li ul ul,
#sidebar li div div,
#sidebar li ul div,
#sidebar li div ul,
#sidebar li div ul ul,
#sidebar li ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
}

/*●サイドメニュー*/
/*#sidebar ul ul li{
	margin-bottom: 4px;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu01.gif) 4px 9px no-repeat;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

#sidebar ul ul li li{
	margin-bottom: 0;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu02.gif) 4px 12px no-repeat;
	border: 0;
}


#sidebar #s{ padding: 2px 5px; width: 120px; }

#sidebar .rssSummary{
	overflow: hidden;
	margin-bottom: 0;
	padding: 8px 0;
	width: 212px;
	border: 0;
}


#sidebar cite,
#sidebar .screen-reader-text{ font-weight: bold; }

#sidebar #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 5px no-repeat;
}*/

/*カレンダー*/
table#wp-calendar{
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table#wp-calendar th,
table#wp-calendar td{
	padding: 0.4em;
	vertical-align: top;
}

table#wp-calendar th,
table#wp-calendar td{
	border: 1px solid #ccc;
}

table#wp-calendar td a{
	color:#F60;
}

table#wp-calendar thead th,
table#wp-calendar thead td{ text-align: center; background-color: #fff; }

table#wp-calendar tbody th,
table#wp-calendar tbody td{ text-align: right; background-color: #fff; }

table#wp-calendar tfoot th,
table#wp-calendar tfoot td{ padding: 0.4em 0; border: none; }

table#wp-calendar th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

table#wp-calendar #next{ text-align: right; }



table#about{
	margin: 10px 0;
	font-size: 90%;
	border: 1px solid #999;

}


table#about th{
	padding: 0.8em;
	vertical-align: top;
	font-weight: bold;
	background: #000;
	color: #fff;
}


table#about td{
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #999;
}


#sidebar .follow-button{
	overflow: hidden;
	width: 242px;
}


/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top {
	clear:both;
	width:100%;
	padding: 36px 0 15px;
}
#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 121px;
	height: 17px;
}

}

@media screen and (min-width: 941px) {
/*-- このコメント行の下に、既存のPC用のCSSを全て入れる --*/


/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#top,
/*#main,*/
#footer,
.copyright{
	width: 100%;
}

#main {
	width: 715px;
	float:right;
}

#header,
#page-top,
#top-in,
#header-in,
/*#main-in,*/
/*#footer-in,*/
.copyright small{
	margin: auto;
	width: 900px;
}

#container,
#footer {
	margin: auto;
	width:900px;
}

body { 
	padding-top:35px;
}


/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body{ color: #333; }

/*リンク文字*/
a{ text-decoration: none; }
a:link{ color: #333; }
a:visited{ color: #333; }
a:hover{ color: #ED7803; text-decoration:underline; }
a:active{ color: #333; }




/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	height: 33px;
	font-size: 1.2em;
	padding-top:5px;
}

#top-in{ position: relative; }

/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 33px;
}

#top-menu li{
	float: left;
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu li a{
	padding-left: 15px;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{ font-size: 1.2em;
	margin-bottom:30px; }

/*●ヘッダーロゴ*/
#header-logo{
	margin: 0 0 0;
	padding:0;
	width: 130px;
	font-size: 1.567em;
	font-weight: bold;
}
#header h2 {
	float:left;
	font-size:0.9em;
	line-height:1.2em;
	color:#666666;
	padding:11px 0 0;
}

/*●ヘッダーロゴテキスト*/
#header-logo a{ text-decoration: none; }
#header-logo a:link{ color: #666; }
#header-logo a:visited{ color: #666; }
#header-logo a:hover{ color: #c60; }
#header-logo a:active{ color: #c60; }

/*●ヘッダーテキスト*/
#header-in #btn-contact{
	width:169px;
	float: right;
	margin: 3px 0 0;
}


/*--------------------------------------------------------
ナビゲーション
--------------------------------------------------------*/

.navDrawr {
	position: relative;
	margin-bottom: 20px;
	padding-top: 150px;
	margin-left:12px;
}
.navDrawr ul {
	position: relative;
}
.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    position: relative;
}
.navDrawr a {
    display: block;
		text-indent: 100%;
    white-space: nowrap; 
    overflow: hidden;
		background-repeat:no-repeat;
		text-indent:-9999px;
		margin-right:15px;

}
.navDrawr a.nav01 {
	background-image:url(images/common/nav01_off.gif);
	width:24px;
	height:132px;
}
.navDrawr a.nav02 {
	background-image:url(images/common/nav02_off.gif);
	width:24px;
	height:269px;
}
.navDrawr a.nav03 {
	background-image:url(images/common/nav03_off.gif);
	width:24px;
	height:132px;
}
.navDrawr .sub li:last-child a {
    border: none;
}
.navDrawr>ul>li>a {
    text-align: center;
}
.navDrawr>ul>li>a:hover {
}
.navDrawr .sub {
	position: absolute;
	left: -4px;
	right: 0;
	z-index: 9999;
	top: 43px;
}
.navDrawr .sub a {
    background: #900000;
    border-bottom: 1px solid #600000;
    padding: 10px 10px 10px 20px;
}
.navDrawr .sub a:hover {
    background: #F00000;
}



/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{ margin-bottom: 5px;
	color:#666666;
	font-size: 0.8em;
 }
#breadcrumbs a:link {
	color:#666666;
 }
#breadcrumbs a:visited {
	color:#666666;
 }
#breadcrumbs a:hover {
	text-decoration:underline;
 }

#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{ padding-left: 0; background: none; }

.main-image{ margin-bottom: 20px; }

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	overflow: hidden;
	float: right;
	margin-bottom: 0;
	width: 675px;
	font-size: 1.4em;
	padding:20px;
	background-color:#FFFFFF;
}

#main-contents.blog{
	width: 420px;
	float: left;
}

/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	margin-bottom: 25px;
	padding: 10px 10px 7px 20px;
	background: url(images/title/midashi02.jpg) no-repeat;
	background-color:#F3F3F3;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	font-size: 1.143em;
	line-height: 1.0;
	color: #333;
	font-weight: bold;
}

#main-contents #archive{
	clear: both;
	margin-bottom: 25px;
	padding: 8px 12px;
	background: #1a45ab;
	font-size: 1.143em;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
}

#main-contents .contents h1,
#main-contents .contents h2{
	clear: both;
	width:563px;
	margin-bottom: 23px;
	padding: 11px 10px 12px 20px;
	background: url(images/title/midashi01.jpg) no-repeat;
	font-size: 1.286em;
	font-weight: bold;
	color:#ED7803;
	border:none;
	border-top: 1px solid #E4E4E4;
}

#main-contents h1 a:link,
#main-contents h2 a:link,
#main-contents h1 a:visited,
#main-contents h2 a:visited{ color: #333; }

#main-contents h1 a:hover,
#main-contents h2 a:hover,
#main-contents h1 a:active,
#main-contents h2 a:active{ color: #c60; }

/*H3*/
#main-contents h2.h3,
#main-contents h3{
	clear: both;
	margin-bottom: 14px;
	padding: 5px 10px 5px 20px;
	background: url(images/title/bg-contents-h3.jpg) left top no-repeat;
	border: 1px solid #999;
	font-size: 1.286em;
	font-weight: bold;
}

#main-contents h2.h3,
#main-contents .contents h3{ margin: 30px -15px 14px; }

#disqus_thread h3{
	clear: none;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
}

/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}

#disqus_thread h4{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}


/*●コンテンツ*/
#main-contents .contents{
	padding: 0;
	margin-bottom: 55px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.8;
	padding:0 5px;
}

#main-contents .contents p a{
	color: #ED7803; text-decoration:underline;
}

.post_info{
	margin: -10px 0 10px;
	text-align: right;
}

.post_info li{
	display: inline;
	list-style-type: none;
}

/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }

/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}

/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.more-link{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 1px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 1px no-repeat;
}

#main-contents .trackback-url{ width: 500px!important; }

#main-contents p textarea{ width: 500px; }

#main-contents #submit{ padding: 5px 10px; }

#main-contents #author,
#main-contents #email,
#main-contents #url{ padding: 2px 5px; width: 300px; }

.commentlist,
.commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

.commentlist{ padding: 10px; }

.commentlist li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.reply{ clear: both; }

.reply a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) 0 1px no-repeat;
}

/*コンテンツナビ*/
.posts-link{
	margin-bottom: 15px;
	padding: 5px 10px;
}

.posts-link .nav-previous{
	float: right;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 3px no-repeat;
}

.posts-link .nav-next{
	float: left;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 3px no-repeat;
}

.posts-link a:link,
.posts-link a:visited{ color: #666; }
.posts-link a:hover,
.posts-link a:active{ color: #c60; }


#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}

.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}

.tag{
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}

.banner-area{
	margin-left: 0!important;
	padding: 0!important;
}

.banner-area li{
	margin-bottom: 45px;
	list-style: none;
}

.banner-area li textarea{
	width: 500px;
	height: 80px;
	font-size: 14px;
}

.banner-area li .src-box{ width: 530px; }

.banner-area li .img-box{ width: 470px; }

.banner-area li .img-box p{ margin: 5px 0; }

#main-contents .contents dl.dl-style{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

#searchsubmit{ padding: 2px 5px; }

#si_contact_form1 span input{ vertical-align: middle!important; }

#dsq-account-dropdown,
#dsq-sort-by{
	float: right;
}

#dsq-sort-by{ padding-top: 10px; }

#dsq-comments{ clear: both; }


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar{
	overflow: hidden;
	float: left;
	width: 130px;
	font-size: 1.2em;
	margin-bottom:100px;
}

#sidebar.blog{
	float: right;
	width: 210px;
	background-color:#FFF;
	padding:10px;
}

/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: url(images/title/bg-sidebar-h3.gif) left center no-repeat #D9735E;
	border: 1px solid #D9735E;
	border-bottom: none;
	color: #fff;
}

#sidebar h3 img{ vertical-align: middle; }

#sidebar h3 a:link,
#sidebar h3 a:visited{ color: #fff; }

#sidebar h3 a:hover,
#sidebar h3 a:active{ color: #c60; }

#sidebar div h3{
	margin: -8px;
	margin-bottom: 8px;
}
/*
#sidebar p{ margin-bottom: 10px; }
*/

#sidebar li ul,
#sidebar li div{
	margin-bottom: 20px;
	/*padding: 8px;
	border: 1px solid #486abc;*/
}

#sidebar li ul ul,
#sidebar li div div,
#sidebar li ul div,
#sidebar li div ul,
#sidebar li div ul ul,
#sidebar li ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
}

/*●サイドメニュー*/
/*#sidebar ul ul li{
	margin-bottom: 4px;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu01.gif) 4px 9px no-repeat;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

#sidebar ul ul li li{
	margin-bottom: 0;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu02.gif) 4px 12px no-repeat;
	border: 0;
}


#sidebar #s{ padding: 2px 5px; width: 120px; }

#sidebar .rssSummary{
	overflow: hidden;
	margin-bottom: 0;
	padding: 8px 0;
	width: 212px;
	border: 0;
}

#sidebar cite,
#sidebar .screen-reader-text{ font-weight: bold; }

#sidebar #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 5px no-repeat;
}*/

/*カレンダー*/
table#wp-calendar{
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table#wp-calendar th,
table#wp-calendar td{
	padding: 0.4em;
	vertical-align: top;
}

table#wp-calendar th,
table#wp-calendar td{
	border: 1px solid #ccc;
}

table#wp-calendar td a{
	color:#F60;
}

table#wp-calendar thead th,
table#wp-calendar thead td{ text-align: center; background-color: #fff; }

table#wp-calendar tbody th,
table#wp-calendar tbody td{ text-align: right; background-color: #fff; }

table#wp-calendar tfoot th,
table#wp-calendar tfoot td{ padding: 0.4em 0; border: none; }

table#wp-calendar th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

table#wp-calendar #next{ text-align: right; }



table#about{
	margin: 10px 0;
	font-size: 90%;
	border: 1px solid #999;

}


table#about th{
	padding: 0.8em;
	vertical-align: top;
	font-weight: bold;
	background: #000;
	color: #fff;
}


table#about td{
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #999;
}


#sidebar .follow-button{
	overflow: hidden;
	width: 242px;
}


/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top {
	clear:both;
	width:100%;
	padding: 36px 0 15px;
}
#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 121px;
	height: 17px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	color:#FFFFFF;
	text-align:right;
	clear:both;
}


#footer-in{
	padding: 10px 0 0 0;
	font-size: 1.2em;
}

/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #0033aa;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}

#footer-in h3 img{ vertical-align: middle; }

/*●フッターメニュー*/
#footer-widget{
}

#footer .widget-area{
	float: left;
	margin-bottom: 25px;
	margin-right: 16px;
	width: 300px;
}

#footer ul#sitemap li a {
	color:#FFFFFF;
}
#footer ul#sitemap li a:hover {
	text-decoration:underline;
}

#footer ul#sitemap {
	float:left;
	margin-right:30px;
}
#footer ul#sitemap li{
	margin-bottom: 15px;
	padding: 0 10px 0 20px;
	font-weight:bold;
	background: url(images/icon/icon-menu01.gif) 4px 4px no-repeat;
}

#footer ul#sitemap ul{
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0;
	background: none;
}

#footer ul#sitemap li ul li{
	margin-bottom: 1px;
	padding: 0 10px 0 0;
	border: 0;
	font-size:0.8em;
	background:none;
	font-weight:normal;
}

#footer #s{ padding: 2px 5px; width: 120px; }

#footer cite,
#footer .screen-reader-text{ font-weight: bold; }

/*●コピーライト*/
.copyright{
	padding: 18px 0 0;
	font-size: 1.0em;
	color: #333;
}

.copyright a:link,
.copyright a:visited{ color: #fff; }

.copyright a:hover,
.copyright a:active{ color: #c60; }

.wp-pagenavi{ padding-bottom: 5px; text-align: center; }

#footer-in #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 1px no-repeat;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-menu ul:after,
#header-in:after,
#global-menu ul:after,
#breadcrumbs ol:after,
#main-in:after,
#footer-widget:after,
.posts-link:after,
.social-button-top:after,
.social-button-bottom:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-menu ul,
header-in,
#global-menu ul,
#breadcrumbs ol,
#main-in,
#footer-widget,
.posts-link,
.social-button-top,
.social-button-bottom,
.clearfix{ /zoom : 1; }

/*--------------------------------------------------------
共通
--------------------------------------------------------*/
.f-right {
	float:right;
}
.f-left {
	float:left;
}
.clear {
	clear:both;
}
.center {
	width:100%;
	text-align:center;
}
.mgtb7 {
	margin:7px 0 7px;
}
.mgt15 {
	margin-top:15px;
}
.mgb20 {
	margin-bottom:20px;
}
a:hover img.alpha
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

.link {
	background: url(images/common/arrow.gif) no-repeat;
	padding:0 0 50px 27px;
	}

/*--------------------------------------------------------
テキストカラー
--------------------------------------------------------*/
.red {
	color:#ED3203;
}

/*--------------------------------------------------------
トップページ
--------------------------------------------------------*/
#top-contents {
	font-size: 1.4em;
}
.top_box {
	width:270px;
	height:66px;
	padding:55px 15px 0;
	margin:0 0 35px;
	float:left;
}
.top_box.one {
	background: url(images/top01.gif) no-repeat;
}
.top_box.two {
	background: url(images/top02.gif) no-repeat;
}
.top_box.three {
	background: url(images/top03.gif) no-repeat;
}
#top-contents a {
	color:#333;
}
#top-contents a:link {
	color:#333;
}
#top-contents .top_box a:visited {
	color:#333;
}
#top-contents .top_box a:hover {
	color:#333;
}
#news {
	float:left;
	margin-top:25px;
	background-color:#393939;
	padding-bottom:15px;
}
.news_ttl {
	background-color:#393939;
}
#news dl {
	margin:0 0 0 15px;
	padding:0 30px 0;
	width:615px;
	overflow-y:scroll;
	height:225px;
	font-size:140%;
	background-color:#FFF;
}
#news dl dt {
  clear: left;
  float: left;
  margin: 0.4em 0 0;
	padding-left:10px;
  width: 6em;
	border-bottom:#CCC dotted 1px;
}
#news dl dd {
  margin: 0.4em 0 0;
  margin-left: 6em;
	border-bottom:#CCC dotted 1px;
}
#news dl dd img {
	vertical-align:middle;
	margin-left:3px;
}
#news dl a {
	text-decoration:none;
}
#news dl a:hover {
	text-decoration:underline;
}
#top_cont {
	float:right;
	width:580px;
}
#top_box {
	clear:both;
	margin-top:20px;
	padding:17px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.topic {
	float:left;
}

/* 追加　*/

#news_btm {
	width:715px;
	height:22px;
	background-image:url(images/top_news_btm.gif);
}

/*--------------------------------------------------------
固定ページ
--------------------------------------------------------*/
#ttl {
	margin-bottom:25px;
}
#s-navi {
	padding:10px;
	background-color:#FFEBD7;
	margin-top:100px;
}
#s-navi ul {
	list-style:none;
}
#s-navi ul li {
	float: left;
	padding-right: 15px;
	padding-left: 12px;
	background: url(images/icon/icon-s-navi.gif) left 7px no-repeat;
}
#s-navi ul a {
	color:#666666;
}

/*--------------------------------------------------------
フォーム
--------------------------------------------------------*/
#price {
	padding:5px;
	color:#21759B;
}
#price span {
	font-weight:bold;
	font-size:130%;
}

.att {
	font-weight: bold;
	color: #C00;
}

/*--------------------------------------------------------
ギャラリー
--------------------------------------------------------*/
.photo_box2 {
	padding-bottom:30px;
}

}


