html {
	color: #000;
	background: #f6f6f6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sub {
	vertical-align: text-top
}

sup {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,
textarea,
select {
	*font-size: 100%
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}

/* ========================== */
/* general settings */

html {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #525457;
}

body {
	background-color: #ffffff;
}

a {
	color: #5984e5;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(256, 180, 80, 0.20);
}

a:visited {
	color: #5984e5;
}

a:hover,
a:active {
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	color: #ffa273;
}

#container_a {
	overflow: hidden;
	/* for child-float hack*/
	width: 100%;
	max-width: 1300px;
	min-width: 960px;
	margin: 0 auto 0 auto;
}

.clear {
	clear: both;
}

.smaller {
	font-size: 80%;
}

.divider {
	color: #e6e7ea;
}

.amazon_button a {
	display: inline-block;
	overflow: hidden;
	width: 72px;
	height: 21px;
	background: url(../img/common/parts_sprite.png) -18px -46px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

.new {
	display: inline-block;
	width: 37px;
	height: 17px;
	margin-left: 10px;
	background: url(../img/common/parts_sprite.png) -18px -78px;
	background-size: 237px 217px;
}

.outer_site {
	display: inline-block;
	overflow: hidden;
	width: 13px;
	height: 11px;
	margin-left: 6px;
	background: url(../img/common/parts_sprite.png) -18px -67px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

.with_border {
	border: 1px solid #ccd;
}


/* ========================== */
/* header */

#header {
	margin: 43px 0 43px 0;
}

#header .logo {
	float: left;
	margin-left: 45px;
}

#header .logo a {
	font-size: 0px;
}

#header .logo img {
	width: 328px;
}

#header .header_menu {
	float: right;
	margin: 33px 45px 0 0;
}

#header .header_menu li {
	display: inline;
	font-size: 14px;
}

#header .header_menu a {
	color: #92959a;
}

#header .header_menu a:hover {
	color: #ffa273;
}

#header .border {
	clear: both;
}

#header .menu {
	padding: 0 45px 0 55px;
}

#header .menu li {
	display: inline;
	padding: 0 25px 0 18px;
	background: url(../img/common/arrow_r.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
}

#header .menu .drawer {
	display: none;
}

/* ========================== */
/* main_contents and side_contents */

#main_contents {
	/* float: left; */
	width: 100%;
	margin-bottom: 1em;
}

#main_contents .wrapper {
	/* margin-right: 396px; */
}

#side_contents {
	float: right;
	width: 336px;
	margin: 0 40px 0 -396px
}


/* ========================== */
/* main_contents */

#entries .entry {
	margin: 0 30px 0 50px;
}

#entries .subheading {
	margin-bottom: 10px;
	line-height: 130%;
}

#entries .subheading a {
	font-size: 20px;
	font-weight: bold;
}

#entries .subheading .author {
	margin-left: 10px;
	font-size: 17px;
	color: #009900;
}

#entries .subheading .post {
	font-size: 14px;
}

#entries .eyecatch {
	float: left;
	padding: 0 20px 5px 5px;
	font-size: 0px;
}

#entries .eyecatch img {
	width: 150px;
	height: 150px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#entries p {
	line-height: 145%;
	margin: 0 0 0.5em 5px;
	font-size: 17px;
	text-justify: inter-ideograph;
}

.home #entries p {
	font-size: medium;
}

.home #entries #pwbox-1 {
	width: 100px;
}


#entries .more-link {
	display: block;
	margin-right: 5px;
	text-align: right;
}

#entries .more-link {
	padding: 0 18px 0 0;
	background: url(../img/common/arrow_r.png) right center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

#entries .info {
	margin-top: 5px;
	text-align: right;
	font-size: 14px;
}

#entries .info .date {
	white-space: nowrap;
}

#entries .border {
	padding: 10px 0 20px 35px;
	font-size: 0px;
}


/* ========================== */
/* pagenation */

#pagenation {
	padding-top: 5px;
}

#pagenation .page-numbers {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 11px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#pagenation a:hover.page-numbers {
	background-color: #ffa273;
	color: #ffffff;
}

#pagenation .prev,
#pagenation .next {
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 25px;
	margin-bottom: -6px;
	background: url(../img/common/parts_sprite.png) -18px 0px;
	background-size: 237px 217px;
	text-indent: 100%;
}

#pagenation .next {
	margin-left: 11px;
	background-position: -54px 0;
}

#pagenation .current {
	background-color: #7096ef;
	color: #ffffff;
}

#pagenation .dot {
	width: 26px;
	height: 26px;
	margin-left: 11px;
	font-weight: bold;
}


/* ========================== */
/* side_contents */

#side_contents h2 {
	padding: 4px 0 2px 10px;
	margin: 10px 0 0 -13px;
	border-left: 5px solid #ffcc33;
	font-size: 16px;
	font-weight: bold;
}

#side_contents .border {
	margin: 0 0 9px -13px;
	font-size: 0px;
}

/* magazine */

.magazine .picture {
	float: left;
	-webkit-box-shadow: 3px 4px 3px -1px #ccd;
	-moz-box-shadow: 3px 4px 3px -1px #ccd;
	box-shadow: 3px 4px 3px -1px #ccd;
	font-size: 0px;
}

.magazine .summary {
	margin-left: 75px;
}

.magazine .title {
	padding-bottom: 3px;
	line-height: 115%;
	font-size: 16px;
	font-weight: bold;
}

.magazine .title span {
	display: inline-block;
	overflow: hidden;
	width: 77px;
	height: 11px;
	margin-left: 6px;
	background: url(../img/common/parts_sprite.png) -18px -67px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

.magazine .summary ul {
	margin-left: 25px;
}

.magazine .summary li {
	padding-bottom: 3px;
	list-style-image: url(../img/common/list.png);
	font-size: 14px;
	line-height: 120%;
}

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

#magazine_control {
	float: right;
	margin-top: 3px;
}

