@charset "utf-8";
/*********************
共通項目一括指定
サイト別設定はbaseにて
*********************/
/* @group reset */
#base{
  padding: 30px 0;
}
#base *{ margin:0; padding:0;}
#base *{ text-decoration:none; font-weight:normal; font-size:1.4rem; line-height:160%; color:#333333;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#base *{ list-style:none; border:none;}

/* tag parameter */
div#base{ width:95%; display:block; margin:1em auto;}

#base h1,#base h2,#base h3,#base h4,#base h5{ font-weight:bold; color:#174f9e;}
#base h1{ font-size:3.2rem;}
#base h2{ font-size:2.8rem;}
#base h3{ font-size:2.4rem;}
#base h4{ font-size:1.8rem;}
#base h5{ font-size:1.6rem;}

#base table{border-collapse:collapse;}
#base th,#base td{ padding:3px;}
#base th{font-weight:bold; text-align:left; white-space:nowrap;}

#base input,#base select,#base textarea{ border:1px solid #999999;}
#base a{ text-decoration:underline; color:#0000FF;}

/* 装飾用class*/
#base .c_red{ color:#cc0000;}

/* @end */