@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kameron:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');


body {
width:100%;
height: 100%;
margin:0;
padding:0;
overflow:auto;
background: #f9f1e6 url(https://www.duesselnet.com/images/bg_master.jpg) repeat;
font-size:14px;
line-height:150%;
color:#000000;
font-family:Arial,Roboto,Avenir,Meiryo,"メイリオ",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",sans-serif;
word-wrap: break-word;
overflow-wrap:break-word;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0px;
padding:0px;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


@charset "utf-8";


.fontadjust {
-webkit-text-size-adjust: 150%;
-moz-text-size-adjust: 150%;
-ms-text-size-adjust: 150%;
-o-text-size-adjust: 150%;
text-size-adjust: 150%;
}

.bold {
font-weight: bold;
}

.normal {
font-weight: normal;
}

.fs_10{
font-size:10px;
}

.fs_11{
font-size:11px;
}

.fs_12{
font-size:12px;
}

.fs_13{
font-size:13px;
}

.fs_14{
font-size:14px;
}

.fs_15{
font-size:15px;
}

.fs_16{
font-size:16px;
}

.fs_18{
font-size:18px;
}

.fs_20{
font-size:20px;
}

.fs_22{
font-size:22px;
}

.fs_24{
font-size:24px;
}

.fs_26{
font-size:26px;
}

.lh_140{
line-height:140%;
}

.lh_150{
line-height:150%;
}

.lh_160{
line-height:160%;
}

.lh_180{
line-height:180%;
}

.lh_200{
line-height:200%;
}

.lh_220{
line-height:220%;
}

.lh_240{
line-height:240%;
}

.lh_260{
line-height:260%;
}

.fc_black{
color:#000000;
}

.fc_dgray{
color:#333333;
}

.fc_gray{
color:#999999;
}

.fc_lgray{
color:#cccccc;
}

.fc_white{
color:#ffffff;
}

.fc_red{
color:#ff0000;
}

.fc_orange{
color:#ff6600;
}

.fc_yellow{
color:#ffff00;
}

.fc_lyellow{
color:#ffffcc;
}

.fc_blue{
color:#0000ff;
}

.fc_mblue{
color:#0066cc;
}

.fc_dblue{
color:#000099;
}

.fc_lblue{
color:#99ffff;
}

.fc_green{
color:#006600;
}

.fc_lgreen{
color:#00cc00;
}

a {
margin: 0px;
padding: 0px;
}

a:link {
color:#000099;
text-decoration:none;
}

a:visited {
color:#447799;
text-decoration:none;
}

a:hover {
color:#ff6600;
text-decoration:underline;
}

a:active {
color:#ff6600;
text-decoration:underline;
}

@charset "utf-8";


/*----------共通部分----------*/
.vspace_5 {
max-width: 300px;
margin: 0 auto;
height: 5px;
}

.vspace_10 {
max-width: 300px;
margin: 0 auto;
height: 10px;
}

.vspace_20 {
max-width: 300px;
margin: 0 auto;
height: 20px;
}

.vspace_30 {
max-width: 300px;
margin: 0 auto;
height: 30px;
}

.vspace_50 {
max-width: 300px;
margin: 0 auto;
height: 30px;
}

.lspace_10 {
margin-left: 10px;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.v-top {
vertical-align: top;
}

.v-middle {
vertical-align: middle;
}

.v-bottom {
vertical-align: bottom;
}

#bottom_display {
display: flex;
flex-direction: column;
height: 100vh;
}

#container {
flex: 1 0 auto;
}

.footer {
flex-shrink: 0;
}

.wrapper_bbs {
width: 100% ;
margin: 0px auto;
padding: 0px 50px;
text-align: center;
}

.bbs_msg_box {
display: inline-block;
max-width: 100% ;
margin: 0px auto;
padding: 10px 0px;
text-align: left;
line-height: 150%;
}

.bbs_msg_box ol {
margin: 5px 0px 10px 25px;
}

.bbs_msg_box ol li{
padding: 0px 0px 4px 0px;
}

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