#magazine_control .arrow_l,
#magazine_control .arrow_r {
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 21px;
	margin-bottom: -6px;
	background: url(../img/common/parts_sprite.png) -18px -25px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

#magazine_control .arrow_r {
	margin-left: 0px;
	background-position: -54px -25px;
}

.tab {
	overflow: hidden;
}

.tab li {
	background: #ccc;
	padding: 5px 25px;
	float: left;
	margin-right: 1px;
}

.tab li.select {
	background: #eee;
}

.content li {
	background: #eee;
	padding: 20px;
}

.hide {
	display: none;
}

/* announce */

.announce .sentence {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 130%;
}

/* announce & event */

.announce ul,
.event ul {
	margin-left: 25px;
}

.announce li,
.event li {
	padding-bottom: 7px;
	list-style-image: url(../img/common/list.png);
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
}

.announce .date,
.event .date {
	font-weight: normal;
	font-size: 14px;
}

/* news */
.titleBox_gsnb {
	display: none;
}

.gs-publisher {
	font-size: 13px !important;
	color: #009900 !important;
}

.gs-snippet {
	margin-left: 14px;
	font-size: 14px;
	line-height: 125%;
}

.gs-clusterUrl {
	display: none;
}

.gs-title {
	text-decoration: none !important;
	overflow: visible !important;
	color: #5984e5 !important;
	height: auto !important;
	display: inline !important;
	font-weight: bold !important;
}

.gs-title a:after {
	content: url("../img/common/outer_site.png");
}

.gs-publisher {
	padding-left: 10px;
}

.gs-title b {
	text-decoration: none !important;
	font-weight: bold !important;
	color: #5984e5 !important;
}

/* new_entry and ranking */

.new_entry .entry,
.ranking .entry {
	margin-bottom: 5px;
}

.new_entry .entry .subheading,
.ranking .entry .subheading {
	padding-left: 67px;
	margin-bottom: 3px;
	line-height: 115%;
}

.new_entry .author,
.ranking .author {
	margin-left: 5px;
	font-size: 12px;
	color: #009900;
}

.new_entry .entry .subheading a,
.ranking .entry .subheading a {
	font-size: 16px;
	font-weight: bold;
}

.new_entry .eyecatch,
.ranking .eyecatch {
	float: left;
	padding: 0 10px 8px 0;
	font-size: 0px;
}

.new_entry .eyecatch img,
.ranking .eyecatch img {
	width: 55px;
	height: 55px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.new_entry .info,
.ranking .info {
	padding-left: 67px;
	line-height: 115%;
	font-size: 14px;
}

.ranking .eyecatch {
	position: relative;
}

.ranking .eyecatch img {
	display: block;
}

.ranking .eyecatch span {
	position: absolute;
	top: -1px;
	left: 5px;
	display: inline-block;
	width: 18px;
	height: 30px;
	background: url(../img/common/parts_sprite.png) 0 0px;
	background-size: 237px 217px;
}

.ranking .rank2 span {
	background-position: 0 -30px;
}

.ranking .rank3 span {
	background-position: 0 -60px;
}

.ranking .rank4 span {
	background-position: 0 -90px;
}

.ranking .rank5 span {
	background-position: 0 -120px;
}

/* topics */

.pickup li a img {
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
}

.pickup li a:hover img {
	margin: -2px 0 2px 0;
	-webkit-box-shadow: 0 5px 3px -3px #ccd;
	-moz-box-shadow: 0 5px 3px -3px #ccd;
	box-shadow: 0 5px 3px -3px #ccd;
}

/* book_info */

.book_info .picture {
	float: left;
	margin-bottom: 15px;
	-webkit-box-shadow: 3px 4px 3px -1px #ccd;
	-moz-box-shadow: 3px 4px 3px -1px #ccd;
	box-shadow: 3px 4px 3px -1px #ccd;
	font-size: 0px;
}

.book_info .picture img {
	height: 90px;
}

.book_info .summary {
	margin-left: 75px;
}

.book_info .title {
	line-height: 115%;
	font-size: 16px;
	font-weight: bold;
}

.book_info .summary .author,
.book_info .summary .publish {
	font-size: 14px;
}

.book_info .summary .note {
	margin-top: 2px;
	line-height: 130%;
	font-size: 14px;
}

.book_info .amazon_button {
	margin-top: 2px;
	text-align: right;
}

/* search */

.search form {
	position: relative;
}

.search form .text {
	display: block;
}

.search .text {
	width: 250px;
	height: 29px;
	padding: 3px 40px 3px 15px;
	border: 1px solid #cacbd1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f6), to(#ffffff));
	background: -moz-linear-gradient(top, #f5f6f6, #ffffff);
	outline: none;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: rgba(224, 225, 225, 0.4) 0px 0px 3px 3px inset;
	-moz-box-shadow: rgba(224, 225, 225, 0.4) 0px 0px 3px 3px inset;
	box-shadow: rgba(224, 225, 225, 0.4) 0px 0px 3px 3px inset;
}

.search .text:focus {
	border: 1px solid #ffa273;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafbfb), to(#ffffff));
	background: -moz-linear-gradient(top, #fafbfb, #ffffff);
	-webkit-box-shadow: rgba(255, 225, 200, 0.5) 0px 0px 3px 3px inset;
	-moz-box-shadow: rgba(255, 225, 200, 0.5) 0px 0px 3px 3px inset;
	box-shadow: rgba(255, 225, 200, 0.5) 0px 0px 3px 3px inset;
}

.search .submit {
	position: absolute;
	top: 4px;
	left: 272px;
	display: inline-block;
	width: 31px;
	height: 31px;
	border: 0px;
	background: url(../img/common/parts_sprite.png) -18px -124px;
	background-size: 237px 217px;
	outline: none;
	cursor: pointer;
}

/* search box in main area */

#main_contents .search {
	margin-top: 30px;
	margin-bottom: 40px;
}

#main_contents .search .text {
	width: 350px;
}

#main_contents .search .submit {
	left: 372px;
}

