/*
Theme Name: Edventure (based on Corner 1.0.9)
Theme URI: http://zespia.twbbs.org/corner-theme
Description: Inspired by Windows Phone 7, composed of black and white blocks. This theme is compatible with WordPress 3.0 features, and built-in AJAX navigation.
Version: 1.0.9
Author: Koekatamarin (SkyArrow)
Author URI: http://zespia.twbbs.org
Tags: white, blue, black, two-columns, fixed-width, left-sidebar, threaded-comments, translation-ready, theme-options
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Basic */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000;
	color: #333;
}

h1 {
	font-size: 24px;
	float: right;
	width: 245px;
	margin: 0 0 10px;
}

#sidebar h1 a {
	display: block;
	background: url(img/logo.png) 0 0 no-repeat;
	width: 216px;
	height: 187px;
	text-indent: -3999px;
	margin: 0 auto;
}

h2 {
	font-size: 20px;
	border-bottom: 3px solid #AF5B00;
	display: block;
	background: #F9F9E3 url(img/wakaba.png) 5px 6px no-repeat;
	color: #AF5B00;
	padding: 5px 0 0 38px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.entry h2,
h2:nth-of-type(2),
h2:nth-of-type(3),
h2:nth-of-type(4) {
	background-color: #fff;
}

h3 {
	font-size: 16px;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	margin: 5px 0;
}

fieldset {
	padding: 10px;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clearfix {
	clear: both;
}

#content {
	/*
	max-width: 1120px;
	min-width: 940px;
	max-width: 1196px;
	min-width: 1116px;
	*/
	width: 1050px;
	margin: -50px auto 0;
	clear: both;
}

/* Header */
#header {
	/*
	width: 100%;
	max-width: 1120px;
	min-width: 940px;
	max-width: 1196px;
	min-width: 1116px;
	*/
	width: 1050px;
	height: 50px;
	margin: auto;
}

#header .title {
	width: 400px;
	display: block;
	position: relative;
}

#header h2 {
	background: #000;
	position: absolute;
	top: 65px;
	right: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

#header #topmenu {
	/* position: relative; */
	width: 700px;
	width: 776px;
	margin: 0 0 0 274px;
	height: 50px;
}

#header #topmenu .logo{
	display: none;
}

#header ul {
	/* background: #fff; */
	display: block;
	height: 50px;
	list-style: none;
	margin: 0 -7px;
	margin: 0 -21px 0 -7px;
	font-size: 18px;
	padding: ;
}

#header ul li {
	display: inline-block;
	margin: 0 0 0 7px;
	width: 185px;
}

#header ul li a {
	display: inline-block;
	line-height: 10px;
	padding: 10px 0 12px;
	width: 185px;
	text-align: center;

	color: #fff;
	background: #B25900;
	border-radius: 0 0 8px 8px;
}

#header ul li ul {
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
	font-size: 12px;
	height: auto;
	width: auto;
	margin: 0;
	white-space: nowrap;
	opacity: 0.8;
	background: #000;
}

#header ul li ul li {
	float: none;
}

#header ul li ul li a {
	padding: 0 10px;
	color: #fff;
}

#header ul li ul li a:hover {
	color: #000;
	background: #fff;
}

#header ul li ul li ul {
	top: 0;
	left: 100%;
	opacity: 1;
}

#header ul li ul a.nested {
	background: url(images/more.png) no-repeat right 15px #000;
	padding-right: 30px;
}

#header ul li ul a.nested:hover,
#header ul li ul a.nested_hover {
	background: url(images/more.png) no-repeat right -4px #fff;
	color: #000;
}

/*
#header ul li.current a{
	background: #000;
	color: #fff;
}
*/
#header ul li a:hover,
#header ul li.current-menu-item a {
	/*
	background: #000;
	color: #fff;
	text-decoration: none;
	*/
	opacity: 0.7;
}

#header ul li.current-menu-item a {
	/* font-weight: bold; */
}

#header ul li.current-menu-item ul li a {
	font-weight: normal;
}

#header ul li.home a {
	text-indent: -9999px;
	background-image: url(images/sprite.png);
	background-position: 21px 21px;
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;
}

#header ul li.home a:hover {
	background-position: -39px 21px;
}

#header ul li.home.current-menu-item a {
	background-color: #fff;
}

#header ul li.home.current-menu-item a:hover {
	background-color: #000;
}

#header #search_button,
#header #search input#s2 {
	position: absolute;
	right: 70px;
	top: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-image: url(images/sprite.png);
	background-position: 21px -20px;
	background-repeat: no-repeat;
	background-color: #000;
	text-indent: -9999px;
	cursor: pointer;
}

