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

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, table, form, input {
	margin: 0;
	padding: 0;
}
th {
	font-weight: lighter;
}
img {
	border: none;
	vertical-align: bottom;
}
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
body {
	color: #666;
	text-align: center;
	font-family:verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* Text elements */
body {
	font-size: 87.5%;
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}
dt {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a {
	overflow: hidden;
	color: #666;
}
a:hover, a:active {
	color: #09c;
}
.adminEdit {
	clear: both;
	float: none;
	display: block;
	overflow: hidden;
	padding: 0px 0px 20px;
}
.assistive-text {
	display: none;
}
/*-------------------------------------------*/
/*	form
/*-------------------------------------------*/
input[type="text"], input[type="email"], input[type="password"], select, textarea {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input {
	font-size: 12px;
	line-height: 110%;
	text-align: center;
	position: relative;
	width: auto;
	border: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	padding: 8px 20px 6px;
	text-decoration: none;
}
a.btn, .linkBtn a, input[type=button], input[type=submit], button[type=submit], button[type=reset] {
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	padding: 8px 20px 6px;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
a.btn.btnS, .linkBtn.linkBtnS a {
	padding: 5px 10px;
	font-size: 85.7%;
}
a.btn.btnL, .linkBtn.linkBtnL a {
	padding: 10px 30px;
	font-size: 114.3%;
	text-align: center;
}
a.btn.btnAdmin, .linkBtn.linkBtnAdmin a {
	color: #666 !important;
	background-color: #e5e5e5;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 0 #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#e5e5e5));
	background: -moz-linear-gradient(white, #e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)";
}
#searchform input[type=submit], p.form-submit input[type=submit] {
	padding: 6px 15px;
}
#searchform label {
	display: none;
}
form#searchform input#searchsubmit {
	padding: 6px 5px;
}
.moreLink {
	margin-bottom: 0px;
	height: auto;
	display: block;
}
.moreLink a {
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	font-size: 10px;
	line-height: 105%;
	text-decoration: none;
	background-color: #efefef;
	color: #666;
	padding: 5px 15px;
}
.moreLink a:hover {
	text-decoration: underline;
	background-color: #e5e5e5;
}
html, body, #wrap {
	height: 100%;
	min-height: 100%;
}
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
#header, #pagetop, #footMenu, #footer {
	text-align: center;
	clear: both;
}
.innerBox {
	text-align: left;
	width: 94%;
	margin: 0px auto;
}
.innerBox img {
	max-width: 100%;
}
.innerBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main {
	width: 100%;
	margin: 0px auto;
}
#main #container {
	overflow: visible;
}
#main #container #content {
	margin: 0;
	padding-bottom: 30px;
}
#main #container #content.wide {
	width: 99%;
	float: none;
	padding-bottom: 30px;
	overflow: visible;
}
#main #container #sideTower {
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop {
	display: none;
	overflow: hidden;
	color: #666;
	width: 100%;
	clear: both;
	font-size: 85.7%;
}
#site-description {
	font-size: 10px;
	line-height: 135.7%;
	color: #666;
	padding: 5px 0px 2px 0px;
	float: left;
}
#headerTop #headerMembers {
	padding-top:7px;
	float: right;
}
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header {
	display: block;
	overflow: hidden;
	text-align: left;
}
#header .innerBox {
	padding-top: 5px;
	min-height: 90px;
}
#header #site-title {
	font-size: 24px;
	line-height: 45px;
	margin: 0px;
	padding: 0;
	position: relative;
	font-weight: lighter;
}
#header #site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header #site-title a img {
	max-height: 78px;
}
#header #headContact {
	font-size: 100%;
	line-height: 110%;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
}
#header #headContact #headContactInner:before {
	position: absolute;
	right: 3%;
	top: 60px;
	font-size: 32px;
	line-height: 105%;
	font-family: 'FontAwesome';
	display: block;
}
#header #headContact #headContactInner {
	cursor: pointer;
}
#header #headContact #headContactTxt {
	font-size: 11px;
	letter-spacing: 0px;
	margin-bottom: 1px;
	text-align: left;
}
.headContactTxt {
	font-size: 11px;
	color: #666;
}
#header #headContact #headContactTel {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 2px;
	font-weight: bold;
}
#header #headContact #headContactTime {
	font-size: 11px;
	line-height: 15px;
}
#header #headContact.itemClose #headContactInner:before {
	color: #f8b500;
	content: "\f098";
}
#header #headContact.itemClose #headContactInner #headContactTxt, #header #headContact.itemClose #headContactInner #headContactTel, #header #headContact.itemClose #headContactInner #headContactTime {
	display: none;
}
#header #headContact.itemOpen #headContactInner:before {
	color: #f8b500;
	content: "\f00d";
}
#header #headContact.itemOpen #headContactInner {
	border: 1px solid #cccccc;
	padding: 10px 15px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}
