@charset "utf-8";


/* reset
-----------------------------------------------*/
*{
margin:0;
padding:0;
}

body{
/* font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
font-family:"Helvetica Neue",Arial,Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
font-size:12px;
/font-size:75%;
line-height:1.6;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

p{
margin-bottom:10px;
}

table{
margin-bottom:10px;
border-spacing:0;
border-collapse:collapse;
table-layout:fixed;
}

ul{
margin-bottom:10px;
}
ul li{
list-style:none;
}

ol{
margin:0 0 10px 1.5em;
/margin-left:1.8em;
list-style:decimal outside;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol{
margin-bottom:0;
}

dl{
margin-bottom:10px;
}

strong,
em{
font-weight:bold;
font-style:normal;
}

img{
border:0;
}

hr{
display:none;
}

input{
margin-right:0.3em;
vertical-align:middle;
}

option{
padding:1px 5px;
}

select{
margin-right:0.3em;
}
