@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;
	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{
	color: #000;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;font-size: 110%;
	font-size: 110%;
	line-height: 1.6;
	background-color: #fff;
}


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

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


/**** 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:1000px;
}

#wrapper2, .inner{
	margin: 0 auto;
	background-color: #FFFFE3;
}

#wrapper3, .inner{
	margin: 0 auto;
	background-color: #000000;
}



#header{
overflow:hidden;
}

#content{
	width: 1000px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#content2{
	width: 1000px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		background-color: #FFFFE3;

}

#content3{
	width: 1000px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		background-color: #000000;

}

.bg-gray {
    background: #FFFFE3;
}

.bg-red {
    background: #000000;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
	clear: both;
	background-color: #E6E6E6;
	color: #525252;
	padding-top: 20px;
	font-size: 12px;
	padding-right: 5%;
	padding-left: 5%;
} 


/* ヘッダー
*****************************************************/
#top-navi{
	background-color:#fff;
	max-width:F2F2F2px;
	padding:3%;
}
.top-left{
	text-align:left;
	float:left;
}
.top-right{
	text-align:right;
	padding:1%;
}
/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


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



/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	line-height: 1.7;
	text-align: center;
	z-index: 0;
	background-image: url(images/head-bg.jpg);
}

.post{

	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.post2{
	background-color: #FFFFE3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.post3{
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFF;
}

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

.toppage{
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}

.toppage2{
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	text-align: left;
}

.toppage3{
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	text-align: left;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

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

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

.post ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftTop3 ul li{
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(images/bullet.png) no-repeat 0 8px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

.leftTop4 ul li{
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(images/ch-sp.png) no-repeat 0 8px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
}

.leftTop5 ul li{
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(images/bullet2.png) no-repeat 0 8px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.post ol{margin: 0 0 10px 30px;}

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

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.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 #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;

}

.post table td{
	padding: 2%;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

.post dt{font-weight:bold;}

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

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

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

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}




/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

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

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

#footer li a{
text-decoration:none;
	color: #525252;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	padding: 10px 0 37px;
	text-align: center;
	color: #525252;
	font-size: 12x;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){






a#menu{display:none;}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	
	

	
	#mainImg{margin-bottom:5px;}
}


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

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

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

	#content, #content2, #content3, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.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){
	.top-left{

	text-align:center;
	float:none!important;
}
.top-left img{
	max-width:100%;
}
.top-right{

	text-align:center;
	padding:1%;
}
.top-right img{
	max-width:100%;
}

	body{background-position:0 -25px; font-size:  font-size: 5vw;}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}

.post table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	font-size: 12px;
}
}





a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

a:hover{
	opacity:0.6;
}
.rwdBox-text{
	color: #000000;
	line-height: 21px !important;
}


/* ---------------------------------------------------------------------
フォント
--------------------------------------------------------------------- */
.bl14{
	font-size: 14px;
	line-height: 20px !important;
}

