
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	color: #333333;
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a:link,
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.ta-c { text-align: center; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }


.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }

.mt0 { margin-top: 0px!important; }
.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }



/* PC */

@media all and (min-width: 641px) {

.sp { display: none; }
.pc { display: block; }

a.pc,
img.pc,
span.pc { display: inline; }
}


/* SP */

@media only screen and (max-width: 640px) {

.pc { display: none; }
.sp { display: block; }

a.sp,
img.sp,
span.sp { display: inline; }
}
