@charset "utf-8";

/*-------------------------------*/
/*	一覧ページ
/*-------------------------------*/
.menu_list_writer .menu_thm {
	width: 24%;
}
.menu_list_writer .menu_thm img {
	border-radius: 50%;
}
.menu_list_writer .menu_contents {
	width: 72%;
}
.menu_list_writer .menu_description {
	font-size: 0.8em;
}

/* ------------------------------------
	詳細ページ
------------------------------------*/
.block_writer_article { }
.writer_thm {
	text-align: center;
	margin-bottom: 4%;
/*
	width: 60%;
	margin: 0 auto;
*/
}
.writer_thm img {
	max-height: 270px;
}
.writer_body {
	font-size: 0.9em;
}

/* ------------------------------------
	丸アイコンリスト
------------------------------------*/
.writer_list {
	font-size: 0;
}
.writer_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	margin-bottom: 3%;
}
.writer_item a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.writer_icon {
	padding: 0 4%
}
.writer_icon img {
	border-radius: 50%;
}
.writer_name {
	margin-top: 5%;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
@media only screen and (max-width: 639px) {
	.writer_name {
	font-size: 2.8125vw;
	}
}