#header #headContact.itemOpen #headContactInner #headContactTxt, #header #headContact.itemOpen #headContactInner #headContactTel, #header #headContact.itemOpen #headContactInner #headContactTime {
	display: block;
}
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
#gMenu {
	clear: both;
	display: block;
	overflow: visible;
	position: relative;
	width: 100%;
}
#gMenu .assistive-text {
	display: block;
	overflow: hidden;
	position: relative;
	left: 0px;
	font-weight: lighter;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	background-color: #f5f5f5;
}
#gMenu .assistive-text span {
	display: block;
	overflow: hidden;
	padding: 8px 0px;
	margin: 0px 10px;
	font-size: 16px;
}
#gMenu .assistive-text span:before {
	font-family: 'vektor_kado_icons';
	margin-right: 8px;
}
#gMenu .screen-reader-text {
	position: absolute;
	left: -9000px;
}
#gMenu #gMenuInner {
	overflow: visible;
	display: block;
	position: relative;
	padding: 0px;
}
#gMenu #gMenuInner.innerBox {
	margin: 0px;
	width: 100%;
}
#gMenu .menu {
	font-size: 13px;
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: visible;
}
#gMenu .menu li {
	position: relative;
	width: 100%;
	display: block;
}
#gMenu .menu li a {
	color: #333;
	display: block;
	overflow: hidden;
	padding: 13px 10px 11px;
	margin: 0px;
	line-height: 110%;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #cccccc;
}
#gMenu .menu li a span {
	display: block;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 1px;
	opacity: 0.6;
}
#gMenu .menu li ul {
	display: block;
}
#gMenu .menu li ul li span {
	display: block;
}
#gMenu .menu li ul li a {
	padding-left: 20px;
}
#gMenu .menu li ul li li a {
	padding-left: 30px;
}
#gMenu.itemClose .assistive-text span:before {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
}
#gMenu.itemClose .menu {
	display: none;
}
#gMenu.itemOpen .assistive-text span:before {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f00d";
}
#gMenu.itemOpen .menu {
	display: block;
}
/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr {
	margin: 0px;
	clear: both;
}
#pageTitBnr #pageTitInner {
	display: block;
	overflow: hidden;
}
#pageTitBnr #pageTitInner #pageTit {
	font-size: 22px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding-top: 21px;
	padding-bottom: 18px;
	line-height: 110%;
}
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList {
	clear: both;
	font-size: 10px;
	color: #333;
	padding: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
}
#panList .innerBox {
	display: block;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	line-height: 24px;
}
#panList ul {
	display: inline-block;
}
#panList ul li {
	display: inline-block;
	padding-right: 5px;
}
/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main {
	display: block;
	overflow: visible;
	clear: both;
}
#main {
	zoom: 1;
}
/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before, #main:after {
	content: "";
	display: table;
}
#main:after {
	clear: both;
}
#main #container {
	padding-top: 15px;
}
/*		#content
/*-------------------------------------------*/
#content {
	margin-bottom: 36px;
	text-align: left;
	display: block;
	overflow: visible;
}
#content hr {
	clear: both;
	display: block;
	display: none;
	margin-bottom: 20px;
}
#content .post {
	padding-bottom: 25px;
}
#content .alert {
	color: #f00;
}
#content .caption {
	font-size: 11px;
	line-height: 110%;
}
#content .center {
	text-align: center;
}
#content .right {
	text-align: right;
}
#content .nowrap {
	white-space: nowrap;
}
#content .sectionBox {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	clear: both;
}
#content .entry-meta {
	margin-bottom: 15px;
	font-size: 11px;
	color: #666;
}
#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
	clear: both;
	font-size: 128.6%;
	padding: 13px 0px 8px;
	border-bottom: 1px solid #cccccc;
	border-top: 4px solid #000;
	font-weight: bold;
	color: #333;
	position: relative;
	line-height: 114.3%;
}
.home #content h2 {
	border-top: none;
	padding-top: 18px;
	background: url("../images/bg_infoListTitle.png") no-repeat 0 0;
}
#content h1, #content h2, #content h3, #content h4, #content h4, #content h5, #content h6, #content .leadTxt {
	color: #333333;
}
#content h1.entryPostTitle {
	margin: 0px 0px 5px;
}
#content h2 {
	margin: 0px 0px 25px;
}
#content h2 a {
	text-decoration: none;
}
#content h2.imageTit {
	margin: 0px 0px 30px;
	border: none;
	padding: 0px;
	background: none;
}
#content h3 {
	clear: both;
	font-size: 128.6%;
	margin: 30px 0px 25px;
	padding: 2px 0px 0px 0px;
}
#content h4 {
	clear: both;
	font-size: 121.4%;
	margin: 30px 0px 10px;
	padding: 10px 0px 2px;
}
#content h5 {
	clear: both;
	font-size: 114.3%;
	margin: 30px 0px 10px;
	padding: 10px 0px 0px;
}
#content h6 {
	clear: both;
	font-size: 100%;
	margin: 30px 0px 8px;
	padding: 10px 0px 0px;
}
#content p {
	margin-bottom: 20px;
	padding: 0px 5px;
}
#content blockquote, #content .sectionFrame {
	padding: 20px 15px 0px;
	margin-bottom: 20px;
	border: 3px solid #efefef;
	clear: both;
}
#content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6, #content .sectionFrame h2, #content .sectionFrame h3, #content .sectionFrame h4, #content .sectionFrame h5, #content .sectionFrame h6 {
	margin-top: 0;
}
#content strong {
	font-weight: bold;
}
#content ul {
	margin: 0px 0px 20px 35px;
}
#content ul li {
	list-style: disc;
	padding: 0px;
}
#content ul ul {
	margin-top: 10px;
}
#content ul ul li {
	list-style: circle;
}
#content li {
	margin-bottom: 10px;
}
#content ol {
	margin: 0px 0px 20px 40px;
}
#content ol li {
	list-style: decimal;
	padding: 0px;
}

#content ul.vertical {
	clear:both;
	margin-left:15px;
	overflow:hidden;
	list-style:none;
}
#content ul.vertical li {
	line-height:1.8em;
	padding-left:20px;
	background:url("../images/arrow_right.gif") no-repeat 0 5px;
}

#content ul.horizontal {
	padding:10px 5px;
	clear:both;
	overflow:hidden;
	list-style:none;
}
#content ul.horizontal li {
	line-height:1.8em;
	margin-right:20px;
	padding-left:18px;
	float:left;
	display:block;
	background:url("../images/arrow_right.gif") no-repeat 0 5px;
}

