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


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

select,input,button,textarea{
}

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