@charset "utf-8";


/*==============共通部分==============*/
.form_msg-box {
margin: 0px auto;
display:inline-block;
text-align: left;
}

.form_msg-box ol {
margin: 5px 10px 5px 30px;
}

.form_msg-box ol li{
margin: 0px 10px 5px 10px;
}

.form-box {
margin: 0px auto;
padding: 20px;
display: inline-block;
text-align: center;
background: #ffffff;
border: 1px solid #999999;
}

.form-box .btn {
display: inline-block;
font-family: inherit;
padding: 7px 15px;
font-size: 15px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-decoration: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: rgb(180,221,180);
background: -moz-linear-gradient(top,  rgb(180,221,180) 0%, rgb(131,199,131) 15%, rgb(82,177,82) 33%, rgb(0,138,0) 67%, rgb(0,87,0) 96%, rgb(0,36,0) 100%);
background: -webkit-linear-gradient(top,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 33%,rgb(0,138,0) 67%,rgb(0,87,0) 96%,rgb(0,36,0) 100%);
background: linear-gradient(to bottom,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 33%,rgb(0,138,0) 67%,rgb(0,87,0) 96%,rgb(0,36,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 );
}

form input[type="checkbox"],
form input[type="radio"] {
width: 16px;
height: 16px;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

form .submit_box {
width: 100%;
margin: 0px auto;
text-align: center;
}

form .submit_box .keycode_box{
display: inline-block;
padding: 0px 10px 0px 10px;
text-align: center;
vertical-align: middle;
}

form .submit_box .keycode_box input[type="text"],
form .submit_box .keycode_box input[type="password"]  {
font-family: inherit;
width: 150px;
height: 35px;
font-size: 18px;
line-height: 180%;
letter-spacing: 0.1em;
color:#000099;
font-weight: bold;
background-color: #E5FDFF;
border: 1px solid #000099;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

form .submit_box .btn {
display: inline-block;
font-family: inherit;
font-size: 16px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background: #668ad8;
padding: 8px 15px;
border-radius: 5px;
}

/*==============掲示板記事表示画面==============*/
.bbs_main_box {
width: 100%;
margin: 0px auto;
padding: 0px;
overflow: hidden;
text-align: center;
}

.bbs_thread_box {
width: 100%;
margin: 15px auto;
background: #ffffff;
padding: 10px 15px 5px 15px;
border : solid 1px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
overflow: hidden;
}

.bbs_thread_box2 {
display: inline-block;
max-width: 100%;
margin: 15px auto;
background: #ffffff;
padding: 10px 15px 5px 15px;
border : solid 1px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
overflow: hidden;
}

.bbs_main_box .title_box {
width: 100%;
padding: 0px 0px 10px 0px;
}

.bbs_main_box .title_box .subject_box {
float: left;
font-size: 15px;
color: #FF5500;
font-weight: bold;
text-align: left;
margin: 0px;
padding: 0px;
}

.bbs_main_box .title_box .link_box {
float: right;
margin: 0 auto;
padding: 0px;
text-align: right;
}

.bbs_main_box .title_box .button {
display: inline-block;
font-family: inherit;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background: #000099;
padding: 4px 10px;
text-align: center;
text-decoration: none;
cursor : pointer
}

.bbs_main_box .comment_box {
width: 100%;
font-size: 14px;
line-height: 160%;
font-weight: normal;
color: #333333;
padding: 0px 0px 10px 0px;
text-align: left;
clear: both;
}

.bbs_main_box .comment_photo_box {
width: 100%;
padding: 0px 0px 10px 0px;
clear: both;
}

.bbs_main_box .comment_photo_box .bbs_photo {
float: left;
margin: 0px 0px 0px 5px;
}

.bbs_main_box .comment_photo_box .bbs_photo_mobile {
display: none;
}

.bbs_main_box .comment_photo_box .bbs_photo img{
margin: 3px 10px 0px 0px;
}

.bbs_main_box .comment_photo_box ul {
list-style-type: none;
}

.bbs_main_box .comment_photo_box li {
display: block;
margin: 0px 0px 5px 0px;
font-size: 14px;
line-height: 160%;
font-weight: normal;
color: #333333;
text-align: left;
}

.bbs_main_box .contributor_box {
width: 100%;
font-size: 13px;
line-height: 140%;
font-weight: normal;
color: #333333;
padding: 0px;
text-align: right;
clear: both;
}

.bbs_main_box .contributor_box br {
display: none
}

.bbs_main_box .res_box {
width: 100%;
margin: 0px;
padding: 0px;
clear: both;
}

.bbs_main_box .res_box .res_subject_box {
float: left;
font-size: 14px;
color: #FF5500;
font-weight: normal;
text-align: left;
margin: 0px;
padding: 0px;
}

.bbs_main_box .res_box .res_contributor_box {
float: right;
font-size: 13px;
line-height: 140%;
font-weight: normal;
color: #333333;
margin: 0px;
padding-top: 5px;
text-align: right;
}

.bbs_main_box .res_box .res_contributor_box br {
display: none;
}

.bbs_main_box .res_box-2 {
max-width: 100%;
margin-left: 30px;
padding: 5px 0px 0px 0px;
border-top: solid 1px #aaaaaa;
}

.bbs_main_box .res_subject_box-2 {
width: 100%;
font-size: 14px;
color: #FF5500;
font-weight: bold;
text-align: left;
}

.bbs_main_box .res_comment_box-2 {
width: 100%;
font-size: 14px;
line-height: 160%;
font-weight: normal;
color: #333333;
padding: 0px;
text-align: left;
}

.bbs_main_box .res_contributor_box-2 {
width: 100%;
font-size: 13px;
line-height: 140%;
font-weight: normal;
color: #333333;
padding: 0px;
text-align: right;
}

.bbs_main_box .res_contributor_box-2 br {
display: none;
}


/*==============掲示板入力フォーム==============*/
.bbs_inputform {
display: inline-block;
margin: 0 auto;
background: #ffffff;
padding: 10px;
border : solid 1px #333333;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.bbs_inputform_inner {
display: inline-block;
background: #ffffff;
padding: 20px;
border : dashed 2px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.bbs_inputform_inner table tbody th,
.bbs_inputform_inner table tbody td {
padding: 10px 5px 10px 5px;
vertical-align: middle;
}

.bbs_inputform_inner table tbody th {
font-size: 15px;
color:#000099;
white-space: nowrap;
text-align: right;
}

.bbs_inputform_inner table tbody td {
text-align: left;
}

.bbs_inputform_inner .type_100 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 100px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner .type_150 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 150px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner .type_250 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner .type_350 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 350px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner .type_450 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 450px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner .type_550 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 550px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner textarea {
font-family: inherit;
font-size: 15px;
line-height: 180%;
}

.bbs_inputform_inner .dropdown {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*==============連絡フォーム==============*/
.mail_inputform {
display: inline-block;
background: #DAEDE5;
margin: 20px 0px;
padding: 10px;
border : solid 1px #666666;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner {
display: inline-block;
padding: 20px;
border : dashed 2px #999999;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner table tbody th,
.mail_inputform_inner  table tbody td {
padding: 10px 5px 10px 5px;
vertical-align: middle;
}

.mail_inputform_inner table tbody th {
font-size: 15px;
font-weight: normal;
color:#000099;
white-space: nowrap;
text-align: right;
}

.mail_inputform_inner table tbody td {
text-align: left;
}

.mail_inputform_inner .type_150 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 150px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_250 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_350 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 350px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_450 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 450px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner .type_550 {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 550px;
height: 30px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner textarea {
font-family: inherit;
font-size: 15px;
line-height: 180%;
}

.mail_inputform_inner .dropdown {
font-family: inherit;
font-size: 15px;
line-height: 160%;
outline: none;
width: 250px;
height: 30px;
}

.mail_inputform_inner .btn {
display: inline-block;
font-family: inherit;
padding: 7px 15px;
font-size: 15px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: rgb(180,221,180);
background: -moz-linear-gradient(top,  rgb(180,221,180) 0%, rgb(131,199,131) 15%, rgb(82,177,82) 39%, rgb(0,138,0) 87%, rgb(0,87,0) 100%, rgb(0,36,0) 100%, rgb(0,87,0) 101%);
background: -webkit-linear-gradient(top,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 39%,rgb(0,138,0) 87%,rgb(0,87,0) 100%,rgb(0,36,0) 100%,rgb(0,87,0) 101%);
background: linear-gradient(to bottom,  rgb(180,221,180) 0%,rgb(131,199,131) 15%,rgb(82,177,82) 39%,rgb(0,138,0) 87%,rgb(0,87,0) 100%,rgb(0,36,0) 100%,rgb(0,87,0) 101%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 );
}

.form-box table {
margin-left: auto;
margin-right: auto;
}

#templateform tbody th,
#templateform tbody td {
padding: 0px 5px 10px 5px;
vertical-align: middle;
}

#templateform tbody th {
font-size: 14px;
color:#000099;
font-weight: normal;
white-space: nowrap;
text-align: right;
}

#templateform tbody td {
font-size: 14px;
color:#000000;
line-height: 150%;
text-align: left;
}


/*******************************************************************************/
@media only screen and (max-width: 640px)
{


.bbs_main_box .title_box .subject_box {
float:none;
display: block;
width: 100%:
margin: 0 auto;
font-size: 16px;
color: #FF5500;
font-weight: bold;
text-align: left;
padding: 0px;
}

.bbs_main_box .title_box .link_box {
float:none;
display: block;
width: 100%:
margin: 0 auto;
padding: 15px 10px;
text-align:center;
}

.bbs_main_box .contributor_box br {
display: block;
}

.bbs_main_box .res_box {
width: 100%;
margin: 0px;
padding: 5px 0px 0px 0px;
clear: both;
border-top: solid 1px #aaaaaa;
}

.bbs_main_box .res_box .res_subject_box {
float:none;
display: block;
font-size: 14px;
color: #FF5500;
font-weight: normal;
text-align: left;
margin: 0px;
padding: 0px;
}

.bbs_main_box .res_box .res_contributor_box {
float:none;
display: block;
font-size: 13px;
line-height: 140%;
font-weight: normal;
color: #333333;
margin: 0px;
padding: 0px;
text-align: right;
}

.bbs_main_box .res_contributor_box-2 br {
display: block;
}

.bbs_main_box .comment_photo_box .bbs_photo {
display: none;
}

.bbs_main_box .comment_photo_box .bbs_photo_mobile {
display: block;
width: 100%;
margin: 0px auto;
}

.bbs_main_box .comment_photo_box .bbs_photo_mobile img{
display: block;
width: 100%;
max-width: 300px;
margin: 5px auto;
}

.bbs_main_box .comment_photo_box ul {
width: 100%;
list-style-type: none;
}

.bbs_main_box .comment_photo_box li {
display: block;
margin: 0px 0px 5px 0px;
font-size: 15px;
line-height: 160%;
font-weight: normal;
color: #333333;
text-align: left;
}


/*==============掲示板入力フォーム==============*/
.bbs_inputform {
width: 100%;
margin: 10px auto;
padding: 20px 10px;
background: #ffffff;
border : solid 1px #333333;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.bbs_inputform_inner {
width: 100%;
padding: 0px;
border : none;
}

.bbs_inputform_inner table {
display: block;
border: none;
width: 100%;
padding: 0px;
}

.bbs_inputform_inner table tbody {
display: block;
border: none;
}

.bbs_inputform_inner table tbody tr {
 display: block;
margin-bottom: 15px;
border: none;
}

.bbs_inputform_inner table tbody th,
.bbs_inputform_inner table tbody td {
 display: block;
display: list-item;
list-style-type: none;
padding: 2px 5px 2px 5px;
}

.bbs_inputform_inner table tbody th {
width: 100%;
font-size: 15px;
color:#000099;
white-space: nowrap;
text-align: center;
}

.bbs_inputform_inner table tbody td {
width: 100%;
text-align: center;
}

.bbs_inputform_inner .type_100,
.bbs_inputform_inner .type_150,
.bbs_inputform_inner .type_250,
.bbs_inputform_inner .type_350,
.bbs_inputform_inner .type_450,
.bbs_inputform_inner .type_550 {
font-family: inherit;
font-size: 16px;
line-height: 160%;
outline: none;
width: 100%;
height: 35px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.bbs_inputform_inner textarea {
font-family: inherit;
font-size: 16px;
line-height: 180%;
resize: vertical;
width: 100%;
height: 160px;
}

.bbs_inputform_inner .dropdown {
font-family: inherit;
font-size: 15px;
line-height: 160%;
width: 100%;
height: 35px;
border: 1px solid #999999;
}


/*==============連絡フォーム==============*/
.mail_inputform {
width: 100%;
margin: 10px auto;
padding: 20px 10px;
background: #DAEDE5;
border : solid 1px #666666;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.mail_inputform_inner {
width: 100%;
padding: 0px;
border : none;
}

.mail_inputform_inner table {
display: block;
border: none;
width: 100%;
padding: 0px;
}

.mail_inputform_inner table tbody {
display: block;
border: none;
}

.mail_inputform_inner table tbody tr {
 display: block;
margin-bottom: 15px;
border: none;
}

.mail_inputform_inner table tbody th,
.mail_inputform_inner table tbody td {
 display: block;
display: list-item;
list-style-type: none;
padding: 2px 5px 2px 5px;
}

.mail_inputform_inner table tbody th {
width: 100%;
font-size: 15px;
color:#000099;
white-space: nowrap;
text-align: center;
}

.mail_inputform_inner table tbody td {
width: 100%;
text-align: center;
}

.mail_inputform_inner .type_100,
.mail_inputform_inner .type_150,
.mail_inputform_inner .type_250,
.mail_inputform_inner .type_350,
.mail_inputform_inner .type_450,
.mail_inputform_inner .type_550 {
font-family: inherit;
font-size: 16px;
line-height: 160%;
outline: none;
width: 100%;
height: 35px;
border: 1px solid #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.mail_inputform_inner textarea {
font-family: inherit;
font-size: 16px;
line-height: 180%;
resize: vertical;
width: 100%;
height: 300px;
}

.mail_inputform_inner .dropdown {
font-family: inherit;
font-size: 15px;
line-height: 160%;
width: 100%;
height: 35px;
border: 1px solid #999999;
}

#templateform tbody th,
#templateform tbody td {
display: block;
vertical-align: middle;
}

#templateform tbody th {
font-size: 15px;
color:#000000;
font-weight: bold;
white-space: nowrap;
text-align: left;
padding: 0px 5px;
}

#templateform tbody td {
font-size: 15px;
color:#000099;
line-height: 150%;
text-align: left;
padding: 3px 5px 20px 10px;
}

}

/********************************************************************************/
@media only screen and (max-width: 480px)
{


/*==============共通部分==============*/
.form_msg-box {
width: 100%;
margin: 0 auto;
text-align: left;
}

.form_msg-box ol {
margin: 5px 10px 5px 20px;
}

.form-box {
width: 100%;
margin: 0px auto;
padding: 10px;
display: inline-block;
background: #ffffff;
border: 1px solid #999999;
}

.bbs_msg_box {
max-width: 100% ;
margin: 0px auto;
text-align: left;
}

.bbs_msg_box ol {
margin: 5px 10px 5px 20px;
}

.bbs_msg_box ul {
list-style-type: none;
margin: 5px 10px 5px 20px;
}


}
