/*CSSリセット*/
* {
	box-sizing:border-box;
}
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, 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;
	font-size: 1rem;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
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;
}
sub {
	font-size: 0.8em;
}
ruby {
}
ruby rt {
}



/* 100%（1/1）*/
.p100{
    width:100%;
}
/* 75%（3/4）*/
.p75{
    width:75%;
    float:left;
}
/* 50%（1/2）*/
.p50{
    width:50%;
    float:left;
}
/* 40%（2/5）*/
.p40{
    width:40%;
    float:left;
}
/* 33%（1/3）*/
.p33{
    width:33.33%;
    float:left;
}
/* 25%（1/4）*/
.p25{
    width:25%;
    float:left;
}
/* 20%（1/5）*/
.p20{
    width:20%;
    float:left;
}

.disnon{
    display:none;
}
.footer_4column .f_navi{
    width: 25%;
}
*html .footer_4column .f_navi{
    width: 22.3%;
}
*:first-child+html .footer_4column .f_navi{
    width: 24.9%;
}
.footer_5column .f_navi{
    width:20%;
}
*html .footer_5column .f_navi{
    width:17.8%;
}
*:first-child+html .footer_5column .f_navi{
    width:19.9%;
}
.footer_6column .f_navi{
    width: 16.666%;
}
*html .footer_6column .f_navi{
    width:14.77%;
}
*:first-child+html .footer_6column .f_navi{
    width: 16.4%;
}

@media print{
    body {
    _zoom: 67% !important; /*winie only */
    }
}

.cf:before,
.cf:after{
    content: " ";
    display: table;
}
.cf:after{
    clear:both;
}
.cf{
    zoom:1;
}