@charset "utf-8";
/* ######################################################################### */

	/* layout */

/* ######################################################################### */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #262626;
	text-align: center;
	color :#fff;
}

body, h1, h2, h3, h4, h5, h6, ul, p, form, input, ul, ol, li, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: none;
}

#treecontentswrapper,
#contentswrapper,
#popupwrapper {
	font-size: 80%;
}
a {
	color :#fff;
	text-decoration: underline;
}
a:hover {
	color: #EF0041;
	text-decoration: none;
}
p {
	line-height: 1.4;
}
p input,p select {
	vertical-align: middle;
}
img {
	border: none;
}

.library_text {
	font-size:2.5em;
	text-align:center;
	padding-bottom:5px;
}

.library_border {
	height:10px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#262626), color-stop(50%,#ef0041),color-stop(100%,#262626));
	background: -webkit-linear-gradient(left,  #262626 0%,#ef0041 50%,#262626 100%);
	background: linear-gradient(to right,  #262626 0%,#ef0041 50%,#262626 100%);
}

.fll {
	float:left;
}
.flr {
	float:right;
}
.txc {
	text-align:center;
}
.txr {
	text-align:right;
}
.colr {
	color:#FF0000;
}
.altop {
	vertical-align: top;
}
.fonbold {
	font-weight:bold;
}

/*　margin-top */
.mgnt00 { margin-top: 0!important;}
.mgnt05 { margin-top: 5px!important;}
.mgnt10 { margin-top: 10px!important;}
.mgnt15 { margin-top: 15px!important;}
.mgnt20 { margin-top: 20px!important;}
.mgnt25 { margin-top: 25px!important;}
.mgnt30 { margin-top: 30px!important;}
.mgnt35 { margin-top: 35px!important;}
.mgnt40 { margin-top: 40px!important;}
.mgnt70 { margin-top: 70px!important;}

/*　margin-right */
.mgnr00 { margin-right: 0!important;}
.mgnr05 { margin-right: 5px!important;}
.mgnr10 { margin-right: 10px!important;}
.mgnr15 { margin-right: 15px!important;}
.mgnr20 { margin-right: 20px!important;}
.mgnr25 { margin-right: 25px!important;}
.mgnr30 { margin-right: 30px!important;}
.mgnr35 { margin-right: 35px!important;}
.mgnr40 { margin-right: 40px!important;}

/*　margin-left */
.mgnl00 { margin-left: 0!important;}
.mgnl05 { margin-left: 5px!important;}
.mgnl10 { margin-left: 10px!important;}
.mgnl15 { margin-left: 15px!important;}
.mgnl20 { margin-left: 20px!important;}
.mgnl25 { margin-left: 25px!important;}
.mgnl30 { margin-left: 30px!important;}
.mgnl35 { margin-left: 35px!important;}
.mgnl40 { margin-left: 40px!important;}

/*　margin-bottom */
.mgnb00 { margin-bottom: 0!important;}
.mgnb05 { margin-bottom: 5px!important;}
.mgnb10 { margin-bottom: 10px!important;}
.mgnb15 { margin-bottom: 15px!important;}
.mgnb20 { margin-bottom: 20px!important;}
.mgnb25 { margin-bottom: 25px!important;}
.mgnb30 { margin-bottom: 30px!important;}
.mgnb35 { margin-bottom: 35px!important;}
.mgnb40 { margin-bottom: 40px!important;}

.btml_red {
	border: none;
	background-image: linear-gradient(90deg, #ef0041,#262626);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-shadow: none; 
	margin-top:100px;
	margin-bottom:20px;
	padding-bottom:5px
}
.btml_grey {
	border: none;
	background-image: linear-gradient(90deg, #bfbfbf,#262626);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-shadow: none; 
	margin-top:50px;
	margin-bottom:20px;
	padding-bottom:5px
}

p.pagetop {
	text-align: right;
	clear: both;
	margin-top:30px;

}
p.pagetop a {
	padding-left: 16px;
	background: url(../images/pagetop_bg.gif) no-repeat left center;
}


.is-pdf {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(../images/ico_adobeReader.jpg); 
}

.linkmp {
	margin-top : -60px;
	padding-top : 60px;"
}

/* ######################################################################### */

	/* header */

/* ######################################################################### */

#headerpop {
	background: #FFF;
	border-bottom:1px solid #ef0041;
	text-align: left;
}
.headerpopArea {
	height:65px;
}

/* ######################################################################### */

	/* contents */

/* ######################################################################### */

#contentswrapper {
	clear: both;
	width: 920px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 10px 0px 30px;
}
#contentswrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contentswrapper {
	display: inline-block;
}

#contentswrapper {
	clear: both;
}
#mediacontents {
	width: 890px;
	margin-left: 15px;
}


