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

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

/* header */

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

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

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

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

#single_page header .neighbor_entries_mini .newer_entry,
#single_page 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_page header .neighbor_entries_mini .older_entry {
	margin-left: 5px;
	background-position: -54px -25px;
}

#single_page 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_page 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_page header .subheading .page {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #009900;
}

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

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

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


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

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

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

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

#single_page header .summary .modify_date {
	display: inline;
}

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

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

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

#single_page header .summary ul {
	margin: 10px 0 10px 25px;
}

#single_page header .summary li {
	list-style-image: url(../img/common/list.png);
}


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

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

#single_page header .social_button li {
	display: inline;
}

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

/* main */

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

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


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

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

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


#single_page .main .tanka {
	margin-left: 2.5em;
	padding: 0.5em 0 0.5em 1.5em;
	border-left: 4px solid #eeeeee;
	color: #009900;
	font-size: 17px;
	letter-spacing: 0.08em;
}


/* main: figure */

#single_page .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_page .main figure.center {
	margin: 0 auto;
}


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

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

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

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

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

/* ========================== */
/* 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;
}

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

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

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

#single_page .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_page .newer_entry dt {
	margin-left: 18px;
	color: #c7cbd1;
}

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

#single_page .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_page .neighbor_entries dl {
	float: left;
	width: 47%;
}

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

/* newer and older */

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

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

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

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

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

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

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

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

#single_page .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_page .newer_entry .category {
	white-space: nowrap;
}

/* older */

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

#single_page .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_page .older_entry .date {
	white-space: nowrap;
}


/* ========================== */
/* awards */

#awards .graph {
	margin: 0 auto;
	text-align: center;
}

#awards .graph img {
	width: 100%;
	max-width: 699px;
}

#awards .list {
	width: 90%;
	margin: 0 auto 15px auto;
	border-spacing: 0;
}

#awards .list th {
	padding: 8px 15px;
	background: #ecf4fe;
	background: -moz-linear-gradient(#ecf4fe, #e0e8fa 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(#ecf4fe), to(#e0e8fa));
	border: 1px solid #aaa;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
}

#awards .list th:first-child {
	border-left: 1px solid #aaa;
}

#awards .list th:last-child {
	border-right: 1px solid #aaa;
}

#awards .theme,
#awards .judge,
#awards .entry_num {
	line-height: 130%;
	margin-bottom: 5px;
}

#awards .judge {
	padding-left: 3em;
	text-indent: -3em;
}

#awards .list .year_and_num {
	padding: 12px 12px 12px 28px;
}

#awards .list .year_and_num div {
	white-space: nowrap;
	text-align: right;
}

#awards .list .year_and_num .year {
	font-size: 17px;
	font-weight: bold;
}

#awards .list .not_hold .year_and_num .year {
	font-weight: normal;
}

#awards .list .data {
	padding: 12px 8px 12px 12px;
}

#awards .list .data .prize_winner .name {
	font-size: 17px;
	font-weight: bold;
	padding-right: 7px;
}

#awards .list .data .title {
	font-size: 17px;
}

#awards .list .data .publisher {
	font-size: 14px;
}

#awards .list .data .criticism_title {
	font-size: 16px;
	padding-top: 2px;
	padding-left: 16px;
	line-height: 130%;
}

#awards .list .data .border {
	font-size: 0px;
	padding: 4px 0;
}

#awards .list .data .sub_data {
	font-size: 14px;
	padding-left: 5%;
}

#awards .list .theme {
	padding-left: 3em;
	text-indent: -3em;
}

#awards .list .theme .sentence {
	font-size: 16px;
	color: #005599;
}

#awards .list .judge .name {
	color: #009900;
	font-size: 15px;
}

#awards .list .entry_num .subheading_male {
	color: #0000AA;
}

#awards .list .entry_num .subheading_female {
	color: #AA0000;
}

#awards .list tr td:first-child {
	border-left: 1px solid #aaa;
}

#awards .list tr td:last-child {
	border-right: 1px solid #aaa;
}

#awards .list tr {
	background: #fff;
}

#awards .list tr:nth-child(2n+1) {
	background: #f9f9ff;
}

#awards .list tr:last-child td {
	border-bottom: 1px solid #aaa;
}


/* award index */

#single_page .main .award_list .more-link {
	display: block;
	margin-right: 5px;
	text-align: right;
	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;
}

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

#single_page .main .award_list section {
	margin: 20px 0 30px 50px;
}

#single_page .main .award_list h4 {
	padding: 0 25px 0 18px;
	margin-bottom: 10px;
	background: url(../img/common/arrow_r.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#single_page .main .award_list .no_link {
	background: url(../img/common/arrow_mono_r.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
}

#single_page .main .award_list .explanation {
	margin-left: 40px;
	margin-right: 20px;
}

#single_page .main .award_list .under_constraction {
	text-align: right;
}


/* ========================== */
/* link */

#link li {
	margin-left: 40px;
	padding-bottom: 20px;
	list-style-image: url(../img/common/list.png);
	line-height: 125%;
	float: left;
	width: 350px;
}

#link h2 {
	clear: both;
}


#link h3 {
	clear: both;
	padding: 4px 0 2px 12px;
	margin: 25px 0 20px 5px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}

#link .link_twitter {
	display: inline-block;
	overflow: hidden;
	width: 19px;
	height: 19px;
	margin-left: 11px;
	background: url(../img/common/parts_sprite.png) -11px -61px;
	background-size: 150px 140px;
	text-indent: 100%;
	white-space: nowrap;
}


