*:not(a),*:not(span){
	margin:0px;
	padding:0px;
	overflow:hidden;
	color:#444;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-text-size-adjust:none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a,span{
	font:inherit;
	color:inherit;
	-webkit-text-size-adjust:none;
}
.rb{
	font-weight:bold;
	color:#aa2222;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
button{
	border:none;
	background:none;
	cursor: pointer;
}
textarea{
	overflow-y:auto !important;
}
ul{
	list-style-type:none;
}
.bluebutton{
	color:#ffffff;
	font-weight:bold;
	text-shadow:0 -1px 0px #225588,0 -1px 0px #225588;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #42A6E0;
	cursor: pointer;
	border-radius:4px;
	background: rgb(66,174,230);
	background: -moz-linear-gradient(top, rgba(66,174,230,1) 0%, rgba(52,156,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,174,230,1)), color-stop(100%,rgba(52,156,224,1)));
	background: -webkit-linear-gradient(top, rgba(66,174,230,1) 0%,rgba(52,156,224,1) 100%);
	background: -o-linear-gradient(top, rgba(66,174,230,1) 0%,rgba(52,156,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(66,174,230,1) 0%,rgba(52,156,224,1) 100%);
	background: linear-gradient(to bottom, rgba(66,174,230,1) 0%,rgba(52,156,224,1) 100%);
	box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
}

.yellowbutton{
	color:#ffffff;
	font-weight:bold;
	text-shadow:0 -1px 0px #225588,0 -1px 0px #225588;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #ffa500;
	cursor: pointer;
	border-radius:4px;
	background: rgb(251,228,73);
	background: -moz-linear-gradient(top, rgba(251,228,73,1) 0%, rgba(253,172,28,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,228,73,1)), color-stop(100%,rgba(253,172,28,1)));
	background: -webkit-linear-gradient(top, rgba(251,228,73,1) 0%,rgba(253,172,28,1) 100%);
	background: -o-linear-gradient(top, rgba(251,228,73,1) 0%,rgba(253,172,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,228,73,1) 0%,rgba(253,172,28,1) 100%);
	background: linear-gradient(to bottom, rgba(251,228,73,1) 0%,rgba(253,172,28,1) 100%);
	box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
}
.redbutton{
	color:#ffffff;
	font-weight:bold;
	text-shadow:0 -1px 0px #225588,0 -1px 0px #225588;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #A0041E;
	cursor: pointer;
	border-radius:4px;
	background: rgb(187,25,48);
	background: -moz-linear-gradient(top, rgba(187,25,48,1) 0%, rgba(163,21,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,25,48,1)), color-stop(100%,rgba(163,21,42,1)));
	background: -webkit-linear-gradient(top, rgba(187,25,48,1) 0%,rgba(163,21,42,1) 100%);
	background: -o-linear-gradient(top, rgba(187,25,48,1) 0%,rgba(163,21,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(187,25,48,1) 0%,rgba(163,21,42,1) 100%);
	box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
}
html{
	/*
	min-height:100%;
	height:100%;
	*/
	width:100%;
	font-size:16px;
	overflow-x:hidden;
	overflow-y:visible;
}
body{
	/*
	min-height:100%;
	*/
	overflow-x:hidden;
	overflow-y:visible;
}
body>div#wrap{
	overflow:visible !important;
	/*
	height:100%;
	position:relative;
	overflow-y:auto !important;
	min-height:100%;
	*/
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	-o-transition:0.4s;
}
body>div>div#main{
	overflow:hidden;
}
body>div>aside#side{
	position:absolute;
	top: 0;
	width:260px;
	left:-260px;
	background-color:#F5FAFF;
	box-shadow:0 0 10px #ccc inset;
	border-radius:0 4px 4px 0;
}
body>div>aside#side>section{
	position:relative;
	overflow-x: hidden;
	overflow-y: scroll;
}
body>div>aside#side>section>div{
	display:none;
}
body>div>aside#side>section>div>*:first-child{
	font-size:19px;
	padding-right:35px;
	color:#fff;
	height:35px;
	line-height:35px;
	text-align:center;
	background-color:#00A1E7;
}
body>div>aside#side>section>div>div{
	margin-bottom:5px;
}
body>div>aside#side>section>div>button:last-child{
	font-size:17px;
	width:80%;
	height:1.7em;
	line-height:1.7em;
	margin:5px auto;
}
body>div>aside#side>section>div>div>h3{
	background: rgb(0,183,234);
	background: -moz-linear-gradient(top, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,158,195,1)));
	background: -webkit-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	background: -o-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	color:#fff;
	line-height:100%;
	padding:5px 0 5px 3px;
	font-size:14px;
	font-weight:bold;
}
body>div>aside#side>section>span#sideHideButton{
	position:absolute;
	z-index:2;
	display:block;
	width:30px;
	height:30px;
	border-radius:15px;
	line-height:30px;
	letter-spacing:0;
	text-align:center;
	top:3px;
	right:2px;
	font-size:25px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
	background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
	background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
	cursor:pointer;
}
body>div>aside#side>section>span#sideHideButton:after{
	content:"\0d7";
	line-height:31px;
}
body>div>aside#side>section>div>ul{
	border-top:1px solid #bbb;
}
body>div>aside#side>section>div>ul>li>a,body>div>aside#side>section>div>ul>li>span#logout{
	display:block;
	background-color:#fff;
	margin:2px 4px;
	border-radius:5px;
	padding:12px 15px 12px 5px;
	position:relative;
	text-decoration:underline;
	font-weight:bold;
	border:2px solid #00A1E7;
}
body>div>aside#side>section>div>ul>li>a:before,body>div>aside#side>section>div>ul>li>span#logout:before{
	position:absolute;
	content:"";
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:2px solid #ff8800;
	border-right: 2px solid #ff8800;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header{
	box-sizing:content-box;
	height:45px;
	border-top:3px solid #00A1E7;
	position:relative;
	background-color:#F5FAFF;
	border-bottom:1px dashed #ccc;
}
header>h1{
	position:absolute;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff;
	padding:0 5px;
	background-color:#00A1E7;
	border-radius:0 0 3px 3px;
	line-height:25px;
	height:25px;
	top:0;
	left:5px;
}
header>p{
	font-size:0.7rem;
	font-weight:bold;
	color:#555;
	position:absolute;
	bottom:2px;
	left:6px;
}
header>ul{
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:0;
	display:table;
}
header>ul>li{
	display:table-cell;
	width:45px;
	height:35px;
}
header>ul>li>*{
	display:block;
	text-align:center;
	position:relative;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center 1px,center center;
	background-size:25px,100%;
	margin:1px;
	height:35px;
	border-radius:3px;
}
header>ul>li.messagecheck>a{
	background-image:url("../spimg/messagenotify.gif"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background-image:url("../spimg/messagenotify.gif"),-webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background-image:url("../spimg/messagenotify.gif"),linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
}
header>ul>li.replycheck>a{
	background-image:url("../spimg/messagenotify.gif"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background-image:url("../spimg/messagenotify.gif"),-webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background-image:url("../spimg/messagenotify.gif"),linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
}
header>ul>li.headregist>a{
	background-image:url("../spimg/registbg.gif"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background-image:url("../spimg/registbg.gif"),-webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background-image:url("../spimg/registbg.gif"),linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
}
header>ul>li.headlogin>a{
	background-image:url("../spimg/loginbg.gif"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background-image:url("../spimg/loginbg.gif"),-webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background-image:url("../spimg/loginbg.gif"),linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
}
header>ul>li.headerMenu>a{
	background-image:url("../spimg/menu.gif"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background-image:url("../spimg/menu.gif"),-webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background-image:url("../spimg/menu.gif"),linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
}
header>ul>li>*>span:not(.mcount){
	font-size:9px;
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:100%;
	letter-spacing:0;
}
header>ul>li>*>span.mcount{
	display:block;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0;
	border-radius:7px;
	border:1px solid  #7A1E2A;
	text-shadow:0 -1px 0px #225588,0 1px 0px #225588;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	background: rgb(211,101,112);
	background: -moz-linear-gradient(top, rgba(211,101,112,1) 0%, rgba(183,75,104,1) 50%, rgba(170,41,69,1) 51%, rgba(188,75,113,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,101,112,1)), color-stop(50%,rgba(183,75,104,1)), color-stop(51%,rgba(170,41,69,1)), color-stop(100%,rgba(188,75,113,1)));
	background: -webkit-linear-gradient(top, rgba(211,101,112,1) 0%,rgba(183,75,104,1) 50%,rgba(170,41,69,1) 51%,rgba(188,75,113,1) 100%);
	background: -o-linear-gradient(top, rgba(211,101,112,1) 0%,rgba(183,75,104,1) 50%,rgba(170,41,69,1) 51%,rgba(188,75,113,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,101,112,1) 0%,rgba(183,75,104,1) 50%,rgba(170,41,69,1) 51%,rgba(188,75,113,1) 100%);
	background: linear-gradient(to bottom, rgba(211,101,112,1) 0%,rgba(183,75,104,1) 50%,rgba(170,41,69,1) 51%,rgba(188,75,113,1) 100%);
}

article>section{
}
article>section>.headline{
	font-size:18px;
	padding:5px 0 5px 3px;
	color:#444444;
	border-width:3px;
	border-color:#00AAD6;
	border-style:double none;
}
dl.details>dt{
	background-color:#F5FAFF;
	color:#444;
	margin:5px 5px 0 5px;
	border-width:1px;
	border-color:#00A1E7;
	border-style:solid solid none solid;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	padding:5px 0;
	border-radius:3px 3px 0 0;
	text-align:center;
}
dl.details>dd{
	background-color:#F5FAFF;
	border-width:1px;
	border-color:#00A1E7;
	border-style:none solid solid solid;
	margin:0 5px 5px 5px;
	line-height:145%;
	letter-spacing:0.05em;
	font-size:16px;
	border-radius:0 0 5px 5px;
	padding:0 5px 5px 5px;
}
div#scrollEnd{
	text-align:center;
}
.buttonList a,.buttonList button{
	width:90%;
	height:30px;
	line-height:30px;
	margin:15px auto;
	font-size:17px;
}
div#loading{
	z-index:6;
	width:100%;
	height:100%;
	position:fixed !important;
	top:0;
	left:0;
	display:none;
	padding:0;
	background:url("../spimg/loading.gif");
	background-repeat:no-repeat;
	background-position:center center;
}

ul.regionCheck>li{
	position:relative;
	overflow:hidden;
	border-bottom:1px dashed #aaa;
}
ul.regionCheck>li>input{
	position:absolute;
	top:-200px;
	left:-100px;
}
ul.regionCheck>li>label{
	display:inline-block;
	height:22px;
	padding-left:22px;
	line-height:22px;
	background-image:url("../spimg/searchcheck.png");
	background-repeat:no-repeat;
	background-position:0 0;
	width:70px;
	margin:3px 0;
}
ul.regionCheck>li>input:checked+label{
	background-position:0 -22px;
}
ul.regionCheck>li:last-child{
	border:none;
}

p.normalHint{
	margin:5px 3px;
	padding:3px;
	background-color:#EEF8FD;
	border:1px solid #2C7699;
	color:#2C7699;
	font-size:14px;
	line-height:120%;
}
footer{
	margin:10px 0 0 0;
}
footer>ul{
	line-height:100%;
	display:table;
	table-layout:fixed;
	width:100%;
	border-top:1px solid #ccc;
}
footer>ul>li{
	display:table-cell;
	line-height:100%;
	text-align:center;
	padding:10px 0;
}
footer>ul>li>*{
	text-decoration:underline;
}
footer>ul>li:not(:last-child){
	border-right:1px solid #ccc;
}
div.ads{
	text-align:center;
}
nav{

}
nav>ol {
        list-style: none;
        overflow: hidden;
        color: #777;
        font-size:12px;
        background: #fff;
}
nav>ol>li {
        float: left;
		padding: 0 5px 0 20px;
        line-height: 30px;
		height:30px;
        text-shadow: 0 1px 0 white;
		overflow:visible;
		background: #eee;
        background: gradient(linear, left top, right top,
                from(#fff),
                color-stop(0.85,#efefef),
                to(#efefef));
}
nav>ol>li>a {
        color: #666;
        display: block;
        float: left;
		overflow:visible;
}
nav>ol>li>a::after {
        position: relative;
        display: block;
        margin-top: -15px;
        margin-left: auto;
        margin-right: -15px;
        height: 15px;
        width: 15px;
        content: " ";
		-webkit-transform: skew(-30deg);
		transform: skew(-30deg);
        background: #efefef;
        border-right: 1px solid #d6d6d6;
}
nav>ol>li>a::before {
        float: right;
        display: block;
        margin-bottom: -15px;
        margin-left: auto;
        margin-right: -15px;
        height: 15px;
        width: 15px;
        content: " ";
        -webkit-transform: skew(30deg);
		transform: skew(30deg);
        background: #efefef;
        border-right: 1px solid #d6d6d6;
}
nav>ol>li>a>span{
	text-overflow:ellipsis;
	max-width:7em;
	display:block;
	white-space: nowrap;
}
nav>ol>li:first-child{padding-left: 5px;}
nav>ol>li:last-child {
}
/*
nav>ol>li.current{
	background:#00A1E7 !important;
	color:#fff;
	font-weight:bold;
	text-shadow:none !important;
}
*/