@charset "UTF-8";

body {
	line-height: 140%;
	width: 100%;
	-webkit-text-size-adjust: 100%!important;
}

body.black {
	background-color: black;
	color: #dddddd;
}

body.black :link {
	color: orange;
}

body.black :visited {
	color: pink;
}

body.yashi {
	background-image: url('../non/bm/yashi.png');
}

body.neko {
	background-color: #ffffcc;
	background-image: url('../bg/neko.png');
}

body.ring {
	background-image: url('../bg/ring1.png');
}

th {
	line-height: 140%;
	padding: 4px 8px;
}

td {
	vertical-align: top;
	text-align: left;
	line-height: 140%;
	padding: 4px 8px;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

h2.blue_title {
	color: #4444cc;
	text-align: center;
}

h3.blue_headline {
	color: #4444cc;
	border-left: 8px solid #0000cc;
	border-bottom: 3px solid #0000cc;
	padding: 3px;
}

h4.blue_subhead {
	font-weight: bold;
	border-bottom: 2px solid #0000cc;
}

table.title_board {
	background-color: #bbbbff;
	border: 2px solid #7777aa;
	border-style: outset;
}

table.title_board td {
	border: 1px solid #4444aa;
	padding: 12px 10px 6px 10px;
}

table.title_board .title {
	color: #0000bb;
	font-family: 'ＭＳ 明朝';
	font-size: xx-large;
	font-weight: bold;
	white-space: nowrap;
}

table.manual {
	border: 1px solid gray;
	background-color: #ddffdd;
}

table.manual tr.header {
	background-color: #e0e0ff;
}

table.manual tr,
table.manual th,
table.manual td {
	border: 1px solid gray;
}

table.bordered th,
table.bordered td {
	border: solid 1px #000000;
}

table.no_bordered th,
table.no_bordered td {
	border: none;
}

.annotation {
	font-size: x-small;
}

.comment {
	font-size: small;
}

.no_disp
{
	display: none;
}

.full_width {
	width: 100%;
}

.centering {
	margin: 0 auto;
}

.centering_with_text {
	margin: 0 auto;
	text-align: center;
}

.navi {
	width: 100%;
}

.navi_link {
	text-align:	left;
}

.block_horizontal {
	overflow: hidden;
}

.block_horizontal div {
	float: left;
}
/* clearfix */
.boxContainer:before,
.boxContainer:after {
	content: "";
	display: table;
}

.boxContainer:after {
	clear: both;
}

body.ring .navi_link {
	text-align: left;
	padding-left: 40px;
}

.navi_social {
	text-align: right;
}

.navi_social_long {
	text-align: left;
}

.nobr {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.social iframe {
	margin: 0 !important;
}

iframe.twitter-share-button {
	width: 100px !important;
}

.parent_view {
	width: 100%;
	border-style: none;
	border-spacing: 0;
}

.indented {
	margin-left: 0.5em;
}

.back_indented {
	margin-right: 0.5em;
}

.back_indented select {
	vertical-align: middle;
	position: relative;
	margin: 0 4px 2px 0;
	top: -2px;
	height: 20px;
	line-height: 20px;
}

p.google_ad {
	text-align: center;
	-webkit-margin-after: 0;
}

.main_box {
	width: 80%;
	text-align: left;
}

.bold {
	font-weight: bold;
}

span.pc_only {
	display: inline;
}

span.phone_only {
	display: none;
}

div.pc_only {
	display: block;
}

div.pc_only_inline_block {
	display: inline-block;
}

div.phone_only {
	display: none;
}

div.phone_only_inline_block {
	display: none;
}

td.pc_only {
	display: table;
}

td.phone_only {
	display: none;
}

.tooltip_trigger:hover {
    position: relative;
}

.tooltip_trigger:hover:after {
    content: attr(data-my_data_name);
    position: absolute;
    left: 30px;
    top: -8px;
    z-index: 1;
    font-weight: normal;
    color: black;
    white-space: nowrap;
    background-color: #ffffcc;
    padding: 3px;
    border: 1px gray solid;
    border-radius: 3px;
    box-shadow: 1px 1px 3px gray;
}
