@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 16px/1.9 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#222;
background:#fff;
-webkit-text-size-adjust:100%;
}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066cc;
}

a:hover, a:active{
outline: none;
color:#ff8c00;
}

a img:hover{opacity:.8;}


/**** Clearfix ****/
#mainNav ul:after, #mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after{content:""; display: table;clear:both;}
#mainNav ul,.newsTitle, .post, #mainNav .inner,ul.news{zoom: 1;}


/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:900px;
}


#header{
overflow:hidden;
}

#content{
width: 100%;
margin-top: 30px;
}


#footer{
clear:both;
background:#ececec url(images/border2.png) repeat-x 0 0;
margin-top: 30px;
} 

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-weight:normal;
font-size: 80%;
color: #a9a9a9;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:right;
padding:20px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* SNS
----------------------------------*/
.sns{
float:right;
padding:20px 0;
}

.sns img{margin-left:5px;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 30px 0;
padding:20px 30px 20px 30px;
background:#f7f6ea;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.post2{
margin:0 0 30px 0;
padding:30px 30px 20px 30px;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}





/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 0;
font-size:130%;
}

h2.title span{
padding-left:20px;
background:url(images/headingBg.png) no-repeat 3px 50%;
}

.dateLabel{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post2 ul{margin: 0 0 10px 10px;}

.post2 ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../chisanzai/images/maru.png) no-repeat 0 7px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post2 h1{
margin:20px 0;
font-size:150%;
}


.post h2{
margin-top: 20px;
margin-bottom: 20px;
font-size:140%;
font-weight: bold;
text-align: center;
}


.post h3{
margin: 0;
padding-top: 10px;
font-size:110%;
font-weight:normal;
border-bottom:2px solid #7bbe40;
text-align: center;
}

.post h5 {
margin:10px 0;
font-size:140%;
font-weight:bold;
color:#333;
border-bottom:2px solid #e3e3e3;
margin-bottom: 30px;
}


.post2 h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #333;
margin-bottom: 30px;
font-size: 130%;
font-weight: 700;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #737069 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
color:#fff;
border:1px #737069 solid;
border-width: 0 0 1px 1px;
background:#21201e;
}

.post table td{
padding:10px;
border: 1px #737069 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}


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

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

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

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




.boxA:after	{content: "";
	display: block;
	clear: both}

.boxleft	{
	float: left;
}

.oya{
    width: 80%;
    margin: 0 auto;
}

.oya0:after	{content: "";
	display: block;
	clear: both}


.ko1{
    width: 300px;
    float: left;
	margin-right:60px;
}
.ko2{
    width: 300px;
    float: left;
}

.box01	{
	float: left;
	margin:auto;
}


.boxright	{
	float: right;
	
}

.center {
	text-align: center;
	font-size: 14px;
	line-height: 160%;
}


.redmoji {
	color: #F00;
}

.migimoji {
	text-align: right;
	font-size: 80%;
}

.moji_gry {
	color: #2f4f4f;
}

.futomoji {
	font-weight: 700;
}

.komoji {
	font-size: 12px;
	font-weight: normal;
}

.box_gry {
	margin:0 auto;
    width: 93%;
	padding: 20px 20px 12px 20px;
	border: 1px solid #666;
	border-radius: 8px;
}

.box_wht {
	margin:0 auto;
    width: 95%;
	padding: 20px 20px 12px 20px;
	border-radius: 5px;
	background-color: #fff;
}

hr.sen {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	margin-top: 50px;
	margin-bottom: 30px;
}

/* トップページ */
#content .newsTitle h3{font-size:120%;}



/* フッター
*****************************************************/
#footer .boxWrap{
width:980px;

}

#footer .box{
float:left;
width:360px;
padding:20px 0;
margin-right:10px;
margin-left:60px;
font-size: 12px;
}

#footer .box2{
float:left;
width:440px;
padding:20px 0;
}

.box .widgetWrap, .box .widget ul{
padding:0 0 0 7px;
margin-top:0;
background:transparent;
border:0;
box-shadow:none;
}

.box .widget li a{
border:0;
}

.box .widget li a:hover{background-position:2px 12px;}

#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
color: #222;
background:url(images/border2.png) repeat-x 0 100%;
}

#footer h3 span{
padding-left:17px;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(images/iconHome.png) no-repeat 4px 0;
}