#header #search {
	position: absolute;
	top: -100px;
	right: 70px;
	width: 630px;
	height: 60px;
	display: none;
	opacity: 0;
}

#header #search_button:hover,
#header #search input#s2:hover {
	background-position: -39px -20px;
	background-color: #fff;
}

#header #search .cancel {
	width: 60px;
	height: 60px;
	background-image: url(images/sprite.png);
	background-position: -39px -60px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	right: 0;
}

#header #search .cancel:hover,
#header #search .cancel:active {
	background-position: 21px -60px;
	background-color: #000;
}

#header #search .input {
	width: 560px;
	height: 60px;
	background: #fff;
	position: relative;
}

#header #search .input input#s1 {
	border: 0;
	background: #fff;
	width: 480px;
	height: 40px;
	padding: 10px;
	font-size: 30px;
	position: absolute;
	left: 0;
	z-index: 10;
	outline: none;
}

#header #search input#s2 {
	z-index: 10;
	border: 0 none;
	right: 0;
}

#header #subscribe {
	float: right;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(images/sprite.png);
	background-position: -39px -100px;
	background-repeat: no-repeat;
	background-color: #000;
	cursor: pointer;
}

#header #subscribe:hover {
	background-position: 21px -100px;
	background-color: #fff;
}

#header #subscribe ul {
	width: auto;
	height: auto;
	float: right;
	position: absolute;
	right: 0;
	top: 60px;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0.8;
	display: none;
	z-index: 5;
}

#header #subscribe ul li {
	float: none;
}

#header #subscribe ul li a {
	padding: 0 10px;
}

#header #banner {
	width: 700px;
	height: 200px;
	margin-top: 20px;
	clear: both;
	float: right;
}

#header #banner.random {
	background: url(rotating.php);
}

/* Index */
body #main_col {
	width: 700px;
	width: 776px;
	float: right;
	overflow: hidden;
	margin-top: 50px;
}

/* body.home #main_col, */
body.single #main_col,
body.page #main_col,
body.archive #main_col,
body.search #main_col,
body.error404 #main_col {
	background: #fff;
}

body.home #main_col {
	background: transparent;
}

body.home #main_col div.page {
	padding: 0;
}

/*
#feature {
	display: block;
	background: url(img/feature.jpg) 0 0 no-repeat;
	width: 776px;
	height: 320px;
	text-indent: -2999px;
}
*/
#feature {
	display: block;
	width: 776px;
	height: 320px;
	/* 2015.7 */
	height: 450px;
	/* 2016.2 */
}

#main_col ul.tanzaku-container {
	list-style: none;
	margin-left: -13px;
	background: #f2efe1;
	padding: 20px 0 0 0;
}

#main_col ul.tanzaku-container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_col ul.tanzaku-container li {
	display: block;
	float: left;
	width: 250px;
	height: 180px;
	margin: 0 0 13px 13px;
	background: #fff;

}

#main_col ul.tanzaku-container li p.body {
	height: 100px;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	display: block;
	font-size: 14px;
	/* 2021.3.5 */
	color: #988;
	/* 2021.3.5 */
}

#main_col ul.tanzaku-container li p.thumb {
	height: 120px;
	overflow: hidden;
	display: block;
	background-size: 250px auto;
	background-position: center center;
}

#main_col ul.tanzaku-container li p.thumb img {}

#main_col ul.tanzaku-container li p.title {
	height: 40px;
	padding: 10px;
	background: #AC5D00;
	display: block;
	color: #fff;
}

#main_col ul.tanzaku-container li p.title span.date {
	font-size: 12px;
	display: block;
	float: left;
	margin: -2px 0 2px;
	display: none;
}

#main_col ul.tanzaku-container li p.title span.title {
	font-size: 18px;
	display: block;
	height: 27px;
	overflow: hidden;
	clear: both;
}

#main_col ul.tanzaku-container li p.title span.type {
	border-radius: 3px;
	background: #fff;
	color: #AC5D00;
	padding: 3px 4px 2px;
	float: right;
	font-size: 11px;
	margin-top: -2px;
	margin-right: -4px;
	margin-bottom: 5px;
	line-height: 1em;
}

#main_col ul.tanzaku-container li.riron p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.riron p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.jyugyokenkyu p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.jyugyokenkyu p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.jugyo p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.jugyo p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.lecture p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.lecture p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.teacher p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.teacher p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.study p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.study p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.mama p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.mama p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.rikai p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.rikai p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.tokubetsu p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.tokubetsu p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.woman_life p.title {
	background: #61AD00;
}

