

/* 1*1画像パネル */
#contents .img11{
	width:230px !important;
	height:230px !important;
}
#contents .img11 img{
	width:210px !important;
	height:150px !important;
	margin:5px 10px 5px 10px;
}
#contents .img11_txt{
	margin:0px 5px;
	width:220px !important;
	height:65px !important;
	word-break:break-word;
	overflow:auto;
	text-align:center;
}

/* 1*1画像パネル縦 */
#contents .img11v{
	width:230px !important;
	height:230px !important;
}
#contents .img11v img{
	width:150px !important;
	height:210px !important;
	margin:10px 5px 10px 5px;
}
#contents .img11v_txt{
	margin:5px 0px;
	padding:5px 7px 0px 0px;
	width:63px !important;
	height:220px !important;
	word-break:break-word;
	overflow:auto;
	writing-mode:tb-rl;
	text-orientation:upright;
	-webkit-writing-mode:vertical-rl;
}

/* 1*1画像パネル(No comment) */
#contents .img11n{
	width:230px !important;
	height:160px !important;
}
#contents .img11n img{
	width:210px !important;
	height:150px !important;
	margin:5px 10px 5px 10px;
}

/* 1*2画像パネル縦 */
#contents .img12{
	width:230px !important;
	height:468px !important;
}
#contents .img12 img{
	width:210px !important;
	height:380px !important;
	margin:10px 10px 8px 10px;
}
#contents .img12_txt{
	margin:0px 5px;
	width:220px !important;
	height:65px !important;
	word-break:break-word;
	overflow:auto;
	text-align:center;
}

/* 2*2画像パネル */
#contents .imgl22{
	width:468px !important;
	height:468px !important;
	float:left !important;
}
#contents .imgr22{
	width:468px !important;
	height:468px !important;
	float:right !important;
}
#contents .imgl22 img,#contents .imgr22 img{
	width:440px !important;
	height:330px !important;
	margin:20px 14px;
}
#contents .imgl22_txt,#contents .imgr22_txt{
	margin:0px 5px;
	width:458px !important;
	height:80px !important;
	word-break:break-word;
	overflow:auto;
	text-align:center;
}

/* 2*2画像パネル縦 */
#contents .img22vl{
	width:468px !important;
	height:468px !important;
	float:left !important;
}
#contents .img22vr{
	width:468px !important;
	height:468px !important;
	float:right !important;
}
#contents .img22vl img,#contents .img22vr img{
	width:360px !important;
	height:440px !important;
	margin:14px 10px;
}
#contents .img22vl_txt,#contents .img22vr_txt{
	margin:5px 0px;
	width:80px !important;
	height:458px !important;
	word-break:break-word;
	overflow:auto;
	writing-mode:tb-rl;
	text-orientation:upright;
	-webkit-writing-mode:vertical-rl;
}

/* 3*3画像パネル */
#contents .img33{
	width:840px !important;
	height:740px !important;
}
#contents .img33 img{
	width:840px !important;
	height:700px !important;
}

/* 1*2画像パネルダミー */
#contents .img12dummy{
	margin:0px;
	padding:0px;
	width:238px !important;
	height:476px !important;
	float:left !important;
	background-color:transparent;
}

/* 2*2画像パネルダミー */
#contents .img22dummy{
	margin:0px;
	padding:0px;
	width:476px !important;
	height:476px !important;
	float:left !important;
	background-color:transparent;
}