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, strong, 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: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}



/*

COMMON

 */
html, body {
  text-align: center;
  font-family:Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #050912;
  color: #fff;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: url(../images/spacer.gif);
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

/* LINK */
a {
  color: #7fffd4;
  text-decoration: none;
}
a:hover {
  color: #CEFAEB;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
  position: relative;
  behavior: url(css/PIE.htc);
}
/* Responsive */
.inner {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
.forpc {display: block;}
.forsp {display: none;}




/*

HEADER

*/
header{
    margin:0;
    padding: 0;
    background:#121212;
}
.pageTop {
    padding: 20px 0 !important;
    text-align: left;
}

header img{display: block;}
.title{margin: 0px 0 20px 0; padding:0 0 10px!important; background:#7fffd4 ; line-height: 0em;}
.title img{height: auto;margin-top:20px;width: 80%; max-width: 400px;}
.title p{font-size:28px;color:#000;margin:10 auto;line-height:1.0em;}

/* HEADING */
h1 {
  font-size: 30px;
  line-height:1.4em;
  font-weight:normal;
    color:#
}

h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 22px;
}
h3{
  font-size: 24px;
  line-height:1.8em;
  font-weight:normal;
  margin-bottom:30px;
}
h4{
  margin-top:20px;
  margin-bottom:5px;
}
.wrapper{padding: 0; margin: 30px 0 0 0;}
footer {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background: #050912;
  font-size: 14px;
  color: #595959;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*

CONTENTS

*/

.dlcord{display: none;}
.over-fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #000;
    z-index: 1000;
}
.pwHeading{
  color: #fff;
}
.pwGuide{
  font-family:Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}
img.jkt{
  width: 120px;
  height: auto;
  margin: 0;
  border: solid 1px #333;
}
.downloadNote{
  padding:0 0 0 0;
  margin:15px 0 0 0;
  font-size:12px;
  font-family:Verdana, Roboto, 'Droid Sans, '游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN, 'メイリオ, Meiryo, sans-serif;
  line-height: 2em;
  text-align:center;
}
.downloadHowto{
  border:1px solid #333;
  padding:10px;
  margin:20px 0;
  font-size:12px;
  font-family:Verdana, Roboto, 'Droid Sans, '游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN, 'メイリオ, Meiryo, sans-serif;
}
/* FORM */
form{margin:0 0 20px 0 !important;}
select{
  padding:20px 0;
  margin:0 0 20px 0;
  border:1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(css/PIE.htc);
  font-size:12px;
  line-height:1em;
}
input.pwarea{
  width:14px;
  padding:8px 10px;
  margin:0 0 10px 0;
  border:1px solid #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(css/PIE.htc);
  font-size:14px;
  line-height:1em;
  text-align:center;
}
 .btn_submit,
 .btn_reset{
    color: white;
    border: none;
    box-shadow: none;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer;
}

.btn_submit{background-color: #146f95 !important;}
.btn_submit:hover{background-color: #23a8df !important;color:#fff;}
.btn_reset {background-color: #333 !important;}
.btn_reset:hover {background-color: #666 !important;}

.dl {display:inline-block;font-size:13px;}
.dl .btn_submit{width:100px;margin-bottom:5px;}
.dl a.btn_submit{color:#fff;display:block;}
.ttl2{
    margin: 20px auto 0;
    border-top: dotted 1px #444;
    padding-top: 20px;
}


/* ANCHOR */
.topTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 0;
  text-align: left;
  line-height: 1em;
}

.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}


.audioList{
	margin:50px auto 80px;
	overflow:hidden;
}
.audioList h2, .audioList h3{
	text-align:left;
	line-height:1.4em;
}
.audioList h3{
	margin-bottom:10px;
}
.audioList table{
	width:100%;
}
.audioList table th,.audioList table td{
	padding:20px;
	border:solid 1px #fff;
}

.audioList table th{
	line-height:1.4em;
	width:75%;
}

.audioList table th.dlttl{
/*	text-align:right;*/
}
.audioList table td{
	text-align:center;
}
.audioList .btn_submit{
	white-space: nowrap;
	display: inline-block;
}
.btn_submit.dl{
	background:#0EA27D!important;
}
.btn_submit.dl:hover{
	background:#0FAF87!important;
}
.audioList table tr.forpctr th,.audioList table tr.forpctr td{
/*	border-bottom:none!important;*/
}
.audioList table tr.forpctr.dot th,.audioList table tr.forpctr.dot td{
	border-top:1px dashed #fff!important;
}

/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0;
}

/* ALIGNMENT */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtcenter {text-align: center;}

/* Vertical Center */
.verticalcenter p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
	.inner{width:90%;}
	.forsp{ display:inline-block;}
	.forpc{display:none;}
	.downloadNote{
		border-top:1px dotted #333;
		padding: 15px 0 0 0;
		margin:15px 0 0 0;
		line-height: 1.6em;
	}
/*	.forpctr{display:none;}*/
	.btn_submit, .btn_reset{padding:10px 20px;}
}
@media screen and (max-width: 700px){
    select{width: 360px; font-size:16px;}
    input.pwarea{width:20px; padding:8px 5px; margin:0 2px 2px 0;}
	.downloadNote{text-align:left;}
	.dl{margin-bottom:0;}
	.wrapper{margin-bottom:0;}
	.pwHeading{text-align:left;}
	.audioList table th,.audioList table td{padding:10px;}
	.audioList table th{text-align:left !important; font-size:0.8em;}
	h1{font-size:24px;}
	h2{font-size:20px;margin:0 0 20 0;}
}
@media screen and (max-width: 500px){
	html {-webkit-text-size-adjust: none;}

}
.copy {
    color:#fff;
}
