@charset "utf-8";
/* CSS Document */

.i_block {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
p.a_sheet img {
    width: 150px;
    transition: all 0.3s;/*アニメーション設定*/
}
p.a_sheet img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
}
/* PC */
@media screen and (min-width:1024px) {
	.box_contents dd {
		padding-left: 11.2em;
	}
	.i_block {
		font-size: 15px;
	}
    p.a_sheet img {
        width: 200px;
    }
}
/* PC */
@media screen and (min-width:1366px) {
}