html {
	height: 100%;
}
html, body{
	background-color: #ffffff;
}
body {
	font-size: 16px;
	height: 100%;
	padding: 0 !important;
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-kerning: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}
* {
	box-sizing: border-box;
}
a, a:visited {
	color: #015;
	color: #01356b;
	text-decoration: none;
	outline: none;
}
a:focus, *:focus {
	outline: none;
}
a:hover {
	color: #E09;
	color: #ff005d;
}
ol > li {
	list-style-type: none;
	display: inline-block;
}
li > a,span {
	margin: 0 3px;
}
.hide {
	display: none !important;
}
.small {
	font-size: smaller;
}
.nowrap {
	white-space: nowrap;
}
.sesame_dot {
	-webkit-text-emphasis-style: sesame;
	text-emphasis-style: sesame;
}
.hl_gray1 {
	background-color: #e8e8e8;
}
.nolink {
	color: #aaa;
}
.new::after {
	display				: inline-block;
	content				: "NEW";
	color					: #E09;
	font-weight		: bold;
	font-size			: smaller;
	letter-spacing : 1px;
	line-height		: 1;
	vertical-align : top;
	margin				 : 0;
	padding				: 2px;
	transform			: scale(0.6) translateX(-24%);
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #01356b;
	font-size: 0.9rem;
}
.read_more > button {
	border: 1px solid #47b;
	border-radius: 25px;
	padding: 3px 0;
	color: #357;
	width: 99%;
	font-size: 1rem;
}
.read_more > button:hover{
	background-color: #f8f8fc;
	border: 1px solid #abc;
	color: #37a;
}
button:hover{
	color: #ff005d;
}
button.motto {
	display: inline-block;
	margin: 5px 0 5px 5px;
}
span.new {
	font-size: 0.75rem;
	display: inline-block;
	margin: 0 2px;
	padding: 1px 3px;
	height: 12px;
	line-height: 12px;
	color: #f00;
	text-shadow: 1px 1px 1px #888;
	background-color: #ff0;
}
/* brand */
#brand {
	position: relative;
	margin: 0;
}
#brand_inner {
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	width: auto;
	font-size: 1.875rem;
	text-align: center;
}
#brand_inner > div > a {
	color: #000;
}
/* panel */
#panel {
	padding: 5px 0 12px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #c3c3c3;
}
#panel_inner {
	max-width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 33px;
	letter-spacing: 3px;
	width: auto;
	/* overflow: hidden; */
}
#description {
	margin: 0px;
	margin-bottom: 30px;
	padding: 8px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	/* box-shadow: 0 0 2px rgba(0,0,0,.6); */
}
#description_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	/* text-align: center; */
}
/* footer settings */
#footer {
	float: left;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 0;
	border-top: solid 1px #ccc;
	width: 100%;
}
#sns {
	width: 100%;
	margin: 15px 0 35px;
}
#sns_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	padding: 10px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
#footer_inner {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: left;
}
.footer_element {
	display: inline-block;
	/* margin-left: 10px; */
	font-size: 0.8rem;
	margin: 0 25px;
}
.footer_element a:link,
.footer_element a:visited {
	color: #000;
}
.footer a.footer_link {
	color: #333;
}
#top_about {
	border: solid .99px #dde;
	padding: 12px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 0.85rem;
	background-color: #fff;
	color: #000;
}
#search {
	float: right;
	margin: 0 5px;
}
#searchbox {
	display: inline-block;
	border-radius: 25px;
	border: 1px solid #aaa;
}
#search_text {
	float: left;
	font-size: 1em;
	color:#333;
	border: 0;
	padding-left: 13.5px;
	margin-top: 7.5px;
	background-color: transparent;
	outline: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: rgba(14,48,123,0.4);
	font-size: 0.9rem;
	font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgba(14,48,123,0.4);
	opacity:	1;
	font-size: 0.9rem;
	font-weight: normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgba(14,48,123,0.4);
	opacity:	1;
	font-size: 0.9rem;
	font-weight: normal;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(14,48,123,0.4);
	font-size: 0.9rem;
	font-weight: normal;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(14,48,123,0.4);
	font-size: 0.9rem;
	font-weight: normal;
}
:placeholder-shown {
	color: rgba(14,48,123,0.4);
	font-size: 0.9rem;
	font-weight: normal;
}
#submit {
	position: relative;
	float: left;
	height: 100%;
	width: 35px;
	margin-left: 3px;
}
#search_submit {
	outline: 0;
	border: 0;
	padding: 8px 0 0 0;
	font-size: 1.0rem;
	color:#aaa;
	/* background: none; */
	cursor: pointer;
}
.search_hint {
}
table {
	border-collapse: collapse;
}
caption {
	text-align: left;
	font-size: 1.05rem;
	margin-left: 10px;
}
div.loupe_wrapper {
	margin-top: 20px;
	border: solid 1px #ccc;
	text-align: center;
}
span.loupe {
	font-size: 120px;
	color: #555;
	font-weight: 100;
}
.gothic {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN","游明朝体",Meiryo,"ＭＳ Ｐ明朝","MS PMincho",serif;
}
table.kanji_info {
	display: inline-table;
	margin: 30px 0 10px;
	width: 100%;
}
table.kanji_info td {
	font-size: 0.9rem;
}
table.kanji_info tr td:first-child {
	padding: 3px 15px 3px 15px;
}
table.kanji_info tr td:last-child {
	/* text-align: right; */
	padding-right: 15px;
}
table.hint_examples {
	margin: 30px 10px;
	width: 70%;
}
table.hint_examples tr {
}
table.hint_examples th {
	background-color: #bbb;
	color: #fff;
}
table.hint_examples td {
	text-align: center;
	border-bottom: solid 1px #aaa;
	background-color: #fff;
}
.hint_title {
	margin-top: 20px;
	padding-left: 5px;
	font-size: 1.0rem;
	border-bottom: solid 1px #333;
}
.hint_body {
	margin: 15px 10px;
	font-size: 0.8rem;
}
rt {
	text-decoration: none;
	color: #01356b;
	font-size: 0.7rem;
}
rt.nolink {
	color: inherit;
}
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	min-height: 100%;
	height: auto !important;
	max-width: 1024px;
	/* border-left: solid 1px #aaa; */
	/* border-right: solid 1px #aaa; */
	/* box-shadow: 0 0 2px rgba(0,0,0,.6); */
	text-align: left;
	background-color: #fff;
	/* border-left: 1px solid #e1e4e8; */
	/* border-right : 1px solid #e1e4e8; */
}
#content {
	margin-left: 1px;
	margin-right: 1px;
	max-width: 1024px;
	overflow: hidden;
	/* border-left: solid .99px #ddd; */
	/* border-right: solid .99px #ddd; */
}
#main {
	background-color: #fff;
	float: left;
	width: 700px;
	margin: 18px 22px 0 0;
	/* box-shadow: 0 0 2px rgba(0,0,0,.6); */
	padding: 10px 0 0 0;
}
#bread_crumb {
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 0.9rem;
}
#module_data_wrapper {
	margin: 20px 0;
}
#other_chars {
	margin: 5px 0 0 20px;
	font-size: 0.875rem;
	color: #000;
}
#char_details {
	margin: 10px 20px;
	font-size: 1rem;
	font-size: 0.875rem;
}
.sum {
	margin: 15px 0 38px 0;
}
.sum_table {
	color: #000;
	width: 100%;
	/* max-width: 465px; */
	margin: 25px 0 5px 0;
	border-collapse: collapse;
}
.sum_table tr:not(.sum_head):hover {
	background-color: #fcfcfc;
}
.sum_table tr:not(.sum_head):hover a {
	font-weight: bold;
}
.sum_table tr:not(.sum_head):hover .icon-keyboard_arrow_down {
	margin-left: 5px;
	font-size: 1.05rem;
	color: #aaa;
	display: inline-block;
}
.sum_table tr:not(.sum_head)[onclick]:hover a:after {
/*
	content: "＞";
	font-size: 0.75rem;
	font-weight: bold;
	display: inline-block;
	color: #b5b5b5;
	transform: rotate(90deg);
	margin-left: 5px;
*/
}
.sum_table tr.sum_head {
	background-color: #fff;
}
.recommend_panel {
	margin-top: 80px;
}
.recommend {
	width: 31%;
	width: 46%;
	display: inline-block;
	margin: 1px 0 20px 8px;
	border: solid .99px #ddd;
	vertical-align: top;
}
.recommend_img {
	width: 100%;
}
.recommend_img > img {
	width: 100%;
	display: block;
}
.recommend_title {
	padding: 8px;
	font-size: 0.85rem;
	border-top: solid .99px #ddd;
	color: #000;
}
th {
	font-size: 0.875rem;
	padding: 3px 0 2px 0;
	font-weight: 500;
	text-align: center;
}
tr {
	border-bottom: solid .99px #e5e5e5;
	/* height: 30px; */
}
tr:first-child,tr:last-child {
	border-bottom: solid .99px #000;
}
tr:nth-child(2n+1){
	/* background-color: #fafafa; */
}
td {
	font-size: 0.95rem;
	padding: 3px 10px 1px;
	letter-spacing: 0.3px;
}
td > a {
	font-size: 0.9rem;
}
.w25p {
	width: 25%;
}
.w50p {
	width: 50%;
}
.w75p {
	width: 75%;
}
.right {
	text-align: right;
	padding-right: 10px;
}
.comment {
	margin: 10px 5px 10px 10px;
	font-size: 0.75rem;
	color: #555;
	letter-spacing: 0.5px;
}
.comments {
	margin: 1px 5px 1px 10px;
	font-size: 0.75rem;
	color: #555;
	letter-spacing: 0.5px;
}
.wikilink {
	margin: 3px;
	font-size: 0.75rem;
	color: #888;
}
#right {
	float: left;
	position: relative;
	width: 300px;
	margin: 0;
	padding: 0;
	/* box-shadow: 0 0 2px rgba(0,0,0,.6) */
}
#right-inner {
	margin-top: 20px;
	/* box-shadow: 0 0 2px rgba(0,0,0,.6); */
}
.ads_wrapper {
	display: flex;
}
.ads {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pr {
	font-size: 0.8rem;
	color: #888;
	text-align: center;
	padding: 0;
	margin: 0;
}
#ad0 {
	width: 100%;
	/* max-width: 465px; */
	height: 100px;
	background-color: #fafafa;
	margin: 25px 0 10px 0;
}
#ad1
,#ad2 {
	/* background-color: #fafafa; */
	margin-bottom: 5px;
}
.ad_sp {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ad_320x100 {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	font-size: 0.9rem;
	color: #ccc;
	background: #fff;
	box-sizing: border-box;
}
.ad_320x50 {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	font-size: 0.9rem;
	color: #ccc;
	background: #fff;
	box-sizing: border-box;
}
.ad_300x250 {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 250px;
	font-size: 0.9rem;
	color: #ccc;
	background: #fff;
	box-sizing: border-box;
}
.ad_468x60 {
	margin-left: auto;
	margin-right: auto;
	width: 468px;
	height: 60px;
	font-size: 0.9rem;
	color: #ccc;
	background: #fff;
	/* border: solid .99px #ccc; */
	box-sizing: border-box;
}
#ad2 {
	display: none;
}
.adimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.trashbin {
	height: 14px;
	width: auto;
	cursor: pointer;
	opacity: 0.7;
/*
	position: absolute;
	top: 8px;
*/
}
.sub_module {
	margin-bottom: 35px;
	/* border: solid .99px #ccc; */
}
.sub_module.char_box {
	margin: 30px 0;
}
.sub_module.current {
/*
	border: solid .99px #cca;
*/
}
.sub_module.recent {
	/* border: solid .99px #cdc; */
}
.sub_module.article {
	/* border: solid .99px #cca; */
}
.sub_module.author {
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.06); */
	/* border: solid .99px rgba(112,4,255,0.2); */
}
.sub_module_noborder {
	margin-bottom: 25px;
	background-color: #fff;
}
.module_title {
	margin: 0;
	position: relative;
	color: #000;
	font-size: 1.0rem;
	padding: 6px 8px 2px;
	border-bottom: solid 1.2px #888;
}
.module_title.current {
/*
	background-color: rgba(255,253,234,0.77);
	border-bottom: solid .99px rgba(0,0,0,.1);
	background-color: rgba(221,221,187,0.25);	
*/
}
.module_title.recent {
/*
	color: #555;
	background-color: rgba(231,240,231,0.5);
	border-bottom: solid .99px rgba(204,221,204,.7);
*/
}
.module_title.article {
	/* background-color: rgba(221,221,187,0.5); */
}
.module_title.author {
	/* background-color: rgba(112,4,255,0.03); */
}
.module_body {
	margin: 1px;
	background-color: #fff;
	padding: 8px 3px 8px 8px;
	line-height: 1.2;
	word-break: break-all;
}
.module_body > div.module_list {
	margin-top: 1px;
	font-size: 0.95rem;
}
.module_data {
	font-size: 0.9rem;
	display: inline-block;
	padding: 0 3px 0 3px;
	line-height: 1.8;
}
.module_article {
	font-size: 0.9rem;
	display: block;
	padding: 2px;
}
.module_article_words {
	padding: 3px 5px 3px 25px;
	font-size: 0.8rem;
	color: #aaa;
	letter-spacing: 0.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.module_list {
	font-size: 0.9rem;
	padding: 5px 1px 0;
	letter-spacing: 0.5px;
}
.module_data_wikipedia {
	color: #222;
	font-size: 0.8rem;
	display: inline-block;
	padding: 6px;
	line-height: 1.8;
}
.module_data_recent {
	font-size: 0.9rem;
	display: inline-block;
	padding: 0 10px 0 2px;
	line-height: 1.8;
}
.module_data_fit > iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.module_data > div > a {
	/* font-size: 0.9rem; */
}
.module_data_group {
	color: #000;
	font-size: 0.95rem;
}
.module_word {
	font-size: 0.9rem;
	width: 95%;
	border-bottom: dotted .99px #ccc;
	padding: 3px 5px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.module_word > span {
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.module_word .yomi_list {
	position: relative;
	display: inline-block;
}
.module_word .yomi_list span {
	display: inline-block;
	padding-left: 15px;
	font-size: 0.75rem;
	color: #aaa;
	margin: 0;
	width: 400px;
	letter-spacing: 0.5px;
	vertical-align: middle;
}
.module_word .yomi_list span.small {
	display: none;
}
.module_word:hover .yomi_list span.small {
	display: block;
}
.module_attention {
	margin: 10px 5px;
}
.wiktionary_list{
}
.wiktionary_detail {
	margin: 5px 5px 0 5px;
	display: inline-block;
	text-indent: 25px;
}
#word_head {
	font-size: 1.25rem;
	letter-spacing: 0.1px;
	margin-top: 2px;
	padding: 0 5px 2px;
}
#author_head {
	margin: 5px 10px;
	padding-bottom: .99px;
}
span.word {
	/* font-size: 1.1rem; */
}
span.buttonize {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 3px;
	margin: 0 2px 0 0;
	word-break: keep-all;
}
span.exp {
	color: #000;
	border-left: solid 5px #555;
	padding-left: 8px;
}
div.yomi_wrapper {
	margin-top: 40px;
	margin-bottom: 60px;
}
div.yomi_wrapper:target .yomi {
	/* border-bottom: solid .99px rgba(255,30,161,0.87); */
}
div.yomi_wrapper:target .yomi a {
	/* color: rgba(255,30,161,0.87); */
}
div.yomi {
	border-bottom: solid .99px #000;
	padding: 2px 2px 1px 10px;
	font-size: 1.1rem;
	margin: 10px 0 25px;
}
span.arrow {
	font-size: 1.2rem;
}
div.yomi a {
	/* color: #469; */
}
div.yomi_more {
	text-align: left;
	margin-left: 25px;
	margin-bottom: 10px;
}
div.yomi_more > div > a {
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 1px;
}
div.examples {
	color: #000;
	margin: 0 10px 30px;
	padding: 5px 0 3px 9px;
	background-color: #fff;
}
.read_more {
	text-align: center;
	margin: 40px 0;
}
div.snip {
	font-size: 1.0rem;
	padding: 10px 10px 6px 10px;
	line-height: 2.0;
	letter-spacing: 0.05rem;
	border-bottom: solid .99px #aaa;
}
div.snip ruby.page_word a {
	color: #ff005d;
}
div.snip ruby.page_word rt {
	color: #ff005d;
}
div.snip > ruby > a {
	/* color: #47b; */
}
div.meta {
	font-size: 0.8rem;
	padding: 8px 5px 0 12px;
}
div.meta > span {
	color: #999;
	/* vertical-align: -10px; */
}
div.meta > span > a {
	/* color: #999; */
}
div.meta > span > a:hover {
	/* text-decoration: underline; */
	color: #ff005d;
}
div.meta > span > a.dl-link {
	color: #085396;
}
span.source {
	font-size: 0.95rem;
}
table.char_box {
	width: 100%;
}
table.char_box tr {
	border: solid 1px #aaa;
	border-collapse: collapse;
	padding: 5px;
}
table.char_box td.char {
	border-right: solid 1px #aaa;
	width: 10%;
	text-align: center;
}
table.char_box td.char span {
	font-size: 1.6rem;
}
table.char_box td.descr {
	font-size: 0.8rem;
	color: #333;
	width: 90%;
	overflow: hidden;
}
table.char_box td.descr div {
	line-height: 1.9;
	margin: 3px 0;
	height: 45px;
}

/* jis, contains */
.section {
	font-size: 1.25rem;
	letter-spacing: 0.1px;
	margin-top: 2px;
	margin-bottom: 35px;
	padding: 0 5px 2px;
}
.section_title {
	color: #000;
	border-left: solid 5px #555;
	padding-left: 8px;
}
.section_desc {
	font-size: 0.95rem;
	margin-left: 10px;
}
.subsec {
	margin: 10px 0;
}
.subsec_title {
	font-size: 1.0rem;
	letter-spacing: 0.03rem;
	padding: 6px 8px 2px;
	border-bottom: solid 1px #333;
}
.subsec_inner {
	padding: 20px 5px 20px 15px;
	line-height: 1.95;
}
.subsec_inner > span {
	margin: 0 5px 0;
}
.subsec_inner > span.each_word {
	font-size: 1rem;
	display: inline-block;
}
.subsec_inner > span.each_char {
	font-size: 1.4rem;
	padding: 5px 7px;
	margin: 10px 0;
}
.horizontal {
	font-size: 0.95rem;
	min-width: 2.2rem;
	display: inline-block;
}
span.strokes, span.kanken {
	text-align: right;
	min-width: 3.1rem;
	display: inline-block;
}
span.school_grade {
	text-align: center;
}
span.radical {
	min-width: 1.3rem;
	text-align: center;
}
span.many_rts {
	border-bottom: solid 1px #88a;
}

/* author */
.author_title {
	font-size: 1.35rem;
}
.author_title rt {
	color: #000;
}
.birth_death {
	font-size: 0.95rem;
}

/* article */
div.article_list_head {
	padding: 3px 2px 3px 10px;
	font-size: 1.0rem;
	margin: 25px 0;
	background-color: #fff;
	border: solid .99px #ddd;
}
#article_title_name {
	margin: 0 0 5px;
}
.article_title {
	/* margin-left: -6px; */
	color: #000;
	font-size: 1.2rem;
}
div.article_list_outer div.article_meta:last-child {
	border-bottom: 0;
	margin-bottom: 30px;
}
div.article_meta {
	font-size: 1.0rem;
	padding: 5px 5px 0 0;
	margin: 20px 10px;
	border-bottom: dotted .99px #aaa;
}
div.article_meta span.open_sentence {
	font-size: 0.9rem;
	color: #111;
	display: inline-block;
	margin: 25px 15px 25px 25px;
	word-wrap: break-word;
	word-break: break-word;
}
table.article_meta {
	font-size: 1.0rem;
	padding: 5px 5px 0 0;
	margin: 30px 0;
}
div i {
	position: absolute;
	color: #aaa;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.9rem;
}
div i.icon-keyboard_arrow_right {
	color: inherit;
	position: absolute;
	margin: 0.2rem 0 0 0;
	font-size: 1.2rem;
}
div i.icon-new-tab {
	margin-left: 1px;
	font-size: 1.05rem;
	color: #888;
	display: inline-block;
}
div.article_wrapper {
	margin: 10px 0 0 0;
	padding: 5px 5px 0 5px;
	background-color: #fff;
}
div.article_wrapper > div {
	font-size: 0.75rem;
	margin: 3px;
}
div.article_wrapper div.open_sentence {
	font-size: 0.9rem;
	color: #111;
	display: inline-block;
	margin: 5px 15px 15px 25px;
	word-wrap: break-word;
	word-break: break-word;
}
div.article_wrapper > table {
	font-size: 0.9rem;
	width: 100%;
	line-height: 1.5;
}
table.article_meta {
	border-top: solid 2px #bbb;
	border-bottom: solid 2px #bbb;
}
table.article_meta tr{
	background-color: #fff;
}
td.subject {
	padding: 5px;
	min-width: 100px;
	vertical-align: middle;
	color: #000;
}
td.role_data {
	font-size: 0.85rem;
	vertical-align: middle;
	color: #000;
}
td.role_data > a {
	font-size: 0.85rem;
}
div.same_title_head {
	border-bottom: solid .99px #777;
	padding: 5px 2px 3px 10px;
	font-size: 1.0rem;
	margin: 10px 0 5px;
}
div.title_meta {
	font-size: 0.9rem;
	padding: 8px 5px 0 0;
	margin: 5px 5px 5px 15px;
}
#ruby_sample {
	border: solid 5px #eee;
	background-color: #fff;
	margin: 20px 0 0;
	padding: 8.5px;
	line-height: 2.4;
	font-size: 0.9rem;
}
div.sample_head {
	font-size: 1.0rem;
	color: #999;
	margin-bottom: 10px;
}
#ruby_sample > span {
	padding-right: 8.5px;
}