.bbs_msg_box ul li{
padding: 0px 0px 4px 0px;
}

.bbs_guideline_box {
display: inline-block;
max-width: 100% ;
margin: 0px auto;
padding: 10px 0px;
line-height: 150%;
text-align: left;
}

.bbs_guideline_box p {
font-size: 15px;
font-weight: bold;
padding: 5px 0px 5px 0px;
}

.bbs_guideline_box ol {
list-style-type: decimal;
margin: 5px 0px 20px 25px;
}

.bbs_guideline_box ol li {
padding: 0px 0px 3px 0px;
}

.bbs_guideline_box ol li ol {
list-style-type: lower-latin;
margin: 5px 0px 0px 10px;
}

.bbs_guideline_box ol li ol li {
padding: 0px 0px 3px 0px;
}

.line-1 {
width: 100%;
height: 3px;
margin: 0px auto;
background-color:#000099;
}

.line-2 {
width: 100%;
height: 3px;
margin: 0px auto;
background-color:#ff7700;
}

.line-3 {
width: 100%;
height: 2px;
margin: 0px auto;
background-color:#999999;
}

.bbs_page_title_box {
width: 100%;
margin: 0px auto;
padding-bottom: 20px;
text-align: center;
}

.bbs_page_title {
display: inline-block;
font-size: 15px;
color: #000099;
font-weight: bold;
padding: 10px 5px 2px 5px;
border-bottom: 1px solid #000099;
}

/*----------ヘッダー部分----------*/
.header_contents {
width: 100%;
margin: 0px auto;
background-color:#FBCB2C;
text-align: center;
}

.logo_box {
display: inline-block;
width: 33%;
padding: 10px 10px 3px 10px;
vertical-align: top;
text-align: left;
}

.title_box {
display: inline-block;
width: 33%;
padding: 6px 10px 0px 10px;
vertical-align: top;
text-align: center;
}

.dummy_box {
display: inline-block;
width: 33%;
}

/*----------フッター部分----------*/
.footer_contents {
width: 100%;
margin: 0px auto;
padding: 0px;
background-color:#FBCB2C;
text-align: right;
vertical-align: middle;
}

.footer_box {
display: inline-block;
padding: 5px 10px 0px 10px;
vertical-align: middle;
}

.copyright_box {
display: inline-block;
padding: 5px 10px 0px 10px;
vertical-align: middle;
}

/*----------トップページ----------*/
.contents {
width: 100%;
max-width: 980px;
margin: 0px auto;
padding: 0px 0px 50px 0px;
}

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

.bbs_menubox {
display: inline-block;
width: 190px;
margin: 15px 0px;
padding: 0px;
text-align: center;
}

.bbs_menubox a{
margin: 0px;
padding: 4px 10px 4px 10px;
border-radius: 3px;
color: #000099;
font-size: 14px;
font-weight: normal;
text-decoration: none;
white-space: nowrap;
text-align: center;
background-color: #ffffff;
border:#3333CC 1px solid;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.bbs_menubox a:hover{
border:#FF6600 1px solid;
color: #FF6600;
background-color: #ffffcc;
}

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

.bbs_menubox-2 {
display: inline-block;
margin: 15px 20px;
padding: 0px;
text-align: center;
}

.bbs_menubox-2 a{
margin: 0px;
padding: 4px 10px 4px 10px;
border-radius: 3px;
color: #000099;
font-size: 14px;
font-weight: normal;
text-decoration: none;
white-space: nowrap;
text-align: center;
background-color: #ffffff;
border:#3333CC 1px solid;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.bbs_menubox-2 a:hover{
border:#FF6600 1px solid;
color: #FF6600;
background-color: #ffffcc;
}

.bbs_menu_480 {
display: none;
}

.bbs_bnr_1 {
width: 100%;
margin: 0px auto;
padding: 30px 0px 0px 10px;
text-align: center;
}

.bbs_bnrbox_1 {
display: inline-block;
margin: 0px auto;
padding: 10px 10px;
padding: 0px;
text-align: center;
}

