@charset "shift_jis";

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

   Style Info: ブラウザスタイルのリセットと基本設定 
 
==================================================================== */

body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,form,input,textarea,select,iframe {  
    margin:0; padding:0; 
	font-family :'Noto Sans',"NotoSansCJKjp Regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
	} 

img { border:0; }  
hr { display:none; } 


/* ----- フォント・リンク ----- */

body,th,td { color:#191919; font-size:13px; line-height:1.3em; }

a:link { color:#0066cc; }
a:visited { color:#0066cc; }
a:hover { color:#19b4ff; text-decoration:none; }

/* ----- フォーム ----- */

form label { /* ラジオボタン */
	cursor:pointer;
	margin-right:10px;
	margin-left:5px;
	}

form textarea { width:99%; }

.ip_s { width:150px; }
.ip_m { width:220px; }
.ip_l { width:99%; }

.fmac { padding-top:20px; text-align:center; }
