@CHARSET "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
	overflow-y: scroll;
}

div{
	position: relative;
	z-index: 1;
}

img{
	vertical-align: middle;
}

iframe{
	margin: 1em 0;
}

h1{
	font-size: 26px;
}

p{
	margin: 1em 0;
	padding: 0;
	line-height: 1.6em;
}

dt,
dd,
li{
	margin: .5em 0;
	padding: 0;
	line-height: 1.6em;
}

dt{
	margin-bottom: .2em;
	font-weight: bold;
}
dd{
	margin-top: .2em;
	margin-left: 2em;
}

.wrap948{
	width: 948px;
	margin-left: auto;
	margin-right: auto;
}
.wrap980{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_contents{
	width: 730px;
	margin: 0 20px 0 auto;
}

.cbox{zoom: 100%;}
.cbox:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}

.image-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.image-list li{
	margin: 0;
	padding: 0;
}

/* 
 * 上下中央揃え
 * <p style="height:250px;"><span class="v_center">内容</span></p>
 */
.v_center{
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ブロック間、中間 */
.bottom_middle{
	margin-bottom: 43px;
}

/* ブロック間、広め */
.bottom_large{
	margin-bottom: 74px;
}


ul.table{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.table > li{
	display:table;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.table > li > div{
	display:table-cell;
	width: 100%;
}


/* 背景、雲
***************************************************/
#background_cloud{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	display: none;
	margin: 0;
	padding: 0;
}
#background_cloud .cloud{
	position: relative;
	display: block;
	line-height: 1em;
}
#background_cloud .cloud01{
	margin-top: 120px;
}
#background_cloud .cloud02{
	margin-top: 103px;
}
#background_cloud .cloud03{
	margin-top: 524px;
}
#background_cloud .cloud04{
	top: -20px;
}


/* フロートメニュー
***************************************************/
#float-menu{
	z-index: 9999;
}
#float-menu .box{
	position: fixed;
	top: 0;
}
#float-menu .box,
#float-menu .content,
#float-menu .box:after{
	width: 180px;
	height: 680px;
}
#float-menu .content,
#float-menu .box:after{
	position: absolute;
	top: 0;
	left: 0;
}
#float-menu .content{
	z-index: 10;
}
#float-menu .box:after{
	content: "";
	display: block;
	z-index: 1;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#float-menu .content .logo{
	margin: 0;
	padding: 20px 0 40px 0;
	line-height: 1em;
	text-align: center;
}
#float-menu .content .menu{
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}
#float-menu .content .menu li{
	margin: 0 0 10px 0;
	padding: 0;
}


/* フロートicon
***************************************************/
#float-icon{
	z-index: 10000;
}
#float-icon .box{
	position: fixed;
	top: 0;
}
#float-icon .box,
#float-icon .content,
#float-icon .box:after{
	width: 180px;
}
#float-icon .content,
#float-icon .box:after{
	position: absolute;
	top: 683px;
	left: 0;
}


#float-icon .content .icon{
	list-style: none;
	margin: 0;
	padding: 0;
}
#float-icon .content .icon li{
	margin: 0 0 10px 0;
	padding: 0;
}


/* マウスオーバー
***************************************************/
.hover:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}


/* ページトップへ
***************************************************/
#button_pagetop{
	position: fixed;
	bottom: 1em;
	right: 2em;
	z-index: 10000;
	margin: 0;
	padding: 0;
}


/*重要なお知らせ
***************************************************/
#important_notice{
	margin-bottom: 30px;
	font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    color:#fff;
    background-color:#C60000;
	border-radius:5px;
}
#important_notice a{
	color:#fff;
	text-decoration: none;
	display: block;
}

#important_notice2{
	margin-bottom: 40px;
	font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px;
    color:#fff;
    background-color:#C60000;
	border-radius:5px;
}
#important_notice2 a{
	color:#fff;
	text-decoration: none;
	display: block;
}

/* sns
***************************************************/
.sns {
	display: flex;
}

.sns li{
	list-style:none;
	padding-right:15px;
}

.sns_menu {
	padding:0;
	margin:0 0 0 25px;
}

.sns_footer {
	position: absolute;
	left:460px;
	top:20px;

}

.sns_honten {
	padding:0;

}
.sns_honten li{
	padding-right:35px;

}




/* フッター
***************************************************/
#footer{
	z-index: 9999;
	margin: 200px 0 0 0;
}
#footer .wrap{
	background-color: #000;
}
#footer .wrap_contents{
	position: relative;
	padding: 24px 0 20px 0;
}
#footer .image{
	position: absolute;
	bottom: 14px;
	left: 0;
	margin: 0;
}
#footer .logo{
	margin: 0 0 10px 160px;
}
#footer .copyrights{
	color: #fff;
	margin: 0 0 0 180px;
}


