@charset "utf-8";
/*xgoo_1.3.cssへ移動*/
.toolz-wrapper-in .toolz-main .NR-tpath {
	padding: 10px 0;
	line-height: 130%;
}

/***20150701検索ボックスをhead内に移動*******************************************/
#NR-header{
	z-index:5000;
	width:100%;
	background:#fff;
    opacity: 0.98;	
}

#NR-header.NR-header.fixed{
	position: fixed;
	top:0;
	left:0;
}

/*黒検索BOX*/
.NR-search .search_box_bk{
	border:2px #333 solid;
	width:500px;
	margin:0 auto;
}

.NR-search .search_box_bk .all_keywordsearch{
	padding:5px;
}

.NR-search .search_box_bk .all_keywordsearch{
	padding:5px 5px5px;
}

.NR-search .search_box_bk .all_keywordsearchbtn{
	background:#333;
	color:#fff;
	border-radius:0;
}

.NR-search .search_box_bk .textbox{
	display:table-cell;
}
	
.NR-search .search_box_bk .search_btn{
	background:#333;
	display:table-cell;
	width:75px;
}

.NR-search .search_box_bk .all_keywordsearchbtn{
	width:75px;
}

.NR-search .search_box_bk .search_btn{
	background:#333;
}

#NR-wrapper.fixed_head{
	padding-top:10px;
}

/*head固定なし*/
#NR-header.nofixed{
	position: static !important;
}

/*検索ボックス青*/
.nr-header-search{
	width:680px;
}

.NR-search .search_box{
	border:2px #0066CC solid;
	border-radius:3px;
	width:500px;
	margin:0 auto;
}

.NR-search .search_box .inner{
	display:table;
	width:100%;
}

.NR-search .search_box .inner .textbox input{
	height: 26px;
	line-height: 26px;
	padding:5px 0;
	width:415px;
	font-size:14px;
	border:0;
}

.NR-search .search_box .inner .textbox{
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}

.NR-search .search_box .inner .textbox input{
	font-size:14px;
}

.NR-search .search_box .inner .search_btn{
	background:#0066CC;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	width:75px;
	height: 30px;
	line-height: 30px;
	display:table-cell;
	vertical-align:middle;
}

.NR-search .search_box .inner .search_btn input{
	background:#0066CC;
	border: none;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	width:75px;
	height: 26px;
	line-height: 26px;
	font-size:14px;
}

.NR-search .search_box .inner .search_btn input[type="submit"]{
	-webkit-appearance:none;
}

/*検索ボックス赤*/
.NR-search_red {
	padding-top:10px;
	margin-bottom:10px;
}

.NR-search_red .NR-search-in {
	text-align: center;
	vertical-align: baseline;
}

.NR-search_red .nr-header-search{
	width:680px;
}

.NR-search_red .search_box{
	width:500px;
	margin:0 auto;
}

.NR-search_red .search_box .inner{
	display:table;
	width:100%;
}

.NR-search_red .search_box .inner .textbox input{
	height: 26px;
	line-height: 26px;
	padding:5px 0;
	width:415px;
	font-size:14px;
	border:0;
}

.NR-search_red .search_box .inner .textbox{
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
	background:#fff;
}

.NR-search_red .search_box .inner .textbox input{
	font-size:14px;
}

.NR-search_red .search_box .inner .search_btn{
	background:#f44336;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	width:75px;
	height: 30px;
	display:table-cell;
}

.NR-search_red .search_box .inner .search_btn input{
	background:#f44336;
	border: none;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	width:75px;
	height: 26px;
	line-height: 26px;
	font-size:14px;
}

.NR-search_red .search_box .inner .search_btn input[type="submit"]{
	-webkit-appearance:none;
}

.NR-search_red .search_box .inner p.search_btn_icon{
	display:table-cell;
}

.NR-search_red .search_box .inner p.search_btn_icon button{
	background:#f44336;
	cursor: pointer;
	width:75px;
	height: 36px;
	color:#fff;
	font-size:14px;
	vertical-align:middle;
	border:0;
}

.NR-search_red .search_box .inner p.search_btn_icon button img{
	display:none;
}

/*設定*/
#NR-header-in .NR-header-setting{
	display:table-cell;
	vertical-align:middle;
	width:90px;
}

.NR-header-setting p i{
	font-size:25px;
}

.NR-header-setting p{
	color:#000;
	display:table-cell;
	vertical-align:middle;
	border-collapse: separate;
	border-spacing:5px;
}

#NR-header-in .NR-header-setting p a{
	color:#000;
	margin:3px;
	display:block;
}

/*ボタン*/
/*hoverで透過*/
.NR-search .search_box .inner .search_btn:hover,
.NR-search .search_box_bk .search_btn:hover{
    opacity: 0.90;	
}
