@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
	font-size: 100%;
}

body {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.7;
	color: #432;
	background-color: #00cc7e;
	/*
    margin: 0
    */
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* レイアウト */

.wrapper {
	max-width: 900px;
	margin: auto;
	padding: 0 1.5rem;
}

.align-center {
	text-align: center
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.post-header {
	border: solid 1px #aaaaaa;
	padding: 18px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5)
}


.post-header-hb {
	border: solid 1px #aaaaaa;
	padding: 18px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(0,204,126,0.3)
}

.post {
	display: flex;
	justify-content: space-between;
}

.sub-menu {
	width: 20%;
	margin: 3px 0 3px;
	padding: 10px;
}

.section-div {
	width: 75%;
}

.section {
	clear: both;
	border: solid 1px #aaaaaa;
	margin: 10px 0 10px;
	padding: 18px;
	border-radius: 5px;
	overflow: hidden;
	background: linear-gradient(#ffffff 0%, #dfdfdf 100%);
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
}

.list {
	margin: 10px 20px;
}

/* 見出し */
.font-UnifrakturMaguntia {
	font-family: 'UnifrakturMaguntia', cursive;
	font-weight: normal;
}

.page-title {
	font-size: 3rem;
	text-align: left;
}

.article-title {
	font-size: 1.8rem;
	text-align: left;
	color: #0115cb;
}

.sub-title {
	color: #666666;
	font-size: 1rem;
	text-align: right;
	font-weight: normal
}

.page-header-p {
	font-size: 0.75rem;
	color: #444444;
	text-align: center;
	display: block
}

.post-header h3 {
	font-size: 1.2rem;
	color: #990000;
	margin-top: 10px;
	margin-left: 150px;
}

.post-header-p {
	font-size: 1rem;
	color: #444444;
	text-align: left;
	display: block
}
		
.section h2 {
	font-size: 1.25rem;
	color: #cc0033;
	font-weight: bold;
	line-height: 28px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0
}

section p {
	font-size: 1rem;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0
}

.section figcaption {
	color: #666666;
	font-size: 10px;
	display: block
}



/* ヘッダー
------------------------------- */

.page-header {
	padding-top: .5rem;
}

.logo {
	width: 415px;
	margin-top: 1rem;
}

.main-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.1rem;
	font-size: 0.65rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	border-radius: 5px;
	list-style: none;
}

	.main-nav a {
		display: block;
		width: 105px;
		line-height: 30px;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		background-color: #333333;
		border-right: solid 1px rgba(255,255,255,0.2);
	}


		.main-nav a:hover {
			background-color: rgba(1,122,205,0.3);
		}

	.main-nav :first-of-type a:hover {
		border-radius: 5px 0 0 5px
	}


/* ヘッダーカバー画像
------------------------------- */

.counter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	align-items: center;
}

.post-header figure{
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	display: block
}

.header-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	align-items: center;
}


/*　日大闘争関連
-------------------------------*/

.cover-nufight {
    background-image: url("../img/danketu3.gif");
    background-repeat: repeat;
}


.cover-helmet {
	background-image: url("../img/helmet.gif");
	background-repeat: repeat;
}


.flex-end {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: flex-end;
	margin: 10px;
}


	/*　Beatles関連
-------------------------------*/

	.cover-beatles {
    background-image: url("../Beatles/gif/Ric11.GIF");
    background-repeat: repeat;
}



	/*　写真集
-----------------------------------------------*/

.photo-table {
	clear: both;
	border: double 10px #009999;
	margin: 10px auto 10px;
	padding: 10px;
	border-radius: 5px;
}

.photo-th {
	border: solid 2px #000099;
	padding: 10px;
	background-color: rgba(0,204,204,0.3)
}



.photo-td {
	border: solid 2px #000099;
	padding: 10px;
}


/* ビラ関係
------------------------------- */

.bill-table {
	border-collapse: collapse;
}

.bill-table, .bill-th, .bill-td {
	border: 1px solid #808080
}

.bill-caption {
	text-align: center;
	font-size: X-large;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
}

.bill-th {
	color: #ffffff;
	background-color: #0000cc;
	text-align: center;
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
}

.bill-td {
	background-color: #ffffff;
}

.bill {
	width: 100px
}

.date {
	width: 90px
}

.titlea {
	width: 445px
}

.issuer {
	width: 245px
}


/* カレンダー関連
------------------------------- */

.cal-table {
	background-color: #f5f5dc;
	clear: both;
	border: solid 2px #000000;
	margin: 5px auto 5px;
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #333
}

.m-table {
	border: solid 2px #000000;
	margin: 5px;
	padding: 10px;
}

.y-tr {
	border: solid 2px #000000;
	margin: 5px;
	padding: 10px;
}

.y4-tr {

}

.w-tr {
	border: solid 2px #000000;
	margin: 5px;
	padding: 10px;
}

.d-tr {

}

.w-th {
	color: black;
}

.sund-th {
	color: red;
}

.satd-th {
	color: blue;
}

.y-td {
	border: solid 2px #000000;
	margin: 5px;
	padding: 10px;
	background-color: #e6e6fa;
	font-weight: bold;
}

.y4-td {
	vertical-align: top;
}

.m-td {
	color: black;
}

.d-td {
	color: black;
}

.sund-td {
	color: red;
}

.satd-td {
	color: blue;
}



/* サイドバー */
.sub-nav a {
	/*
    background: none;
    */
	font-size: 12px;
	color: #0000cc;
	font-weight: bold;
	line-height: 22px;
}


/* MENU
------------------------------- */


/*　セクション画像　*/

.photo-odd {
	float: right;
	margin-left: 15px;
	margin-bottom: 3px
}


.photo-even {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px
}

/* ボタン */

/* SNSボタン全体 */
.sns-button {
	margin: 3px;
	padding: 0px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

	.sns-button a {
		text-decoration: none;
	}


/* SNSボタン全体 */
.sns-button {
	margin: 3px;
	padding: 0px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

	.sns-button a {
		text-decoration: none;
	}


	/* 各 SNS ボタンのボックス */
	.sns-button li {
		display: inline-block;
		margin: 5px;
		padding: 0px;
		border-radius: 4px;
		box-shadow: 2.8px 2.8px #4c4550;
		width: 40px;
		height: 40px;
	}

	/* アイコン */
	.sns-button i {
		text-align: center;
		font-size: 20px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		color: #fff;
	}

	/* アイコンホバー */
	.sns-button li:hover {
		opacity: 0.8;
	}


/* ボタンの色 */
.button_twitter {
	background: #1da1f2;
}

.button_facebook {
	background: #3b5998;
}

.button_line {
	background: #6cc755;
}




/* フッター
------------------------------- */
.footer {
	color: #888888;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	border-top: solid 1px #aaaaaa
}

.copyright {
	font-style: normal;
	text-align: center;
	display: block
}


/* タブレット／その他モバイル端末対応
-----------------------------------------*/
@media (max-width: 260px) {
	.main-nav {
		height: 230px;
	}

	@media (260px < width <= 365px) {
		.main-nav {
			height: 120px;
		}

		@media (365px < width <= 472px) {
			.main-nav {
				height: 90px;
			}

			@media (472px < width < 792px) {
				.main-nav {
					height: 60px;
				}

				@media (min-width: 792px) {
					.main-nav {
						height: 30px;
						background-color: none;
					}
				}
			}
		}
	}
}



