/*
Theme Name: ヘルパーステーションクローバー
Theme URI: 
Description:  ヘルパーステーションクローバーのデフォルトテーマ
Author: DAS Style
*/

/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

.clearboth {
	clear: both;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
fieldset {
	border: 0;
}
input {
	margin: -1px 0;
}
/* base */

body {
	color: #333;
	text-align: center;
	font-family: "メイリオ", "Meiryo", Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-image: url(images/common/body_back_index.gif);
	background-repeat: repeat-x;
	background-color: #FFFAEE;
}
body.home {
	background-image: url(images/common/body_back_index.gif);
}
/* a-tag link */

a {
	overflow: hidden;
}
a:link {
	color: #036602;
	text-decoration: underline;
}
a:visited {
	color: #036602;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #820021;
	text-decoration: none;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pl_20 {
	padding-left: 20px;
}
.pr_20 {
	padding-right: 20px;
}
.pt_20 {
	padding-top: 20px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pl_30 {
	padding-left: 30px;
}
.pr_30 {
	padding-right: 30px;
}
.pt_30 {
	padding-top: 30px;
}
.pb_30 {
	padding-bottom: 30px;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.mr_20 {
	margin-right: 20px;
}
.mt_20 {
	margin-top: 20px;
}
.mb_20 {
	margin-bottom: 20px;
}
.ml_30 {
	margin-left: 30px;
}
.mr_30 {
	margin-right: 30px;
}
.mt_30 {
	margin-top: 30px;
}
.mb_30 {
	margin-bottom: 30px;
}
.w90 {
	width: 90%;
}
.w70 {
	width: 70%;
}
.w50 {
	width: 50%;
}
.w20 {
	width: 20%;
}
.w15 {
	width: 15%;
}
.w13 {
	width: 13%;
}
.w10 {
	width: 10%;
}
.h90 {
	height: 90%;
}
.h70 {
	height: 70%;
}
.h50 {
	height: 50%;
}
.h20 {
	height: 20%;
}
.h15 {
	height: 15%;
}
.h10 {
	height: 10%;
}
.photo_left {
	float: left;
}
.photo_right {
	float: right;
}
.clearboth {
	clear: both;
}
.font_red {
	color: #F00;
}
.text_center {
	text-align: center;
}
.text_small {
	font-size: 85%;
}
.text_large {
	font-size: 120%;
}
/* image */

img {
	border: none;
}
.wakuline {
	border: 5px solid #EAEAEA;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/* novisible */

.novisible {
	display: none;
}
/* construction */

#wrapper {
	width: 100%;
	max-width: 950px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	height: 100px;
	width: 950px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#global_navigation {
	height: 56px;
	width: 950px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 14px;
}
@media only screen and (max-width: 991px) {
#header {
	width: 100%;
}
}
#container {
	height: auto;
	width: 950px;
	font-size: 95%;
	text-align: center;
	margin: 18px auto 10px;
}
#contents {
	display: inline;
	width: 675px;
	text-align: left;
	margin-bottom: 10px;
	float: right;
}
.entry-content {
	overflow: hidden;
	padding: 0px 5px 20px 5px;
}
#sidemenu {
	width: 255px;
	height: auto;
	display: inline;
	float: left;
}
@media only screen and (max-width: 991px) {
#container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
#contents {
	width: 100%;
	float: none;
}
#sidemenu {
	float: none;
	display: block;
	margin: 20px auto;
}
}
#footer {
	clear: both;
	width: 100%;
	position: relative;
	height: 223px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(images/common/footer_back.gif) repeat-x left bottom;
}
@media only screen and (max-width: 991px) {
#footer {
	background: none;
	height: auto;
	display: flex;
}
}

/* in header */