.cmtbox{
	width:90%;
	border: 1px solid #aaaaaa;
	padding:10px;
	margin: 30px auto;
}

.cmtbox2 {
	border: 1px solid #aaaaaa;
	margin-top:40px;
	padding:30px;
	background: #000;
}

/* ######################################################################### */

	/* menu */

/* ######################################################################### */

#menuArea {
	background: #000;
	margin-bottom:20px;
}

#menuArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.menuBox ul {
	margin-left:18px;
	float: left;
	text-align:center;
}
.mainmenu li {
	position: relative;
	float: left;
	list-style: none;
	background: #0d0d0d;
	border-top:#3c3c3c solid 3px;
	border-left:#6e6e6e solid 3px;
	border-right:#000000 solid 3px;
	border-bottom:#070707 solid 3px;
	margin:5px;
}
.notlink {
	color:#7f7f76;
}

.mainmenu a:hover {
	background: #595959;
	border-top:#484848 solid 3px;
	border-left:#353535 solid 3px;
	border-right:#9b9b9b solid 3px;
	border-bottom:#7a7a7a solid 3px;
	margin: -3px;
	color:#ddd;
}

.menuBox li span {
	display: table-cell;
	vertical-align: middle;
	width:160px;
	height:45px;
	font-weight:bold;
}
.mainmenu a {
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
}
ul.mainmenu ul {
   display: none;
   margin: 0px;
   padding: 0px;
   position: absolute;
}
ul.mainmenu li:hover ul {
   display: block;

}
ul.mainmenu ul li {
	width: 160px;
	height: 45px;
	border-top: 1px solid #000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin:0px;
	background-color: #595959;
}
ul.mainmenu ul li a {
	display: table-cell;
	vertical-align: middle;
	width:160px;
	height: 45px;
	font-weight: normal;
}
ul.mainmenu ul li a:hover {
	background-color: #696969;
	color: #aaa;
	border:none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 920px;
	z-index: 10000;
	background: #000;
}


/* ######################################################################### */

	/* Related Website Area */

/* ######################################################################### */

#websiteArea .linkbox div {
	width:30%;
	float:left;
	margin-right:35px;
}

#websiteArea .linkbox div:nth-child(3n) {
	margin-right:0px;
}

#websiteArea .linkbox div:nth-child(n + 4) {
	margin-top:30px;
}

.linkbox a {
	background:#cccccc;
	padding:5px 20px;
	border:1px solid #000;
	text-decoration: none;
	color:#000;
	line-height:50px;
}

.linkbox a:hover {
	opacity:0.8; 
	filter:alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
}

#websiteArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ######################################################################### */

	/* Press release Area */

/* ######################################################################### */

#releaseArea {
	padding-bottom:30px;
}

#releaseArea .releasebox {
	margin:0 auto;
	text-align:center;
}

.releasebox div {
	width:45%;
	float:left;
}

.releasebox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#releaseArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ######################################################################### */

	/* Press information Area */

/* ######################################################################### */

#informationArea {
	padding-bottom:30px;
}

#informationArea .informationbox {
	margin:0 auto;
	text-align:center;
}

.informationbox div {
	width:45%;
	float:left;
}

#informationArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ######################################################################### */

	/* Related videos Area */

/* ######################################################################### */

#videosArea {
	padding-bottom:30px;
}

#videosArea .videosbox div {
	width:19%;
	float:left;
	margin-right:10px;
}

#videosArea .videosbox div:nth-child(5n) {
	margin-right:0px;
}

#videosArea .videosbox div:nth-child(n + 6) {
	margin-top:30px;
}

#videosArea .thumImgbox div:nth-child(5n + 6) {
	clear:both;
}

#videosArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ######################################################################### */

	/* Recommended images Area */

/* ######################################################################### */

#RecommendedArea .thumImgbox div {
	width:19%;
	float:left;
	margin-right:10px;
}

#RecommendedArea .thumImgbox div:nth-child(5n) {
	margin-right:0px;
}

#RecommendedArea .thumImgbox div:nth-child(n + 6) {
	margin-top:30px;
}

#RecommendedArea .thumImgbox div:nth-child(5n + 6) {
	clear:both;
}

.btmbox span{
	font-weight:bold;
}

.indname {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	clear:both;
}

.thumImgbox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#RecommendedArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ######################################################################### */

	/* Related images Area */

/* ######################################################################### */

#imagesArea .thumImgbox div {
	width:19%;
	float:left;
	margin-right:10px;
}

#imagesArea .thumImgbox div:nth-child(5n) {
	margin-right:0px;
}

#imagesArea .thumImgbox div:nth-child(n + 6) {
	margin-top:30px;
}

#imagesArea .thumImgbox div:nth-child(5n + 6) {
	clear:both;
}