.bbs_bnrbox_1 img {
max-width: 100%;
margin: 0px auto;
}

.bbs_bnrbox_2 {
display: inline-block;
margin: 5px 10px;
padding: 0px;
text-align: center;
}

.bbs_bnrbox_2_480 {
display: none;
}

.bbs_bnrbox_3 {
display: inline-block;
margin: 5px 10px;
padding: 0px;
text-align: center;
}

.bbs_title {
width: 100%;
margin: 0px auto;
padding-top: 20px;
text-align: center;
}

.bbs_page_return {
width: 100%;
margin: 0px auto;
text-align: right;
padding: 5px 5px 10px 5px;
}

.bbs_title_box {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#008054;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #008054;
}

.bbs_title_box_life {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#162B63;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #008054;
}

.bbs_title_box_urimasu {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#996633;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #996633;
}

.bbs_title_box_kaimasu {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#FF6600;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #FF6600;
}

.bbs_title_box_agemasu {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#006666;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #006666;
}

.bbs_title_box_kyujin {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#6600ff;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #6600ff;
}

.bbs_title_box_kyushoku {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#FF3399;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #FF3399;
}

.bbs_title_box_flat {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#4A00E9;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #4A00E9;
}

.bbs_title_box_biz {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#555555;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #666666;
}

.bbs_title_box_nitelife {
display: inline-block;
margin: 10px 0px 5px 0px;
padding: 5px 15px 5px 15px;
color:#824880;
font-size:16px;
font-weight: bold;
background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:1px solid #824880;
}

/*----------申し込みページ----------*/
.bbsinfo_subtitle {
display: inline-block;
color:#bf0000;
font-size:15px;
font-weight: bold;
padding: 3px 7px 3px 7px;
background: #ffffff;
}

.apply_form_link_button a {
color:#ffffff;
font-size:16px;
font-weight: bold;
text-decoration:underline;
background: #0000ff;
padding: 10px 15px 10px 15px;
margin: 0px;
text-align: center;
}

.apply_form_link_button a:hover {
color:#ffff00;
}

/*----------利用規定・プライバシーポリシーページ----------*/
.kitei-policy_msg ol {
margin: 5px 0px 10px 25px;
}

.kitei-policy_msg ol li{
padding: 0px 0px 7px 0px;
}

.kitei-policy_msg ul {
list-style-type: none;
margin: 10px 0px 10px 10px;
}

.kitei-policy_msg ul li{
padding: 0px 0px 7px 0px;
}

.kitei-policy_msg .subtitle {
color:#ffffff;
font-size:15px;
font-weight: bold;
background: #000066;
padding: 5px 10px 5px 10px;
}

/*------売ります掲示板　詳細リストページ------*/
.urimasu_list_box_pc {
width: 100%;
margin: 0px auto;
}

.urimasu_list_box_mobile {
display: none;
}

.urimasu_list_box_pc table {
display: inline-block;
margin-left: auto;
margin-right: auto;
}

#urimasu_list_pc {
border-collapse: collapse;
border: none;
}

#urimasu_list_pc tbody th,
#urimasu_list_pc tbody td {
padding: 5px 7px;
vertical-align: middle;
}

#urimasu_list_pc tbody th {
font-size: 14px;
color:#000099;
background: #FFFFDD;
white-space: nowrap;
border: 1px solid #996633;
}

#urimasu_list_pc .item {
font-size: 14px;
color:#000000;
line-height: 150%;
background: #FFFFFF;
text-align: left;
border: 1px solid #996633;
}

#urimasu_list_pc .item img {
margin: 5px;
background: #FFFFFF;
border: 1px solid #996633;
}

#urimasu_list_pc .number {
font-size: 15px;
color: #000099;
font-weight: bold;
background: #FFFFFF;
border: 1px solid #996633;
text-align: center;
}

#urimasu_list_pc .prc {
font-size: 15px;
color:#000000;
background: #FFFFFF;
border: 1px solid #996633;
text-align: center;
}

