
/*-----------------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------------*/

/*------------------------------ メイン画像 ----------*/
#mainImg {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	height: 600px;
	text-indent:100%;
	white-space:nowrap;
	background: url(../img/top/main.jpg?01) 50% 0 no-repeat #efefef;
	margin:0 0 42px 0;
}

/*------------------------------ お知らせ一覧 ----------*/
#topics {
	margin:0 auto 85px auto;
	min-height: 470px;
	width:1000px;
	text-align: left;
	word-wrap: break-word; /* 英語や記号などが改行しない時対応 */
}
#news {
	position: relative;
	width:660px;
	float:left;
}

.topics-inner{
    max-height: 410px;
    overflow-y: scroll;
}

.topics-inner .list{
    margin: 0 !important;
    padding: 20px 10px 0 !important;
}

.topics-inner .list li:last-child{
	margin-bottom: 0;
}

ul.list {
	margin:20px 10px;
}
ul.list li span.data {
	font-weight: 700;
}
ul.list li p {
	margin:5px 0 0 0;
}
ul.list li {
	margin-bottom:10px;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
p.more {
	position: absolute;
	top:17px;
	right: 10px;
	font-size: 14px !important;
}
p.more:before {
	content:"> ";
}


/*-- カテゴリー --*/
.cat {
	border-radius: 20px;
	width:85px;
	display: inline-block;
	text-align: center;
	color:#fff;
	margin-left:20px;
}
/*-- カテゴリー 重要 背景色 --*/
.notice {
	background:#b22222;
}
	/*-- カテゴリー 更新情報 背景色 --*/
.renew {
	background:#076baf;
}

/*-- カテゴリー 入試情報 背景色 --*/
.test {
	background:#c61c56;
}
/*-- カテゴリー その他 背景色 --*/
.other {
	background:#0c8c43;
}

/*-- Facebook  --*/
#fbWrap {
	float:right;
	width:300px;
	height: 460px;
	background: #efefef;
}
#fb-root {
	display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.fb-page {}

/*------------------------------ 協創経営プログラムとは ----------*/
#info-program h1 {
	margin-bottom:20px;
}
.programList {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0;
	min-width:1000px;
}
.programList li {
	position:relative;
	float:left;
	width:50%;
}
.programList li img {
	width:100%;
	height:auto;
}

.programList li div {
	position:absolute;
	bottom:0;
	left:0;
	height:150px;
	color:#fff;
	font-size:20px;
	font-weight: 700;
	width:100%;
	line-height: 150%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.programList li div.shimano13 {
	background:rgba(112,172,17,0.80);
}
.programList li div.shimano13 span {
	display: block;
	font-size: 40px;
	margin:30px 0 20px 0;
}
.programList li div.tecnagasawa {
	background:rgba(27,138,210,0.80);
}
.programList li div.tecnagasawa span {
	display: block;
	font-size: 40px;
	margin:30px 0 20px 0;
}

/*------------------------------ 2つの分野 ----------*/
#field {
	position: relative;
	padding:40px 0 62px 0;
	background:url(../img/top/bg-about.jpg) 50% 50% no-repeat;
	background-size:cover;
	min-width: 1000px;
}
#field p,
#field div {
	margin-bottom:50px;
	text-align: center !important;
}
.more-square {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:46px auto 0 auto !important;
	line-height: 60px;
	font-size: 14px;
	width:300px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border:1px solid #3f688a;
}
.more-square:after {
	position: absolute;
	content:'>';
	top:0;
	right:70px;
}
.more-square a {
	display: block;
	background:#fff;
}

/*-----------------------------------------------------------------------------------------
	４０４ERRORページ
-----------------------------------------------------------------------------------------*/

#error {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:100px 0 0 0;
	text-align:center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.page-header {
	position: relative !important;
	width:100%;
	margin-bottom:5%;
	z-index: 0 !important;
	height: auto !important;
}
#ttl-error h1 {
	font-size:20px;
}

/*-----------------------------------------------------------------------------------------
	下層ページ共通
-----------------------------------------------------------------------------------------*/