#main_col ul.tanzaku-container li.woman_life p.title span.type {
	color: #61AD00;
}

#main_col ul.tanzaku-container li.foreigner p.title {
	background: #6598FF;
}

#main_col ul.tanzaku-container li.foreigner p.title span.type {
	color: #6598FF;
}

#main_col ul.tanzaku-container li.grownup p.title {
	background: #6598FF;
}

#main_col ul.tanzaku-container li.grownup p.title span.type {
	color: #6598FF;
}

#main_col ul.tanzaku-container li.seikatsu p.title {
	background: #6598FF;
}

#main_col ul.tanzaku-container li.seikatsu p.title span.type {
	color: #6598FF;
}

#main_col ul.tanzaku-container li.nihongo p.title {
	background: #6598FF;
}

#main_col ul.tanzaku-container li.nihongo p.title span.type {
	color: #6598FF;
}

#main_col ul.tanzaku-container li.friendsstar p.title {
	background: #6598FF;
}

#main_col ul.tanzaku-container li.friendsstar p.title span.type {
	color: #6598FF;
}

#main_col ul.tanzaku-container li.kids p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.kids p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.hosyounin p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.hosyounin p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.standbymekikin p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.standbymekikin p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.ibasyo p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.ibasyo p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.toujisya p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.toujisya p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.woman_life p.title {
	background: #F78686;
}

#main_col ul.tanzaku-container li.woman_life p.title span.type {
	color: #F78686;
}

#main_col ul.tanzaku-container li.shinsai p.title {
	background: #FB950A;
}

#main_col ul.tanzaku-container li.shinsai p.title span.type {
	color: #FB950A;
}

#main_col ul.tanzaku-container li.nisshi p.title {
	background: #A64DFF;
}

#main_col ul.tanzaku-container li.nisshi p.title span.type {
	color: #A64DFF;
}

#main_col ul.tanzaku-container li.info p.title {
	background: #A64DFF;
}

#main_col ul.tanzaku-container li.info p.title span.type {
	color: #A64DFF;
}

#main_col ul.tanzaku-container li.post p.title {
	background: #A64DFF;
}

#main_col ul.tanzaku-container li.post p.title span.type {
	color: #A64DFF;
}

#main_col ul.tanzaku-container li.dantai p.title {
	background: #888888;
}

#main_col ul.tanzaku-container li.dantai p.title span.type {
	color: #888888;
}

#main_col ul.tanzaku-container li.standbyme p.title {
	background: #888888;
}

#main_col ul.tanzaku-container li.standbyme p.title span.type {
	color: #888888;
}

#main_col ul.tanzaku-container li.lion p.title {
	background: #888888;
}

#main_col ul.tanzaku-container li.lion p.title span.type {
	color: #888888;
}

#main_col ul.tanzaku-container li.matsu p.title {
	background: #888888;
}

#main_col ul.tanzaku-container li.matsu p.title span.type {
	color: #888888;
}




#main_col ul.tanzaku-container li {
	border-radius: 4px;
	/* 2021.3.5 */
}

#main_col ul.tanzaku-container li a {
	text-decoration: none;
	display: block;
}

#main_col ul.tanzaku-container li a:hover {
	opacity: 0.6;
}


#main_col ul.tanzaku-container.sticky {}

#main_col ul.tanzaku-container.sticky li {
	border: 2px solid #AC5D00;
	height: 203px;
	width: 246px;
	border-radius: 2px;
	/* 2021.3.5 */
}

#main_col ul.tanzaku-container.sticky li p.body {
	height: 148px;
	height: 150px;
	/* 2021.3.5 */
}

#main_col ul.tanzaku-container.sticky li p.body span.title {
	font-size: 16px;
	color: #AC5D00;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#main_col ul.tanzaku-container.sticky li p.body span.thumb {
	float: left;
	margin-right: 10px;
}

#main_col ul.tanzaku-container.sticky li p.body span.thumb img {
	width: 102px;
	height: 150px;
	border: 1px solid #ccc;
}

#main_col ul.tanzaku-container.sticky li p.title {
	height: 15px;
	line-height: 18px;
}

#main_col ul.tanzaku-container.sticky li p.title span.title span {
	background: #fff;
	padding: 0 4px;
	font-size: 16px;
	border-radius: 3px;
	color: #AC5D00;
	margin: 0 0 0 5px;
	display: inline-block;
}



