@charset "shift_jis";
/* CSS Document */

.bn1{
	width:265px;
	height:280px;
	text-align:center;
}
.bntext{
	font-weight:bold;
	font-size:12px;
	text-align:left;
	margin:0 5px 20px 5px;
	border-bottom:dotted 1px;
	color:#000000;
}
.imgu{
	margin-bottom:10px;
	box-shadow:8px 8px;
	border:1px solid #000;
	width:230px;
	height:230px;
}
.bn2{
	width:320px;
	height:160px;
	text-align:center;
}
.imgun{
	margin-bottom:6px;
}
.pojil{
	text-align:left;
	margin-bottom:9px;
}
.poji_c{
	text-align:center;
}


.w800{
	width:800px;
}
.h1_n{
	font-size:13px;
	margin:10px 20px 2px 0;
	text-align:right;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h2_n{
	font-size:14px;
	margin:2px 20px 25px 7px;
	color:#cc0000;
	text-align:right;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
caption{
	margin-bottom:10px;
}

.hoverte{
position:relative;
}
.hoverte img{
    margin: 10px auto;
}
.hoverte:hover:after{
content:"テスト";
display:block;
position:absolute;
bottom:10px;
left:0;
width:100%;
height:30px;
line-height:30px;
background-color:#eee;
font-weight:bold;
text-align:center;
}
