@charset "utf-8";

.quest_area{
	padding:10px;
	font-size:15px;
}

.page_title{
	text-align:center;
}

.date{
	text-align:right;
}

.sub_title{
	font-size:18px;
	padding-top:30px;
}

.box01{
	text-align:center;
	margin-top:10px;
}
.box01 li{
	display:inline-block;
	width:95px;
	border:solid 3px #29abe2;
	text-align:center;
	margin-right:15px;
	padding:10px;
}


.quest_table01{
	border: solid 1px #ff7bac;
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
}

.quest_table01 th{
	color:#fff;
	background-color:#29abe2;
	border: solid 1px #29abe2;
	padding:0 20px;
}

.quest_table01 td{
	border: solid 1px #29abe2;
	padding:10px;
}

.quest_attend{
	margin-bottom:20px;
}

.quest_img{
	float:left;
	padding-top:50px;
	padding-right:35px;
}

.quest_img img{
	width:140px;
}
.quest_com{
	float:left;
}


.arrow_box {
	font-size:12px;
	padding:10px;
	position: relative;
	background: #ffffff;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 4px solid #c2e1f5;
	width:500px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 26px;
	margin-top: -26px;
}



