@charset "utf-8";
/*
Theme Name: Kodama-Sekkotsuin2025
Theme URI: http://www.kodama-sekkotsuin.com/
Description: t262
Author: K-net
Author URI: http://www.tsubame-k.net/
*/

*{margin:0;padding:0;}

body{
font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333333;
}


a{color:#00a8bf;text-decoration:none;}
a:hover{color:#6bcaf2;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.grecaptcha-badge{visibility: hidden;}

/*************
メインビジュアル
*************/
#main_img{
width: 960px;
height: 240px;
padding: 0 0;
background: url(images/main.jpg) no-repeat top center;
margin-bottom:20px;
}

/*************
全体
*************/
#wrapper{
width: 100%;
background:url(images/wp_bg.png) repeat-x;
}
#content{
margin: 0 auto;
width: 960px;
}

/*************
/* ヘッダー
*************/
#header{
height: 153px;
margin: 0 auto 15px;
width: 960px;
}

#header h1 {
padding: 0 0;
font-size: 12px;
font-weight: normal;
}

#header_area{
height:100px;
padding: 0;
background: url(images/header_bg.png) no-repeat 100%;
}

/*************
/* トップナビゲーション（2018.8～）
*************/
#nav {
  margin-top: 7px;
  list-style: none;
  overflow: hidden;
}

#nav li {
  font-size: 14px;
  width: 125px; 
  text-align: center;
  float: left;
  line-height: 50px;
  margin-right: 12px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
}

.btn{
	z-index:0;
    display: inline-block;
    text-decoration: none;
    color: #98cca3;
    width: 134px;
    height: 40px;
    line-height: 42px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#a6dbb1 0%, #98cca3 100%);
    background-image: linear-gradient(#a6dbb1 0%, #98cca3 100%);
    text-shadow: 1px 1px 1px rgba(152, 152, 152, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn:hover{/*マウスを乗せたとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#a6dbb1 0%, #98cca3 100%);
    background-image: linear-gradient(#a1d6a0 0%, #d6ffa9 100%);/*グラデーションを明るく*/
}

.btn:active{/*クリックした時*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#a6dbb1 0%, #98cca3 100%);
    background-image: linear-gradient(#a1d6a0 0%, #d6ffa9 100%);/*グラデーションを明るく*/
}

.current{/*訪問中に表示*/
	margin-top: 5px;
	margin-right: 3px !important;
    display: inline-block !important;
    position: relative !important;
    text-decoration: none !important;
    color: #98cca3 !important;
    width: 134px !important;
    line-height: 42px !important;
    border-radius: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
    overflow: hidden !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px rgba(152, 152, 152, 0.66);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#a6dbb1 0%, #98cca3 100%);
    background-image: linear-gradient(#a1d6a0 0%, #d6ffa9 100%);/*グラデーションを明るく*/
}

/*************
/* トップナビゲーション（旧）
*************/
ul#topnav{
margin: 0 0 20px;
width: 960px;
height: 45px;
background:#ffffff url(images/navi.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:160px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 160px;
height: 45px;
background:#ffffff url(images/navi.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-160px 0;}
ul#topnav a#access{background-position:-320px 0;}
ul#topnav a#voice{background-position:-480px 0;}
ul#topnav a#faq{background-position:-640px 0;}
ul#topnav a#contact{background-position:-800px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -45px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-160px -45px;}
ul#topnav a#access:hover, ul#topnav li.active a#access{background-position:-320px -45px;}
ul#topnav a#voice:hover, ul#topnav li.active a#voice{background-position:-480px -45px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-640px -45px;}
ul#topnav a#contact:hover, ul#topnav li.active a#contact{background-position:-800px -45px;}

/*************
/* トップバナーナビ
*************/
ul#banav{
margin: 15px 0 20px 0;
width: 960px;
height: 90px;
background:url(images/topbanavi.png) no-repeat 0 0;
}

ul#banav li{float:left;list-style:none;width:240px;}

ul#banav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 240px;
height: 90px;
background:url(images/topbanavi.png) no-repeat;
}

ul#banav a#first{background-position:0 0;}
ul#banav a#koshi{background-position:-240px 0;}
ul#banav a#hiza{background-position:-480px 0;}
ul#banav a#kata{background-position:-720px 0;}

ul#banav a#first:hover, ul#banav li.active a#first{background-position:0 -90px;}
ul#banav a#koshi:hover, ul#banav li.active a#koshi{background-position:-240px -90px;}
ul#banav a#hiza:hover, ul#banav li.active a#hiza{background-position:-480px -90px;}
ul#banav a#kata:hover, ul#banav li.active a#kata{background-position:-720px -90px;}

/*************
メイン（左側）コンテンツ
*************/
#main {
float: left;
width: 710px;
padding: 0 0 15px;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
display: block;
padding: 8px 35px 0 15px;
height: 40px;
font-size: 15px;
font-weight: bold;
color: #666666;
background: url(images/h2bg.png) no-repeat;
}

#main h3 {
display: block;
padding: 5px 10px 0 10px;
height: 29px;
font-size: 14px;
background: url(images/h3bg.png) no-repeat top left;
color: #666666;
margin:10px 0;
}