#content table {
	border-top: 1px solid #cccccc;
	margin: 10px -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85.7%;
	line-height: 141.7%;
}
#content table thead th {
	font-weight: bold;
}
#content table th, #content table thead th {
	padding: 9px 24px;
	background-color: #fff5dd;
	white-space: nowrap;
}
#content table tfoot th, #content table tfoot td {
	font-weight: bold;
}
#content table th, #content table td {
	border: 1px solid #cccccc;
	padding: 10px 10px;
	vertical-align: top;
}
#content table th ul, #content table th ol, #content table td ul, #content table td ol {
	margin-bottom: 0px;
	margin-left: 15px;
}
#content table th ul li, #content table th ol li, #content table td ul li, #content table td ol li {
	margin: 2px 0px;
}
#content table.mobile-block th, #content table.mobile-block td {
	border-top: none;
	display: block;
}
#content dt {
	color: #f8b500;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .qaItem dt {
	color: #71635a;
}
#content dd {
	margin: 0px 0px 30px;
	padding: 0px;
}
/*			.child_page_block
/*-------------------------------------------*/
#content .child_page_block {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}
#content .child_page_block .child_page_blockInner {
	display: block;
	overflow: hidden;
	padding: 15px 0px;
}
#content .child_page_block.layout_even {
	float: right;
}
#content .child_page_block h4 {
	border: none;
	padding: 0px 0px 2px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0px 1px 0px white;
}
#content .child_page_block h4 a {
	text-decoration: none;
	color: #4d4d4d;
}
#content .child_page_block h4 a:hover {
	text-decoration: underline;
}
#content .child_page_block .childText {
	display: block;
	overflow: hidden;
}
#content .child_page_block p {
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 133%;
	padding: 0px;
}
#content .child_page_block p a {
	text-decoration: none;
	color: #666;
}
#content .child_page_block p a:hover {
	text-decoration: underline;
	color: #c00;
}
#content .child_page_block .thumbImage {
	float: left;
	display: block;
	border: 1px solid #cccccc;
	margin-right: 13px;
}
#content .child_page_block .thumbImage .thumbImageInner {
	display: block;
	overflow: hidden;
	width: 80px;
	border: 1px solid #fff;
}
#content .child_page_block .thumbImage .thumbImageInner img {
	width: 80px;
	height: 80px !important;
}
/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox {
	display: none;
}
#content .childPageBox .textBox {
	overflow: hidden;
	border: 1px solid #ff0000;
}
/*			.mainFoot
/*-------------------------------------------*/
#content .mainFoot {
	display: block;
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 30px;
}
#content .mainFootContact {
	display: block;
	overflow: hidden;
	text-align: center;
}
#content .mainFootContact p.mainFootTxt {
	font-size: 10px;
	letter-spacing: 0px;
	margin-bottom: 5px;
}
#content .mainFootContact p.mainFootTxt span {
	display: block;
}
#content .mainFootContact p.mainFootTxt span.mainFootCatch {
	line-height: 135.7%;
}
#content .mainFootContact p.mainFootTxt span.mainFootTel {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 100%;
}
#content .mainFootContact p.mainFootTxt span.mainFootTime {
	line-height: 135.7%;
}
#content .mainFootContact .mainFootBt a {
	display: block;
	overflow: hidden;
	background-color: #999;
	max-width: 350px;
	margin: 0px auto;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#content .mainFootContact .mainFootBt a img {
	max-width: 100%;
}
/*			images
/*-------------------------------------------*/
#content img {
	margin: 0;
	max-width: 100%;
	height: auto !important;
}
#content .attachment img {
	max-width: 100%;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0 0 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	max-width: 100% !important;
}
#content .wp-caption img {
	margin: 5px 0 2px;
	max-width: 95% !important;
	height: auto !important;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br + br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*			.navigation
/*-------------------------------------------*/
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 15px;
	clear: both;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
/*			.paging
/*-------------------------------------------*/
.paging {
	display: block;
	overflow: hidden;
	padding: 20px 0px 20px;
	text-align: center;
}
.paging span, .paging a {
	margin: 0 1px;
	padding: 6px 10px;
	color: #999;
	border: 1px solid #999;
	text-decoration: none;
}
.paging span.current, .paging a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
.paging span.txt_hellip {
	border: none;
	margin: 0;
	padding: 6px 0px;
}
/*			.infoList
-------------------------------------------------------------- */
#content .infoList ul {
	margin: 10px 0px 5px;
	list-style: none;
	height: 160px;
	overflow: auto;
	border-bottom: 2px solid #ccc;
}
#content .infoList ul li {
	border-bottom: 1px dotted #ccc;
	padding: 6px 0px;
	list-style: none;
	margin-bottom: 0px;
}
#content .infoList ul li a {
	color: #09f;
}
#content .infoList .infoDate {
	color: #f8b500;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}
