@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	outline: none;
}
img {
	border: 0px;
}
div.nowrap_text {
	white-space: nowrap;
}
div.no_print {
	display:block;
}
div.main_panel {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}
@media screen and (max-width: 980px) {
	div.main_panel {
		width: 98%;
	}
}
div.title_panel {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
}
div.logo_panel {
	float: left;
	margin: 0;
	padding: 0;
}
div.page_title_outer {
	float: left;
	margin: 34px 10px 0 20px;
	padding: 0;
	font-size:16px; font-size:1.6rem;
	color: #001e43;
	width: 100px;
}
div.close_button_outer {
	float: right;
	margin: 30px 20px 0 0;
	padding: 0;
}
a.close_button_link {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size:20px; font-size:2.0rem;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #696969;
	font-weight: bold;
	background-color: #e6e6fa;
}
a.close_button_link:hover {
	color: #111111;
}
div.float_clear {
	clear: both;
}
div.sub_title_panel {
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	font-size:15px; font-size:1.5rem;
	color: #001e43;
}
div.sub_explain_panel {
	width: 96%;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0 0 0 5px;
	font-size:13px; font-size:1.3rem;
	color: #333333;
	background-color: #e0ffff;
}
div.sub_footer_panel {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	border-bottom: solid 1px #dcdcdc;
}
div.tuner_panel {
	position: relative;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	font-size:13px; font-size:1.3rem;
	border : solid 1px #696969;
}
@media screen and (max-width: 320px) {
	div.tuner_panel {
		width: 96%;
	}
}
div.confirm_button_panel {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
div.confirm_button_explain {
	display: none;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 3px;
	padding: 0;
	font-size:13px; font-size:1.3rem;
	color: #333333;
	background-color: #e0ffff;
}
@media screen and (max-width: 220px) {
	div.confirm_button_explain {
		width: 96%;
	}
}
div.confirm_button_outer {
	display: inline-block;
}
a.confirm_button_link {
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 40px;
	font-size:15px; font-size:1.5rem;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}
a.confirm_button_gray {
	background-color:#c0c0c0;
}
a.confirm_button_blue {
	background-color:#0091ff;
}
a.confirm_button_blue:hover {
	background-color:#0082e6;
}
div.strings_panel {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
}
@media screen and (max-width: 320px) {
	div.strings_panel {
		width: 96%;
	}
}
div.strings_list_frame {
	margin: 10px 5px 20px 5px;
	border-bottom: solid 1px #CCCCCC;
}
div.strings_list_field {
	width:100%;
	padding:0;
	margin: 0;
	border-top: solid 1px #CCCCCC;
	overflow: hidden;
}
div.strings_list_name {
	float: left;
	font-size:14px; font-size:1.4rem;
	color: #111111;
	width:110px;
	height:40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
}
div.strings_button_block {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width:100px;
	height:40px;
}
div.button_plus_outer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:50px;
	height:40px;
}
div.button_minus_outer {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width:50px;
	height:40px;
}
a.strings_button_link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size:13px; font-size:1.3rem;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #111111;
}
a.strings_button_plus {
	background-color:#F4B4D0;
}
a.strings_button_plus:hover {
	background-color:#EE87B4;
}
a.strings_button_minus {
	background-color:#54C3F1;
}
a.strings_button_minus:hover {
	background-color:#00AFEC;
}
div.instruments_panel {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
}
@media screen and (max-width: 320px) {
	div.instruments_panel {
		width: 96%;
	}
}
div.footer_panel {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	padding: 0;
	text-align: center;
	height: 50px;
	background-color: #e6e6fa;
}
div.footer_contents {
	font-size:12px; font-size:1.2rem;
	text-decoration: none;
	line-height: 50px;
	color: #001e43;
}
