img {
    border: none;
}


/*===============================================
●layout.css 画面の横幅が1000px以上
@media screen and (min-width: 1000px){
===============================================*/

#pagetitle {
	font-size: 24px;
	font-weight: bold;
	color: #5E3819;
	height: 70px;
	width: 100%;
	padding-top: 40px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-left: 1px dotted #624E3E;
	border-right: 1px dotted #5E3819;
	border-bottom: 1px dotted #5E3819;
	border-top: 1px dotted #5E3819;
	text-align: center;
	border-collapse: separate;
	border-radius: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0 2px 0px #DBC7B3;
	margin-top: 2px;
}
#pankuzu {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 16px;
	color: #401E00;
	text-align: right;
}
#pankuzu a {
	color: #401E00;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #F4A10A;
	text-decoration: none;
}
/*header2ここから*/
.header2 {
	width: 100%;
	height: auto;
	position: relative;
	top: 100px;
	margin-bottom: 100px;
	z-index: 22;
	background-image: url(../images/sub_h2ber2_13.png);
	background-repeat: repeat-x;
	background-position: center center;
	min-height: 220px;
}
.header2_in {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	margin-bottom: 0px;
}
.header2_title {
	height: 40px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
	color: rgba(64,30,0,1.00);
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 50px;
}
.header2_title_en {
	height: auto;
	max-width: 1000px;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #D5780B;
	padding-left: 50px;
}



.contents {
	width: 100%;
	z-index: 11;
	margin: 0;
	top: 0px;
	background-repeat: repeat;
	background-color: #F8F3EB;
}

#main {
		width: 100%;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:0px;
}
/*レフト------------------------------------------------*/
#left   {
	width: 22%;
	height: auto;
	float: left;
}
/*ライト------------------------------------------------*/
#right {
	width:75%;
	float: right;
	padding-top: 5px;
}
/* サイドバー */


div#sidebar	{
	}

div#sidebar ul	{
margin: 0;
	padding: 0;
	}

div#sidebar li 	{
	list-style-type: none;
}


div#sidebar .widget	{
	}

div#sidebar h2	{
	/*width: 240px;*/
	width: 90%;
	display: block;
	height: auto;
	background-repeat: repeat-x;
	background-position: 0% top;
	color: #FFFFFF;
	font-size: 18px;
	/*text-shadow: -1px -1px 2px #5E3819;*/
	text-align: center;
	border-radius: 4px 4px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 2px 2px #D9D9D9;
	box-shadow: 0px 0px 2px 2px #D9D9D9;
	position: relative;
	top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-color: rgba(94,56,25,1.00);
	}
	
div#sidebar li ul	{
	width: 97%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0 2px 0px #DBC7B3;
	/*-webkit-box-shadow: 0px 0px 2px 2px #D9D9D9;
	box-shadow: 0px 0px 2px 2px #D9D9D9;*/
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #FFFFFF;
	height: auto;
	padding-right: 0px;
	padding-top: 5px;
}

div#sidebar li ul li {
	height: auto;
	width: 86%;
	padding-left: 10%;
	background-image: url(../images/arrow_117.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #6A6A6A;
	border-bottom: 1px dotted #D0D0D0;
}
div#sidebar li li:last-child {
border:0; /* リストの最後のボーダーを消す */
}

div#sidebar li li a	{
	color: #6A6A6A;
	}
div#sidebar li li a:hover	{
	color: #734B23;
	}


/* ブログコンテンツ*/

.blog_article {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	　zoom: 1;
	font-size: 16px;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	margin-bottom:20px;
}

.article-blog {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0 2px 0px #DBC7B3;
	border-radius: 8px;
	box-shadow: 0px 0 2px 0px #DBC7B3;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	height:auto;
}


.article-blog h2 {
	min-height: 35px;
	width: 98%;
	font-weight: bold;
	color: rgba(53,43,44,1.00);
	border-left: 8px solid #401E00;
	margin-left: 10px;
	padding-left: 10px;
}
.article-blog h2 a {
	text-decoration:none;
	color: rgba(53,43,44,1.00);
}
.article-blog h2 a:hover {
	text-decoration:none;
	color: rgba(53,43,44,1.00);
}
.artcle-box {
	margin-left: auto;
	padding: 10px;
	margin-right: auto;
	width: auto;
}

.pagelink {
	font-size: 12px;
width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
}
#blog-right {
	width: 200px;
	float: right;
}
#blog-right a {
	color: #666666;
}

.blog-box {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.blog-box-left {
	float: left;
	width: 250px;
	height: auto;
}
.blog-box-right {
	width: 680px;
	height: auto;
	float: right;
	min-width: px;
}


.postinfo {
	color: #6A6A6A;
	padding-top: 5px;
	text-align: right;
	border-top: 1px dotted #543600;
	width: 9０%;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 25px;
}

.postinfo-g {
	color: #6A6A6A;
	padding-top: 5px;
	text-align: right;
	border-top: 1px dotted #C9C5AC;
	font-size: 12px;
	padding-bottom: 50px;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.feed {
	text-align: left;
	padding-left: 6px;
	width: auto;
}

#searchform Label {display:none}


/*追加*/
.h2-title {
	/*width: 230px;*/
	width: 90%;
	display: block;
	height: auto;
	background-repeat: repeat-x;
	background-position: 0% top;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: -1px -1px 2px #5E3819;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 2px 2px #D9D9D9;
	box-shadow: 0px 0px 2px 2px #D9D9D9;
	position: relative;
	top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-color: rgba(94,56,25,1.00);
}
ul.accordion ul {
	margin:0px;
	padding:0px;
}

ul.accordion {
	width: 93%;
	list-style-type: none;
	width: 250px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0 2px 0px #DBC7B3;
	margin-left: 5px;
	padding-top: 3px;
}
ul.accordion a {
	display: block;
	padding: 3px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #333;
	margin-left:20px;
	text-decoration: underline;
	
}
ul.accordion a:hover {
	/* [disabled]background-color: #9B826A; */
	color: #333;
	text-decoration: underline;
}
ul.accordion span {
	display: block;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 40px;
	padding-bottom: 5px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #808080;
	font-weight: normal;
	border-bottom: 1px dotted #D3CAB9;
}
ul.accordion span:hover {
	/*background: #573F28;*/
	color: #573F28;
	cursor: pointer;
}
ul.accordion ul {
	display: none;
}

ul.accordion > li > p span {
	background: #FFF;
	background-image: url(../images/arrow_117.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
ul.accordion > li > p span.open { 
    background:#FFF;
}
ul.accordion > li > p span.open:hover {
	/* [disabled]background-color: #573F28; */
	color: #573F28;
}
ul.accordion > li > ul > li {
	background-color: #FFF;
	border-bottom: 1px dotted #D3CAB9;
	list-style: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url(../images/arrow_117.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
ul.accordion > li > ul > li > p { 
    background:#FFF;
}
ul.accordion > li > ul > li > a { 
    background:#FFF;
}
ul.accordion > li > ul > li > ul > li { 
    background:#FFF; 
}
ul.accordion > li > ul > li > ul > li:last-child {
    border:none;
	border-radius: 0px 0px 3px 3px;
}
/* subその他パーツ*/
@media only screen and (max-width: 1240px){
#box2{
	display: none;
}
	#float-sns-box{
		display: none;
		
	}
}

/*===============================================
}
●スマホ用css 
@media screen and (max-width: 639px){

===============================================*/