#content .infoList .infoCate {
	font-size: 11px;
	padding: 2px 6px;
}
#content .infoList .infoCate a {
	color: #666;
	margin-right: 4px;
	background-color: #e5e5e5;
	font-size: 11px;
	padding: 2px 6px 0px;
	line-height: 14px;
	text-decoration: none;
	position: relative;
}
#content .infoList .infoCate a:hover {
	background-color: #000;
	color: #f5f5f5;
	text-decoration: none;
}
#content .infoList ul li .infoTxt {
	display: block;
	overflow: hidden;
	clear: both;
}
#content .infoList ul li .infoTxt a {
	text-decoration: none;
	color: #0ac;
	display: block;
	overflow: hidden;
}
#content .infoList ul li .infoTxt a:hover {
	color: #09c;
	text-decoration: underline;
}
/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox {
	display: block;
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
#content .infoList .infoListBox div.entryTxtBox {
	margin: 0px;
	display: block;
	overflow: hidden;
}
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
	float: left;
}
#content .infoList .infoListBox div.entryTxtBox p {
	margin-bottom: 3px;
	padding: 0px;
	line-height: 150%;
}
#content .infoList .infoListBox div.entryTxtBox p.entryMeta {
	margin-bottom: 4px;
}
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate, #content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate {
	color: #666;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	display: block;
	line-height: 135.7%;
	font-size: 114.3%;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
	text-decoration: none;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {
	text-decoration: underline;
}
#content .infoList .infoListBox div.entryTxtBox p.moreLink {
	margin: 0px;
	padding: 0px;
}
#content .infoList .infoListBox div.thumbImage {
	display: block;
	overflow: hidden;
	float: right;
	text-align: right;
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner {
	display: block;
	overflow: hidden;
	margin: 1px;
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
	width: 98px;
	height: auto;
	border: 1px solid #cccccc;
}
/*			form
/*-------------------------------------------*/
#content form table {
	margin-top: 25px;
}
#content form input[type=text], #content form textarea {
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
	margin: 5px 5px 5px 0px;
}
#content form input[type=radio] {
	width: auto;
}
#content form input[type=checkbox] {
	width: auto;
}
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
.sideTower, #sideTower {
	clear: both;
}
.sideTower .localSection, #sideTower .localSection {
	margin-bottom: 50px;
}
.sideTower .localHead, #sideTower .localHead {
	font-size: 100%;
	border-top: 2px solid #666;
	color: #333;
	border-bottom: 1px solid #cccccc;
	padding: 13px 0px 10px;
	position: relative;
}
.sideTower .localHead a, #sideTower .localHead a {
	text-decoration: none;
	color: #333;
}
.sideTower .localHead a:hover, #sideTower .localHead a:hover {
	text-decoration: underline;
}
.sideTower .sideWidget, #sideTower .sideWidget {
	margin: 0 0 20px;
}
.sideTower .sideWidget li, #sideTower .sideWidget li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	font-size: 85.7%;
	line-height: 135.7%; /* 子 */ /* 孫 */
}
.sideTower .sideWidget li a, #sideTower .sideWidget li a {
	display: block;
	padding: 18px 10px 16px;
	text-decoration: none;
}
.sideTower .sideWidget li a img, #sideTower .sideWidget li a img {
	margin: 0 auto;
}
.sideTower .sideWidget li ul, #sideTower .sideWidget li ul {
	display: block;
	margin: 0px;
}
.sideTower .sideWidget li li, #sideTower .sideWidget li li {
	display: block;
	border-bottom: none;
	border-top: 1px dotted #ccc;
}
.sideTower .sideWidget li li a, #sideTower .sideWidget li li a {
	padding: 11px 10px 9px 15px;
}
.sideTower .sideWidget li li li a, #sideTower .sideWidget li li li a {
	padding-left: 20px;
}
.sideTower .sideWidget li a:hover, .sideTower .sideWidget li.current_page_item a, .sideTower .sideWidget li.current-cat a, #sideTower .sideWidget li a:hover, #sideTower .sideWidget li.current_page_item a, #sideTower .sideWidget li.current-cat a {
	background-color: #efefef;
}
.sideTower .sideWidget li.current-cat li a, .sideTower .sideWidget li.current_page_item li a, #sideTower .sideWidget li.current-cat li a, #sideTower .sideWidget li.current_page_item li a {
	background-color: inherit;
}
.sideTower .sideWidget li.current-cat li a:hover, .sideTower .sideWidget li.current_page_item li a:hover, #sideTower .sideWidget li.current-cat li a:hover, #sideTower .sideWidget li.current_page_item li a:hover {
	background-color: #efefef;
}
.sideTower .sideWidget li li.current-cat a, .sideTower .sideWidget li li.current_page_item a, #sideTower .sideWidget li li.current-cat a, #sideTower .sideWidget li li.current_page_item a {
	background-color: #efefef;
}
.sideTower .sideWidget li li.current-cat li a, .sideTower .sideWidget li li.current_page_item li a, #sideTower .sideWidget li li.current-cat li a, #sideTower .sideWidget li li.current_page_item li a {
	background-color: inherit;
}
.sideTower .sideWidget li li.current-cat li a:hover, .sideTower .sideWidget li li.current_page_item li a:hover, #sideTower .sideWidget li li.current-cat li a:hover, #sideTower .sideWidget li li.current_page_item li a:hover {
	background-color: #efefef;
}
.sideTower .sideWidget .textwidget, #sideTower .sideWidget .textwidget {
	padding-top: 10px;
}
.sideTower .sideWidget .textwidget img, #sideTower .sideWidget .textwidget img {
	display: block;
	margin: 0 auto;
}
.sideTower .sideWidget h4, #sideTower .sideWidget h4 {
	clear: both;
	font-size: 14px;
	margin: 0px 0px 15px;
	padding: 4px 0px 2px 12px;
	border-left-style: solid;
	border-left-width: 3px;
	background-color: #f5f5f5;
}
.sideTower .sideWidget ul#recentcomments li, #sideTower .sideWidget ul#recentcomments li {
	padding: 13px 0px 11px;
}
.sideTower .sideWidget ul#recentcomments li a, #sideTower .sideWidget ul#recentcomments li a {
	padding: 0;
	background: none;
}
.sideTower .sideWidget select, #sideTower .sideWidget select {
	margin: 10px 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #cccccc;
}
.sideTower .sideWidget select option, #sideTower .sideWidget select option {
	padding: 2px 5px;
}
.sideTower ul#snsBnr, #sideTower ul#snsBnr {
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;
	text-align: center;
}
.sideTower ul#snsBnr li, #sideTower ul#snsBnr li {
	border-bottom: 1px solid #cccccc;
}
.sideTower li.sideBnr, #sideTower li.sideBnr {
	margin-bottom: 10px;
}
.sideTower li.sideBnr#sideContact, #sideTower li.sideBnr#sideContact {
	margin-bottom: 20px;
}
.sideTower li.sideBnr#sideContact a, #sideTower li.sideBnr#sideContact a {
	display: block;
	overflow: hidden;
	width: auto;
	background-color: #999;
	width: 240px;
	margin: 0px auto;
	text-align: center;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
