@charset "UTF-8";

/*-----------------------------------
■ レイアウト
-----------------------------------*/
html,body{ width: 100%; }

/*外側*/
#top,
#header,
#global-nav,
#main,
#footer,
#copyright{
	width: 100%;
	min-width: 1000px;
}
#header{
}
#main{
	padding-bottom: 1px;
	overflow: hidden;
	clear: both;
}

#main-menu{
	background-image: url(../images/zeiri/bg-leaf-top.jpg);
	padding-bottom: 25px;
	background-repeat: repeat-x;
	background-position: center;
	overflow: hidden;
	margin-bottom: 1em;
}
#res-main-menu{
	display: none;
}
.gyosei-main-menu{
	background-image: url(../images/gyosei/bg-leaf-gyosei-top.jpg)!important;
}

/*内側*/
#top-in,
#main-in,
#header-in,
#global-nav-in,
#footer-in,
#copyright p{
	width: 980px;
	margin: auto;
}

/*コンテンツ配置*/
#main-contents{
	float: right;
	width: 716px;
}
#main-contents.main-l{
	float: left;
}
/*サイドバー*/
#sidebar{
	width: 246px;
	float:left;
}
#sidebar.side-r{
	float: right;
}

.contact-conts-side{
	display: block;
	overflow: hidden;
}
.contact-conts-side img{
	width: 100%;
	height: auto;
}
/*サイド お知らせ*/
.information{
	overflow: hidden;
	margin-bottom: 1em;
}
.information dl.info-side-in{
	margin:0;
	border-bottom: 1px dashed #5fa80f;
	padding: 10px 5px;
}
.information dl.info-side-in dd{margin:0;}

.map{
	overflow: hidden;
	margin-bottom: 2em;
}
.map img{width: 100%;height: auto;}
.contact-conts{
	clear: both;
	overflow: hidden;
	border: 3px solid #3b4920;
	width: 67%;
	padding: 1em;
	margin: 0 auto 3em;
	background-color: #fbf9e5;
}

.entry-content .contact-conts02{
	clear: both;
	overflow: hidden;
	border: 1px solid #5CA835;
	width: auto;
	padding: 1em;
	margin: 0 auto 1em;
	background-color: #fbf9e5;
}

.contact-conts02{
	clear: both;
	overflow: hidden;
	border: 3px solid #3b4920;
	width: 90%;
	padding: 1em;
	margin: 0 auto 3em;
	background-color: #fbf9e5;
}

/*-----------------------------------
■ 文字設定、基本設定
-----------------------------------*/
body{
	background: #fff;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
img{ border: none; }
table{ border-collapse: collapse; }
table.huuzoku{
	width: 100% !important;
}
/*リンク*/
a:link,
a:visited{color: #000;}
a:hover,
a:active{ 
	color: #5ca835;
}
.breadcrumbs a:link{
	color: white;
}
.breadcrumbs a:visited{
	color: white;
}

/*画像リンクに触れたときの不透明度*/
a:hover img{
	filter : alpha(opacity=80);
	opacity : 0.8 ;
}

#main-menu a:hover img{
	filter : alpha(opacity=10);
	opacity : 1.0 ;
}

/*パソコン表示*/
.pc{display: inline-block;}
.mobile{display: none;}
#contact-mo{display: none;}



/*-----------------------------------
■ ヘッダー
-----------------------------------*/
#header{
	border-top:3px solid #3b4920;
}
.gyosei-header{
	background-color: #e9f3e0!important;
}
#header-in{
	/* padding: 0.5em 0 0 0; */
	overflow: hidden;
	/* background-color: #ffffff; */
}
#header-in h1{
	font-size: 12px;
}

/*タイトルロゴ*/
#header-left{
	float: left;
	margin-bottom: 0.4em;
	margin-right: 1em;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

/*SNSボタン*/
#header-sns{
	float: left;
	width: 30%;
	margin: auto!important;
}
#header-sns li { 
	float: left;
	margin-right: 0.5em;
}

#share ul{overflow: hidden;}

#share li{
	font-size:14px;
	float:left;
	text-align:center;
	width:130px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style: none!important;
}
#share li.share-twitter,
#header-sns li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover,
#header-sns li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook,
#header-sns li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover,
#header-sns li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google,
#header-sns li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover,
#header-sns li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena,
#header-sns li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover,
#header-sns li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket,
#header-sns li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover,
#header-sns li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line,
#header-sns li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover,
#header-sns li.share-line:hover{
	background:#2bd92b;
}
#share a,
#header-sns a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover,
#header-sns a:hover{
	text-decoration:none;
	color:#ffffff;
}



/*ヘッダーの右側*/
#header-right{
	float: right;
	margin-bottom: 1.0em;
}

/*問い合わせボタン*/
#header-contact {
	float: right;
	padding-top: 10px;
}

/*レスポンシブ用　問い合わせボタンの非表示*/
#contact-mo{
	display: none;
}


/*-----------------------------------
■ グローバルナビ
-----------------------------------*/
#global-nav{
	clear: both;
	overflow: hidden;
	/* background-color: #ffffff; */
	padding-bottom: 2em;
}

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}
#global-nav .menu-wrap{ display: block; }

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	font-weight: bold;
}
#global-nav #menu li.last{ margin: 0; } /*一番右のメニューだけに追加指示*/
#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 0;
	color: #333; /* メニューのフォントの色*/
	text-decoration: none;
}
#global-nav #menu li span{ display: none; }



