/*
@font-face {
	font-family: 'hannari';
	src: url(/font/hannari/hannari.eot);
	src: url(/font/hannari/hannari.eot#iefix) format('embedded-opentype');
	src: url(/font/hannari/hannari.otf) format('opentype');
		 }

@font-face {
	font-family: 'hannari';
	src: url('/font/hannari/hannari.woff2') format("woff2");
	}
*/

/* ページ */

body, td, th {
	font-size: 14px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #18304A;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

form {
	margin: 0px;
	}

a:link { color: #18304A; text-decoration: none; }
a:visited { color: #18304A; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
a:active { color: #18304A; text-decoration: none; }

	#datepicker {
		margin: 0px 0px 20px 0px;
		}
	.ui-state-active {
		background: #cc0000;
		color: #ffffff !important;
		}
	.ui-datepicker {
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		}
	.ui-datepicker a {
		color: #18304A;
		}
	.ui-datepicker-calendar {
		width: 100%;
		}
	.ui-datepicker-group {
		margin: 0 0 10px 0;
		background: #48C2C2;
		}
	.ui-datepicker-header {
		color: #18304A;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		padding: 15px;
		text-transform: uppercase;
		}
	.ui-datepicker-calendar thead th {
		color: #18304A;
		padding:10px;
		}
	.ui-datepicker-calendar th,.ui-datepicker-calendar td {
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		text-align: center;
		}
	.ui-datepicker-calendar td span {
		color: #bbbbbb;
		display: block;
		padding: 10px;
		}
	.ui-datepicker-calendar td a {
		color: #18304A;
		display: block;
		padding: 10px;
		}
	.ui-datepicker-title {
		}
	.ui-datepicker-prev {
		float: left;
		}
	.ui-datepicker-next {
		float: right;
		}
	table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {
    	color: #7D3F1A;
		}
	table.ui-datepicker-calendar tbody td:last-child a.ui-state-default {
		color: #7D3F1A;
		}

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
}


/* 全体レイアウト */

@media screen and (min-width: 641px){

}

@media screen and (max-width: 640px){

}


/* ヘッダー */

@media screen and (min-width: 641px){

#head {
	width: 100%;
	height: 100px;
	color: #111111;
	}

#head ol {
	width: 1160px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

#head a.res {
	width: 200px;
	background: #18304A;
	font-size: 14px;
	line-height: 60px;
	color: #ffffff;
	margin: 20px 0px 0px 30px;
	float: right;
	text-align: center;
	display: block;
	}

#head .tel {
	margin: 26px 0px 0px 0px;
	float: right;
	cursor: default;
	}

#head a.tel:hover, #head a.tel:hover img {
	opacity: 1;
	}

#head .tel strong {
	display: none;
	}

#head h1 {
	margin: 30px 0px 0px 0px;
	}

#head h1 img {
	width: 220px;
	margin: 8px 15px 0px 0px;
	float: left;
	}

#head h1 p {
	font-size: 14px;
	line-height: 30px;
	border-left: 1px #c8c8c8 solid;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	}

}

@media screen and (max-width: 640px){

#head {
	width: 100%;
	height: 50px;
	color: #111111;
	}

#head a.res {
	width: 50%;
	background: #EE3F88;
	font-size: 16px;
	font-weight: 900;
	line-height: 50px;
	color: #ffffff;
	float: right;
	text-align: center;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	box-sizing: border-box;
	}

#head a.res:after {
	content: '';
	width: 98%;
	height: 46px;
	border: 1px #ffffff solid;
	position: absolute;
	left: 0.5%;
	top: 1px;
	}

#head .tel span {
	display: none;
	}

#head .tel strong {
	width: 50%;
	background: #EE3F88;
	font-size: 16px;
	font-weight: 900;
	line-height: 50px;
	color: #ffffff;
	float: right;
	text-align: center;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	box-sizing: border-box;
	}

#head .tel strong:after {
	content: '';
	width: 98%;
	height: 46px;
	border: 1px #ffffff solid;
	position: absolute;
	left: 0.5%;
	top: 1px;
	}

#head h1 {
	margin: 0px 0px 0px 5%;
	}