#main_contents .search form {
	width: 407px;
	margin: 0 auto;
}

#main_contents .search .radio_button {
	margin-top: 10px;
}

#main_contents .search .radio_button .element {
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 10px;
}

#main_contents .search .radio_button label:hover {
	cursor: pointer;
}


/* social_button */

#side_contents .social_button .border {
	margin: 17px 0 17px 0;
}

#side_contents .social_button {
	margin: 5px 0 5px 0;
	text-align: center;
}

#side_contents .social_button li {
	display: inline;
}

/*
#side_contents iframe.twitter-share-button {
	width: 105px !important;
}
*/


/* ========================== */
/* bottom_contents and footer */

#container_b {
	width: 100%;
}

#container_b {
	background-color: #f6f6f6;
}

#footer .border {
	font-size: 0px;
}

#footer {
	width: 100%;
	max-width: 1300px;
	min-width: 960px;
	margin: 0 auto;
}


/* ========================== */
/* bottom_contents */

/* area_a */

/* area_b */

/* footer */

#footer {
	overflow: hidden;
	/* for child-float hack*/
	padding-bottom: 35px;
}

#footer .footer_menu {
	float: left;
	padding: 15px 0 0 45px;
}

#footer .footer_menu li {
	display: inline;
	font-size: 14px;
}

#footer .footer_menu a {
	color: #626467;
}

#footer .footer_menu a:hover {
	color: #ffa273;
}

#footer .copyright {
	float: right;
	padding: 18px 10px 0 0;
	font-size: 12px;
}

/* social_button */

#footer .social_button {
	float: right;
	padding: 10px 45px 0 0;
}

#footer .social_button li {
	float: left;
}

#footer .social_button li a {
	display: block;
	overflow: hidden;
	width: 29px;
	height: 29px;
	margin-left: 11px;
	background: url(../img/common/parts_sprite.png) -18px -95px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

#footer .social_button li.facebook a {
	background-position: -47px -95px;
}

#footer .social_button li.rss a {
	background-position: -76px -95px;
}



/* ========================== */
/* common parts */

/* profile */

#profile {
	overflow: hidden;
	/* for child-float hack*/
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #f7f8f8;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#profile .photo_and_name {
	float: left;
	width: 130px;
	text-align: center;
}

#profile .photo img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#profile .kanji {
	padding: 3px 0 3px 0;
	width: 130px;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
}

#profile .kana {
	width: 130px;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
}

#profile .profile_note {
	margin: 0 15px 0 140px;
	font-size: 15px;
	line-height: 140%;
}

#profile .profile_note .link_subheading {
	display: inline-block;
	width: 80px;
}

#profile .related_items {
	margin: 7px 0 0 20px;
}

/* related_items */

#related_items h2 {
	padding: 2px 0 0 10px;
	margin: 5px 0 20px -13px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
}

#related_items .column_1 .related_item {
	overflow: hidden;
	/* for child-float hack*/
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
}

#related_items .column_2 .related_item {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 15px;
}

#related_items .column_3 .related_item {
	float: left;
	margin-left: 2%;
	width: 31%;
	margin-bottom: 15px;
}

#related_items .related_item {}

#related_items .item_name {
	margin: 3px 0 3px 0;
	line-height: 115%;
	font-size: 16px;
	font-weight: bold;
}

#related_items .item_image {
	float: left;
	padding: 0 12px 8px 0;
	font-size: 0px;
}

#related_items .item_image .book {
	-webkit-box-shadow: 3px 4px 3px -1px #ccd;
	-moz-box-shadow: 3px 4px 3px -1px #ccd;
	box-shadow: 3px 4px 3px -1px #ccd;
}

#related_items .info {
	text-align: left;
	line-height: 130%;
	font-size: 14px;
}

#related_items .note {
	margin-top: 5px;
	line-height: 130%;
	font-size: 14px;
}

/* ========================== */
/* 404 */

#error404_header {
	margin: 0 30px 0 50px;
}

#error404_header .subheading {
	padding: 4px 0 2px 10px;
	margin: 5px 0 0 -13px;
	border-left: 5px solid #ffcc33;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

#error404_header .subheading_border {
	margin: 0 -30px 0 -13px;
	font-size: 0px;
}

.error404 .error404_image {
	margin: 50px 0 50px 0;
	text-align: center;
}

/* ========================== */
/* 404 */

#error404_header {
	margin: 0 30px 0 50px;
}

#error404_header .subheading {
	padding: 4px 0 2px 10px;
	margin: 5px 0 0 -13px;
	border-left: 5px solid #ffcc33;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

#error404_header .subheading_border {
	margin: 0 -30px 0 -13px;
	font-size: 0px;
}

.error404 .error404_image {
	margin: 50px 0 50px 0;
	text-align: center;
}

/* ========================== */
/* archive */

#archive_header {
	margin: 0 30px 0 50px;
}

#archive_header .subheading {
	padding: 6px 0 6px 10px;
	margin: 10px 0 0 -13px;
	border-left: 5px solid #ffcc33;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

#archive_header .subheading_border {
	margin: 0 -30px 0 -13px;
	font-size: 0px;
}

#archive_header .social_button {
	margin: 5px 0 15px 0;
	text-align: right;
}

#archive_header .social_button li {
	display: inline;
}

#archive_header iframe.twitter-share-button {
	width: 105px !important;
}

/* ========================== */
/* main_contents */

#single_entry .entry {
	margin: 0 30px 0 50px;
}

