@CHARSET "utf-8";
/* ----------------------------------------------------------------------
	共通
---------------------------------------------------------------------- */
html {
	font-size: 100%;
}
body {
	font-family: "Roboto", "メイリオ", "Meiryo",Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
/* ----------------------------------------------------------------------
	共通
---------------------------------------------------------------------- */
.qt-p {
	min-height: 1.9rem;
}

.qt-ul,
.qt-ul > li {
	list-style-type: disc;
}

.qt-ul, .qt-ol {
	padding-left: 1em;
	margin-left: 1em;
}

.qt-ol,
.qt-ol > li {
	list-style-type: decimal;
}
/* ----------------------------------------------------------------------
	クイックタグ
---------------------------------------------------------------------- */
h2.qt-normal {
	border-bottom: solid 1px #555;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2.qt-pop {
	border-bottom: solid 1px #648BC8;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2.qt-ttl-bk, h2.qt-ttl-bl {
	font-size: 1.8rem;
 	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 5px 5px 5px 10px;
	background-color: #EFEFEF;
}

h2.qt-ttl-bk::before {
    content: "";
    display: block;
    width: 0;
    border-left: solid 5px #555;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 1.6;
    bottom: 0;
    margin: auto 0;
}

h2.qt-ttl-bl::before {
    content: "";
    display: block;
    width: 0;
    border-left: solid 5px #648BC8;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 1.6;
    bottom: 0;
    margin: auto 0;
}

h2.qt-updown-bk {
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

h2.qt-updown-bl {
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #648BC8;
	border-bottom: solid 1px #648BC8;
}

h3.qt-normal {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.qt-normal::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #555;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

h3.qt-pop {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.qt-pop::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #648BC8;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

.qt-normalbox {
	padding: 20px;
	background-color: #EFEFEF;
}

.qt-memobox {
	position: relative;
	margin: 25px 0 20px;
	padding: 20px 20px 20px;
	border: solid 1px #9E9E9E;
	border-radius: 0;
}

.qt-memobox-title {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background: #FFF;
	color: #000;
	font-weight: normal;
	font-size: 90%;
}

.qt-memobox-title::before {
	content: "\f0f6\00a0";
	font-family: FontAwesome;
}

.qt-rmarker {
	font-weight: bold;
	background: #ffcdd2;
}

.qt-rmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#ffcdd2 0%);
}

.qt-bmarker {
	font-weight: bold;
	background: #E1F5FE;
}

.qt-bmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#E1F5FE 0%);
}

.qt-balloon-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1.6rem;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 5px;
}

.qt-balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #FFF;
	z-index: 2;
}

.qt-balloon-left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #555;
	z-index: 1;
}

.qt-balloon-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1.6rem;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 5px;
}

.qt-balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 8px solid #FFF;
	z-index: 2;
}

.qt-balloon-right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #555;
	z-index: 1;
}
