@charset "utf-8";
/* CSS Document */


/*******************************
見出し
*******************************/
h2 {
    font-size:28px;
    font-weight: bold;
	color:#FFF;
	background:#999;
	padding:7px 10px;
	border-left:15px solid #666;
	margin-bottom:35px;
}


/*******************************
メイン部分
*******************************/
#mainVisual {
	background:url(../images/main.jpg) no-repeat;
	background-size:100%;
	width:100%;
	height:300px;
	overflow:hidden;
}

#mainTxtTrend {
	width:1000px;
	margin:0 auto;
	padding:50px 0 0;
}

#mainTxtTrend  h1 {
	color:#004481;
	font-size:40px;
	font-weight:bold;
}

#mainTxtTrend  p {
	color:#004481;
	font-size:24px;
	line-height:140%;
}

/*******************************
メインコンテンツ
*******************************/
#mainContents {
	overflow:hidden;
	margin-top:40px;
}

.institutionBox {
	overflow:hidden;
	margin:0 0 40px;
}

.institutionTitle  {
	overflow:hidden;
}

.institutionTitle h3 {
	font-size:24px;
	font-weight:bold;
	color:#7b242e;
	padding-bottom:20px;
	float:left;
}

.institutionTitle p {
	float:right;
	font-size:18px;
	margin-top:5px;
}

.institutionBoxInner img {
	float:left;
}

.institutionRight {
	width:800px;
	float:right;
}

.institutionRight table {
	width:100%;
	border-collapse:collapse;
	border-left:#CCC 2px solid;
	border-top:#CCC 2px solid;
	line-height:140%;
	clear:both;
}

.institutionRight table th {
	padding:10px;
	border-collapse:collapse;
	border-right:#CCC 2px solid;
	border-bottom:#CCC 2px solid;
	background-color:#eeeeee;
	text-align:center;
	vertical-align:middle;
	width:15%;
}

.institutionRight table td {
	padding:10px;
	border-collapse:collapse;
	border-right:#CCC 2px solid;
	border-bottom:#CCC 2px solid;
	vertical-align:middle;
}

.institutionTxt01 {
	font-size:14px;
	margin:15px 0 10px;
}

.institutionBoxInner02 {
	overflow:hidden;
}

.tell_01_wrap {
	margin-right:20px;
	float:left;
	width:500px;
}

.tell_01_wrap img {
	cursor:pointer;
}

.tell_01 {
	padding:15px;
	background-color:#fafadd;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#000;
	line-height:110%;
	display:none;
}

.tell_02_wrap {
	margin-right:20px;
	float:left;
	width:500px;
}

.tell_02_wrap img {
	cursor:pointer;
}

.tell_02 {
	padding:15px;
	background-color:#fafadd;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#000;
	line-height:110%;
	display:none;
}

a.btn_hp {
	float:left;
	width:280px;
}

.institutionLink {
	width:600px;
	margin:0 auto 60px;
}

.institutionLink a {
    background-color:#6e9ac2;
    color:#fff;
    display:block;
    font-size:20px;
	font-weight:bold;
    height:28px;
    line-height:130%;
    padding:18px 10px 16px;
    text-align:center;
    text-decoration:none;
}