html {-webkit-text-size-adjust: 100%}

*{
	font-size:100%;
    margin:0;
    padding:0;
	list-style-type:none;
	text-decoration:none;
}

img {
	width: 100%;
	max-width: 640px;
	height: auto;
	outline: none;
}

body {
	-webkit-text-size-adjust:none;
	font-family: メイリオ,ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  sans-serif;  
	width: 100%;
	max-width: 640px;
	margin:auto;
	background:url("./img/back_02.png") repeat;
	background-size:40px;
	position:relative;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

a{
	color:#f22;
	outline: none;
}

.aligncenter{
	text-align:center;
}

.alignright{
	text-align:right;
}

.btn{
	position:absolute;
	width:18%;
	top:12px;
	right:5px;
}

.btn:hover{
	top:16px;
}

header{
	width: 100%;
	max-width: 640px;
}

header a,
header a img{
	display:block;
}

article{
	margin:10px auto 0;
	height:auto;
	overflow:hidden;
}

#main{
	width: 100%;
	max-width: 640px;
}

footer{
	width: 100%;
	max-width: 640px;
	border-top:solid 4px #23ac38;
	text-align:center;
	background:#23ac38;
}

address{
	border-top:solid 4px #23ac38;
	padding-top:10px;
	color:#fff;
}

section{
	width:95%;
	margin:10px auto;
	border-radius:10px;
}

section h1{
	background:#23ac38;
	text-align:center;
	border-radius:15px;
	padding:1px 0;
	color:#fff;
	font-size:18px;
	letter-spacing:3px;
}

section p,
section ul{
	width:96%;
	padding:2%;
}

.oubosikaku{
	margin-bottom:20px;
}

.to_fm{
	width:95%;
	margin:5px auto;
	color:#f44;
	font-weight:bolder;
}

.gaiyou{
	width:95%;
	margin:10px auto;
}

.gaiyou dt{
	position:relative;
	border-bottom:solid 1px #ccc;
	color:#28a7e1;
	font-size:20px;
	letter-spacing:2px;
	text-indent:0.5em;
}

.gaiyou dt:after{
	display:block;
	content:"";
	height:1px;
	background:#28a7e1;
	width:23%;
}

.gaiyou dd{
	width:90%;
	margin:0 auto 20px;
}

.gaiyou dd span{
	display:block;
	font-size:14px;
}

#profile_fm{
	width:95%;
	margin:10px auto;
}

.profile_fm_dl dt{
	position:relative;
	border-bottom:solid 1px #ccc;
	color:#23ac38;
	font-size:20px;
	letter-spacing:2px;
	padding-left:40px;
}

.profile_fm_dl dt span{
	background:#f44;
	color:#fff;
	font-size:12px;
	padding:1px 4px;
	line-height:1;
	border-radius:4px;
	position:absolute;
	left:0;
	top:10px;
}

.profile_fm_dl dt:after{
	display:block;
	content:"";
	height:1px;
	background:#23ac38;
	width:33%;
	position:absolute;
	left:0;
}

.profile_fm_dl dd{
	width:90%;
	margin:0 auto 15px;
	padding:10px 0;
}

.profile_fm_dl dd span{
	display:block;
	font-size:14px;
}

.profile_fm_dl dd li{
	clear:both;
	display:block;
}

.profile_fm_dl dd textarea,
.profile_fm_dl dd select,
.profile_fm_dl dd input[type="text"]{
	width:100%;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:7px 5px;
	outline:none;
}

.profile_fm_dl dd select.job_select{
	display:block;
	width:90%;
}

.profile_fm_dl dd #entry_zip{
	width:50%;
	margin-bottom:10px;
}

.profile_fm_dl dd #entry_address{
	width:70%;
}

.profile_fm_dl dd label{
	border:solid 1px #ccc;
	padding:5px 15px 3px 40px;
	text-align:left;
	border-radius:5px;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	display:block;
}

.profile_fm_dl dd input[type="checkbox"],
.profile_fm_dl dd input[type="radio"]{
	z-index:999;
	width:25px;
	height:25px;
	position:absolute;
	left:5px;
	top:5px;
}

.profile_fm_dl .agree_ul{
	overflow:hidden;
}

.profile_fm_dl .agree_ul li{
	margin-bottom:20px;
	display:block;
}


.profile_fm_dl .agree_ul li #agree2label{
	display:block;
	height:4em;
	line-height:1.2em;
}

.sbmit_btn{
	font-size:24px;
	width:80%;
	padding:20px;
	display:block;
	margin:auto;
	border:solid 1px #23AC38;
	background:#072;
	color:#fff;
	letter-spacing:2px;
	box-shadow:1px 1px 4px #072,-1px -1px 4px #072,0 32px 0 #183 inset;
	-webkit-appearance: none;
}

.attention{
	color:#f44;
}

.err_mes li{
	font-size:16px;
	color:#f44;
	border-bottom:solid 1px #fff;
}
