@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	font-size: 140%;
	line-height:22pt;
	font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}


table td {
	font-size: 21px;
	text-align:left;
}




h2 {
color: #fff;
border: 2px dashed #fff;
background-color: #4989ff;
box-shadow: 0px 0px 0px 10px #4989ff;
padding: 10px;
}

h3 {
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}


.ribbon {
display: inline-block;
position: relative;
height: 60px;
line-height: 60px;
vertical-align: middle;
text-align: center;
padding: 7px 0;
font-size: 24px;
background: #41aece;
color: #fff;
box-sizing: border-box;
margin: 0px 0px 0px 0px;
}


.ribbon h5 {
vertical-align: middle;
margin: 0;
padding: 0 30px 0 15px;
border-top: dashed 1px #FFF;
border-bottom: dashed 1px #FFF;
line-height: 46px;
}

.ribbon:after{
position: absolute;
content: '';
z-index: 1;
top: 0;
right: 0;
width: 0px;
height: 0px;
border-width: 30px 15px 30px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;
}







h6 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}

h6:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
.example1:before {
  color: #ffa7a1;
}
.example2:before {
  color: #ffdfa1;
}
.example3:before {
  color: #a1ceff;
}
.example4:before {
  color: #b1eab8;
}













div.sq {
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 10px;
	border: solid 2px #9d87a1;
}



div.body {
	margin: 1em;
	font-size:21px;
	line-height:28pt
}



.myButton {
	background-color:#8C3E62;
	border-radius:6px;
	border:1px solid #ad326c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #732248;
}
.myButton:hover {
	background-color:#cd6093;
}
.myButton:active {
	position:relative;
	top:1px;
}






.myButtonenter {
	background-color:#E9B6BE;
	border-radius:6px;
	border:1px solid #1C3C60;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #732248;
}
.myButtonenter:hover {
	background-color:#49A0FF;
}
.myButtonenter:active {
	position:relative;
	top:1px;
}





.myButtonmypage {
	background-color:#ED1B24;
	border-radius:6px;
	border:1px solid #ad326c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 8px 2px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #732248;
}
.myButtonmypage:hover {
	background-color:#F64D43;
}
.myButtonmypage:active {
	position:relative;
	top:1px;
}






.topbn {
	width:1000px;
}

a:link, a:visited {
	color: #1122cc;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	text-decoration: underline;
	color: #dd0000;
}

#body-area {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: #ffffff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid gray;
}

#main-area {
	width: 100%;
}

#content {
	float: left;
	width: 692px;
	text-align: center;
	border: 2px solid #E9B6BE;
	overflow-x: hidden;
	background: #ffffff;
}

#navi {
	float: left;
	width: 290px;
	text-align: left;
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
	border-bottom: 5px solid #9d87a1;
}


/*search*/
div.search {
	margin:0em 0px;
	line-height: 130%;
	font-size: 120%;
	background: #fff6ff;
	text-align:center;
}

/*side*/
div.sidebody {
	line-height: 130%;
	font-size: 110%;
	background: #fff6ff;
	padding:10px;
	width: 240px;
	border: 2px solid #E9B6BE;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.sidebody ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}

div.side-ttl {
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	color: #ffffff;
	height: 28px;
	padding: 2px 2px 2px 2px;
	text-align:center;
	background:#9d87a1;
	width: 260px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}



/*header*/
h1 {
	color: #fff;
	font-weight: bold;
	text-shadow:3px 3px 0 #000, -3px -3px 0 #000,
	-3px 3px 0 #000, 3px -3px 0 #000,
	0px 3px 0 #000, 0 -3px 0 #000,
	-3px 0 0 #000, 3px 0 0 #000;
}

h1 a {
	color: #fff !important;
}

div#head-box {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

/*subtitle*/
p#subttl {
	margin: 1em 0;
	color: #ffffff;
	font-weight: bold;
	text-shadow:3px 3px 0 #000, -3px -3px 0 #000,
	-3px 3px 0 #000, 3px -3px 0 #000,
	0px 3px 0 #000,  0-3px 0 #000,
	-3px 0 0 #000, 3px 0 0 #000;
}