#head h1 img {
	height: 14px;
	margin: 15px 10px 0px 0px;
	float: left;
	}

#head h1 p {
	font-size: 10px;
	line-height: 100%;
	border-left: 1px #c8c8c8 solid;
	line-height: 15px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	}

}


/* フッター */

@media screen and (min-width: 641px){

#foot {
	width: 100%;
	background: #18304A;
	line-height: 60px;
	margin: 0px 0px 0px 0px;
	}

#foot ol {
	width: 1160px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin: 0px auto 0px auto;
	}

#foot ol a {
	font-size: 12px;
	letter-spacing: 0em;
	color: #ffffff;
	float: right;
	}

}

@media screen and (max-width: 640px){

#foot {
	width: 100%;
	background: #18304A;
	line-height: 30px;
	margin: 0px 0px 50px 0px;
	}

#foot ol {
	width: 90%;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin: 0px 5% 0px 5%;
	}

#foot ol a {
	font-size: 10px;
	letter-spacing: 0em;
	color: #ffffff;
	float: right;
	}

}


/* メイン */

@media screen and (min-width: 641px){

#lp_mod001 .hli {
	width: 100%;
	background: url(img/mainbg.jpg) center top;
	padding: 90px 0px 100px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#lp_mod001 .hli img:first-child {
	position: relative;
	z-index: 1;
	}

#lp_mod001 .hli a {
	width: 240px;
	height: 240px;
	background: #FFE500;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
	color: #18304A;
	text-align: center;
	display: block;
	position: absolute;
	right: 50px;
	top: 50px;
	}

#lp_mod001 .hli a h3 {
	width: 114px;
	border-bottom: 3px #74782C solid;
	font-size: 24px;
	font-weight: 900;
	margin: 25px auto 10px auto;
	padding: 0px 0px 4px 0px;
	}

#lp_mod001 .hli a img {
	position: absolute;
	margin: 0px 0px 0px -75px;
	left: 50%;
	bottom: -55px;
	}

#lp_mod001 .hli picture img {
	width: 643px;
	}

#lp_mod001 .hli img:nth-last-child(2) {
	position: absolute;
	left: -30px;
	top: 15px;
	}

#lp_mod001 .hli img.not {
	position: absolute;
	right: -65px;
	bottom: -40px;
	}

#lp_mod001 .main {
	width: 100%;
	background: url(img/probg.png) center top;
	padding: 100px 0px 100px 0px;
	text-align: center;
	}

#lp_mod001 .main h3 {
	margin: 0px 0px 50px 0px;
	}

#lp_mod001 .main img {
	width: 1160px;
	}

#lp_mod001 .main h3 img {
	width: 865px;
	}

#lp_mod001 .res {
	width: 100%;
	background: url(img/offbg.jpg) center top;
	background-size: auto 100%;
	padding: 70px 0px 100px 0px;
	text-align: center;
	position: relative;
	}

#lp_mod001 .res:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/offbgfil.png) center top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	}

#lp_mod001 .res img {
	width: 744px;
	position: relative;
	z-index: 1;
	}

#lp_mod001 .res a {
	width: 700px;
	height: 100px;
	background: url(img/offbtn.png) no-repeat center;
	background-color: #EE3F88;
	margin: 70px auto 0px auto;
	display: block;
	position: relative;
	z-index: 1;
	}

#lp_mod001 .fun {
	width: 100%;
	background: url(img/probg.png) center top;
	font-size: 42px;
	font-weight: 900;
	line-height: 180%;
	color: #ffffff;
	padding: 90px 0px 100px 0px;
	text-align: center;
	overflow: hidden;
	}

#lp_mod001 .fun ul {
	width: 960px;
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	color: #18304A;
	margin: 10px auto 0px auto;
	text-align: left;
	}

#lp_mod001 .fun ul li {
	width: 450px;
	background: #ffffff;
	margin: 60px 60px 0px 0px;
	float: left;
	}

#lp_mod001 .fun ul li:nth-child(2n) {
	margin: 60px 0px 0px 0px;
	}

#lp_mod001 .fun ul li p {
	margin: 30px;
	}

