@charset "UTF-8";

/* ========================================================

 01.  reset(ブラウザ間差異消去)
 02.1 フォント調整
 02.2 フォント調整 (MAC IE用）
 03.  link 関連
 04.  base スタイル設定


=========================================================== */

/* ========================================================

 1. reset(ブラウザ間差異消去)

=========================================================== */
* { margin: 0; padding: 0; line-height: 1.5; font-size: 100%; }

body { background-color: #ffffff; color: #000000; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }

p { margin: 0; padding: 0; line-height: 1.5; }

ol,ul,li { margin: 0; padding: 0; line-height: 1.5; list-style-type: none; }

dl,dt,dd { margin: 0; padding: 0; list-style-type: none; }

img { border: none; margin: 0; padding: 0; vertical-align: top; text-decoration: none; }

a img { border: none; margin: 0; padding: 0; vertical-align: bottom; text-decoration: none; }

/* ========================================================

  02.1 フォント調整

=========================================================== */
body {
		font: 12px/16px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', "MS PGothic", 'メイリオ', Meiryo, sans-serif, Osaka;
		*font-size: small;
		*font: x-small;
		text-align: left;
}

/* ========================================================

  02.2 フォント調整 (MAC IE用）

=========================================================== */
/*\*//*/
textarea, select, input {
font-family: Osaka, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
font-size: 10px;
}
/**/


/* ========================================================

 03. link関連

=========================================================== */
a { color: #0054A5; text-decoration: underline; line-height: normal; }
a:link { color: #009eb8; }
a:visited { color: #8500b7; }
a:hover { color: #ff3333; }
a:active { color: #009eb8; }

/* ========================================================

 04. base スタイル設定

=========================================================== */
.outline-margin { margin:0 0px; }

.c-both { clear:both; }


.hide { visibility: hidden; display: none; }
.hide_row { visibility: hidden; display: none; }
