﻿@charset "utf-8";

.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

.p-hdLine {
	margin-top: 30px;
}

.p-box {
	margin-top: 30px;
}

.p-hdLine-line {
	margin-top:15px;
}

.n-list {
	list-style: none
}

.bold {
	font-weight: bold;
	font-size: 19px;
	line-height: 150%;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

.inL{
	display: inline-block;
}

.ruby {
    font-weight: normal;
    font-size: 11px;
    line-height: 170%;
}

@media screen and (max-width:640px) {
	.sp-margin {
		margin-top:20px !important;
	}
}

.bottom-border {
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 15px;
}

.pgBottomNav {
	margin-top: 30px;
	list-style: none;
}