@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
}

h2 {
	margin: 40px 15px;
	font-size: x-large;
	font-weight: bolder;
}

h3 {
	margin: 30px 18px;
	font-size: large;
	font-weight: bolder;
}

header {
	width: 100%;
	background: #1DA1F2;
	background: #FFF;
	color: #fff;
	color: #666;
	text-align: center;
	padding: 0px;
}

header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	background: #1DA1F2;
}

header ul li {
	border: solid 1px #CCC;
	font-weight: bolder;
	display: inline-block;
}

header ul li a {
	display: block;
	color: #FFF;
	padding: 10px;
	line-height: 1.2em;
}

header img {
	max-width: 400px;
}

#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

.breadcrumb {
	margin: 2px 0px 10px 0px;
	color: #666;
}

footer {
	height: 80px;
	margin-top: auto;
	border-top: solid 1px #666;
	text-align: center;
	color: #999;
}

footer img {
	max-width: 100px;
}

.footnote {
	font-size: 70%;
	line-height: 1.2em;
}


a {
	text-decoration: none;
}

input,
textarea,
select,
button {
	-webkit-appearance: none;
	appearance: auto;
	/*	border-radius: 0; */
	font-size: 16px;
	height: 1.8em;
	padding: 3px;
}

select,
input,
textarea,
button {
	vertical-align: middle;
	position: relative;
}



sup {
	vertical-align: super;
	font-size: smaller;
}

ul.def {
	list-style-type: decimal;
	margin: 10px 10px 10px 10px;
	line-height: 1.5em;
}

ul.def li {
	margin: 10px 10px 10px 30px;
}

fieldset.def {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
	-moz-margin-start: 2px;
	-moz-margin-end: 2px;
	-moz-padding-before: 0.35em;
	-moz-padding-start: 0.75em;
	-moz-padding-end: 0.75em;
	-moz-padding-after: 0.625em;
	min-width: -webkit-min-content;
	border-width: 2px;
	border-style: groove;
	border-color: threedface;
	border-image: initial;
	color: #666;
}

fieldset.def legend {
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

.number {
	text-align: right;
}

.keta {
	font-size: 12px;
}

.for_limit_over {
	display: none;
}

.for_limit_over_contact {
	display: none;
}

.div_limitover {
	max-width: 800px;
	margin: 20px auto;
	line-height: 1.5em;
	border: dotted 2px #F00;
	padding: 5px;
	background: #ffeaea;
}

.div_limitover div {
	text-align: center;
	margin: 10px;
}

.div_limitover button {
	width: 240px;
	padding: 0px;
	font-size: 18px;
	line-height: 25px;
}

.mjy_star {
	color: #CCC;
	font-size: 18px;
}

.mjy_star.on {
	color: #00aa55;
}

.want_mail {
	color: #CCC;
	cursor: pointer;
	font-size: 18px;
}

.want_mail.on {
	color: #ffaa55;
}

.ls_chargeable_action {
	background: #ff5555;
	color: #FFF;
	font-weight: bolder;
	cursor: pointer;
}

.cnm__rating__5 {
	padding: 1px 8px;
	color: #FFF;
	background: #ff2b2b;
	border-radius: 0.2em;
}

.cnm__rating__4 {
	padding: 1px 8px;
	color: #fff;
	background: #004080;
	border-radius: 0.2em;
}

.cnm__rating__3 {
	padding: 1px 8px;
	color: #fff;
	background: #006ad5;
	border-radius: 0.2em;
}

.cnm__rating__2 {
	padding: 1px 8px;
	color: #fff;
	background: #2b95ff;
	border-radius: 0.2em;
}

.cnm__rating__1 {
	padding: 1px 8px;
	color: #fff;
	background: #80bfff;
	border-radius: 0.2em;
}

.cnm__rating__0 {
	padding: 1px 8px;
	color: #fff;
	background: #000;
	border-radius: 0.2em;
}

.cnm__rating__50 {
	padding: 1px 8px;
	color: #fff;
	background: #999;
}

.a_button {
	display: inline-block;
	margin: 10px 0px;
}

.a_button>span {
	border: solid 1px #666;
	border-radius: 0.2em;
	padding: 5px 10px;
	background: #d5ffd5;
	color: #000;
	white-space: nowrap;
}

/* pear pager 用 */
div.pager {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 5px;
}

div.pager a,
div.pager span {
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
}

div.pager a {
	color: #105cb6;
	background-color: #fff;
	border: 1px solid #9aafe5;
	text-decoration: none;
}

div.pager a:hover {
	color: #003;
	background-color: #fff;
	border: 1px solid #2e6ab1;
}

div.pager span.current {
	color: #fff;
	background-color: #2e6ab1;
	border: 1px solid #2e6ab1;
	font-weight: bold;
}

div.pager span.nextprev {
	border: 1px solid #ddd;
	color: #999;
	background-color: #fff;
}

div.pager a.nextprev {
	font-weight: bold;
}

/* jquery.validate */
label.error {
	background: #933;
	color: #FFF;
	padding: 3px;
	border-radius: 0.2em;
}

/* ツールチップ本体 */
.tooltip {
	position: absolute;
	z-index: 9999;
	color: #fff;
	font-size: 14px;
	line-height: 2.2;
}

/* ツールチップの内容 */
.tooltip__body {
	position: relative;
	top: -15px;
	padding: 10px;
	background: #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

/* ツールチップらしく矢印をつける */
.tooltip__body:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
}

@media print {}


@media screen and (max-width: 450px) {
	header img {
		max-width: 320px;
	}

	header ul li {
		width: 100%;
	}

	header ul li div {
		display: inline;
	}

	header ul li a {
		padding: 6px;
	}
}