form#searchform {
	padding: 5px 0px 5px 7px;
	background-color: #e5e5e5;
	display: block;
	overflow: hidden;
	position: relative;
}
form#searchform input#s {
	margin: 0;
	padding: 5px;
	width: 60%;
	float: left;
}
form#searchform input#searchsubmit {
	margin: 0px 10px 0px 0px;
	float: right;
	background-color: #ccc;
	width: 15%;
}
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop {
	display: block;
	overflow: hidden;
	clear: both;
	z-index: 5;
}
#pagetop a {
	float: right;
	display: block;
	position: relative;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #333333;
	padding: 5px 15px 5px;
}
#pagetop a:hover {
	margin-top: 0;
}
/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
	padding: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	position: relative;
}
#footMenu .innerBox {
	padding: 0;
}
#footMenu .menu {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#footMenu .menu li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}
#footMenu .menu li a {
	display: block;
	overflow: hidden;
	line-height: 135.7%;
	text-decoration: none;
	padding: 10px 0px;
}
#footMenu .menu li a:hover {
	text-decoration: underline;
}
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
	margin: 0px;
	padding: 20px 0px 20px;
	display: block;
	overflow: hidden;
	text-align: left;
}
#footer dl#footerOutline {
	margin: 0px;
	line-height: 150%;
	width: 300px;
}
#footer dl#footerOutline dt {
	margin-bottom: 8px;
	line-height: 150%;
}
#footer dl#footerOutline dt img {
	margin-bottom: 5px;
	max-width: 260px;
}
#footer dl#footerOutline dd {
	color: #fff;
	font-size: 80%;
	line-height: 150%;
}
/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}
#footerSiteMap .menu {
	font-size: 87.5%;
	vertical-align: text-top;
}
#footerSiteMap .menu a {
	text-decoration: none;
}
#footerSiteMap .menu a:hover {
	color: #f8b500;
}
#footerSiteMap .menu li {
	display: block;
	vertical-align: text-top;
	line-height: 116.7%;
}
#footerSiteMap .menu li a {
	padding: 8px 0px 8px;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #cccccc;
}
#footerSiteMap .menu li li {
	display: block;
}
#footerSiteMap .menu li li a {
	padding: 8px 1em;
}
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom {
	clear: both;
	font-size: 88%;
	color: #fff;
}
#siteBottomInner.innerBox {
	padding: 15px 0px 30px;
}
#siteBottom a {
	color: #fff;
	text-decoration: none;
}
#siteBottom a:hover {
	color: #f8b500;
}
#siteBottom #copy {
	text-align: left;
}
#siteBottom #powerd, #siteBottom #powerd a {
	color: #fff;
}
/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #gMenu { /*border-bottom:1px solid $color_border;*/
}
.home #main {
	padding-top: 0px;
}
#topMainBnr {
	position: relative;
	display: block;
	overflow: visible;
	padding: 0;
}
#topMainBnrFrame {
	position: relative;
	height: auto;
	display: block;
	margin: 0 auto;
	width: 96%;
	border: none;
}
#topMainBnrFrame #topManiBnrInnerFrame {
	overflow: hidden;
}
#topMainBnrFrame img {
	width: 100%;
	position: relative;
}
#topMainBnrFrame ul.slides li {
	overflow: hidden;
}
.home #content {
	padding-bottom: 40px;
}
#topFreeArea {
	margin-bottom: 35px;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
}
#topPr {
	margin-bottom: 25px;
}
#topPr .topPrOuter {
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
#topPr h3 {
	margin: 0px 0px 8px;
	line-height: 135.7%;
	font-size: 16px;
}
#topPr h3 span {
	display: block;
	font-size: 14px;
}
#topPr h3 a {
	text-decoration: none;
	color: #333;
}
#topPr p a {
	text-decoration: none;
	line-height: 17px;
	color: #666;
}
#topPr a:hover {
	text-decoration: underline;
}
#topPr p.topPrDescription {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 135.7%;
	padding: 0px;
}
#topPr .prImage {
	float: left;
	width: 120px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#topPr .prImage a {
	display: block;
	overflow: hidden;
	border: 1px solid #cccccc;
	padding: 1px;
}
#topPr .prImage img.imageWide {
	display: none;
}
#topPr .prImage img.imageSmall {
	display: block;
}
#topPr .topPrTxtBox {
	display: block;
	overflow: hidden;
}
#content .infoList {
	position: relative;
}
#content #topInfo h2, #content #topBlog h2 {
	margin-bottom: 0px;
}
#content #topInfo, #content #topBlog {
	margin-bottom: 15px;
}
#content #topBlog.infoList ul li .infoDate {
	display: block;
	float: left;
}
#content #topBlog.infoList ul li .infoTxt {
	clear: none;
}
#content .infoList .rssBtn {
	text-align: right;
	position: relative;
	margin-top: -34px;
	margin-bottom: 15px;
}
#content .infoList .rssBtn a {
	background-color: #000;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	position: relative;
}
#topContentsBottom {
	margin-bottom: 20px;
}
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
#content .entry-content {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
#content .entry-content.post-content h1.entryPostTitle {
	margin-bottom: 0px;
}
#content .entry-utility {
	clear: both;
	margin-top: 15px;
}
#content .entry-utility dl.tag-links {
	display: inline;
}
#content .entry-utility dl.tag-links dt, #content .entry-utility dl.tag-links dd {
	display: inline;
	font-size: 85.7%;
	line-height: 135.7%;
}
#content .entry-utility dl.tag-links dt {
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-weight: lighter;
	margin-right: 10px;
	padding: 0px 10px;
	background-color: #e5e5e5;
	color: #999;
}
/*			#comments
/*-------------------------------------------*/
#comments {
	clear: both;
}
#comments ol.commentlist {
	margin: 0px 0px 15px 0px;
}
#comments ol.commentlist li {
	list-style: none;
}
#comments li.comment .commentBox {
	border: 4px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 10px;
}
#comments li.comment .comment-author img {
	float: left;
	border: 2px solid #ccc;
	margin-right: 10px;
}
#comments li.comment .comment-author cite.fn {
	font-style: normal;
	line-height: 135.7%;
}
#comments li.comment .comment-meta.commentmetadata {
	font-size: 85.7%;
	line-height: 135.7%;
}
#comments li.comment .comment-body {
	margin-left: 50px;
	margin-top: 5px;
}
#comments li.comment .comment-body p {
	margin-bottom: 10px;
}
#comments #respond .required {
	color: #e50000;
}
#content #commentform p {
	margin-bottom: 5px;
}
#content #commentform input, #content #commentform textarea {
	display: block;
	width: 95%;
	padding: 4px;
}
#content #commentform p.form-allowed-tags {
	font-size: 10px;
	line-height: 135.7%;
	color: #666;
	width: 95%;
	margin-bottom: 10px;
}
#content #commentform p.form-submit input {
	width: auto;
	padding: 10px 20px;
}
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
#content.wide {
	display: block;
	overflow: hidden;
}
#content #sitemapPostList {
	margin-top: 20px;
}
#content #sitemapPostList h5 {
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-size: 14px;
}
#content ul.linkList {
	margin: 0px;
	padding: 0px;
	font-size: 85.7%;
}
#content ul.linkList li {
	list-style: none;
	margin-bottom: 0px;
}
#content ul.linkList li a {
	background: url("../images/icon_arrow1_gray.gif") left 8px no-repeat;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	color: #666;
}
#content ul.linkList li a:hover {
	background-image: url("../images/icon_arrow1_red.gif");
	text-decoration: underline;
	color: #c00;
}
#content ul.linkList li li a {
	background: url("../images/icon_arrow2_gray.gif") left 10px no-repeat;
}
#content ul.linkList li li a:hover {
	background-image: url("../images/icon_arrow2_red.gif");
}
#content ul.linkList li li li a {
	background: url("../images/icon_try2_gray.gif") left 10px no-repeat;
}
#content ul.linkList li li li a:hover {
	background-image: url("../images/icon_try2_red.gif");
}
#content ul.linkList ul {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
#content .error404 {
	text-align: center;
	padding-bottom: 30px;
}
#sitemapOuter {
	border: 4px solid #e5e5e5;
	padding: 20px;
	display: block;
	overflow: hidden;
	margin: 0px auto;
}
#content form#searchform label {
	display: none;
}
#content form#searchform input#s {
	width: 70%;
}
#likeBox {
	border: 1px solid #00ff00;
	width: 100% !important;
}
.fbConnectWidgetTopmost {
	border: 1px solid #00ff00;
	width: 100% !important;
}

