@charset "utf-8";
/*********************/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
body {
    line-height:1;
}
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


html {
    overflow-y: scroll;
}


img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/********************/
/********************/

body {
    color: #333;
	font-size: 15px;
	font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
	text-align: center;
	background: url(../images/background.gif) 0 0 #ebf0fb;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
	color: #cc3333;
	text-decoration: underline;
}

a:hover {
	color: #0033FF;
	text-decoration: none;
}


a:active {
	color: #0033FF;
	text-decoration: underline;
}


video {
	width: 630px;
}


/**************/
/***** ID *****/
/**************/
#movie-box {
	width: 650px;
	margin: 15px auto 0;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}



/*****************/
/***** CLASS *****/
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.mt5 {
	margin-top: 5px;
}


.mt10 {
	margin-top: 10px;
}


.mt15 {
	margin-top: 15px;
}


.mt20 {
	margin-top: 20px;
}


.mt25 {
	margin-top: 25px;
}


.mt30 {
	margin-top: 30px;
}


.mb2 {
	margin-bottom: 2px;
}


.mb5 {
	margin-bottom: 5px;
}


.mb10 {
	margin-bottom: 10px;
}


.mb15 {
	margin-bottom: 15px;
}


.mb20 {
	margin-bottom: 20px;
}


.mb25 {
	margin-bottom: 25px;
}


.mb30 {
	margin-bottom: 30px;
}


.mb40 {
	margin-bottom: 40px;
}


.ml5 {
	margin-left: 5px;
}


.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}


.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}


.pt20{
	padding-top: 20px;
}


.pb10{
	padding-bottom: 10px;
}


.win-icon {
	margin-right: 4px;
	padding-right: 16px;
	background: url(../images/win_icon.gif) 100% 0.4em no-repeat;
}


.win-icon2 {
	margin-left: 2px;
	padding-left: 14px;
	background: url(../images/win_icon.gif) 0 0.3em no-repeat;
}


.win-icon-w {
	margin-right: 4px;
	padding-right: 16px;
	background: url(../images/win_icon_w.gif) 100% 0.4em no-repeat;
}


.pdf-icon {
	margin-right: 4px;
	padding-right: 18px;
	background: url(../images/pdf_icon.gif) 100% 0.2em no-repeat;
}


.fig-l {
	margin-right: 10px;
	float: left;
}


.fig-r {
	margin-left: 10px;
	float: right;
}


.ft-3l {
	font-size: 18px;
}


.ft-ll {
	font-size: 16px;
}


.ft-l {
	font-size: 15px;
}


.ft-s {
	font-size: 12px;
}

.ft-ss {
	font-size: 10px;
}


.img-frame {
	padding: 1px;
	background-color: #fff;
	border: #ddd 1px solid;
}


.bold {
	font-weight: bold;
}


.center {
	text-align: center;
}


.right {
	text-align: right;
}


.left {
	text-align: left;
}


.red {
	color: #cc0000;
}


.yellow {
	color: #ffe21f;
}


.orange {
	color: #ff931f;
}


.brown {
	color: #8a4e00;
}


.italic {
	font-style: italic;
}


.sup {
	font-size: 10px;
	vertical-align: super;
}


.blue {
	color: #0033FF;
}


.u-line {
	text-decoration: underline;
}
