@charset "utf-8";
@import url("base.css");

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
common
*/

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
content
*/

#home #content_wrap {
	float: left;
	position: relative;
	width: 600px;
	margin: 0;
}

#home #content section {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#home #mainvisual .pic {
	position: relative;
	height: 280px;
	background: #e2e2e2;
	overflow: hidden;
}
#home #mainvisual .pic.w206 {
	display: block;
	width: 206px;
}
#home #mainvisual .pic.w206 img {
	height: 280px;
}
#home #mainvisual .pic a {
	display: block;
}

#home #mainvisual .pic a.goto_inline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#home #mainvisual .pic a.goto_inline .text:before {
	display: inline-block;
	position: relative;
	top: 0.1em;
	margin: 0 0.2em 0 0;
	content: '≫';
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bolder;
}

#home #mainvisual .pic a.goto_inline .text {
	display: inline-block;
	position: absolute;
	right: 0.9em;
	bottom: 0.2em;
	color: #fff;
	font-size: 0.8em;
	text-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.9);
}


#home #mainvisual .pic .ttl {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}

#home #mainvisual #gall1img img {
	margin-left: -37px
}
#home #mainvisual #gall1img .title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 96%;
	padding: 0.6em 2%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 1.4;
	font-size: 0.9em;
}

#home #sidebar #result h1 ,
#home #content h1 {
	margin: 0.6em 0;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 0.2em;
	font-size: 1.3em;
	background-position: 0 0.2em;
}

#home #content section .body {
	margin: 0 0 0 15px;
}

#home #content section .topics {
	margin: 0;
	padding: 0;
	list-style:  none;
}

#home #content section .topics dt {
	clear: left;
	float: left;
	width: 9.5em;
	margin: 0 0 0.6em;
	line-height: 1.8;
	font-size: 1em;
	font-weight: normal;
}

#home #content section .topics dd {
	margin: 0 0 0.6em 9.5em;
}

#home #content section .topics li {
	margin: 0 0 0.2em;
	padding: 0;
}

#home #content section .topics li a {
	text-decoration: none;
}

#home #content section#media .topics dt {
	clear: left;
	float: left;
	width: 8em;
	margin: 0 0 0.6em;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
sidebar
*/

#home #sidebar {
	float: right;
	position: relative;
	width: 234px;
	margin: 3em 20px 0 0;
	padding: 0;
}

#home #sidebar section {
	margin: 0 0 10px;
}

#home #sidebar section h1 {
	margin: 0.3em 0;
	font-size: 1.1em;
	font-weight: normal;
}

#home #sidebar section footer {
	margin: 0.2em 5px;
	text-align: right;
	font-size: 0.8em;
	letter-spacing: normal;
}

#home #sidebar section footer a {
	text-decoration: none;
}

#home #sidebar section footer a:hover {
	text-decoration: underline;
}

#home #sidebar .bunners li {
	margin: 0;
	border-bottom: 1px solid #b4b4b4;
}
#home #sidebar .bunners li:first-child {
	border-top: 1px solid #b4b4b4;
}

#home #sidebar .bunners a {
	display: block;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
hack
*/

/* float bug fix */
/* このcssに登場する属性のみを指定すること。 */

#center:after ,
#mainvisual:after ,
.screen-home:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

*+html #center ,
*+html #mainvisual ,
*+html .screen-home {
	zoom: 1;
}

/*\*/
* html #center ,
* html #mainvisual ,
* html .screen-home {
	height: 0;
	overflow: visible;
}
/**/