/* 基本設定 */
@font-face {
	font-family: 'Late-SST-font';
	src: url('../../nimbus-sans-becker-dblaext.woff') format('truetype');
}
@font-face {
	font-family: 'content-title-jp';
	src: url('../../mplus-1p-black.woff') format('truetype');
}
@font-face {
	font-family: 'Early-SST-font';
	src: url('../../early_sst.woff') format('truetype');
}

.sstfont {
	display: inline-block;
	font-family: 'Late-SST-font';
	font-size: 2.5em;
	-webkit-transform: scale(1, 2.0);
	-moz-transform: scale(1, 2.0);
	transform: scale(1, 2.0);
	color: #504f4f;
	text-shadow: 0px 2px 1px #bbbaba;
}

.sstfont2 {
	display: inline-block;
	font-family: 'Early-SST-font';
	font-size: 2.0em;
	-webkit-transform: scale(1, 2.0);
	-moz-transform: scale(1, 2.0);
	transform: scale(1, 2.0);
	color: #000000;
	text-shadow: 0px 2px 1px #bbbaba;
}

.content_title {
	display: inline-block;
	font-family: 'content-title-jp';
	font-size: 2.0em;
	-webkit-transform: scale(1, 1.3);
	-moz-transform: scale(1, 1.3);
	transform: scale(1, 1.3);
/*	color: #504f4f;*/
	color: #d0cdcd;
	text-shadow: 0px 2px 1px #bbbaba;
}

*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

body{
	padding: 0;
	margin:  0;
	color: #ffffff;
}



/* タグ設定 */
a {
	text-decoration: none;
	color: #ffffff;
}

a.return {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}

a.mp3 {
	text-decoration: underline;
	font-weight: bold;
	font-size:12px;
}

p.link {
	font-size: 6px;
	color: #ffffff;
}
p.sst {
	font-size: 1em;
	color: #ffffff;
}

p.but {
	font-size: 1em;
	color: #ffffff;
}

p.midashi {
	font-size: 0.9em;
	color: #ff4500;
	margin: 15px;
	margin-bottom:0.6em;
}

p.mp3 {
	font-size: 0.9em;
	color: #ffffff;
	margin: 15px;
}

h6.mp3 {
	font-size: 10px;
	width: 100px;
	height: 10px;
	display:block;
	margin: 0 auto;
	text-align: center;
}


/* ID */
#top_logo {
	width: 314px;
	margin: 0 auto;
	margin-top:40px;
}


#full_content {
	width:100%;
/*	height:100%;*/
	position:relative;
	margin:0 auto;
	clear:both;
}

#top {
	background-image:url(../image/top.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #000000;
/*	width: 320px; */
	width: 100%;
	height: 40px;
}

/*#mp3_main {
	width:100%;
	height:100%;
/*	position:relative;
	margin:0 auto;
	clear:both;*/
/*}*/

#link_title1 {
	background-color: transparent;
	background-image:url(../image/member_segasound.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 320px;
	height: 50px;
	margin-bottom: 30px;
}

#sound_title1 {
	background-color: transparent;
	background-image:url(../image/sound_mp3.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 284px;
	height: 94px;
	margin-bottom: 5px;
}

#harrier_title {
	background-color: transparent;
	background-image:url(../image/sound_mp3.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 290px;
	height: 58px;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}


#mp3_main {
/*	background-color: #990000;*/
	background-color: transparent;
	border-style: none;
	width: 100%;
	height: 300px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
/*	margin: 0 auto;
	position: relative;*/
	font-size: 9px;
}

#wsst {
	background-color: transparent;
	background-image:url(../image/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 72px;
	margin-bottom: 30px;
}

#wbut {
	background-color: transparent;
	background-image:url(../image/but_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 320px;
	height: 126px;
	margin-bottom: 30px;
}


/* class */
.link_area{position:absolute;top:0px;left:0px;width:193px;height:40px;}

ul.style01 {
	background-image:url(../image/keyboad.png);
	background-repeat: repeat-x;
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align:center;
	color:#ffffff;
	font-size: 12px;
	width: 100%;
	height: 27px;
}

