/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}
a{
text-decoration:none;
outline:none;
}
table{
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-weight:normal;
font-style:normal;
}
strong{
font-weight:bold;
}
ol,ul{
list-style:none;
margin:0;
padding:0;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
margin:0;
padding:0;
}
q:before,q:after{
content:'';
}
abbr,acronym{ border:0;
}
sup{
vertical-align:text-top; 
}
sub{
vertical-align:text-bottom; 
}
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
legend{
color:#000000;
}
hr{
margin:0;
padding:0;
display:none;
}
table{
margin:0 0 12px;
font-family:monospace;
font-size:inherit;
width: 100%;
font:100%;
font-size:12px;
border-collapse:collapse;
}
pre,code,kbd,samp,tt{
font-family:monospace;
line-height:100%;
}
iframe{
border:none;
}

th{
width: 25%;
padding: 4px 4px 3px;
text-align: left;
vertical-align: top;
background-color: #f9f9f9;
border: 1px solid #b9b9b9;
}
td{
width: 75%;
padding: 4px 4px 3px;
background-color: #ffffff;
border: 1px solid #b9b9b9;
}

/*-- Utility --*/
.clearfix:after{
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
.clear{
clear: both;
}
a:focus{
outline: 0 !important;
}

/*-- Webfont --*/
.fa{
padding:0 2px 0 0;
font-weight:normal !important;
text-shadow:none !important;
color:#e58545;
}

/*-- リンク --*/
a{text-decoration:underline;}
a:link{color:#006be5;text-decoration:underline;}
a:visited{color:#006be5;text-decoration:underline;}
a:active{color:#006be5;text-decoration:underline;}
a:hover{color:#ff0090;text-decoration:none;}

/* ボディ */
body{
font:12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.5;
color:#404040;
}