@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

#base {
    width: 713px;
    margin-right: auto;
    margin-left: auto;
    background-color: #D9D9D9;
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-top: 50px;
}

body {
    color: #333333;
    font-size: 12px;
}

img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

li {
    list-style-type: none;
}

a {
    color: #0085B0;
}

a:hover {
    color: #00C1DD;
    text-decoration: none;
}

.red {
    color: red;
}


/*
メイン
-------------------------------------------*/

#main {
    width: 700px;
    background-color: #FFFFFF;
    padding: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F0F0F0;
}

#pankuzu {
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    font-size: 10px;
    color: #999999;
    line-height: 16px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

#pankuzu strong {
    font-weight: normal;
    color: #505050;
    font-size: 11px;
    letter-spacing: 1px;
}

#content {
    width: 690px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

#content #mokuji {
    margin-top: 1px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    padding: 5px;
}

#mokuji ul {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#mokuji ul ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#mokuji li {
    font-size: 14px;
    line-height: 20px;
}

#mokuji li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #D8D8D3;
    display: block;
}

#content #mokuji h3 {
    color: #9F7331;
    background-image: none;
    padding-left: 10px;
    margin-bottom: 2px;
    padding-top: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #D0BB97;
    padding-bottom: 1px;
    background-color: #FFFFFF;
}

#content .box_out {
    margin-top: 1px;
    margin-bottom: 5px;
    padding: 5px;
}

#content .box_in {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin-bottom: 5px;
    padding: 10px;
}

h2 {
    font-size: 18px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #9ABFC5;
    line-height: 26px;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: normal;
    padding-bottom: 8px;
}

h2 span {
    font-size: 12px;
    padding-left: 20px;
    color: #73B8C4;
    letter-spacing: 1px;
    line-height: 14px;
}

#content h3 {
    font-size: 15px;
    background-image: url("../img/h3.jpg");
    color: #FFFFFF;
    padding-bottom: 10px;
    padding-left: 28px;
    margin-top: 1px;
    padding-top: 10px;
    font-weight: normal;
    background-color: #333333;
}

#content h3 span {
    font-size: 11px;
    color: #C8DBDB;
    line-height: 12px;
    padding-left: 20px;
    font-weight: normal;
    letter-spacing: 2px;
}

#content h4 {
    color: #9F7535;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #D6B583;
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 8px;
}

#content h4 span {
    font-size: 12px;
    color: #C19148;
    padding-left: 10px;
    line-height: 12px;
    font-weight: normal;
}

#content p {
    font-size: 13px;
    line-height: 20px;
    padding: 5px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content .box02_left {
    float: left;
    width: 340px;
    margin-left: 2px;
}

#content .box02_right {
    float: right;
    width: 340px;
}

#content .box02_left h3,
#content .box02_right h3 {
    clear: both;
}

#content .box02_left .box_in,
#content .box02_right .box_in {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content .box02_left p,
#content .box02_right p {
    margin: 0px;
}

#content .box02_right .dl_list {
    border: 1px solid #D6D5CB;
}

#content .box02_right .dl_list dt {
    width: 70px;
    padding-left: 7px;
    background-position: left center;
}

#content .box02_right .dl_list dd {
    width: 205px;
}

#content .box02_right .dl_list dl {
    width: 320px;
    padding-top: 8px;
    padding-bottom: 8px;
}

dl.dl_link {
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9D9D9;
    margin-right: 10px;
    margin-left: 5px;
}

.dl_link dt {
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    line-height: 28px;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-weight: normal;
    letter-spacing: 1px;
}

.dl_link dd {
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
    color: #505050;
}

.img_left {
    float: left;
    background-color: #FFFFFF;
    padding: 2px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #EDECE9;
}

.img_right {
    float: right;
    background-color: #FFFFFF;
    padding: 2px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    border: 1px solid #EDECE9;
}

#top_img {
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn_s {
    text-align: right;
    clear: both;
    padding: 10px;
}

.btn_s a,
a.btn_s {
    color: #FFFFFF;
    background-color: #36B3E2;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 7px;
    font-size: 12px;
    border-top-width: 2px;
    border-right-width: 3px;
    border-bottom-width: 2px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EEF0F0;
    border-right-color: #EEF0F0;
    border-bottom-color: #EEF0F0;
    border-left-color: #EEF0F0;
    text-decoration: none;
    background-repeat: repeat-x;
    background-position: center top;
}

.btn_s a:hover,
a.btn_s:hover {
    color: #0F7ABB;
    background-color: #ECFBFF;
    background-image: none;
}

#content .to_top {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
    clear: both;
    margin-top: 10px;
}

#content ul.list {
    padding-top: 10px;
    padding-bottom: 10px;
}

