@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;
}

:focus {outline: 0;}
ul,ol{list-style:none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


html,body{
	-webkit-text-size-adjust: 100%;
}
body{
	font-family: sans-serif;
	font-size: 16px;
}
img {
	width:100%;
	height:auto;
}
#header {
	margin-top: 20px;
	margin-bottom:30px;
}
#wrap {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#wrap .content {
	margin-bottom: 40px;
}
#wrap .content .txt {
	margin-top: 20px;
}
#wrap .content_top .txt {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
}


/* youtube用 */
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.button {
	width: 40%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
