@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== topの設定 ====== */

#header h1{
	clear: both;
	background: none;
	width: 892px;
	height: auto;
	padding: 4px;
	overflow:hidden;
	margin: 40px auto;
	border: 1px solid #ccc;
	text-align: center;
}

#main{
	width: 915px;
}

/* ====== story_count ====== */
#story_count{
	float: right;
	margin-right: 15px;
}

/* ====== top_menu ====== */

#top_menu{
	clear: both;
}

#top_menu li{
	float: left;
	margin: 7.5px;
}

.block_2{
	width: 290px;
}

.block_3{
	width: 442.5px;
}

.block_4{
	width: 595px;
}

.block_6{
	width: 900px;
}

.twitter-timeline {
	max-height: 300px;
}

#top_menu a{
	display: block;
	padding: 9px;
	color: #2b2b2b;
	border: 1px solid #ccc;
}

#top_menu a:hover{
	background-color: #f5f5f5;
	color: #000;
}

#top_menu span{
	display: block;
}

.image img{
	box-shadow: 2px 2px 2px #666;
	position: relative;
	behavior:url(PIE.php);
}

h2 {
	margin: 10px 0 0px;
	font-size: 146.5%; /* 19px */
	font-weight: normal;
}

/* ====== mobile ====== */
@media screen and (max-width: 800px) {

	#header h1{
		max-width: 100%;
	}

	.button-toggle {
		position: relative;
		top: 0px;
	}

	#menu ul{
		top:60px;
	}

	#top_menu li{
		float: none;
		margin: 7.5px;
	}

	.block_2{
		width: auto;
		max-width: 100%;
	}

	.block_3{
		width: auto;
		max-width: 100%;
	}

	.block_4{
		width: auto;
		max-width: 100%;
	}

	.block_6{
		width: auto;
		max-width: 100%;
	}


}