@charset "utf-8";

/*▼月別スケジュール用▼*/
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul.nav-2 {
	list-style: none;
	color: #036;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
ul.nav-2 li {
	border-bottom-color: #666;
	font-weight: bold;
	display: inline;
}
ul.nav-2 li span{
	border-bottom-color: #666;
	padding-top: 0px;
	margin-right: 40px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 1em;
	display: block;
}
ul.nav-2 li img{
	float: right;
	padding-right: 1em;
}
/*とりあえず中止にしようかと・・・*/
ul.nav-2 a, ul.nav-2 a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block;
	
}
ul.nav-2 a:hover, ul.nav-2 a:active, ul.nav-2 a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #F00;
	display: block;
}
/*▲月別スケジュール用▲*/

.senter-half {
	text-align: center;
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

.step-1 {
	width: 18%;
	font-weight: bold;
	float: left;
}

.step-2 {
	float: left;
	width: 82%;
}
.step-2a {
	float: left;
	width: 52%;
}

.step-3 {
	float: left;
	width: 30%;
	text-align: center;
}

.last-tag {
	width: 100%;
	clear: both;
	padding-top: 20px;
}
li a.navi-3 {
	text-decoration: none;
}

DIV.box{
	position:relative;
	clear:both;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.text {
	font-size: 85%;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}
.under-line {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #036;
	font-weight: bold;
	font-size: 90%;
}
