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

.container{
	border:10px solid #ffe867;
	padding:0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents{
}
.webF_jyun{
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

.container{
	margin-top: var(--header-height);
}
/*----- header -----*/
.container header{
	margin:42px auto 42px auto;
	max-width:950px;
	width: 100%;
	position:relative;
}

.container header h1{
	float:left;
}
.container header p{
	float:right;
	margin-top:67px;
}

/*----- mainimg -----*/
.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	/*width: 65%;*/
		width: 90%;
		max-width:1300px;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 20s;
	-webkit-animation-duration: 20s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;}

.album .img2 {
	animation-delay:10s;
	-webkit-animation-delay:10s;
	position: absolute;
/*	top: 0;
	
	left: 15.5%;*/

   top:0px;
   right:0px;
   bottom:0px;
   left:0px;
   margin:auto auto;
   }

@keyframes album {
	0% {
		opacity: 0;
	}
	
	10% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	10% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
/*----- textbox -----*/
#textbox{
	margin:40px auto 65px auto;
	width:950px;
	text-align:center;
}
#textbox #cast{
	margin:50px 0 40px;
}
#maintext {  
	width: 898px;  
	 height: 148px;  
	text-align: center;  
	background: url(../img/text01.gif) no-repeat center;  
}  
#maintext img {  
  display: none;  
} 
#comment{
	background: url(../img/comeBg.gif) repeat;
	padding:10px;
	margin:50px 0 20px;  
}
#whitebox{
	background:#FFFFFF;
	padding:20px 30px 0px;
}
#ptext{
	padding:20px 0px;
	text-align:left;  
}
/*----- message -----*/
#message{
	margin:40px auto 65px auto;
	padding:25px 0px;
	width:950px;
	text-align:center;
	background: url(../img/messagebg.gif) repeat;  
}
#message dl{
	margin:0 0 0 30px;
}
#message dt{
	margin:0 auto 25px;
	width: 628px;  
	 height: 18px;  
	text-align: center;  
	background: url(../img/messageTitle.png) no-repeat center;  
}

#message dt img {  
  display: none;  
} 
#message ul li{
	float:left;
	margin:0 13px 0;
}
#message a{
	display:block;
	text-indent:-9999px;
	width:420px;
	height:60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#message #read a{
	background-image:url(../img/read.png);
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
}
#message #read a:hover {
	background-image:url(../img/read_on.png);
	background-color:#f3c526;
	background-position:center;
	background-repeat:no-repeat;
}
#message #write a{
	background-image:url(../img/write.png);
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
}
#message #write a:hover {
	background-image:url(../img/write_on.png);
	background-color:#f3c526;
	background-position:center;
	background-repeat:no-repeat;
}

/*----- footer -----*/
.container footer{
	padding: 12px;
}