body.single div#main_col div.hentry,
div.post,
div.page {
	padding: 20px;
	clear: both;
}

.post .title h2,
.page .title h2 {
	font-weight: normal;
	display: block;
	letter-spacing: 2px;
}

.title span.date a {
	display: block;
	font-size: 11px;
	color: #888;
}

.sticky .title h2 {
	font-weight: bold;
	border-left: 5px solid #000;
	margin-left: -20px;
	padding-left: 15px;
}

.post .title .comments a,
.page .title .comments a {
	background-image: url(images/sprite.png);
	background-position: 1px -197px;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-top: -3px;
}

.post .title .comments a:hover,
.page .title .comments a:hover {
	background-position: 1px -237px;
	color: #fff;
}

.entry {
	font-size: 14px;
	font-size: 15px;
	/* 2021.3.5 */
	line-height: 1.8em;
	clear: both;

	padding: 5px 18px 20px;
}

.entry p {
	margin-top: 10px;
}

.breadcrumbs {
	/* margin-bottom: 20px; */
}

.breadcrumbs span {
	color: #777;
	/* 2021.3.5 */
}

.breadcrumbs a,
.entry a,
.comment-content a {
	color: #258fb8;
	text-decoration: underline;
}

.entry blockquote,
.comment-content blockquote {
	padding: 0 10px 0 30px;
	color: #666;
	min-height: 20px;
	background: url(images/sprite.png) no-repeat -60px -320px;
}

.entry ul,
.entry ol,
.comment-content ul,
.comment-content ol {
	margin-left: 20px;
}

.entry pre {
	font-family: "Courier New", "Lucida Console", serif;
	margin-top: 10px;
}

.entry img {
	max-width: 660px;
	height: auto;
	padding: 5px;
}

.wp-caption {
	position: relative;
	max-width: 660px;
	padding: 5px;
}

.wp-caption img {
	padding: 0;
}

.wp-caption .wp-caption-text {
	position: absolute;
	bottom: 10px;
	left: 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	font-size: 12px;
	padding: 5px 10px;
}

/* Single Post */
/* 
body.single .post,
body.page .page{
	background: #fff;
}
*/
.post_meta {
	display: block;
	padding: 10px 20px;
	background: #AC5D00;
	color: #fff;
	margin: 20px 0 0;
	line-height: 1.5;
	font-size: 12px;
	clear: both;
}

.post_meta a {
	color: #fff;
}

.post_meta span.cats ul {
	list-style: none;
}

.post_meta span.cats ul li {
	display: inline;
}

.post_meta span.tags {
	clear: both;
	display: block;
}

.post_meta span.share {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.post_meta span.share a {
	background-repeat: no-repeat;
	background-image: url(images/sprite.png);
}

.post_meta span.share a.facebook,
.post_meta span.share a.plurk,
.post_meta span.share a.twitter {
	text-indent: -3999px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.post_meta span.share a.facebook {
	background-position: 0 -320px;
}

.post_meta span.share a.plurk {
	background-position: -20px -320px;
}

.post_meta span.share a.twitter {
	background-position: -40px -320px;
}

.post_meta span.share a.a2a_dd {
	background-position: 0 -290px;
	padding-left: 20px;
	margin-left: 5px;
}

.gallery-caption {
	font-size: 12px;
}

.entry table,
.comment-content table {
	width: 100%;
}

.entry table th,
.comment-content table th {
	background: #000;
	padding: 3px;
	color: #fff;
}

.entry table td,
.comment-content table td {
	padding: 3px;
}

.entry table tr.alternate td,
.comment-content table tr.alternate td {
	background: #efefef;
}

.entry dl dd,
.comment-content dl dd {
	margin-left: 20px;
}

.page-link {
	clear: both;
}

/* Archives */
#archive_meta {
	width: 700px;
	float: right;
}

#archive_meta h2 {
	margin-bottom: 20px;
	color: #fff;
	background: #000;
	width: 600px;
	display: block;
	clear: both;
	padding: 10px 20px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 30px;
	float: left;
}

#archive_meta h2.nodetail {
	width: 660px;
}

#archive_meta .detail {
	width: 50px;
	height: 50px;
	float: right;
	position: relative;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: 15px -144px;
	cursor: pointer;
}

#archive_meta .detail:hover {
	background-color: #fff;
	background-position: -43px -145px;
}

#archive_meta .detail ul {
	position: absolute;
	display: none;
	top: 50px;
	right: 0;
	background: #fff;
	opacity: 0.8;
	font-size: 12px;
	list-style: none;
	white-space: nowrap;
	width: auto;
	height: auto;
	z-index: 5;
}