/* header */

#single_entry header {
	margin-bottom: 25px;
}

#single_entry header .breadcrumb {
	margin: -10px 0 0 3px;
}

#single_entry header .breadcrumb div {
	margin-right: 2px;
	display: inline;
	font-size: 14px;
}

#single_entry header .neighbor_entries_mini {
	float: right;
	margin-right: -10px;
	text-align: right;
}

#single_entry header .neighbor_entries_mini .newer_entry,
#single_entry header .neighbor_entries_mini .older_entry {
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 21px;
	margin-bottom: -6px;
	background: url(../img/common/parts_sprite.png) -18px -25px;
	background-size: 237px 217px;
	text-indent: 100%;
}

#single_entry header .neighbor_entries_mini .older_entry {
	margin-left: 5px;
	background-position: -54px -25px;
}

#single_entry header .subheading {
	padding: 6px 0 6px 10px;
	margin: 10px 0 0 -13px;
	border-left: 5px solid #ffcc33;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

#single_entry header .new {
	display: inline-block;
	width: 37px;
	height: 17px;
	margin-left: 10px;
	background: url(../img/common/parts_sprite.png) -18px -78px;
	background-size: 237px 217px;
}

#single_entry header .subheading .page {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #009900;
}

#single_entry header .subheading_border {
	margin: 0 -30px 20px -13px;
	font-size: 0px;
}

#single_entry header .eyecatch {
	float: left;
	padding: 0 20px 5px 5px;
	font-size: 0px;
}

#single_entry header .eyecatch img {
	width: 125px;
	height: 125px;
}


#single_entry header .eyecatch img {
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#single_entry header .summary p {
	font-size: 15px;
	line-height: 145%;
	text-justify: inter-ideograph;
}

#single_entry header .summary .info {
	margin-top: 5px;
	text-align: right;
	font-size: 14px;
}

#single_entry header .summary .date {
	display: inline;
}

#single_entry header .summary .modify_date {
	display: inline;
	color: #ffa172;
}

#single_entry header .summary .author {
	display: inline;
	margin-left: 5px;
}

#single_entry header .summary .post {
	color: #009900;
}

#single_entry header .summary .author_link {
	font-size: 18px;
}

#single_entry header .border {
	padding: 5px 0 0 0;
	font-size: 0px;
}

/* main */

#single_entry .main {
	padding-left: 10px;
}

#single_entry .page_1st {
	//margin-top: -1em;
}

#single_entry .main h2 {
	padding: 2px 0 0 10px;
	margin: 35px 0 17px -13px;
	border-left: 8px solid #ffcc33;
	font-size: 19px;
	font-weight: bold;
}

#single_entry .main h3 {
	padding: 4px 0 2px 12px;
	margin: 40px 0 20px 0px;
	border-left: 8px solid #009900;
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
}

#single_entry .main p,
#single_entry .main .alternative_p {
	line-height: 175%;
	margin: 1.2em 0 1.2em 0;
	font-size: 17px;
	text-justify: inter-ideograph;
}

#single_entry .main strong {
	font-weight: bold;
	color: #d8350c;
}

#single_entry .main .bold {
	font-weight: bold;
}

#single_entry .main .base_font_color {
	color: #525457;
}

#single_entry .main ul.with_mark {
	list-style-type: disc;
	padding-left: 1.5em;
}

#single_entry .main .round_frame {
	background-color: #f5f4ff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#single_entry .main .round_frame_announce {
	background-color: #fdecfd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0.5em 1em 0.5em 1em;
}

#single_entry .main ul {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1.2em;
	padding: 0.5em 1em 0.5em 0.5em;
}

#single_entry .main li {
	font-size: 17px;
	line-height: 175%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#single_entry .main .drop_indent_3em li {
	margin-left: 3em;
	text-indent: -3em;
}

#single_entry .main .drop_indent_5em li {
	margin-left: 5em;
	text-indent: -5em;
}


#single_entry .main .tanka {
	margin: 1em 0 1.4em 1.0em;
	padding-left: 1.3em;
	border-left: 4px solid #eeeeee;
	color: #009900;
	font-size: 17px;
	letter-spacing: 0.08em;
}

#single_entry .main .tanka li {
	line-height: 175%;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#single_entry .main blockquote {
	margin: 1em 0 1.4em 1.0em;
	padding: 0.5em 0 0.5em 1.3em;
	border-left: 4px solid #eeeeee;
	line-height: 175%;
	color: #005b99;
	font-size: 17px;
}

#single_entry .main .note {
	margin-left: 3em;
	margin-bottom: 5px;
	text-indent: -1.5em;
	line-height: 130%;
}

#single_entry .main .editor_notice {
	margin-top: 25px;
	margin-left: 8em;
	text-indent: -6em;
	font-size: 85%;
	color: #888888;
	line-height: 130%;
}


/* main: figure */

#single_entry .main .float_right_without_mobile {
	float: right;
}

#single_entry .main figure {
	margin: 0px 20px 10px 20px;
	padding: 8px 8px 6px 8px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 1px 2px 1px -1px #dde;
	-moz-box-shadow: 1px 2px 1px -1px #dde;
	box-shadow: 1px 2px 1px -1px #dde;
	background-color: #FDFDFE;
}

#single_entry .main figure.no_border_shadow {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: none;
}


#single_entry .main .align_center {
	margin: 0 auto 15px auto;
}

#single_entry .main figure img {
	width: 100%;
}

#single_entry .main figcaption {
	width: 100%;
	padding: 0 2px;
	font-size: 14px;
	line-height: 140%;
}

#single_entry .main figure cite {
	margin-top: 5px;
	display: block;
	font-size: 85%;
	color: #777777;
}

#single_entry .main .figure_table {
	display: table;
	border-spacing: 15px 0;
	margin: 0 auto;
}

