@charset "utf-8";
/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
/* @media screen and (min-width: 769px), print { */

#main-area h1 {
	font-size: 2em;
}
#main-area h1 small {
	font-size: 0.65em;
	display: block;
}
#main-area section h2 {
	color: #BD6F22;
	font-size: 1.7em;
	margin-top: 45px;
	padding: 35px 0;
	border-top: 1px dotted #000;
	line-height: 1.8em;
}
#main-area section article {
	padding: 35px 0;
	border-top: 1px dotted #000;
	line-height: 1.8em;
}
#main-area section article h3 {
	color: #666;
	font-size: 2em;
	margin-bottom: 35px;
	line-height: 1.2em;
}
#main-area section article .date {
	font-size: 0.92em;
}
#main-area section article .body {
	font-size: 0.92em;
}
#main-area section .btn-event {
	margin-top: 1.5em;
}
#main-area section .btn-event a {
	color: #000;
	font-size: 1.2em;
	padding: 0.6em 1.4em;
	background-color: #fff;
	border: 1px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: center;
	display: inline-block;
}
#main-area section .btn-event a:hover {
	background: url(../../common/img/bt_over_bg.gif);
	background-size: cover;
	text-decoration: none;
}
#main-area section .prevnext {
	padding: 35px 0;
	border-top: 1px dotted #000;
	line-height: 1.8em;
}
#main-area section .prevnext .prev {
	width: 317px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
#main-area section .prevnext .next {
	width: 318px;
	text-align: right;
	vertical-align: top;
	display: table-cell;
}
/* sidebar */
#sidebar ul.archive {
	margin-bottom: 70px;
}
#sidebar ul.archive li {
	margin-bottom: 1em;
}
#sidebar ul.archive li::before {
	font-size: 0.5em;
	padding-right: 1em;
	content: "●";
	vertical-align: middle;
	display: inline-block;
}

/* } */


/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 680px) {

.ky_sc_title {
	margin-top: 2em;
}
table {
	font-size:0.85em;
	margin-top: 2em;
	width:auto !important;
}
table td {
	padding-left:5px;
	padding-right:5px;
}

}
