@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-feature-settings : "pkna";

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
display: block;
}

button, input, select, textarea{
  font-family : inherit;
  font-size   : 13px;

}
/*
@font-face {
font-family: 'MyYuGothicM';
font-weight: normal;
src: local('YuGothic-Medium'), 
local('Yu Gothic Medium'),
local('YuGothic-Regular');
}
@font-face {
font-family: 'MyYuGothicM';
font-weight: bold;
src: local('YuGothic-Bold'), 
local('Yu Gothic');
}
*/
body{
font-family: "��S�V�b�N��", YuGothic, "��S�V�b�N", "Yu Gothic", "���C���I", sans-serif;
line-height: 1;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul{
list-style: none;
}
blockquote, q{
quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after{
content: '';
content: none;
}
table{
border-collapse: collapse;
border-spacing: 0;
}

hr{
   clear : both;
   visibility : hidden;
padding : 0px;margin : 0px;
}.hr{
   clear : both;
   visibility : hidden;
padding : 0px;margin : 0px 0px 50px;
}

.cf::after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


.wf{
transform: rotate(0.05deg);
}
a{
   color : #004080;
}
a:hover{
   color : #cc4139;
}
.par100{
   width : 100%;
   }.par50{
   width : 50%;
   }.clear{
   clear : both;
}

.season1{
background-color : #e5b7c7;
}
.season2{
background-color : #bde0ec;
}
.season3{
background-color : #e8c052;
}
.season4{
background-color : #afc6a4;
}

.r4{
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.r8{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.r12{
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
}

.none{
   display : none;
}

.fr{
text-align : right;
}

.fl{
float : left;
}

.pf72{
   font-size : 72.7%;
}