/*-----------------------------------
■ パンくずリスト
-----------------------------------*/
#bread-out{
	    background-image: url(../images/zeiri/bg-leaf-top.jpg);
	    background-position: center;
	    margin-bottom: 2em;
}
.bread-out-gyosei{
		background-image: url(../images/gyosei/bg-leaf-gyosei-top.jpg)!important;
}
.breadcrumbs{
	clear:both;
	padding: 1em 0 1em 0;
	font-size: 0.9em;
	width: 980px;
	margin: auto;
	color: white;
}
.breadcrumbs a{
	color: white;
}
.breadcrumbs02{
	clear:both;
	padding: 1em 0 1em 0;
	font-size: 0.9em;
}
.breadcrumbs a{
	text-decoration: underline;
}
.brc-gyosei-top{
	color: #333;
}
.brc-gyosei-top a{
	color: #333!important;
}

/*-----------------------------------
■ メイン
-----------------------------------*/
#main-in{
	overflow: hidden;
}
#main-menu-in{
	width: 980px;
	margin: auto;
	overflow: hidden;
}
/*メイン画像*/
#main-image{
	text-align: center;
	margin-bottom: 2em;
}
#main-image-in{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#main-img p{text-align: center;}
.collar-w{
	
color: white;
}


/*-----------------------------------
■ コンテンツ内Hタグの設定
-----------------------------------*/
/*共通設定H2タグ*/
#main-contents h2,
#main-contents-post h2{
	padding: 0.6em 0 0.4em 0.6em;
	background: #fff;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	border-top: 3px solid #5fa80f;
	clear: both;
	margin: 0px 0 12px 0;
	line-height: 1.0em;
}
#main-contents h2.top-h2{font-size: 20px;}

.h2-intro-top{
	margin: 0 !important;
	padding: 6px 0px 0 0px !important;
	/* background: #e2efd2 !important; */
	color: #333 !important;
	font-size: 1.6em;
	font-weight: bold;
	border: none !important;
}
#intro-top-l p{}
#intro-top-l img{}
#intro-top-in{
	padding: 10px;
	overflow: hidden;
	font-size: 13.5px;
}
#intro-top-in p{
	background-color: white;
	padding: 1em;
	margin:0!important;
	border-radius: 3px;
}
.intro-text{
	width: 215px;
	padding:0!important;
}
#intro-top-l{
	float: left;
	width: 49%;
	background-color: white !important;
	border: 1px solid #5ca835;
	border-radius: 3px;
	margin-right: 16px;
	margin-bottom: 31px;
}
#intro-top-l p{}
#intro-top-l img{}
#intro-top-l h2{
	padding: 12px 0px 10px 0px !important;
}
#intro-top-r h2{
	padding: 12px 0px 10px 0px !important;
}
#intro-top-r{
	
float: left;
	
width: 48%;
	
background-color: white !important;
	
border: 1px solid #5ca835;
	
padding-bottom: 22px;
	
margin-bottom: 1em;
	
border-radius: 3px;
}
#intro-top-l h2,#intro-top-r h2{
	
border-bottom: 1px dotted #5ca835 !important;
	
margin-left: 10px !important;
	
margin-right: 10px!important;
	
margin-bottom: 7px !important;
}
#main-contents h2 a:link,
#main-contents-post h2 a:link,
#main-contents h2 a:visited,
#main-contents-post h2 a:visited{ text-decoration: none; }
#main-contents h2 a:hover,
#main-contents-post h2 a:hover,
#main-contents h2 a:active,
#main-contents-post h2 a:active{ text-decoration: underline; }

/*共通設定H3タグ*/
#main-contents h3,
#main-contents-post h3{
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 5px 32px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	clear: both;
	background-color: #5ca835;
	background-image: url(../images/title/icon-h3.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
.contents-new{
	
display: none;
}
#main-contents h3 a:link,
#main-contents-post h3 a:link,
#main-contents h3 a:visited,
#main-contents-post h3 a:visited{ 
	color:#fff;
	text-decoration: none;
	}
#main-contents h3 a:hover,
#main-contents-post h3 a:hover,
#main-contents h3 a:active,
#main-contents-post h3 a:active{ text-decoration: underline; }

/*共通設定H4タグ*/
#main-contents h4,
#main-contents-post h4{
	margin: 0px 0 0.5em 0px;
	padding: 0.5em 0px 0.5em 14px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	border-bottom: 4px solid #5ca835;
}
#main-contents h4 a:link,
#main-contents-post h4 a:link,
#main-contents h4 a:visited,
#main-contents-post h4 a:visited{ text-decoration: none; }
#main-contents h4 a:hover,
#main-contents-post h4 a:hover,
#main-contents h4 a:active,
#main-contents-post h4 a:active{ text-decoration: underline; }


/*共通設定H5タグ*/
#main-contents h5,
#main-contents-post h5{
	margin: 20px 0 10px 0;
	padding: 0px 0 0 13px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	border-bottom: 2px dotted #5ca835;
}
/*共通設定H6タグ*/
#main-contents h6,
#main-contents-post h6{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0.2em 0;
	color: #333;	
	font-size: 1.15em;	
	font-weight: bold;
	clear: both;
	border-bottom: 3px solid #EEE;
}

/*小見出し*/
p.komidashi{
	margin-bottom: 0.8em!important;
	font-size: 1.1em;
	color: #647A46;
	font-weight: bold;
	position: relative;
    padding: 0.2em 0.5em 0 2em;
}
p.komidashi::before,
p.komidashi::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
p.komidashi::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(95, 168, 15, 0.5);
}
p.komidashi::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(95, 168, 15, 0.3);
}

