@charset "utf-8";

body {
	background: #fff;
	color: #505050;
	font-size: 14px;
	line-height: 1.4444;
	font-family: "メイリオ", Meiryo,  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
	-webkit-text-size-adjust: none;
}
body.menu-open {
    position: fixed;
    left: 0;
}
h1, h2, h3, h4, h5, h6, a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a:active {
    color: #ccc;
}
.trans {
    opacity: 1;
    -webkit-transition: opacity ease 0.26s;
    -moz-transition: opacity ease 0.26s;
    -o-transition: opacity ease 0.26s;
    transition: opacity ease 0.26s;
}
.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: .70;
}
#wrapper {
	width: 100%;
	min-width: 980px;
}
.container {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.sp {
    display: none;
}
.mb0 {
    margin-bottom: 0 !important;
}

@media (max-width: 1025px) {
    #wrapper {
        min-width: 320px;
    }
    .container {
        width: auto;
    }
    a:hover {
        color: #333;
    }
    .trans {
        opacity: 1 !important;
    }
    .sp {display: block !important;}
    .pc {display: none !important;}
}