@charset "UTF-8";
/*This site is created by Rubato.*/

html{ 
 font-size: 62.5%;
}

/* @group 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, 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-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}

ul {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;}

/* @end */

body {
	background: #FFF; 
     font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    color: #515151;
    margin: 0px;
	padding: 0px;
    text-align: center;
    line-height: 1.7em;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
}

#content {
	margin: 0;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}
#ucv {
width: auto;
background: #5E6D9C !important;
color: #FFF;
padding: .5em;
text-align: center;
margin-top: -1.3em;
}
#ucv a {
color: #FFF;
text-decoration: underline;
}

@media only screen and (max-width:1024px){
#content {
	padding: 10px;
	width: 100%;
	margin: 0;
}
}
/* モニター幅640px以下 */
@media only screen and (max-width:640px){
	h1 {
		font-size: 1.5rem;
		font-weight: normal;	}

p {
	text-align: left;
	margin-left: 10px;
}
}