#lp_mod001 .fun ul li span {
	background: linear-gradient(transparent 70%, #FFF15B 0%);
	}

#lp_mod001 .pla {
	width: 100%;
	background: url(img/mainbg.jpg) center top;
	padding: 100px 0px 130px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#lp_mod001 .pla h3 {
	margin: 0px 0px 70px 0px;
	}

#lp_mod001 .pla img.blu {
	width: 995px;
	}

#lp_mod001 .pla p {
	width: 600px;
	height: 240px;
	background: url(img/plapri.png) no-repeat center;
	background-color: #ffffff;
	margin: 70px auto 60px auto;
	}

#lp_mod001 .pla img.sp {
	display: none;
	}

#lp_mod001 .pla picture:nth-last-child(2) img {
	width: 708px;
	margin: 0px auto 0px auto;
	display: block;
	}

#lp_mod001 .pla ul img:nth-last-child(4) {
	position: absolute;
	left: 30px;
	top: 140px;
	}

#lp_mod001 .pla ul img:nth-last-child(3) {
	position: absolute;
	right: 70px;
	top: 280px;
	}

#lp_mod001 .pla ul img:nth-last-child(2) {
	position: absolute;
	left: 40px;
	top: 870px;
	}

#lp_mod001 .pla ul img:nth-last-child(1) {
	position: absolute;
	right: -60px;
	top: 850px;
	}

#lp_mod001 .abo h3 {
	width: 100%;
	height: 150px;
	background: url(img/abotit.png) no-repeat center;
	background-color: #18304A;
	margin: 0px 0px 90px 0px;
	}

#lp_mod001 .abo ul {
	width: 960px;
	font-size: 42px;
	font-weight: 900;
	line-height: 150%;
	margin: 0px auto 100px auto;
	}

#lp_mod001 .abo ul li {
	width: 100%;
	background: url(img/abono01.png) no-repeat left 10px;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
	box-sizing: border-box;
	}

#lp_mod001 .abo ul li:nth-child(3) {
	background: url(img/abono02.png) no-repeat left 10px;
	}

#lp_mod001 .abo ul li:nth-child(4) {
	background: url(img/abono03.png) no-repeat left 10px;
	}

#lp_mod001 .abo ul li img {
	margin: 20px auto 0px auto;
	display: block;
	}

#lp_mod001 form {
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	}

#lp_mod001 form h3 {
	width: 100%;
	height: 150px;
	background: url(img/restit.png) no-repeat center;
	background-color: #EE3F88;
	margin: 0px 0px 120px 0px;
	position: relative;
	}

#lp_mod001 form h3:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: #EE3F88 transparent transparent transparent;	
	margin: 0px 0px 0px -20px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	}

#lp_mod001 form ol {
	width: 700px;
	margin: 50px auto 0px auto;
	text-align: left;
	}

#lp_mod001 form ol .day {
	width: 350px;
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	padding: 15px;
	}

#lp_mod001 form ol dl {
	width: 100%;
	display: table-row;
	}

#lp_mod001 form ol dt {
	width: 250px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	}

#lp_mod001 form ol dl:first-child dt {
	padding: 50px 0px 20px 0px;
	}

#lp_mod001 form ol dt span {
	background: #cc0000;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 2px 5px;
	text-align: center;
	}

#lp_mod001 form ol dt span.any {
	background: #aaaaaa;
	}

#lp_mod001 form ol dd {
	width: 450px;
	padding: 20px 0px 20px 0px;
	display: table-cell;
	box-sizing: border-box;
	}

#lp_mod001 form ol dl:first-child dd {
	padding: 50px 0px 20px 0px;
	}

#lp_mod001 form ol dd span {
	font-size: 12px;
	color: #cc0000;
	margin: 10px 0px 0px 0px;
	display: block;
	}

#lp_mod001 form ol dd label {
	margin: 10px 0px 0px 0px;
	display: block;
	}

#lp_mod001 form ol dd select {
	font-size: 16px;
	padding: 10px;
	}

#lp_mod001 form ol dd input[type="text"] {
	width: 300px;
	font-size: 16px;
	padding: 10px;
	}

