/* ::::: jp_design/css/reset2.css ::::: */

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, em, 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: 0px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
}


/* ::::: jp_design/css/style.css ::::: */

/*commmon*/

#wrap {
	width: 100%;
	margin: 0px auto;

	/*overflow: hidden;*/

}

#contents{
	
	margin: 0 auto;
	background: #fff;
	
}
.div　{text-align: center;}
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.justify { width: 70%}


.block{
	display: block;
}
.m_auto { margin: 0px auto; }
.btn { width: 70%; padding-top: 600px; }
.btn{
	position: relative;
    top: -30px;
    left: 43px;
}

.section01 img{
	width: 100%
}



/*footer*/
div#footer {
    background: #00b3c3;
    width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 1px #515151;
    -moz-box-shadow: 0px 0px 10px 1px #515151;
    -webkit-box-shadow: 0px 0px 10px 1px #515151;
}

div#footer p {
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

div#footer a {
    display: block;
    color: #fff;
}
/*footer*/


