@charset "utf-8";
/* CSS Document */

body{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	background-color:#000;
	background-image:url(../images/header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	color:#fff;
	font-size: 110%;
}
p{
	line-height: 175%;
}
a{
	color:#ffcc00;
}
a:hover{
	color:#ffff00;
}

a.opacity:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.text-center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}

.nonepadding{
	padding: 0;
}

/*ソーシャルボタン*/
div#socialbuttons{
    position: absolute;
    right: 100px;
    top: 60px;
}

div#socialbuttons div {
	float: left;
}


/*HSテンプレートstart*/
.line {
    background-image: url("../images/hobbystock/hs_line_01.jpg");
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.hs_logo {
	width: 860px;
	margin: 0 auto;	
}
/*HSテンプレートend*/

header{
	width:890px;
	margin: 0 auto;
	position: relative;
	height:660px;
}

header h1{
	position:absolute;
	top: 95px;
	right: 30px;
}

nav a img{
	display: block;
}

nav a.dynamite{
	position: absolute;
	top: 250px;
	left: 230px;
}

nav a.badge{
	position: absolute;
	top: 225px;
	left: 550px;
}

section{
	background-repeat: no-repeat;

	position: relative;
}
section>div{
	width:890px;
	margin: 0 auto;
	overflow: hidden;
}

body>section>h1{
	background-image: url("../images/section_h1_bg01.png");
	background-position:center;
	background-repeat: no-repeat;
	height: 160px;
	text-align: center;
}


section#sexypolice{
	background-image: url("../images/section-sexypolice_bg.png");
	background-position: center 165px;
}

section#sexypolice>div div{
	float: right;
	width:480px;
	margin: 0 20px;
}
/*section#sexypolice>div>div>*/
section#sexypolice>div>div>p{
	margin-bottom: 10px;
}

section#sexypolice table{
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 auto;
}

section#sexypolice table td{
	text-align: center;
}

section#dynamite{
	background-image: url("../images/section-dynamite_bg.png");
	background-position: center 0px;
}
section#dynamite h1{
	background-image: url("../images/section_h1_bg02.png");
}
section#dynamite>div{
	padding: 20px 0 35px 0;
}
section#dynamite>div div{
	float: right;
	width:480px;
	margin: 0 20px;
}

section#dynamite>div div img{
	display: block;
	margin: 20px auto;
}


section#badge{
	background-image: url("../images/section-badge_bg.jpg");
	background-position: center 80px;
}
section#badge>h1{
	margin-bottom: 460px;
}
section#badge>p{
	width:890px;
	margin: 0 auto;
	text-align: center;
}
section#badge>p b{
	font-size:120%;
	font-weight: normal;
}
section#badge>p.item{
	width:890px;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	position: relative;
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,1), rgba(51,51,51,0));
    background-image:    -moz-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,1), rgba(51,51,51,0));
    background-image:     -ms-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,1), rgba(51,51,51,0));
    background-image:      -o-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,1), rgba(51,51,51,0));
}
section#badge .shop{
	margin-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}
section#badge .shop div{
	width:440px;
	height: 274px;
	background-image: url("../images/section-badge_shop_bg.png");
	position: relative;
}

section#badge .shop div h1{
	height:66px;
	line-height: 66px;
	text-align: center;
}

section#badge .shop div.left p{
    left: 60px;
    position: absolute;
    top: 135px;
}

section#badge .shop div.right p{
    left: 45px;
    position: absolute;
    top: 90px;
}

section#badge .shop div img.btn{
    display: block;
    left: 100px;
    position: absolute;
    top: 190px;
}