/* gyuuya */

section, table th, table td {
	line-height: 1.6em;
	font-size: 13px;
}

section.box-section {
	width: 550px;
	margin: auto;
	text-align: left;
}

.table-border-yoko {
	border-collapse: collapse;
}
.table-border-yoko th, .table-border-yoko td {
	padding: 0.2em 1em;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #dddddd;
}
.table-border-yoko th {
	background-color: #fafafa;
}
.m-a-0 {
	margin: 0 !important;
}
.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.m-y-1 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.m-y-2 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.m-y-3 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.m-t-05 {
	margin-top: 5px !important;
}
.m-t-1 {
	margin-top: 10px !important;
}
.m-t-2 {
	margin-top: 20px !important;
}
.m-t-3 {
	margin-top: 30px !important;
}

.text-nowrap {
	white-space: nowrap;
}
.text-kome {
	margin-left: 1em;
	text-indent: -1em;
}
.text-size-s {
	font-size: 92%;
}

.text-red {
	color: red !important;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}




.w-6em {
	width: 6em;
}

.bdr-radius-1 {
	border-radius: 1em;
}
.bg-sub2 {
	background-color: #f2f2f2;
}


h4.fuchidori {
	color: #0033cc;
	text-shadow:	#e0e6f7 2px 0px,  #e0e6f7 -2px 0px,
					#e0e6f7 0px -2px, #e0e6f7 0px 2px,
					#e0e6f7 2px 2px , #e0e6f7 -2px 2px,
					#e0e6f7 2px -2px, #e0e6f7 -2px -2px,
					#e0e6f7 1px 2px,  #e0e6f7 -1px 2px,
					#e0e6f7 1px -2px, #e0e6f7 -1px -2px,
					#e0e6f7 2px 1px,  #e0e6f7 -2px 1px,
					#e0e6f7 2px -1px, #e0e6f7 -2px -1px;
}
h4 {
	margin-bottom: 0.5em;
}
p {
	margin: 0.2em auto 0.8em auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-shadow {
	border: 4px solid #ffffff;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
.rows-2 {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.rows-2:after {
	content: "";
	clear: both;
	display: block;
}
.rows-2 li {
	width: 49%;
	margin: 0;
	padding: 0;
}
.rows-2 li:nth-child(odd) {
	float: left;
	margin-right: 1%;
}

.rows-2 li:nth-child(even) {
	float: right;
	margin-left: 1%;
}