#archive_meta .detail ul li a {
	padding: 10px;
	display: block;
	color: #B25900;
}

#archive_meta .detail ul li a:hover {
	background: #B25900;
	color: #fff;
	text-decoration: none;
}

/* Navigation */
.wp-pagenavi {
	background: #B25900;
	color: #fff;
	clear: both;
	display: block;
	text-align: center;
	height: 36px;
}

.wp-pagenavi a,
.wp-pagenavi span.loading {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	line-height: 36px;
}

.wp-pagenavi a:hover {
	background: #258fb8;
}

.wp-pagenavi .current {
	font-weight: bold;
	padding: 0 10px;
	line-height: 36px;
}

.wp-pagenavi .page-numbers.next,
.wp-pagenavi span.older a,
.wp-pagenavi a.nextpostslink {
	float: right;
	padding-right: 20px;
}

.wp-pagenavi .page-numbers.prev,
.wp-pagenavi span.newer a,
.wp-pagenavi a.previouspostslink {
	float: left;
	padding-left: 20px;
}

/* Sidebar */
#sidebarContainer {
	width: 400px;
	width: 263px;
	margin: 0 11px 0 0;
	float: left;
	z-index: 140;
}

#sidebar {
	overflow: hidden;
	background: url(img/side_bg.png) right top repeat-y;
	font-size: 14px;
	list-style: none;
}

span#sidebar-bottom {
	display: block;
	width: 247px;
	height: 13px;
	background: url(img/side_bg_bottom.png) right top no-repeat;
	float: right;
}

#pamphlet-btn-container {
	float: right;
	width: 228px;
	margin: 0 10px 16px 0;
}

#pamphlet-btn-container a {
	display: block;
	width: 228px;
	height: 70px;
}

#pamphlet-btn-container a:hover {
	opacity: 0.7;
}

#woman-life-btn-container {
	float: right;
	width: 228px;
	margin: 0 10px 16px 0;
}

#woman-life-btn-container a {
	display: block;
	width: 228px;
	height: 70px;
}

#woman-life-btn-container a:hover {
	opacity: 0.7;
}

#sidebar div.caption {
	background: #B25900 url(img/cap_1.png) center center no-repeat;
	border-radius: 6px;
	height: 28px;
	width: 228px;
	margin-right: 10px;
	float: right;
	text-indent: -3999px;
}

#sidebar div.caption1 {
	background-image: url(img/cap_1.png);
}

#sidebar div.caption2 {
	background-image: url(img/cap_2.png);
	margin-top: 30px;
}

#sidebar div.caption3 {
	background-image: url(img/cap_3.png);
}

#sidebar div.caption4 {
	background-image: url(img/cap_4.png);
}

#sidebar div.caption5 {
	background-image: url(img/cap_5.png);
}

#sidebar div.caption6 {
	background-image: url(img/cap_6.png);
}

#sidebar div.caption7 {
	background-image: url(img/cap_7.png);
}

#sidebar p.caption {
	display: block;
	background: 0px center no-repeat;
	float: right;
	border-top: 1px dotted #B25900;
	border-bottom: 1px dotted #B25900;
	height: ;
	width: 216px;
	margin-right: 16px;
	padding: 6px 0;
	font-weight: bold;
	font-size: 16px;
}

#sidebar p.caption a {
	display: block;
	width: 216px;
	/* text-indent: -3999px; */
}

#sidebar p.caption1 {
	/* background-image: url(img/cap_1_1.png); */
	border-top: none;
	border-bottom: none;
}

#sidebar p.caption2 {
	background-image: url(img/cap_1_2.png);
}

#sidebar p.caption3 {
	/* background-image: url(img/cap_1_3.png); */
	border-bottom: none;
}

#sidebar p.caption4 {
	background-image: url(img/cap_1_4.png);
	border-bottom: none;
}

#sidebar p.caption5 {
	background-image: url(img/cap_1_5.png);
	/* border-bottom: none; */
}

#sidebar p.caption6 {
	/* background-image: url(img/cap_1_6.png); */
	border-bottom: none;
}

#sidebar p.caption7 {
	/* background-image: url(img/cap_1_7.png); */
	border-bottom: none;
}

#sidebar p.caption8 {
	/* background-image: url(img/cap_1_8.png); */
	border-bottom: none;
}

#sidebar p.caption9 {
	/* background-image: url(img/cap_1_9.png); */
	border-bottom: none;
}

