
@charset "UTF-8";


a:link {color:#735E48; text-decoration:underline;}
a:visited {color:#735E48; text-decoration:underline;}
a:hover {color:#A78C72;}
a:active {color:#735E48;}


/* ============================================
	ボタンのロールオーバー用スタイル
============================================ */
.imgov a img:hover{
	filter:alpha(opacity=70); /*InternetExplorer用プロパティ*/
	-moz-opacity:0.70; /*Firefox用プロパティ*/
	opacity:0.70;
	}

#nmlp_wrapper {
	width: 100%;
	margin:0 auto;
	text-align:center;
	background:#fff;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.2em;
}

#nmlp_logo {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}


/* ============================================
	タブ
============================================ */
#area_select {
	width: 1000px;
	margin:0 auto;
	margin-top:30px;
}

#area_select li {
	float:left;
}

#nmlp_contents {
	margin:0 auto;
	text-align:center;
	background:#ffffff;
}


/* ============================================
	検索カテゴリ
============================================ */
#search_ttl {
	margin:33px 0 28px 0;
}

#category {
	background-color: #F7F7F7;
	width: 1000px;
	/* height: 474px; */
	border: 3px solid #66C243;
	margin: 31px auto 64px;
}

#category .select_all {
	float: left;
	position: relative;
}

#select_btn {
	clear: both;
}

.select_btn {
	position: absolute;
	top: 95px;
	left: 174px;
}

select {
	/*　セレクターのデフォルトを消す　*/
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent:.01px; /* Firefox用 */
	text-overflow:""; /* Firefox用 */
	border: none;

	/*　btn画像の指定　*/
	background-image:url(../images/pulldown_btn.gif);
	background-repeat:no-repeat;
	width:285px;
	height:42px;
	cursor:pointer;
	font: 16px "メイリオ";
	padding-left: 11px;
	color: #333333;
}

select::-ms-expand {
	display: none;　  IE10以降用 
}

/* ============================================
	フッター
============================================ */
footer {
	background-color: #66C243;
	padding: 50px 0 110px 0;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}

/* ============================================
	clearfix
============================================ */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/* ============================================
	page-top
============================================ */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 3px;
	font-size: 77%;
}

#page-top a {
	background: #72ce7a;
	text-decoration: none;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 23px;
	text-align: center;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	line-height: 1.4em;
	font-size: 12px;
}	

#page-top a::before {
	content: '';
	background:transparent;
	display: block;
	position: absolute;
	top:0;
	right: 0;
	width: 30px;
	height: 30px;
	padding: 23px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	z-index: 2;
	box-shadow:0 0 0 0 #72ce7a;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

#page-top a:hover::before {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	box-shadow:0 0 0 10px #72ce7a;
}