#ttl-head {
	position: relative;
	clear:both;
	overflow: hidden;
	background:#4c7394;
	margin:20px 0 45px 0;
	padding:40px 0 30px 0;
	color:#fff;

	letter-spacing: 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#ttl-head span {
	display: block;
	font-size: 12px;
	margin-top:20px;
}

/*-----------------------------------------------------------------------------------------
	お知らせ一覧・詳細(元cssはトップページの.listでレイアウト)
-----------------------------------------------------------------------------------------*/
/*---------- コンテンツエリア ----------*/
.content {
	position: relative;
	width:660px;
	float:left;
	word-wrap: break-word; /* 改行 */
}
.content img {
	max-width:660px;
}
.content table {
	border-top:1px solid #b6c4cf;
	border-left:1px solid #b6c4cf;
	table-layout: auto;
}
.content table th,
.content table td {
	padding:5px;
	border-right:1px solid #b6c4cf;
	border-bottom:1px solid #b6c4cf;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*---------- 一覧 ----------*/
ul.topics li {
	position: relative;
	padding:30px 0;
	margin:0 !important;
	border-bottom:1px solid #b6c4cf;
}
ul.topics {
	margin:0 !important;
}
ul.topics li p {
	margin:23px 0 0 0;
}
/*---------- 詳細 ----------*/
#entry-header {
	position: relative !important;
	width:100%;
}
#entry-header h1 {
	margin:20px 0 50px 0;
	line-height: 170%;
}
.entry-content {
	position: relative;
	margin-bottom: 100px;
}
.entry-content p {
	position: relative;
	margin-bottom: 30px;
	line-height: 200%;
}
.entry-content img {
	max-width:660px;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------------
	サイドメニュー
-----------------------------------------------------------------------------------------*/

#secondary {
	position: relative;
	float:right;
	width:300px;
	text-align: left;
}
#secondary h2 {
	position: relative;
	clear:both;
	overflow: hidden;
	background:#003664;
	color: #fff;
	font-size: 20px;
	padding-left:15px;
	margin-bottom:13px;
	line-height: 60px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#secondary ul {
	margin-bottom:75px;
}
#secondary ul li {
	position: relative;
	clear:both;
	overflow: hidden;
	padding:15px;
	border-bottom:1px solid #cdd4da;
}
.widget_recent_entries a {
	display: block;
	margin-top:20px;
}
.widget_recent_entries span {
	position: absolute;
	top:10px;
	left: 15px;
}