#content ul.list li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #1072BA;
}

#content .chui {
    color: #F24800;
    font-size: 13px;
}

.syomei {
    font-size: 18px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    font-family: "有澤楷書", "ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ", "ヒラギノ明朝 Pro W6", "HiraMinPro-W6";
    padding-top: 5px;
}

#form {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px;
    background-color: #F8F8F6;
}

.teisei {
    text-decoration: line-through;
    padding-right: 5px;
    padding-left: 5px;
}

.box02_left .img_left {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

.box02_left .img_right {
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 10px;
}

#content .menu_base {
    background-color: #F8F7F5;
    width: 580px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea,
input {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
}

.map_base {
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 5px;
    border: 1px solid #EAEAEA;
}


/*-----dlリスト-----*/

#content .dl_list {
    padding: 5px;
    border: 1px solid #EEEEEA;
    float: left;
    margin-bottom: 5px;
}

#content .dl_list dt {
    float: left;
    display: block;
    width: 80px;
    font-size: 12px;
    padding-left: 15px;
    line-height: 1.4em;
    background-repeat: no-repeat;
    background-position: 5px center;
}

#content .dl_list dd {
    display: block;
    float: right;
    width: 460px;
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 7px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D7E6E8;
}

#content .dl_list dl {
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D6D5CB;
    display: block;
    width: 570px;
    padding-top: 7px;
    padding-right: 4px;
    padding-left: 4px;
    float: left;
}

#content .dl_list dd a {
    line-height: 1.4em;
}


/*
フッター
-------------------------------------------*/

address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #586565;
    background-color: #F5F5F5;
    line-height: 20px;
    text-align: right;
    padding-right: 10px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #DFDFDF;
}


/*
各種テーブル
-------------------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

#content table.table_info {
    width: 600px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#content table td {
    padding: 2px;
    border: 1px solid #EAE8DF;
    font-size: 13px;
}

#content table th {
    font-size: 16px;
    text-align: left;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EAE8DF;
    border-right-color: #EAE8DF;
    border-bottom-color: #D1CDBA;
    border-left-color: #EAE8DF;
    background-color: #F1ECE3;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: normal;
    color: #664B24;
}

#content form table th {
    width: 127px;
}

#content table td.td_head {
    background-color: #FAF8F3;
    text-align: right;
    padding: 8px;
    white-space: normal;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D5D5D5;
    border-right-color: #CDBB9C;
    border-bottom-color: #D5D5D5;
    border-left-color: #D5D5D5;
    font-size: 13px;
    background-repeat: repeat-x;
}

#content table td.td_odd {
    background-color: #FFFFFF;
    text-align: left;
    padding: 8px;
    border: 1px solid #D5D5D5;
    font-size: 12px;
    background-repeat: repeat-x;
    line-height: 20px;
    width: 97%;
}

.td_head .eng {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #C6B18E;
}

#content table.table_menu th {
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #BDB7A1;
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    white-space: nowrap;
    background-color: #FCFBF8;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #DDDDDD;
    border-left-color: #DDDDDD;
    padding-left: 20px;
}

#content table.table_menu th span {
    font-size: 10px;
    color: #36A6DC;
}

#content table.table_menu td {
    padding-left: 15px;
    border-bottom-color: #E5E5E5;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    background-color: #FFFFFF;
    border-top-color: #E5E5E5;
    border-right-color: #E5E5E5;
    border-left-color: #E5E5E5;
    padding-right: 15px;
}

#content .table_menu strong {
    font-size: 16px;
    color: #238CCB;
    padding-right: 5px;
    padding-left: 5px;
}

#content table.table_menu {
    width: 520px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table_info th a {
    color: #312D24;
}

#content .table_info .td_odd p {
    margin: 0px;
}

#content table.table_menu td {
    font-size: 14px;
}

#content table.table_menu th {
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: center top;
    color: #334A51;
    background-color: #F7F9F9;
    border-right-color: #ABBDBE;
}


/*
ギャラリー
-------------------------------------------------------------------*/

#content .box3 {
    text-align: center;
    width: 205px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #EEE8DF;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #F9F7F4;
}

.box3 .btn a {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #BF9F62;
    display: block;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    line-height: 14px;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EBE1CF;
    border-right-color: #EBE1CF;
    border-bottom-color: #EBE1CF;
    border-left-color: #EBE1CF;
    background-repeat: repeat-x;
    background-position: center top;
}

.box3 .btn a:hover {
    color: #008DD9;
    background-color: #F0FDFF;
    background-image: none;
}

.box3 a img {
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 2px;
    padding-left: 1px;
    border: 1px solid #E2DBCD;
}

