@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;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

: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:20px/2.0 heisei-maru-gothic-std,"source-han-serif-japanese","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust:100%;
	color:#555555;
	/*background: url(images/back2.jpg) center;*/
	position: relative;
	min-height:100vh;
}

.tat {
	overflow-y:scroll!important;
	height:100%!important;
}

.thumb .item p {
	text-indent:0;
	font-size: 1.2rem;
	line-height: 1.3;
    margin-top: 10px;
}
/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:normal;
color:#339b33;
}

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

/**** Clearfix ****/

nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{
content:""; display:table;clear:both;
}

nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{
zoom:1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:1280px;
}

#header{
overflow:hidden;
	background:#fff;
}

.flexslider {
    width: 70%;
    margin: 15px auto 0;
	box-shadow: 0px 5px 10px #bbb;
    border: 12px solid #fff;
}

#content2 {
float:right;
width:790px;
padding:40px 0 50px;
}

#content {
    float: none;
    width: 1080px;
    padding: 40px 0 250px;
    margin: 0 auto;
}

#sidebar{
float:left;
width:280px;
padding:40px 0 50px;
}

#footer{
clear:both;
    padding: 20px 0 30px;
    background-image: url(images/footerback.png);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat-y: no-repeat;
	text-align: center;
	width: 100%;
    position: absolute;
    bottom: 0;
} 


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

#header h1{
padding:5px 0;
font-size:100%;
font-weight:normal;
}

.contact{
text-align: right;
    font-size: 100%;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.contact .tel{
margin-top:-5px;
font-size:130%;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}

.tel img {
width: 30px;
    vertical-align: text-top;
    margin-right: 5px;
}

#header h2{
clear:both;
text-align:center;
margin:30px 0 30px 0;
color:#000000;
font-size:160%;
font-weight:bold;
}

#header h2 img{
width:400px;
    margin-left: -100px;
}

#header .inner {
position:relative;
}

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

.post{
margin:0 0 20px 0;
}


/* 記事ループ
------------------------------------------------------------*/

.list{
padding:10px 0;
}

.post .list p{
padding:0;
}

.list span{
padding-left:10px;
}


/* タイポグラフィ
------------------------------------------------------------*/

h2,h3,h4,h5 {
	font-family:'Yusei Magic';
}

h2.title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:200%;
/*font-weight:bold;*/
}

h2.title span{
	padding: 0 10px 5px;
	color: #339b33;
    border-bottom: 3px solid #000000;
}

h2.recentpost{
margin:15px 0 25px;
font-size:200%;
color: #339b33;
    border-bottom: 3px solid #000000;
}

.dateLabel{
text-align:right;
font-weight:bold;
}

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

span.sm {
	display:block;
	margin-top:5px;
	font-size:1.1rem;
	line-height:1.6;
	color: #339b33;
}

.post ul{
margin:0px 0 35px 30px;
}

.post ul li{
padding-left:5px;
list-style:none;
text-indent: -18px;
}

.post ul li:before {
content: "■";
    color: green;
    margin-right: 5px;
}

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

ol.list_p{
  padding:0 0 0 2em;
  margin: 0 0 0 10px;
}
 
ol.list_p>li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
text-indent: -50px;
	line-height: 1.8;
    margin-bottom: 5px;
}
ol.list_p>li:before{
  display: marker;
  content: "( " counter(cnt) " ) ";
}

ol.list_p>ol {
  margin-left:35px;
}

ol.list_p ol>li {
 /*text-indent: -18px;*/
}

.post h1{
margin:15px 0 25px;
padding:5px 0;
font-size:150%;
/*font-weight:bold;*/
border-bottom:3px solid #7bbb54;
}

.post h2{
margin:15px 0 25px;
padding:5px 0;
font-size:140%;
/*font-weight:bold;*/
border-bottom:2px solid #7bbb54;
}

.post h3{
margin:15px 0 25px;
padding:5px 0;
font-size:150%;
/*font-weight:bold;*/
border-bottom:1px solid #7bbb54;
}

.post h4{
    margin: 15px -10px 15px -10px;
    padding: 10px 10px 12px;
    font-size: 130%;
	line-height: 1.4;
    /*font-weight:bold;*/
    background: #e5f1ca;
    border-radius: 8px;
	clear: both;
}

.post h5{
    margin: 15px 0 10px;
    display: inline-block;
    padding: 0px 20px 2px;
    border-radius: 10px;
    font-size: 120%;
    color: #FFF;
    /*font-weight:bold;*/
    background: #339b33;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

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

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:10px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
background: #bcfea4;
}

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