h1 {
	font-size: 65%;
	color: #999;
	height: 20px;
	width: auto;
	position: absolute;
	top: 8px;
	left: 0px;
	text-align: left;
}
#toplogo {
	overflow: hidden;
	height: 30px;
	width: 259px;
	background-image: url(images/common/header_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 38px;
	left: 0px;
}
#toplogo a {
	display: block;
	padding-top: 30px;
}
@media only screen and (max-width: 991px) {
h1 {
	font-size: 50%;
	padding-right: 20px;
	padding-left: 20px;
}

#toplogo {
	margin-left: 20px;
}
}	
#header_tel {
	position: absolute;
	top: 42px;
	right: 0px;
}
#sp-header_tel {
	display: none;
}
@media only screen and (max-width: 991px) {
#header_tel {
	right: 70px;
}
#sp-header_tel {
	display: block !important;
	margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
#header_tel {
	display: none;
}
}
	
/* in breadcrumbs */

#breadcrumbs {
	height: 17px;
	width: 950px;
	text-align: left;
}
@media only screen and (max-width: 991px) {
#breadcrumbs {
	width: calc( 100% - 40px );
	margin-right: 20px;
	margin-left: 20px;
}
}
#breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 70%;
}
#breadcrumbs ul li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
}
/* in index */
#index_topimage {
	width: 950px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-image: none;
	text-indent: 0px;
}
#index_topimage_sp {
	display: none;
}
@media only screen and (max-width: 991px) {
#index_topimage {
	width: 100%;
}
#index_topimage img {
	width: 100% !important;
	height: auto !important;
}
}
@media only screen and (max-width: 575px) {
#index_topimage {
	display: none;
}
#index_topimage_sp {
	display: block;
}
}
#index_point {
	margin-bottom: 25px;
	list-style: none;
	float: right;
}
#index_point li {
	float: left;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
#index_point li:nth-of-type(3) {
	clear: both;
}
#index_point li:nth-of-type(even) {
	margin-right: 0;
}
}
#index_point li#point4 {
	margin-right: 0px;
}
#sintyaku {
	width: 655px;
	height: 205px;
	margin-right: 0px;
	margin-bottom: 15px;
	float: right;
}
#sintyaku h3 {
	width: 655px;
	height: 35px;
	text-align: left;
	background-image: url(images/style/h3_sintyaku_back.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#sintyaku_ichiran {
	width: 129px;
	height: 27px;
	text-align: right;
	margin-top: -38px;
	margin-bottom: 25px;
	margin-left: 530px;
}
#sintyaku ul {
	list-style-type: disc;
	height: 160px;
	width: 650px;
	padding-left: 5px;
	font-size: 90%;
	overflow: auto;
}
@media only screen and (max-width: 991px) {
#index_point {
	float: none;
	display: inline-block;
	margin: 0 auto 20px auto;
}
#sintyaku {/*
	width: 100%;
	height: auto;*/
	float: none;
	clear: both;
	margin: 0 auto;
}
#sintyaku h3 {
	width: 100%;
	height: auto;
}
#sintyaku ul {
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width: 767px) {
#index_point {
}
#sintyaku {/*
	width: calc( 100% - 40px );*/
	width: 100%;
	height: auto;
}
#sintyaku_ichiran {
	margin-left: 210px;
}
}
#sintyaku ul li {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-right: 15px;
	list-style-type: none;
	text-align: left;
	background-image: url(images/common/sintyaku_yajirushi.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 15px;
	display: flex;
	padding-top: 3px;
}
#sintyaku ul li a.post-title {/*
	padding-left: 180px;*/
	display: block;/*
	margin-top: -25px;*/
}
@media only screen and (max-width: 767px) {
#sintyaku ul li {
	display: block;
}
#sintyaku ul li a.post-title {
	margin: 10px 0;
}
}	
#sintyaku ul li span.blog,
#sintyaku ul li span.bolg-2 {
	margin: 0 10px;
	font-size: 10px;
	background: #86a560;
	padding: 3px 6px;
	border-radius: 6px;
	color: #fff !important;
	text-decoration: none !important;
	width: 100px;
	text-align: center;
}
#sintyaku ul li span.information {
	margin: 0 10px;
	font-size: 10px;
	background: #e673a4;
	padding: 3px 6px;
	border-radius: 6px;
	color: #fff !important;
	text-decoration: none !important;
	width: 100px;
	text-align: center;
}