.box3 a:hover img {
    border-top-color: #89E1FE;
    border-right-color: #89E1FE;
    border-bottom-color: #2FCAFD;
    border-left-color: #89E1FE;
}

#content .box3:hover {
    background-color: #ECFBFF;
    border-top-color: #B3E9F7;
    border-right-color: #B3E9F7;
    border-bottom-color: #B3E9F7;
    border-left-color: #B3E9F7;
}


/*
サイトマップ
-------------------------------------------------------------------*/

#main p.p_sitemap {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

#main ul.ul_sitemap {
    padding: 10px;
}

#main .ul_sitemap li {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 35px;
}

#main .ul_sitemap ul {
    margin: 0px;
    padding: 0px;
}

#main .ul_sitemap li a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}


/*
 * 以下、cakeのcssから抜粋
 */

/** Forms **/

form {
    clear: both;
    /* margin-right: 20px; */
    padding: 0;
    /* width: 95%; */
}

fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
}

fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}

fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}

fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}

fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}

form .input {
    color: #444;
}

form .required {
    font-weight: bold;
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}

label {
    display: block;
    font-size: 110%;
    margin-bottom: 3px;
}

input.name {
    width: 46.6%;
}

input.tel {
    width: 29.8%;
}

input.zipcord {
    width: 30%;
}

input.birth {
    width: 27%;
}

input,
textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 1%;
    width: 97%;
}

select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}

select[multiple=multiple] {
    width: 100%;
}

option {
    font-size: 120%;
    padding: 0 3px;
}

input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}

div.checkbox label {
    display: inline;
}

input[type=radio] {
    float: left;
    width: auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}

.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}

input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
}


/* Form errors */

form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}

form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}

form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}


/** Notices and Errors **/

.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #c43c35;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    font-weight: normal;
    line-height: 140%;
}

.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    color: #fff;
}

.form_require {
    background-color: #FF9900;
    color: #FFFFFF;
    padding: 1px 5px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 80%;
    white-space: nowrap;
}

.form_optional {
    background-color: #A8A8A8;
    color: #FFFFFF;
    padding: 1px 5px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 80%;
    white-space: nowrap;
}


/* Start Button Styles --------------------------------------------- */

input[type="button"],
button {
    border: 0 none;
    font: inherit;
}

*:focus {
    outline: 0 none;
}

input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

input[type="button"],
button {
    -moz-box-sizing: content-box;
}


/*fixes mozilla padding - mozilla only, doesn't need webkit or other values */

input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}


/*fixes mozilla button padding - mozilla only, doesn't need webkit or other values */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* General Button Styles, Cascades Down To Every Button ------------- */

.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
    text-align: center;
}

.button:hover {
    background: #111111;
    color: #FFFFFF;
}

.button:active {
    background: #242424;
}

.green.button {
    background-color: #91BD09;
}

.green.button:hover {
    background-color: #749A02;
}

.green.button:active {
    background-color: #a4d50b;
}

.blue.button {
    background-color: #0E59AE;
}

.blue.button:hover {
    background-color: #063468;
}

.blue.button:active {
    background-color: #1169cc;
}

.purple.button {
    background-color: #660099;
}

.purple.button:hover {
    background-color: #330066;
}

.purple.button:active {
    background-color: #7f02bd;
}

.breen.button {
    background-color: #2DAEBF;
}

.breen.button:hover {
    background-color: #007D9A;
}

.breen.button:active {
    background-color: #36cbdf;
}

.red.button {
    background-color: #CC0000;
}

.red.button:hover {
    background-color: #990000;
}

.red.button:active {
    background-color: #ea0202;
}

.magenta.button {
    background-color: #A9014B;
}

.magenta.button:hover {
    background-color: #630030;
}

.magenta.button:active {
    background-color: #ce025c;
}

.orange.button {
    background-color: #FF5C00;
}

.orange.button:hover {
    background-color: #D45500;
}

.orange.button:active {
    background-color: #fd762a;
}

.yellow.button {
    background-color: #FFE115;
}

.yellow.button:hover {
    background-color: #E4C913;
}

.yellow.button:active {
    background-color: #fee539;
}

.white.button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666 !important;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFFFFF;
}

.white.button:hover {
    background-color: #EEEEEE;
}

.white.button:active {
    background-color: #ffffff;
}

.gray.button {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
    border: 1px solid #BBBBBB;
    color: #555555 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.gray.button:hover {
    background-color: #EEEEEE;
    border-color: #999999;
    color: #444444 !important;
}

.gray.button:active {
    background-color: #ffffff;
}


/* Large Buttons ------------------------------------------------- */

