@charset "UTF-8";

/*------------------------------------------------------
 レイアウト
------------------------------------------------------*/
body {
	background: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka",  "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.6em;
	text-align: center;
	min-width: 1000px;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #0099FF; }
a:visited	{ color: #0099FF; }
a:hover		{ color: #0099FF; }
a:active	{ color: #0099FF; }

/*a:hover {
	opacity: 0.8;
}
*/
/* メイン
------------------------------------------------------*/
#bnrBefore{
	width: 960px;
	margin: 10px auto;
	display:block;
}
/*------------------------------------------------------
 カラム別
------------------------------------------------------*/


/* header
------------------------------------------------------*/
header {
	background: url(../images/img_line.png) no-repeat center 1px;
}
#header-inner {
	width: 970px;
	height: 75px;
	margin: 0 auto;
	padding: 2px 0;
	position: relative;
}
#header-inner h1 {
	float: left;
	margin-top: 12px;
}
#snsCol {
	float: right;
	margin-top: -2px;
}
#snsCol li {
	float: left;
}

#bnrDH{
	display: block;
	position: absolute;
	top: 10px;
	left: 259px;
}

/* mainCol
------------------------------------------------------*/
#mainCol {
	margin:0 auto;
	text-align:left;
}
h2 {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 10px;
}
/* bnrCol
------------------------------------------------------*/
#bnrCol {
}
#slideButtons {
	float: right;
	padding-top: 30px;
}
#slideGallery {
	height: 402px;
	width: 960px;
	background-attachment: scroll;
	position: relative;
	margin: 0 auto;
}
#showcase {
	padding: 1px 0;
}
#showcase img{
	display: none;
}
/* topics
------------------------------------------------------*/
#topics {
	width: 970px;
	margin: 0 auto;
}
#topics dl {
	border: 1px solid  #333333;
	border-top: none;
	width: 970px;
	height: 135px;
	overflow: auto;
}
#topics dt,#topics dd {
	padding: 3px;
}
#topics dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 80px;
}
#topics dd {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 80px;
}

/* 配信終了 */
#closeAssy{
	width: 970px;
	margin: 10px auto;
	
}

#closeAssy a{
    display: block;
    margin-top: 10px;
	cursor:pointer;
}


/* products
------------------------------------------------------*/
#products {
	margin: 40px auto;
	background: url(../images/img_line.png) no-repeat center top;
}
#products ul.series1 {
	width: 960px;
	margin: 0 auto;
}
#products ul.series1 li {
	float: left;
	margin-bottom: 12px;
}
li.bnr_ac3ds {
	float: right !important;
	margin-right: 0px !important;
}

#products ul.series2 {
	width: 961px;
	margin: 0 auto;
	overflow: hidden;
}



#products li {
	float: left;
	margin: 0 10px 0 0;
	margin-bottom: 12px;
}

#products ul.series2 li {
	margin-right: 15px;
}


.mr0{
	margin-right: 0 !important;
}

/* archive
------------------------------------------------------*/
#archive {
	margin: 40px auto;
	background: url(../images/img_line.png) no-repeat center top;
}
#archive ul {
	width: 960px;
	margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#archive ul li {
	margin: 0 15px 15px 0;
}
#archive p {
	width: 960px;
	margin: 5px auto 20px;
}

/* links
------------------------------------------------------*/
#link {
	margin: 40px auto 0;
	background: url(../images/img_line.png) no-repeat center top; 
}
#link h2 {
  width: auto;
}
.link-inner {
	width: 970px;
	margin: 0 auto;
}
#projectAce {
	float: left;
	width: 365px;
	height: 140px;
	background: url(../images/img_line2.png) no-repeat right top;
}
#others {
	float: left;
	width: 590px;
	height: 140px;
	padding-left: 15px;
}

#others ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#others ul li {
	display: inline-block;
	margin: 0 15px 15px 0;
}
/* footer
------------------------------------------------------*/
footer {
	background: url(../images/bg_footer.png) no-repeat center top;
}
footer address {
	font-size: 10px;
	padding-top: 10px;
}
#footer-inner {
	width: 970px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.btn_caution {
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
}
/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.mgb-20 {
	margin-bottom: 20px;
}