#main p {
padding: 15px 15px 15px 0;
}

hr {
border:#006633 1px dotted ;
margin:8px 0 -8px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin: 0 0 15px 10px;
}

#date {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#8cd2d1;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
div.button{
text-align: center;
width: 195px;
height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 10px 0 20px 0;
padding: 0 0;
}

div.button a{
display:block;
width: 160px;
font-weight:bold;
background: url(images/list_btn.png) no-repeat 10px 10px;
margin: 0 auto;
padding: 9px 0 0 10px;
}

div.button a{color:#00a8bf;}
div.button a:hover{color:#999999;}
div.button a:hover{
cursor:pointer;
}

.check li {
list-style:url(images/check.png);
margin-left: 15px;
}

.mm_btn a{
display:block;
width:230px;
height:40px;
color:#006633;
font-weight:bold;
background:url(images/btn_off.png) no-repeat;
line-height:40px;
text-decoration:none;
text-align:center;
margin-top:-30px;
}

.mm_btn a:hover{
color:#ff3300; 
background:url(images/btn_on.png) no-repeat;
}


/* 文字装飾 */

.txtb{
font-weight:bold;
}

.txts{
font-size:12px;
line-height:200%;
}

.txtbg{
background:#d2ffb5;
}

.txtbg2{
background:#ff9966;
}

.txtr{
color:#ff3333;
}

.txtbr{
font-weight:bold;
color:#ff3333;
}

.txtbl{
font-weight:bold;
color:#33a476;
}

.midashi{
color:#7bbd89;
font:17px;
wint-weight:bold;
}


/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}
#footer li{
background: url(images/list.png) no-repeat 0 center;
margin: 0 0 5px 0;
padding:0 0 0 20px;
list-style: none;
}

/*************
インデックス用
*************/

.karte_ue{
background: url(images/karte_ue.png) no-repeat;
height:61px;
width:710px;
}

.karte_naka{
background: url(images/karte_naka.png) repeat-y;
padding:10px 30px;
font-size:15px;
width:710px;
}

.karte_naka .alignright{
margin-right:50px;
}

.karte_shita{
background: url(images/karte_shita.png) no-repeat;
height:27px;
width:710px;
margin-bottom:20px;
}

.w_bx01{width:460px;}

/*************
固定ページ用
*************/
#abt h3{
display: block;
padding: 8px 35px 0 40px;
height: 36px;
font-size: 16px;
color: #ff6633;
font-weight:normal;
background: url(images/abt_mds.png) no-repeat;
}

.acs_left{
width:130px;
vertical-align:top;
font-weight:bold;
padding:10px;
background:url(images/acs_bg.png) repeat-y;
}

.acs_center{
width:3px;
background:#33a476;
font-size:5px;
}

.acs_right{
width:397px;
vertical-align:top;
padding:10px;
}

.tr_tbl{
width: 230px;
vertical-align:top;
font-size:13px;
margin-right:1%;
}

.qa_q{
display: block;
padding: 8px 35px 0 40px;
height: 36px;
font-size: 14px;
font-weight: bold;
color: #666666;
background: url(images/qanda_q.png) no-repeat;
}

.qa_a{
width:680px;
margin:10px 15px;
margin-bottom:20px;
}

table.yoyaku{
border-top: 1px #666 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

table.yoyaku tr{
border-bottom: 1px solid #666;
}

table.yoyaku th{
width: 40%;
padding:7px;
font-weight:bold;
color:#333;
background: #c9ebe0;
}

table.yoyaku td{
padding:7px;
background:#fff;
}

.brc{clear:both;}
.ctr{text-align:center; margin:0 auto;}
.pc_none{display:none;}
.sp_none{display:inline;}
.none{display:none;}
.mtop30{margin-top:30px;}
.mtop15{margin-top:15px;}
.mbtm30{margin-bottom:30px;}
.mbtm15{margin-bottom:15px;}

.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}


/*************
サイド（右側）コンテンツ
*************/
#sidebar {
float: right;
width: 230px;
padding: 0 0 15px;
}

.side_ban_last{margin-bottom:20px;}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
display: block;
height: 36px;
padding: 8px 10px 0 20px;
font-size: 14px;
font-weight: normal;
color: #444444;
background: #ffffff url(images/h3side.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #cccccc;
line-height: 140%;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:20px;
}

.side_fuki_ue{
background: url(images/side_fukiue.png) no-repeat;
height:37px;
width:230px;
}

.side_fuki_naka{
background: url(images/side_fukinaka.png) repeat-y;
padding:0 12px;
color:#3c2411;
width:230px;
}

.side_fuki_shita{
background: url(images/side_fukishita.png) no-repeat;
height:16px;
width:230px;
margin-bottom:20px;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
background: #ffffff url(images/bg_foot.png) repeat-x center top;
}

#footer .inner{
width: 910px;
margin: 0 auto;
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
color:#999999;
}