#lp_mod001 form ol dd input[type="email"] {
	width: 300px;
	font-size: 16px;
	padding: 10px;
	}

#lp_mod001 form ol dd textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	}

#lp_mod001 form ol button {
	width: 300px;
	
	background: rgb(246,221,159); /* Old browsers */
	
	background: -moz-linear-gradient(top, rgba(246,221,159,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, rgba(246,221,159,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, rgba(246,221,159,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dd9f', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */	
	border: 1px #846A29 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	margin: 30px auto 100px auto;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	}

}

@media screen and (max-width: 640px){

#lp_mod001 .hli {
	width: 100%;
	background: url(img/mainbg.jpg) center top;
	background-size: 960px auto;
	padding: 45px 0px 50px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#lp_mod001 .hli picture img {
	width: 80%;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 1;
	}

#lp_mod001 .hli a {
	width: 90%;
	background: #FFE500;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	color: #111111;
	margin: 30px auto 0px auto;
	padding: 10px 20px 20px 20px;
	text-align: left;
	display: block;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	}

#lp_mod001 .hli a h3 {
	width: 80px;
	border-bottom: 2px #74782C solid;
	font-size: 16px;
	font-weight: 900;
	margin: 0px auto 7px auto;
	padding: 0px 0px 2px 0px;
	text-align: center;
	}

#lp_mod001 .hli a img {
	width: 80px;
	margin: 0px 0px 0px 10px;
	float: right;
	}

#lp_mod001 .hli a br {
	display: none;
	}

#lp_mod001 .hli img:nth-last-child(2) {
	width: 20%;
	position: absolute;
	left: -10px;
	bottom: -15px;
	}

#lp_mod001 .hli img.not {
	width: 30%;
	position: absolute;
	right: -20px;
	bottom: -25px;
	z-index: 0;
	}

#lp_mod001 .main {
	width: 100%;
	background: url(img/probg.png) center top;
	background-size: 30% auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
	}

#lp_mod001 .main h3 {
	margin: 0px 0px 25px 0px;
	}

#lp_mod001 .main h3 img {
	width: 80%;
	}

#lp_mod001 .main img {
	width: 100%;
	}

#lp_mod001 .res {
	width: 100%;
	background: url(img/offbg.jpg) center top;
	background-size: auto 100%;
	padding: 35px 0px 50px 0px;
	text-align: center;
	position: relative;
	}

#lp_mod001 .res:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/offbgfil.png) center top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	}

#lp_mod001 .res img {
	width: 90%;
	position: relative;
	z-index: 1;
	}

#lp_mod001 .res a {
	width: 90%;
	height: 60px;
	background: url(img/offbtn.png) no-repeat center;
	background-size: 50% auto;
	background-color: #EE3F88;
	margin: 35px auto 0px auto;
	display: block;
	position: relative;
	z-index: 1;
	}

#lp_mod001 .fun {
	width: 100%;
	background: url(img/probg.png) center top;
	background-size: 30% auto;
	font-size: 21px;
	font-weight: 900;
	line-height: 180%;
	color: #ffffff;
	padding: 45px 0px 50px 0px;
	text-align: center;
	overflow: hidden;
	}

#lp_mod001 .fun ul {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	color: #18304A;
	margin: 35px auto 0px auto;
	text-align: left;
	}

#lp_mod001 .fun ul li {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#lp_mod001 .fun ul li img {
	width: 100%;
	}

#lp_mod001 .fun ul li p {
	margin: 30px 30px 50px 30px;
	}

#lp_mod001 .fun ul li span {
	background: linear-gradient(transparent 70%, #FFF15B 0%);
	}

#lp_mod001 .pla {
	width: 100%;
	background: url(img/mainbg.jpg) center top;
	background-size: 960px auto;
	padding: 50px 0px 65px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#lp_mod001 .pla h3 {
	margin: 0px 0px 35px 0px;
	}

#lp_mod001 .pla h3 img {
	width: 80%;
	}

#lp_mod001 .pla img.blu {
	width: 80%;
	margin: 0px 0px 20px 0px;
	}

