@charset "UTF-8";
@import url("entry_m.css");

#main h1:before,
#main h1:after {
	content: " － ";
}
.right02 {
	width: auto;
	float: left;
}
.left02 {
	float: left;
}

.clear_02 {
	clear: both;
	opacity: 0;
	height: 1px;
	font-size: 1px;
}
.right {
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
.clear_03   {
	clear: both;
}
.right03 {
	width: auto;
	margin-left: 10px;
	float: left;
}
.l_clear {
	clear: both;
	border-bottom: 1px solid #1D56FF;
	margin-left: 10%;
}
@media (min-width:500px){
.mov{
	display:none;
}
#contents #main .lefter {
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
}

.wrapper {
	width: 100%;
	height: auto;
	float: left;
}
.left {
	height: auto;
	width: 100%;
	background-color: #eee;
	float: left;
}
.wrapper .left h3 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.right p {
	font-size: 15px;
	width: auto;
}
#title_area {
	margin: 15px 0;
	width: 100%;
}

#main h1 {
/* 各ページのタイトル用 */
	text-align: center;
	font-size: 30px;
	display: block;
}



#main h2 {
	text-align: center;
	margin: 15px auto;
	font-size: 20px;
	line-height:1.3em;
}


#contents_area {
	line-height: 1.3em;
	margin: 30px 0;
	border: solid 3px #122A88;
	padding: 10px;
	height: auto;
}
#confirm_area {
	text-align: center;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
}



#main .input_group:first-child {
	margin-top: 0;
}

#main .button {
	display: inline-block;
	cursor:pointer;
	border: solid 1px #ccc;
	padding: 15px 30px;
	margin: 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

#main .confirm {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b7ff6b), to(#52a300));
	background-image: -webkit-linear-gradient(top, #b7ff6b, #52a300);
	background-image: -moz-linear-gradient(top, #b7ff6b, #52a300);
	background-image: -ms-linear-gradient(top, #b7ff6b, #52a300);
	background-image: -o-linear-gradient(top, #b7ff6b, #52a300);
	background-image: linear-gradient(top, #b7ff6b, #52a300);

}

}