/*-----------------------------------
■ コンテンツ共通
-----------------------------------*/
#main-contents .contents{
	/* width: 700px; *//*レスポンシブのとき変更*/
	padding-bottom: 1.5em;
}
#intro-top{
	background-color: #e9f3e0;
	margin-bottom: 2em;
	border-radius: 3px;
}
#intro-top h2{
	background: url(../images/common/img-kitune.png) 10px 8px no-repeat #e9f3e0;
	background-size: 50px;
	font-size:1.4em;
	color: #658B49;
	line-height:1.3;
	padding: 1.0em 0.5em 0.5em 68px !important;
	margin: 0;
	border: 0;
}
#main-contents .conts{
	margin-bottom: 3.5em;
	padding: 0 10px;
}
#main-contents .box-line01{
	padding: 7px 15px 5px;
	margin-bottom: 1em;
	border:1px solid #ddd;
}
#main-contents .box-line-in{
	margin-left: 0.8em;
}

/*段落タグ*/
#main-contents p{margin-bottom: 1.5em;}

.cat-links p{
	margin: 0px 0px 0px 0px !important;
	overflow: hidden;
}

/*■ リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0;
	padding: 0;
	margin-bottom: 2.0em;
}
#main-contents li{
	margin-bottom: 0.7em;
	line-height: 1.5em;
	list-style-position: inside!important;
}
#zeiri-service ul{
}
#zeiri-service li{
	display: inline;
	list-style: none !important;
	overflow: hidden;
	margin-left: 6px;
}
#zeiri-service li img{
	
margin-top: 1em;
}
#main-contents ul li{
	list-style: disc;
}
#main-contents ol li{
}
/* サイトマップのリストタグ　マーク不使用 */
#sitemap_list li{
	list-style: none!important;
}

/*■ テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}


#main-contents .entry-content table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #647A46;
}
table.huuzoku th{
	width: 60% !important;
}
table.huuzoku td{
}
#main-contents .entry-content table thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #3B4920;
	border-right: 1px solid #3B4920;
	border-bottom: 1px solid #3B4920;	
	color: #fff;
	background: #647A46;
}
#main-contents .entry-content table thead tr.cell02 th{
	background: #918B21;	
}
#main-contents .entry-content table thead{
	border-bottom: 3px solid #EF6238;
}
#main-contents .entry-content table tbody th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #647A46;
	border-bottom: 1px solid #647A46;
	color: #3B4920;
	background: #FBF9E5;
}
#main-contents .entry-content table td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #647A46;
	border-bottom: 1px solid #647A46;
}

#main-contents .entry-content table.table-style02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #FED1BE;
	border-left: 3px solid #EF6238;
}
#main-contents .entry-content table.table-style02 th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #F9EBE2;
	border-right: 1px solid #FED1BE;
	border-bottom: 1px solid #FED1BE;

}
#main-contents .entry-content table.table-style02 td {
	padding: 10px;
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #FED1BE;
	border-bottom: 1px solid #FED1BE;
}

#main-contents .entry-content table.flow-table{
	width: 90%;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
}
#main-contents .entry-content table th.flow-cell01 {
  border-top: 1px solid #647A46;
}



#main-contents .entry-content table th.step-a,
#main-contents .entry-content table th.step-b,
#main-contents .entry-content table th.step-c02 {
  /*position: relative;*/
}
#main-contents .entry-content table th.step-a:after,
#main-contents .entry-content table th.step-b:after,
#main-contents .entry-content table th.step-c02:after {
	/*border-top: 8px solid #5CA835; 
    border-left: 8px solid transparent; 
    border-right: 8px solid transparent;
    content: "";
    position: absolute;*/
    top:80%; /* 四角形の高さと同じ物を指定 */
    left: 15%; /* 中央寄せに使用 */
}


.step-a,
.step-a-midashi{
	font-size: 1.1em;
	font-weight: bold;
	color: #B94D3B!important;
}
.step-b,
.step-b-midashi{
	font-size: 1.1em;
	font-weight: bold;
	color: #A93E66!important;
}
.step-c,
.step-c-midashi,
#main-contents .entry-content table th.step-c02{
	font-size: 1.1em;
	font-weight: bold;
	color: #14759D!important;
}
#main-contents .entry-content table th.step-d{
	font-size: 1.1em;
	font-weight: bold;
	color: #1CA894!important;
	background: #fff;
}

#main-contents .entry-content table th.step-a{
	background: #FBF9A5;
}
#main-contents .entry-content table th.step-b{
	background: #FBF9C5;
}
#main-contents .entry-content table th.step-c,
#main-contents .entry-content table th.step-c02{
	background: #FBF9E5;
}

#main-contents .entry-content table td.flow-cell02{
    border-top: 1px solid #647A46;
}
#main-contents .entry-content table td.flow-cell03{
    border-top: 1px solid #647A46;		
}



#main-contents .entry-content table.yohaku th{
	border-bottom: 0;
	padding: 1.5em 1em;
}
#main-contents .entry-content table.yohaku{
	border-bottom: 1px solid #647A46;
}





#main-contents .entry-content table td.flow-arrow-01 p,
#main-contents .entry-content table td.flow-arrow-02 p{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    text-orientation: upright!important;  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 13px;
  left: 0;
  padding: 0.5em;
  color: #fff;
}
#main-contents .entry-content table td.flow-arrow-01 p{
	  background: #EF6238;
}
#main-contents .entry-content table td.flow-arrow-02 p{
	  background: #6166B6;
}

#main-contents .entry-content table td.flow-arrow-01,
#main-contents .entry-content table td.flow-arrow-02{
	padding: 0 0 0 3px;
	/* height: 100%; */
	margin: 0 auto;
	border: 0;
	text-align: center;
	position: relative;
}
#main-contents .entry-content table td.flow-arrow-01:after,
#main-contents .entry-content table td.flow-arrow-02:after{
    content: "";
    border: 14px solid transparent;
    position: absolute;
    left: 1px;
    bottom: -13px;
}
#main-contents .entry-content table td.flow-arrow-01:after{
	border-top: 12px solid #EF6238;
}
#main-contents .entry-content table td.flow-arrow-02:after{
	border-top: 12px solid #6166B6;	
}






