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

/* 枠
------------------------------ */
.styled {
    margin-bottom: 30px;
     margin-bottom: 50px;
 
}
.styled .section {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 800px;
}
.styled .section02 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 97%;
    max-width: 1100px;
}
/* 見出し
------------------------------ */
.midashi001 {
    margin-top: 90px;
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/category/h2_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 268px;
    height: 268px;
    background-size: cover;
    text-shadow: 2px 2px 1px hsla(359,39%,55%,0.50);
}
.midashi001 .title01{
    padding-top: 120px;
    
}
.midashi001 .title02{
    padding-top: 70px;
    line-height: 150%; 
}
.midashi002  {
    position: relative;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    font-size: 1.5em;
    margin-bottom: 30px;
    line-height: 120%;
}

.midashi002:before,
.midashi002:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-linear-gradient(315deg,rgba(112,7,7,1.00) 0%,rgba(255,146,7,1.00) 40%,rgba(225,102,7,1.00) 60%,rgba(112,7,7,1.00) 100%);
    background-image: -moz-linear-gradient(315deg,rgba(112,7,7,1.00) 0%,rgba(255,146,7,1.00) 40%,rgba(225,102,7,1.00) 60%,rgba(112,7,7,1.00) 100%);
    background-image: -o-linear-gradient(315deg,rgba(112,7,7,1.00) 0%,rgba(255,146,7,1.00) 40%,rgba(225,102,7,1.00) 60%,rgba(112,7,7,1.00) 100%);
    background-image: linear-gradient(135deg,rgba(112,7,7,1.00) 0%,rgba(255,146,7,1.00) 40%,rgba(225,102,7,1.00) 60%,rgba(112,7,7,1.00) 100%);
}

.midashi002:before {
  top: 0;
}

.midashi002:after {
  bottom: 0;
}

h2 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/category/line01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    padding-bottom: 20px;
}

.styled h3 {
    padding: 1em;/*文字周りの余白*/
    color: #000000;/*文字色*/
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    background-image: url(../img/category/h3_line02.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.styled h3.pt02 {
    background-image: url(../img/category/h3_line03.png);
    height: 60px;
}
.styled h4 {
    padding: 1em;/*文字周りの余白*/
    color: #000000;/*文字色*/
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 50px;
    background-image: url(../img/index/line01.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    border-bottom: 2px dotted #C0AC00;
}
.styled h5 {
    padding-top: 0.5em;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 0.5em;/*上下の余白*/
    font-size: 18px;
    margin-bottom: 30px;
    background-color: #FFE0E0;
    margin-top: 50px;
    border-radius: 4px;
}
.styled h6 {
}




/* 段落
------------------------------ */
.styled p {
    padding-top: 0px;
    padding-right:20px;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 170%;
}
/* リスト
------------------------------ */
.styled ul {
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}
.styled li ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 50px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    font-size: 14px;
}
.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;
}
/* テーブル02
------------------------------ */
.styled .table02 {
    margin: 10px 0px;
    border: 1px solid #CCCCCC;
}
.styled .table02 th, .styled .table02 td {
    padding: 8px 10px;
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.styled .table02 th {
    background: #EEE;
    
}
.styled .table02 .pt01 {
    background-color: #FED7D7;
}
.styled .table02 .pt02 {
    background-color: #FECC77;
}
.styled .table02 .pt03 {
    background-color: #FBEDB4;
}
/* テーブル03
------------------------------ */

.styled .table03 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}
.styled .table03 th, .styled .table03 td {
    padding: 8px 10px;
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.styled .table03 th {
    font-weight: bold;
    background: #EEE;
}
.styled .table03 th.pt01 {
    background-color: #D7A777;
    color: #FFFFFF;
    font-size: 20px;
}
.styled .table03 th.pt02 {
    background-color: #71CFF3;
    color: #FFFFFF;
    font-size: 20px;
}
.styled .table03 th.pt03 {
    background-color: #FD9594;
    color: #FFFFFF;
    font-size: 20px;
}
/* テーブル04
------------------------------ */

.styled .table04 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    
}
.styled .table04 th, .styled .table04 td {
    padding: 8px 10px;
    vertical-align: top;

}
.styled .table04 th {
    font-weight: bold;
 
}
/* テーブル05
------------------------------ */

.styled .table05 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
	font-size: 14px;
}
.styled .table05 th, .styled .table05 td {
    padding: 4px 5px;
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.styled .table05 th {
    font-weight: bold;
    background: #EEE;
}
.styled .table05 .pt01 {
    background-color: #D7A777;
  
    
}
.styled .table05 .pt02 {
    background-color: #F8E1CA;  
}

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

.table th, .table td {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
    border: 0px solid #000000;
}
.table th {
    
    padding-right: 20px;
}
.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;
}