.contact p.mail{background-image:url(images/iconMail.png);}
.contact p.tel{background-image:url(images/iconTel.png);}
.contact p.fax{background-image:url(images/iconFax.png);}
.contact p.tw{background-image:url(images/iconTW.png);}
.contact p.fb{background-image:url(images/iconFB.png);}

#copyright{
clear:both;
padding:15px 0 50px;
text-align:center;
font-size:90%;
background:#ccc url(images/border2.png) repeat-x 0 0;
}




/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}




ul#banners:after{content:""; display: table;clear:both;}
ul#banners{zoom: 1;}


.bright a:hover img{
 filter: alpha(opacity=50);
-moz-opacity:0.5;
 opacity:0.5;
}


/* Flexbox横並1
------------------------- */

.narabi {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
	padding: 0 30px;
}
.narabi .box {
  width: 60%;
}
.narabi .ph {
  width: 30%;
}

.box {
  width: 100%;
}
.ph {
  width: 100%;
}
.box-img {
  padding: 0;
}
.ph-img {
  padding: 0;
}
.box-body {
  padding: 0 ;
	color: #666;
	font-size: 110%;
}
.ph-body {
  padding: 0 ;
}
.box-title {
  margin: 0 0 8px;
  font-size: 120%;
  font-weight: 700;
}

.box-title2 {
  margin: 0 0 8px;
  font-size: 110%;
  font-weight: 700;
color: #007199;
}


@media screen and (max-width: 767px) {
  .narabi {
    flex-direction: column;
  }
  .narabi .box {
    width: 100%;
  }
  .narabi .ph {
    width: 100%;
  }
}

/* Flexbox横並2
------------------------- */

.items {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.items .item {
  width: 58%;
}
.items .item2 {
  width: 36%;
}

.item {
  width: 100%;
}
.item2 {
  width: 100%;
}
.item-img {
  padding: 0;
}
.item2-img {
  padding-top: 15px;
}
.item-body {
  padding: 0;
}
.item2-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 150%;
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .items {
    flex-direction: column;
  }
  .items .item {
    width: 100%;
  }
  .items .item2 {
    width: 100%;
  }
}


/* Flexbox左右サイズ違い
------------------------- */

.narabi {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.narabi .bx1 {
  width: 65%;
}


.bx1{
  width: 100%;
}
.bx1-img {
  padding: 0;
}
.bx1-body {
  padding: 0;
}

.bx1-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
text-align: center;
}

.bx2-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
text-align: center;
background-color: #ebebeb;
}

.bx2-body p {
  color: #333;
font-size: 90%
}

.narabi .bx2 {
  width: 33%;
}


.bx2{
  width: 100%;
}

.bx2-body {
padding: 15px 15px 5px 15px;
border: solid 1px #a5a5a5;
margin-bottom: 10px;
border-radius: 8px;
}

.bx2-body p {
  color: #333;
}

@media screen and (max-width: 767px) {
  .narabi {
    flex-direction: column;
  }
  .narabi .bx1 {
    width: 100%;
  }
  .narabi .bx2 {
    width: 100%;
  }

}

/* page top
------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #d2691e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px 5px;
	border-radius: 20px;
 filter: alpha(opacity=90);
-moz-opacity:0.9;
 opacity:0.9;
}
 
.pagetop a:hover {
    display: block;
    background-color: #999999;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:10px 10px 5px;
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
#header{width:100%}
.inner,#footer .boxWrap,#wrapper{width:96%;}

#mainImg img{width:100%;height:auto;}

#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
#sidebar{background:url(images/border.png) repeat-x;padding-top:30px;}

ul.post,ul#banners,#sidebar ul#banners{width:100%;display:table-row;margin:0;}
ul.post li,ul#banners li,#sidebar ul#banners li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul.post img,ul#banners li img,#sidebar ul#banners img{max-width:98%;height:auto;}

#calendar_wrap table{width:260px;margin:0;}

#footer .boxWrap{margin:0;padding:0;}
#footer .box{float:none;width:100%;margin:0;padding:10px 0 0;}
}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#header h1,#header h2,.sns{float:none;text-align:center;padding:5px;}
ul.post li,ul#banners li,#sidebar ul#banners li{width:42%;margin:0 0 0 6%;}
ul.post li:nth-child(2n+1){clear:left;}
.post2 img{max-width:96%;height:auto;}
.post img{max-width:96%;height:auto;}
img.alignright, img.alignleft{display:block;margin:5px 2%;max-width:96%;height:auto;}
.alignright,.alignleft{float:none;}
}