@media screen and (min-width: 736px) {/* PC用 */

	body {
		font-size: 15px;
		line-height:1.5em;
		margin: 0px;
		padding: 0px;
		text-align: left;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
		background: url(../img/body_back.jpg) repeat-x;
	}


}

@media screen and (max-width:736px){/* スマートフォン用 */

	body {
		font-size: 15px;
		line-height:1.5em;
		margin: 0px;
		padding: 0px;
		text-align: left;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
		background: url(../img/body_back.jpg) repeat-x;
		-webkit-text-size-adjust: 100%;
	}

}


img {
	border:0;
	vertical-align: bottom;
	}

p {
	margin: 0;
	text-align: left;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	display: block;
	margin: 0;
	padding: 0; /* margin&padding reset */
	font-style: normal;
    font-weight: normal;
}


/* !トップメイン ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	h1 {
		width: 980px;
		margin: 5px auto 0px auto;
		text-align: left;
	}

	div#topBox {
		width: 980px;
		margin: 0px auto;
	}

	div#topBtn {
		margin: 0px auto;
		background: url(../img/top_bk.jpg) bottom repeat-x;
	}

	div.topbtnInner {
		width: 980px;
		height: 200px;
		margin: 0px auto;
		background:#005ac8 url(../img/report.jpg) center 0 no-repeat;
	}

	div.topbtnInner a {
		padding-top: 80px;
		display: block;
		overflow: hidden;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	h1 {
		margin: 5px auto 0px 5px;
		text-align: left;
	}

	h1 img {
		width: 60%;
		height: auto;
	}

	div#topBox {
		margin: 0px auto;
	}

	div#topBtn {
		margin: 0px auto;

	}

	div.topbtnInner {
		margin: 0px auto;
		background: url(../img/report.jpg) no-repeat;
		background-size:100% 100%;
	}

	div.topbtnInner img {
		width: 100%;
		height: auto;
	}

	div.topbtnInner a {
		padding: 30px 10px 10px 10px;
		display: block;
		overflow: hidden;
	}

}


/* !こういった問題 ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#problemBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div#problemBox ul {
		width: 900px;
		margin: 0px auto 15px auto;
		overflow: hidden;
	}

	div#problemBox ul li {
		width: 400px;
		font-size: 19px;
		font-weight: bold;
		color: #666666;
		float: left;
		text-align: left;
		padding: 10px 0px 10px 35px;
		background: url(../img/problem_icon.jpg) center left no-repeat;
		text-align: justify;
	}

	div.problemInner {
		width: 950px;
		height: 429px;
		margin: 0px auto;
		background: url(../img/problem_02.jpg) center no-repeat;
		text-align: left;
	}

	div.problemInner img {
		width: 525px;
		padding: 85px 0px 0px 70px;
		text-align: left;
	}

	div.problemInner p {
		width: 540px;
		padding: 30px 0px 0px 70px;
		text-align: left;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#problemBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div#problemBox img {
		 width: 100%;
		 height: auto;
	}

	div#problemBox ul {
		margin: 0px 10px 15px 10px;
		overflow: hidden;
	}

	div#problemBox ul li {
		font-size: 16px;
		font-weight: bold;
		color: #666666;
		text-align: left;
		padding: 5px 0px 5px 38px;
		background: url(../img/problem_icon.jpg) center left no-repeat;
		text-align: justify;
	}

	div.problemInner {
		margin: 0px 10px;
		text-align: left;
		padding: 15px;
		border: 1px solid #70B7ED;
		border-radius: 6px; /* CSS3草案 */
		-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
		-moz-border-radius: 6px; /* Firefox用 */
	}

	div.problemInner img {
		width: 100%;
		height: auto;
		padding: 0px 0px 10px 0px;
		text-align: left;
	}

	div.problemInner p {
		text-align: justify;
	}

}