#sintyaku ul li span.blog a,
#sintyaku ul li span.blog a:visited,
#sintyaku ul li span.blog-2 a,
#sintyaku ul li span.blog-2 a:visited,
#sintyaku ul li span.information a,
#sintyaku ul li span.information a:visited {
	color: #fff !important;
	text-decoration: none !important;
}
#sintyaku ul li span.cat_id_1 {
	background-image: url(images/style/sintyakubt_2.gif);
	background-repeat: no-repeat;
	background-position: 80px 4px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 220%;
	padding-right: 110px;
}
#sintyaku ul li span.cat_id_2 {
	background-image: url(images/style/sintyakubt_1.gif);
	background-repeat: no-repeat;
	background-position: 80px 4px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 220%;
	padding-right: 110px;
}
/* global navigation PC */
@media only screen and (min-width: 992px) {
#global_navigation ul {
	height: 56px;
	width: 956px;
	background-image: url(images/common/global_navigation_rollover.gif);
	list-style-type: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#global_navigation li {
	height: 56px;
	width: 173px;
	float: left;
	overflow: hidden;
}
#global_navigation li#gn_0 {
	width: 84px;
}
#global_navigation li#gn_5 {
	width: 174px;
}
#global_navigation li a {
	display: block;
	text-decoration: none;
	padding-top: 56px;
}
/*
#global_navigation li#gn_0 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_1 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -84px 0px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_2 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -257px 0px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_3 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -430px 0px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_4 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -603px 0px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_5 a {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -776px 0px;
	background-repeat: no-repeat;
}
*/
#global_navigation li#gn_0 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: 0px -56px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_1 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -84px -56px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_2 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -257px -56px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_3 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -430px -56px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_4 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -603px -56px;
	background-repeat: no-repeat;
}
#global_navigation li#gn_5 a:hover {
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -776px -56px;
	background-repeat: no-repeat;
}
body.home #global_navigation li#gn_0 a {
	width: 84px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: 0px -112px;
	background-repeat: no-repeat;
}
body.pageid-6 #global_navigation li#gn_1 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -84px -112px;
	background-repeat: no-repeat;
}
body.parent-pageid-6 #global_navigation li#gn_1 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -84px -112px;
	background-repeat: no-repeat;
}
body.pageid-7 #global_navigation li#gn_2 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -257px -112px;
	background-repeat: no-repeat;
}
body.parent-pageid-7 #global_navigation li#gn_2 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -257px -112px;
	background-repeat: no-repeat;
}
body.pageid-9 #global_navigation li#gn_3 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -430px -112px;
	background-repeat: no-repeat;
}
body.parent-pageid-9 #global_navigation li#gn_3 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -430px -112px;
	background-repeat: no-repeat;
}
body.pageid-13 #global_navigation li#gn_4 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -603px -112px;
	background-repeat: no-repeat;
}
body.parent-pageid-13 #global_navigation li#gn_4 a {
	width: 173px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -603px -112px;
	background-repeat: no-repeat;
}
body.pageid-221 #global_navigation li#gn_5 a {
	width: 174px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -776px -112px;
	background-repeat: no-repeat;
}
body.parent-pageid-221 #global_navigation li#gn_5 a {
	width: 174px;
	background-image: url(images/common/global_navigation_rollover.gif);
	background-position: -776px -112px;
	background-repeat: no-repeat;
}
}

/* global navigation SP */
@media only screen and (max-width: 991px) {
/*
#global_navigation {
	width: 100%;
}*/
}

/* in container */

