@charset "utf-8";
/* CSS Document */

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

.comingsoon { opacity:0.5; }

#logo {	margin:20px; }

#wrap_title {
	width:100%;
	height:100px;
	margin:0;
	float:left;
	background-color:#D3D3D3;
	text-align:center;
}

#wrap_title p {
	margin:20px;
	font-weight:bold;
	font-size:30px;
	letter-spacing:2px;
	color:#105106;
	line-height:18px;
	margin-top:40px;
}

#wrap_title p span {
	font-size:12px;
}

#wrap_cat {
	width:100%;
	margin:0;
	padding:20px;
	line-height:20px;
	color:#777;
	float:left;
}

#wrap_cat p {
	width:98%;
	border-bottom:#777 1px solid;
	font-size:110%;
	font-weight:bold;
	padding-left:2%;
}

#wrap_cat ul li {
	list-style:square;
	margin-top:10px;
}

#wrap_cat ul li a {
	text-decoration:none;
	color:#777;
}

#wrap_cat ul li a:hover {color:#0207F8;}

#wrap_cat ul li a span {
	font-size:85%;
	margin-left:20px;
}

/*************
/* page-top
*************/
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 77%;
}

.pagetop a {
	background:#025B1A;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding:10px;
	text-align: center;
	text-decoration:none;
	display: block;
	border:#000 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
 
.pagetop a:hover {
	text-decoration: none;
	opacity:0.7;
}

.pagetop p {
	font-size:120%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	margin:0;
}

#p_top {
	text-decoration:none;
}

/*************
/* FOOTER
*************/

#copyname {
	clear:both;
	width:100%;
	height:20px;
	margin:0;
	font-size:15px;
	line-height:20px;
	text-align:center;
}



/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){

#wrap_cont {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

}


/* Dispray W-size 940px */
@media only screen and (max-width:959px){

#wrap_cont {
	width:100%;
	margin:0;
}

}

/* SmartPhone Wide(Land Scape) */
@media only screen and (max-width:640px){


}

/* Smart Phone Standard(Portlate) */
@media only screen and (max-width:480px){


}