/*! BASESTYLE CSS */


body {
	margin: 0;
	padding: 0;
    font-family:-apple-system,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.8;
    font-size: 16px;
	color: #333;
	overflow-x: hidden;
	letter-spacing: 1px;
	text-align:left;
	background:#FFFFFF;

	    
	*font-size: small;
	*font: x-small;
	}


a:link {
	text-decoration:none;
	color: #333;
	}
		
a:visited {
	text-decoration:none;
	color: #333;	
	}

a:active {
	text-decoration:none;
	color: #333;
	}
		
a:hover {
	text-decoration:underline;
	color: #333;
	}


h1 {
	font-size: 30px;
	text-align: center;
	margin: 50px;
	line-height: 2.5;
	color: #666;
}

hr {
	width: 95%;
	text-align: center;
}

.hr_box{
	width: 95%;
	text-align:center;
}

.box{
	text-align:center;
	}
	

/*!------- TOP イメージ（共通）--------- */

#top_img {
		background-image: url("/jigyo/pfsympo2021/img/top.jpg");
		background-size: cover;
		background-position: left;
		background-repeat: no-repeat;
		padding: 130px 20px;		
		width:100%;
}


/*!------- FOOTER（共通） --------- */

footer {
	background: #CCC;
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}

footer .f_text{
	font-size:14px;
	text-align:center;
	padding-top: 30px;
}


/*!------- MENU（INDEX）--------- */

#menu {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

#menu table {
	width: 95%;
	padding: 30px;
	text-align:left;
	border-spacing: 50px 10px;
}

#menu table th{
	text-align:center;
	font-weight:bold;
	width: 30%;
	font-size: 18px;
}

#menu table td {
	padding: 10px 10px;
	vertical-align:top;
}



/*!------- UNIVERSITY 大学一覧（INDEX）　--------- */

#uni {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

#uni .title {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left: 50px;

}

#uni .text {
}

#uni .box2 {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 30px;
	
}



/*!------- LOCAL GOVEMENT 自治体（INDEX） --------- */

#gov {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

#gov .title{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left: 50px;

}

#gov table {
	width: 80%;
	padding: 10px;
	text-align: left;
	border-color: #666666;
}

/*!------- LOCAL COMPANY 産業界（INDEX） --------- */

#com {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}

#com .title{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left: 50px;

}

#com table {
	width: 80%;
	padding: 10px;
	text-align: left;
	border-color: #666666;
}

/*!------- NAVI-BAR（STUDY） --------- */

.nav {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px  20px;
	font-size:14px;
}


/*!------- SUB-TITLE（STUDY） --------- */

.sub_title_box {
	background: #EEE8AA;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 40px;
	font-size:24px;
	font-weight:bold;
}


/*!------- 左メニュー（STUDY） --------- */
.l_menu_box {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 50px;
	margin-top: 20px;
	font-size:16px;
}

/*!------- 右メイン（STUDY） --------- */
.main_title_box {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 30px 0 10px 10px;
	font-size:18px;
	font-weight:bold;
}

.main_c_box {
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 30px;
}