﻿*{ margin:0; padding:0;}
body {font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; min-width: 1130px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
a {text-decoration:none; }
a,a:hover{text-decoration:none; transition:background 0.5s linear;-webkit-transition:background 0.5s linear;-moz-transition:background 0.5s linear;-o-transition:background 0.5s linear;}
em, i{font-style: normal;}
ol,ul,li { list-style:none;}
img{ border:none;vertical-align:middle;}
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; outline:none;border:none;background:none;}
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.h35{height:35px;}
.h25{height:25px;}
.h10{height:10px;}
.mt35{margin-top: 35px;}
blockquote{margin: 20px; padding: 15px; line-height: 30px; color:#999; border-left: 5px solid #004EA2; border-radius: 0 4px 4px 0; background-color: #f2f2f2;}
figure {display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;background-color: #f2f2f2; 
}