@charset "utf-8";
/* CSS Document */


/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* 日本語段落  */
.jpara {
	text-indent: 1em;
}
/* テーブル幅 */
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* テーブル用飾り(上下実線) */
.tdLineTopBottomSolid {
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #999 solid;
}
/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #999 solid;
}
/* テーブル用飾り(下破線) */
.tdLineBottomDashed {
	border-bottom: 1px #999 dashed;
}
/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #999 solid;
}
/* テーブル用右・下飾り(右・下破線) */
.tdLineRBDashed {
	border-right: 1px #999 dashed;
	border-bottom: 1px #999 dashed;
}
/* テーブル用右・下飾り(右・下実線) */
.tdLineRBSolid {
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
/* テーブル用右・下飾り(右破線・下実線) */
.tdLineRSolidBDashed {
	border-right: 1px #999 dashed;
	border-bottom: 1px #999 solid;
}
/* テーブル用右・下飾り(右実線・下実線) */
.tdLineRSolidBSolid {
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
/* テーブル用右飾り(右破線) */
.tdLineRightDashed {
	border-right: 1px #999 dashed;
}
/* テーブル用右飾り(実線) */
.tdLineRightSolid {
	border-right: 1px #999 solid;
}
/* テーブル用飾り(下線なし) */
table td.tdLineBottomNone {
	border-bottom: none;
}
table td.tdLineTopNone {
  border-top: none;
}
/* テーブルクラス */
table.line_gray {
	border:1px #999 solid;
	width: 100%;
	border-collapse: collapse;
}
table.line_gray th {
	background-color: #f8eecc;
	border-bottom:1px #999 solid;
	text-align: center;
}
/* ボーダー */
.border-box {
    border: 1px #999 solid;
    padding: 10px;
}

#contents h6 {
  padding-left: 0;
  font-size: 1.1em;
}
#contents h6.green {
color: #377234;
}

.balloon3 {
 	position: relative;
	display: inline-block;
 	margin:5px  0;
	padding: 0 5px;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	vertical-align: middle;
 	text-align: center;
 	color: #FFF;
	font-size: 15px;
 	font-weight: bold;
	background: #ff8e9d;
 	border-radius: 50%;
 	box-sizing: border-box;
}

.balloon3:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ff8e9d;
 	z-index: 0;
}

.markup01 {
  font-weight: bold;
  margin: 15px 0 10px 0;
}

.markup01 span {
  font-weight: normal;
  display: block;
  padding: 5px;
}

.warning-box {
  border-left: #FFA4AF 3px solid;
  background-color: #FAF1F1;
  margin: 10px 0;
  padding: 5px;
}
.warning-box ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