p.kakomi01,
p.kakomi02{
	display: inline-block;
	margin: 2px!important;
	padding: 0.1em 0.5em 0 0.5em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
}
p.kakomi01{
	background: #1CA894;
	color: #fff;
}
p.kakomi02{
	background: #3D87B4;
	color: #fff;	
}






#content,
#content input,
#content textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	overflow: hidden;
	margin: 0 0 3.5em 0;
}
.single .hentry {
	margin: 0 0 3em 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	padding: 0 0.5em 0 0.5em;
	text-align: right;
	color: #333;
	margin-bottom: 1em;
}
.entry-date{
	font-size: 1.1em;
	font-weight: bold;	
	margin-right:1em;
}
.vcard,
.meta-sep{display:none;}

/*■ SNSボタン*/
#entry-sns {
	padding-top: 0.5em;
	float: right;
	margin-right: 0.5em;
}
#entry-sns li {
	list-style: none!important;
	float: left;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0.5em 0 0 10px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0.2em 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 1em;
}
.entry-meta a,
.entry-utility a {
	font-size: 1.1em;
}
#content .video-player {
	padding: 0;
}
.singlemeta{
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
}
.singlemeta span.meta-sep{
	margin-left: 1em;
	padding: 0 0.5em;
	color: #fff;
	background: #2DBEFF;
}
.singlemeta span.small{
	font-size: 0.8em;
	font-weight: normal;
}
.singlemeta a {
	padding-left: 0;
	padding-right: 1em;
	text-decoration: underline;
}



/*-----------------------------------
■ コメント
-----------------------------------*/
#comments {
	clear: both;
	margin: 0 10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/*■ コンタクトフォーム */
input[type="submit"] {
	color: #333;
	padding: 3px;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0!important;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/*-----------------------------------
■ ウィジェットエリア
-----------------------------------*/
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

/*■ カレンダー*/
#wp-calendar {
	width: 92%;
	margin: 0.5em auto 0.8em;
}
#wp-calendar a{
	text-decoration: underline;
	font-weight: bold;
	background:	none!important;
	padding: 0!important;
}
#wp-calendar a:link,
#wp-calendar a:visited{ color: #FAA028; }
#wp-calendar a:hover,
#wp-calendar a:active{ 
	text-decoration: none;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
	background: #eee;
}
#wp-calendar tfoot {
	text-align: left;
}
#wp-calendar thead th {
}
#wp-calendar tbody {

}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	color: #000;
}
#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}



/*-----------------------------------
■ サイドメニュー
-----------------------------------*/
.side-conts{
	margin: 0 0 1.5em 0;
	position: relative;	
	padding: 3px;
	background: #eee;
}
#sidebar .side-contents-in{
	padding: 100px 1.2em 1em 1.2em;
	background: #fff!important;
}
#sidebar h3{
	color: #fff;
	font-weight: bold;
	padding: 5px 0px 3px 14px;
	background: #5fa80f;
	border-radius: 3px;
	margin: 0px 0px 5px 0;
}
#sidebar h4{
	color: #5fa80f;
	font-weight: bold;
	padding-top: 0.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px dashed #5fa80f;
}
#sidebar .side-conts ul{
	padding: 1.2em 1.5em;
}
#sidebar ul li{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.4em;
}
#sidebar .side-contents-blog{
	margin: 0 0 2.5em 0;
}
#sidebar .side-contents-blog-in{
	background: #fff!important;
}

/*■ ブログ用サイドメニュー*/
#blogmenu{
	margin-bottom: 4em;
}
#blogmenu-head{
	display: none;
}

#blogmenu .side-contents-in ul{
	padding-top: 0.45em;
	padding-bottom:  0.8em;
	width: 91%;
	margin: auto;
}
#blogmenu .side-contents-in ul li{
	padding: 0.4em 0 0;
}
#blogmenu .side-contents-in form{
	padding: 1em 0 1.5em 0.5em;
}



/*-----------------------------------
■ フッター（#footer）
-----------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	background: #e0f0d8;
}
#footer-in {


}
.footer-menu-in01 li{

}
.footer-menu{
	
overflow: hidden;
}
.footer-menu h3{
	color: #5ca835;
	font-weight: bold;
	border-bottom: 1px dotted #5ca835;
	margin-bottom: 0.5em;
	margin-right: 31px;
}
#footer-menu {
	width: 900px;
	padding: 3em 0 3em;
	margin: auto;
}
#footer-menu ul {}
#footer-menu li{
	float: left;
	border-left: 1px solid #333!important;
	padding: 0em 1.2em 0em 1.2em;
	border: 0;
}
#footer-menu li.last{  border-right: 1px solid #333; }
#footer-menu li a:link,
#footer-menu li a:visited{ color: #333; }
#footer-menu li a:hover,
#footer-menu li a:active{ 
	color: #FAA028;
}
#footer-menu-in01{

width: 50%;

overflow: hidden;

float: left;
}
#footer-menu-in02{
	
width: 25%;
	
overflow: hidden;
	
float: left;
}
#footer-menu-in03{
	
width: 25%;
	
overflow: hidden;
	
font-size: inherit;
}

/*■コピーライト*/
#copyright{
	clear: both;
	padding: 0.2em 0;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	background: #3b4920;
}


/*-----------------------------------
■ ページトップ
-----------------------------------*/
#page-top{
	position: fixed;
	bottom: 0;
	right: 3em;
	z-index: 99;
	width: auto;
	height: auto;
}

