@import url("global.css");

.mainvisual {
	background: url(../event/img/main.jpg) no-repeat center center;
	background-size: cover;
}
.contents {
	margin: 0 auto;
	width: 900px;
}

/* ------------------------------
 Index
------------------------------ */

ul.list {
	border-top: #ccc 1px dotted;
}
ul.list li {
	padding: 15px 5px;
	border-bottom: 1px dotted #ccc;
}
ul.list li a {
	display: block;
	padding: 10px 50px 10px 15px;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	position: relative;
}
ul.list li a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #8c2048;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -7px;
}
ul.list li.pdf a::after {
	width: 30px;
	height: 30px;
	background: url(../img/topics_pdf.png) no-repeat center center;
	background-size: contain;
	border: none;
	right: 5px;
	margin-top: -15px;
}
ul.list li.blank a::after {
	width: 24px;
	height: 24px;
	background: url(../img/topics_blank.png) no-repeat center center;
	background-size: contain;
	border: none;
	right: 8px;
	margin-top: -12px;
}
ul.list li div {
	padding: 10px 15px;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
}
ul.list li span {
	display: block;
}
ul.list li .date {
	float: left;
	width: 120px;
	color: #8c2048;
	font-weight: bold;
	letter-spacing: 0;
}
ul.list li .text {
	margin-left: 120px;
}
ul.list li a .text {
	text-decoration: underline;
}
ul.list li a:hover {
	background: #F1E8E8;
	border-radius: 4px;
}


/* ------------------------------
 Entry
------------------------------ */

article.post h1 {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 900;
	margin-bottom: 24px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post p.date {
	color: #B25232;
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
article.post .postbody {
/*	display: inline-block;*/
	text-align: left;
}

article.post .pdf {
	margin: 40px 0 0;
	clear: both;
}
article.post .pdf a {
	display: block;
	padding: 15px;
	background-color: #593018;
	color: #fff;
	border-radius: 2px;
	font-weight: 700;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	text-align: center;
}
article.post .pdf a::after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../img/topics_pdf.png) no-repeat center center;
	background-size: contain;
}
article.post .pdf a:hover {
	background-color: #8C2048;
}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){






}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents {
	width: auto;
}

/* ------------------------------
 Index
------------------------------ */

ul.list li {
	padding: 10px 0;
}
ul.list li a {
	line-height: 1.5;
	padding: 15px 30px 15px 10px;
}
ul.list li a::after {
	right: 5px;
}
ul.list li div {
	padding: 15px 10px;
	line-height: 1.5;
}


/* ------------------------------
 Entry
------------------------------ */


}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

/* ------------------------------
 Index
------------------------------ */

ul.list li a {
	display: block;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	padding: 15px 5px;
}
ul.list li a::after {
	display: none;
}
ul.list li.pdf a::after {
	display: block;
	right: auto;
	left: 100px;
	top: 8px;
	margin-top: 0;
}
ul.list li.blank a::after {
	display: block;
	right: auto;
	left: 100px;
	top: 8px;
	margin-top: 0;
}
ul.list li div {
	font-size: 16px;
	overflow: hidden;
	padding: 15px 5px;
	line-height: 1.5;
}
ul.list li span {
	display: block;
}
ul.list li .date {
	float: none;
	width: auto;
	margin-bottom: 3px;
	font-size: 15px;
}
ul.list li .text {
	margin-left: 0;
}
ul.list li a:hover {
	background: inherit;
}


/* ------------------------------
 Entry
------------------------------ */

article.post h1 {
	font-size: 22px;
	padding: 0 10px;
}
article.post p.date {
	margin-bottom: 20px;
}



}







