/*

 margin

*/

.sp-bottom-none {
	margin-bottom: 0px !important;
}
.sp-bottom-sm {
	margin-bottom: 5px !important;
}
.sp-bottom {
	margin-bottom: 15px !important;
}
.sp-bottom-lg {
	margin-bottom: 30px !important;
}
.sp-bottom-xl {
	margin-bottom: 50px !important;
}

.sp-top-none {
	margin-top: 0px !important;
}
.sp-top-sm {
	margin-top: 5px !important;
}
.sp-top {
	margin-top: 15px !important;
}
.sp-top-lg {
	margin-top: 30px !important;
}
.sp-top-xl {
	margin-top: 50px !important;
}

.sp-left-none {
	margin-left: 0px;
}
.sp-left-sm {
	margin-left: 5px;
}
.sp-left {
	margin-left: 15px;
}
.sp-left-lg {
	margin-left: 30px;
}

.sp-right-none {
	margin-right: 0px;
}
.sp-right-sm {
	margin-right: 5px;
}
.sp-right {
	margin-right: 15px;
}
.sp-right-lg {
	margin-right: 30px;
}

/*
	padding
*/

.padding-0 {
	padding: 0 !important;
}
.padding-sm {
	padding: 5px !important;
}
.padding-m {
	padding: 15px !important;
}
.padding-lg {
	padding: 30px;
}

/*

 table

*/

.tbl {
	width: 100%;
}
.tbl * {
}
.tbl th,
.tbl td {
	padding: 10px 10px;
	vertical-align: middle;
}
.tbl th {
	text-align: center;
	font-size: 85%;
}
.tbl thead th {
}
.tbl-border th,
.tbl-border td {
	border: 1px solid #ccc;
}
.tbl-border-bottom td {
	border-bottom: 1px solid #ccc;
}
.tbl-border-bottom tr:last-child td {
	border-bottom: none;
}
.tbl-auto {
	width: auto;
}
.tbl-xs th,
.tbl-xs td {
	padding: 2px;
	vertical-align: middle;
}
.tbl-col-none {
	background: none !important;
	border: none !important;
}
.tbl-hover tr:hover,
.tbl-highlight tr:hover {
	background: #ffffea !important;
}

.tbl-form {
	width: 100%;
}
.tbl-form th {
	width: 200px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 85%;
	color: #292f33;
}
.tbl-form th * {
	font-size: inherit;
}
.tbl-form td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tbl-form tr:last-child th,
.tbl-form tr:last-child td {
	border: none;
}

.tbl-list {
	width: 100%;
}
.tbl-list th {
	text-align: center;
	background: none;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	color: #292f33;
	font-size: 90%;
}
.tbl-list td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.tbl-list tr:last-child th,
.tbl-list tr:last-child td {
	border: none;
}

.tbl-compact th,
.tbl-compact td {
	padding: 5px 10px;
	vertical-align: middle;
}

.tbl-border-none,
.tbl-border-none td,
.tbl-border-none th {
	border: none !important;
}

.tbl-border-horizon th {
	background: none !important;
}
.tbl-border-horizon td,
.tbl-border-horizon th {
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: #ddd !important;
}
.tbl-border-horizon tr:last-child th,
.tbl-border-horizon tr:last-child td {
	border: none !important;
}

@media screen and (max-width: 449px) {
	.tbl-sp th,
	.tbl-sp td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.tbl-sp tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

/*

	border

*/

.noborder {
	border: none !important;
}

/*

  display

*/

.inline {
	display: inline-block;
}
.block {
	display: block;
}

/*

	cursor

*/

.pointer {
	cursor: pointer !important;
}

/*

	box

*/

.box {
	display: block;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 2px;
	overflow: hidden;
}

.box-sm {
	padding: 4px;
	background: #f5f5f5;
	border-radius: 2px;
}

.box-lg {
	padding: 20px;
}

.box-default {
	background: none;
	border: 1px solid #ddd;
}
.box-error {
	color: #b94a48;
	background: #ffc0cb;
	border: none;
}
.box-none {
	background: none;
	border: none;
}
.box-auto {
	width: auto;
}
.box-inline {
	display: inline !important;
}

/*


*/

.message {
	padding: 10px;
}
.message-error {
	color: #f5b1aa;
	background: #fef4f4;
}

/*

	subject

*/

.subject {
	color: #281a14;
}

/*

	text

*/

.text-plain,
.text-default {
	color: rgb(70, 94, 104) !important;
}
.text-plain *,
.text-default * {
	color: inherit;
}
a.text-plain,
a.text-default {
	color: rgb(70, 94, 104) !important;
}
.text-error {
	color: #e00;
}
.bold {
	font-weight: bold;
}
.bold * {
	font-weight: inherit;
}

/*

	input

*/

.form-inline,
.input-inline {
	display: inline-block;
}
.input-size-m,
.input-size-md {
	width: 200px;
}
.input-size-sm {
	width: 100px;
}
.input-size-xs {
	width: 50px;
}

.small * {
	font-size: inherit;
}

/* Grid */

.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > * {
	padding-right: 0px;
	padding-left: 0px;
}
.row-4 {
	margin-left: -2px;
	margin-right: -2px;
}
.row-4 > * {
	padding: 2px;
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > * {
	padding-right: 5px;
	padding-left: 5px;
}

/* text */

.text-right {
	text-align: right !important;
}

.text-xs {
	font-size: 9.5px !important;
}

.text-muted {
	color: #999 !important;
}
.text-danger {
	color: #a94442 !important;
}

/* ボーダー */

.border-bottom {
	border-bottom: 1px solid #000 !important;
}

/* 背景色 */

.bg-muted,
.bg-muted td {
	background: #f5f5f5 !important;
}

/* 表示切替 */

.display-sp {
	display: none;
}

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