/*
Theme Name: Sosuke Nakabo Ver.2
Theme URI: http://www.sosukenakabo.com
Author: So Hashizume
Author URI: http://sosososo.com
Description: The original theme for sosukenakabo.com.
Version: 2.0
*/

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:614px;
	margin:-307px 0 0 -450px;
}

/************************************************************/
/* main */
/************************************************************/
#content {
	overflow: hidden;
}

/************************************************************/
/* paper */
/************************************************************/

.paper{
	position: absolute;
	width:375px;
	padding: 25px;
	background: #fff;
	float: left;
	height: 544px;
}

#sidebar{
	width: 100%;
	height: 544px;
	float: left;
	position: relative;
}

#work-text{
	width: 172px;
	height: 544px;
	float: left;
}
#content_L {
	z-index: 2;
	overflow: hidden;
}

#content_R {
	display: none;
	z-index: 1;
}

#content_R a{
	text-decoration: underline;
}
#content_R h3{
	margin-bottom: 1em;
}

#header {
	margin-bottom:25px;
}

#content_L{
	margin-right:30px;
}

.title_gray{
	color: #aaa;
}

#menu{
	line-height:1.6;
	list-style: none;
}

#submenu{
	margin-left: 1.2em;
	display: none;
}

.submenu_items{
	display: none;
	margin: 0 0 0em 1.2em;
}
#nav{
	margin-bottom: 1em;
}
#nav a{
	margin-right: 0.5em;
}
.nav-active{
	text-decoration: none !important;
}
.post{
	margin-bottom: 1em;
}
.post-single{
}
.post-description p{
	margin-bottom: 0 !important;
}
#post-txt{
	text-align: left;
	position: absolute;
	top:25px;
	left:25px;
	width: 375px;
	height: 100%;
}
#slideshow{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -187px;
	margin-left: -188px;
	width: 375px;
	height: 375px;
	display: none;

}
.slide{
	width: 375px;
	height: 375px;
}

.slide>img{
	display: block;
	margin:0px auto;
}

#copyright{
	font-size: 0.9em;
	position: absolute;
	bottom: -2px;
}

.fb{
	margin-top: 1em;
}