<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.title1{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	color: #F96;
	line-height: 1.5em;
}

.title2{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
	background-color: #C96;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px 10px 10px 10px;
	color: #FFF;
	background-image: url(../img/obi.png);
	background-repeat: no-repeat;
}


.purple{
	background: -moz-linear-gradient(top, #5BAA92, #387F68);
	background: -webkit-linear-gradient(top, #5BAA92, #387F68);
	background: linear-gradient(top, #5BAA92, #387F68);
}

.green{
	background: -moz-linear-gradient(top, #9369bc, #77479d);
	background: -webkit-linear-gradient(top, #9369bc, #77479d);
	background: linear-gradient(top, #9369bc, #77479d);
}

.yellow{
	background: -moz-linear-gradient(top, #dd9b26, #c48116);
	background: -webkit-linear-gradient(top, #dd9b26, #c48116);
	background: linear-gradient(top, #9369bc, #c48116);
}

.news{
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}

.back2{
	background-color: #FFF;
	line-height: 1.8em;
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: url(../img/flower.png);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.back2 img{
	width: 100%;
	float: left;
	margin-bottom: 20px;	
}


.t_name{
	font-size: 24px;
	color: #F96;
	text-align: center;
}
.c_name{
	text-align: center;
}
.photo1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.photo2{
	text-align: center;
	padding-bottom: 30px;
}

.photo2 img{
	width: 100%;
}

table{
	margin-bottom: 30px;
}

table tr td{
	color: #333;
	text-align: center;
	border: #FFF thin solid;
}


table tr&gt;*:first-child{
	background-color: #666666;
	color: #FFF;
}

table tr :nth-child(2){
	background-color: #d1dda4;
}

table tr :nth-child(3){
	background-color: #8CCDBA;
}


table tr&gt;*:last-child{
	font-size: 14px;
	background-color: #DDBA5B;
}

.second_green{
	background-color: #d1dda4 !important;
	color: #666 !important;
}

.third_green{
	background-color: #8CCDBA !important;
	color: #666 !important;
}


.entry{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #C33;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	border-radius: 10px 10px 10px 10px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(top, #cc193b, #932439);
	background: -webkit-linear-gradient(top, #cc193b, #932439);
	background: linear-gradient(top, #cc193b, #932439);
}

.entry a{
	color: #FFF;
	display: block;
}

.entry a:hover {
	text-decoration: none;
	display: block;
	opacity: 0.5;
}

.center_name{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.orenji{
	color: #F90;
	margin-top: 30px;
}

.colum_left{
	width: 40%;
	float: left;
	display: block;
}

.colum_right{
	width: 57%;
	float: right;
	display: block;
}

.centers{
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	text-align: center;
}
.left{
	float: left;
	margin-top: 0px;
}
.wait700{
	font-weight: 700;
	font-size: 18px;
}

.left_text{
	text-align:left;
}

.chiyoko_pc{
	
	display: none;
}

.chiyoko_sp{
	display: block;
}




/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
.back{

	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

.back1{
	display: none;
}

.back2{
	width: 100%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.back2 img{
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}



.wait700{
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}

.centers{
	width: 100%;
}

.chiyoko_pc{

	display: block;
}

.chiyoko_sp{
		display: none;
}


}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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




}
</pre></body></html>