#single_entry .main .figure_table .cell {
	display: table-cell;
	vertical-align: top;
}


#single_entry .main .figure_normal {
	float: right;
}

#single_entry .main .figure_normal img {
	width: 200px;
}

#single_entry .main .figure_normal figcaption {
	padding: 0 2px 0 2px;
	width: 200px;
	font-size: 14px;
	line-height: 140%;
	min-height: 3em;
}

#single_entry .main figure.width250,
#single_entry .main figure.width250 img,
#single_entry .main figure.width250 figcaption {
	width: 250px;
}

#single_entry .main figure.width200,
#single_entry .main figure.width200 img,
#single_entry .main figure.width200 figcaption {
	width: 200px;
}

#single_entry .main .person_a .talker {
	color: #007700;
}

#single_entry .main .person_b .talker {
	color: #d62400;
}

#single_entry .main .person_c .talker {
	color: #3d30f3;
}

#single_entry .main .talker {
	display: block;
	font-weight: bold;
}

#single_entry .main .talk_message {
	display: block;
	margin-left: 15px;
}




/* pagenation */

#single_entry #pagenation {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* footer */

#single_entry footer .category .subheading,
#single_entry footer .keyword .subheading {
	font-size: 14px;
	color: #c7cbd1;
}

#single_entry footer .social_button {
	margin: 10px 0 5px 0;
	text-align: right;
}

#single_entry footer .social_button li {
	display: inline;
}

/*
#single_entry footer iframe.twitter-share-button {
	width: 105px !important;
}
*/

/* ========================== */
/* comments */

#comment_box {
	margin-bottom: 10px;
}

#comment_box h2 {
	padding: 2px 0 0 10px;
	margin: 5px 0 20px -13px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
}

#comment_box .comment-author {
	float: left;
	width: 50px;
}

#comment_box .comment-author .icon img {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#comment_box .comment-meta {
	margin-left: 50px;
}

#comment_box .comment-meta .date {
	font-size: 14px;
	line-height: 120%;
	padding-right: 50px;
}

#comment_box .comment-meta .post_date {
	color: #525457;
}

#comment_box .comment-meta .post_date:hover {
	text-decoration: underline;
}

#comment_box .comment-meta .modify_date {
	padding-left: 5px;
	color: #ffa172;
}


#comment_box .comment-body .reply {
	text-align: right;
	margin-top: -20px;
}


#comment_box .comment-edit-link {
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/common/parts_sprite.png) -55px -78px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

#comment_box .comment-reply-link {
	display: inline-block;
	overflow: hidden;
	width: 51px;
	height: 21px;
	background: url(../img/common/parts_sprite.png) -90px -0px;
	background-size: 237px 217px;
	text-indent: 100%;
	white-space: nowrap;
}

#comment_box .children li {
	padding-left: 30px;
	background: url(../img/common/reply_bg.png) 5px 0px;
	background-size: 23px 28px;
	background-repeat: no-repeat;
}

#comment_box .moderation {
	color: #DDDDDD;
}

#comment_box .moderation .note {
	color: #ffa172;
}

/* comment form */

#comment_box #commentform {
	width: 450px;
	margin: 0 auto;
}

#comment_box #commentform .note {
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #666666;
}

#comment_box .required {
	color: #ffa172;
	font-weight: bold;
}

#comment_box .logged-in-as {
	font-size: 14px;
}

#comment_box .comment-form-author,
#comment_box .comment-form-email,
#comment_box .comment-form-url {
	margin-bottom: 5px;
}

#comment_box .comment-form-author label,
#comment_box .comment-form-email label,
#comment_box .comment-form-url label {
	display: inline-block;
	width: 140px;
	font-size: 14px;
}

#comment_box .comment-form-author input,
#comment_box .comment-form-email input,
#comment_box .comment-form-url input {
	width: 280px;
}

#comment_box .comment-form-author input,
#comment_box .comment-form-email input,
#comment_box .comment-form-url input,
#comment_box .comment-form-comment textarea {
	padding: 1px 2px 1px 8px;
	border: 1px solid #cacbd1;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 15px;
}

#comment_box .comment-form-author input:focus,
#comment_box .comment-form-email input:focus,
#comment_box .comment-form-url input:focus,
#comment_box .comment-form-comment textarea:focus {
	border: 1px solid #ffa273;
}

#comment_box .comment-form-comment label {
	display: none;
}

#comment_box .comment-form-comment textarea {
	width: 425px;
	height: 120px;
}

#comment_box .form-submit {
	text-align: center;
}

#comment_box .form-submit #submit {
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f6), to(#ffffff));
	background: -moz-linear-gradient(top, #f5f6f6, #ffffff);
	outline: none;
	font-size: 12px;
}



/* ========================== */
/* related_entries */

#single_entry .related_entries {
	margin: 0 0 0 50px;
}

#single_entry .related_entries h2 {
	padding: 2px 0 0 10px;
	margin: 5px 0 20px -13px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
}

#single_entry .related_entries .related_entry {
	float: left;
	margin-bottom: 5px;
	margin-right: 2%;
	width: 46%;
}

#single_entry .related_entries .subheading {
	padding-left: 67px;
	margin-bottom: 3px;
	line-height: 115%;
}

#single_entry .related_entries .author {
	margin-left: 5px;
	font-size: 12px;
	color: #009900;
}

#single_entry .related_entries .subheading a {
	font-size: 16px;
	font-weight: bold;
}

#single_entry .related_entries .eyecatch {
	float: left;
	padding: 0 10px 8px 0;
	font-size: 0px;
}

#single_entry .related_entries .eyecatch img {
	width: 55px;
	height: 55px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#single_entry .related_entries .info {
	padding-left: 67px;
	line-height: 130%;
	font-size: 14px;
}

