@charset "UTF-8";
/*
	Theme Name: familylife
	Author: eSales System Laboratory Inc. 
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html {
	margin: 0px auto;
}

body {
	background: url(/images/top.png) no-repeat center top;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 14px;
	margin: 0px auto;
	padding: 0px auto;
}

img {
    border-style:none;
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #ee0000;
}

img {
	max-width: 100%;
}

footer {
	margin-top: 20px;
	min-width: 980px;
	background: url(/images/footer-bg.png) repeat-x top center;
}

footer .foot {
	background: url(/images/footer-bg.png) repeat-x top center;
}

p {
margin-top: 0px;
}
/****************************************

          Layout

*****************************************/
#maincontent {
	background: url(/images/bg.png) repeat bottom center;
}

.container {
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}


#headerL {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 9800;
}

#header {
	display: block;
	width: 980px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
}

#header .logo {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#header h1 ,
#header h2 {
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	line-height: 2em;
	padding: 0px;
}

#header .alignleft {
	margin: 0px;
}

#main {
	padding: 10px 10px 10px 0px;
	float: right;
	width: 720px;
}

#page {
	padding: 0px 0px 10px 0px;
	float: right;
	width: 720px;
}

#sidebar {
	padding: 10px 0px;
	float: left;
	width: 236px;
	background: url(/images/bg.png) repeat center top;
}

#sidebar01 {
	padding: 20px 0px;
	width: 236px;
}

#footer {
	text-align: left;
	padding: 1px 0px 0px 0px;
	margin: 0px auto;
	width: 980px;
}

#footer h2, #footer h3 {
display: inline;
font-size: 14px;
}

/****************************************

          header

*****************************************/
/****************************************

          Navigation

*****************************************/
/* ------- メニュー部分 ------- */

.menu{
 clear: both;
 margin-top: 0px;
 margin-left: auto; 
 margin-right: auto;
  padding: 0;
  width: 980px;
  height: auto;
}

.menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
 float:left;
  margin: 0;

  padding: 0;
}

.menu a{
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 52px;
  background-image: url(/images/menu-off.png);
  background-repeat: no-repeat;
}

.menu1 a{background-position:    0   0; width:  50px;}
.menu2 a{background-position:  -50px 0; width: 118px;}
.menu3 a{background-position: -168px 0; width: 118px;}
.menu4 a{background-position: -286px 0; width: 117px;}
.menu5 a{background-position: -403px 0; width: 117px;}
.menu6 a{background-position: -520px 0; width: 115px;}
.menu7 a{background-position: -635px 0; width: 115px;}
.menu8 a{background-position: -750px 0; width: 115px;}
.menu9 a{background-position: -865px 0; width: 115px;}

.menu a:hover{
  background-image: url(/images/menu-on.png);
  background-repeat: no-repeat;
}

.menu1 a:hover{background-position:    0   0; width: 50px;}
.menu2 a:hover{background-position:  -50px 0; width: 118px;}
.menu3 a:hover{background-position: -168px 0; width: 118px;}
.menu4 a:hover{background-position: -286px 0; width: 117px;}
.menu5 a:hover{background-position: -403px 0; width: 117px;}
.menu6 a:hover{background-position: -520px 0; width: 115px;}
.menu7 a:hover{background-position: -635px 0; width: 115px;}
.menu8 a:hover{background-position: -750px 0; width: 115px;}
.menu9 a:hover{background-position: -865px 0; width: 115px;}
a[name]:hover{
  color: #000000;
  background: #ffffff;
}

.menu ul:after {
    clear: both;
    display: block;
    content: "";
}


/* ------- メニュー部分 ------- */


/****************************************

          header image

*****************************************/

/****************************************

          Breadcrumb

*****************************************/



.breadcrumbs {
    margin-bottom: 0px;
    line-height: 30px;
    color: #aaa;
    padding: 1px;
}
.breadcrumbs span {
	list-style: none;
	float:left;
	font-size: 12px;
}

.breadcrumbs a{
    display: block;
    background: #ddd;
    padding-right: 10px;
    height: 30px;
    margin-right: 15px;
    position: relative;
    text-decoration: none;
    color: #333;
}

.breadcrumbs a:last-of-type { margin-right: 20px;}
.breadcrumbs a:before {
    content: "";
    display: block;
    width: 10;
    height: 10;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #ddd;
    border-left-color: transparent;
}

.breadcrumbs a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #ddd;
}
 
 
.breadcrumbs a{ padding-left: 15px; }
.breadcrumbs a:before{display:none;}
 
.breadcrumbs a:hover {
    background: #00b0ec;
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover:before {
    border-color: #00b0ec;
    border-left-color: transparent;
}
.breadcrumbs a:hover:after { border-left-color: #00b0ec }

/****************************************

          Main

*****************************************/

.sticky{
	/* 先頭固定ポストのスタイル */
}

.rightlink {
	text-align: right;
}

.rightlink a {
	font-size: 16px;
	box-shadow: 2px 2px 2px #eee;
	color: #fff;
	background: #93c21e;
	padding: 10px 20px;
	margin: 10px 10px;
	display: inline-block;
}

.rightlink a:hover {
	box-shadow: 2px 2px 2px #999;
}

.link {	
	padding: 10px 30px 10px 20px;
	float: right;
	background: url(/images/yaji.png) no-repeat right center;
}

.link::after {
	clear: both;
	display: block;
	content: "";
}

.link a {
	color: #333;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	background: url(images/yaji-ao.png) no-repeat right center;
}

.link a:hover {
	color: #ff0000;
}


.wlink::after {
	clear: both;
	display: block;
	content: "";
}

.wlink a:hover {
	color: #fff;
	text-decoration: underline;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

/****************************************

          Footer

*****************************************/

#copyright{
	text-align: center;
	padding: 10px 0 10px 0px;
	font-size: 80%;
	margin: 0px 0px 0px;
}

#copyright a {
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";

	margin: 0;
	margin-bottom: 15px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff!important;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/****************************************

          Clearfix

*****************************************/

#header::after{
	clear: both;
	display: block;
	content: "";
}

#container {
/*	background: #f8f8fb; */
}