#sidebar ul,
#sidebar ul li {
	list-style: none;
}

.sidebar-close{
	background: #fcb900;
	color: #ffffff;
	cursor: pointer;
	display: none;
	padding: 10px 20px;
	text-align: center;
}

.widget {
	width: 216px;
	/*
	background: #000;
	color: #fff;
	*/
	padding: 0 16px 30px 0;
	float: right;
}

.widget:nth-of-type(1),
.widget:nth-of-type(2),
.widget:nth-of-type(3),
.widget:nth-of-type(4) {
	padding-bottom: 0;
}

.widget.noborder {
	background: none;
	padding: 0;
}

.widget h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #fff;
	text-align: right;
}

.widget a {
	color: #B25900;
}

.widget ul li {
	border-bottom: 1px dotted #B25900;
	background: url(img/marker.png) 4px center no-repeat;
}

.widget ul li:last-of-type {
	border: none;
}

.widget ul li a {
	/* font-size: 12px; */
	padding: 6px 0 5px 25px;
	display: block;
}

.widget.noborder ul {
	padding-top: 5px;
}

.widget.noborder ul li a {
	padding-top: 4px;
	padding-bottom: 3px;
}

.widget select {
	width: 100%;
}

.widget table {
	width: 100%;
	text-align: center;
}

.widget.widget1 {
	margin-top: 10px;
	padding-bottom: 30px;
}

.widget1 p {}

.widget1 p.link {
	/* text-align: right; */
	color: #B25900;
	padding: 5px 0 0 10px;
}

.widget1 p.link a {
	font-weight: bold;
}

.widget2 p.banner {
	clear: both;
	margin-left: -4px;
	padding-top: 40px;
}

.widget2 p.banner a {
	display: block;
	background: url(img/banner_genpatsu.png) 0 0 no-repeat;
	width: 224px;
	height: 63px;
	margin: auto;
	text-indent: -3999px;
}

p.banner-editable {
	display: block;
	padding: 15px 0 0 22px;

}

p.banner-editable a {
	display: block;
	margin: 0 0 10px 0;
}

p.banner-editable a img {
	display: block;
	width: 234px;
	height: auto;
}

p.banner-editable a:hover {
	opacity: 0.7;
}


.widget2 {
	padding-bottom: 0px;
}

.widget3 p {
	padding: 10px 0 10px 10px;
}

.widget3 p.name {
	background: url(img/name.png) 10px 10px no-repeat;
	width: 181px;
	height: 52px;
	text-indent: -3999px;
}

.widget3 p.address {
	font-size: 12px;
}

.widget.widget2 ul li,
.widget.widget3 ul li {
	border: none;
}

/* 404 Page */
.entry #search .cancel {
	display: none;
}

.entry #search input#s1 {
	background: #000;
	color: #fff;
	border: 0 none;
	font-size: 20px;
	height: 25px;
	padding: 10px;
	width: 585px;
	float: left;
}

.entry #search input#s2 {
	border: 0 none;
	background: url(images/sprite.png) #000 13px -27px no-repeat;
	cursor: pointer;
	height: 45px;
	text-indent: -9999px;
	width: 45px;
	margin-left: 10px;
}

.entry #search input#s2:hover {
	background: url(images/sprite.png) #fff 33px -27px;
}

.suggest_404 strong {
	background: #000;
	padding: 3px;
	color: #fff;
}

.suggest_404 a {
	background: #000;
	color: #fff;
	padding: 3px;
	margin-left: 3px;
	line-height: 2;
	text-align: justify;
}

/* Comments */
.comment_inner {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.comment_inner h3.title {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

ol.commentlist {
	list-style: none;
}

li.comment {
	margin-bottom: 10px;
}

li.comment ul.children {
	list-style: none;
}

li.comment li.comment {
	margin-left: 40px;
}

li.comment .comment-avatar {
	float: left;
	border-right: 5px solid #fff;
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
}

li.comment img.avatar {
	position: absolute;
	top: 0;
	left: 0;
}

li.comment .comment-avatar small {
	position: absolute;
	top: 40px;
	left: 0;
	background: #258fb8;
	color: #fff;
	width: 34px;
	text-align: center;
	padding: 0 3px;
	font-size: 8px;
}

li.comment .comment-avatar small.mod {
	background: #999;
}

li.comment .comment-meta {
	background: #000;
	display: block;
	color: #fff;
	height: 30px;
	font-size: 12px;
}

li.comment .comment-meta .author {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-left: 10px;
}

li.comment .comment-meta .function {
	float: right;
}

li.comment .comment-meta .function a {
	width: 0;
	height: 30px;
	border-left: 2px solid #fff;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-color: #000;
	float: right;
	padding-left: 30px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
}

li.comment .comment-meta .function a:hover {
	background-color: #258fb8;
	text-decoration: none;
}

li.comment .comment-meta .function a.comment-reply-link {
	background-position: -60px -193px;
}

li.comment .comment-meta .function a.comment-quote-link {
	background-position: -58px -221px;
}

li.comment .comment-meta .function a.comment-edit-link {
	background-position: -58px -253px;
}

li.comment .comment-content {
	padding-left: 50px;
	margin: 5px 0 15px;
	line-height: 1.5;
}

#respond {
	margin: 20px 0;
}

#respond .comment-notes {
	color: #aaa;
	font-size: 11px;
}