.large.button {
    font-size: 16px;
    padding: 16px 38px 16px!important;
    margin-bottom: 30px;
}

input[type="submit"].large.button,
.large.button.input {
    padding: 6px 16px 6px;
}

input[type="button"].large.button,
button.large.button {
    padding: 7px 16px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 100%!important;
        width: 100%!important;
    }
    #base {
        width: 100%!important;
        margin: 0px;
        padding: 0px;
    }
    /*
メイン
-------------------------------------------*/
    #main {
        width: 100%;
        background-color: #FFFFFF;
        padding: 0px!important;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #F0F0F0;
        overflow: hidden;
    }
    #pankuzu {
        margin-bottom: 10px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCCCCC;
        font-size: 10px;
        color: #999999;
        line-height: 16px;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
    }
    #pankuzu strong {
        font-weight: normal;
        color: #505050;
        font-size: 11px;
        letter-spacing: 1px;
    }
    #content {
        width: 100%;
        padding-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    #content #mokuji {
        margin-top: 1px;
        margin-bottom: 5px;
        background-color: #FFFFFF;
        padding: 5px;
    }
    #mokuji ul {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    #mokuji ul ul {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    #mokuji li {
        font-size: 14px;
        line-height: 20px;
    }
    #mokuji li a {
        background-repeat: no-repeat;
        background-position: 5px center;
        margin-bottom: 2px;
        padding-bottom: 2px;
        padding-left: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #D8D8D3;
        display: block;
    }
    #content #mokuji h3 {
        color: #9F7331;
        background-image: none;
        padding-left: 10px;
        margin-bottom: 2px;
        padding-top: 1px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #D0BB97;
        padding-bottom: 1px;
        background-color: #FFFFFF;
    }
    #content .box_out {
        margin-top: 1px;
        margin-bottom: 5px;
        padding: 5px;
    }
    #content .box_in {
        background-color: #FFFFFF;
        border: 1px solid #D9D9D9;
        margin-bottom: 5px;
        /* padding: 10px; */
    }
    h2 {
        font-size: 26px;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #9ABFC5;
        line-height: 26px;
        padding-top: 10px;
        padding-left: 5px;
        margin-bottom: 10px;
        font-weight: normal;
        padding-bottom: 8px;
    }
    h2 span {
        font-size: 12px;
        padding-left: 20px;
        color: #73B8C4;
        letter-spacing: 1px;
        line-height: 14px;
    }
    #content h3 {
        font-size: 18px;
        color: #FFFFFF;
        padding-bottom: 10px;
        padding-left: 18px;
        margin-top: 1px;
        padding-top: 10px;
        padding-left: 30px;
        font-weight: normal;
        background-color: #333333;
    }
    #content h3 span {
        font-size: 11px;
        color: #C8DBDB;
        line-height: 12px;
        padding-left: 20px;
        font-weight: normal;
        letter-spacing: 2px;
    }
    #content h4 {
        color: #9F7535;
        border-left-width: 3px;
        border-left-style: solid;
        border-left-color: #D6B583;
        font-size: 16px;
        line-height: 16px;
        margin-top: 15px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-top: 3px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 8px;
    }
    #content h4 span {
        font-size: 12px;
        color: #C19148;
        padding-left: 10px;
        line-height: 12px;
        font-weight: normal;
    }
    #content p {
        font-size: 13px;
        line-height: 20px;
        padding: 5px;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #content table td.td_head {
        background-color: #FAF8F3;
        padding: 8px;
        white-space: normal;
        color: #333333;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #D5D5D5;
        border-right-color: #D5D5D5;
        border-bottom-color: #D5D5D5;
        border-left-color: #D5D5D5;
        font-size: 100%;
        background-repeat: repeat-x;
        display: block;
        width: 95%!important;
        text-align: left;
    }
    #content table td.td_odd {
        background-color: #FFFFFF;
        text-align: left;
        padding: 8px;
        padding-top: 15px;
        padding-bottom: 30px;
        border: 1px solid #D5D5D5;
        font-size: 100%;
        background-repeat: repeat-x;
        line-height: 20px;
        width: 95%;
        display: block;
    }
    input.name {
        width: 46%;
    }
    input.tel {
        width: 29%;
    }
    input.zipcord {
        width: 40%;
    }
    input.birth {
        width: 24%;
    }
    input,
    textarea {
        clear: both;
        font-size: 100%;
        font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
        padding: 1%;
        width: 97%;
    }
    select {
        clear: both;
        font-size: 100%;
        vertical-align: text-bottom;
    }
    select[multiple=multiple] {
        width: 100%;
    }
    option {
        font-size: 120%;
        padding: 0 3px;
    }
    .add input {
        margin-top: 15px;
    }
}
