@charset "utf-8";

/* ここから下に記述 */

/* OUTLINE
--------------------------------------------------------- */

/* CONTAINER
--------------------------------------------------------- */

/* HEADER
--------------------------------------------------------- */

/* WRAPPER
--------------------------------------------------------- */
#wrapper {
	position: relative;
}

.re-pointer {
	position: absolute;
}

#page-title {
	position: relative;
}

#page-update {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* WRAPPER -> CONTENT
--------------------------------------------------------- */

#content #result {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 108%;
	position: relative;
	background: url("../img/keyword-bk.gif") no-repeat;
}

#content ul.key li {
	padding: 5px 20px;
	color: #333;
}

#content li span {
	color: #f00;
	font-weight: bold;
}

#content #sub {
	margin: 5px 20px;
	border-top: 1px dotted #dcc491;
	color: #333;
}

#content #sub #sub-first {
	margin-top: 10px;
}

.box-foot-l,
.box-foot-r {
	background-repeat: no-repeat;
	position: absolute;
	height: 6px;
	width: 6px;
	overflow: hidden;
}

#content #result .box-foot-l {
	background-position: 0 -5px;
	bottom: 0;
	left: 0;
	}

* html #content #result .box-foot-l {
	background: none;
}

* html #content #result .box-foot-r {
	background: none;
}

.mag-unit em {
	padding: 2px;
	color: #f00;
	background: #ff3;
	font-style: normal;
	font-weight: bold;
}

/* mag-unit 有料
--------------------------------------------------------- */

body#search-keyword .mag-unit .mag-meta li.info {
	padding-left: 0;
	position: absolute;
	top: -20px;
	color:#c00;
	font-weight:bold;
}

/* WRAPPER -> SIDEBAR
--------------------------------------------------------- */

#search-keyword #wrapper #sidebar {
	position: relative;
}

#search-keyword #wrapper #sidebar .pointer {
	position: absolute;
	right: -10px;
	top: 20px;
}

#wrapper #sidebar #ranking dd li {
	padding-left: 0;
	background: #fff url("../img/dotline.gif") no-repeat 0 100%;
	min-height: 35px;
	position: relative;
}

#sidebar #search {
	background: url("../img/bg-src.gif") no-repeat 50% 0;
	margin-bottom: 10px;
}

#sidebar #search form {
	background: url("../img/side-bottom.gif") no-repeat 50% 100%;
	padding: 15px;
	text-align: right;
}

#search-keyword #sidebar #search form {
	text-align: center;
}

#sidebar #search form input#keyword {
	border: 1px solid #656764;
	margin-bottom: 10px;
	padding: 2px;
	width: 184px;
}

#search-keyword #wrapper #sidebar #other-cat {
	border: 1px solid #c3b676;
	height: 1%;
	position: relative;
}

#search-keyword #wrapper #sidebar dl {
	margin-bottom: 10px;
}

#search-keyword #wrapper #sidebar #other-cat li {
	margin: 10px;
	padding: 0 0 10px 0;
	color: #333;
	border-bottom: 1px dotted #999;
	background-image: none;
}

#search-keyword #wrapper #sidebar #other-cat #cat li.last {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}


#search-keyword #wrapper #sidebar li a {
	display: block;
}



/* FOOTER
--------------------------------------------------------- */

