/* RESET & BASE */
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:auto;
	overflow-x:hidden;
}
body{
	background: #fff;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: 333;
	padding-top:0px;
	margin:0px;
}
.clear{
	clear:both;
}
img{
	border:none;
}

/* HEADER */
#header{
	margin:0 0px 24px 0px;
	background-color:#49b700;
}
#title{
	float:left;
	width:200px;
	height:30px;
	text-indent:-9999px;
	margin:20px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	background-color:#49b700;
	background-image:url(../img/title2.png);
	background-size:contain;
background-repeat:no-repeat;
}
#header ul{
	float:right;
	padding-top: 0px;
	padding-right: 9px;
	font-size: 14px;
		margin-top: 30px;
	margin-bottom: 0px;
}
#header li{
	line-height:1em;
	list-style-type:none;
	float:left;
	border-right:solid 1px #fff;
	padding:0 9px;
		margin-bottom: 0px;
		font-family: "futura-pt";
		font-weight: 300;
	}
}
#header .first{
	padding:0 9px 0 0;
}
#header .last{
	border-right:none;
}
#header a{
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	font-weight:300;
}
#header a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:300;
}

/* FOOTER */
#footer{
	padding:25px 18px 25px 18px;
	letter-spacing:1px;
	color:#999;
}

.copyright {
	width: 180px;
	float:left;
	margin-top: 15px;
	margin-bottom: 10px;
}
.privacy {
	float:right;
}
.footerlink{
	color:#999;
}
.footerlink a:hover{
    color: #49b700;
    text-decoration: underline;
}

/* GRID CONTENT */
#grid-content div{
	-moz-box-shadow:1px 1px 3px rgba(50,50,50,0.5);
	margin:0 0 18px 18px;
	text-align:left;
	border:3px solid #444;
	min-width:142px;
}
#grid-content .nobd{
	border:none;
	-moz-box-shadow:none;
	border:3px solid #fff;
}
#grid-content div h3{
	margin:8px 4px -2px 10px;
	line-height:16px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	color:#600;
}
#grid-content div p,
#grid-content div li {
	padding:8px 15px;
	line-height:20px;
	font-size:10px;
	letter-spacing:0px;
	color:#963;
}
.h282{
	height:282px;
}
.h182{
	height:182px;
}
@media screen and (max-width: 960px){
.spnone { display: none;}
}