/*article*/
div.article {
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 0px;
	width:92%;
	border: solid 5px #9d87a1;
}
div.body {
	margin: 1em;
	font-size:21px;
	line-height:28pt
}

/*ariticle title*/
div.subject {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 1px;
	color: #ffffff;
	padding:10px;
	background-color:#9d87a1;
	line-height:34px;
}

/*article daytime*/
div.date {
	margin-left: 1em;
	color: #006600;
}

/*ariticle bottom*/
div.art-bot {
	text-align: right;
	font-size: 18px;
	color: gray;
}

/*kotei kiji kabu（TB/COM） */
div#pm-bot {
	margin: 1em;
	text-align: left;
}

div.pm-ttl {
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	color: #ffffff;
	padding:0.1em 0.7em 0.1em 1em;
	background-color:#9d87a1;
}

input#tb-url {
	width: 360px;
	margin-left: 1.5em;
}

input#com-name {
	width:50%;
	font-size:18px;
}

textarea#com-msg {
	width:90%;
	height:10em;
	font-size:18px;
}

div#com-btn {
	margin-top: 4px;
}

div#com-btn input {
	width: 70px;
	height: 28px;
}

/*calender*/
table#calen {
	margin: auto;
}

table#calen th {
	font-size: 23px;
	font-weight: normal;
	padding: 4px;
}

table#calen th span {
	display: inline-block;
	margin: 0 8px;
}

table#calen td {
	font-size: 32px;
	padding: 2px 3px;
	text-align: center;
}

table#calen tr.day td {
	color: #969696;
}

table#calen td.sun {
	color: #d50000;
}

table#calen td.sat {
	color: #0000ce;
}

/*footer*/
div#foot-box {
	padding: 10px;
}

/*page kurikosi*/
div.page {
	margin: 3em auto;
	text-align: center;
}

#paging {
	text-align: center;
}


#paging ul{
	list-style-type: none;
	padding-left: 0;
}



#paging li {
	background-color: #9d87a1;
	border: 1px solid #000;
	display: -moz-inline-box;
	display: inline-block;
	line-height:60px;
	height: 60px;
	font-size: 30px;
	vertical-align:middle;
	width:fit-content;
	margin: auto;
	width: 100px;
}

* html #paging li {
	display: inline;
	margin-right: 3px;
	zoom: 1;
	text-align: center;
}

*+html #paging li {
	display: inline;
	margin-right: 3px;
	zoom: 1;
	text-align: center;
}

#paging li a {

	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width:fit-content;
	margin: auto;
	width: 80px;
	vertical-align:middle;
}

#paging li b {
	color: #9d87a1;
	text-align: center;
}

/*yose*/
.ta-c {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

/*icon*/
img.icon {
	vertical-align: middle;
	border: none;
}

/*kiji search*/
input#find {
	width: 120px;
}

/*serch result*/
table#find {
	margin: 1em auto;
	border-collapse: collapse;
}

table#find th, table#find td {
	border: 1px solid #9d87a1;
	padding: 6px;
}

table#find th {
	background: #9d87a1;
}

table#find td {
	background: #fff;
}

/*TB COMMENT list*/
div.com-log {
	margin: 8px 0 8px 2em;
	font-size: 85%;
	line-height: 150%;
}

div.com-msg {
	margin-left: 1em;
}

div.com-log span {
	color: #666;
}




.maru {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 3px solid #9d87a1;
}



.contents {
	width: 90%;
	max-width: 1200px;
	margin: auto;
 }

 .contents img {
	width: 80%;
}	

.text-center {
	text-align: center;
 }

 .flexbox {
	display: flex;
 }

 .box1 {
	width: 50%;
	margin: auto;
 }

 .box2 {
	width: 50%;
	margin: auto .5rem;
 }
 
  .box3 {
	height: 20px;
	margin: auto .5rem;
 }
 
 
 
@media screen and (max-width: 767px) {
	.flexbox {
		display: block;
	}

	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}

	.flexbox .box2 {
		width: 100%;
		margin: 0 auto;
	}
     
	.box3 {
		height: 20px;
		margin: auto .5rem;
	}
}
 
 
 
 .menuback{
	background:#ffffff;
}
 
