@charset "utf-8";

/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/

/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,del,ins,em,img,hr,q,strong,sub,sup,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
}

html {-webkit-text-size-adjust: 100%}

h1,h2,h3,h4,h5,h6{
font-weight:bold;
font-size:100%;
line-height: 1em;
}

ul,ol{
list-style:none;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

img{
border:0;
vertical-align:top;
}
img { -ms-interpolation-mode: bicubic; } 

dt{
font-weight:normal;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

textarea{
font-size:1em;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
body{
font-size:16px;
background:#fff;
margin-bottom:0;
line-height: 1.25em; /* 20px相当 */
color: #000000;
font-family: "MS PGothic", "Osaka", Arial, Roboto, “Droid Sans”, sans-serif;
}
em{
font-style:italic;
}
strong{
font-weight:bold;
}
a,
a:link{
color:#0a50a1;
text-decoration: none;
}
a:visited{
color:#0a50a1;
text-decoration: none;
}
a:active,
a:focus{
text-decoration:none;
}
a:hover{
text-decoration:underline;
cursor: pointer;
}
p,ul,ol,dl,table{
margin-bottom: 0;
}
sup{
vertical-align:top;
}
sub{
vertical-align:baseline;
}
select{
backface-visibility: hidden;
}
input{
backface-visibility: hidden;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div,ul,dl,dt,dd,p,
h1,h2,h3,h4,h5,h6{
zoom:1;
}

article,aside,dialog,figure,footer,
header,hgroup,menu,nav,section{
display:block;
}

/*--------------------------------------------------
	ClearFix
--------------------------------------------------*/
.spBnr01 ul:after,
#mainArea:after,
#rightColInner:after,
#leftColInner:after,
#contentInner:after,
.paragraph p:after,
.clrFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}

/*--------------------------------------------------
	Adjuster
--------------------------------------------------*/
.mb05{margin-bottom:5px !important;}
.mb08{margin-bottom:8px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb16{margin-bottom:16px !important;}
.mb20{margin-bottom:20px !important;}
.mb23{margin-bottom:23px !important;}
.mb24{margin-bottom:24px !important;}
.mb25{margin-bottom:25px !important;}
.mb26{margin-bottom:26px !important;}
.mb30{margin-bottom:30px !important;}
.mb32{margin-bottom:32px !important;}
.mb40{margin-bottom:40px !important;}
.mb48{margin-bottom:48px !important;}
.mb50{margin-bottom:50px !important;}
.mb56{margin-bottom:56px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb72{margin-bottom:72px !important;}
.mb80{margin-bottom:80px !important;}
.mb100{margin-bottom:100px !important;}
.mb00{margin-bottom: 0px !important;}
.mr16{margin-right: 16px !important}

.alignL{text-align:left !important;}
.alignC{text-align:center !important;}
.alignR{text-align:right !important;}

.fltL{float: left !important;}
.fltR{float: right !important;}

@media screen and (max-width: 640px) {
	.pc_only {
	display: none !important;
	}
	.sp_only {
	display: block !important;
	}
}
@media screen and (min-width: 641px) {
	.pc_only {
	display: block !important;
	}
	.sp_only {
	display: none !important;
	}
}