.post table td:last-child {
background: #ebfdcf;
}

.post table tr.st td {
background: #ebfdcf;
}

.post table td.st {
background: #ebfdcf;
}

.post table th p,
.post table td p{
	margin:0;
	padding:0;
}

.post dt{
font-weight:bold;
}

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

.post img{
max-width:100%;height:auto;
border-radius: 7px;
}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 10px 30px;
}

img.alignleft{
margin:5px 20px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


/* サイドバー　ウィジェット
------------------------------------------------------------*/

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 10px 0;
}

p.banner{
padding-bottom:20px;
}

p.banner img{
max-width:280px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

section.widget ul{
margin:30px 0 30px 0;
}

section.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

section.widget li a:hover{
color:#cdcdcd;
}

.newsTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
}

.newsTitle p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:30px 0 30px 0;
}

.news p{
clear:both;
margin-top:15px;
}

.news p a{
display:block;
color:#000000;
font-weight:bold;
}

.news span{
padding-left:10px;
}

.news a:hover span{
color:#cdcdcd;
}

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

.post ul.service li {
    padding-left: 5px;
    list-style: none;
    text-indent: -18px;
    writing-mode: vertical-rl;
    display: inline-block;
    border: 1px solid #999;
    vertical-align: text-top;
    padding: 26px 6px 10px;
	position:relative;
	    margin-right: 35px;
}

.post ul.service li:before {
	content:none;
}

.post ul.service li:after {
	content: "➡";
    position: absolute;
    left: 59px;
    top: 40px;
    transform: rotate(-90deg);
}

/* フッター
------------------------------------------------------------*/

#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding:5px 16px;
}
*:first-child+html #footer li{
display:inline;
}

#footer li:first-child{
border:0;
}

#footer li a{
text-decoration:none;
font-weight:bold;
color:#000000;
}

#footer li a:hover{
color:#6f6f6f;
}

#footer ul ul{
display:none;
}

#copyright{
    clear: both;
    padding: 1px 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: rgba(202,29,29,0.7);
    margin-top: 120px;
    border-radius: 63px;
}

.kokura {
background:#fff;
display:flex;
gap: 20px;
}
.gaiyou {
width: 520px;
}
.nagare th,
.nagare td {
text-align:center!important;
}

/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/

.thumbWrap{
width:100%;
}

.thumbWrap .thumb {
	display: table;
    table-layout: fixed;
    width: 100%;
   }

.thumbWrap li{
    display: table-cell;
	padding: 2px 10px 0px 0px;
    background: none;
}

.thumbWrap img{
	display:block;
max-width:100%;
	width: 100%;
height:auto;
}

ul.thumbUnder h3{
padding:5px;
font-weight:bold;
text-align:center;
border:2px solid #000000;
}

ul.thumbUnder h3 span{
display:block;
}

ul.thumbUnder h3 a{
color:#000000;
}

ul.thumbUnder h3 a:hover{
color:#cdcdcd;
}

ul.thumbUnder li p{
margin:15px 0 25px;
}

/* トップページ 最新記事4件
------------------------------------------------------------*/

ul.oshirase{
padding:0;
}

ul.oshirase li{
	clear:both;
    padding: 15px 10px 17px;
    border-bottom: 1px dashed #999;
	line-height:1.8;
}

ul.oshirase li:hover {
	background:#f8fef4;
}

ul.oshirase img{
float:left;
margin:0 25px 5px 0;
	width: 150px;
}

ul.oshirase h3{
    margin: 5px 0 12px 0;
    border: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
}

ul.oshirase h3 a{
color:#000000;
}

/*ul.oshirase h3 a:hover{
color:#cdcdcd;
}*/

ul.oshirase a{
color:#555555;
}

ul.oshirase a:hover{
color:#7bbb54;
}

ul.oshirase .ostime {
	display: inline-block;
    font-size: 1.1rem;
    background: #339b33;
    padding: 9px 10px 5px;
    margin-left: -10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 8px;
    color: #fff;
    line-height: 1;
}

ul.newslist {
    padding: 0;
    margin: 0;
}

ul.newslist li{
	clear:both;
    padding: 15px 10px;
    border-bottom: 1px dashed #999;
	text-indent:0;
}

ul.newslist li:hover {
	background:#f8fef4;
}

ul.newslist li:before {
    content: none;
}