/* ========================== */
/* neighbor_entries */

#single_entry .neighbor_entries {
	margin: 0 0 0 40px;
}

#single_entry .neighbor_entries dt {
	margin-bottom: 10px;
	font-size: 14px;
}

#single_entry .newer_entry dt a {
	padding: 0 0 0 18px;
	background: url(../img/common/arrow_l.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;

}

#single_entry .newer_entry dt {
	margin-left: 18px;
	color: #c7cbd1;
}

#single_entry .older_entry dt {
	margin-right: 18px;
	text-align: right;
	color: #c7cbd1;
}

#single_entry .older_entry dt a {
	padding: 0 18px 0 0;
	background: url(../img/common/arrow_r.png) right center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
	font-size: 16px;
}

#single_entry .neighbor_entries dl {
	float: left;
	width: 47%;
}

#single_entry .neighbor_entries .newer_entry {
	margin-right: 2%;
}

/* newer and older */

#single_entry .neighbor_entries .subheading {
	margin-bottom: 3px;
	line-height: 115%;
}

#single_entry .neighbor_entries .subheading a {
	font-size: 16px;
	font-weight: bold;
}

#single_entry .neighbor_entries .author {
	font-size: 12px;
	color: #009900;
}

#single_entry .neighbor_entries .eyecatch {
	font-size: 0px;
}

#single_entry .neighbor_entries .eyecatch img {
	width: 55px;
	height: 55px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#single_entry .neighbor_entries .info {
	line-height: 130%;
	font-size: 14px;
}

#single_entry .neighbor_entries .divider {
	color: #e6e7ea;
}

/* newer */
#single_entry .newer_entry .subheading,
#single_entry .newer_entry .info {
	padding-left: 84px;
}

#single_entry .newer_entry .eyecatch {
	float: left;
	padding: 0 10px 0 18px;
	background: url(../img/common/arrow_l.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
}

#single_entry .newer_entry .category {
	white-space: nowrap;
}

/* older */

#single_entry .older_entry .subheading,
#single_entry .older_entry .info {
	text-align: right;
	padding-right: 84px;
}

#single_entry .older_entry .eyecatch {
	float: right;
	padding: 0 18px 0 10px;
	background: url(../img/common/arrow_r.png) right center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
}

#single_entry .older_entry .date {
	white-space: nowrap;
}

/* ========================== */
/* kairanban */
#single_entry #kairanban ul {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#single_entry #kairanban li {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	list-style-image: url(../img/common/list.png);
	line-height: 155%;
}

#single_entry #kairanban li li {
	margin-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#single_entry #kairanban .date {
	font-size: 15px;
}


#single_entry #kairanban .details {
	margin-left: 25px;
}