@media only screen and (max-width: 680px) {

	/*-----------------------------------------------------------------------------------------
		トップページ
	-----------------------------------------------------------------------------------------*/

	/*------------------------------ メイン画像 ----------*/
	#mainImg {
		min-width: 100%;
		height: 200px;
		background: url(../img/top/main.jpg?01) 50% 0 no-repeat #efefef;
		background-size:auto 100%;
		margin:0 0 10% 0;
	}

	/*------------------------------ お知らせ一覧 ----------*/
	#topics {
		margin:0 auto 10% auto;
		min-height: 400px;
		width:100%;
	}
	#news {
		width:100%;
		float:none;
	}
	ul.list {
		margin:4% 0 0 0;
	}
	ul.list li span.data {}
	ul.list li p {
		margin:3% 0 3% 0;
		font-size:14px;
		border:none;
	}
	ul.list li {
		padding:0 2%;
		border-bottom:1px solid #efefef;
	}
	p.more {
		position: absolute;
		top:3%;
		right: 2%;
		font-size: 16px !important;
	}
	p.more:before {}

	/*-- カテゴリー --*/
	.cat {
		border-radius: 20px;
		width:85px;
		display: inline-block;
		text-align: center;
		color:#fff;
		margin-left:20px;
	}
	/*-- カテゴリー 重要 背景色 --*/
	.notice {}
	/*-- カテゴリー 更新情報 背景色 --*/
	.renew {}
	/*-- カテゴリー 入試情報 背景色 --*/
	.test {}
	/*-- カテゴリー その他 背景色 --*/
	.other {}

	/*-- Facebook  --*/
	#fbWrap {
		float:none !important;
		width:100% !important;
		height: auto !important;
		margin: 20px auto 4% auto;
		background: #fff;
	}
	#fb-root {}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style]{}

	.fb-page {
		width:100%;
		margin-bottom:5%;
	}

	/*------------------------------ 協創経営プログラムとは ----------*/
	#info-program h1 {
		margin:0 auto 4% auto;
		width:70%;
	}
	#info-program h1 img {
		width:100%;
		height: auto;
	}
	.programList {
		margin:0;
		min-width:100%;
	}
	.programList li {
		float:none;
		width:100%;
		clear: both;
	}
	.programList li img {}

	.programList li div {
		height:auto;
		font-size:10px;
		width:100%;
		padding:5% 0 3% 0;
	}
	.programList li div.shimano13 {}
	.programList li div.shimano13 span {
		font-size: 22px;
		margin:0 0 4% 0;
	}
	.programList li div.tecnagasawa {}
	.programList li div.tecnagasawa span {
		font-size: 22px;
		margin:0 0 4% 0;
	}

	/*------------------------------ 2つの分野 ----------*/
	#field {
		padding:10% 0 12% 0;
		min-width: 100%;
	}
	#field p {
		margin-bottom:10%;
	}
	#field img {
		width:100%;
		height: auto;
	}
	#field .f1 {
		width:85%;
		margin: 0 auto 7% auto;
	}
	#field .f2 {
		width:90%;
		margin: 0 auto 10% auto;
	}
	#field .f3 {
		width:96%;
		margin: 0 auto 10% auto;
	}
	.more-square {
		margin:8% auto !important;
		line-height: 40px;
		width:80%;
	}
	.more-square:after {
		right:5%;
	}
	.more-square a {}

	/*-----------------------------------------------------------------------------------------
		４０４ERRORページ
	-----------------------------------------------------------------------------------------*/

	#error {
		padding:10% 0 0 0;
	}
	.page-header {
		width:100%;
		margin-bottom:5%;
		z-index: 0 !important;
		height: auto !important;
	}
	#ttl-error {
		margin:4% 0 0 0;
		line-height: 150%;
		font-size: 14px;
	}

	/*-----------------------------------------------------------------------------------------
		下層ページ共通
	-----------------------------------------------------------------------------------------*/

	#ttl-head {
		margin:0 0 5% 0;
		padding:6% 0;
		letter-spacing: 5px;
	}
	#ttl-head span {
		margin-top:4%;
	}

	/*-----------------------------------------------------------------------------------------
		お知らせ一覧・詳細(元cssはトップページの.listでレイアウト)
	-----------------------------------------------------------------------------------------*/
	/*---------- コンテンツエリア ----------*/
	.content {
		width:100%;
		float:none;
		margin-bottom:4%;
	}
	.content img {
		max-width:96%;
	}
	.content table {}
	.content table th,
	.content table td {
		padding:2%;
	}
	.content article {
		padding:4%;
	}

	/*---------- 一覧 ----------*/
	ul.topics li {
		padding:6% 4%;
	}
	ul.topics {}
	ul.topics li p {
		margin:5% 0 0 0;
	}
	/*---------- 詳細 ----------*/
	#entry-header {
		width:100%;
		margin-bottom:5%;
		z-index: 0 !important;
		height: auto !important;
	}
	#entry-header h1 {
		margin:4% 0 0 0;
		line-height: 150%;
	}
	.entry-content {
		padding:0;
		margin-bottom: 10%;
	}
	.entry-content p {
		position: relative;
		margin-bottom: 5%;
		line-height: 200%;
	}
	.entry-content img {
		max-width:660px;
		height: auto;
		display: block;
		margin-bottom: 30px;
	}

	/*-----------------------------------------------------------------------------------------
		サイドメニュー
	-----------------------------------------------------------------------------------------*/

	#secondary {
		float:none;
		width:100%;
	}
	#secondary h2 {
		font-size: 16px;
		padding-left:4%;
		font-weight: 700;
		margin-bottom:0;
	}
	#secondary ul {
		margin-bottom:0;
	}
	#secondary ul li {
		padding:4%;
	}
	.widget_recent_entries a {}
	.widget_recent_entries span {}
















}
