@charset "utf-8";
/* ============================================================

Reset & TagSetting

============================================================ */

/* Reset Tag
------------------------------------------------------------ */
/**{margin:0;padding:0;line-height:1;}*/
*{margin:0;padding:0;}


/* Reset Overflow
------------------------------------------------------------ */
html{overflow-y:scroll;}

/* Reset Font - italic
------------------------------------------------------------ */
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}

/* Reset Font - Table
------------------------------------------------------------ */
table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}

/* Reset Other
------------------------------------------------------------ */
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}

/* Reset Font - size
------------------------------------------------------------ */
h1,h2,h3,h4,h5,h6,p,select,option{font-size:100%;}

/* Reset Border
------------------------------------------------------------ */
img,abbr,acronym,fieldset{border:0;}

/* Reset List - style
------------------------------------------------------------ */
li{list-style-type:none;}

/* Reset Body - setting
------------------------------------------------------------ */
body{background:#FFFFFF;font-size:75%;color:#333333;font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;line-height:1.5;}

/*body{background:#FFFFFF;font-size:75%;color:#333333;font-family:Verdana,Arial,Sans-Serif,Osaka;line-height:1.5;}
* html body{font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}
*:first-child+html body{font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}*/