@charset "utf-8";

/* 基本CSS
------------------------------------------------------------*/

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border : 0px none;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;list-style:none;
}
:focus{
	outline:0;
}

blockquote::before, blockquote::after,q::before, q::after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}

figure{
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}


body{
	color : #333333;
font-size : 12pt;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height : 1.75;
text-align : left;
background-image : none;
}

section{
padding-top : 10px;
padding-bottom : 10px;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color : #013a69;text-decoration:none;

}
a:hover{
	color : #cc0000;
}
a:active, a:focus{
	outline:0;
}

a img{
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}

/* アップした動画の設定
------------------------------------------------------------*/
video {
  width: 100%;
  max-width: 900px; /* 最大でも900px以下に */
}

