@charset "UTF-8";
/* CSS Document */

/*動画ポップアップ*/
/*-------------------------------------------------------*/
/*  reset&initiarize
/*-------------------------------------------------------*/

* { font-size:0.96em; line-height:1.8; color:#111; font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif; font-weight:normal; font-style:normal; }
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

html, body { position:relaitve; margin: 0; padding: 0; width:720px; height: 100%; _display: inline; _zoom:1; overflow:hidden; }
html { }
html,body { -webkit-text-size-adjust:none; }

img { border:none; vertical-align:top; }

table { border-collapse:collapse; }
	th { text-align:left; vertical-align:top; }
	td { vertical-align:top; }
address { font-style:normal; }
hr { display:block; clear:both; visibility:hidden; height:0; border:0; line-height:0; font-size:0; }


/*wrap*/
.Wrap { position:relative; clear:both; width:720px; }
.Wrap:after { content:""; display:block; cewslear:both; visibility:hidden; height:0; line-height:0; font-size:0; }

*+html .Wrap { position:relative; clear:both; width:720px; margin:0; }
*:first-child+html .Wrap { position:relative; clear:both; width:720px; margin:0; }


