@charset "shift_jis";
/* CSS Document */

.contents_body{
	padding:0 10px;
	}


#mainAria>h2 {
	margin-top:50px;
	}
	
#Acourse{
	font-weight:bold;
	background: linear-gradient(transparent 60%, #fbceb1 60%);
	line-height:1.8em;
	}

#Bcourse{
	font-weight:bold;
	background: linear-gradient(transparent 60%, #c0e7f9 60%);
	line-height:1.8em;
	}

#note{
	font-size:14px;
	font-weight:bold;
	color:#0545DB;
	margin-top:10px;
	text-align:center;
	}

dl {
	font-size:15px;
	}

dt {
	display:inline-block;
	font-weight:bold;
	background-color:#F0185B;
	color:#ffffff;
	padding:5px;
	margin:10px 0 5px 0;
	}

dd{
	line-height:1.5em;
	}

.priceTtl{
	margin:30px 0 10px 0;
	display:inline-block;
	background-color:#F0185B;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:7px;
	
	}

.price{
	text-align:center;
	font-size:18px;
	}

th {
	text-align:center;
	padding:7px;
	}

.background {
	background-color:#96AFFD;
	}


.marker_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}


.baloon {
	position:relative;
	width:350px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	background-color:#F0185B;
	text-align:center;
	padding:10px;
	margin:5px 0 20px 50px;
}

.baloon::after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	border:10px solid transparent;
	border-bottom-color:#F0185B;
	bottom:100%;
	left:80%;
	}

/*top戻るボタンここから*/
.pageTop {
    position: fixed;
    bottom: 30px;
    right: 150px;
}
.pageTop a {
    display: block;
	border-radius:50%;
	width:80px;
	height:80px;
    background-color: #F19220;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding-top: 20px;
	opacity:0.8;
}
 
.pageTop a:hover {
    display: block;
    background-color: #8DC21F;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding-top: 20px;
	opacity:0.4;
}

/*top戻るボタンここまで*/