ul.style01 li {
	margin: 0px;
	padding: 0px;
	display:block;
	float: left;
	width:19.3%;
	height:25px;
	line-height:25px;
	border:1px solid #999;
	border-radius:5px 5px 0 0;
	background: -moz-linear-gradient(top, #FFF, #888 30%, #888);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.3, #888), to(#888));
}

ul.style01 li.active {
	border:1px solid #333;
	border-radius:5px 5px 0 0;
	background: -moz-linear-gradient(top, #FFF, #333 30%, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.3, #333), to(#333));
}


.panel {display:none;}
.show {display:block;}

section.panel {
	background-color: #333;
	background-image:url(../image/back_logo.png);
	background-size: contain;
	background-position: 0px 60px;
	background-repeat: no-repeat;
	padding:20px;
	font-size:116%;
	height: 100%;
	color: #ffffff;
}

/*
input[type=button] {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #999 #999 #ccc;
	border-radius: 7px;
	padding: 1px 0px 0px 0px;
	margin: 0 auto 8px;
	background: linear-gradient(top, #fff, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.9, #888), to(#888));
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 80%;
	height: 50px;
}
*/

div.menu {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #999 #999 #ccc;
	border-radius: 7px;
	padding: 1px 0px 0px 0px;
	margin: 0 auto 8px;
	background: linear-gradient(top, #fff, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.9, #888), to(#888));
	text-decoration: none;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 80%;
	height: 25px;
	padding-top:13px;
}

div.link {
	width: 300px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	background-image: url(../image/goldline.png);
	background-size: 300px 3px;
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 11px;
}

div.mp3 {
	width: 300px;
	margin-top: 20px;
	margin-left: 3px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	background-image: url(../image/goldline.png);
	background-size: 300px 3px;
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 11px;
}

img.mp3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.mp3_bar {
	width:  100%;
	height: 5px;
	margin-bottom: 5px;
}

div.link_comment {
	width: 291px;
	margin-left: 9px;
}

.album {
	color: #ffd700;
	font-size: 13px;
	font-weight: bold;
}

.container {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	margin-bottom: 25px;
}

.dummy {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
}

.snd1 {
/*	width: 150px; */
	width: 45%;
	height: 80px;
/*	padding-left: 15px;*/
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
}

.snd2 {
/*	width: 150px; */
	width: 45%;
	height: 80px;
/*	padding-left: 25px;*/
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
}


/*	用語集		*/


#word1 {
	height: 30px;
	width:100%;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-orient: horizontal;
}

#word2 {
	width:100%;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-orient: horizontal;
}

.word_line {
	height: 2px;
	width:100%;
	background: linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, #ffd700 50%, rgba(0,0,0,0) 90%);
	background: -webkit-linear-gradient(left top, rgba(0,0,0,0.1) 0%, #ffd700 50%, rgba(0,0,0,0) 90%);
}

.word_children {
	font-size: 18px;
	text-align: center;
	margin-right: 0.5em;
	cursor: pointer;
}

#word2 {
	margin-left: 1em;
	height: 30px;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-orient: horizontal;
}

#yougo_waku {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: rgba(0,0,0,.2);
/*	margin: 0 auto;*/
}

#yougo_frame {
	position: absolute;
	margin-top:1px;
	top: 10px;
	width: 91%;
	height: 230px;
	font-size: 15px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 25px;
	overflow: auto;
	scrollbar-base-color: #ff0000;
	scrollbar-arrow-color: rgba(0,0,0,0);
}

.yougo_kekka {
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-orient: horizontal;
}

.yougo_midashi {
	margin-top:2px;
	margin-right:20px;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-box-orient: vertical;
	color: #ffffff;
}

.yougo_setsumei {
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: box;
	box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.yougo_box1 {
	word-wrap: break-word;
	color: #ffffff;
}

.yougo_box2 {
	word-wrap: break-word;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom:20px;
	color: #ffffff;
}