@charset "UTF-8";
/*========================= TOP =========================*/
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topHead {
	width: 960px;
}
#infobox {
	width: 960px;
	margin: 20px auto;
	text-align: center;
}
#infobox_s {
	width: 500px;
	float: right;
	margin: 15px 0 0 0;
}
/*=========================パンくず======================*/
ul.topic-path {
	margin: 10px 0;
	padding: 5px 0; /* パディング（上下、左右） */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 70%; /* 文字サイズ */
	clear: both;
}
/* リスト項目 */
ul.topic-path li {
	padding: 5px 0 0 0;
	display: inline; /* 項目を横並び */
}
/* リンクエリア */
ul.topic-path li a {
	padding-right: 18px;
}
/* リンク色 */
ul.topic-path li a {
	color: #0e357f;
}
/* リンク色（マウスオーバー） */
ul.topic-path li a:hover {
	color: #678cc6;
}

/*========================= メイン=========================*/
#contents {
	width: 960px auto;
}
#main {
	width: 960px;
	margin: 0 auto;
}
h1 {
	text-align: center;
}
h2 {
	float: left;
	margin: 10px 0 0 100px;
}
p {
	text-align: center;
}
.space_l_100 {
	float: left;
	margin: 0 0 0 100px;
}
.space_r_100 {
	float:right;
	margin: 0 100px 0 0;
}
.space_t_100 {
	width: 960px;
	height: 100px;
}
.space_t_40 {
	clear:both;
	width: 960px;
	height: 40px;
}
.space_t_20 {
	clear:both;
	width: 960px;
	height: 20px;
}
.center {
	text-align: center;
}
h4 {
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
}
h5 {
	font-size: 12px;
	clear:both;
}
h6 {
	margin: 20px 0 20px 0;
	padding: 3px 0 3px 10px;
	background-color: #678cc6;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
.textbox1 {
	width: 760px;
	margin: 0 auto;
}
.textbox2 {
	float:left;
	width:460px;
}
.photo_r {
	width:280px;
	float:right;
	}

.title1 {
	font-weight: bold;
	font-size: 120%;
}
.tex1 {
	line-height: 2em;
}
.category-l {
	float: left;
	margin-bottom: 10px;
}
.category-c {
	text-align: center;
	margin-bottom: 10px;
}
.category-sub {
	float: right;
	overflow: hidden;
}
li {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
span {
	font-wate: bold;
	padding-right: 30px;
}

/* 20180301追加分 */
.font-b{
	font-weight:bold;
}

#inst_box{
	border:1px solid #CCC;
	margin:15px auto 30px;
	padding:30px;
	text-align:left;
}
#inst_box .inst_pic{
	float:right;
}
#inst_box .inst_txt{
	width:465px;
	float:left;
}
#inst_box p{
	text-align:left;
}
#inst_box p.inst_tit{
	font-weight:bold;
	color:#0e357f;
	font-size:120%;
}
#inst_box p.inst_name{
	font-weight:bold;
	font-size:110%;
	margin:5px 0;
}
#inst_box p.pro_txt_head{
	font-size:80%;
	line-height:120%;
	margin:10px 0 15px;
}
#inst_box p.pro_txt{
	font-size:90%;
	line-height:150%;
}

.main_link {
	margin:100px auto 30px;
	text-align: center;
}
.main_link img{
	margin:0 25px;
}
.main_link a:hover {
	opacity: 0.7; 
}


/*========================= サイド==========================*/

#side1 {
	margin: 0 0 0 100px;
	width: 400px;
	float: left;
	clear: both;
}
#side2 {
	margin: 0 100px 0 0;
	width: 300px;
	float: right;
}
#infolist {
	clear: both;
}
#infolist dl {
	line-height: 1.5;
}
#infolist dt {
	padding: 10px 15px 0 0;
	font-size: 80%;
}
#infolist dd {
	padding: 0 15px 10px 0;
	border-bottom: dotted 1px #cccccc;
}
#map {
	margin-top: 5px;
}
.category-sub a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#spaceGoods{
	width: 960px auto;
	background-color: #678cc6;
	
	}
/*========================= フッター=========================*/

#footer {
	width: 960px auto;
	clear: both;
}
h3 {
	margin: 0 50px 0 100px;
	text-align: center;
}
.line-b {
	width: 960px;
	height: 8px;
	background-color: #0e357f;
}
.line-s {
	width: 960px auto;
	height: 2px;
	background-color: #0e357f;
}
#top_footer {
	margin: -35px 0 10px 0;
}
#black_space {
	width: 960px;
	height: 40px;
	background-color: #000000;
}
/*========================= ページトップへ=========================*/ 
#toTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#toTop a {
	display: block;
	z-index: 999;
}
#toTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*========================= form=========================*/ 
#formWrap {
	width: 760px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
	vertical-align:middle;
}
/*=========================news=========================*/ 

.newsbox1 {
	width: 760px;
	margin-left: 100px;
}
.texbox {
	width: 760px;
}
.newstitle{
	font-size:120%;
	padding:5px 0 5px 0 ;
	border-top:solid 1px;
	border-bottom:solid 1px;
	}
.newsphoto{
	margin:20px 20px 5px 0;
	float:left;
	}