@charset "UTF-8";

/*------------------------------------------------------------
CSS Reset
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*----------------------------------------------------------
Initial Setting
----------------------------------------------------------*/

html,body {
	height: 100%;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-style: normal;
	line-height: 2;
	min-width: 1000px;
	width: 100%;
}

a { text-decoration: none; }
a:link { color: #3333FF; }
a:visited { color: #3333FF }

input { outline: none; }

strong { font-weight: bold; }
blockquote:before {
	content: '“';
	font-family: 'Lemon';
	font-style: normal;
}
blockquote:after {
	content: '”';
	font-family: 'Lemon';
	font-style: normal;
}
em {
	font-style: italic;
	font-family: "MS PGothic",sans-serif,"Hiragino Kaku Gothic Pro",Meiryo,Arial;
}
ol { margin: 0 0 0 30px; }



/*----------------------------------------------------------
Header
----------------------------------------------------------*/

#header {
	background: url(../img/header.png) no-repeat center top;
	height: 133px;
	margin: 0 auto;
	padding: 60px 0 225px;
	width: 900px;
}

#header h1 {
	color: #fb8989;
	display: table-cell;
	height: 133px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
	width: 900px;
}



/*----------------------------------------------------------
Main
----------------------------------------------------------*/

#main {
	background: #F3F5F7;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 900px;
}

#main h2 {
	background: url(../img/heading.png) no-repeat center top;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 14px 0 0 0;
	text-align: center;
}

#main h2:after {
	background: url(../img/heading_bottom.png) no-repeat center bottom;
	content: '';
	display: block;
	padding: 8px;
}

#main div.note {
	background: #FFFFFF url(../img/dotted40.png) repeat;
	border: 30px solid #FFFFFF; 
	margin: 0 auto 30px;
	outline: 1px solid #CCCCCC;
	width: 780px;
	line-height: 40px;
}

#main div.note:after { content: ""; clear: both; display: table; }

#main div.note img { margin: 20px; }

#main div.note a { text-decoration: underline; }

#main div.note a:hover { color: #99F; }

#main div p {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

#main hr {
	background: url(../img/hr.png) repeat-x;
	border: 0;
	height: 9px;
	margin: 30px 0;
}

#main hr#hr {
	background: url(../img/hr.png) repeat-x;
	border: 0;
	height: 9px;
	margin: 0;
}

#main ul li {
	background: url(../img/checkbox_yellow.png) no-repeat left 9px;
	padding: 0 0 0 30px;
}



/*----------------------------------------------------------
Form
----------------------------------------------------------*/

#main div.form {
	background: #FFFFFF url(../img/lp_form_background.jpg) no-repeat center bottom;
	margin: 0 0 30px;
	padding: 30px 155px 30px;
	text-align: center;
}

form {
	padding: 10px;
}

form p { text-align: left; }

.name,
.name2,
.lastName,
.firstName,
.mail,
.ckmail,
textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #999999;
	height: 20px;
	margin: 0 0 20px;
	padding: 10px;
}

.name:focus,
.name2:focus,
.lastName:focus,
.firstName:focus,
.mail:focus,
.ckmail:focus,
textarea:focus {
	background: #FFFFEE;
	color: #000000;
}

.name,
.name2 { width: 256px; }

.lastName,
.firstName,
.mail,
.ckmail,
textarea { width: 548px; }

.name { float: left; }
.name2 { float: right; }

textarea {
	height: 80px;
	outline: none;
}

.tName,
.tMail,
.tCkmail,
.tMessage {
	display: inline-block;
	float: left;
	padding: 0 50px 0 0;
}

.required {
	background: url(../img/required.png) no-repeat right center;
}

.any {
	background: url(../img/any.png) no-repeat right center;
}

.button01,
.button02 {
	border: none;
	cursor: pointer;
	height: 0;
	overflow: hidden;
	padding: 99px 0 0;
	text-indent: -9999px;
	width: 380px;
}

.button01 { background: url(../img/lp_button_01.png) no-repeat center top; }
.button02 { background: url(../img/lp_button_02.png) no-repeat center top; }

.button01:hover,
.button02:hover {
	background-position: center -99px;
}

#main .attention { font-size: 12px; font-size: 1.2rem; }



/*----------------------------------------------------------
Fotter
----------------------------------------------------------*/

#footer {
	background: #fb8989;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}



/*----------------------------------------------------------
Float Clear
----------------------------------------------------------*/

.clearfix:after { content: ""; clear: both; display: table; }