@media screen and (max-width: 767px) {
	/* ========================== */
	/* general settings */

	#container_a {
		width: 100%;
		max-width: 768px;
		min-width: 320px;
		margin: 0 0 23px 0;
	}



	/* ========================== */
	/* header */

	#header {
		margin: 18px 0 20px 0;
	}

	#header .logo {
		float: none;
		margin-left: 0;
		text-align: center;
	}

	#header .logo img {
		width: 250px;
	}

	#header .header_menu {
		display: none;
	}

	#header .menu {
		padding: 0 20px 0 20px;
	}

	#header .menu ul {
		display: none;
		overflow: hidden;
		width: 200px;
		height: 0px;
		padding-bottom: 0px;
		margin: 0 auto;
		transition: height 0.5s ease, padding-bottom 0.5s ease;
	}

	#header .menu ul.is-open {
		display: block;
		height: 240px;
		/* Increased slightly from 210 to accommodate 'About' link */
		padding-bottom: 10px;
	}

	#header .menu li {
		border-bottom: 1px solid #DDDDDD;
		display: block;
		padding: 5px 0 5px 23px;
		font-size: 20px;
		white-space: nowrap;
	}

	#header .menu li:last-child {
		border-bottom: none;
		margin-bottom: 5px;
	}

	#header .menu .drawer {
		display: block;
		margin: -10px auto 0px auto;
		width: 237px;
		height: 31px;
		cursor: pointer;
		background: url(../img/common/parts_sprite.png) 0px -155px;
		background-size: 237px 217px;
		background-repeat: no-repeat;
	}


	#header .menu .open {
		background: url(../img/common/parts_sprite.png) 0px -186px;
		background-size: 237px 217px;
	}


	/* ========================== */
	/* main_contents and side_contents */

	#main_contents {
		float: none;
		width: 100%;
	}

	#main_contents .wrapper {
		margin-right: 0;
	}

	#side_contents {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}

	/* social_button */

	#side_contents .social_button {
		margin: 5px 0 5px 0;
	}

	/* ========================== */
	/* main_contents */

	#entries .entry {
		margin: 0 20px 0 20px;
	}

	#entries .eyecatch img {
		width: 80px;
		height: 80px;
	}

	#entries .more-link {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#entries .more-link {
		font-size: 18px;
		font-weight: normal;
	}

	/* pagenation */

	#pagenation .prev {
		margin-left: 8px;
	}

	#pagenation .next {
		margin-left: 8px;
	}

	/* main_ad */

	#main_contents .main_ad {
		margin: 0 20px 0 20px;
	}

	/* ========================== */
	/* side_contents */

	#side_contents h2 {
		margin: 10px 0 0 -10px;
	}

	#side_contents .border {
		margin: 0 0 9px -10px;
	}

	#side_contents .ad,
	#side_contents .new_entry,
	#side_contents .magazine,
	#side_contents .announce,
	#side_contents .event,
	#side_contents .news,
	#side_contents .ranking,
	#side_contents .pickup,
	#side_contents .book_info,
	#side_contents .search {
		padding: 0 20px 0 20px;
	}

	/* ad */

	#side_contents .ad {
		text-align: center;
	}

	#side_contents .ad img {
		width: 320px;
		height: 100px;
	}

	/* magazine */

	.magazine .picture img {
		height: 80px;
	}

	.magazine .summary {
		margin-left: 80px;
	}

	.magazine .title {
		font-size: 18px;
	}

	.magazine .title span {
		width: 77px;
		height: 11px;
		margin-left: 6px;
		background: url(../img/common/parts_sprite.png) -18px -67px;
		background-size: 237px 217px;
	}

	.magazine .summary ul {
		margin-left: 18px;
	}

	.magazine .summary li {
		padding-bottom: 3px;
		list-style-image: url(../img/common/list.png);
		font-size: 14px;
		line-height: 120%;
	}

	#magazine_control .arrow_r {
		margin-left: 6px;
	}

	/* news */

	.news {
		display: none
	}

	/* event */

	.announce li,
	.event li {
		font-size: 16px;
	}

	.announce .date,
	.event .date {
		font-size: 14px;
	}

	/* new_entry and ranking */

	.new_entry .eyecatch img,
	.ranking .eyecatch img {
		width: 45px;
		height: 45px;
	}

	.new_entry .divider,
	.ranking .divider,
	.new_entry .category,
	.ranking .category {
		display: inline;
	}

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

	/* pickup */

	.pickup ul {
		width: 300px;
		margin: 0 auto;
	}

	.pickup li a img {
		width: 300px;
	}

	/* search */

	.search form {
		width: 300px;
		margin: 0 auto;
	}

	.search .text {
		width: 222px;
	}

	.search .submit {
		left: 244px;
	}

	/* search box in main area */

	#main_contents .search .text {
		width: 250px;
	}

	#main_contents .search .submit {
		left: 272px;
	}

	#main_contents .search form {
		width: 307px;
		margin: 0 auto;
	}

	#main_contents .search .radio_button .element {
		display: block;
	}


	/* ========================== */
	/* bottom_contents and footer */

	#bottom_contents,
	#footer {
		width: 100%;
		max-width: 768px;
		min-width: 320px;
		margin: 0 auto;
	}

	/* ========================== */
	/* bottom_contents */

	/* area_a */

	#bottom_contents .area_a {
		width: 320px;
		over-flow: hidden;
	}

	@media screen and (min-width: 336px) {
		#bottom_contents .area_a {
			width: 336px;
			over-flow: hidden;
		}
	}


	#bottom_contents .footer_ad {
		float: none;
	}

	#bottom_contents .footer_ad img {
		width: 300px;
	}

	#bottom_contents .tweet {
		display: none
	}


	/* area_b */

	#bottom_contents .area_b {
		margin: 0 20px 0 20px;
		padding: 20px 0 10px 0;
	}

	#bottom_contents .area_b .menu_list_a,
	#bottom_contents .area_b .menu_list_b,
	#bottom_contents .area_b .menu_list_c {
		width: 100%;
		float: none;
	}

	#bottom_contents .area_b .menu_list_a,
	#bottom_contents .area_b .menu_list_b {
		margin-right: 0;
	}

	#bottom_contents .area_b h2 {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 20px;
		background-position: -225px -18px;
	}

	#bottom_contents .area_b ul {
		margin-bottom: 20px;
	}

	#bottom_contents .area_b li {
		font-size: 18px;
		padding: 10px 0 10px 0;
	}

	#bottom_contents .area_b .toggle_button {
		margin-top: 6px;
		display: block;
		width: 30px;
		height: 30px;
		float: right;
		cursor: pointer;
		background: url(../img/common/parts_sprite.png) -48px -125px;
		background-size: 237px 217px;
		background-repeat: no-repeat;
	}

	#bottom_contents .area_b .open {
		background-position: -77px -125px;
	}

	/* ========================== */
	/* bottom_contents and footer */

	#bottom_contents,
	#footer {
		width: 100%;
		max-width: 768px;
		min-width: 320px;
		margin: 0 auto;
	}

	/* ========================== */
	/* footer */

	#footer {
		padding-bottom: 15px;
	}

	#footer .footer_menu {
		float: none;
		padding: 14px 0 0 0px;
		text-align: center;
	}

	#footer .footer_menu li {
		font-size: 15px;
	}

	#footer .copyright {
		clear: both;
		float: none;
		padding: 30px 0 0 0;
		font-size: 12px;
		text-align: center;
	}

	/* social_button */

	#footer .social_button {
		float: none;
		padding: 20px 0 0 0;
		width: 153px;
		margin: 0 auto;
	}

	#footer .social_button li a {
		margin-left: 33px;
	}


	#footer .social_button li.twitter a {
		margin-left: 0;
	}


	/* ========================== */
	/* common parts */

	/* profile */

	#profile {
		margin-bottom: 20px;
		padding: 8px 8px 8px 8px;
		display: grid;
		grid-template-columns: 110px 1fr;
		column-gap: 10px;
	}

	#profile .photo img {
		width: 80px;
	}

	#profile .photo_and_name {
		margin-bottom: 5px;
		width: 100%;
		float: none;
		grid-row: 1 / 4;
	}

	#profile .kanji {
		width: 100%;
		font-size: 16px;
	}

	#profile .kana {
		width: 100%;
		font-size: 11px;
	}

	#profile .profile_note {
		margin: 0;
		font-size: 16px;
		grid-column: 2;
	}

	#profile .related_items {
		margin-left: 5px;
	}

	/* topic_path (writer_articles) mobile override */
	#profile .writer_articles {
		margin: 20px 0 0 0;
		grid-column: 2;
	}

	/* related_items */

	#related_items .column_2 .related_item,
	#related_items .column_3 .related_item {
		overflow: hidden;
		/* for child-float hack*/
		clear: both;
		float: none;
		margin-right: 0;
		margin-left: 7px;
		width: auto;
	}

	#related_items .item_image img {
		height: 70px;
	}

	/* ========================== */
	/* 404 */

	#error404_header {
		margin: 0 20px 0 20px;
	}

	.error404 .error404_image {
		margin: 30px 0 50px 0;
	}

	.error404 .error404_image img {
		width: 300px;
		height: 200px;
	}

	/* ========================== */
	/* archive */

	#archive_header {
		margin: 0 20px 0 20px;
	}
}

