@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;}

: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 {
}
#wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#wrap .content_top .img_center {
	margin-top: 40px;
	margin-bottom: 40px;
}
#wrap .content {
	margin-bottom: 40px;
}
#wrap .content .txt {
	margin-top: 20px;
}
#footer {
    margin-top: 80px;
    background-color: #0f3675;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 13px;
}
#footer ul li{
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
#footer ul li a{
    color: #FFFFFF;
    text-decoration: none;	
}
#footer ul li:last-child{
    border-right: none;
}
#footer p{
    margin-top: 25px;

}


/* youtube用 */
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}