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

html&gt;/**/body {font-size:13px;}

body {
	background:#ffe5e4;
	line-height:1.8;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#copyright {
	clear:both;
	padding:20px 0;
	text-align:center;
	}

h1 {
	text-align:center;
}

#wrap {
	width:490px;
	margin:0 auto;
}
.psycho {
	background:#FFF;
	padding:5px 15px 15px;
	margin:20px 0;
	border:2px solid #FCC;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;
}
.psycho p strong {
	font-size:1.2em;
	color: #C30;
}
.banner {
	width:420px;
	background: #fffdf3;
	font-size:0.9em;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	margin:20px auto;
	line-height:1.6;
    box-shadow:3px 3px 1px 1px #ccc;
}
.banner a img {
	margin:10px 0 -5px;
}
.psycho .list,.result_list {
	margin:0 0 30px;
	padding:0;
	border:2px solid #C30;
	}

.psycho .list li  {
	list-style:none;
	margin:0;
	padding:10px 1em 5px 3em;
	text-indent:-2.2em;
	border-bottom:1px dotted #C30;
	font-size:1.1em;
}
.psycho .list li strong {
	color: #C30;
	}
.psycho .list li:nth-child(2n+1) {
	background: #fff3f3;
}
.psycho .list li:last-child {
	border:0;
}
.li_1:before { content:"１： "; }
.li_2:before { content:"２： "; }
.li_3:before { content:"３： "; }
.li_4:before { content:"４： "; }
.li_5:before { content:"５： "; }
.li_6:before { content:"６： "; }
.li_7:before { content:"７： "; }
.li_8:before { content:"８： "; }
.li_9:before { content:"９： "; }
.li_10:before { content:"10："; }
.li_11:before { content:"11："; }

.index {
	font-weight:bold;
	color:#C30;
	font-size:1.0em;
	text-align:center;
	border-top:1px dotted #C30;
	border-bottom:1px dotted #C30;
	padding:5px 0;
	margin:30px 0 10px;
}
.result {
	font-weight:bold;
	color:#C30;
	font-size:1.8em;
	text-align:center;
	border-top:1px dotted #C30;
	border-bottom:1px dotted #C30;
	padding:5px 0;
	margin:10px 0 10px;
}
.result_list dt {
	float:left;
	width:110px;
	font-size:1.2em;
	padding:10px;
	color:#C30;
	font-weight:bold;	
}
.result_list dd{
	margin:0;
	padding:0 0 0 120px;
	border-bottom:1px dotted #C30;
	font-size:1.2em;
	padding:10px 5px;
}
.bg_pink {
	background: #fff3f3;
}
.result_list dd:last-child {
	border:0;
}
.info {
	clear:both;
	font-weight:bold;
	color:#C30;
	background: #fffdf3;
	font-size:1.2em;
	text-align:center;
	border:2px solid #C30;
	padding:10px 0;
	margin:0 0 30px;
	line-height:1.6;
	}
.info span {
	display:block;
	font-size:1.6em;
	}
.book {
	padding:10px;
	color: #C30;
	border:2px solid #C30;
	background: #fffdf3;
	margin:30px 0 20px
}
.book a {
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
.book a span {
	font-size:0.8em;
}
.psycho p a {
	color:#C30;
	padding:0 5px;
	margin:0 5px 0 -5px;
}
.psycho p a:hover {
	color: #000;
	background: #ffe5e4;
	text-decoration:none;
}
.button {
	display:block;
	background:#C30;
	text-align:center;
	font-size:1.8em;
	text-decoration:none;
	color:#FFF;
	-webkit-border-radius:20px 20px 20px 20px;
    -moz-border-radius:20px 20px 20px 20px;
    border-radius:20px 20px 20px 20px;
	margin:20px 0 30px;
	}
.button:hover {
	background:#000;
}
.close {
	text-align:center;
	padding:20px 0;
}
.close a {
	background:#C30;
	text-align:center;
	padding:10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
}
.close a:hover {
	background:#333;
	text-align:center;
	padding:10px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px; 
    border-radius:10px 10px 10px 10px;
}

.smphome {
	display:none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}</pre></body></html>