@charset "utf-8";
/* --------------------------------------------------
スタイル付きのエリア
<div class="styled"></div>
-------------------------------------------------- */

/* 枠
------------------------------ */
.styled {
	width: 778px;
	line-height: 170%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 100px;
	text-align: left;
	position: relative;
	padding-top: 170px;
}
.styled .section {
	margin-bottom: 30px;
}



/* 見出し
------------------------------ */
.styled h1 {
	width: 788px;
	position: absolute;
	top: -58px;
	right: 0;
	text-align: right;
}
.styled h2:first-of-type {
	margin-top: 15px!important;

}
.styled h2 {
	font-size: 36px;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 80px;
	line-height: 24px;
	padding-left: 20px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	text-align: center;
	letter-spacing: 5px;

}

.styled h3 {
	font-size: 16px;
	margin: 15px 0px 10px;
	line-height: 22px;
	padding-left: 20px;
	font-weight: bold;
}
.styled h4:first-of-type {
	margin-top: 15px!important;

}
.styled h4 {
	margin-bottom: 15px;
	margin-top: 50px;
	line-height: 100%;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #900;
	font-size: 18px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.styled h5 {
	margin: 10px 0px 5px;
	font-size: 15px;
	line-height: 22px;
	padding-left: 20px;
	font-weight: bold;
}
.styled h6 {
	font-size: 13px;
	margin: 10px 0px 5px;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}

/* 段落
------------------------------ */
.styled p {
	margin-bottom: 40px;
}
/* リスト
------------------------------ */
.styled ul {
	margin: 15px 0px 15px 25px;
	padding: 0px 20px;
}
.styled ul ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.styled ul li { list-style: disc; margin-top: 0.4em; margin-bottom: 0.4em; }

/* 番号付き
------------------------------ */
.styled ol {
	margin: 15px 0px 15px 25px;
	padding: 0px 20px;
}
.styled ol ol {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.styled ol li { list-style: decimal; margin-top: 0.4em; margin-bottom: 0.4em; }

/* テーブル
------------------------------ */
.styled .table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 20px;
}
.styled .table {
	margin: 10px 20px;
}

.styled .table th,
.styled .table td {
	padding: 8px 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
}

.styled .table th {
	font-weight: bold;
	background: #EEE;
}

.styled .table thead th {
  vertical-align: bottom;
}

.styled .table caption + thead tr:first-child th,
.styled .table caption + thead tr:first-child td,
.styled .table colgroup + thead tr:first-child th,
.styled .table colgroup + thead tr:first-child td,
.styled .table thead:first-child tr:first-child th,
.styled .table thead:first-child tr:first-child td {
  border-top: 0;
}

.styled .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.styled .table-condensed th,
.styled .table-condensed td {
  padding: 4px 5px;
}

.styled .table-bordered {
	border-collapse: separate;

  *border-collapse: collapse;
	border-left: 0 solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.styled .table-bordered th,
.styled .table-bordered td {
	border-left: 1px solid #CCCCCC;
}

.styled .table-bordered caption + thead tr:first-child th,
.styled .table-bordered caption + tbody tr:first-child th,
.styled .table-bordered caption + tbody tr:first-child td,
.styled .table-bordered colgroup + thead tr:first-child th,
.styled .table-bordered colgroup + tbody tr:first-child th,
.styled .table-bordered colgroup + tbody tr:first-child td,
.styled .table-bordered thead:first-child tr:first-child th,
.styled .table-bordered tbody:first-child tr:first-child th,
.styled .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.styled .table-bordered thead:first-child tr:first-child th:first-child,
.styled .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-bordered thead:first-child tr:first-child th:last-child,
.styled .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.styled .table-bordered thead:last-child tr:last-child th:first-child,
.styled .table-bordered tbody:last-child tr:last-child td:first-child,
.styled .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.styled .table-bordered thead:last-child tr:last-child th:last-child,
.styled .table-bordered tbody:last-child tr:last-child td:last-child,
.styled .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.styled .table-bordered caption + thead tr:first-child th:first-child,
.styled .table-bordered caption + tbody tr:first-child td:first-child,
.styled .table-bordered colgroup + thead tr:first-child th:first-child,
.styled .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-bordered caption + thead tr:first-child th:last-child,
.styled .table-bordered caption + tbody tr:first-child td:last-child,
.styled .table-bordered colgroup + thead tr:first-child th:last-child,
.styled .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-striped tbody tr:nth-child(odd) td,
.styled .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.styled .table-hover tbody tr:hover td,
.styled .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
.styled form input.inputtext ,.styled form textarea.inputtext{
	margin: 1px;
	padding: 3px;
	border: 1px solid #BBB;
}
