@charset "utf-8";

/* ========================================================
	base.css => 共通基本CSS
======================================================== */

/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, main, figure {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
}
fieldset, img {
	border: 0;
}
img, svg {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
header,footer,nav,main,section,article,figure,aside {
	display: block;
}


/* ClearFix
============================================================================================================ */
.clearfix,
.row {
	zoom: 1;
}
.clearfix:after,
.row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}


/* float
============================================================================================================ */
.fl {float: left;}
.fr {float: right;}
@media screen and (min-width: 769px), print {
	.pc_fl {float: left;}
	.pc_fr {float: right;}
}
@media screen and (max-width: 768px) {
	.sp_fl {float: left;}
	.sp_fr {float: right;}
}


/* text-align
============================================================================================================ */
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
@media screen and (min-width: 769px), print {
	.pc_tal {text-align: left;}
	.pc_tac {text-align: center;}
	.pc_tar {text-align: right;}
}
@media screen and (max-width: 768px) {
	.sp_tal {text-align: left;}
	.sp_tac {text-align: center;}
	.sp_tar {text-align: right;}
}


/* margin
============================================================================================================ */
.m00 {margin: 0 !important;}
/*.mb {margin-bottom: 1.5em !important;}*/
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb08 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
/*.mt {margin-top: 1.5em !important;}*/
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt08 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
@media screen and (min-width: 769px), print {
	.pc_m00 {margin: 0 !important;}
	/*.pc_mb {margin-bottom: 1.5em !important;}*/
	.pc_mb00 {margin-bottom: 0 !important;}
	.pc_mb05 {margin-bottom: 5px !important;}
	.pc_mb08 {margin-bottom: 8px !important;}
	.pc_mb10 {margin-bottom: 10px !important;}
	.pc_mb15 {margin-bottom: 15px !important;}
	.pc_mb20 {margin-bottom: 20px !important;}
	.pc_mb25 {margin-bottom: 25px !important;}
	.pc_mb30 {margin-bottom: 30px !important;}
	.pc_mb35 {margin-bottom: 35px !important;}
	.pc_mb40 {margin-bottom: 40px !important;}
	.pc_mb45 {margin-bottom: 45px !important;}
	.pc_mb50 {margin-bottom: 50px !important;}
	/*.pc_mt {margin-top: 1.5em !important;}*/
	.pc_mt00 {margin-top: 0 !important;}
	.pc_mt05 {margin-top: 5px !important;}
	.pc_mt08 {margin-top: 8px !important;}
	.pc_mt10 {margin-top: 10px !important;}
	.pc_mt15 {margin-top: 15px !important;}
	.pc_mt20 {margin-top: 20px !important;}
	.pc_mt25 {margin-top: 25px !important;}
	.pc_mt30 {margin-top: 30px !important;}
	.pc_mt35 {margin-top: 35px !important;}
	.pc_mt40 {margin-top: 40px !important;}
	.pc_mt45 {margin-top: 45px !important;}
	.pc_mt50 {margin-top: 50px !important;}
}
@media screen and (max-width: 768px) {
	.sp_m00 {margin: 0 !important;}
	/*.sp_mb {margin-bottom: 1.5em !important;}*/
	.sp_mb00 {margin-bottom: 0 !important;}
	.sp_mb05 {margin-bottom: 5px !important;}
	.sp_mb08 {margin-bottom: 8px !important;}
	.sp_mb10 {margin-bottom: 10px !important;}
	.sp_mb15 {margin-bottom: 15px !important;}
	.sp_mb20 {margin-bottom: 20px !important;}
	.sp_mb25 {margin-bottom: 25px !important;}
	.sp_mb30 {margin-bottom: 30px !important;}
	.sp_mb35 {margin-bottom: 35px !important;}
	.sp_mb40 {margin-bottom: 40px !important;}
	.sp_mb45 {margin-bottom: 45px !important;}
	.sp_mb50 {margin-bottom: 50px !important;}
	/*.sp_mt {margin-top: 1.5em !important;}*/
	.sp_mt00 {margin-top: 0 !important;}
	.sp_mt05 {margin-top: 5px !important;}
	.sp_mt08 {margin-top: 8px !important;}
	.sp_mt10 {margin-top: 10px !important;}
	.sp_mt15 {margin-top: 15px !important;}
	.sp_mt20 {margin-top: 20px !important;}
	.sp_mt25 {margin-top: 25px !important;}
	.sp_mt30 {margin-top: 30px !important;}
	.sp_mt35 {margin-top: 35px !important;}
	.sp_mt40 {margin-top: 40px !important;}
	.sp_mt45 {margin-top: 45px !important;}
	.sp_mt50 {margin-top: 50px !important;}
}

