﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; font-size:100%; font:inherit;}
html, body { height:100%;}
body {line-height:1; background:#000;}
ol, ul, li {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
body {-webkit-text-size-adjust:none;}
* {-o-transition:color .30s linear, background-color .30s linear, border-color .30s linear;-webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear;-moz-transition:color .30s linear, background-color .30s linear, border-color .30s linear;transition:color .30s linear, background-color .30s linear, border-color .30s linear;}
b {font-weight:bold;}
p, div, li, td, th, input, textarea {font:normal 15px arial, helvetica, sans-serif;}

#Header {background:#000; border-bottom:3px solid #555; height:50px; cursor:default; z-index:10;width:100%;}
#Logo {width:112px; height:46px; position:absolute; margin-left:20px; background:url(/images/ASRock[W].png) no-repeat; z-index:10; transition:all 0.3s ease-in-out;}
#Logo:hover {background:url(/images/ASRock[W]On.png); transition:all 0.3s ease-in-out;}

#Menu {display:none; font-family:"Trebuchet MS", arial, helvetica, sans-serif; line-height:50px;}
#Header .nav {float:right; margin-right:30px; display:block; z-index:10;}
#Header .nav li{border-bottom:3px solid #555; transition:all 0.3s ease-in-out; position:relative; float:left; height:50px; line-height:50px;}
#Header .nav li:hover{border-bottom:3px solid #aaa; transition:all 0.5s ease-in-out;}
#Header .nav li>a{font-family:"Trebuchet MS", arial, helvetica, sans-serif; color:#fff; padding:0 20px; text-shadow:1px 1px #555; display:block; text-decoration:none;}
#Header .nav li>a:hover {color:#ccc; cursor:pointer; background:url(/images/MenuOn.png) no-repeat center;}
#Language {width:60px; height:50px; background:url(/images/Language.png) no-repeat center; transition:all 0.3s ease-in-out; }
#Language:hover {background:url(/images/LanguageOn.png) no-repeat center; transition:all 0.3s ease-in-out; cursor:pointer;}


.style1 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #CCC;
	font-size: 16px;
	padding:10px 25px 5px 30px;
	letter-spacing: 1px;
}

.style2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
	font-size: 16px;
	padding:10px 15px 5px 10px;
	
}
.style2 a {
	font-family: 'Noto Sans JP', sans-serif; 
	color:#ccc;
	}
.style2 hover {
	font-family: 'Noto Sans JP', sans-serif; 
	color:#fff; 
	padding:0 20px; 
	text-shadow:1px 1px #555; 
	display:block; 
	text-decoration:none;
}

.style3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #CCC;
	font-size: 20px;
	margin:10px auto;
	text-align:center;
}
.style4 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #FF0004;
	font-size: 30px;
	margin:10px auto;
	text-align:center;
}

.grid-15 {
	width:100%;float:left;
	margin-top:10px;
	height: 100%;	
	
	
}
.grid-15 h1{
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	margin:0px 10px 0px 10px;
	background-color:#191919;
	text-align: center;	
	}
	
.grid-15 p{
	font-family: 'Noto Sans JP', sans-serif;
	color:#ccc;
	line-height:1em;
	padding:10px 25px 5px 30px;
	font-size: 20px;
	
}
.grid-15 .image{
	width:100%;
	max-width: 750px;
	display:block;
	margin:0px auto;
	vertical-align: bottom;
	}