/*-------------------------------------------*/
/*	etc.
/*-------------------------------------------*/
.contactTel {
	color: #f8b500;
	font-size: 140%;
	line-height: 1em;
	margin-bottom: 2px;
	font-weight: bold;
}
/*-------------------------------------------*/
/*	Print Style
/*-------------------------------------------*/
@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#headerTop, #header, #panList, #gMenu, #pagetop, #sideTower, #footMenu, #footer, #siteBottom {
	display: none !important;
}
#pageTitBnr, #content table th {
	box-shadow: none !important;
}
#access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container {
	margin: 0;
	width: 100%;
}
}
/*-------------------------------------------*/
/*	font
/*-------------------------------------------*/
h1, h2, h3, h4, h5, h6, #header #site-title, #pageTitBnr #pageTitInner #pageTit, .leadTxt, #gMenu .menu li a strong, .sideTower .localHead, #sideTower .localHead {
	font-family:verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type=button], input[type=submit], button[type=submit], button[type=reset] {
	border: 1px solid #574c46;
	color: #fff;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
form#searchform {
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
	color: #fff;
	color: #666;
}
form#searchform input#searchsubmit {
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
	color: #fff;
}
.moreLink {
	display: block;
	overflow: hidden;
}
.moreLink a {
	float: right;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
	background: none;
}
.moreLink a:hover {
	background: none;
}
.moreLink a:after {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f0a9";
	padding: 2px 2px 0 5px;
}
#headerTop {
	border-top: 4px solid #f8b500;
	background-color: #fff;
}
#header {
	background-color: #fff;
}
#gMenu {
	background-color: #fff;
}
#gMenu .assistive-text {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
}
#gMenu .menu li a strong {
	color: #333333;
}
#pageTitBnr {
	background-color: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}
#pageTitBnr .innerBox {
	width: 100%;
}
#pageTitBnr #pageTitInner {
	background-color: #fff;
}
#pageTitBnr #pageTitInner #pageTit {
	color: #333333;
	padding-left: 3%;
	padding-right: 3%;
}
#panList ul {
	width: 100%;
	padding-top:15px;
}
#panList ul a, #panList ul a:active {
	color: #666;
	text-decoration: none;
}
#panList ul li#panHome a:before {
	font-family: 'FontAwesome';
	speak: none;
	color: #f8b500;
	font-size:1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f015";
	padding-right: 3px;
}
#panList ul li a:after {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	padding-right: 0;
	padding-left: 7px;
}
#content h1.contentTitle {
	margin: 0 0 25px;
}
#content h3 {
	border-bottom: 1px dotted #333333;
	padding-bottom: 3px;
}
#content blockquote, #content .sectionFrame {
	box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
}
#content table {
	border-collapse: inherit;
}
#content table th, #content table td {
	border: none;
	margin-right: 2px;
	border-bottom: 1px solid #ccc;
}
#content table th {
	font-weight: lighter;
}
#content .infoList .rssBtn a {
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.9);
	color: #fff;
}
#content .infoList .infoCate a {
	background: none;
}
#content .infoList .moreLink a {
	float: none;
}
#content .childPageBox {
	box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
}
#content .childPageBox h4 {
	border-bottom: 1px dotted #333333;
}
#content .mainFootContact {
	padding: 15px 0;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
