@charset "utf-8";
/* CSS Document */
/* 　アイコンメニュー部分（白） */
#sideBar {
    width: 195px;
    float: left;
    margin-top: 30px;
    position: relative;
}
#sideBar #category-box {
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 15px;
    border: 2px solid #FF8000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
}
#sideBar #category-box h3 {
    display: block;
    color: #FFFFFF;
    background-color: #FF8000;
    padding-bottom: 5px;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#category-box h3 a {
    color: #FFFFFF;
}
#sideBar ul {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-position: inside;
}
#sideBar #category-box #calendar {
}
#category-box #calendar table {
    width: 95%;
    font-size: 13px;
    text-align: center;
    background-color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #FF8000;
}
#sideBar #category-box #calendar table tr th {
    color: #51660B;
    background-color: #99C700;
    border: 1px solid #51660B;
}
#sideBar #category-box #calendar table tr td {
    color: #777777;
    border: 1px solid #FF8000;
}
#sideBar #category-box #calendar table tr td a {
    color: #FFFFFF;
    background-color: #FF8000;
    display: block;
    text-decoration: none;
}
#sideBar #category-box #calendar table tr td a:hover  {
    color: #FF8000;
    background-color: #FFEDDC;
    display: block;
    text-decoration: none;
}
#sideBar #category-box #form {
    text-align: center;
}
#sideBar #category-box #form input#submit_button {
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 5px;
    font-size: 14px;
    border: 1px solid #777777;
    margin-top: 10px;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
}
#category-box ul li {
    list-style-image: url(https://nakase.ishikawa.jp/image/list.gif);
    list-style-position: inside;
    list-style-type: none;
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #99C700;
    margin-right: 5px;
}
#category-box ul li a:hover {
    color: #FF8000;
}
/* 　メインコンテンツ部分 */
#contents {
    float: left;
    margin-left: 30px;
    width: 730px;
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents h2 a {
    text-decoration: none;
    color: #98C900;
}
#contents h2 a:hover  {
    color: #FFBF21;
}
#contents h3 {
    color: #98C900;
    border: 1px solid #98C900;
    border-radius: 10px;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#contents p {
    line-height: 25px;
    font-size: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 10px;
}
#contents ul {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    border: 1px solid #AD9C77;
    list-style-position: outside;
    border-radius: 10px;
}
#contents ul li {
    margin-bottom: 15px;
    line-height: 20px;
}
.radius-type {
    border-radius: 15px;
    border: 1px solid #B3B3B3;
}
#contents #back-top {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    background-image: url(../image/line01.gif);
    background-repeat: repeat-x;
    background-position: 0px 5px;
}
#contents #back-top a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7DA300;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98C900;
    text-decoration: none;
}
#contents #back-top a:hover  {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7DA300;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF8000;
    text-decoration: none;
}
#contents #list {
    margin-bottom: 10px;
    padding-left: 20px;
    height: 120px;
}
#contents #list img {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
#contents #list h4 {
    color: #FF8000;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 120px;
    border-bottom: 2px dotted #B3B3B3;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents #list p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    color: #5B350F;
    line-height: 20px;
}
.title01 {
    background-color: #98C900;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-left: 20px solid #7DA300;
    margin-right: 50px;
}
.title02 {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #98C900;
    padding-top: 3px;
    border: 1px solid #98C900;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
}
#contents blockquote {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #B3B3B3;
    margin-left: 100px;
    margin-right: 50px;
}
.brown {
    color: #5B350F;
}
#contents #inquiry {
    text-align: center;
    margin-left: 330px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 3px double #FF8000;
    border-radius: 20px;
    margin-top: 50px;
}
#contents #inquiry a {
    color: #FF8000;
    font-weight: bold;
    font-size: 16px;
}
.size13 {
    font-size: 13px;
}
.icon-box01 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 2px solid #FF8000;
    border-radius: 20px;
}
.title03 {
    border-bottom: 1px dotted #AD9C77;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #AD9C77;
    font-size: 15px;
}
#contents p a ,#contents ul li a {
    text-decoration: none;
    color: #400000;
    border-bottom: 1px dotted #FF8000;
}
#contents p a:hover  ,#contents ul li a:hover {
    text-decoration: none;
    color: #FF8000;
    border-bottom: 1px solid #FF8000;
}
#contents #company p strong {
    display: block;
    font-size: 16px;
    border-bottom: 1px dotted #AD9C77;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #5B350F;
    letter-spacing: 15px;
    background-color: #E8E8E8;
    padding-left: 10px;
}
#contents #company p {
    line-height: 30px;
}
#contents #company {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
#contents #mailform #formbox-left {
    margin-right: 10px;
    margin-left: 10px;
    background-color: #CDC5B2;
    color: #5B350F;
    font-size: 14px;
    text-align: center;
    width: 180px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
}
#contents #mailform #formbox-left em {
    color: #FFFFFF;
    font-size: 12px;
}
#contents #mailform #formbox-right {
    width: 450px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    font-size: 15px;
}
#contents #mailform #formbox-right #box   {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #AD9C77;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}
#contents #mailform #formbox-right #box p   {
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 15px;
}
#contents #mailform #archivelink {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-top: 2px dotted #AD9C77;
}
#contents p iframe {
    border: 2px solid #FF0004;
    margin-left: 50px;
}
#contents #entry #date {
    text-align: right;
    font-size: 12px;
    color: #99C700;
    margin-bottom: 30px;
}
#contents #entry #date a {
    font-size: 12px;
    color: #99C700;
}
#contents #entry #entry-more {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 2px dotted #99C700;
    color: #FF8000;
    font-weight: bold;
    font-size: 14px;
}
#contents #entry #entry-more a {
    color: #FF8000;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dotted #99C700;
}
#contents #entry #entry-more a:hover  {
    color: #FF8000;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dotted #FFFFFF;
}
#contents #archive-box {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 10px;
    text-align: center;
    color: #B5B0B0;
}
#contents #archive-box a {
    text-decoration: none;
    color: #FF8000;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #FF8000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}