#urimasu_list_pc .pickup {
font-size: 14px;
color:#000000;
background: #FFFFFF;
border: 1px solid #996633;
text-align: center;
}

#urimasu_list_pc .no-border {
border-right-style:none;
border-left-style:none;
}

.page_indication {
width: 100%;
margin: 20px auto;
text-align: center;
}

.page_indication_box {
display: inline-block;
padding: 0px 50px;
}


@charset "utf-8";


@media screen and (max-width:768px)
{


.contents {
width: 100%;
margin: 0px auto;
padding: 0px;
}

.bbs_bnrbox_2 img {
width: 100%;
margin: 0px auto;
padding: 0px 5px;
text-align: center;
}


}

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

.wrapper_bbs {
width: 100% ;
margin: 0px auto;
padding: 0px 30px;
text-align: center;
}

.logo_box {
display: block;
width: 100%;
margin: 0px auto;
padding-top: 5px;
text-align: center;
}

.title_box {
display: block;
width: 100%;
margin: 0 auto;
padding: 0px;
text-align: center;
}

.dummy_box {
display: none;
}

.footer_contents {
width: 100%;
margin: 0px auto;
padding: 3px 0px 0px 0px;
background-color:#FBCB2C;
text-align: center;
vertical-align: middle;
}

.copyright_box {
display: block;
padding: 2px 10px 2px 10px;
text-align: center;
}


/*------売ります掲示板　詳細リストページ------*/
.urimasu_list_box_pc {
display: none;
}

.urimasu_list_box_mobile {
display: block;
width: 100%;
margin: 0px auto;
}

.urimasu_list_box_mobile table {
display: inline-block;
margin-left: auto;
margin-right: auto;
}

#urimasu_list_mobile {
border-collapse: collapse;
border: none;
}

#urimasu_list_mobile tbody th,
#urimasu_list_mobile tbody td {
padding: 5px 7px;
vertical-align: middle;
}

#urimasu_list_mobile tbody th {
font-size: 14px;
color:#000099;
background: #FFFFDD;
white-space: nowrap;
border: 1px solid #996633;
}

#urimasu_list_mobile .item {
font-size: 14px;
color:#000000;
line-height: 150%;
background: #FFFFFF;
text-align: left;
border: 1px solid #996633;
}

#urimasu_list_mobile .item img {
width: 100%;
margin: 0px auto;
background: #FFFFFF;
}

#urimasu_list_mobile .number {
font-size: 16px;
color: #000099;
font-weight: bold;
background: #FFFFFF;
border: 1px solid #996633;
text-align: center;
}

#urimasu_list_mobile .prc {
font-size: 15px;
color:#000000;
background: #FFFFFF;
border: 1px solid #996633;
text-align: left;
}

#urimasu_list_mobile .pickup {
font-size: 15px;
color:#000000;
background: #FFFFFF;
border: 1px solid #996633;
text-align: center;
}

#urimasu_list_mobile .no-border {
border-right-style:none;
border-left-style:none;
}

.page_indication {
width: 100%;
margin: 20px auto;
text-align: center;
}

.page_indication_box {
display: inline-block;
padding: 0px 50px;
}


}


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

.wrapper_bbs {
width: 100% ;
margin: 0px auto;
padding: 0px 10px;
text-align: center;
}

.bbs_menu_pc {
display: none;
}

.bbs_menu_480 {
display: block;
width: 100%;
margin: 0px auto;
text-align: center;
}

.bbs_menubox_480 {
width: 100%;
margin: 0px;
padding: 7px 10px 7px 10px;
background-color: #ffffff;
border-bottom:#6666CC 1px solid;
text-align: center;
}

.bbs_menubox_480 a{
color: #000099;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.bbs_menubox_480 a:hover{
color: #FF6600;
}

.bbs_bnrbox_2 {
display: none;
}

.bbs_bnrbox_2_480 {
display: inline-block;
margin: 5px 10px;
padding: 0px;
text-align: center;
}

.bbs_bnrbox_3 {
display: none;
}


}
@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;
}


}
@charset "utf-8";


html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:images/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
