@charset "UTF-8";

/* CSS Document */
/*======================================
　* スタッフ募集
=======================================*/
#bosyu .waku {
	width: 100%;
	margin: 1.0em 0;
	border: 1px #dddddd solid;
}

#bosyu .waku tr {
	border: 1px #dddddd solid;
}

#bosyu .waku td {
	border: 1px #dddddd solid;
	line-height: 1.7;
	padding: 5px;
}

#bosyu .waku th {
	background: #ffcc66;
	padding: 5px;
	border: 1px #dddddd solid;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#bosyu p {
	margin: 0.5em 0 1.0em;
}

#bosyu .col3x1 a {
	text-decoration: none;
}

#bosyu .col3x1 h2 {
	padding: 0.7em 0;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	border-top: 7px #ffcc66 solid;
	border-bottom: 7px #ffcc66 solid;
}

#bosyu h2 {
	padding: 0.7em 0 0.3em;
	color: #993300;
	font-size: 120%;
	font-weight: bold;
}

#bosyu h3 {
	padding: 1.0em 0 0.7em;
	vertical-align: bottom;
	font-size: 120%;
}

#bosyu h4 {
	padding: 1.0em 0 0.5em;
	color: #ed1c24;
	line-height: 1.7;
}

#bosyu .clear h3 {
	padding: 1.5em 0 0;
	clear: both;
	font-size: 120%;
	color: #ed1c24;
}

#bosyu .list ul {
	border-top: 1px #cccccc dotted;
	margin: 1.0em 0 0;
}

#bosyu .list li a {
	display: block;
	padding: 0.7em 1.0em 0.7em 0;
	border-bottom: 1px #cccccc dotted;
}

#bosyu a:hover .col3x1 {
	background: #ffffcc;
	text-decoration: none;
}

#bosyu a:active .col3x1 {
	background: #ffffcc;
	text-decoration: none;
}

#bosyu .dot-orange {
	line-height: 1.7;
}

#bosyu .dot-orange li {
	margin-bottom: 0.5em
}

.t-orange {
	color: #FF6600;
	font-weight: bold;
}

.box a {
	/* リンク */
	display: block;
	padding: 0 0 20px 0;
}

.box a:link {
	/* リンク */
	color: #222;
	text-decoration: none;
}

.box a:visited {
	color: #222;
	text-decoration: none;
}

.box a:hover {
	background: #ffffcc;
	text-decoration: none;
}

.box a:active {
	background: #ffffcc;
	text-decoration: none;
}

.photo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.photo img {
	display: flex;
	width: calc((100% / 3) - 4px);
	margin: 2px;
}

ul.dot-red {
	list-style: none;
	margin-left: 0;
}

ul.dot-red li {
	position: relative;
	padding-left: 14px;
}

ul.dot-red li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ff6666;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
	.photo img {
		width: calc((100% / 2) - 4px);
	}
}
