@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size:16px;
line-height: 180%;
color:#333333;
background-color:#FFFFFF;
-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, form, figure {
margin:0;
padding:0;
}

ul, li {
margin:0;
padding:0;
list-style: none;
}

img
{
max-width: 100%;
border: none;
vertical-align:bottom;
margin: 0px;
padding: 0px;
width: auto;
height: auto;
}

a
{
text-decoration:none;
color:inherit;
}

a:hover
{
opacity: 0.7;
/*color: #2693FF !important;*/
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
}

a:active
{
text-decoration: none;
}

.cf:before,
.cf:after {
content: " ";
display: table;
}

.cf:after {
clear: both;
}

.cf {
*zoom: 1;
}