/* !レポート申し込みボタン ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div.report {
		background:#005ac8 url(../img/report.jpg) center 0 no-repeat;
		height: 220px;
	}
	div.report a {
		padding-top: 90px;
		display: block;
		overflow: hidden;
	}

	div.report_02 {
		background:#005ac8 url(../img/report02.jpg) center 0 no-repeat;
		height: 220px;
	}
	div.report_02 a {
		padding-top: 100px;
		display: block;
		overflow: hidden;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div.report {
		margin-top: 15px;
		background:#005ac8 url(../img/report.jpg) center 0 no-repeat;
		background-size:100% 100%;
	}

	div.report img {
		width: 100%;
		height: auto;
	}

	div.report a {
		padding: 30px 10px 10px 10px;
		display: block;
		overflow: hidden;
	}

	div.report_02 {
		background:#005ac8 url(../img/report02.jpg) center 0 no-repeat;
		background-size:100% 100%;
	}

	div.report_02 img {
		width: 100%;
		height: auto;
	}

	div.report_02 a {
		padding: 30px 10px 10px 10px;
		display: block;
		overflow: hidden;
	}

}

/* !しかし ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#aboutBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.aboutInner {
		width: 950px;
		height: 570px;
		margin: 0px auto;
		background: url(../img/about_01.jpg) no-repeat;
	}

	div.aboutInner h3 {
		padding: 40px 0px 0px 400px;
		text-align: left;
	}

	div.aboutInner p {
		width: 490px;
		padding: 20px 0px 0px 380px;
		text-align: left;
	}

	div.aboutQu {
		width: 950px;
		height: 270px;
		margin: 0px auto;
		background: url(../img/about_02.jpg) no-repeat;
	}

	div.aboutQu p {
		padding: 160px 0px 0px 0px;
		text-align: center;
		font-size: 19px;
		line-height: 35px;
		font-weight: bold;
	}

	div.aboutQu p span {
		font-size: 24px;
		color: #CA110F;
	}

	div.aboutWhat {
		width: 950px;
		height: 504px;
		margin: 0px auto;
		text-align: left;
	}

	div.aboutWhat div.aboutwhatLeft {
		float: left;
	}

	div.aboutWhat div.aboutwhatRight {
		padding: 40px 50px 0px 0px;
		float: right;
	}

	div.aboutWhat h4 {
		padding: 100px 0px 0px 40px;
		text-align: left;
	}

	div.aboutWhat p {
		width: 410px;
		padding: 30px 0px 0px 40px;
		text-align: left;
	}

	div.aboutList {
		width: 950px;
		height: 1000px;
		margin: 0px auto;
		background: url(../img/abou_question_03.jpg) no-repeat;
		text-align: left;
	}

	div.aboutList ul {
		padding: 50px 0px 0px 50px;
		overflow: hidden;
	}

	div.aboutList ul li {
		width: 550px;
		margin: 0px;
		background: url(../img/blue_icon.jpg) top left no-repeat;
		background-position:0pt 11pt;
		text-align: left;
		border-bottom: 1px dotted #333;
		font-size: 20px;
		line-height: 28px;
		color: #4C4C4C;
		padding: 10px 0px 10px 25px;
		text-align: justify;
	}

	div.aboutList ul li span {
		color: #FF811B;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#aboutBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.aboutInner {
		margin: 0px auto;
	}

	div.aboutInner div.arrow img {
		width: 50%;
		height: auto;
	}

	div.aboutInner h3 img {
		width: 98%;
		height: auto;
		padding: 5px 0px 0px 0px;
		text-align: center;
	}

	div.aboutInner p {
		padding: 20px 10px 15px 10px;
		text-align: left;
	}

	div.aboutQu {
		margin: 0px auto;
		background: url(../img/about_02.jpg) no-repeat;
		background-size:100% auto;/*この場合は高さが自動設定*/
	}

	div.aboutQu p {
		padding: 60px 10px 0px 10px;
		text-align: justify;
		font-size: 15px;
		line-height: 22px;
		font-weight: bold;
	}

	div.aboutQu p span {
		font-size: 16px;
		color: #CA110F;
	}

	div.aboutWhat {
		margin: 0px auto;
		text-align: center;
	}

	div.aboutWhat div.aboutwhatLeft {
		margin: 0px auto;
		text-align: center;
		overflow: hidden;
	}

	div.aboutwhatLeft h4 {
		text-align: center;
		margin: 0px auto;
	}

	div.aboutwhatLeft h4 img {
		width: 100%;
		height: auto;
		padding: 0px 10px 0px 10px;
		text-align: center;
		margin: 0px auto;
	}

	div.aboutWhat div.aboutwhatRight {
		padding: 0px 0px 0px 0px;
	}

	div.aboutWhat div.aboutwhatRight img {
		width: 90%;
		height: auto;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	div.aboutWhat h4 {
		padding: 20px 0px 0px 0px;
		text-align: left;
	}

	div.aboutWhat p {
		padding: 10px 10px 0px 10px;
		text-align: justify;
	}

	div#aboutBox h5 img {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	div.aboutList {
		margin: 0px auto;
		background: url(../img/abou_question_03.jpg) no-repeat;
		text-align: left;
	}

	div.aboutList ul {
		padding: 10px 10px 0px 10px;
		overflow: hidden;
	}

	div.aboutList ul li {
		margin: 0px;
		background: url(../img/blue_icon.jpg) top left no-repeat;
		background-position:0pt 7pt;
		text-align: left;
		border-bottom: 1px dotted #333;
		font-size: 16px;
		line-height: 22px;
		color: #4C4C4C;
		padding: 5px 0px 5px 22px;
		text-align: justify;
	}

	div.aboutList ul li span {
		color: #FF811B;
	}

}