@media screen and (max-width: 767px) {
	/* ========================== */
	/* main_contents */

	#single_entry .entry {
		margin: 0 20px 0 20px;
	}

	/* header */

	#single_entry header .breadcrumb div {
		font-size: 13px;
	}



	#single_entry header .neighbor_entries_mini .older_entry {
		margin-left: 11px;
	}

	#single_entry header .eyecatch img {
		width: 80px;
		height: 80px;
	}

	/* main */

	#single_entry .main {
		padding-left: 0px;
	}

	#single_entry .main p,
	#single_entry .main .alternative_p {
		line-height: 160%;
	}

	#single_entry .main ul {
		margin-left: 0;
		margin-right: 0;
		padding-right: 0.5em;
	}

	#single_entry .main li {
		line-height: 160%;
	}

	#single_entry .main .tanka li {
		line-height: 160%;
	}

	#single_entry .main blockquote {
		line-height: 160%;
	}

	#single_entry .main .tanka {
		margin-left: 0.4em;
		padding-left: 0.7em;
	}

	#single_entry .main blockquote {
		margin-left: 0.4em;
		padding-left: 0.8em;
	}


	#single_entry .main .figure_normal {
		float: none;
		width: 200px;
		margin: 0 auto;
	}

	/* main: figure */

	#single_entry .main .float_right_without_mobile {
		float: none;
		margin: 0 auto 15px auto;
	}

	#single_entry .main .figure_table figure {
		width: 250px !important;
		margin: 0 auto 15px auto;
	}

	#single_entry .main figure.under_tablet_clear {
		width: 250px !important;
	}

	#single_entry .main .under_tablet_300px {
		max-width: 260px !important;
		min-width: 260px !important;
	}

	@media screen and (min-width: 321px) {
		#single_entry .main .under_tablet_300px {
			max-width: 290px !important;
			min-width: 290px !important;
		}
	}


	/* ========================== */
	/* comments */

	#comment_box .children li {
		padding-left: 15px;
		background: url(../img/common/reply_bg.png) 0px 0px;
		background-size: 13px 14px;
		background-repeat: no-repeat;
	}

	/* comment form */

	#comment_box #commentform {
		width: auto;
		margin: 0 auto;
	}

	#comment_box .comment-form-author input,
	#comment_box .comment-form-email input,
	#comment_box .comment-form-url input {
		width: 220px;
	}

	#comment_box .comment-form-comment label {
		display: block;
		font-size: 14px;
	}

	#comment_box .comment-form-comment textarea {
		width: 95%;
		height: 60px;
	}

	/* ========================== */
	/* related_entries */

	#single_entry .related_entries {
		margin: 0 20px 0 20px;
	}

	#single_entry .related_entries .related_entry {
		float: none;
		clear: both;
		margin-right: 0;
		width: auto;
		margin-bottom: 5px;
	}

	/* ========================== */
	/* neighbor_entries */

	#single_entry .neighbor_entries {
		margin: 0 10px 0 10px;
	}

	#single_entry .neighbor_entries dt {
		margin-bottom: 5px;
		font-size: 12px;
	}

	#single_entry .neighbor_entries dl {
		float: none;
		width: auto;
	}

	#single_entry .neighbor_entries .older_entry {
		margin-top: 3px;
	}
}

/* ========================== */
/* Footer Customizations */
#footer .footer_menu li {
	font-size: 16px;
	display: inline-block;
}

#footer .footer_menu li::after {
	content: "|";
	color: #ccc;
	margin: 0 10px;
}

#footer .footer_menu li:last-child::after {
	content: none;
}

/* topic_path (writer_articles) */

#profile .writer_articles {
	margin: 20px 15px 0 140px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}

#profile .writer_articles h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

#profile .writer_articles ul {
	list-style-type: none;
	padding-left: 0.5em;
}

#profile .writer_articles li {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	#profile .writer_articles {
		margin-left: 0px;
	}
}

/* ========================== */
/* Mobile Layout Adjustments for series/wakaninaru/2.html */

@media only screen and (max-width: 768px) {

	/* Reset floats and widths for paragraphs marked for clearing on mobile */
	#single_entry .main p.under_tablet_clear_only {
		float: none !important;
		width: 100% !important;
	}

	/* Reset floats and widths for figures marked for clearing on mobile */
	#single_entry .main figure.under_tablet_clear {
		float: none !important;
		width: 50% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 20px !important;
		/* Add some spacing */
	}
}

/* ========================== */
/* index.html archive-notice & content-grid */

.archive-notice {
	background-color: #f0f0f0;
	padding: 20px;
	margin: 20px 30px 20px 50px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.archive-notice p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.content-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px 0 50px;
}

.content-item {
	width: 45%;
	margin-right: 5%;
	margin-bottom: 30px;
	display: flex;
}

.content-item:nth-child(2n) {
	margin-right: 0;
}

.content-image {
	width: 125px;
	min-width: 125px;
	margin-right: 15px;
}

.content-image img {
	width: 125px;
	height: 125px;
	border-radius: 12px;
	border: 1px solid #ddd;
}

.content-details h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.content-details a {
	text-decoration: none;
	color: #5984e5;
}

.content-details a:hover {
	color: #ffa273;
}

@media (max-width: 767px) {
	.content-item {
		width: 100%;
		margin-right: 0;
	}
}