.btmbox span{
	font-weight:bold;
}

.indname {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	clear:both;
}

.thumImgbox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#imagesArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ######################################################################### */

	/* Download All related images */

/* ######################################################################### */

#downloadArea {
	padding-bottom:10px;
}

#downloadArea .downloadbox div {
	width:28%;
	float:left;
	margin-right:70px;
	margin-bottom:20px;
}

#downloadArea .downloadbox div:nth-child(3n) {
	width:28%;
	float:left;
	margin-right:0px;
}

.downloadbox a {
	background:#ff0000;
	padding:2px 15px;
	border:1px solid #000;
	text-decoration: none;
	color:#fff;
	margin-top:30px;
	line-height:26px;
}

.downloadbox span {
	float:right;
	line-height:26px;
}

.downloadbox a:hover {
	opacity:0.8; 
	filter:alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
}

#downloadArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ######################################################################### */

	/* modal */

/* ######################################################################### */

.modal-content {
	text-align:center;
	position:fixed;
	display:none;
	z-index:2;
	width:700px!important;
	margin:0;
	padding-top:15px;
	padding-bottom:25px;
	background:#868686;
}

.modal-content p {
	margin:0;
	padding:0;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-open {
	color:#00f;
	text-decoration:underline;
}

.modal-open:hover {
	cursor:pointer;
	color:#f00;
}

.modal-close a {
	color:#fff;
	text-decoration:none;
	font-size:2.5em;
	margin-left:600px;
}

.modal-close a:hover {
	cursor:pointer;
	color:#f00;
}

.modal-box {
	margin:0 auto;
	text-align:left;
	display: inline-block;
	line-height:30px;
}

.modal-down {
	background:#ff0000;
	padding:2px 15px;
	border:1px solid #000;
	text-decoration: none;
	color:#fff;
	margin-right:20px;
}

.modal-down:hover {
	background:#d40808;
	color:#d4d4d4;

}

.modal-link {
	margin-top:40px;
	background:#cccccc;
	padding:2px 33.5px;
	border:1px solid #000;
	text-decoration: none;
	color:#000;
	margin-right:20px;
}

.modal-link:hover {
	background:#ababab;
	color:#080808;
}


.modal-content iframe {
	width:512px;
	height:288px;
	border:0;
}


/* modal_release */

#releaseArea .modal-open img {
	width:150px;
    border: 2px #000000 solid;
}

#releaseArea .modal-open img:hover {
    border: 2px #ff0000 solid;
}

/* modal_information */

#informationArea .modal-open img {
	width:150px;
    border: 2px #000000 solid;
}

#informationArea .modal-open img:hover {
    border: 2px #ff0000 solid;
}


/* modal_videosArea */

#videosArea .modal-open {
    width:165px;
    height:117px;
    background-color:#000000;
    display: inline-block;
    text-align:center;
    border: 2px #000000 solid;
}

#videosArea .modal-open:hover {
    border: 2px #ff0000 solid;
}

#videosArea .modal-open img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/* modal_imagesArea */

#imagesArea .modal-open {
    width:165px;
    height:117px;
    background-color:#000000;
    display: inline-block;
    text-align:center;
    border: 2px #000000 solid;
}

#imagesArea .modal-open:hover {
    border: 2px #ff0000 solid;
}

#imagesArea .modal-open img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

#imagesArea .modal-content p:nth-child(2) {
    width:600px;
    height:300px;
    display: inline-block;
    vertical-align: middle;

}

#imagesArea .modal-content img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	vertical-align: middle;
}


/* modal_RecommendedArea */

#RecommendedArea .modal-open {
    width:165px;
    height:117px;
    background-color:#000000;
    display: inline-block;
    text-align:center;
    border: 2px #000000 solid;
}

#RecommendedArea .modal-open:hover {
    border: 2px #ff0000 solid;
}


#RecommendedArea .modal-open img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

#RecommendedArea .modal-content p:nth-child(2) {
    width:600px;
    height:300px;
    display: inline-block;
    vertical-align: middle;

}

#RecommendedArea .modal-content img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	vertical-align: middle;
}

/* ######################################################################### */

	/* footer */

/* ######################################################################### */

.f-red { color:#EF0041!important;}
.f-blue { color:#0A50A1!important;}
.f-pnk { color:#EF0041!important;}

#footerpop {
	clear:both;
}

#footerpop .copyrightArea {
	width:100%;
	float:right;
	background:#cac9ca;
	margin:0;
	padding:0;
	text-align:right;
	border-top:1px solid #ef0041;
}

#footerpop .copyrightArea address {
	margin:0;
	padding:6px;
	color:#666;
	vertical-align:middle;
	font: 10px Arial, Helvetica, sans-serif;
}