/* パンクズ
***************************************************/
.topic_path{
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.topic_path li{
	display: inline;
	margin: 0;
	padding: 0;
}
.topic_path li:after{
	content: '>';
	margin: 0 .5em 0 1em;
}
.topic_path li:last-child:after{
	content: '';
}


/* 280 と 437の横並びブロック
***************************************************/
.block_text_image_280x437{
	
}
.block_text_image_280x437 > :first-child{
	float: left;
	width: 280px;
}
.block_text_image_280x437 > :last-child{
	float: right;
	width: 437px;
}


/* 280 と 348 の横並びブロック、左に余白あり
***************************************************/
.block_text_image_280x348{
	
}
.block_text_image_280x348 > :first-child{
	float: left;
	width: 280px;
	margin-left: 89px;
}
.block_text_image_280x348 > :last-child{
	float: right;
	width: 348px;
}


/* 187 と 543の横並びブロック
***************************************************/
.block_187x543{
	
}
.block_187x543 > :first-child{
	float: left;
	width: 187px;
}
.block_187x543 > :last-child{
	float: right;
	width: 543px;
}


/* 460 と 250の横並びブロック
***************************************************/
.block_460x250{
	
}
.block_460x250 > :first-child{
	float: left;
	width: 460px;
}
.block_460x250 > :last-child{
	float: right;
	width: 250px;
}



/* dl 左右並び
***************************************************/
.dl_90x439{
	
}
.dl_90x439 dt{
	float: left;
	width: 90px;
	margin: .5em 0;
	clear: both;
}
.dl_90x439 dd{
	float: right;
	width: 439px;
	margin: .5em 0;
}


/* 区切りブロック
***************************************************/
.block_bar{
	background-repeat:
	  no-repeat,
	  no-repeat
	;
	background-position:
	  left top,
	  left bottom
	;
	padding: 1em .5em;
}
.block_187x543 .block_bar{
	background-image:
	  url(../images/hr02.png),
	  url(../images/hr02.png)
	;
}
.block_bar_bottom{
	padding: 0 0 2em .5em;
	background-position:
	  left bottom
	;
	background-image:
	  url(../images/hr02.png)
	;
}


/* 区切りブロック、２カラム、アイテムリスト
***************************************************/
.block_2col_items{
	position: relative;
}
.block_2col_items .navi{
	position: absolute;
	top: 1em;
	right: 0;
	list-style :none;
	margin: 0;
	padding: 0;
}
.block_2col_items .navi li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.block_2col_items .navi li a{
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.block_2col_items .navi li a:hover{
	text-decoration: underline;
}
.block_2col_items .navi li:before{
	content: '|';
	margin: 0 .15em 0 0.15em;
}
.block_2col_items .navi li:first-child:before{
	content: '';
	margin: 0 0 0 1em;
}
.block_2col_items .zeikomi{
	right: 0;
	position: absolute;
	top:70px;
	display: block;
}

.block_2col_items .items{
	list-style :none;
	margin: 0;
	padding: 0;
}
.block_2col_items .items > li{
	position: relative;
	float: left;
	width: 357px;
	margin: 0;
	padding: 0;
}
.block_2col_items .items > li:nth-child(odd){
	float: left;
}
.block_2col_items .items > li:nth-child(even){
	float: right;
}
.block_2col_items .items > li .title{
	margin: 0 0 1em 0;
}
.block_2col_items .items > li .name{
	position: absolute;
	top: 245px;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.block_2col_items .items > li .image{
	display: inline-block;
	margin: 0 0 45px 0;
}
.block_2col_items .items > li .price{
	position: absolute;
	top: 245px;
	right: 0;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}
.block_2col_items .items > li .message{
	color: #666;
	padding: 0 0 3em 0;
	display: block;
}
.block_2col_items .items > li ul.table > li > div:nth-child(odd){
	width: 70%;
}
.block_2col_items .items > li ul.table > li > div:nth-child(even){
	width: 30%;
}
.block_2col_items .image-list > li .image,
.block_2col_items .items > li .image-list img{
	margin-bottom: 1em;
}


/* メニューダウンロード
***************************************************/
.menu_downloads{
	margin-bottom: 5em;
}
.menu_downloads .filesize{
	text-align: center;
	display: block;
	position: absolute;
	top: 310px;
	left :0;
	width: 358px;
	z-index: 1;
}
.menu_downloads > .items > li{
	text-align: center;
}
.menu_downloads > .items > li a{
	display: inline-block;
}
.menu_downloads > .items > li .link_download:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.menu_downloads > .items > li .link{
	color: #000;
	text-decoration: none;
	margin: 1em 0 0 0;
}
.menu_downloads > .items > li .link:hover{
	text-decoration: underline;
}
.menu_downloads > .items > li .link:before{
	content: ' | ';
	margin: 0 1em 0 0
}
.menu_downloads > .items > li .link:after{
	content: ' | ';
	margin: 0 0 0 1em;
}




.attention{
	font-weight:bold;
	color:#E60003;
}