.sub_titlepict {
	text-align: center;
	margin: 0 auto 20px;
}
.sub_titlepict .pc-block,
p.pc-block {
	display: block;
}
.sub_titlepict .sp-block,
p.sp-block {
	display: none;
}
@media only screen and (max-width: 575px) {
.sub_titlepict .pc-block,
p.pc-block {
	display: none;
}
.sub_titlepict .sp-block,
p.sp-block {
	display: block;
}
p.sp-block img {
	width: 100%;
}
}
#contents h2 {
	background-color: #7EA656;
	height: auto;
	width: 625px;
	margin: 0px 0 10px;
	padding: 8px 15px 8px 30px;
	color: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */ 
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
@media only screen and (max-width: 991px) {
.sub_titlepict img {
	width: 100%;
}
#contents h2 {
	width: 100%;
	box-sizing: border-box;
}
}
div.post {
	padding: 0px 0px 5px 0px;
}
div.page {
	padding: 0px 0px 5px 0px;
}
.entry-date {
	padding: 20px 10px 20px 0px;
	text-align: right;
	font-size: 80%;
	color: #999;
}
.entry-content h3 {
	padding: 10px 12px 8px 40px;
	background: url(images/common/h3_back.gif) no-repeat 15px center;
	background-color: #E0EAD7;
	height: auto;
	width: 612px;
	margin: 20px 0 10px 0;
	clear: both;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	font-weight: normal;
}
@media only screen and (max-width: 991px) {
.entry-content h3 {
	width: 100%;
	box-sizing: border-box;
}
}
.entry-content h4 {
	line-height: 25px;
	background: url(images/common/h4_back.gif) no-repeat left center;
	border-bottom: 3px solid #E0EAD7;
	height: auto;
	width: 100%;
	padding: 8px 8px 8px 25px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 110%;
	font-weight: normal;
}
.entry-content h4.h4_float {
	line-height: 25px;
	background: url(images/common/h4_back.gif) no-repeat left center;
	border-bottom: 3px solid #E0EAD7;
	height: auto;
	width: 100%;
	padding: 8px 8px 8px 20px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 100%;
	float: left;
	font-weight: normal;
}
.entry-content h5 {
	line-height: 25px;
	background: url(images/common/h5_back.gif) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	height: auto;
	width: 100%;
	padding: 8px 8px 8px 20px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
.entry-content h6 {
	line-height: 25px;
	background: url(images/common/h5_back.gif) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	height: auto;
	width: 100%;
	padding: 8px 8px 8px 20px;
	margin-top: 32px;
	margin-left: 10px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
.h3_back {
	padding: 10px 12px 8px 40px;
	background: url(images/common/h3_back.gif) no-repeat 15px center;
	background-color: #E0EAD7;
	height: auto;
	width: 612px;
	margin: 20px 0 10px 0;
	clear: both;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	font-weight: normal;
}
.h4_back {
	line-height: 25px;
	background: url(images/common/h4_back.gif) no-repeat left center;
	border-bottom: 3px solid #E0EAD7;
	height: auto;
	width: 660px;
	padding: 8px 8px 8px 25px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 110%;
	font-weight: normal;
}
.h5_back {
	line-height: 25px;
	background: url(images/common/h5_back.gif) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	height: auto;
	width: 660px;
	padding: 8px 8px 8px 20px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
.h6_back {
	line-height: 25px;
	background: url(images/common/h5_back.gif) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	height: auto;
	width: 650px;
	padding: 8px 8px 8px 20px;
	margin-top: 32px;
	margin-left: 10px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
h4.h4_pict {
	line-height: 25px;
	background: none;
	border-bottom: none;
	height: auto;
	width: auto;
	padding: 8px 8px 8px 0px;
	margin-top: 10px;
	margin-left: 0px;
	clear: both;
	font-size: 110%;
	font-weight: normal;
}
h5.h5_noborder {
	line-height: 25px;
	background: url(images/common/h5_back.gif) no-repeat left center;
	border-bottom: none;
	height: auto;
	width: 100%;
	padding: 8px 8px 8px 15px;
	margin-top: 32px;
	margin-left: 0px;
	clear: both;
	font-size: 100%;
	font-weight: normal;
}



.text {
	margin-top: 25px;
	margin-bottom: 53px;
}
.text p {
	padding-bottom: 10px;
}
.entry-content h3.entry-title {
	margin-bottom: 20px;
}
.entry-content p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.thumbnail_pict {
	float: left;
	padding: 0 20px 15px 0;
}
.entry-content ul {
	height: auto;
	width: auto;
	list-style-position: inside;
	list-style-type: disc;
}
.entry-content ul li {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.entry-content ul.pict_ul {
	height: auto;
	width: auto;
	list-style: none;
}
.entry-content ul.pict_ul li {
	height: auto;
	width: auto;
	padding: 2px;
	float: left;
}
.entry-content ol {
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.entry-content ol li {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.entry-content ul.stylenone {
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-right: 20px;
	list-style-type: none;
}
.entry-content ul.stylenone li {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.entry-content dl.stylenone {
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-right: 20px;
	list-style-type: none;
}
.entry-content dl.stylenone dt {
	height: 56px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 15px;
	clear: both;
	float: left;
}
.entry-content dl.stylenone dd {
	height: 56px;
	width: auto;
	padding-top: 23px;
	padding-bottom: 5px;
}
.entry-content .pict {
	height: auto;
	width: auto;
	line-height: 200%;
	padding: 0px;
	float: left;
	background-image: none;
	text-indent: 0px;
	margin: 15px 20px 20px 0px;
}
.entry-content table.tablestyle_gray {
	height: auto;
	width: auto;
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.entry-content table.tablestyle_gray th {
	background-color: #EEE;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	height: auto;
	width: 20%;
	color: #333;
	font-weight: bold;
}
.entry-content table.tablestyle_gray td {
	width: auto;
	height: auto;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.entry-content ul.nomamrgin li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	list-style-type: none;
}
table.office_table {
	width: 100%;
	margin: 10px 20px 50px 10px;
}
table.office_table th {
	padding: 15px 10px;
	border-bottom: solid #666;
}
table.office_table td {
	padding: 15px 10px;
	border-bottom: solid #CCC;
}
@media only screen and (max-width: 767px) {
table.office_table {
	box-sizing: border-box;
	margin: 0;
}
table.office_table th {
	border-bottom: none;
	border-top: solid #666 1px;
	padding: 0;
}
table.office_table th p,
table.office_table td p,
table.office_table td p input {
	width: 98%;
}
table.office_table td {
	border-bottom: none;
	padding: 0;
}
}
.text_waku {
	border: 5px solid #ddd;
	padding: 25px 20px;
	margin: 20px auto;
}
h2.linkcattitle {
	padding: 13px 12px 11px 40px;
	font-size: 100%;
	color: #333;
	background: url(images/common/h3_back.gif) no-repeat 15px center;
	background-color: #EEEEEE;
	height: auto;
	width: 622px;
	margin: 20px 0 10px 0;
	clear: both;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	line-height: 150%;
	text-indent: 0px;
}


.border_gray  {
	padding: 10px 20px 20px 20px;
	border: 1px solid #ddd;/*
	width: 90%;*/
	height: auto;
	background-color: #FFFDF9;/*
	float: left;*/
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	margin: 10px 10px 20px 10px;
	box-sizing: border-box;
}


.pict_border_gray  {
	border: 1px solid #ccc;
}

dl.shopInfo {
    float: left;
    width: 100%;
    margin: 20px 6px 20px 6px;
}
dl.shopInfo dt {
    clear: both;
    float: left;
    width: 25%;
    margin: 0 0 20px 0;
	font-weight: bold;
	color: #06179E;
}
dl.shopInfo dd {
    float: left;
    width: 75%;
    margin: 0 0 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
dl.shopInfo2 {
    float: left;
    width: 100%;
    margin: 20px 6px 20px 6px;
}
dl.shopInfo2 dt {
    clear: both;
    float: left;
    width: 25%;
    margin: 0 0 40px 0;
	font-weight: bold;
	color: #06179E;
}
dl.shopInfo2 dd {
    float: left;
    width: 75%;
    margin: 0 0 40px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* clearfix */
dl.shopInfo:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0.1em;
}
dl.shopInfo {
    display: inline-block;
}

dl.q_a {
	height: auto;
	width: 95%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
@media only screen and (max-width: 767px) {
dl.q_a {
	width: 100%;
	margin-left: 0;
}
}
dl.q_a dt {
	font-size: 100%;
	background-image: url(images/style/question.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-left: 95px;
	height: auto;
	width: auto;
	margin-bottom: 7px;
}
dl.q_a dd {
	background-image: url(images/style/answer.gif);
	background-repeat: no-repeat;
	padding-left: 95px;
	color: #F03;
	padding-top: 2px;
	padding-bottom: 5px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	width: auto;
	text-align: justify;
	font-size: 100%;
	list-style-type: none;
}


/* sidebar */

#primary li {
	text-align: left;
	list-style: none;
}
#sub_navi {
	height: auto;
	width: 250px;
	padding: 15px 0px 10px;
	text-align: center;
	margin: -3px auto 80px 0px;
}
#sub_navi li {
	height: auto;
	width: 250px;
	padding: 0px 0px 8px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
#sub_navi li a {
	height: auto;
	width: 250px;
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	display: block;
	overflow: hidden;
	line-height: 170%;
	text-decoration: none;
	text-indent: 20px;
	color: #666666;
}
#sub_navi li a:hover {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px -20px;
	text-decoration: none;
	color: #ff9900;
}
#sub_navi_news {
	height: auto;
	width: 220px;
	padding: 0px 0px 10px;
	text-align: center;
	margin: 0px auto 80px 0px;
	list-style-type: none;
}
#sub_navi_news h3 {
	height: 48px;
	width: 250px;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 10px;
	text-indent: 20px;
	line-height: 50px;
	border: 1px solid #ccc;
}
#sub_navi_news li {
	height: auto;
	width: 250px;
	padding: 0px;
	margin: 0px 0px 50px;
}
#sub_navi_news li ul li {
	height: auto;
	width: 250px;
	padding: 0px 0px 8px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
#sub_navi_news li ul li a {
	height: auto;
	width: 250px;
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	display: block;
	overflow: hidden;
	font-size: 100%;
	line-height: 190%;
	text-decoration: none;
	text-indent: 20px;
	color: #666666;
}
#sub_navi_news li ul li a:hover {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px -20px;
	text-decoration: none;
	color: #ff9900;
}
body.page-parent #sub_navi li.parentpage a {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	text-decoration: none;
	color: #ff9900;
}
body.page-child #sub_navi li.current_page_item a {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px -20px;
	text-decoration: none;
	color: #ff9900;
}
#sub_navi_news li ul li ul.children li {
	height: auto;
	width: 220px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	list-style: none;
}
#sub_navi_news li ul li ul.children li a {
	height: 35px;
	width: 230px;
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	display: block;
	overflow: hidden;
	font-size: 90%;
	line-height: 35px;
	text-decoration: none;
	text-indent: 35px;
	color: #666666;
}
#sub_navi_news li ul li ul.children li a:hover {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px -20px;
	text-decoration: none;
	color: #ff9900;
}
body.page-parent #sub_navi li.parentpage a {
	background-image: url(images/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px -20px;
	text-decoration: none;
	color: #ff9900;
}
#contact_frame {
	background-color: #FFFFFF;
	border-top: 7px solid #7EA656;
	padding: 5px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom-left-radius: 5px;        /* CSS3草案 */
	-webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 5px;   /* Firefox用 */
	border-bottom-right-radius: 5px;        /* CSS3草案 */
	-webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 5px;   /* Firefox用 */
}
/* in footer */

