/**********************************************************************/
/* font.css */
/**********************************************************************/


body{
font-family: 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:16px;
*font-size:small;
*font:x-small;
line-height:2;
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
}

select,input,button,textarea{
}

table{
font-size:inherit;
font:100%;
}