@charset "EUC-JP";
/* CSS Document */


body div.wrap article section.contents {
	width: 100%;
	height: auto;
}
body div.wrap article section.contents h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.6rem 0 0 3.5rem;
	margin:  0 0 1.5rem 0;
	background-image: url("../images/staff/staff_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents div#div01,
body div.wrap article section.contents div#div02,
body div.wrap article section.contents div#div03,
body div.wrap article section.contents div#div04 {
	width: 100%;
	height: auto;
	padding: 1rem 1rem 1rem 1rem;
}
body div.wrap article section.contents div#div01::after,
body div.wrap article section.contents div#div02::after,
body div.wrap article section.contents div#div03::after,
body div.wrap article section.contents div#div04::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.contents div ul {
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 2rem 0;
	text-align: center;
	border-bottom: 1px solid #ff4a78;;
	font-size: 0;
}
body div.wrap article section.contents div ul li {
	display: inline-block;
	padding: .5rem 1.5rem .5rem 1.5rem;
	margin:  0 0 0 0;
	font-size: 1rem;
	text-align: center;
	border-top: 1px solid #ff4a78;
	border-right: 1px solid #ff4a78;
	border-left: 1px solid #ff4a78;
	border-radius: 1rem 1rem 0 0;
}
body div.wrap article section.contents div ul li a,
body div.wrap article section.contents div ul li a:link,
body div.wrap article section.contents div ul li a:visited {
	color: initial;
}
body div.wrap article section.contents div ul li a:active,
body div.wrap article section.contents div ul li a:hover {
	text-decoration: underline;
}

body div.wrap article section.contents div ul li.current {
	background-color: #ff4a78;
}
body div.wrap article section.contents div ul li.current a,
body div.wrap article section.contents div ul li.current a:link,
body div.wrap article section.contents div ul li.current a:visited {
	color: #fff;
}
body div.wrap article section.contents div ul {

}
body div.wrap article section.contents div div.cont_l {
	width: 65%;
	height: auto;
	float: left;
}
body div.wrap article section.contents div p,
body div.wrap article section.contents div div.cont_l p {
	width: 100%;
	height: auto;
	padding: .5rem 1rem;
	margin:  0 0 2rem 0;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
}
body div.wrap article section.contents div p.a_left,
body div.wrap article section.contents div div.cont_l p.a_left {
	text-align: left;
}
body div.wrap article section.contents div p {
	text-align: left;
	margin-bottom: 0;
}
body div.wrap article section.contents div p.caution {
	color: #ff4a78;
	border: initial;
	background-color: transparent;
}
body div.wrap article section.contents div p.bk_yellow {
	background-color: #ffffdd;
	margin-bottom: 2rem;
}
body div.wrap article section.contents div p.arrow,
body div.wrap article section.contents div div.cont_l p.arrow {
	margin-bottom: 2rem;
	text-align: center;
	background-color: transparent;
	border: initial;
}
body div.wrap article section.contents div p.arrow img,
body div.wrap article section.contents div div.cont_l p.arrow img {
	width: 2rem;
	height: auto;
}
body div.wrap article section.contents div div.cont_l div.p_box {
	width: 100%;
	height: auto;
}
body div.wrap article section.contents div div.cont_l div.p_box::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.contents div div.cont_l div.p_box p,
body div.wrap article section.contents div div.cont_l div.p_box p.arrow  {
	width: 48%;
	height: auto;
	text-align: center;
}
body div.wrap article section.contents div div.cont_l div.p_box p:first-child,
body div.wrap article section.contents div div.cont_l div.p_box p.arrow:first-child  {
	float: left;
}
body div.wrap article section.contents div div.cont_l div.p_box p:nth-child(2),
body div.wrap article section.contents div div.cont_l div.p_box p.arrow:nth-child(2)  {
	float: right;
}

body div.wrap article section.contents div div.cont_r {
	width: 30%;
	height: auto;
	float: right;
}
body div.wrap article section.contents div div.cont_r p {
	width: 100%;
	height: auto;
	padding: .5rem 1rem;
	margin-bottom: 2rem;
	background-color: #ffffdd;
	border: 1px solid #ccc;
}

b,
h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff4a78;
}

a, a:link, a:visited {
	color: #0066ff;
}
a:active, a:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 820px) {

	body div.wrap article section.contents {
		padding: 1rem 0 0 0;
	}
	body div.wrap article section.contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 1rem 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents h2 span,
	span {
		display: block;
	}
	
	body div.wrap article section.contents div#div01,
	body div.wrap article section.contents div#div02,
	body div.wrap article section.contents div#div03,
	body div.wrap article section.contents div#div04 {
		padding: 1rem 0 1rem 0;
	}

	body div.wrap article section.contents div ul li {
		padding: .3rem .3rem .2rem .3rem;
		font-size: .7rem;
	}

	body div.wrap article section.contents div div.cont_l,
	body div.wrap article section.contents div div.cont_r {
		width: 100%;
		float: initial;
	}

	body div.wrap article section.contents p {
		padding: 0 0 0 0;
		margin:  0 0 3rem 0;
	}
	


}