.fulltitle{
	background:#9d87a1;
	text-align: center;
	padding:0px 0px 16px 0px;
}

.fulltitle p{
	margin:0px 0px 0px 0px;
	padding:3px;
	line-height:2.5em;
}








/* youtube oyayoso */

.ytwaku {
	width:80%;
	height:auto;
	margin: 0px 0px 0px 0px;
}

/* for smartphone*/
.yt {
	position: relative;
	width:100%;
	height:auto;
	padding-top: 56.25%;
}

/* oyayoso no nakade 100% hyoji */
.yt iframe {
	position: absolute;
	top: 20;
	left: 20;
	width:100%;
	height:100%;
}

/* oyayoso no nakade 100% doga hyoji */
.yt_video {
	position: absolute;
	width:100%;
	height:auto;
	top: 20;
	left: 20;
}

/* oyayoso no nakade 100% sumnail hyoji */
	.yt_video img {
	width:100%;
	height:auto;
	top: 20;
	left: 20;
}

/* play icon */
.yt_video::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f144";/* icon */
	font-weight:900;
	color: #fc0d1c;/* icon color */
	font-size: 70px;/* icon size */
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	opacity: .90;/* icon toumei */
	transition:.5s;/* slow change */
}

/* mouse over icon change */
.yt_video img:hover{
	cursor: pointer;/* link cursol */
	width:100%;
	height:auto;
	box-sizing: border-box;
}
/* YouTube mouse over */
.yt_video:hover::before {
	color:#32cd32;/* icon color */
	transition:.5s;/* slow change */
}





/* タブレットだけに適用するCSS */
/*tablet 1024px under */
@media screen and (max-width:1024px){



	div.body {
		margin: 1em;
		font-size:16px;
		line-height:20pt
	}





	.topbn {
		width:100%;
	}

	#body-area {
		padding: 0 ;			/* 上下左右の余白を0にしておく */
		border: 0px solid #E9B6BE;		/* 枠線 */
		margin-left: auto;
    		margin-right: auto;
		width: 100%;
	}

	#main-area {
		width: 100%;
	}

	#content {
		width:70%;
		padding: 0px ;
	}
	#navi {
		width: 28%;
		border: 0px solid #E9B6BE;
	}


div.sidebody ul {

	padding: 0;
}

div.side-ttl {
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	color: #ffffff;
	height: 28px;
	padding: 2px 2px 2px 2px;
	text-align:center;
	background:#9d87a1;
	width: 90%;

	display: block;
	margin-left: auto;
	margin-right: auto
}




/*side*/
div.sidebody {
	line-height: 130%;
	font-size: 110%;
	background: #fff6ff;
	padding:10px;
	width: 81%;
	border: 2px solid #E9B6BE;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





}











/*smartphone 599px under */
@media screen and (max-width:599px){

	table td {
		font-size: 18px;
		text-align:left;
	}



	div.body {
		margin: 1em;
		font-size:16px;
		line-height:20pt
	}

	.topbn {
	width:100%;
	}

	#body-area {
		position: relative;
		margin: 0 auto;
		width: 99.5%;
	}
	#content {
		float: none;
		width: 99%;
	}
	#navi {
		float: none;
		width: 100%;
	}

	.ytwaku2 {
		width:80%;
		height:auto;
		margin:-230px 0px 120px 0px;
	}


	#navi {
		float: left;
		width: 100%;
		text-align: left;
	}

	div.side-ttl {
		font-weight: bold;
		font-size: 110%;
		letter-spacing: 1px;
		color: #ffffff;
		height: 28px;
		padding: 2px 2px 2px 2px;
		text-align:center;
		background:#9d87a1;
		display: block;
		margin-left: auto;
		margin-right: auto
		border: 2px solid #E9B6BE;
		width: 96%;
	}

	div.sidebody {
		line-height: 130%;
		font-size: 110%;
		background: #fff6ff;
		padding:10px;
		border: 2px solid #E9B6BE;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 91%;
	}

	.ytwaku {
		width:80%;
		height:auto;
		margin:0px 0px 0px 0px;
	}

}



 