.breadcrumbs:after,
#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#inbox {
text-align: left;
margin-top: 10px;
margin-left: auto; 
margin-right: auto;
width: 980px;
}


/* ------- サイド　コンテンツボックス------- */
.boxtitle {
text-align: center;
font-size: 16px;
color:#333333;
margin: 0px 0px 0px 0px;
padding: 10px 0px 5px 0px;
border-bottom: 2px solid #70c597;
}

.box_osusume {
background: #ffffff;
text-align: left;
margin: 10px 0px 20px 0px;
padding: 5px 5px 10px 5px;
line-height: 2em;
color:#333333;
border-radius: 5px;
}

.box_osusume a     {color:#333333;text-decoration:none;}
.box_osusume a:link  {color:#333333;text-decoration:none;}
.box_osusume a:visited  {color:#333333;text-decoration:none;}
.box_osusume a:hover  {color:#2770c1;text-decoration:underline;}

.box_osusume ul li{
text-align: left;
list-style-type: none;
margin-left: 5px;
padding: 10px 15px 3px 15px;
border-bottom: 1px solid #dddddd;
}

.bline {
	border-bottom: 2px solid #333;
}

.gline {
	border-bottom: 2px solid #ddd;
}

.box {
text-align: left;
margin: 10px 0px 20px 0px;
color:#333333;
background: #fff;
border: 1px solid #eeeeee;
}

.box a     {color:#333333;text-decoration:none;}
.box a:link  {color:#333333;text-decoration:none;}
.box a:visited  {color:#333333;text-decoration:none;}
.box a:hover  {color:#2770c1;text-decoration:underline;}

.box ul {
background: #fff;
margin: 0px 0px;
}

.box ul li{
font-size: 14px;
text-align: left;
list-style-type: none;
margin-left: 5px;
padding: 10px 15px 10px 55px;
border-bottom: 1px solid #dddddd;
}

.box ul li:last-child {
border-bottom: 0px solid #dddddd;
}

.box ul li h2 {
font-size: 14px;
margin: 0px 0px;
padding: 0px 0px 0px 20px;
line-height: 1.3em;
}

.gyaji a {
padding-left: 25px;
background: url(/images/yajib.png) no-repeat left center;
}

/* ------- サイド　コンテンツボックス------- */

.BorderG {
	border: 2px solid #dddddd;
	border-radius: 5px;
}

.HrG {
	clear: both;
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.pagetoi {
	clear: both;
	margin: 10px 0px 0px 0px;
}

.pagetoi img{
	margin: 5px 2em;;
}

.kizi_body {
	padding: 10px 10px;
}

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }

.MT10 {
	margin-top: 10px;
}

.MT20 {
	margin-top: 20px;
}

.MR5 {
	margin-right: 5px;
}

.MR10 {
	margin-right: 10px;
}

.MR20 {
	margin-right: 20px;
}

.ML5 {
	margin-left: 5px;
}

.MTBRT10 {
	margin: 10px 10px;
}

.mtb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}


.MB20 {
	margin-bottom: 20px;
}

.MB10 {
	margin-bottom: 10px;
}

.PTBRT10 {
	padding: 10px 10px 10px 10px;	
}

.PT10 {
	padding-top: 10px;	
}

.PT20 {
	padding-top: 20px;	
}

.PB20 {
	padding-bottom: 20px;	
}

.main-h {
	padding-right: 1%;
	width: 47.5%;
	border: 2px solid #d0b777;
}

.main-h img.alignleft {
	margin: 2px 10px 10px 10px;
}

.main-h img {
	max-width: 90%;
}

.main-h p {
	padding-top: 0px;
	margin: 0px;
}
.BGG {
	display: block;
	width: 980px;
	padding-left: auto;
	padding-right: auto;
	margin-bottom: 0px;
	margin-top: 30px;
}

.BGG:after {
	clear: both;
	content: "";
	display: block;
}

.BGW {
	background: #ffffff;
}

/* ------- フッターメニュー部分 ------- */
.menuf {
width: 65%;
float: right;
 font-size: 13px;
 margin-left: auto; 
 margin-right: auto;
  padding: 0;
margin-bottom: 30px;
text-align: left;
}

.menuf ul {
  width: 20%;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
margin-top: 20px;
}

.menuf li {
 line-height: 1em;
 width: auto;
 display: block;
 height:auto;
  margin: 5px 0px 5px 0px;
	padding: 0px;
}

.menuf a {
font-weight: normal;
color: #000;
padding: 5px 15px 5px 5px;
text-decoration:none;
display: block;
//background: url(/images/yajis.png) no-repeat left center;
}

.menuf a:hover {
color: #ee0000;
}

.menuf a:before {
	content: "> ";
}

.menuf ul:nth-child(2) {
  width: 32%;
}

.menuf ul:nth-child(4n) {
  width: 26%;
}

/* ------- フッターメニュー部分 ------- */

.fBloc {
	clear: both;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 12px;
}

.reform::after,
.post::after,
.staff::after,
.voices::after,
.event::after,
.fBloc::after {
	display: block;
	content: "";
	clear: both;
	margin-bottom: 10px;
}

.fBloc.half {
	float: left;
	max-width: 52%;
	margin-left: 2%;
}

.fBloc h2 {
	font-size: 12px;
	display: inline;
}

.fBloc p {
	display: table-cell;
}

.fBloc dl {
	font-size: 12px;
	width: 285px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 8px 10px;
	background: #fff;
	margin-top: 0px;
	margin-right: 10px;
}

.fBloc dl img {
	margin-top: 2px;
	margin-right: 10px;
}
.fBloc dd h2 {
	font-weight: bold;
	font-size: 14px;
}

.fBloc dt {
	margin: 0px 0px;
}

.fBloc a:hover {
	color: #333;
}

.box_seo2 {
	clear: both;
	margin: 20px 20px 0px 20px;
}

.pin {
	font-size: 13px;
padding-right: 3px;
	color: #d0b777;
}


.kizi {
	background: #fefefe;
	border: 1px solid #dddddd;
	padding: 15px 10px 10px 10px;
}

.mB {
  font-size: 16px;
  line-height: 1.5em;
  color: #4b3020;
  padding:8px 0px;
  background: #63c2d1;
  margin: 10px 0px 0px;
}

.mB a {
	color: #fff;
	padding: 2px 10px;
}

.workd p {
	padding: 0px 0px;
	margin: 0px 0px;
}

.imglist {
	width: 40%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.midashil {
	display: block;
	margin: 5px 1px;
	font-size: 16px;
	padding: 5px 10px;
	border-left: 5px solid #c1af8e;
}

.midashi {
	clear: both;
	margin: 5px 0px 10px 0px;
	font-size: 18px;
	padding: 5px 10px;
	border-left: 6px solid #63c2d1;
	color: #482d1d;
}

.midashiv {
	text-align: left;
	font-size: 16px;
	color: #ff6600;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px;
	border-bottom: 1px solid #f7a13c;
}


.midashit {
	clear: both;
	margin: 10px 0px 15px 0px;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	background: url(images/topline.gif) no-repeat bottom left;
}

.midashis {
	margin: 10px 0px;
	font-size: 14px;
	padding: 5px 0px;
	border-bottom: 1px solid #ddb889;
	border-left: 0px solid #cc3333;
}

.table-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-grid;
	display: table-cell;
}


.main-h {
	float: none;
	width: 98%;
}

.table-cell {
	display: block;
}


.side-tool-sya{
z-index:101;
position:fixed;
bottom:0;
right:25px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight));
font-size: 12px;
}

.side-tool-sya a{
opacity:.85;
filter:alpha(opacity=85);
text-decoration:none;
border-radius:0px;
background: #8d500b;
display: block;
}

.side-tool-sya .gotop,.side-tool-sya .gotop .bg{
display:block;
width:95px;
height:30px;
overflow:hidden;
padding: 5px 5px 5px 5px;
}
.side-tool-sya .gotop{
bottom:90px;
right:50px;
cursor:pointer;
position:absolute;
color:#FFF;

}
.side-tool-sya .gotop .bg{
border-radius:3px;
background: #8d500b;
z-index:0;
}
.side-tool-sya .gotop:hover .bg{
opacity:.6;
filter:alpha(opacity=60);

}
.side-tool-sya .gotop .ico-gotop{
position:absolute;
left:12px;
top:18px;
z-index:1;
width:26px;
height:14px;
}

#topbutton {
position: fixed;
display: none;
}

.page_navi,
.bread_crumb {
clear-after: left;
margin:0 0 15px 0;
padding:0;
display: inline-block;
}
.page_navi,
.bread_crumb {
clear: left after;
}

.bread_crumb li{
float:left;
font-size:11px;
list-style:none;
}

.bread_crumb li + li:before {
margin: 0 3px;
content: ">";
}
.bread_crumb a{
color:#D81354;
}
.page_navi li {
display: inline;
float:left;
font-size:11px;
list-style:none;
margin:10px 5px 10px 0;
}

.page_navi li a{
display: inline-block;
padding:10px;
border:1px solid #ccc;
}

.page_navi li span {
font-weight:bold;
display: inline-block;
padding:10px;
border:1px solid #0A61B9;
background: #0A61B9;
color:#fff;
}

.page_navi li a:hover {
background:#eee;
text-decoration:none;
}

.gaiyou {
margin:10px 0px 20px 0px;
border: solid 0px #c99269; 
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.gaiyou table.tab1 { table-layout:auto; background:#f6f6f6; }
.gaiyou th { border: solid 1px #dddddd; background:#f6f6f6; text-align: left; padding:10px 10px; font-weight: normal; width: 12em;}
.gaiyou td { border: solid 1px #dddddd; padding:10px 10px;}

.eventT {
margin:10px 0px 20px 0px;
border: solid 0px #c99269; 
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.eventT tr { background: url(images/gaiyo-line.png) no-repeat right bottom; padding:10px 10px;} 
.eventT th { border: solid 0px #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 3em; vertical-align:top;}
.eventT td { border: solid 0px #dddddd; padding:10px 10px;}


.outlineTable td {
font-weight: normal;
padding: 8px 5px;
background: url(images/gaiyo-line.png) no-repeat right bottom;
}

.gaiyou-m {
text-align: left;
font-size: 16px;
line-height: 1.2em;
margin: 0px 480px 0px 0px;
padding: 8px 10px 8px 10px;
border-bottom: 2px dashed #b06d46;
color: #2f241a;
}

.history {
border: 0; 
margin:10px 0px 20px 0px;
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal;}
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;} 
.bloc {
padding: 10px 20px 10px 20px;
border: 1px solid #ddd;
margin: 10px auto;
border-radius: 5px;
}

.bloc::after {
content: "";
display: block;
clear: both;
}

.bloc2-left {
float: left;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-left::after {
content: "";
display: block;
clear: both;
}

.bloc2-right {
float: right;
font-size: 16px;
width: 46%;
padding: 5px 10px 5px 10px;
border: 1px solid #ddd;
background-color: #f0f7dd;
margin: 4px auto;
border-radius: 5px;
}

.bloc2-right::after {
content: "";
display: block;
clear: both;
}

.comh li {
font-size: 16px;
text-align: center;
float: left;
width:24%;
}

.comh  span {
font-size: 16px;
color: #3f210f;
padding-right: 5px;
}

.comh::after {
clear: both;
content: "";
display: block;
}

.profilelist::after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 10px;
}

.profile {
border:0;
margin-right: 20px;
margin-left:10px;
cellspacing:2;
border-top:1px dotted #dddddd;
max-width: 71%;
}

.profile td {
vertical-align:top;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.profile th {
width: 7em;
vertical-align:top;
border-right:1px dotted #dddddd;
border-bottom:1px dotted #dddddd;
padding: 5px 10px 5px 10px;
}

.staffbloc {
padding: 10px 10px;
}

.staffbloc img {
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 2px 2px 2px #eeeeee;
border: 1px solid #eeeeee;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

.clearboth {
clear: both;
}


.staffbloc .pin {
font-size: 14px;
color: #333333;
padding: 0px 20px;
background: url(/files/pin.png) no-repeat left center;
}

.point{
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 16px;
	background:#eee;
	box-shadow:
		12px 0 0 0 #eee,
		0 12px 0 0 #eee,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc3333;
}
.point:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.right_exit {
border: 1px solid #ededed;
margin: 20px 0px 10px 30%;
padding: 10px;
background:#eeeeee;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	clear: both;
	padding-left: 30px;
	display: block;
}

.right_exit .link a {
	display: block;
}

.last {
	margin-right: 0px !important;
}

.last::after {
	clear: both;
	display: block;
	content: "";
}

.contactbloc {
display: inline-table;
width: 290px;
height: 490px;
border: 2px solid #cc3300;
background: #ffffff;
box-shadow: 2px 2px 2px #eeeeee;
padding: 10px 10px;
margin: 5px 15px 20px 5px;
border-radius: 5px;
}

.sekourei_catch {
text-align: center;
color: #000000;
font-size: 18px;
line-height: 1.6em;
margin: 0px 0px 0px 0px;
padding: 15px 10px 15px 14px;
background: #eeeeee;
border: 2px solid #eeeeee;
box-shadow: 2px 2px 2px #eeeeee;
border-bottom: 2px solid #a52a2a;
}

.flowbloc {
clear: both;
display: block; 
}

img.flow {
width: 43%;
border-radius: 5px;
}

.flowc {
padding: 0px 10px 10px 10px;
}

.aligncenter {
text-align: center;
}

.yaji {
	clear: both;
	display: inline-block;
	border:20px solid #d71518;
	height:0;
	width:0;
	border-color:transparent;
	border-top-color:#d71518;
}

.beforeafter {
width:100%;
margin:0px 0px 20px 0px;
}

.beforeafter tr {
vertical-align: top;
}

.beforeafter td.before {
width:40%;
max-width: 258px;
padding-right: 3%;
padding-top: 0px;
}

.beforeafter td.before img,
.beforeafter td.after img,
 {
	max-width: 100%;
}


.beforeafter td.after {
width:55%;
max-width: 355px;
padding-top: 0px;
}

.beforeafter td.yaji2 {
	padding-top: 50px;
}

.beforeafter .yaji {
clear: none;
display: inline-block;
border: 25px solid #d71518;
border-left-width: 30px;
height: 0;
width: 0;
border-color: transparent;
border-left-color: #d71518;
}

.Bradius5 {
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.afterafter img,
.beforeafter img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.afterafter {
width:100%;
margin:0px 0px 20px 0px;
}

.afterafter tr {
vertical-align: top;
}

.afterafter td.left {
width:50%;
max-width: 331px;
padding-right: 1%;
}

.afterafter td.left img,
.afterafter td.right img {
	max-width: 100%;
}

.afterafter td.right {
width:50%;
max-width: 331px;
padding-left: 1%;
}

.part{
	clear: both;
	width: 300px;
	max-width: 100%;
	position:relative;
	margin:20px 22px 20px 0px;
	padding:10px 15px 0px 20px;
	color:#000000;
	font-size: 16px;
	background:#d9d2bd;
	box-shadow: 2px 2px 2px #eeeeee;
}
.part:before{
}

.part:after{
	content:" ";
	position:absolute;
	padding:0px 20px;
	bottom:0;
	left:10px;
	width:65px;
	height:10px;
	background:rgba(215,21,24,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.qa {
clear: both;
font-weight: bold;
border: 1px solid #eeeeee;
padding: 0px 0px 2px 0px;
margin: 0px 0px 0px 0px;
}

.qa input {
float: right;
padding: auto;
magin: auto;
height: auto;
box-shadow: 2px 2px 2px #eeeeee;
margin-right: 2px;
}

.question {
font-family: -webkit-pictograph;
width: 52px;
font-size: 22px;
background: #666;
padding: 10px 2px 6px 2px;
margin: -1px 10px -2px -2px;
color: #ffffff;
text-align: center;
box-shadow: 2px 2px 2px #eeeeee;
display: inline-block;
*display: inline;  
*zoom: 1; 
vertical-align: middle;
}

.qa p {
display: inline;
}

.answer {
border-radius: 0px 0px 5px 5px;
box-shadow: 0px 2px 5px rgba(3, 3, 3, 0.4);
margin-top: 5px;
background: #fefefe;
font-weight: normal;
clear: right;
display: none;
padding: 10px 10px 5px 65px;
}

.catch {
	text-align: center;
	font-size: 20px;
	color: #555;
}

hr.line {
    margin: 2.5em 0px 0px 0px;
    border: 0;
    height: 1px;
}

img.option {
	border: 2px solid #ddd;
	box-shadow: 2px 2px 2px #ddd;
}

a:hover img.option {
	border: 2px solid #a52a2a;
	box-shadow: 2px 2px 2px #fff;
}

.detail a{
display:block;
width:100px;
height:24px;
padding:3px 0 0 10px;
background:url(images/sekou-yaji.png) no-repeat 94% 50% #666;
color:#fff;
font-size:13px;
}

.detail a:hover{
background:url(images/sekou-yaji.png) no-repeat 94% 50% #999;
text-decoration:none;	
}

.listg {
	display: block;
}

.listg table {
	margin-top: 10px;
	margin-right: 0px;
}

.listg td {
	border-left: 1px dotted #eeeeee;
}

a.arch {
padding: 2px 5px;
margin: 10px 0px 0px 0px;
background: #a52a2a;
color: #fff;
}

.kara {
margin: 10px 10px;
}

.kara a {
	width: 315px;
	text-align: center;
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px;
	margin-right: 10px;
	background: #eeeeee;
	border-top: 2px solid #a52a2a;
}

.kara a:hover {
	border-top: 2px solid #a52a2a;
}

.work-case {
width: 241px;
float: left;
margin: 0 0px -1px 0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

.work-case .wb {
padding: 0px 10px 20px 10px;
margin-bottom: 10px;
}

.work-case h3 {
font-size: 16px;
margin: 0px 0px;
}

.power {
	background: url(images/title-power.jpg) no-repeat center;
	padding: 10px;
	margin: 10px 5px 15px 5px;
	height: 300px;
}

.power .pl {
	padding: 60px 15px 10px 15px;
}

.half-l {
	float: left;
	width: 49%;
}

.half-r {
	float: right;
	width: 49%;
}

.power .link {
	clear: both;
	display: block;
	margin-top: 105px;
	padding-right: 5px;
}

/* お問い合わせ */
.c1{
background:#fff;
padding:5px 20px 0px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
line-height:45px;
}
 
.c2{
background:#E8EEF9;
padding:5px 20px 0px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
line-height:45px;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover,.c2:hover{
background: #ffeedd;
}
 
.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:5px;
background:#89800;
color:#fff;
margin:5px 5px 5px 0px;
font-weight:normal;
}
 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
.c1 textarea,.c2 textarea{
font-size:14px;
width:100%;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:70%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=button],
input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	padding:10px 40px;
	position:relative;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #7db12e;
	background-color:#7db12e;
	background-image: linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -o-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -moz-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -ms-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #7db12e),
	color-stop(1, #7db12e)
	);
	-webkit-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

input[type=button][disabled],
input[type=submit][disabled]{
	background:#ddd !important;
	border:#ddd !important;
	box-shadow:0;
	-webkit-box-shadow: inset 0px 1px 0px #ddd, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #ddd, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #ddd, 0px 1px 0px #fff;

}

 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.send input[type="submit"], 
.back input[type="button"] {
	width: 80% !important;
}

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0px 0px;
}

.wpcf7-form {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
border: 1px solid #eee;
margin-bottom: 20px;
padding: 20px;
}

.acceptance {font-size:17px;text-align:center;padding:10px 5px;margin:10px;background:#f6f6f6;border-radius:5px;}

.wpcf7-form input{} /*名前、メール、題名*/
.wpcf7-form textarea{width: 600px;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px;} /*送信ボタン*/
.wpcf7-form span {color:#ff0000;}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.center {
text-align: center;
}

.eventmidashi {
	color: #ff6600;
}

#text-18 {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background: none;
	border: 0px;
}

.olist {
margin-left: 20px;
}

.olist li {
list-style-type: decimal !important;
margin-bottom: 10px;
}

.list03 li .midashi {
padding: 0px !important;
line-height: 1.4em;
font-size: 16px !important;
}

.list03 li {
	text-align: center;
	float: left;
	width: 208px;
	background: #FFF8DC;
	margin: 5px 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.list03 li .midashi {
	font-size: 15px !important;
}

.list03 p {
	margin: 0px;
	padding: 0px 0px;
}

.pocolor {
color: #ff6600;
}

.newtopic {
	padding: 0px 10px;
}

.newtopic img.title {
	border-right: 1px solid #ddd;
}

.newtopic span.link {
	margin-top: -50px;
}

.newtopic ul {
	margin-right: 15px;
}

.newtopic li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8em;
	padding-bottom: 5px;
	margin: 10px 20px 10px 10px;
	border-bottom: 1px dashed #b4a080;
}

.toptoi {
	padding-top: 10px;
}

.toptoi .toibloc {
	display: inline-block;
}

.list-03{
  text-align:center;
  margin: 30px 0 20px 0px;
}

.list-03::after {
	content: "";
	clear: both;
	display: block;
}

.list-03 li{
  float:left;
  width:30%;
  margin:0 1.5% 10px 1%;  
}


.list-03 li:nth-child(3n){
}

.list-03 li:last-child{
}

.list-03 li div{
  background:#fdf4c0;
  padding:5px 5px 0;
  height:100%;
}

.list-03 li div span{
  display:block;
  text-align:center;
  overflow:hidden;
  height:150px;
  margin-bottom: 5px;
}

.list-03 li h3{
    background: url(images/sekourei-yaji.png) no-repeat right center;
    color: #7c470f;
    font-size: 15px;	
    position: relative;
    font-weight: bold;
    margin-bottom: 0px;
    margin-right: 5px;
    padding: 0em 0.5em 0.1em 2em;
    border-bottom: 0px solid #6a3906;
}

.list-03 li h3:before{
    content: "■";
    font-size: 150%;
    position: absolute;
    color: #b08146;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}

.list-03 li h3:after{
    content: "■";
    font-size: 150%;
    position: absolute;
    color: #6a3906;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

.list-03 li img{
  width:100%;
  vertical-align:middle;
}

.kanren .list-03 div {
  background: #eee;
}

.kanren .list-03 li h3{
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin: 0px;
}

.kanren .list-03 li h3::before {
	content: "■";
	font-size: 150%;
	position: absolute;
	color: #b08146;
	top: -0.1em;
	left: -0.2em;
	height: 10px;
	width: 12px;
}

.kanren .list-03 li img {
	height: 150px;
}

.list-02{
  text-align:left;
  margin: 5px 0;
}

.list-02 li{
  float:left;
  width:47%;
  margin:0 2% 25px 0;
  padding:0px 5px 0;
  height:100%;
}

.list-02 li:nth-child(2n){
  margin:0 0 20px;
}

.list-02 li:last-child{
  margin:0 0 10px;
}

.border1 {
background: #93c21e;
padding: 10px 10px;
border: 1px solid #ddd;
color: #fff;
font-size: 18px;
}

#toi {
height: 980px;
}

#sassi {
height: 2200px;
}


.top-box {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

.top-box::after {
	clear: both;
	content: "";
	display: block;
}

.sponly {
	display: none;
}

#dropdown_container {
	font-size:14px;
}

#dropdown_container li.dropdown_item {
	cursor:pointer;
}

#dropdown_container li.dropdown_item ul a {
	text-align: center;
	padding: 10px 0px 10px 0px;
	width:200px;
	height: 20px;
	background: #fff;
	background-position: 5px;
	border-top: 1px solid #4c3121;
}

#dropdown_container li.dropdown_item ul a:hover {
	height: 20px;
	background: url(images/yaji01.png) no-repeat left center;
	background-position: 5px;
}

#dropdown_container li.dropdown_item > ul {
	padding: 0px;
	background: #eee;
	position:absolute !important;
	list-style:none;
	margin:0px 0px 0px -30px;
	width:200px;
	z-index: 980;
	display: none;
	border: 2px solid #4c3121;
}

#dropdown_container li.dropdown_item > ul:before {
	content: "＞";
	top: -18px;
	left: 100px;
	font-weight: bold;
	font-size: 14px;
	position:absolute !important;
	transform: rotate( 270deg );
}

#dropdown_container li.dropdown_item > ul li:hover
{
	background-color: #a5a76b;
}

#dropdown_container li.dropdown_item > ul a:hover
{
	color: #fff;
}

.topwork {
margin: 10px 10px;
}

.topwork li {
margin-right: 12px;
float: left;
width: 30.5%;
} 

.topwork img {
border: 1px solid #cec0a6;
}

.topwork h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px;
	margin: 0px 0px;
}

.bannar img {
	margin-bottom: 5px;
}

/*----------------丸山作成ここから----------------*/

.link-color {
color: #1FB0E5;
}

.gaiyou-img {
display: block;
float: left;
margin: 0px 20px 0px 0px;
}

.center1 {
text-align: center;
width: 70%;
margin-left: auto;
margin-right: auto;
}

.center2 {
text-align: center;
width: 60%;
margin-left: auto;
margin-right: auto;
}

.center3 {
text-align: center;
width: 70%;
margin-left: auto;
margin-right: auto;
}

.staff-box {
padding: 20px 20px 10px 20px;
border: 2px dotted #B19D77;
margin: 0px 0px 20px 0px;
}

.staff-box-img {
float: right;
width: 250px;
margin: 0px 0px 20px 10px;
border: 1px solid #C1AF8E;
}

.staff-box strong {
vertical-align: top;
padding-left: 0.5em;
}

.staff-box span {
display: block;
margin: 5px 0px 0px 0px;
}

.stickle-ul {
display: table;
width: 98%;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
padding: 0px 2%;
}

.stickle-li{
display: table-cell;
vertical-align:middle;
width: 48%;
}

.stickle-li img {
float: left;
margin: 0px 10px 0px 0px;
}

.stickle-li span{
font-size: 24px;
}

.stickle-point {
margin: 10px 0px;
padding: 20px 20px;
border: 1px dashed #B19D77;
}

.stickle-img-left {
float: left;
margin: 0px 20px 10px 0px;

}

.stickle-point span {
color: #A26E0C;
}

.contact-form {
align: center;
}

.contact-form-img {
float: left;
width: 40px;
}

.contact-form span {
font-size: 32px;
}

.construction_menu {
margin: 0px 0px 20px 0px;
padding: 20px 20px 10px 20px;
border: 1px dashed #B19D77;
}

.construction_menu img{
float: left;
width: 40%;
margin: 0px 20px 0px 0px;
}

.const_exit {
text-align: right;
margin: 0px 10px 10px 0px;
}

.concept_box {
border: 2px dashed #B19D77;
padding: 20px 20px;
margin: 20px 0px 10px 0px;
}

.concept_img {
float: left;
padding: 0px 20px 0px 0px;
width: 30%;
}

.toi-width {
width: 50%;
}

.gaiyou-ul {
display: table;
}

.gaiyou-ul li {
display: inline-block;
margin-right: 5px;
}
/*----------------ここまで----------------------*/

.bggray {
background: #eee;
}

.border01 {
border: 1px solid #ddd;
}

.topma img {
	float: left;
	margin-right: 20px;
}

.topma {
	padding-right: 15px;
}


.ashiba-01 {
	background: url(images/ashiba-01.png) no-repeat left top;
    padding: 10px 10px 10px 135px;
    width: 222px;
	height: 78px;
	margin-bottom: 10px;
}

.ashiba-02 {
	background: url(images/ashiba-02.png) no-repeat left top;
    padding: 10px 10px 10px 135px;
    width: 222px;
	height: 78px;
	margin-bottom: 10px;
}

.ashiba-03 {
	background: url(images/ashiba-03.png) no-repeat left top;
    padding: 10px 10px 10px 135px;
    width: 222px;
	height: 78px;
	margin-bottom: 10px;
}

.ashiba li:nth-child(2n) {
	float: right;
}

.ashiba li:nth-child(2n + 1) {
	float: left;
}

.ashiba h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.footbar {
	font-size: 12px;
}

.footbar dl {
	margin-top: 0px;
	float: left;
	height: 70px;
	width: 325px;
	margin-right: 17px;
	background: #48b78f;
}

.footbar dl:nth-child(3n) {
	width: 340px;
	margin-right: 0px;
}

.footbar dl dt {
	height: 35px;
	background: #fff;
	float: left;
	width: 120px;
	padding: 25px 5px 10px 5px;
	margin-right: 5px;
}

.footbar dl:nth-child(1) dt {
	height: 45px;
	padding: 15px 5px 10px 5px;
}

.footbar dl dd {
	color: #fff;
	font-size: 11px;
	padding: 10px 5px;
	margin: 0px;
}


.flogo {
	text-align: center;
	width: 25%;
	float: left;	
}

.list-04 {
	padding: 30px 0px;
	border-top: 1px dashed #b4a080;
}

.list-04 img {
	margin-right: 19px;
}

.list-04 a:nth-child(4n) img {
	margin-right: 0px;
}


.bgtoi {
/*	background: #e7e0d6; */
}

.tag01 {
	background: #15ae67;
}

.tag02 {
	background: #2fa8e1;
}

.reformTag01,
.reformTag02,
.reformTag03,
.tag01,
.tag02 {
	padding: 3px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
}

.reformTag01 {
	background: #3473b2;
}

.reformTag02 {
	background: #df7da1;
}

.reformTag03 {
	background: #f39700;
}

.bx-wrapper {
	max-width:980px !important; 
	padding-top: 5px;
}

.calender {
	float: left;
	display: inline-block;
	width: 640px;
}

.facebook {
	float: left;
	display: inline-block;
	width: 580px;
}

.facebook div {
	width: 580px;
}

/*---フッターfixed---*/
.footerbar {
  	width: 100%;
  	position: fixed;
 	bottom: 0;
 	background-color: rgba(200, 190, 180, 0.9);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66DA3B3B,EndColorStr=#66DA3B3B);/*IE8以下用*/
  	height: 90px;
}


.bg {
	background: url(/images/bg.png) repeat top center;
}

.midashia {
	clear: both;
	margin: 5px 0px 10px 0px;
	font-size: 18px;
	padding: 5px 10px;
	border-left: 6px solid #5b7e91;
}

.block-a{overflow:hidden;}
.block-a div{max-width: 150px; float:left;  padding:10px 10px 15px 10px; margin:0 5px 15px 0;}

.box02 h3 {
	margin: 5px 0px;
}

.box02 .topImg {
	padding: 0px 0px 0px;
	text-align: center;
	border: 1px solid #faeaef;
	height: 140px;
	overflow: hidden;
}

.box02 .topImg img {
}

.box02 a {
	color: #333;
}

.newtopic h2,
.box01 h2,
.box02 h2,
.box03 h2 {
	font-weight: normal;
	color: #888;
	margin: 0px;
	background: url(/images/title.png) no-repeat left center;
	padding: 5px 20px 0px 0px;
	border-bottom: 2px solid #0c8145;
}

.box01 h2 span,
.box02 h2 span,
.box03 h2 span {
	color: #ecb431;
	font-size: 14px;
}

.box01 h3 {
	background: #87c6a7;
	text-align: center;
	padding: 15px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 28px;
	color: #fff;
}

.box01 .desc01,
.box02 .desc01 {
	line-height: 1.5em;
	font-size: 15px;
	padding: 10px 5px;
}

.box01 .desc01 img.alignleft {
	margin-right: 20px;
}

.box02 .desc01 {
	padding: 10px 0px;
}

.box02 h3.ttl {
	background: #87c6a7;
	text-align: center;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	width: 6em;
	font-size: 18px;
	color: #fff;
}

.box02 h3 {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

.box02 li {
	width: 230px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}

.box02 li:nth-child(3n) {
	margin-right: 0px;
}

.box02 a div {
	margin: 10px 0px;
}

.topplan .half-l,
.topplan .half-r {
	width: 45%;
	background: #fffacd;
	padding: 10px 2%;
	margin: 10px 0px;
}

.topplan .title {
	border-bottom: 2px solid #0c8145;
}

.topplan .half-l img,
.topplan .half-r img {
	width: 100%;
}

.topplan h2 {
	font-size: 18px;
	margin: 0px;
	padding: 5px 0px;
}

.topplan a {
	color: #333;
}

.textright {
	text-align: right;
}

.bgLine {
	border-top: 5px solid #e6e6e6;
}

.sidebox {
	background: #fff;
	padding: 5px 5px;
	border: 1px solid #999;
}

.sidebox ul {
	padding: 10px 5px;
	border-top: 2px solid #ddd;
}

.sidebox li {
	padding: 5px 5px;
	border-bottom: 1px dotted #e6e6e6;
}

.sidebox li h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #ebaf23;
}

.pagemain {
	padding-top: 20px;
}


.kizitoi img {
	width: 49%;
}

.butudanlist h3 {
	background: #EEE8AA;
	padding: 5px 10px;
	font-size: 16px;
	color: #000;
	margin: 10px 0px 0px 0px;
}

.butudanlist h2 {
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.butudanlist li {
	width: 220px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}

.butudanlist li:nth-child(3n) {
	margin-right: 0px;
}

.butudanlist li:nth-child(3n+1) {
	clear: both;
}

.butudanlist a div {
	margin: 10px 0px;
}

.butudanlist .butudaimg {
	height: 158px;
	overflow: hidden;
	background: #FFFFF0;
	text-align: center;
	padding: 5px 5px;
	border: 1px solid #F0E68C;
	margin-bottom: 10px;
}


.sougiplan {
margin:10px 0px 20px 0px;
border: solid 0px #c99269; 
border-collapse:collapse;
text-align: left;
line-height: 1.5em;
width: 100%;
}

.sougiplan th { 
table-layout: auto; 
border: solid 1px #dddddd; 
background:#f6f6f6; 
text-align: left; 
padding:10px 10px; 
font-weight: normal; 
width: 12em;
}

.sougiplan td { border: solid 1px #dddddd; padding:10px 10px;}

.butsudan-box {
padding: 10px 20px 10px 20px;
border: 2px dotted #dcdcdc;
margin: 0px 0px 20px 0px;
}

.kazokusolist h3 {
background: #EEE8AA;
padding: 5px 10px;
font-size: 16px;
color: #000;
margin: 10px 0px 10px 0px;
}

.qa_list {
	margin: 0 0 0 18px;;
	padding: 0;
        list-style: disc;
}	

.qa_list ol {
	margin: 0 0 10px 20px;
	padding: 0;
        list-style-type: decimal !important;
}

/* Q&A画像 */
.wp-image-565,
.page-id-12 .wp-image-194,
.page-id-12 .wp-image-193{ vertical-align: middle; max-width: 25px;  max-height: 25px;}


.tenpo-box {
margin: 5px 0px 10px 5px;
padding: 10px 10px 0px 10px;
border: 2px dotted #dcdcdc;
}

.saijoulist h3 {
background: #EEE8AA;
padding: 5px 10px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #000;
max-width: 70px;
max-height: 25px;
margin: 10px 0px 10px 0px;
}

.saijoulist dd {
	margin-left:20px;
}

p.page_exit {
  padding:10px;
  text-align: right;
  border: #917347 dotted 2px;
  border-radius: 5px;
  font-size:12px;
  line-height: 1.8;
  color: #917347;
  background:  #ffffff;
  margin:10px 10px 10px 250px;
}

p.page_exit a,
p.page_exit a:link,
p.page_exit a:visited {
text-decoration: none;
color: #917347;
}
p.page_exit a:hover {
text-decoration: underline;
color: #2770C1;
}

#post-28 .page_exit,
#post-26 .page_exit {
	display: none;
}