@CHARSET "UTF-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
	padding: 5px 0px 0px 20px;
	margin: 0px auto 10px auto;
	width: 700px;
	height: 32px;
	background: url(../../img/style/main_title.jpg) no-repeat;
	font-size: 15px;
	color: #666666;
	text-align: left;
	clear: both;
}

#main_data {
	margin: 0px auto;
	width: 701px;
	height: auto;
	text-align: center;
}

.sites {
	margin: 0px;
	padding: 0px;
	width: 701px;
	height: 25px;
	background: url(../../img/style/sub_title.jpg) no-repeat;
	margin-bottom: 0px;
	text-align: left;
	clear: both;
}

.site_title {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}

.block {
	padding: 5px auto;
	border-style: dashed;
	border-width: 0px 0px 2px 0px;
	border-color: #cccccc;
	margin: 5px;
	width: 325px;
	height: 95px;
	text-align: left;
	float: left;
	overflow: hidden;
}

.title {
	border-style: dashed;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
	margin: 3px auto 2px;
	width: 105px;
	height: 14px;
	font-size: 12px;
	float: right;
	overflow: hidden;
}

.image {
	width: 85px;
	height: 85px;
	float: left;
	margin: 3px 0px 0px 0px;
}

.site_name {
	display: none;
}

.act_name {
	margin: 3px 10px 2px 0px;
	width: 105px;
	height: 14px;
	float: right;
	font-size: 12px;
	overflow: hidden;
}

.date {
	display: none;
}

.time {
	display: none;
}

.category {
	display: none;
}

.comment {
	padding: 10px 1px 1px 1px;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;
	height: auto;
	overflow: hidden;
	display: block;
	font-size: 12px;
	clear: right;
}

.movie_link {
	margin: 0px 10px;
	width: 127px;
	height: 13px;
	font-size: 12px;
	line-height: 13px;
	text-align: right;
	overflow: hidden;
	float: right;
	clear: right;
}

.image img {
	width: 85px;
	height: 85px;
}

.all_view
{
	/*clear: left;*/
	float: right;
}

.all_view a img
{
	border-style:none;
}

.mgn
{
	margin: 10px auto 20px auto;
	clear: both;
}

.back_link
{
	margin: 30px auto auto auto;
}