#contents #archive-box a:hover  {
    color: #FFFFFF;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFCC9A;
}
#contents #entry #entry-options {
    border-top: 2px dotted #99C700;
    margin-top: 50px;
    padding-left: 200px;
    padding-top: 20px;
    margin-bottom: 50px;
}
#entry #entry-options #category {
    margin-bottom: 20px;
    border: 1px solid #99C700;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #99C700;
}
#entry-options #category a {
    color: #FF8000;
    text-decoration: none;
    font-weight: bold;
}
#entry-options #category a:hover  {
    color: #FF8000;
    font-weight: bold;
}
#entry #entry-options h4 {
    color: #99C700;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}
#entry #entry-options h4 a {
    color: #99C700;
    text-decoration: none;
}
#entry #entry-options #trackback {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 13px;
    margin-bottom: 40px;
    border: 1px solid #99C700;
    color: #99C700;
}
#entry #entry-options #comment {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: 1px solid #99C700;
    background-color: #EDF1DF;
    color: #99C700;
}
#comments-form label strong {
    color: #99C700;
    font-size: 14px;
}
#comment #comments-form #comment-submit  , #comment #comments-form #comment-preview{
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 5px;
    font-size: 14px;
    border: 1px solid #777777;
    margin-top: 10px;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 48.19%,rgba(231,231,231,1.00) 53.37%,rgba(231,231,231,1.00) 100%);
}
#comment #comments-form #box {
    margin-top: 20px;
    display: block;
    border-radius: 10px;
}
.field {
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 10px 0px #879264;
    box-shadow: 3px 3px 10px 0px #879264;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #FF8000;
}
#info {
    clear: both;
    padding-left: 230px;
    display: none;
}
#info ul {
    margin-left: 50px;
    color: #99C700;
}
#info ul li {
    list-style-type: none;
}
