@charset "utf-8";
/* CSS Document */

.title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #842f4f;
	color: #842f4f;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 24px;	
}

.subTitle{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align :center;
	margin-bottom: 20px;
	color: #842f4f;
}

.empStr{
	background: #FDFDAF;
	color: #FF0000;
	font-weight: bold;	
}

.effectArticle{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 20px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #842f4f;
	border-radius: 5px;
	background: #f3e2ea;
	line-height: 2.0;
}

.effectArticle:after{
	content:"";
	display:block;
	clear: both;
	overflow:hidden;
}

.effectArticle h1{
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #842f4f;
	border-radius: 5px;
	position: relative;
	line-height: 1.5;
}

.effectArticle h1::after {
	position: absolute;
	top: 100%;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid rgba(132,47,79,1);
}

.effectArticle .kiji{
	width: 60%;
	height: auto;
	float: left;
}

.effectArticle .kiji2{
	width: 100%;
	height: auto;
}

.effectArticle figure{
	width: 40%;
	float: left;
	text-align: center;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}

.effectArticle figure img{
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}

.kiji2 table{
	width: 100%;
	text-align: center;
	border-collapse:separate;
	margin: 20px 0 20px;
}

.kiji2 table th{
	background: #FFAE00;
	color: #FFF;
}

.kiji2 table td{
	background: #FFF;
	width: 25%;
}

#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}

#pageTop a{
	display:block;
	padding: 10px;
	width: 40px;
	height: 20px;
	color: #842f4f;
	border: 1px solid #842f4f;
	background: #f3e2ea;
	text-align: center;
}


#pageTop a:hover{
	opacity: 0.6;
}

@media screen and (max-width: 560px){
	.effectArticle .kiji{
		float: none;
		width: 100%;
	}
	.effectArticle figure{
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}
}