a.button1{
	display:inline-block;
	padding:50px 30px 50px 30px;
	border:1px solid #333;
	color:#fff;
	text-shadow: 0 0 20px #ff65c4, 0 0 100px #ff65c4, 0 0 20px #ff65c4;
	background:linear-gradient(to top, #b40d76, #45116e);
	border-radius:15px;
	box-sizing: border-box;
	text-decoration:none;
	margin:60px 40px 60px 40px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	transition: all 0.2s;
	font-size: 30px;
	width:400px;
	
	}
a.button2{
	display:inline-block;
	padding:50px 30px 50px 30px;
	border:1px solid #333;
	color:#B7B7B7;
	text-shadow: 0 0 20px #5F5F5F, 0 0 100px #5F5F5F, 0 0 20px #5F5F5F;
	background:linear-gradient(to top, #6600ba, #ff00a0);
	border-radius:15px;
	box-sizing: border-box;
	text-decoration:none;
	margin:60px 40px 60px 40px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	transition: all 0.2s;
	font-size: 30px;
	width:400px;
	
	}

a.button1:hover{
	color:#000000;
	background-color:#FFF;
	text-decoration:none;
	
	}
@media all and (max-width:30em){
	a.button1{
	display:block;
	margin:0.4em auto;
	}
	}

@media screen and (max-width:1024px) {
	#Menu {display:inline-block; background:#222; border-left:1px solid #444; padding:0 20px; color:#fff; float:right; text-shadow:1px 1px #000; font-size:1.1em; cursor:pointer;}
	#Menu:hover {background:#c00;border-left:1px solid #f00;}
	#Header .nav {display:none;position:absolute;width:100%;margin-top:53px;}
	#Header .nav li {float:none; border-bottom:1px solid #555; text-align:center; background:rgba(10%,10%,10%,0.9);} #Header .nav li:hover{border-bottom:1px solid #555; background:#000;}
	#Language {width:100%;}
}
@media screen and (max-width:480px) {
	#Logo {margin-left:10px;}
}

#SearchAll {width:100px; padding:0.5em; border:0; background:transparent; outline:0; font-size:1em; border:1px dotted #888; border-radius:5px;}
#SearchBtn {background:url(/images/Search.png) no-repeat center; border:0; height:30px; width:30px; cursor:pointer;}
#SearchBtn hover {background:url(/images/SearchOn.png) no-repeat center;}

.Fields {margin-right:1.2em; padding:.2em .4em; background:#000; color:#6cf; font-size:1em; border:1px solid #555; border-radius:3px; outline:0;}
.Fields:hover, .Fields:focus {color:#ff0; text-shadow:1px 1px #000; border:1px solid #5bc; box-shadow:0 0 2px #5bc, 0 0 5px #59b7c2; transition:all 0.3s ease-in-out;}
.Buttons {
	border-radius:1em; 
	cursor:pointer; 
	font-weight:bold; 
	 
	font-size: 30px;
	width:400px;
	padding:20px 10px 20px 10px; 
	margin:60px 40px 60px 40px;
	text-align:center; 
	background:linear-gradient(to top, #b40d76, #45116e); 
	border:1px solid #444; 
	box-shadow:none; 
	color:#ccc; 
	outline:0;
}
.Buttons:hover {
	background:#666; 
	text-shadow:1px 1px #000; 
	border:1px solid #888; 
	color:#ff0;} 

.Buttons:active {background:#aaa; color:#0ff;text-decoration:none;}

.image{width:100%;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.posRelative {position:relative;}

#Products {display:none; position:absolute; top:58; z-index:100; background:#111; width:100%; border-bottom:1px solid #555; text-shadow:1px 1px #444; text-align:center; padding-top:.5em; padding-bottom:.5em; box-shadow:0 0 10px rgba(20%, 50%, 100%, 1);}
#Products img {width:60%;}
#Products a {font:normal 13px "Trebuchet MS", arial, helvetica, sans-serif; color:#ccc;} #Products a:hover {color:#ff0;}
#Campaigns {display:none; position:absolute; top:58; z-index:9999; background:#111; width:40%; border-bottom:1px solid #555; text-shadow:1px 1px #444; text-align:center; padding-top:.5em; padding-bottom:.5em; box-shadow:0 0 10px rgba(80%, 80%, 80%, 1); margin-left: 50%;}
#Campaigns a {font:normal 14px "Trebuchet MS", arial, helvetica, sans-serif; color:#ccc;} #Campaigns a:hover {color:#ff0; text-decoration:none;}
#Campaigns img {width:90%;}
#Campaigns .inner {width:100%;}

#SearchAll {width:100px; padding:0.5em; border:0; background:transparent; color:#3ff; outline:0; border:1px dotted #888; border-radius:5px;}
#SearchBtn {background:url(/images/Search.png) no-repeat center; border:0; height:30px; width:30px; cursor:pointer;}
#SearchBtn hover {background:url(/images/SearchOn.png) no-repeat center;}
.leftmenubutton {display:none;}

@media screen and (max-width:480px) {
	#Products {top:105px;}
	#Products img {width:90%;}
	#Products .inner div{width:33.3%;}
	#SubItems {display:none;}
	#Campaigns {top:155px; margin-left: 0; width:100%;}
	#Campaigns img {width:90%;}
	#Campaigns {display:none;}
	.leftmenubutton {display:block;}
}

.Banner img{width:100%;}
.BannerM, .BannerS {display:none;}
@media screen and (max-width:1280px) {.BannerM {display:block;} .BannerL, .BannerS {display:none;}}
@media screen and (max-width:480px) {.BannerS {display:block;} .BannerL, .BannerM {display:none;}}

.wrapper {padding:2em 0 2em 0; position:relative; z-index:1; }
.wrapper .inner {margin:0 auto;width:1200px;} .wrapper .inner:after {content:''; display:block; clear:both;}
.wrapper h1 {
	color: #FFF;
	font-size: 35px;
	padding:20px 25px 20px 30px;
	letter-spacing: 1px;
}

.wrapper h2 {color:#fff; font:normal 30px 'Noto Sans JP', sans-serif; line-height:1.2em; text-shadow:2px 2px #333;}
.wrapper h3 {color:#fff; font:normal 40px Verdana, Geneva, sans-serif; line-height:1.1em; text-shadow:2px 2px #333;}
.wrapper h4 {color:#fff; font:normal 32px Verdana, Geneva, sans-serif; line-height:1.1em; text-shadow:2px 2px #333;}
.wrapper h5 {color:#fff; font:normal 24px Verdana, Geneva, sans-serif; line-height:1.0em; text-shadow:1px 1px #333;}
.wrapper h6 {color:#fff; font:normal 16px Verdana, Geneva, sans-serif; line-height:1.0em; text-shadow:1px 1px #333;}
.wrapper a {
	color:#F00;
	text-decoration:none;
}
.wrapper a:hover {color:#ff0; text-decoration:underline; cursor:pointer;}
.wrapper p {line-height:2.0; padding-bottom:1em;}
.wrapper .Context {margin-top:2%; padding:1% 2%; background:rgba(0,0,0,0.5); border-radius:0.3em; color:#fff; text-shadow:1px 1px #000; line-height:30px;} .wrapper .Context:hover {background:rgba(0,0,0,0.8); text-shadow:1px 1px #333;}
.wrapper .Remark {color:#aaa;}
@media screen and (max-width:1280px) {
	.wrapper .inner {width:90%;}
}
@media screen and (max-width:480px) {
	.wrapper {padding:1em 0;}
	.wrapper .Layout {padding-top:78%;}
	.wrapper .inner {width:99%;}
	.wrapper h1 {font-size:2.2em;}
	.wrapper h2 {font-size:2.0em;}
	.wrapper h3 {font-size:1.6em;}
	.wrapper h4 {font-size:1.4em;}
	.wrapper h5 {font-size:1.2em;}
	.wrapper h6 {font-size:1.1em;}
	.wrapper .Context {padding:.1%;}
}


.wrapper select {background:#000; color:#ccc; border-radius:5px; padding:0.2em;}
.wrapper table {width:100%;}
.wrapper th{background:#111; text-align:center;}
.wrapper th, .wrapper td{font-size:0.9em; border:1px solid #333; padding:0.2em 0.5em;}
.wrapper th[data-sort]{cursor:pointer;color:#5ff;}
.wrapper tr:nth-child(even){background:#000;}
.wrapper tr:hover{background:#000;}
.wrapper a {
	color:#ff98d7;
	text-decoration:none;
	 padding:25px;
} .wrapper a:hover {color:#FFF;text-decoration:none; padding:25px;}
.wrapper p {margin:0.5em 0; }
@media screen and (max-width:480px) {
	.wrapper th, .wrapper td{font-size:0.8em; padding:0;}
	.wrapper .Notice {font-size:0.8em;}
}

.VideoContainer {text-align:center; position:relative; padding-bottom:56.25%; height:0; overflow:hidden; max-width:100%;}
.VideoContainer iframe, .VideoContainer object, .VideoContainer embed, .VideoContainer img {position:absolute; top:0; left:0; width:100%; height:100%;}
.VideoContainer .PlayVideo {z-index:5; width:100%; height:100%; position:absolute; background:url('/images/youtube-play.png') no-repeat center; transition:All 0.3s ease-in-out; transform:scale(0.8);}
.VideoContainer .PlayVideo:hover {transform:scale(1.0);}

#statement .Remark {color:#888; font-size:0.9em; line-height:1.2em; clear:both; padding-top:1em;}

.wide-5 {width:5%;}
.wide-16, .wide-16-3 {width:16.6%;}
.wide-20, .wide-20-1, .wide-20-2 {width:20%;}
.wide-25, .wide-25-1, .wide-25-2, .wide-25-3 {width:25%;}
.wide-30, .wide-30-1 {width:30%;}
.wide-33, .wide-33-1, .wide-33-2 {width:33%;}
.wide-40, .wide-40-1 {width:40%;}
.wide-50, .wide-50-1 {width:50%;}
.wide-60, .wide-60-1 {width:60%;}
.wide-70, .wide-70-1 {width:70%;}
.wide-80, .wide-80-1 {width:80%;}
.wide-90, .wide-90-1 {width:90%;}

@media screen and (max-width:1280px) {
	.wide-25-3 {width:33%;}
	.grid-15 {width:100%;}
}
@media screen and (max-width:980px) {
	.wide-20-2 {width:33%;}
	.grid-15 {width:100%;}
}
@media screen and (max-width:480px) {
	.wide-16-3 {width:33.3%;}
	.wide-20-1, .wide-25-1, .wide-30-1, .wide-33-1, .wide-40-1, .wide-50-1, .wide-60-1, .wide-70-1, .wide-80-1, .wide-90-1 {width:100%;}
	.wide-25-2, .wide-25-3 {width:50%;}
	.wide-20-2, .wide-33-2 {width:49.8%;}
	.grid-15 {width:100%;}
}

#footer {background:#111; text-align:center; border-top:1px solid #333; padding-top:1.5em; padding-bottom:1.5em;}
#footer .inner {font-size:0.9em; margin:0 auto; width:1200px; background:#111; }
#footer .inner li {line-height:1.4em; font-size:1em; line-height:1.5em;}
#footer .inner li a {color:#888; text-decoration:none; display:block;}
#footer .inner li a:hover {color:#ff8; text-decoration:underline;}
#footer .inner h6 {font:bold 1.2em tahoma, "Trebuchet MS"; color:#fff; line-height:2em;}
#footer .inner .copyright {padding-top:2em; padding-bottom:1em; color:#777; text-shadow:1px 1px #222; font-size:1em;}
#footer .inner .copyright a {text-decoration:none; color:#5cc;} #footer .inner .copyright a:hover {color:#ff0; text-decoration:underline;}
@media screen and (max-width:1200px) {
	#footer .inner {width:90%;}
}
@media screen and (max-width:480px) {
	#footer .inner {width:100%;}
	#footer {height:5em; padding-top:1em;}
	a.button1{	
	font:bold;
	width:90%;
	height:100%;
	}
}

.clear {clear:both;}

.transhover {filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}

#GoTop {width:60px; height:60px; position:fixed; right:1em; bottom:1em; z-index:10; background:url(/images/arrow.png); display:none; cursor:pointer;}
