@charset "utf-8";
/*
Theme Name: ito
Theme URI: http://www.sosososo.com
Description: theme for ito
Version: 1.0
Author: So Hashizume
Author URI: http://www.sosososo.com
Tags: 
*/

/********************************************************************************/
/* wrapper */
/********************************************************************************/

#wrapper{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 1060px;
}

/********************************************************************************/
/* contents */
/********************************************************************************/

#contents{
	width: 640px;
	float: right;
	margin-top: 30px;
}

/********************************************************************************/
/* post */
/********************************************************************************/

.post{
	height: auto;
	margin-bottom: 100%;
}

.post_title{
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	display: none;
}
.info_title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.post p{
	width: auto;
	height: auto;
	float: left;
	margin: 0px 40px 0px 0;
}

.post img{
	width: 100%;
}


.post p a{
	width: 100%;
	height: 100%;
}

.title, .description{
	display: none;
}

.img_num{
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	margin-top: 1em;
}

/********************************************************************************/
/* sidebar */
/********************************************************************************/

#sidebar {
	position: fixed;
	top: 30px;
	left: 30px;
	width: 280px;
	margin-right: 80px;	
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	line-height: 1.5em;
}

#logo {
	font-size: 1.3em;
	line-height: 1.2em;
}

.menu{
	margin-top: 20px;
	margin-bottom: 0.8em;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
 }

.menu ul{
	margin-left: 1em;
}



.cat_name{
	font-weight: bold;
}

#info{
	margin-top: 2em;
	font-size: 0.9em;
	line-height: 1.6em;
}

#info .unit{
	position: absolute;
	display: none;
}


#copyright {
	position: fixed;
	bottom: 30px;
	left: 30px;
}

/********************************************************************************/
/* profile */
/********************************************************************************/

.profile{
	font-size: 0.9em;
	line-height: 1.6em;
}

/********************************************************************************/
/* clearfix */
/********************************************************************************/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/********************************************************************************/
/* infinite scroll */
/********************************************************************************/

#infscr-loading{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#infscr-loading img{
	display: none;
}

#randomimage{
	margin-bottom: 800px;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;	
}


.profile_l{
	float: left;
	width: 280px;
	margin-right: 40px;
}
.profile_r{
	float: right;
	width: 280px;
	margin-right: 40px;
}