.sns_list {
	float: right;
	margin: 3px 10px 0 0;
	/* position: relative; */
	text-align: right;
	/* padding-top: 25px; */
}
.sns_list > a > span{
	font-size: 1.25rem;
	margin: 0 10px;
}

@media (max-width: 999px) {
	.center {
		display: block;
		text-align: center;
	}
	#panel {
		padding: 6px 0 8px;
	}
	#wrapper {
		margin: 1px;
	}
/*
	#search {
		float: left;
		margin: 0 0 0 5px;
	}
*/
	#searchbox {
		background-color: #fcfcfc;
	}
	#brand_inner {
		position: relative;
		margin: 0;
		padding-top: 30px;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border: 0;
	}
	#brand_inner > div > a {
		font-size: 1.7rem;
	}
	div.spacer40 {
		position: relative;
		padding-top: 40px;
	}
	div.spacer60 {
		position: relative;
		padding-top: 60px;
	}
	div.spacer80 {
		position: relative;
		padding-top: 80px;
	}
	div.spacer100 {
		position: relative;
		padding-top: 100px;
	}
	#panel_inner {
		max-width: 668px;
	}
	#content {
		margin-left: auto;
		margin-right: auto;
		max-width: 668px;
	}
	#bread_crumb {
		max-width: 668px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 5px;
	}
	.section {
		margin-top: 50px;
	}
	.section_title {
		display: block;
		padding-top: 0;
	}
	#word_head {
		text-align: center;
		font-size: 1.0rem;
	}
	#word_head span.exp {
		display: block;
		border-left: 0;
		margin-top: 0;
		padding-top: 0;
	}
	#author_head {
		margin: 15px 10px;
		margin-top: 0;
		margin-bottom: 60px;
		text-align: center;
	}
	#main {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		box-shadow: 0 0;
		padding: 5px;
	}
	div.sample_head {
		text-align: center;
	}
	div.examples {
		margin: 0 5px 36px 5px;
		/* background-color: #fafafa; */
	}
	.module_title {
		margin-left: 0;
		text-align: center;
		padding-bottom: 5px;
	}
	.module_data {
		display: inline-block;
		padding: 0 5px 0 1px;
	}
	.module_data_recent {
		display: inline-block;
		padding: 0 7px 0 1px;
	}
	.module_word .yomi_list span {
		width: 300px;
	}
	.module_word .yomi_list span.small {
		display: block;
	}
	#article_title_name {
		text-align: center;
	}
	.article_title {
		font-size: 1.2rem;
	}
	#ruby_sample {
		line-height: 2.4;
	}
	#right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-shadow: 0 0;
		padding: 0;
		float: left;
		margin: 0;
		padding: 0;
	}
	#right-inner {
		margin: 10px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-shadow: 0 0;
		padding: 5px;
	}
	#description {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#footer, #sns {
		margin: 10px;
		margin-left: 0;
		margin-right: 0;
		padding: 10px 15px;
		width: 100%;
	}
	#footer {
		margin-bottom: 0;
		padding: 15px 0;
	}
	.footer_element {
		font-size: 0.7rem;
		margin: 0 5px;
	}
	#sns {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#sns_inner {
		border: 0;
		padding: 5px;
		margin: 50px 0;
		border-top: solid 1px #aaa;
		border-bottom: solid 1px #aaa;
	}
	.sns_list > a > span {
		font-size: 1.25rem;
		margin: 0 10px;
	}
	.ads {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#ad1,
	#ad2 {
		display: block;
		flex: 1;
	}
	div.snip {
		font-size: 0.95em;
		padding: 6px 0 6px 3px;
		line-height: 1.9;
		letter-spacing: 0.01rem;
	}
	.sub_module, .sub_module_recent, .sub_module_author, .sub_module_noborder, #top_about {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	table.kanji_info td {
		font-size: 0.9rem;
	}
	table.kanji_info tr td:first-child {
		padding: 3px 5px;
	}
	table.kanji_info tr td:last-child {
		padding-right: 5px;
	}
}

/* ie11 */
@media all and (-ms-high-contrast:none) and (max-width: 620px) {
	#ad2 {
		display: none;
	}
}
/* safari */
@media (max-width: 620px) {
	_::-webkit-full-page-media, _:future, :root #ad2 {
		display: none;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 620px) {
	::i-block-chrome, #ad2 {
		display: none;
	}
}