/* !たくさんお客様が成功 ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#sucBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.sucInner {
		width: 950px;
		margin: 0px auto;
		background: url(../img/suc_01.jpg) center top no-repeat;
	}

	div.sucinLeft {
		margin: 0px auto;
		float: left;
		padding: 52px 0px 40px 29px;
	}

	div.sucinRight{
		margin: 0px auto;
		float: right;
		padding: 77px 40px 0px 0px;
	}

	div.sucInner p {
		width: 470px;
		padding: 10px 0px 20px 0px;
		font-size: 19px;
		line-height: 34px;
		font-weight: bold;
		color: #313131;
		text-align: justify;
	}

	div.sucInner p span {
		font-size: 24px;
		line-height: 34px;
		font-weight: bold;
		color: #CA0000;
	}

	div.iframBox {
		margin: 0px auto;
	}

	div.iframBox iframe {
		width: 880px;
		height: 750px;
		overflow: scroll;
		margin: 0px auto;
		border: 0px;
	}

	div.sucInner h4 {
		padding: 20px 0px 0px 0px;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#sucBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.sucInner {
		margin: 0px auto;
		background: url(../img/suc_01.jpg) center top no-repeat;
	}

	div.sucinLeft {
		margin: 0px auto;
		padding: 20px 0px 5px 0px;
		text-align: center;
	}

	div.sucinLeft img {
		width: 90%;
		height: auto;
	}

	div.sucinRight{
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
	}

	div.sucinRight img {
		width: 95%;
		height: auto;
	}

	div.sucInner p {
		padding: 10px 10px 10px 10px;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		color: #313131;
		text-align: justify;
	}

	div.sucInner p span {
		font-size: 18px;
		line-height: 34px;
		font-weight: bold;
		color: #CA0000;
	}

	div.iframBox {
		width: 95%;
		height: 250px;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		margin: 0px auto;
	}

	div.iframBox iframe {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		border: 0px;
	}

	div.iframBox h3 img {
		width: 100%;
		height: auto;
	}

	div.sucInner h4 {
		padding: 20px 0px 0px 0px;
	}

	div.sucInner h4 img {
		width: 100%;
		height: auto;
	}

	div#voiceBox img {
		width: 100%;
		height: auto;
	}
}


/* !なぜ少ないのか ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#compBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.compInner {
		width: 950px;
		height: 592px;
		margin: 0px auto;
		background: url(../img/comp_01.jpg) center top no-repeat;
		text-align: left;
	}

	div.compInner h3 {
		text-align: left;
		padding: 90px 0px 30px 40px;
	}

	div.compInner p {
		width: 470px;
		padding: 0px 0px 0px 50px;
		text-align: justify;
	}

	div.compTxt {
		width: 950px;
		margin: 0px auto;
		text-align: left;
	}

	div.compTxt p {
		padding: 0px 60px;
		text-align: left;
		text-align: justify;
	}

	div.compWaku {
		width: 950px;
		height: 642px;
		margin: 0px auto;
		text-align: left;
		background: url(../img/img_08.jpg) center top no-repeat;
	}

	div.compWaku p.top {
		padding: 160px 360px 0px 60px;
		text-align: left;
		text-align: justify;
	}

	div.compWaku p.under {
		padding: 23px 360px 0px 60px;
		text-align: left;
		text-align: justify;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#compBox {
		margin: 0px auto;
	}

	div#compBox h4 img {
		width: 100%;
		height: auto;
	}

	div.compInner {
		margin: 0px auto;
		text-align: left;
	}

	div.compInner h3 {
		text-align: left;
		padding: 10px 7px 10px 7px;
	}

	div.compInner h3 img {
		width: 90%;
		height: auto;
	}

	div.compInner p {
		padding: 0px 10px 10px 10px;
		text-align: justify;
	}

	div.compTxt {
		margin: 0px auto;
		text-align: left;
	}

	div.compTxt img {
		width: 100%;
		height: auto;
	}

	div.compTxt p {
		padding: 10px 10px 10px 10px;
		text-align: left;
		text-align: justify;
	}

	div.compWaku {
		margin: 0px auto;
		text-align: left;
		background: url(../img/sp_img_08.jpg) center top no-repeat;
		background-size:100% auto;
	}

	div.compWaku p.top {
		padding: 50px 20px 0px 20px;
		text-align: left;
		text-align: justify;
	}

	div.compWaku p.under {
		padding: 20px 20px 15px 20px;
		text-align: left;
		text-align: justify;
	}

}


/* !では、成功している美容室は ────────────────────────────── */
@media screen and (min-width: 736px) {/* PC用 */

	div.report_03 {
		background: url(../img/success_bk.png) center 0 repeat-x;
	}

	div.report_03 a {
		padding-top: 90px;
		display: block;
		overflow: hidden;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div.report_03 {
		background: url(../img/success_bk.png) center 0 repeat-x;
	}

	div.report_03 a {
		padding-top: 90px;
		display: block;
		overflow: hidden;
	}

	div.report_03 img {
		width: 100%;
		height: auto;
	}

}


/* !1％の成功者に ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#parBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.parInner {
		width: 870px;
		margin: 0px auto;
		padding-top: 30px;
		text-align: left;
	}

	div.parInner img {
		float: left;
	}

	div.parInner p {
		float: right;
		width: 460px;
		text-align: justify;
		padding-top: 40px;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#parBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
	}

	div.parInner {
		margin: 0px auto;
		padding: 10px 10px 10px 10px;
		text-align: center;
	}

	div.parInner img {
		width: 80%;
		height: auto;
	}

	div.parInner p {
		text-align: justify;
	}

	div#parBox h3 img,
	div#parBox h4 img {
		width: 100%;
		height: auto;
	}

}


/* !フッターアイフレーム ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	div#footiframBox {
		margin: 0px auto;
		background: url(../img/back.jpg) center repeat-y;
		padding: 40px 0px;
	}

	div#footiframBox iframe {
		width: 880px;
		height: 750px;
		overflow: scroll;
		margin: 0px auto;
		border: 0px;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#footiframBox {
		width: 95%;
		height: 250px;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		margin: 15px auto 0px auto;
	}

	div#footiframBox iframe {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		border: 0px;
	}

}

/* !会社概要 ────────────────────────────── */
@media screen and (min-width: 736px) {/* PC用 */

	div#companyBox {
		margin: 0px auto;
		background-color: #C3E2F7;
		padding: 50px 0px;
	}

	table#company{
		width: 860px;
		margin : 0px;
		empty-cells: show;
		border-collapse: collapse;
	}

	table#company th{
		height: 40px;
		margin: auto;
		background: #f2f2f2;
	}

	table#company tr{
		border-bottom: 1px dotted #000000;
	}

	table#company td{
		padding: 10px 0 10px 15px;
		background: #FFF;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	div#companyBox {
		margin: 15px 10px 0px 10px;
		padding: 0px;
	}

	div#companyBox h5 img {
		width: 100%;
		height: auto;
	}

	table#company{
		margin : 0px;
		empty-cells: show;
		border-collapse: collapse;
	}

	table#company th{
		margin: auto;
		background: #f2f2f2;
		display: block;
		padding: 5px 0px;
	}

	table#company tr{
		border-bottom: 1px dotted #000000;
	}

	table#company td{
		padding: 10px 10px 10px 10px;
		background: #FFF;
		display: block;
	}

}