#content .child_page_block {
	box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
}
#content .child_page_block .child_page_blockInner {
	padding: 15px 15px 10px;
	margin: 0;
}
#content .child_page_block h4 {
	border-bottom: 1px dotted #333333;
}
.sideTower .localSection, #sideTower .localSection {
	border: 4px solid #f8b500;
}
.sideTower .localSection .localHead, #sideTower .localSection .localHead {
	border-top: none;
	padding: 18px;
}
.sideTower .localSection li a:before, #sideTower .localSection li a:before {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f138";
	margin-right: 5px;
	padding-top: 3px;
}
.sideTower .localSection li a, #sideTower .localSection li a {
	padding-left: 33px;
	text-indent: -13px;
	color: #666;
}
.sideTower .localSection li ul li, #sideTower .localSection li ul li {
	font-size: 12px;
}
.sideTower .localSection li ul li a, #sideTower .localSection li ul li a {
	padding-left: 43px;
	text-indent: -10px;
}
.sideTower .localSection li ul li a:before, #sideTower .localSection li ul li a:before {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	margin-right: 5px;
	padding-top: 3px;
}
.sideTower .ttBoxSection, #sideTower .ttBoxSection {
	padding: 0;
}
.sideTower .ttBoxSection .ttBox, #sideTower .ttBoxSection .ttBox {
	padding: 13px 0px 11px;
	border-bottom: 1px dotted #ccc;
	font-size: 85.7%;
	line-height: 135.7%;
}
.sideTower .ttBoxSection .ttBox .ttBoxThumb, #sideTower .ttBoxSection .ttBox .ttBoxThumb {
	width: 64px;
}
.sideTower .ttBoxSection .ttBox .ttBoxThumb img, #sideTower .ttBoxSection .ttBox .ttBoxThumb img {
	border: 1px solid #cccccc;
}
#pagetop a {
	color: #fff;
	margin-bottom: 0;
	border: none;
	position: relative;
}
#pagetop a {
	margin-top: 5px;
	padding: 5px 15px 5px;
}
#pagetop a:hover {
	margin-top: 0;
	padding-bottom: 10px;
}
#pagetop a:before {
	font-family: 'FontAwesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	content: "\f062";
	margin-right: 5px;
	top: 1px;
	position: relative;
}
/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
	border-top: 2px solid #999;
	border-bottom: 1px solid #8e857d;
}
#footMenu .innerBox a {
	color: #fff;
}
#footMenu .innerBox .menu li a:hover {
	text-decoration: none;
}
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
	padding: 0;
	background-color: #716359;
}
#footer .innerBox {
	padding-top: 25px;
	padding-bottom: 20px;
}
#footer .innerBox a {
	color: #fff;
}
/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap .menu li:first-child {
	border-top: 1px solid #8e857d;
}
#footerSiteMap .menu li a {
	border-bottom: 1px solid #8e857d;
}
#footerSiteMap .menu li ul li:first-child {
	border-top: none;
}
#siteBottom {
	background-color: #716359;
}
#siteBottom #siteBottomInner.innerBox {
	padding-top: 0;
}
#siteBottom #siteBottomInner.innerBox #copy {
	padding-top: 15px;
}
#siteBottom #siteBottomInner.innerBox #powerd {
	color: #fff;
}
#siteBottom #siteBottomInner.innerBox #powerd a {
	color: #fff;
}
#topMainBnr {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
#topMainBnrFrame {
	padding: 0px;
	width: 100%;
}
#topMainBnrFrame ul.slides {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
#topPr {
	border-top: 1px dotted #e5e5e5;
}
#topPr .topPrOuter {
	border-bottom: 1px dotted #e5e5e5;
}
#topPr .topPrOuter h3 {
	border-bottom: none;
}

/*-------------------------------------------*/
/*	color /* そのまま貼るのでsassで書かない */
/*-------------------------------------------*/
a {
	color: #0099cc;
}
#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type=button], input[type=submit] {
	background-color: #71635a;
}
.moreLink a:hover {
	color: #006699;
}
#headContactTel {
	color: #f8b500;
}
#gMenu .assistive-text {
	background-color: #f8b500;
}
#gMenu .menu li a span {
	color: #ffaa00;
}
.sideTower li#sideContact.sideBnr a, #sideTower li#sideContact.sideBnr a, #content .infoList .rssBtn a, form#searchform input#searchsubmit {
	background-color: #f8b500;
}
.sideTower li#sideContact.sideBnr a:hover, #sideTower li#sideContact.sideBnr a:hover, #content .infoList .rssBtn a:hover, form#searchform input#searchsubmit:hover {
	background-color: #f8a300;
}
#content h2, #content h1.contentTitle, #content h1.entryPostTitle, #content .sideWidget h4 {
	border-top-color: #f8b500;
}
#panList .innerBox ul a:hover {
	color: #0099cc;
}
#content .mainFootContact p.mainFootTxt span.mainFootTel {
	color: #f8b500;
}
#content .mainFootContact .mainFootBt a {
	background-color: #f8b500;
}
#content .mainFootContact .mainFootBt a:hover {
	background-color: #ffcc66;
}
#content .infoList .infoCate {
	color: #fff;
	background-color: #ffcc66;
}
#content .infoList .infoCate a {
	color: #ffaa00;
	background-color:#fff5dd;
}
#content .infoList .infoCate a:hover {
	background-color: #ffcc66;
}
.paging span, .paging a {
	color: #f8b500;
	border-color: #f8b500;
}
.paging span.current, .paging a:hover {
	background-color: #f8b500;
}
.sideTower .localHead, #sideTower .localHead {
	border-top-color: #f8b500;
}
/* アクティブのページ */
#sideTower .sideWidget li > a:hover, #sideTower .sideWidget li.current_page_item > a, #sideTower .sideWidget li.current-cat > a {
	color: #ffaa00;
	background-color:#fff5dd;
}
#sideTower .ttBoxSection .ttBox a:hover {
	color: #ffaa00;
}
.sideTower .sideWidget li > a:hover, .sideTower .sideWidget li.current_page_item > a, .sideTower .sideWidget li.current-cat > a {
	color: #ffaa00;
	background-color:#fff5dd;
}
.sideTower .ttBoxSection .ttBox a:hover {
	color: #f8b500;
}
#pagetop a {
	background-color: #f8b500;
}
#pagetop a:hover {
	background-color: #ffcc66;
}
#footMenu {
	border-top-color: #f8b500;
}
#footMenu .menu li a:before {
	color: #f8b500;
}
#footMenu .menu li a:hover {
	color: #f8b500;
}