* html #page-top{ display: none; }

#page-top a{
	font-weight: bold;	
	display: block;
	padding: 1em;
	border: 1px solid #fff;
	text-decoration: none; 		
}
#page-top a:link,
#page-top a:visited{
	background: #eee;
	color: #333;
}
#page-top a:hover,
#page-top a:active{
	background: #333;	
	color: #fff;
}



/*-----------------------------------
■回り込み解除（.clearfix）
-----------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*-----------------------------------
■追加した要素など
-----------------------------------*/

/*トップページ　ブログの最新記事*/
#news-top{
	overflow: hidden;
	padding: 1em;
	margin: 0 auto;
}
#news-top a{
	text-decoration: underline;
	font-weight: normal;
}
#news-top dd{
	clear: both;
	color: #919191;
	margin: 0;
}
#news-top .thumbnail{
	float: left;
	padding-right: 2em;
}
#news-top .blogdata{
	font-weight: normal;
	overflow: auto;
	zoom: 1;
}
#news-top .blogdata a{
	padding-left: 1em;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/icon/icon-arrow.png) left center no-repeat;
}
#news-top .block{
	border-bottom: 1px dotted #919191;
	margin-bottom: 0.5em;
}
#news-top span.category{
	padding: 0.1em 0.5em 0 0.5em;
	background: #0096DA;/*以下角丸設定*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#news-top span.category a:link,
#news-top span.category a:visited{
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	color: #fff;
	background: none;
	padding: 0;
}
#news-top span.category a:hover,
#news-top span.category a:active{
	text-decoration: underline;		
}
#news-top dt{
	margin: 0;
}

/*■moreボタン*/
a.more-btn{
	width: 15em;
	float: right;
	text-align: center;
	margin-bottom: 1.0em;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	padding: 0.6em 0 0.4em;
	border: 2px dashed #3b4920;
}
a.more-btn:link,
a.more-btn:visited{
	color: #3b4920;
	text-decoration: none;
	background: url(../images/icon/icon-arrow.png) 15px center no-repeat #fbf9e5;
}

a.more-btn:hover,
a.more-btn:active{
	background-position:18px center;
}


#res-header{
	display: none;
}
.category-div,
.tag-div{
	padding-right: 0.5em;	
	float: left;
}
.category-div-in,
.tag-div-in{
	float: left;
	margin: -0.5em 0 0 0;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	background: #eee;
}
.cat-links a{
	text-decoration: underline;
	overflow: hidden;
}
.cat-links{
	float: left;
}
.tag-links{
	clear: both;
	float: left;
}
.comments-link{
	float: right;
	text-decoration: underline;
}



/*■（前の記事／次の記事）ページャーボタン*/
#nav-below{
	clear: both;
	width: 100%;
}
#nav-below .nav-next{
	text-align: right;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin-bottom: 1em;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: bold;
}

#nav-below a:link,
#nav-below a:visited{
	color: #333;
	background: #fff;
	text-decoration: none;
}
#nav-below a:hover,
#nav-below a:active{
	background: #333;
	color: #fff;
}

/*（古い投稿／新しい投稿）old-newボタン*/
.old-new #nav-below .nav-previous a,
.old-new #nav-below .nav-next a{
	border: 1px solid #333;
	padding: 0.5em 2em 0.5em 2em;
}

.old-new #nav-below a:link,
.old-new #nav-below a:visited{
	color: #333;
	background: #fff;
	text-decoration: none;
}
.old-new #nav-below a:hover,
.old-new #nav-below a:active{
	background: #333;
	color: #fff;
}

/* ■ 404ページ ■ */
div.img-404 {
	float: left;
	margin: 0em 2.5em 2em 20px;   
}
div.img-404 img{
	margin: auto;
	width: 117px;
}
div.text-404{
	float: right;
	width: 450px;
}
div.text-404 img{
	margin-bottom: 0.5em;
}
ul.menu-404{
	clear: both;
	margin-bottom: 1.8em!important;
	overflow: hidden;
}
ul.menu-404 li{
	list-style: none!important;
	margin: 0 1em 0 1em;
	font-size: 1.1em;
	padding: 0.2em 0em 0em 1.3em;
	font-weight: bold;
	background: url(../images/icon/icon-list01.png) left center no-repeat;	
}
ul.menu-404 li a{
	text-decoration: underline;
}
p.back-404{
	font-size: 1.2em;
	text-align: right;
	padding-top: 2.2em;
}
p.back-404 a{
	background: url(../images/icon/icon-arrow.png) left center no-repeat;
	padding: 0.2em 0em 0em 1.1em;
	text-decoration: underline;
}

/* ■お問い合わせバナー（コンテンツ下）*/
.contact-b{
	margin-bottom: 2em;
}

.mawari{
	margin-bottom: 2em;
	overflow: hidden;
}

.mawari-l{
	float: left;
	width: 30%;
	zoom: 0.75;	
}
.mawari-r{
	float: right;
	width: 70%;
}


.btn-img a{
	display: inline-block;
}
.btn-img p{
	margin-bottom: 0.5em!important;
}
.btn-img p a:first-child{
	margin-right: 0.5em;
}


span.kakomi02{
	display: inline-block;
	margin: 2px!important;
	padding: 0.1em 0.5em 0 0.5em;
	font-weight: bold;	
}
span.kakomi02:nth-of-type(1){
	border: 1px solid #3D87B4;
	color: #3D87B4;
}
span.kakomi02:nth-of-type(2){
	border: 1px solid #F66439;
	color: #F66439;
}
span.kakomi02:nth-of-type(3){
	border: 1px solid #42A869;
	color: #42A869;
}
span.kakomi02:nth-of-type(4){
	border: 1px solid #946115;
	color: #946115;
}
span.kakomi02:nth-of-type(5){
	border: 1px solid #A93E66;
	color: #A93E66;
}
span.kakomi02:nth-of-type(6){
	border: 1px solid #6166B6;
	color: #6166B6;
}



