﻿@charset "utf-8";

/* 横並びのナビゲーション */
#nav {
	width: 960px;/* リスト全体の横幅 */
	height: 50px;
	margin-bottom: 15px;
}
/* #nav {
	width: 800px;
	height: 50px;
	margin-bottom: 15px;
} */

#nav li {
	display: block;/* 文字以外の部分もクリックできるように */
	width: 159px;/* １項目（ボタン）の横幅 */
	float: left;/* 項目を左から順に横に並べる */
	list-style-type: none;/* リスト行頭文字消す */
	border-right: 1px solid #fff;
}

#nav .ht a{
	line-height: 50px;
	font-size: 1em;

}

#nav a {
	display: block;/* 文字以外の部分もクリックできるように */
	font-size: 0.9em;
	line-height: 25px;
	text-align: center;
	color: #000;
	background-color: #999999;
	text-decoration: none;
}

#nav .now {
	color: #fff;
	background-color: #a82954;
}

#nav a:hover {
	color: #fff;
	background-color: #a82954;
}

#nav .nb {
	border: none;
}

.btn_seminar,
a.btn_seminar {
	color: #231816;
    background-color: #999999;
	border-radius: 10px;
    display: inline-block;
    width: 210px;
    padding-top: 10px;
	padding-bottom: 10px;
    margin: 20px;
	text-decoration: none;
}
.btn_seminar:hover,
a.btn_seminar:hover {
  color: #fff;
  background: #a82954;
}

.test1{
text-align:center;
}
.test2 {
	padding-left: 1em;
	margin-right: 1em;
	padding-bottom: 7px;
	margin-right: 3em;
	margin-left: 3em;
}
