@charset "utf-8";
/* CSS Document */

.para p.end_ent {
	font-size:14px;
	font-weight:bold;
}
p.error {
	margin-bottom: 10px;
}
p.error2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 2px;
}
.e_form dt {
	font-weight: bold;
}
p.form_screen {
	padding-top:10px;
}
p.form_screen img {
	width: 100%;
	max-width:535px; 
}
.form p.mem_name {
	font-size: 14px;
}
.form p.mem_name2 {
	font-size: 14px;
	font-weight:bold;
}
.form p.t_entry {
	font-size: 15px;
	font-weight:bold;
}
.form p.p_pr {
	font-size: 14px;
}
.form dl.e2_dl {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dashed #888;
}
.form dl.e2_dl dd {
	margin: 0;
	padding: 0 0 20px 0;
	border:none;
}
.form dl.e2_dl dd.dd_btm {
	padding-bottom: 0;
}
input[type=text].w5, select.w5 {
	width: 95%;
}
input[type=radio] {
	padding-right: 2px;
	margin: 0;
}
.frm_e3 {
	width: 100%;
}
textarea {
	width: 98%;
	padding: 5px;
}
p.e2_title {
	font-size: 12px;
	color: #333;
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
.form .button2 {
	padding-top:40px;
}
.form a.a_button {
	display: block;
	width: 240px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	background-color: #e8e8e8;
	border: 1px solid #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#contents.form a.a_button:hover {
	background-color: #ddd;
	color:#666;
}
input[type=submit] {
	width: auto;
	padding: 0 20px;
}
.button a {
	line-height:3em;
}
p.rules_img img {
	width: 100%;
	max-width: 298px;
}
/* トップのメニュー調整～ */
@media screen and (min-width:400px) {
}
/* スマホ横～ */
@media screen and (min-width:480px) {
	input[type=text].w5, select.w5 {
		width: 90%;
	}
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
	input[type=text].w5, select.w5 {
		width: 65%;
	}
}
/* bg2調整 */
@media screen and (min-width:700px) {
}
/* タブレット縦～ */
@media screen and (min-width:768px) {
	.form dl.e2_dl dd {
		padding: 0 0 25px 7.5em;
	}
	.form dl.e2_dl dd.dd_btm {
		padding-bottom: 0;
	}
	input[type=text].w5, select.w5 {
		width: 70%;
	}
}
/* 楽器ロゴ1の調整 */
@media screen and (min-width:880px) {
}
/* PC */
@media screen and (min-width:1024px) {
	input[type=text].w5, select.w5 {
		width: 300px;
	}
}