@charset "UTF-8";
 
   /**
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
    */

* {
	-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, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
	word-wrap: break-word;
}

html{
	width: 100%;
	height:100%;
}
	
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', '游ゴシック体', 'Yu Gothic', sans-serif;
	font-size: 17px;
    font-weight: 300;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	color:#000;
}

 #wrapper{
     width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
}

img,video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin:0;
    padding:0;
	color:#000;
    font-size:100%;
	text-decoration:none;
    vertical-align:baseline;
    background:transparent;
	outline:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff45c;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	margin:1em 0;
	padding:0;
}

input, textarea {
	vertical-align:middle;
	border-radius:0;
	font-size:1.6rem;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

iframe{
	width: 100%;
	border: 0;
	overflow-y: hidden;
}

sup{
	position: relative;
	font-size: 70%;
	vertical-align: baseline;
	top: -3px;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}


/*--クリアフィックス--*/
.clearfix:after,#main_Visual:after,.wrapper:after,#schedule dl dd:after,section:after,article:after,.boxx2:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}