@charset "utf-8";
/* CSS Document */

#top #from_author {
	background-image: url(../images/top_from_author_bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #ccc;
	color: #377369;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#top #from_author p {
	margin: 1rem auto;
	width: 80%;
}
#top #himemiko_list {
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}
#top #himemiko_list ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
#top #himemiko_list li {
	display: inline-table;
	text-align: center;
	width: 96px;
}
#top aside {
	margin-left: 1rem;
	margin-top: 1rem;
}
#top aside #out_site {
	color: #cd637a;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-left: 2rem;
}
#top aside #out_site a {
	color: #cd637a;
	border-bottom: 1px dashed #cd637a;
	text-decoration: none;
	padding-bottom: 0.3rem;
}
#top aside #out_site li {
	list-style: disc;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
#prof #main {
	margin: 1rem;
}
#prof #main .pure-g {
	overflow: hidden;
}
#prof #main .description {
	color: #6b6b6b;
}
#prof #main #asami,
#prof #main #yasuko {
	margin: 1rem;
}
#prof #main #yasuko {
	float: right;
}

#events #main {
	margin: 1rem;
}
#events h3 {
	color: #996633;
}
#events .event_day {
	color: #1088c6;
	font-weight: bold;
}
#events .event_day .f_small{
	font-size: 90%;
}
#events .event_day .f_large{
	font-size: 180%;
}
#events .event {
	border-top: 5px dotted #900;
	margin-top: 2rem;
	padding-top: 2rem;
	position: relative;
}
#events .event_img {
	width: 216px;
	height: auto;
}
#events .event_img img {
	width: 100%;
	height: auto;
}
#events blockquote.twitter-tweet {
	margin: 0 auto;
}

@media screen and (min-width : 960px) {
#events .event h3 {
	margin-left: 400px;
}
#events .event_img {
	position: absolute;
	top: 2rem;
}
#events .event_day {
	position: absolute;
	top: 2rem;
	margin-left: 260px;
}
#events .description {
	margin-left: 400px;
	margin-top: 2rem;
}
}