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

/**************************************
 *all
**************************************/
html, body, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ol, ul, li, table, tr, th, td, input{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
  font-weight:normal;
  font-size:100%;
}
th, td{font-size:100%;}
a img, img, table{border:0;}
ul{list-style:none;}

body{
  font-size:85%;
  background-color:#e61374;
	color:#333;
  text-align:center;
  font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight:normal;
  line-height:1.5;
}

/**************************************
 *margin
**************************************/
.ma0{margin:0 !important;}
.pa10t{padding-top:10px;}

/**************************************
 *clearfix
**************************************/
.clearfix:after{  
	content: ".";  
	display:block;  
	visibility:hidden;  
	height:0.1px;  
	font-size:0.1em;  
	line-height:0;  
	clear:both;
}
.clearfix{display:inline-block;}  

/**************************************
 *common
**************************************/
#copyright{padding-bottom:10px;}
#copyright a{
	text-decoration:none;
	color:#ffcdcd;
	font-size:80%;
}

/**************************************
 *daichi&amp;megumi
**************************************/
#daichi{
	width:480px;
	margin:30px auto 0 auto;
}
#btn-moclose a{color:#ffcdcd; font-size:90%;}
#btn-moclose{margin-top:10px;}</pre></body></html>