ul.newslist img{
float:left;
margin:5px 25px 5px 0;
	width: 80px;
    border-radius: 50%;
}

ul.newslist h3{
margin:0 0 5px 0;
border:0;
font-size:120%;
font-weight:bold;
	line-height: 1.5;
	margin-top:10px;
}

ul.newslist h3 a{
color:#000000;
}

ul.newslist h3 a:hover{
color:#cdcdcd;
}

ul.newslist a{
color:#555555;
}

ul.newslist a:hover{
color:#7bbb54;
}

ul.newslist .ostime {
	display: inline-block;
    font-size: 1.1rem;
    background: #339b33;
    padding: 5px 10px 7px;
    margin-left: -10px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #fff;
    line-height: 1;
}

.pagination {
	clear: both;
	text-align: center;
	margin:15px 0 -20px;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #abd38f;
	color: #069;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

.pagination .current,
.pagination a:hover {
	background: #abd38f;
	color: #fff;
	border: 1px solid #abd38f;
}
.pagination .current.prev, .pagination .current.next {
	color: #CCC;
	border-color: #069;
	background: #fff;
}


table.lesson th {
	background-color:#FFeeee;
}

.calendar-time-mark, .calendar-mark {
    font-size: 1.0rem;
}

.list-monthly-calendar th,
.list-monthly-calendar td {
	padding:0!important;
}

.list-monthly-calendar th.list-header {
	width:20%;
}

.list-monthly-calendar th.a8,
.list-monthly-calendar th.a13{
	width:40%;
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #FF9999;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #999999;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

form {
width: 80%;
    margin: 0 auto;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 0px 8px 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	display:block;
	width: 50%;
	height: 50px;
	background: #aaaaaa;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin:0 auto;
	cursor:pointer;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.qabox dt {
	border-bottom: 1px dotted #e2546c;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-left: 36px;
    padding-bottom: 10px;
}

.qabox .pink {
    font-weight: bold;
    color: #e2546c;
    margin-right: 5px;
    font-size: 28px;
}

.qabox dt:before {
	content:"Q.";
	font-weight: bold;
    color: #e2546c;
    margin-right: 5px;
    font-size: 28px;
	margin-left: -36px;
}

.qabox dd {
    margin-bottom: 40px;
	margin-left:35px;
}

.qabox dd:before {
	content:"A.";
	    font-weight: bold;
    color: #5aaee9;
    margin-right: 5px;
    font-size: 25px;
	line-height:1.0;
	margin-left:-32px;
}

.qabox .blue {
    font-weight: bold;
    color: #5aaee9;
    margin-right: 5px;
    font-size: 25px;
	line-height:1.0;
}

.thumbWrap ul.thumb li {
    width: 23%;
	float: left;
    padding: 0;
    margin: 0 1% 0 1%;
	text-align:center;
}

.thumbWrap ul.thumb li:before {
    content: none;
}

.wp-caption .wp-caption-text {
    margin:0;
	    text-indent: 0;
}

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

.xp ul.thumb li {
    width: 31%;
}

@media all and (-ms-high-contrast: none) {
nav#mainNav ul li:hover ul {
	display:block;
  }
}

/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainNav{
    position: sticky;
    z-index: 10;
    top: 0;
	background: #339b33;
}

nav#mainNav ul{
display:flex;
justify-content: center;
align-items: center;
}

nav#mainNav ul>li{
float:left;
	    position: relative;
	padding-bottom: 15px;
}
	
nav#mainNav ul li small{
font-size:0.7rem;
}
	
nav#mainNav ul li:hover {
    background: #7bbb54;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:55px;
padding:10px 35px 0;
font-size:110%;
font-weight:bold;
color:#000000;
line-height: 1.6;
}

	nav#mainNav ul li a strong{
	/*font-size: 20px;*/
		color:#FFF;
}

nav#mainNav ul li a strong+span{
display:block;
color:#b8f193;;
font-weight:normal;
font-size: 14px;
    font-family: sans-serif;
}

nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover{
color:#f7fff2;
}

nav#mainNav ul ul{
width:160px;
border-top:0;
}

nav#mainNav ul li ul{
display: none;
}

nav#mainNav ul li:hover ul {
    display: inline-grid;
    position: absolute;
    top: 65px;
    text-align: center;
    z-index: 500;
    left: 0;
    right: 0;
    margin: auto;
	padding-top: 10px;
}
	