/* ========================== */
/* reference */

/* index */

/* reference index */

#reference .more-link {
	display: block;
	margin-right: 5px;
	text-align: right;
	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;
}

#reference h3 {
	padding: 4px 0 2px 12px;
	margin: 5px 0 20px 5px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}

#reference section {
	margin: 20px 0 30px 50px;
}

#reference h4 {
	padding: 0 25px 0 18px;
	margin-bottom: 10px;
	background: url(../img/common/arrow_r.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#reference .no_link {
	background: url(../img/common/arrow_mono_r.png) left center;
	background-size: 11px 13px;
	background-repeat: no-repeat;
}

#reference .explanation {
	margin-right: 20px;
}

#reference .under_constraction {
	text-align: right;
}

#reference .eyecatch {
	float: left;
}

#reference .eyecatch img {
	vertical-align: bottom;
	margin-left: 20px;
	width: 95px;
	height: 95px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#reference section .text {
	margin-left: 145px;
}

/* list */
#reference .list {
	width: 90%;
	margin: 0 auto 15px auto;
	border-spacing: 0;
}

#reference .list th {
	padding: 8px 15px;
	background: #ecf4fe;
	background: -moz-linear-gradient(#ecf4fe, #e0e8fa 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(#ecf4fe), to(#e0e8fa));
	border: 1px solid #aaa;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
}

#reference .list th:first-child {
	border-left: 1px solid #aaa;
}

#reference .list th:last-child {
	border-right: 1px solid #aaa;
}

#reference .list .book {
	width: 80px;
	margin: 12px 12px 12px 16px;
	border: 1px solid #ccd;
	-webkit-box-shadow: 3px 4px 3px -1px #ccd;
	-moz-box-shadow: 3px 4px 3px -1px #ccd;
	box-shadow: 3px 4px 3px -1px #ccd;
}

#reference .list .data {
	padding: 12px 8px 12px 12px;
}

#reference .list .data .title {
	font-size: 17px;
	font-weight: bold;
}

#reference .list .data .border {
	font-size: 0px;
	padding: 4px 0;
}

#reference .list .data .sub_data {
	font-size: 14px;
	padding-left: 5%;
}

#reference .list tr td:first-child {
	border-left: 1px solid #aaa;
}

#reference .list tr td:last-child {
	border-right: 1px solid #aaa;
}

#reference .list tr {
	background: #fff;
}

#reference .list tr:nth-child(2n+1) {
	background: #f9f9ff;
}

#reference .list tr:last-child td {
	border-bottom: 1px solid #aaa;
}


/* page */

#reference h3 {
	clear: both;
	padding: 4px 0 2px 12px;
	margin: 40px 0 15px 5px;
	border-left: 8px solid #009900;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}

#reference h4 {
	margin: 25px 0 10px 0px;
	font-weight: bold;
}

#reference li {
	margin-left: 50px;
	padding-top: 0.5em;
	list-style-image: url(../img/common/list.png);
	line-height: 150%;
}

#reference .page {
	font-size: 85%;
	color: #999999;
}

#reference .connector {
	color: #DDD;
}

#reference .connector:before {
	content: "　…";
}

#reference .connector:after {
	content: "…　";
}

#reference .author {
	color: #009900;
}

#reference .book_image {
	float: left;
	border: 1px solid #ccd;
	-webkit-box-shadow: 3px 4px 3px -1px #ccd;
	-moz-box-shadow: 3px 4px 3px -1px #ccd;
	box-shadow: 3px 4px 3px -1px #ccd;
}

#reference .book_image.multi_page {
	margin-left: 30px;
}

#reference .book_image img {
	vertical-align: bottom;
	width: 150px;
}

#reference .book_image.multi_page img {
	height: 250px;
	width: auto;
}

/* History Table */
.scrollable-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}

#reference .history-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
	/* Increased min-width for 7 columns */
}

#reference .history-table th,
#reference .history-table td {
	border: 1px solid #ddd;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: top;
}

#reference .history-table th {
	background-color: #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

#reference .history-table .year,
#reference .history-table .month {
	white-space: nowrap;
}

#reference .history-table .event {
	font-weight: bold;
	min-width: 300px;
}

#reference .history-table .details {
	min-width: 200px;
}

#reference .history-table .aftermath {
	min-width: 150px;
	font-size: 13px;
	color: #555;
}

#reference .history-table .link {
	white-space: nowrap;
	text-align: center;
}

#reference .history-table tr:nth-child(even) {
	background-color: #ffffff;
}

#reference .book_summary {
	margin-left: 160px;
}

#reference .search_book {
	margin: 3em 0 1em 0;
	padding: 5px 0px 10px 0px;
	border: 2px solid #DDDDDD;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow: auto;
}

#reference .search_book li {
	margin-left: 40px;
	list-style-image: url(../img/common/list.png);
	line-height: 150%;
	float: left;
	width: 350px;
}

/* history table */
.history-table .year {
	font-weight: bold;
}

.history-table .genre {
	width: 60px;
}

.history-table .event {
	width: auto;
}

.history-table tr.year-start td {
	border-top: 4px solid #888;
}

/* Broken Link Style */
#reference .history-table .dead-link,
#reference .history-table .dead-link strike {
	color: #999;
}