@import url("c_pc.css");
@import url("c_tablet.css");
@import url("c_smart.css");

@charset "utf-8";
*{margin:0;padding:0;}
html{ }
body {
line-height:140%;
letter-spacing:0px;
color:#3e3a39;
font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-size:14px;
}
a{color:#00468c;text-decoration:none}
a:hover{color:#d42626;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 0px;}

h2 .pankuzu{
font-size:16px !important;
}
/***********/
/**　その他
/***********/
#page-top{
width:60px;
height:60px;
display:none;
position:fixed;
right:16px;
bottom:16px;
z-index: 9999;
}
#page-top p{
font-size:20px;
margin:0;
padding:0;
text-align:center;
background:#132c56;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}

#page-top p:hover{
background:#132c56;
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}

#move-page-top{
color:#fff;
line-height:60px;
text-decoration:none;
display:block;
cursor:pointer;
}