.container footer p{
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.container footer img{
	display: inline;
}


/* 960px以下
==============================*/
@media screen and (max-width: 960px) {


}/* media */

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	.container{
		border:8px solid #ffe867;
		padding:0 8px;
	}
	.container header img{
		vertical-align:top;
	}
		/*----- header -----*/
	.container header{
		margin:17px auto 0px auto;
		width:100%;
		position:relative;
	}
	.container header img{
		width:50%;
	}
	.container header h1{
		float:none;
		margin-left:5px;
		margin-bottom:0px;
	}
	.container header p{
		float:none;
		margin-top:10px;
		margin-left:5px;
	}
	.album img {
		/*width: 65%;*/
			width: 98%;
	}/*----- textbox -----*/
	#textbox{
		margin:20px 0 30px 0;
		width:100%;
		text-align:center;
	}
	#maintext{
		 width: 100%;  
		height: auto;  
		background: none;
	}
	 #maintext img{
		  display: block;
		text-align:center;
		margin:0 auto;
	 }
	#textbox #cast{
		margin:25px 0 20px;
	}
	#textbox img {
		max-width:100%; /* 画像の最大幅 */
		width /***/:auto; /* IE8のみ */
		height:auto;
		vertical-align:bottom;
	}
	#textbox #seisaku img{
		width:35%;
	}
	#whitebox{
	padding:20px 10px 0px;
}
	/*----- message -----*/
	#message{
		margin:10px 0 10px 0;
		padding:5% 0px;
		width:100%;
		text-align:center;
		background: url(../img/messagebg.gif) repeat;  
	}
	#message img{
		max-width:100%; /* 画像の最大幅 */
		width /***/:auto; /* IE8のみ */
		height:auto;
		vertical-align:bottom;
	}
	#message dl{
		margin:0 0 0 0px;
	}
	#message dt{
		margin-bottom:25px;
	}
	#message dt{
		 width: 60%;  
		height: auto;  
		background: none;
		margin:0 auto 0px;
	}
	#message dt img{
		  display: block;
		margin:0 auto;
	 }
	#message ul li{
		float:none;
		margin:10px 13px 0;
	}
	#message ul li a{
		display:block;
		text-indent:-9999px;
		width:95%;
		height:50px;
		margin:0 auto 10px;
		background-size:60%; !important
	}

	#message ul li a:hover{
		background-size:60%; !important
	}
	footer img{
		width:100%; /* 画像の最大幅 */
		max-width:100%; /* 画像の最大幅 */
		width /***/:auto; /* IE8のみ */
		height:auto;
		vertical-align:bottom;
	}

}
/* media */



/*----- メッセージを読む -----*/
.readMessage{
	max-width: 950px;
	margin: 0 auto;
}

.readTitleBox{
	overflow: hidden;
	padding-bottom: 23px;
}

.readTitle{
	float: left;
	font-size: 24px;
	font-family: '凸版文久明朝 R', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.mesTopBtn{
	float: right;
}

.mesTopBtn a{
	overflow: hidden;
	display: block;
	width: 210px;
	height: 44px;
	text-indent: 120%;
	white-space: nowrap;
	transition: all 0.5s ease;
	background: #ffe867 url(../img/mes_top_off.png) no-repeat center center;
}

.mesTopBtn a:hover{
	background-color: #f3c526;
	background-image: url(../img/mes_top_on.png);
}

.comList{
	border-top: 2px solid #f3c526;
}

.comList li{
	padding: 2.6% 2.6% 2.1%;
	border-bottom: 2px solid #f3c526;
}

.comment{
	font-size: 14px;
}

.comment .name{
	font-weight: bold;
}

.comment .date{
	text-align: right;
}

.pagination ul{
	display: table;
	overflow: hidden;
	margin: 25px auto;
	font-size: 14px;
}

.pagination li{
	display: table-cell;
	padding-left: 12px;
	vertical-align: middle;
}

.pagination li b{
	display: block;
	padding: 11px 7px;
	font-weight: bold;
}

.pagination li a{
	display: block;
	padding: 11px 7px;
	text-decoration: none;
	color: #000;
}

.pagination li a:hover{
	color: #000;
	text-decoration: underline;
}

.readMessage #message{
	width: 100%;
	padding: 25px 29px 25px 43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}

.readMessage #message p:first-of-type{
	margin-bottom: 24px;
	font-family: '凸版文久明朝 R', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.readMessage #message a{
	width: 100%;
}

@media screen and (max-width: 640px) {
	.readMessage{
		margin-top: 20px;
	}
	.readTitleBox{
		padding-bottom: 10px;
	}
	.readTitle{
		margin-bottom: 5px;
		font-size: 20px;
	}
	.pagination ul{
		margin-top: 7.8%;
		margin-bottom: 7.8%;
		font-size: 10px;
	}
	.pagination li{
		margin-bottom: 15px;
		padding-left: 5px;
		text-align: center;
	}
	.pagination li b{
		padding: 3px;
	}
	.pagination li a{
		padding: 4px;
	}
	.readMessage #message{
		padding: 10px;
		font-size: 14px;
	}
	.readMessage #message p:first-of-type{
		margin-bottom: 10px;
	}

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