/* !コピーライト ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	#copy {
		text-align: center;
		color: #4d4d4d;
		padding: 15px;
	}

	#copy br {
		display: none;
	}

	#copy_02 {
		text-align: center;
		color: #FFF;
		padding-top: 20px;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	#copy {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		color: #4d4d4d;
		padding: 10px;
	}

	#copy_02 {
		text-align: center;
		color: #FFF;
	}

}


/* !フォーム ────────────────────────────── */

@media screen and (min-width: 736px) {/* PC用 */

	#formArea {
		background: #005ac8; /* Old browsers */
		background: -moz-linear-gradient(left, #005ac8 0%, #3ca0e6 50%, #005ac8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #005ac8 0%,#3ca0e6 50%,#005ac8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #005ac8 0%,#3ca0e6 50%,#005ac8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ac8', endColorstr='#005ac8',GradientType=1 ); /* IE6-9 */
		margin: 0 auto;
		padding-bottom: 110px;
	}


	#form_top {
		background: url(../img/form_top_bk.jpg) center 0 repeat-x;
		height: 90px;
		margin: auto 0;
		margin-bottom: 50px;
		box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	   -webkit-box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	}

	#form_top img {
		padding: 5px 0px;
	}

	#form {
		background: #fff;
		width: 770px;
		margin: auto 0;
		padding: 30px 40px;
		font-size: 14px;
		line-height: 21px
	}

	.form_l {
		background: #efefef;
		width: 150px;
		padding: 15px 10px;
		text-align: left;
	}

	.form_r {
		width: 600px;
		padding-left: 15px;
	}

	input#Confirm {
		font-size: 0;
		background: url(../img/form_btn_01.png) 0 0 no-repeat;
		width: 414px;
		height: 61px;
		border: none;
		cursor:pointer;
	}

	input#Confirm:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
	}

	#Return {
		font-size: 0;
		background: url(../img/form_btn_03.png) 0 0 no-repeat;
		width: 364px;
		height: 61px;
		border: none;
		float: left;
	}

	input#Send {
		font-size: 0;
		background: url(../img/form_btn_02.png) 0 0 no-repeat;
		width: 364px;
		height: 61px;
		border: none;
		float: left;
		margin-right: 40px;
	}

	input[type=text] {
		border: 1px solid #C5C5C5;
		padding: 10px 5px;
	}

	select {
		border: 1px solid #C5C5C5;
		padding: 5px 5px;
	}

	div.btnBox {
		/*width: 365px;*/
		height: 61px;
		text-align: center;
		display: block;
		overflow: hidden;
		margin: 15px auto 0px auto;
	}

}