/*-------------------------------------------*/
/*	color
/*-------------------------------------------*/
a { color:#006699; }
a:hover { color:#0099cc; }

#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
#content form input.wpcf7-submit,
#confirm-button input,
a.btn,
.linkBtn a,
input[type=button],
input[type=submit],
button[type=submit],
button[type=reset] { background-color:#71635a; }

#searchform input[type=submit]:hover,
p.form-submit input[type=submit]:hover,
form#searchform input#searchsubmit:hover,
#content form input.wpcf7-submit:hover,
#confirm-button input:hover,
a.btn:hover,
.linkBtn a:hover,
input[type=button]:hover,
input[type=submit]:hover,
button[type=submit]:hover,
button[type=reset]:hover { color:#fff;background-color:#574c46; }

.moreLink a:hover { color:#006699; }

#headContactTel { color:#f8b500; }

#gMenu .assistive-text { background-color: #f8b500; }
#gMenu .menu li a span { color: #ffaa00; }

.sideTower li#sideContact.sideBnr a,
#sideTower li#sideContact.sideBnr a,
#content .infoList .rssBtn a,
form#searchform input#searchsubmit { background-color: #f8b500; }

.sideTower li#sideContact.sideBnr a:hover,
#sideTower li#sideContact.sideBnr a:hover,
#content .infoList .rssBtn a:hover,
form#searchform input#searchsubmit:hover { background-color: #f8a300; }

#content h2,
#content h1.contentTitle,
#content h1.entryPostTitle,
.sideTower .localHead,
#sideTower .localHead { border-top-color: #f8b500; }

#panList .innerBox ul a:hover { color:#0099cc; }

#content .mainFootContact p.mainFootTxt span.mainFootTel { color: #f8b500; }
#content .mainFootContact .mainFootBt a { background-color: #f8b500; }
#content .mainFootContact .mainFootBt a:hover { background-color: #f8a300; }

#content .infoList .infoCate a { background-color:#fff5dd;color: #ffaa00; }
#content .infoList .infoCate a:hover { background-color: #ffcc66; }

.paging span,
.paging a	{ color: #f8b500; border-color: #f8b500; }
.paging span.current,
.paging a:hover	{ background-color: #f8b500; }

/* アクティブのページ */
#sideTower .sideWidget li > a:hover,
#sideTower .sideWidget li.current_page_item > a,
#sideTower .sideWidget li.current-cat > a	{ color: #ffaa00;background-color:#fff5dd; }
#sideTower .ttBoxSection .ttBox a:hover { color: #f8b500; }
.sideTower .sideWidget li > a:hover,
.sideTower .sideWidget li.current_page_item > a,
.sideTower .sideWidget li.current-cat > a	{ color: #ffaa00;background-color:#fff5dd; }
.sideTower .ttBoxSection .ttBox a:hover { color: #f8b500; }

#pagetop a { background-color: #f8b500; }
#pagetop a:hover { background-color: #ffcc66; }

#footMenu { border-top-color: #f8b500; }
#footMenu .menu li a:before { color: #f8b500; }
#footMenu .menu li a:hover { color: #f8b500; }

/*-------------------------------------------*/
/*	font
/*-------------------------------------------*/
/*h1, h2, h3, h4, h5, h6, #header #site-title, #pageTitBnr #pageTitInner #pageTit, #content .leadTxt, #sideTower .localHead { 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif }*/
#pageTitBnr #pageTitInner #pageTit { font-weight:lighter; }
/*#gMenu .menu li a strong { 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif }*/

/*-------------------------------------------*/
/*	contact form
/*-------------------------------------------*/
form.contactForm input[type="text"] {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
}
form.contactForm select {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:1px;
	border:1px solid #CCC;
}
form.contactForm textarea {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	height:160px;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
	overflow:auto;
}
form.contactForm .bg {
	background:#fff;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}
form.contactForm table {
	width:100%;
}
form.contactForm table th {
	white-space: normal;
	width: 28%;
}
form.contactForm table td select.chosen {
	width: 80%;
}
form.contactForm table td label.required {
	background: transparent;
	padding: 0;
	display: inline;
}

/* お問合せフォーム
---------------------------------------------------- */
fieldset {
  margin: 10px 0;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: dotted none none none;
}
legend {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0 0 0 -10px;
	padding: 5px;
}
label {
	font-weight:normal;
	line-height:1em;
}
.label {
	font-weight:normal;
  clear: left;
  display: block;
  padding-top: 0.7em;
  float: left;
  width: 100px;
  height: 25px;
  line-height: 1em;
}
.control {
  display: block;
  margin: 0 0 0 100px;
  padding-top: 0.5em;
  line-height: 1em;
}
input, select, textarea {
  vertical-align: middle;
  color: #696969;
}
input:focus {
	background-color: #e7e7e0;
}
textarea:focus {
	background-color: #e7e7e0;
}
input[type=checkbox] {
	vertical-align:top;
}
input#addr1,
input#mail,
textarea#comment {
	width:95%;
}
p.thankyou {
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10% 0;
}
.errmsg {
  color: red;
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 1em;
}
.errmsg_global {
  background-color: red;
  color: white;
}
p.submit {
	text-align: center;
}
p.submit input{
	text-align: center;
}

fieldset h4{
	font-size:1.1em;
	margin-top: 1.5em;
}

fieldset th{
	width: 20%;
}

@media only screen and (max-width: 768px) {
.pcOnly,
li.sideBnr#sideContact {
	display:none;
}
#btnMembers {
	margin: 10px;
}
}

div.fb-like-box, div.fb-like-box iframe[style], div.fb-like-box span { width: 100% !important; }