#lp_mod001 .pla p {
	width: 90%;
	height: 150px;
	background: url(img/plapri.png) no-repeat center;
	background-size: 80% auto;
	background-color: #ffffff;
	margin: 35px auto 30px auto;
	}

#lp_mod001 .pla img.sp {
	width: 80%;
	}

#lp_mod001 .pla picture:nth-last-child(2) img {
	width: 90%;
	margin: 0px auto 0px auto;
	display: block;
	}

#lp_mod001 .pla ul img:nth-last-child(4) {
	width: 20%;
	position: absolute;
	right: 30%;
	top: 8.5%;
	}

#lp_mod001 .pla ul img:nth-last-child(3) {
	width: 20%;
	position: absolute;
	right: 5%;
	top: 10%;
	}

#lp_mod001 .pla ul img:nth-last-child(2) {
	width: 12%;
	position: absolute;
	left: 3%;
	top: 53%;
	}

#lp_mod001 .pla ul img:nth-last-child(1) {
	width: 30%;
	position: absolute;
	right: -8%;
	top: 64%;
	}

#lp_mod001 .abo h3 {
	width: 100%;
	height: 70px;
	background: url(img/abotit.png) no-repeat center;
	background-size: 90% auto;
	background-color: #18304A;
	margin: 0px 0px 0px 0px;
	}

#lp_mod001 .abo ul {
	font-size: 18px;
	font-weight: 900;
	line-height: 150%;
	margin: 0px auto 50px auto;
	}

#lp_mod001 .abo ul img {
	width: 100%;
	}

#lp_mod001 .abo ul li {
	width: 90%;
	background: url(img/abono01.png) no-repeat left 5px;
	background-size: 35px;
	margin: 35px 5% 0px 5%;
	padding: 0px 0px 0px 50px;
	box-sizing: border-box;
	}

#lp_mod001 .abo ul li:nth-child(3) {
	background: url(img/abono02.png) no-repeat left 5px;
	background-size: 35px;
	}

#lp_mod001 .abo ul li:nth-child(4) {
	background: url(img/abono03.png) no-repeat left 5px;
	background-size: 35px;
	}

#lp_mod001 .abo ul li img {
	margin: 20px auto 0px auto;
	}

#lp_mod001 form {
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	}

#lp_mod001 form h3 {
	width: 100%;
	height: 70px;
	background: url(img/restit.png) no-repeat center;
	background-size: 30% auto;
	background-color: #EE3F88;
	margin: 0px 0px 60px 0px;
	position: relative;
	}

#lp_mod001 form h3:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #EE3F88 transparent transparent transparent;	
	margin: 0px 0px 0px -10px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	}

#lp_mod001 form img.tit {
	width: 80%;
	}

#lp_mod001 form ol {
	width: 90%;
	margin: 25px 5% 0px 5%;
	text-align: left;
	}

#lp_mod001 form ol .day {
	width: 100%;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	box-sizing: border-box;
	}

#lp_mod001 form ol dt {
	width: 100%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	float: left;
	}

#lp_mod001 form ol dl:first-child dt {
	margin: 40px 0px 10px 0px;
	}

#lp_mod001 form ol dt span {
	background: #cc0000;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 2px 5px;
	text-align: center;
	}

#lp_mod001 form ol dt span.any {
	background: #aaaaaa;
	}

#lp_mod001 form ol dd {
	width: 100%;
	}

#lp_mod001 form ol dd span {
	color: #cc0000;
	margin: 5px 0px 0px 0px;
	display: block;
	}

#lp_mod001 form ol dd select {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	}

#lp_mod001 form ol dd input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	}

#lp_mod001 form ol dd input[type="email"] {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	}

#lp_mod001 form ol dd textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	}

#lp_mod001 form ol button {
	width: 100%;
	
	background: rgb(246,221,159); /* Old browsers */
	
	background: -moz-linear-gradient(top, rgba(246,221,159,1) 0%, rgba(240,193,76,1) 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, rgba(246,221,159,1) 0%,rgba(240,193,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, rgba(246,221,159,1) 0%,rgba(240,193,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dd9f', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */	
	border: 1px #846A29 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	margin: 20px auto 100px auto;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	}

}