@media screen and (max-width:736px){/* スマートフォン用 */

	#formArea {
		background: #005ac8; /* Old browsers */
		background: -moz-linear-gradient(left, #005ac8 0%, #3ca0e6 50%, #005ac8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #005ac8 0%,#3ca0e6 50%,#005ac8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #005ac8 0%,#3ca0e6 50%,#005ac8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ac8', endColorstr='#005ac8',GradientType=1 ); /* IE6-9 */
		margin: 0 auto;
		padding-bottom: 10px;
	}


	#formArea table {
		width: 100%;
	}


	#formArea img {
		width: 100%;
		height: auto;
	}

	#form_top {
		background: url(../img/form_top_bk.jpg) center 0 repeat-x;
		margin: auto 0;
		margin-bottom: 10px;
		box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	   -webkit-box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 3px 15px 5px  rgba(0,0,0,0.4);
	}

	#form_top img {
		width: 60%;
		height: auto;
		padding: 10px 0px;
	}

	#form {
		background: #fff;
		margin: auto 0;
		padding: 20px 10px;
		font-size: 14px;
		line-height: 21px
	}

	.form_l {
		background: #efefef;
		padding: 15px 10px;
		text-align: left;
		display: block;
	}

	.form_r {
		padding: 15px 10px 5px 10px;
		display: block;
	}

	input#Confirm {
		font-size: 0;
		background: url(../img/form_btn_01.png) center no-repeat;
		width: 100%;
		height: 61px;
		border: none;
		cursor:pointer;
	}

	input#Confirm:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
	}

	#Return {
		font-size: 0;
		background: url(../img/form_btn_03.png) 0 0 no-repeat;
		background-size:100% auto;
		width: 90%;
		height: 61px;
		border: none;
	}

	input#Send {
		font-size: 0;
		background: url(../img/form_btn_02.png) 0 0 no-repeat;
		background-size:100% auto;
		width: 90%;
		height: 61px;
		border: none;
	}

	input[type=text] {
		border: 1px solid #C5C5C5;
		padding: 10px 5px;
	}

	select {
		border: 1px solid #C5C5C5;
		padding: 5px 5px;
	}

	div.btnBox {
		width: 100%;
		text-align: center;
		display: block;
		overflow: hidden;
		margin: 15px auto 0px auto;
	}

}
