@charset "shift_jis";

/*------------------------------------------------
共通
-------------------------------------------------*/


h1, h2, h3, h4, h5, h6{
	color:#e85282;
}
	
.container h1 {
	font-size: 2.275rem;
	position: relative;
	padding-bottom:3px;
}

.container h1:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px solid #e85282;
	border-bottom: 3px solid #e85282;
}

h2{
	font-size: 1.925rem;
	border-bottom:2px solid #e85282;
	margin-top:35px;
}

h3{
	font-size: 1.3125rem;
	border-left:5px solid #e85282;
	margin-top:20px;
}

h4{
	font-size: 1.3125rem;
	border-left:4px solid #e85282;
}
h5{
	font-size: 1.3125rem;
	border-left:2px solid #e85282;
}
h6{
	font-size: 1.1375rem;
	border-left:1px solid #e85282;
}

footer .inner2 {
	border-bottom: 1px solid #e85282;
}

.underLine{
	text-decoration:underline;
}

/*------------------------------------------------
共通　navi
-------------------------------------------------*/
#navi li a {
	position:relative;
	width:auto;
	color:#333;
	font-weight:bold;
/*	text-shadow:0 -1px 0px #333,0 1px 0px #555;*/
	padding:10px 0;
	text-decoration:none;
	display:block;
	
	 /*全体のグラデーション*/
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #efefef 51%, #e5e5e5 51%, #e5e5e5 52%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#efefef 51%,#e5e5e5 51%,#e5e5e5 52%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#efefef 51%,#e5e5e5 51%,#e5e5e5 52%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-left:1px solid #ffffff;/*仕切り線*/
	}


#navi li a:hover {
	background: #f2b0cc; /* Old browsers */
	background: -moz-linear-gradient(top, #f2b0cc 0%, #f2b0cc 50%, #f29bb5 51%, #f29bb5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2b0cc 0%,#f2b0cc 50%,#f29bb5 51%,#f29bb5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2b0cc 0%,#f2b0cc 50%,#f29bb5 51%,#f29bb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b0cc', endColorstr='#f29bb5',GradientType=0 ); /* IE6-9 */
}


#navi li.active a {
	background: #f2b0cc; /* Old browsers */
	background: -moz-linear-gradient(top, #f2b0cc 0%, #f2b0cc 50%, #f29bb5 51%, #f29bb5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2b0cc 0%,#f2b0cc 50%,#f29bb5 51%,#f29bb5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2b0cc 0%,#f2b0cc 50%,#f29bb5 51%,#f29bb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b0cc', endColorstr='#f29bb5',GradientType=0 ); /* IE6-9 */
}

/*------------------------------------------------
info
-------------------------------------------------*/
#info .attBox02{
	border: 5px solid #ffe7ef;
	background: #ffe7ef;
}


/*------------------------------------------------
index.html
-------------------------------------------------*/
#index *[class^="attBox01"] li {
	margin-left:1.5em;
	text-indent:-2.5em;
	padding-left:1em;
	}
	
.news dl dt{
	background: #fee6ed;
	color: #e85282;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	text-align: center;
	width:12em;
	margin-right:12px;
}

/*------------------------------------------------
faq
-------------------------------------------------*/
.faq dt{
	background-image:url("../images/icon_Q.png");
}
.faq dd{
	background-image:url("../images/icon_A.png");
}

/*------------------------------------------------
schedule
-------------------------------------------------*/
.step .dlFloat dt{
	width:25%;
}
.step .dlFloat dd{
	width:70%;
}

.mgT0{
	margin-top:0 !important;
}

.step .dlFloat dd{
	background-image:url("../images/bg_line.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:2em;
}

#schedule table.detail{
	font-size:0.9em;
}

#schedule table.detail th {
	padding:1.04%;
}

#schedule table.detail.w4em {
	width:4em;
}


#schedule table.detail span{
	font-weight:bold;
	display:block;
}

#schedule table.detail .btnLink{
	padding:0.4em;
	background:#39789a;
}

#schedule table.detail .btnLink:hover{
	background:#075681;
	text-decoration:none;
}
