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

#header {
    background: url(../images/bg_header1.png) 30% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
.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) {
    p.a_sheet img {
        width: 200px;
    }
}
/* PC */
@media screen and (min-width:1366px) {
}