@charset "UTF-8";




/*
--------------------------------
	/system/index.html
--------------------------------
*/

#system-outline #body-inner {
	height: 3150px;
	background-image: url(../img/system/outline/body.jpg) !important;
	background-repeat: no-repeat; /* for iOS */
	background-size: 960px 3150px; /* for iOS */
}

#system-outline #body-inner h1,
#system-outline #body-inner h2,
#system-outline #body-inner p {
	display: none;
}

#system-outline #link-transfer {
	padding: 2990px 0 0 36px;
}

#system-outline #link-origin {
	padding: 5px 0 0 36px;
}




/*
--------------------------------
	/system/music.html
--------------------------------
*/

#system-music #body-inner {
	padding-bottom: 20px;
}

#music-box {
	position: relative;
	margin-top: -220px;
}

#music-box dt {
	display: none;
}

#music-box dd {
	width: 860px;
	height: 220px;
	margin: 0 auto 40px;
	background-repeat: no-repeat;
}

#music-box dd#music-1 { background-image: url(../img/system/music/1.gif); }
#music-box dd#music-2 { background-image: url(../img/system/music/2.jpg); }
#music-box dd#music-3 { background-image: url(../img/system/music/3.gif); }
#music-box dd#music-4 { background-image: url(../img/system/music/4.gif); }
#music-box dd#music-5 { background-image: url(../img/system/music/5.gif); }
#music-box dd#music-6 { background-image: url(../img/system/music/6.gif); }
#music-box dd#music-7 { background-image: url(../img/system/music/7.gif); }
#music-box dd#music-8 { background-image: url(../img/system/music/8.gif); }
#music-box dd#music-9 { background-image: url(../img/system/music/9.gif); }
#music-box dd#music-10 { background-image: url(../img/system/music/10.gif); }

#music-box dd .player {
	padding: 150px 0 0 20px;
}

#music-box dd .music-expire {
	margin: 10px 0 0 28px;
	font-size: 93%;
	color: #fff;
}

.jp-gui {
	position:relative;
	padding:10px;
	width:570px;
}
.jp-gui.jp-no-volume {
	width:432px;
}
.jp-gui ul {
	margin:0;
	padding:0;
}
.jp-gui ul li {
	position:relative;
	float:left;
	list-style:none;
	margin:2px;
	padding:4px 0;
	cursor:pointer;
}
.jp-gui ul li a {
	margin:0 4px;
}
.jp-gui li.jp-mute,
.jp-gui li.jp-unmute {
	margin-left:334px;
}
.jp-gui li.jp-volume-max {
	margin-left:120px;
}
li.jp-pause,
li.jp-repeat-off,
li.jp-unmute,
.jp-no-solution {
	display:none;
}
.jp-progress-slider {
	position:absolute;
	top:9px;
	left:75px;
	width:300px;
	height:.4em;
}
.jp-progress-slider .ui-slider-handle {
	display: none;
	cursor:pointer;
}
.jp-volume-slider {
	position:absolute;
	top:-4px;
	left:430px;
	width:100px;
	height:.4em;
}
.jp-volume-slider .ui-slider-handle {
	height:.8em;
	width:.8em;
	cursor:pointer;
}
.jp-gui.jp-no-volume .jp-volume-slider {
	display:none;
}
.jp-current-time,
.jp-duration {
	position:absolute;
	top:34px;
	font-size:0.8em;
	cursor:default;
}
.jp-current-time {
	left:80px;
}
.jp-duration {
	right:200px;
}
.jp-gui.jp-no-volume .jp-duration {
	right:70px;
}
.jp-clearboth {
	clear:both;
}




/*
--------------------------------
	/system/faq.html
--------------------------------
*/

#system-faq #body-inner {
	height: 1460px;
	background-image: url(../img/system/faq/body.jpg) !important;
}

#system-faq #body-inner h1,
#system-faq #body-inner dl {
	display: none;
}

#system-faq #link-transfer {
	padding: 916px 0 0 152px;
}




/*
--------------------------------
	/system/transfer.*.html
--------------------------------
*/

/* -- container -- */

#system-transfer #contents {
	position: relative;
	margin: -70px 40px 0 40px;
	padding-bottom: 60px;
}


/* -- type -- */

p#transfer-lead {
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.6;
}

table#transfer-type {
	width: 880px;
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse; /* for IE6, 7 */
	border-bottom: 1px solid #666;
	empty-cells: show;
	color: #fff;
	font-size: 100%;
	line-height: 1.6;
}

table#transfer-type tr.head1 th {
	padding: 10px 20px 9px 10px;
	border-top: 1px solid #666;
	background-color: #ffc114;
	color: #000;
	font-weight: bold;
}

table#transfer-type tr.head2 th {
	padding: 6px 20px 5px 20px;
	border-top: 1px solid #666;
	background-color: #333;
}

table#transfer-type td {
	padding: 10px 20px 9px 20px;
	border-top: 1px solid #666;
}

#transfer-note h2 {
	margin: 36px 0 8px;
	font-weight: bold;
}

#transfer-note p {
	color: #999;
	font-size: 92%;
}


/* -- flow -- */

h2.flow-title {
	display: inline-block;
	margin-bottom: 32px;
	padding: 4px 16px;
	background-color: #c00;
	border-radius: 4px;
	font-size: 197%;
	font-weight: bold;
}

h3.flow-title {
	margin-bottom: 32px;
	padding-bottom: 4px;
	border-bottom: 4px solid #ffc114;
	color: #ffc114;
	font-size: 161.6%;
	font-weight: bold;
}

table.transfer-flow {
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse; /* for IE6, 7 */
	color: #fff;
	font-size: 100%;
	line-height: 1.6;
}

table.transfer-flow th {
	width: 320px;
	padding: 0 0 32px 0;
	background: url(../img/system/transfer/arrow.gif) no-repeat center bottom;
}

table.transfer-flow tr.last td,
table.transfer-flow tr.last th {
	padding-bottom: 0;
	background-image: none;
}

table.transfer-flow td {
	padding: 8px 0 0 20px;
	border-top: 8px solid #333;
	vertical-align: top;
}

table.transfer-flow td.noimg {
	position: relative;
	padding: 16px 100px 40px 0;
	background: url(../img/system/transfer/arrow.gif) no-repeat 141px 100%;
}

table.transfer-flow td .step {
	margin-bottom: 10px;
	color: #c00;
	font-size: 480%;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
	line-height: 1;
}

table.transfer-flow td.noimg .step {
	position: absolute;
	right: 0;
	top: 0;
}

#transfer-back {
	margin-top: 32px;
	padding-top: 16px;
	border-top: 8px solid #333;
	text-align: right;
	font-size: 100%;
}