nav#mainNav ul li li{
background:#f9f9f9;
border-bottom:1px dotted #cdcdcd;
float: none;
width:200px;
height:40px;
line-height:40px;
margin:0;
padding: 5px 0;
box-shadow: 1px 1px 2px #ddd;
}

nav#mainNav ul li li:last-child{
border:0;
}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:16px;
text-align:center;
}

nav#mainNav ul li li a:hover{
color:#cdcdcd;
}

nav div.panel{
display:block !important;
    border-radius: 0 0 10px 10px;
}

a#menu{
display:none;
}
	
	li.hm>a span:after {
	    content: "";
    border-bottom: solid 2px #b8f193;
    border-right: solid 2px #b8f193;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 10px;
    bottom: 27px;
	}

}

/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px){

nav#mainNav{
clear:both;
	    z-index: 10;
	position: sticky;
    top: 0;
/*margin-top:-15px;*/
}

nav#mainNav a.menu{
width:100%;
display:block;
height:50px;
line-height:50px;
margin-bottom:0px;
background:#339b33 url(images/menuOpenw.png) no-repeat 15px 13px;
}

#mainNav a#menu span{
padding-left:40px;
color:#FFFFFF;
}

nav#mainNav a.menuOpen{
background:#53af53 url(images/menuOpenw.png) no-repeat 15px -30px;
}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

nav#mainNav ul{
margin:0;padding:0;
}

nav#mainNav ul li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li a{
display:block;
padding:15px 20px;
text-align:left;
border-bottom:1px dashed #cdcdcd;
color:#000000;
    font-weight: normal;
}

	
	.hm>a:after {
		content: " ▼";
		font-weight:bold;
		float: right;
	}
	
		.ar>a:after {
		content: " ▲";
		font-weight:bold;
			float: right;
	}

nav#mainNav ul li a strong+span{
display:none;
}

nav#mainNav ul li li{
float:left;
border:0;
background: ghostwhite;
}
	
nav#mainNav ul li li a{
padding-left:40px;
}

nav div.panel{
float:none;
}

#mainImg{
margin-bottom:20px;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
*****************************************************/

@media only screen and (max-width:1024px){

#wrapper, .inner{
width:100%;
}

#header h2 img {
    margin-left: -25px;
}
	
#header h2 {
    margin: 30px 0 0 0;
}
	
#header .contact{
	position:static;
    text-align: center;
    font-size: 100%;
    margin: 0 0 20px;
}

#header h1{
    padding: 0;
    text-align: center;
}

nav#mainNav ul{
margin:0 auto;
    background: #fff;
}

nav#mainNav ul ul{
padding:0;
	display:none;
}

.post h4 {
    margin: 15px 0 15px 0px;
}
	
a.disabled{
    pointer-events: none;
}
	
nav div.panel{
float:none;
}
	
.panel ul, .thumbWrap{
margin:0 auto;
}

.thumbWrap{
width:100%;
margin:0 auto;
}

.thumbWrap ul.thumbUnder li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
	padding:0;
margin:0 1% 0 2%;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0 200px;
}

.banner{
width:100%;
margin:0 auto;
text-align:center;
}

p.banner img{
width:100%;
height:auto;
}

section.widget_search{
text-align:center;
}

#footer li{
margin-bottom:10px;
}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px){

body{
}
	
.inner{
}

.flexslider {
    width: 95%;
}
	
#header h2 img{
max-width:90%;
}

#mainImg {
height: 330px;
overflow: hidden;
position: relative;
margin-bottom:35px;
}

#mainImg img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}

.post table th {
    padding:3px;
	font-size: 0.8rem;
}
	
.post table td {
    padding:3px;
	font-size: 0.8rem;
}	

ul.oshirase img {
    float: none;
    margin: 5px 25px 15px 0;
    display: block;
    width: 100%;
}

ul.oshirase li {
    border-bottom: 1px dashed #999;
}
	
.oshirase .ostime {
    margin-left: 0px;
}
	
ul.newslist a {
    display: block;
}
	
ul.newslist li {
    padding: 5px 10px;
}

h2.title{
margin-bottom:35px;
}

ul.post img{
display:block;
margin:5px auto 20px auto;
float:none;
width:100%;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

.thumbWrap ul.thumb li,
.xp ul.thumb li {
    width: 47%;
}	
	
.thumbWrap ul.thumbUnder li{
width:95%;
margin-bottom:10px;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.kokura {
display:block;
}
.gaiyou {
width: 100%;
}
	
}