#respond span.required {
	color: red;
}

#respond input[type="text"] {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 3px;
	width: 150px;
	display: block;
}

#respond p.comment-form-comment label {
	display: none;
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
	margin-right: 10px;
	display: inline-block;
}

#respond p.comment-form-author label,
#respond p.comment-form-email label,
#respond p.comment-form-url label {
	font-size: 10px;
}

#respond textarea#comment {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 5px;
	width: 98%;
	clear: both;
	margin-top: 10px;
}

#respond .form-allowed-tags {
	float: left;
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
	width: 90%;
}

#respond .form-submit {
	text-align: right;
}

#respond input#submit {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: inline-block;
	background: url(images/sprite.png) no-repeat -60px -193px #258fb8;
	margin-top: 10px;
	border: 0 none;
}

#respond a#cancel-comment-reply-link {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(images/sprite.png) no-repeat -57px -283px #bbb;
}

#respond a#cancel-comment-reply-link:hover {
	background-color: #777;
}

ol.trackbacklist {
	list-style: none;
}

li.trackback .trackback_meta,
li.trackback .trackback_meta a {
	font-size: 11px;
	color: #888;
}

.bypostauthor {}

/* Footer */
#footer {
	clear: both;
	margin: 60px 0 0;
	display: block;
	padding: 10px 20px;
	background: #ECDCA7;
	color: #222;
	border-top: 5px solid #FF8000;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}


#google-container {
	width: 513px;
	float: left;
	margin-top: 10px;
}

#google-container p {
	text-align: right;
	margin: 5px 0 0 0;
}

#google-container p a {
	text-decoration: underline;
}

#facebook-container {
	width: 250px;
	float: right;
	background: #fff;
	margin-top: 10px;
	text-align: center;
}

#twitter-container {
	width: 250px;
	float: right;
	/* background: #fff; */
	margin-top: 10px;
	margin-right: 13px;
}

.twitter-tweet{
	margin: 0 !important;
}

#access-counter {
	width: 263px;
	margin: 10px 0 0 0;
	list-style: none;
	text-align: center;
}


#slider,
#slider-core,
#carousel {
	height: 450px;
	font-size: 0;
	overflow: hidden;
}

#carousel,
#carousel img {
	/* display: block; */
	width: 776px;
	height: 450px;
	border: none;
}

#top-sengen-layer {
	width: 776px;
	height: 450px;
	margin-top: -450px;
	background: url(img/top_cover_2019.png) 0 0 no-repeat;
	z-index: 10;
	position: absolute;
}

#top-sengen-layer a {
	display: block;
	width: 776px;
	height: 450px;
}

.slidepagination {
	margin: -20px auto 0;
	width: 776px;
	text-align: center;
}

.slidepagination a {
	width: 6px;
	height: 6px;
	margin: 0 6px;
	background: #eee;
	display: inline-block;
	opacity: 0.9;
	border: 1px solid #999;
	border-radius: 6px;
}

.slidepagination a.selected {
	background: #222;
	/* #FB7D48; */
	opacity: 0.9;
	border: 1px solid #ccc;
	/* #FB7D48; */
}

.ssba {
	max-height: 38px;
	/* 2021.3.5 */
}

.ssbp-text {
	display: none;
}