.black{color:#000000;}
.black-u{
	color: #000000;
	text-decoration: underline;
}
.black10{color:#000000;font-size:10px;}
.black12{color:#000000;font-size: 12px;}
.black18{color:#000000;font-size:18px;}
.black24{color:#000000;font-size:24px;}
.black30{color:#000000;font-size:30px;}

.black-b{color:#000000;font-weight: bold;}
.black10-b{color:#000000;font-size:10px;font-weight: bold;}
.black14-b{color:#000000;font-size:14px;font-weight: bold;}
.black18-under{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.black18-b{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	}
.black24-b{color:#000000;font-size:24px;font-weight: bold;}
.black30-b{color:#000000;font-size:30px;font-weight: bold;}

.black-b-y{color:#000000;font-weight: bold;background:#FFFF99;}
.black10-b-y{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99;}
.black18-b-y{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99;}
.black24-b-y{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99;}
.black30-b-y{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99;}

.black-b-y-u{color:#000000;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.black10-b-y-u{color:#000000;font-size:10px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.black18-b-y-u{color:#000000;font-size:18px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.black24-b-y-u{color:#000000;font-size:24px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.black30-b-y-u{color:#000000;font-size:30px;font-weight: bold;background:#FFFF99; text-decoration: underline;}



.red{color:#be0000;}
.red10{color:#be0000;font-size:10px;}
.red18{color:#be0000;font-size:18px;}
.red24{color:#be0000;font-size:24px;}
.red30{color:#be0000;font-size:30px;}

.red-b{color:#be0000;font-weight: bold;}
.red10-b{color:#be0000;font-size:10px;font-weight: bold;}
.red18-b{color:#be0000;font-size:18px;font-weight: bold;}
.red24-b{color:#be0000;font-size:24px;font-weight: bold;}
.red30-b{color:#be0000;font-size:30px;font-weight: bold;}

.red-b-y{color:#be0000;font-weight: bold;background:#FFFF99;}
.red10-b-y{color:#be0000;font-size:10px;font-weight: bold;background:#FFFF99;}
.red18-b-y{color:#be0000;font-size:18px;font-weight: bold;background:#FFFF99;}
.red24-b-y{color:#be0000;font-size:24px;font-weight: bold;background:#FFFF99;}
.red30-b-y{color:#be0000;font-size:30px;font-weight: bold;background:#FFFF99;}

.red-b-y-u{color:#be0000;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.red10-b-y-u{color:#be0000;font-size:10px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.red18-b-y-u{color:#be0000;font-size:18px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.red24-b-y-u{color:#be0000;font-size:24px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.red30-b-y-u{color:#be0000;font-size:30px;font-weight: bold;background:#FFFF99; text-decoration: underline;}



.blue{color:#0000FF;}
.blue10{color:#0000FF;font-size:10px;}
.blue18{color:#0000FF;font-size:18px;}

.blue-b{color:#0000FF;font-weight: bold;}
.blue10-b{color:#0000FF;font-size:10px;font-weight: bold;}
.blue18-b{color:#0000FF;font-size:18px;font-weight: bold;}

.blue-b-y{color:#0000FF;font-weight: bold;background:#FFFF99;}
.blue10-b-y{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99;}
.blue18-b-y{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99;}

.blue-b-y-u{color:#0000FF;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.blue10-b-y-u{color:#0000FF;font-size:10px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.blue18-b-y-u{color:#0000FF;font-size:18px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
.blue18-b-u{color:#0000FF;font-size:18px;font-weight: bold;bold;text-decoration: underline;}



.gray{color:#999999;}
.gray10{color:#999999;font-size:10px;}
.gray18{color:#999999;font-size:18px;}

.gray-b{color:#999999;font-weight: bold;}
.gray10-b{color:#999999;font-size:10px;font-weight: bold;}
.gray18-b{color:#999999;font-size:18px;font-weight: bold;}

.green18-b{ background-color:#0C0;font-size:18px;font-weight: bold;}


.white{color:#fff;}





/* ---------------------------------------------------------------------
枠
--------------------------------------------------------------------- */



.box11{
	color: #5d627b;
	background: white;
	border-top: solid 5px #000000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 4%;
}
.box11 p {
	margin: 0;
	padding: 0;
	text-align: center;
}


.box12{
	color: #5d627b;
	padding: 4%;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
}
.box12 p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.title-04 {
	font-size: 7vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	line-height: 1.4em;
	
}


@media(min-width:700px) {
  .title-04 {
    font-size:  40px;
  }
}


.title-03 {
	font-size: 5vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	line-height: 0.5em;
	
}


@media(min-width:700px) {
  .title-03 {
    font-size:  30px;
  }
}

.title-05 {
	font-size: 10vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	line-height: 1.2em;
	
}


@media(min-width:700px) {
  .title-05{
    font-size:  60px;
  }
}



.text-01 {
  font-size: 4vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

@media(min-width:700px) {
.text-01 {
    font-size:  24px;
  }
}




.kuro {
	width:25%;
	border: 1px solid #000000; !important;
	border-width: 3px 0 0 0; /* 太さ */
}
@media(min-width:700px) {
.kuro {
	width:15%;
	border: 1px solid #000000;
	border-width: 4px 0 0 0; /* 太さ */
}

}

.kuro2 {
	border: 1px solid #fff; !important;
	border-width: 3px 0 0 0; /* 太さ */
}



/* 左右上下の配置プラン１ */




 
/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox img{
        max-width:100%;
    }
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox{
        overflow:auto;
    }
    .leftTop{
	float: left;
	width: 65%;
	padding-right: 5%;
    }
    .rightBottom{
	width: 30%;
	overflow: auto;
    }



.rwdBox ul{
	display: inline-block;
	vertical-align: top;
	line-height: 140px;/*画像の高さと同じ数値*/

}

.rwdBox p {
	display: inline-block;
	vertical-align: top;
	margin-top: -50px;
	line-height: 26px;
}

}

/* 左右上下の配置プラン２ */

 
.rwdBox2 {
	width: 100%;

}


/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox2 img{
        max-width:100%;
    }
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox2{
        overflow:auto;
    }
    .leftTop2{
	float: left;
	width: 38%;
	padding-right: 4%;
    }
    .rightBottom2{
	width: 57%;
	overflow: auto;
    }
}


/* 左右上下の配置プラン３ */

 
.rwdBox3 {
	width: 100%;

}


/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox3 img{
        max-width:100%;
    }
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox3{
        overflow:auto;
    }
    .leftTop3{
	float: left;
	width: 60%;
	padding-right: 2%;
    }
    .rightBottom3{
	width: 38%;
	overflow: auto;
    }
	
	  .rwdBox5{
        overflow:auto;
    }
    .leftTop5{
	float: right;
	width: 60%;
	padding-left: 2%;
    }
    .rightBottom5{
	width: 38%;
	overflow: auto;
    }

}

/* 左右上下の配置プラン4 */

 
.rwdBox4 {
	width: 100%;

}


/* モバイル表示 */
@media only screen and (max-width : 640px){
    .rwdBox4 img{
        max-width:100%;
    }
}
 
/* PC表示 */
@media only screen and (min-width : 641px){
    .rwdBox4{
        overflow:auto;
    }
    .leftTop4{
	float: left;
	width: 48%;
	padding-right: 4%;
    }
    .rightBottom4{
	width: 48%;
	overflow: auto;
    }
}





.box {
	margin-top: 50px;
}

.flex {
	display: flex;
	justify-content: start;
}


.title-red {
	position: relative;
	display:inline-block;
	font-size:2.5rem;
	padding:2.2rem;
	margin-right:1rem;
	color:#fff;
	background-color: #ba0101;

}

@media(min-width:700px) {
  .title-red {
	font-size: 40px;
	font-weight: bold;
  }
}


.title-red p {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 100px;
text-align: center;/*一応BOX内の文字も中央寄せ*/
}


.title-text {
	font-size: 5vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.25em;
	color: #ba0101;
}

@media(min-width:700px) {
  .title-text {
    font-size:  27px;
  }
}



.post .ttl {
	font-size: 30px;
	line-height: 1.2;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .6em;
	font-weight: bold;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




.box-prof{
	padding: 4%;
	border: 1px solid #CCCCCC;
}


.black14{
	color: #000000;
	font-size: 14px;
	line-height: 10px !important;
}

.gyo {line-height: 10px !important;}





.square_btn {
	font-size:16px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;/*背景色*/
	border-bottom: solid 2px #e36f03;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	background-color: #ff7b00;
	width: 100%;
	padding-top: 1.0em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	-webkit-appearance: none;
}

.square_btn:active {
	  top: 1x;
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.square_btn:hover {
	top: 1px !important;
	color: #FF0;
}



.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video2 {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video2 iframe {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 50%;
}


.tt {
	line-height: 10px;
}





    .fb-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:28px;font-weight: bold; text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:28px;font-weight: bold; text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	
	.fb32-b{color:#000000;font-size:32px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:32px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:32px;font-weight: bold; text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:32px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:32px;font-weight: bold; text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:32px;font-weight: bold;background:#FFFF99; text-decoration: underline;}

@media only screen and (max-width: 644px){
		.fb2-b{color:#000000;font-size:16px;font-weight: bold;}
	.fb-b{color:#000000;font-size:22px;font-weight: bold;}
	.fb-b-y{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fr-b{color:#CA0000;font-size:22px;font-weight: bold;}
	.fr-b-y{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99;}
	.fb-b-u{color:#000000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fb-b-y-u{color:#000000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr-b-u{color:#CA0000;font-size:22px;font-weight: bold;text-decoration: underline;}
	.fr-b-y-u{color:#CA0000;font-size:22px;font-weight: bold;background:#FFFF99; text-decoration: underline;}

	.fb32-b{color:#000000;font-size:28px;font-weight: bold;}
	.fb32-b-y{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fr32-b{color:#CA0000;font-size:28px;font-weight: bold;}
	.fr32-b-y{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99;}
	.fb32-b-u{color:#000000;font-size:28px;font-weight: bold;text-decoration: underline;}
	.fb32-b-y-u{color:#000000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	.fr32-b-u{color:#CA0000;font-size:28px;font-weight: bold; text-decoration: underline;}
	.fr32-b-y-u{color:#CA0000;font-size:28px;font-weight: bold;background:#FFFF99; text-decoration: underline;}
	}
	


	
.gray-v{color:#999999;font-size:14px;}
.hosi-v{color:#FFA500;font-weight: bold;}

.waku-voice{
	padding: 4%;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	line-height: 30px;
}
.waku-voice2{
	padding: 4%;
	background-color: #F5F5F5;
	line-height: 30px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.text-text-waku {
	padding-right: 50px;
	padding-left: 50px;
	
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#f1f1f1;
}

.text-text-waku2 {
	padding-right: 5%;
	padding-left: 5%;
	
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -10px;
	background-color:#fff5ec;
}
@media only screen and (max-width: 644px){
	.text-text-waku {
	font-size: 16px !important;
	padding-right: 6% !important;
	padding-left: 6% !important;
	line-height: 26px;

}
	.text-text-waku2 {
	font-size: 14px;
	line-height: 24px;
}

.waku-voice{
	font-size: 16px;
	line-height: 26px;
} 
.waku-voice2{
	font-size: 16px;
	line-height: 26px;
} 
.gray-v{color:#999999;font-size:12px;}
		}


.comment {
    width: 100%;
    height: 500px;
    margin: auto;
    overflow: scroll;
    border: #dddddd 1px solid;
}

.comment::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ff7b00;
}

.comment::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
}

.fb2-b{color:#000000;font-size:28px;font-weight: bold;}

