@charset "utf-8";

#shoseki {
	clear: both;
	width: 300px;
	text-align: center;
	margin: auto;
	padding: 0;
}

#shoseki h1 {
	background-color: #00F;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	height: 30px;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
}

#shoseki ul.shoseki_list {
	list-style: none;
	width: 300px;
	padding: 0;
	margin: auto;
}

#shoseki li div {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#shoseki li div.shomei {
	width: 300px;
	border: 1px solid #000;
}

#shoseki li div.shuppan {
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#shoseki .shoseki_detail {
	width: 300px;
	margin: auto;
}

#shoseki .shoseki_img {
	float: left;
	margin-right: 5px;
}

#shoseki .shoseki_comment {
	float: left;
	text-align: left;
	width: 300px;
}

#shoseki .font_large {
	font-size: 24px;
}

#shoseki .font_middle {
	font-size: 18px;
	font-weight: bold;
}

/* タブレットレイアウト : 500 px以上 */
@media only screen and (min-width: 500px){
#shoseki {
	width: 400px;
}


}


/* タブレットレイアウト : 700 px 以上 */
@media only screen and (min-width: 700px){
#shoseki {
	width: 650px;
}

#shoseki ul.shoseki_list {
	width: 623px;
	border-top: 1px solid #000;
}

#shoseki li div {
	padding: 3px 5px;
}

#shoseki li div.shomei {
	width: 400px;
	border-top: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#shoseki li div.shuppan {
	width: 200px;
	padding: 3px 5px;
	margin: 0;
	border-left: 0;
}

#shoseki .shoseki_cr {
	display: none;
}

#shoseki .shoseki_detail {
	width: 620px;
}

#shoseki .shoseki_comment {
	width: 450px;
}

}

/* タブレットレイアウト : 1000 px　以上 */
@media only screen and (min-width:1000px), print {
	#shoseki {
		width: 950px;
	}
	#shoseki h1 {
		font-size: 16px;
		height: 20px;
	}
}
