@charset "utf-8";

/*/////////////////////////////////////////

>>base.css

/////////////////////////////////////////*/

/*
-------------------------------------------
###########################################
initialize
###########################################
-------------------------------------------
*/

/* format
=========================================*/
* { margin: 0; padding: 0; }
option { padding-right: 0.5em; }
img { border: none; vertical-align: bottom; }
table,td,th{ border-collapse: collapse; empty-cells: show;}
pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}
code {
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; text-shadow: 1px 1px 0px #fff;
}

/* clearfix
=========================================*/
.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* font family
=========================================*/
body { font-family: 'メイリオ', Meiryo,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐゴシック', sans-serif;}
input,textarea { font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; text-shadow: 1px 1px 0px #fff;}