@import url("global.css");
#contents {
	background:url(../mobile/title.png) no-repeat 5px top;
}
#mobile-wrap {
	position:relative;
	top:77px;
	left:1px;
}
#capture-area {
	width:291px;
	height:581px;
	background:url("../mobile/cpature_back.png") no-repeat;/*float:left;*/
}
* html #capture-area {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../mobile/cpature_back.png', sizingMethod='scale');
	background:none;
}
#capture-area img {
	margin:60px 0 0 23px;
}
#form-area {
	width:460px;
	height:500px;
	margin:50px 0 0 10px;
	/*border:1px solid black;*/
	position:absolute;
	left:300px;
	top:0px;
}
#form-area ul {
	color:#333;
	list-style-type:none;
	font-size:1.0em;
	font-weight:bold;
	width:80%;
}
#form-area li {
	background:url(../images/circle.gif) no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.formcomp {
	background:url(../mobile/formback.gif) no-repeat;
	margin:10px 0 0 0;
	width:419px;
	height:108px;
}
.formcomp form {
	margin:0px;
	padding:0px;
}
input.mailform {
	font-size:1.2em;
	font-weight:bold;
	width:300px;
	height:20px;
}
#mobile-special {
	width:600px;
	margin:50px auto;
	position:relative;
}
#mobile-special h2 {
	font-size:0.5em;
	margin:10px 0 20px 0;
}
#mobile-special h2 img {
	position:absolute;
	top:0px;
	left:0px;
}
p.caption {
	width:80%;
	margin:0 auto 10px auto;
}
img.special-img {
	margin-left:20px;
}