#footer_in {
	width: 950px;
	height: 223px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #555;
}
#footer_navi {
	position: absolute;
	left: 0px;
	top: 67px;
	text-align: center;
	width: 950px;
}
@media only screen and (max-width: 991px) {
#footer_in {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
#footer_navi {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	background: #86a560;
	padding: 30px 0;
	margin-bottom: 20px;
}
}
#footer_navi #footer_ul li {
	font-size: 80%;
	height: auto;
	width: auto;
	margin-left: 5px;
	padding-right: 20px;
	background-image: url(images/common/footer_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: center;
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}
@media only screen and (max-width: 575px) {
#footer_navi #footer_ul li {
	display: block;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-position: 0px 13px;
}
}
	
#footer_navi #footer_ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer_navi #footer_ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#copy {
	position: absolute;
	top: 145px;
	right: 0px;
	bottom: 13px;
	font-size: 70%;
	text-align: right;
}
#footer_logo {
	height: 83px;
	width: 359px;
	position: absolute;
	left: 0px;
	top: 145px;
	text-align: left;
	font-size: 12px;
}
address {
	height: 15px;
	width: auto;
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 170px;
	text-align: left;
	font-style: normal;
}
@media only screen and (max-width: 991px) {
#copy {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: center;
	margin-top: 20px;
}
#footer_logo {
	height: auto;
	width: 100%;
	position: relative;
	left: auto;
	top: auto;
	text-align: center;
}
address {
	height: auto;
	position: relative;
	left: auto;
	top: auto;
	text-align: center;
}
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* Just some example content (本来のCSSはこれ以降） */

div.skip-link {
	position: absolute;
	right: 1em;
	top: 1em;
}
div#menu {
	background: #EEE;
	height: 1.5em;
	margin: 1em 0;
	width: 950px;
}
div#menu ul, div#menu ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu ul a {
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
}
div#menu ul ul ul a {
	font-style: italic;
}
div#menu ul li ul {
	left: -999em;
	position: absolute;
}
div#menu ul li:hover ul {
	left: auto;
}
.entry-title, .entry-meta {
	clear: both;
}
form#commentform .form-label {
	margin: 1em 0 0;
}
form#commentform span.required {
	background: #fff;
	color: #c30;
}
form#commentform, form#commentform p {
	padding: 0;
}
input#author, input#email, input#url, textarea#comment {
	padding: 0.2em;
}
div.comments ol li {
	margin: 0 0 3.5em;
}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}
.alignright, img.alignright {
	float: right;
	margin-left: 1.3em;
	margin-bottom: 1em;
}
.alignleft, img.alignleft {
	float: left;
	margin-right: 1.3em;
	margin-bottom: 1em;
}
.aligncenter, img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}
div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}
p.wp-caption-text {
	font-style: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	text-align: left;
}
div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}
div.gallery dl.gallery-columns-1 {
	width: 100%;
}
div.gallery dl.gallery-columns-2 {
	width: 49%;
}
div.gallery dl.gallery-columns-3 {
	width: 33%;
}
div.gallery dl.gallery-columns-4 {
	width: 24%;
}
div.gallery dl.gallery-columns-5 {
	width: 19%;
}
div#nav-above {
	margin-bottom: 1em;
}
div#nav-below {
	margin-top: 1em;
}
div#nav-images {
	height: 150px;
	margin: 1em 0;
}
div.navigation {
	height: 1.25em;
}
div.navigation div.nav-next {
	float: right;
	text-align: right;
}
/*
div.sidebar h3 {
font-size:1.2em;
}


div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}



div#header, div#footer {
	text-align:center;
}
input#author, input#email, input#url, div.navigation div {
	width:50%;
}
div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin:0;
	padding:0;
}
*/
/* 会社概要・お問い合わせ */
@media only screen and (max-width: 767px) {
#post-310 table {
	width: 100% !important;
	margin-right: 0;
	margin-left: 0;
}
#post-310 table th,
#post-310 table td,
#post-221 table th,
#post-221 table td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
}