.btn{
	display: inline-block;
	margin-bottom: 0.2em;
	position:relative;	
}
.btn:before{
 	content:''; 
 	height:0; 
 	width:0; 
 	display:block; 
 	border:5px transparent solid; 
 	border-right-width:0; 
 	border-left-color:#fff; 
	position:absolute; 
	top:40%;
	left:5%;
}
.btn a{
	width: 100%;
	min-width: 280px;
	max-width: 280px;
	display: inline-block;
	margin: 2px!important;
	padding: 1em 0.6em 1em 1.4em;
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	color: #fff;
	text-decoration: none;			
}
.btn a{	background: #5CA835;}
.btn :hover,
.btn :active{ background: #3B4920; }

.btn-img .btn01 a,
.btn-img .btn02 a,
.btn-img .btn03 a,
.btn-img .btn04 a,
.btn-img .btn05 a,
.btn-img .btn06 a{
	width: auto;
	min-width: 150px;
	max-width: 150px;	
	font-size: 1.1em;
}
.btn-img .btn01 a{	background: #3D87B4; }
.btn-img .btn02 a{	background: #F66439; }
.btn-img .btn03 a{	background: #42A869; }
.btn-img .btn04 a{	background: #946115; }
.btn-img .btn05 a{	background: #A93E66; }
.btn-img .btn06 a{	background: #6166B6; }

.btn-img a:nth-of-type(1):hover,
.btn-img a:nth-of-type(1):active,
.btn-img a:nth-of-type(2):hover,
.btn-img a:nth-of-type(2):active,
.btn-img a:nth-of-type(3):hover,
.btn-img a:nth-of-type(3):active,
.btn-img a:nth-of-type(4):hover,
.btn-img a:nth-of-type(4):active,
.btn-img a:nth-of-type(5):hover,
.btn-img a:nth-of-type(5):active,
.btn-img a:nth-of-type(6):hover,
.btn-img a:nth-of-type(6):active{
	background: #5CA835;
	color: #fff;
}



.box{
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 2em;
	padding: 2em 2em 2em 2em;
	border: dashed 1px #5CA835;
	background: #E0F0D8;
	color: #122601;
}
.box ol{
	margin-bottom: 0!important;
}
.box02{
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 2em;
	padding: 2em 2em 2em 2em;
	background: #FBF9E5;
	color: #122601;
}
.box02 ol{
	margin-bottom: 0!important;
}


.footer-taioutiiki{
	/* border: 1px solid #5CA835; */
	background-color: #fff;
	padding:10px;
	font-size:1.2em;
	line-height: 1.5;
	margin-bottom: 1.8em;
}
.footer-taioutiiki h3{
	font-weight: bold;
	color:#5CA835;
}


/*-----------------------------------
■2.0記事一覧TOP用追加項目
-----------------------------------*/
ul.new-posts{
	/* width: 100%; */
	/* max-width: 972px; */
	overflow: hidden;
	float: left;
	border-bottom: 0!important;
	margin-bottom: 2em!important;
	margin-right: -1.9%;/*記事の数に合わせる*/
}
#main-contents-post h2{clear: both;}

#news-top ul.new-posts h3,
#news-top ul.category-posts h3{
	padding: 0.5em;
}

ul.new-posts li img,
#news-top ul.new-posts h3 img,
#news-top ul.category-posts h3 img{
	vertical-align: middle!important;
}

#news-top ul.new-posts h3 a,
#news-top ul.category-posts h3 a{
	font-weight: bold;
	line-height: 1.5em;
}

ul.new-posts li{
	position: relative;
	min-height: 480px;
	border: solid 2px #333;
	border-radius: 10px;
	width: 30%;/*記事の数に合わせる*/
	margin-right: 1.9%;/*記事の数に合わせる*/
	margin-bottom: 1em;
	padding: 5px;
	float: left;
	overflow: hidden;
}

li.new-entry h3{
	clear: none!important;
	padding: 0.5em!important;
}

li.new-entry ul{padding: 0 1em;}

.new-entry-in li{
	background: url(images/icon/icon-arrow.png) left top 0.8em no-repeat;
	min-height: inherit!important;
	padding-left: 1em!important;
	border: 0!important;
	width: 95%!important;
	float: none!important;}

ul.new-posts dl,
ul.category-posts dl{
	padding: 0 0.8em;
	margin: 0;
}

ul.new-posts .thumbnail,
ul.category-posts .thumbnail{
	overflow: hidden;
	padding-right: 0!important;
	margin-bottom: 1em;
	text-align: center;
	float: none!important;
}
ul.new-posts .thumbnail img,
ul.category-posts .thumbnail img{
	max-height: 90px;
	max-width: 100%!important;
}


ul.new-posts .blogdata,
ul.category-posts .blogdata{
	margin-bottom: 2em;}

.blogmeta{
	position: absolute;
	bottom: 0.5em;}

.blogmeta dd{margin: 0;}

.category-posts{
	margin-right: -1.9%;/*記事の数に合わせる*/
	overflow: hidden;
	border-bottom: 0!important;
}

ul.category-posts li{
	position: relative;
	min-height: 430px;
	margin-bottom: 2em!important;
	border: solid 2px #68870F;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 25px;
	padding: 5px;
	width: 30%;/*記事の数に合わせる*/
	margin-right: 1.9%;/*記事の数に合わせる*/
	float: left;
}

.category-list{
	overflow: hidden;
	margin-bottom: 1em;}

.category-list a{
	font-size: 18px;
	text-decoration: none!important;
	line-height: 2em;
	padding: 0.2em 0.5em;
}

.category-list a:{
}

.category-list a:link,
.category-list a:visited{
	background: #68870F;
	color: #fff;
}
.category-list a:hover,
.category-list a:active{
	background: #333;	
	color: #fff;
}
/*-----------------------------------
■汎用タグ
-----------------------------------*/
/*フォントカラー*/
.aka{ color: #FF0000!important; }/*赤*/
.koi-aka{ color: #C00000!important; }/*濃い赤*/
.sumire{ color: #9471DE!important; }/*すみれ*/
.murasaki{ color: #840084!important; }/*紫*/
.aomidori{ color: #007F7F!important; }/*青緑*/
.kuro{ color: #111111!important; }/*黒*/
.pink{ color: #FF6699; }/*ピンク*/
.koi-pink{ color: #FF1493!important; }/*濃いピンク*/
.ao{ color: #0000FF!important; }/*青*/
.midori{ color: #007017!important; }/*緑*/
.orange{ color: #FF7F00!important; }/*オレンジ*/
.siro{ color: #FFF!important; }/*白*/
.shuiro{ color: #EF6238!important; }
.maker{ background: #F1FC96;}

/*フロート・アライン*/
.fl-l,
.fl-l_l{ float: left!important; }
.fl-r,
.fl-r_l{ float: right!important; }
.fl-c{ clear: both!important; }
.al-l{ text-align: left!important; }
.al-r{ text-align: right!important; }
.al-c{ text-align: center!important; }
.clearfix{ clear: both!important;}

/*パディング*/
.p1em{ padding: 1em!important; }
.p1_0em{ padding: 1em 0!important; }
.p0_1em{ padding: 0 1em!important; }
.p2em{ padding: 2em!important; }
.p2_0em{ padding: 2em 0!important; }
.p0_2em{ padding: 0 2em!important; }
.p3em{ padding: 3em!important; }
.p3_0em{ padding: 3em 0!important; }
.p0_3em{ padding: 0 3em!important; }
.p1em-l{ padding-left: 1em!important; }
.p2em-l{ padding-left: 2em!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

/*マージン*/
.m1em{ margin: 1em!important; }
.m1_0em{ margin: 1em 0!important; }
.m0_1em{ margin: 0 1em!important; }
.m2em{ margin: 2em!important; }
.m2_0em{ margin: 2em 0!important; }
.m0_2em{ margin: 0 2em!important; }
.m3em{ margin: 3em!important; }
.m3_0em{ margin: 3em 0!important; }
.m0_3em{ margin: 0 3em!important; }
.m4em-b{ margin-bottom: 4em!important; }
.m5em-b{ margin-bottom: 5em!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m100-b{ margin-bottom: 100px!important; }

/*フォント装飾*/
.b{ font-weight: bold!important; }
.u{ text-decoration: underline!important; }
.utikeshi{ text-decoration:line-through!important; }

/*フォントサイズ*/
.f08em{ font-size: 0.8em!important; }
.f09em{ font-size: 0.9em!important; }
.f11em{ font-size: 1.1em!important; }
.f12em{ font-size: 1.2em!important; }
.f13em{ font-size: 1.3em!important; }
.f14em{ font-size: 1.4em!important; }
.f15em{ font-size: 1.5em!important; }
.f16em{ font-size: 1.6em!important; }
.f17em{ font-size: 1.7em!important; }
.f18em{ font-size: 1.8em!important; }
.f19em{ font-size: 1.9em!important; }
.f20em{ font-size: 2.0em!important; }

/*下向き矢印(flow用)*/
p.arrow-down{
	min-height: 25px;
	padding-top: 0;
	background: url(images/common/img-arrow-down.png) center top no-repeat;}
.arrow-down{
	padding-top: 40px;
	background: url(images/common/img-arrow-down.png) center top no-repeat;
	}

/*リストアイコン*/
ul.list_01 li,
ul.list_02 li,
ul.list_03 li{
	list-style: none!important;
}
ul.list_01 li a{
	padding: 0.1em 0 0 1.0em;
	background: url(images/icon/icon-arrow.png) left center no-repeat;
}
ul.list_01-l li{
	padding: 0.5em 0 0.5em 1.0em!important;
	background: url(images/icon/icon-arrow.png) left top 0.8em no-repeat;
	list-style: none!important;
}
ul.list_02 li a{
	padding: 0 0 0 1.6em;
	background: url(images/icon/icon-arrow.png) left center no-repeat;
}
ul.list_02-l li{
	padding: 0.2em 0 0.5em 1.5em!important;
	background: url(images/icon/icon-orange.gif) left top 0.4em no-repeat;
	list-style: none!important;
}
ul.list_03 li a{
	padding: 0 0 0 1.6em;
	background: url(images/icon/icon-arrow.png) left center no-repeat;
}
ul.list_03-l li{
	padding: 0.2em 0 0.5em 1.5em!important;
	background: url(images/icon/icon-arrow.png) left top 0.4em no-repeat;
	list-style: none!important;
}
ul.list_01{margin-bottom:2.5em;}

ul.list_01 li ul li{
	padding-left:1em!important;
}

/*囲み枠*/
.solid_01{
	border: solid 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.solid_02{
	border: solid 2px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.solid_03{
	border: solid 2px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_01{
	border: dotted 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_02{
	border: dotted 2px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_03{
	border: dotted 2px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_01{
	border: dashed 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_02{
	border: dashed 1px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_03{
	border: dashed 2px #ddd;
	padding: 1em;
	margin-bottom: 1em;
}
.double_01{
	border: double 4px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.double_02{
	border: double 5px #ddd;
	padding: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 1em;
}

/*テキストボタン*/
a.text-btn_01{
	clear: both;
	display: block;
	width: 50%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0.5em 0.4em;
	margin: 1em auto;
	background: url(../images/icon/icon-arrow.png) 95% center no-repeat #fff;
	border: 1px solid #68870F;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
a.text-btn_01:hover{
	color: #fff;
	background: url(../images/icon/icon-arrow.png) 95% center no-repeat #68870F;
}
a.text-btn_02{
	clear: both;
	text-align: center;
	color: #68870F;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0 auto 1em;
	background: #fff;
	border: 1px solid #68870F;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
a.text-btn_02:hover{
	color: #fff;
	background: #68870F;
}
a.text-btn_03{
	clear: both;
	text-align: center;
	color: #68870F;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0 auto 1em;
	background: url(../images/icon/icon-arrow.png) 95% center no-repeat #fff;
	border: 2px solid #68870F;
}
a.text-btn_03:hover{
	color: #fff;
	background: url(../images/icon/icon-arrow.png) 95% center no-repeat #68870F;
}

/*Q&A*/
.qa{
	line-height: 2em;
	margin-bottom: 1em;
	padding: 1em;
	border: dashed 1px #5CA835;
	color: #122601;
}	

p.icon-q{
	margin-bottom: 1em!important;
	background: url(images/icon/icon-q.png) left 8px top 0.2em no-repeat #FBF9E5;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0.3em;
	padding-left: 45px!important;
	font-size: 1.2em;
	color: #122601;
	line-height: 1.5em;
}
p.icon-a{
	margin-bottom: 0.7em!important;	
	background: url(images/icon/icon-a.png) left 8px top no-repeat;
	padding-left: 45px!important;
	padding-top: 0.2em;
}
.q_01{
	background: url(images/icon/icon-q_01.png) left 8px top 0.2em no-repeat #ccc;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0.3em;
	padding-left: 55px!important;
	font-size: 20px;
	color: #fff;
	min-height: 30px;
	line-height: 1.5em;
}
.a_01{
	background: url(images/icon/icon-a_01.png) left 8px top no-repeat;
	padding-left: 55px!important;
	min-height: 30px;
	padding-top: 0.5em;
}

.q_02{
	background: url(images/icon/icon-q_02.png) no-repeat;
	padding-left: 50px!important;
}
.a_02{
	background: url(images/icon/icon-a_02.png) no-repeat;
	padding-left: 50px!important;
}

/*-----------------------------------
■ブログの追加要素等
-----------------------------------*/
.posts{
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}
/*記事内にmoreタグが入っている場合*/
.moretxt{
	display: block;
	padding-top: 2em;
	font-size: 1.4em;
	text-decoration: underline;
	text-align: right;
}


/*-----------------------------------
■グローバルエレメンツ（基本設定）
-----------------------------------*/
body,
input,
textarea {
	font-size: 14px;
	line-height: 22px;
}
hr {
	background-color: #5ca835;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
ul {list-style: none;}
#footer .footer-menu ul{
	float: left !important;
	width: 200px;
	margin: 6px 40px 39px 4px;
}
li.odd{
	background-image: url(../images/icon/icon-arrow.png);
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 13px;
}
li.even{
	background-image: url(../images/icon/icon-arrow.png);
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 13px;
	padding-top: 0px;
}
li.index{
	margin-left: 28px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol { list-style: upper-alpha; }
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl { margin: 0 0 24px 0; }
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite,
em,
i {
	font-style: italic;
}
big { font-size: 131.25%; }
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	background: #eee;
	padding: 1em;
	margin-bottom: 1em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
small { font-size: smaller; }

/*検索フォーム前の文字を非表示*/
.screen-reader-text{display: none;}

/*-----------------------------------
■ブラウザのCSSをリセット
-----------------------------------*/
*{	margin: 0;
	padding: 0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select{	font-size: 1em;	}
fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
img{
	border: none;
	vertical-align: bottom;
}
img.block{
	
display: block;
	
margin-left: auto;
	
margin-right: auto;
	
margin-bottom: 1em;
}
#main-img{
	
overflow: hidden;
}
#main-img-in{
	
overflow: hidden;
}
ul.main-img-link{
	width: 760px;
	overflow: hidden;
	margin: auto;
}
.main-img-link{
	width: 100%;
}
.main-img-link li{
	display: inline;
	overflow: hidden;
	float: left;
	/* margin-left: 20px; */
	margin-right: 20px;
}
.main-img-last{margin-right: 0 !important;}
/*■WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }
/*■Firefox対策*/
html{
	overflow-y: auto;
	overflow-x: auto;
	overflow: -moz-scrollbars-vertical;
}
body,x:-moz-broken { margin-left:-1px; }
/*壊れた画像をわかりやすくするコード*/
img:-moz-broken{
	display:block;
	border: 1px solid #ff0000;
	background: #333;
	color:#DDD;
}


/*検索フォームとコメントフォームのIE対策*/
.searchform input{
		max-width: 125px;
}

.searchform input,
.comment-form input{
		line-height: 0!important;
		padding: 3px!important;
}
.searchform input#searchsubmit,
.form-submit input{
		line-height: 22px!important;
}
.comment-form textarea{
	padding: 3px;
}



/*-----------------------------------
■印刷設定
-----------------------------------*/
@media print {
/*	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		padding-bottom: 18pt;
	}
	#footer-in {
		border-top: 2pt solid #000;
	}
	#header-left,
	#header-contact {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#header-left {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#global-nav,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.page-top {
		display: none !important;
	}
	#wrapper-in,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#footer-in {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
*/
}