@charset "utf-8";

/* COMMON */
body {
font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","ＭＳ ゴシック",sans-serif;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.75;
color: #333;
}
* {
margin: 0;
padding: 0;
}
a:link,
a:active,
a:visited { 
color: #333;
text-decoration: none;
}
a:hover { 
color: #666;
text-decoration: underline;
}
table {
font-size: 12px;
line-height: 1.5;
}
h1 {
font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","YuMincho","ＭＳ 明朝",serif;
font-size: 40px;
font-weight:600;
}
h2 {
font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","YuMincho","ＭＳ 明朝",serif;
font-size: 32px;
font-weight:600;
}
h3 {
font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","YuMincho","ＭＳ 明朝",serif;
font-size: 26px;
font-weight:600;
}
h4 {
font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","ＭＳ ゴシック",sans-serif;
font-size: 21px;
font-weight:700;
}
h5 {
font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","ＭＳ ゴシック",sans-serif;
font-size: 18px;
font-weight:700;
}
h6 {
font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","ＭＳ ゴシック",sans-serif;
font-size: 16px;
font-weight:700;
}
ol, ul {
list-style-type: none;
}
hr {
border-top: none;
margin-bottom: -1px;
height: 1px;
clear: both;
visibility: hidden;
}
img {
border: 0;
}
form {
display: inline;
}
select,
input {
vertical-align:baseline;
}