body.home .side-menu-btn{
	background: #F78686;
	border-radius: 0 10px 10px 0;
	bottom: 150px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	height: 50px;
	left: 0;
	position: fixed;
	transform: translate(-110%, 0);
	transition: transform .3s 0s ease-out;
	width: 50px;
	z-index: 150;
}
body.home .side-menu-btn span{
	background: #ffffff;
	display: block;
	height: 5px;
	margin: 0 auto;
	width: 30px;
}
body.home .side-menu-btn span:nth-child(1){
	margin-top: 10px;
}
body.home .side-menu-btn span:nth-child(2){
	margin-top: 7px;
}
body.home .side-menu-btn span:nth-child(3){
	margin-top: 7px;
}
.overlay{
    background: rgba(0, 0, 0, .5);
	display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
	width: 100vw;
    z-index: 100;
}
@media screen and (max-width: 764px) {
	body.home #header {
		width: auto;
	}

	body.home #sidebarContainer{
		background: #ffffff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
		height: 100%;
		left: 0;
		margin: 0;
		overflow: auto;
		position: fixed;
		top: 0;
		transform: translate(-110%, 0);
		transition: transform .3s 0s ease-out;
	}

	body.home #sidebarContainer .sidebar-close{
		display: block;
	}

	body.home.active #sidebarContainer {
		transform: translate(0, 0);
	}

	body.home #slider,
	body.home #slider-core,
	body.home #carousel,
	.caroufredsel_wrapper{
		height: 300px !important;
	}

	body.home #sidebar {
		background: none;
		padding: 10px;
	}

	body.home #slider-core{
		position: relative;
	}
	body.home #sidebar-bottom {
		background: none !important;
		display: none !important;
	}

	body.home #sidebar h1 {
		overflow: hidden;
		height: 0;
		width: 0;
	}

	body.home #pamphlet-btn-container,
	body.home .caption,
	body.home .widget {
		float: none !important;
		width: 100% !important;
	}

	body.home #pamphlet-btn-container {
		margin: 0 0 10px 0 !important;
		text-align: center;
	}

	body.home #pamphlet-btn-container a {
		margin: auto;
	}

	.home #topmenu {
		margin: 0 20px !important;
		width: auto !important;
	}

	body.home #topmenu .logo {
		background: #ffffff;
		border-radius: 0 0 10px 10px;
		display: block !important;
		float: left;
		margin: 0 10px 0 0 !important;
		padding: 5px 10px;
		width: 100px !important;
	}

	body.home #topmenu .logo img {
		height: auto;
		max-width: 100%;
	}

	body.home #topmenu ul {
		margin: 0;
		display: flex;
		gap: 0 10px;
	}

	body.home #topmenu ul li {
		margin: 0;
		width: auto;
	}

	body.home #topmenu ul li a {
		font-size: 16px;
		line-height: 1.2;
		padding: 10px;
		width: auto;
	}

	body.home #content {
		box-sizing: border-box;
		padding: 0 20px;
		position: relative;
		width: 100% !important;

	}

	body.home #main_col {
		float: none !important;
		margin-top: 120px !important;
		width: 100% !important;
	}

	body.home #top-sengen-layer {
		background-size: 100%;
		margin-top: -70%;
		width: 100%;
	}

	body.home #top-sengen-layer a {
		width: 100%;
	}

	body.home .slidepagination {
		width: auto;
	}

	body.home .tanzaku-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin: 0 !important;
		max-width: 100%;
	}

	body.home .tanzaku-container li {
		box-sizing: border-box;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		width: 48% !important;
	}

	#facebook-container,
	body.home #twitter-container {
		width: 48%;
	}

	body.home #facebook-container {
		float: left;
		margin-top: 0;
		margin-right: 4%;
	}

	body.home #twitter-container {
		float: left;
		margin: 0;
	}


	body.home .global-menu-btn{
		border-radius: 10px 0 0 10px;
		cursor: pointer;
		height: 50px;
		position: fixed;
		right: 0;
		top: 20px;
		width: 50px;
	}

	body.home .side-menu-btn{
		transform: translate(0,0);
	}

	body.home.active .side-menu-btn{
		transform: translate(-110%,0);
	}

	body.home.active .overlay{
		display: block;
	}
}

@media screen and (max-width: 600px) {
	body.home #topmenu .logo{
		left: 0;
		margin: auto !important;
		position: absolute;
		right: 0;
		top: 0;
	}
	body.home #topmenu ul{
		justify-content: center;
		margin-top: 120px;
	}
	body.home #topmenu ul li a{
		border-radius: 10px;
	}
	body.home #main_col{
		margin-top: 70px !important;
	}
	body.home .tanzaku-container li{
		width: 100% !important;
	}

	body.home #facebook-container,
	body.home #twitter-container {
		float: none;
		margin-top: 10px;
		width: 100%;
	}

	body.home #facebook-container{
		margin-top: 0;
	}

}
