@charset "shift_jis";

body {
	margin: 0 auto;
	outline: 0;
	padding: 0;
	width:99.5%;
	vertical-align: baseline;
	color: #333;
	font: 12px "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align:center;
}
.film_roll_wrapper,.syasin_pic img {
	border: 1px solid white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.syasin_top {
	padding: 2px;
	overflow:hidden;
}
.syasin_pic {
	position: relative;
	height: 140px;
	width: 140px;
	border: 1px #C0C0C0 solid;
	border-radius: 3px;
	margin-right:2px;
	overflow: hidden;
}
.syasin_top p {
	color: #333;
	font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:14px;
	margin: 3px;
	width:140px;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
}
.syasin_top p:last-child {
	text-align:right;
}
.film_roll_wrapper .active .syasin_pic img {
	border: 1px solid #FFCC00;
}
.film_roll_container {
	position: relative;
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 26px;
	text-decoration: none;
	line-height: 38px;
}
a.yellow {
	color: #FFCC00;
}
.itiran_link{
	 color:white;
	 background-color:#808080;
	 text-align:center;
	 padding:3px;
	 cursor:pointer;
}
.oss_notaget {
	width:100%;
	height:120px;
	text-align:center;
	vertical-align: bottom;
	font-size:14px;
	color:#333333;
	padding-top:100px;
}

/******************************************************/
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
body {
	width:99%;
}
}

@media only screen and (max-width:360px){
body {
	width:98%;
}
}