/* padding
============================================================================================================ */
.p00 {padding: 0 !important;}
/*.pb {padding-bottom: 1.3em !important;}*/
.pb00 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 5px !important;}
.pb08 {padding-bottom: 8px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pt00 {padding-top: 0 !important;}
.pt05 {padding-top: 5px !important;}
.pt08 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
@media screen and (min-width: 769px), print {
	.pc_p00 {padding: 0 !important;}
	/*.pc_pb {padding-bottom: 1.3em !important;}*/
	.pc_pb00 {padding-bottom: 0 !important;}
	.pc_pb05 {padding-bottom: 5px !important;}
	.pc_pb08 {padding-bottom: 8px !important;}
	.pc_pb10 {padding-bottom: 10px !important;}
	.pc_pb15 {padding-bottom: 15px !important;}
	.pc_pb20 {padding-bottom: 20px !important;}
	.pc_pb25 {padding-bottom: 25px !important;}
	.pc_pb30 {padding-bottom: 30px !important;}
	.pc_pb35 {padding-bottom: 35px !important;}
	.pc_pb40 {padding-bottom: 40px !important;}
	.pc_pb45 {padding-bottom: 45px !important;}
	.pc_pb50 {padding-bottom: 50px !important;}
	.pc_pt00 {padding-top: 0 !important;}
	.pc_pt05 {padding-top: 5px !important;}
	.pc_pt08 {padding-top: 8px !important;}
	.pc_pt10 {padding-top: 10px !important;}
	.pc_pt15 {padding-top: 15px !important;}
	.pc_pt20 {padding-top: 20px !important;}
	.pc_pt25 {padding-top: 25px !important;}
	.pc_pt30 {padding-top: 30px !important;}
	.pc_pt35 {padding-top: 35px !important;}
	.pc_pt40 {padding-top: 40px !important;}
	.pc_pt45 {padding-top: 45px !important;}
	.pc_pt50 {padding-top: 50px !important;}
}
@media screen and (max-width: 768px) {
	.sp_p00 {padding: 0 !important;}
	/*.sp_pb {padding-bottom: 1.3em !important;}*/
	.sp_pb00 {padding-bottom: 0 !important;}
	.sp_pb05 {padding-bottom: 5px !important;}
	.sp_pb08 {padding-bottom: 8px !important;}
	.sp_pb10 {padding-bottom: 10px !important;}
	.sp_pb15 {padding-bottom: 15px !important;}
	.sp_pb20 {padding-bottom: 20px !important;}
	.sp_pb25 {padding-bottom: 25px !important;}
	.sp_pb30 {padding-bottom: 30px !important;}
	.sp_pb35 {padding-bottom: 35px !important;}
	.sp_pb40 {padding-bottom: 40px !important;}
	.sp_pb45 {padding-bottom: 45px !important;}
	.sp_pb50 {padding-bottom: 50px !important;}
	.sp_pt00 {padding-top: 0 !important;}
	.sp_pt05 {padding-top: 5px !important;}
	.sp_pt08 {padding-top: 8px !important;}
	.sp_pt10 {padding-top: 10px !important;}
	.sp_pt15 {padding-top: 15px !important;}
	.sp_pt20 {padding-top: 20px !important;}
	.sp_pt25 {padding-top: 25px !important;}
	.sp_pt30 {padding-top: 30px !important;}
	.sp_pt35 {padding-top: 35px !important;}
	.sp_pt40 {padding-top: 40px !important;}
	.sp_pt45 {padding-top: 45px !important;}
	.sp_pt50 {padding-top: 50px !important;}
}

