@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style-type: none;
box-sizing:border-box;
font-weight: normal;}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
display: block;}
div,
span{box-sizing:border-box;}
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;}
h1,h2,h3,h4,h5,h6,h7{margin:0;padding:0;}
p{margin:0;padding:0;line-height:1.6;}
th,td{line-height:1.6;}
a{text-decoration: none;color:#185aa1;overflow:hidden;}
a:link{color:#185aa1;}
a:visited{color:#185aa1}
a:hover{text-decoration: underline;}
img{border:0;}
strong{font-weight:bold;}
div, dl, ul{
zoom: 1;}
body {
font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
line-height: 1;
min-width: 960px;
/* for IE6/7 */
*font-size:small;
/* for IE Quirks Mode */
*font:x-small;
color:#4d4d4d;}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* ========== 調整用css ========== */
.mb14 { margin-bottom: 14px;}
.mb16 { margin-bottom: 16px;}
.mb18 { margin-bottom: 18px;}
.mb20 {	margin-bottom: 20px;}
.mb24 {	margin-bottom: 24px;}
.mb30 {	margin-bottom: 30px;}
.mb32 {	margin-bottom: 32px;}
.mb40 {	margin-bottom: 40px;}
.mb60 {	margin-bottom: 60px;}
.mb64 {	margin-bottom: 64px;}
.mb68 {	margin-bottom: 68px;}
.mb56 {	margin-bottom: 56px;}
.mb80 { margin-bottom: 80px;}
.mb120 { margin-bottom: 120px;}

.mt6 { margin-top: 6px;}
.mt10 { margin-top: 10px;}
.mt16 { margin-top: 16px;}
.mt20 { margin-top: 20px;}
.mt24 { margin-top: 24px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt64 { margin-top: 64px;}
.mt60 { margin-top: 60px;}
.mt68 {	margin-top: 68px;}
.mt80 { margin-top: 80px;}
.mt120 { margin-top: 120px;}
.fs16 { font-size: 16px;}
.pl40 { padding-left: 40px;}
.pb30 { padding-bottom: 30px;}
