
.font_c1{
	color: #ff8635;
}
.font_c2{
	color: #ed482d;
}
.font_c3{
	color: #e6e7df;
}
.font_c4{
	color: #6cbfde;
}

.font_b{
	font-weight: bold;
}
.font_l{
font-size: large;
}
.font_s{
font-size: small;
}

.fs_12{
	font-size: 12px;
font-size: 0.87rem;
	font-weight: normal;
	line-height: 120%!important;
	padding-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}

.bg_img01{
	background-image: url(../image/bg_img01.jpg);
	background-repeat: repeat;
}
.text_r{
	text-align: right;
}

.m_10{
	margin: 10px;
}
.ind{
	margin-left: 1em;
     text-indent: -0.5em;
}
.ind i{
	margin-right: 3px;
}

.fle{
text-align: center;
   display: flex;
    flex-wrap: wrap;
}

.fle2{
	text-align: center;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.fle2 img{
	width: 100%;
	max-width: 720px;
	height: auto;
}


.box_t{
	text-align: center;
	border: #e6e7df 5px solid;
	margin: 10px 5px 10px 0;
	padding: 10px;
	}
.box_t h4{
	margin: 5px auto;
	background: #f3f6f7;
	padding: 3px;
}
.box_t h4 i{
	margin-right: 5px;
}

.box_t p{
	text-align: left;
	padding: 0 ;
	}

.box_t .line{
	padding-top: 10px;
	border-top:dotted 1px #999;
}

.thread,.posts,.new_time,.s_url{
	text-align: left;
	margin: 3px 15px 5px 10px;
	font-size: 0.8rem;
	display: inline;
}
.thread span,.posts span,.new_time span,.s_url span{
width: 100px;
	display: inline-block;
	text-align: center;
	padding: 1px 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 0.75rem;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
    border-radius: 2px;
}
.thread span{
	background-color: #6cbfde;
}
.posts span,.s_url span{
		background-color: #e6604a;
}
.new_time span{
		background-color: #e5af57;
}


input[type="password"],input[type="text"]{

}

input[type="password"]{
	width: 70%;
	border-radius: 5px;
	border:1px solid #9fa4a5;
	background-color: #fff;
	margin: 10px 0;
}
input[type="password"]:focus,
textarea:focus,
input[type="password"]:hover,
textarea:hover {
	border:1px solid #81c5d2;
}

.f_box{
	text-align: right;

}
.f_box input[type="text"],.f_box input[type="password"]{
	width: 120px;

}

.f_box input[type="button"]{
	border-radius: 5px;
	margin: 1px;
font-size: 12px;
	font-size: 0.87rem;
	background: #f3f6f7;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
	cursor: pointer;
    color: #666;
}


/* テーブル用css
----------------------------------------
*/

.forum_t{
border-collapse: separate;
border-spacing: 1px;
text-align: left;
line-height: 1.5;
}

.forum_t th i{
font-size: 16px;
	font-size: 1.14rem;
	margin-right: 5px;
	margin-left: 5px;
}

.forum_t th{
padding: 10px;
border: 1px solid #A9BCCC;
background: #0066B3;
color: #fff;
text-align: center;
line-height: 120%;
word-break: break-all;
}

.forum_t td{
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.forum_t td:nth-child(3n-1){
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.forum_t td:nth-child(3n){
	font-size: 0.8rem;
}

.forum_t tr:nth-child(odd){
background: #f3f6f7;
}

.forum_t h5{
	font-size: 1.14rem;
	margin: 10px 0;
}

.forum_t h5 i{
	margin-right: 5px ;
}
.forum_t .line_b{
	padding-bottom:10px;
border-bottom:dotted 1px #999;
}
label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 3px;
	cursor: pointer;
}
input{
	margin-right: 3px;
}

input[type="text"],textarea{
	width: 90%;
	border-radius: 5px;
	border:1px solid #9fa4a5;
	background-color: #fff;
}
select{
	background-color: #fff;
}

input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover {
	border:1px solid #81c5d2;
}

#searchform{
	background: url(../image/searchform.png) right top no-repeat;
}

.font_btn{
	font-family: FontAwesome;
	border: none;
	color: #2d6ba9;
	cursor:pointer;
	font-size: 14px;
	font-size: 1.0rem;
}

.new{
	font-size: 0.87rem;
	padding: 3px 4px;
	margin-right: 5px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	 background: #ff5172;
    border-radius: 2px;
}

.new i{
font-size: 10px;
	font-size: 0.71rem;
}

.fle_submit{
	text-align: center;
	max-width: 320px;
	margin:20px auto;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.btn01{
background-color: #fa9427;
	color: #ffffff;
    height: 30px;
	border-radius: 5px;
	border:none;
	box-shadow:0px -3px 0px 0px #ff7112 inset;
	margin: 3px;
	text-align: center;
	padding: 3px 10px;
}

.btn01:hover{
	background-color:#ffba44;
	box-shadow:0px -3px 0px 0px #fea400 inset;
	transition-duration: 0.4s ;
}

.btn02{
	background-color: #3498db;
	color: #ffffff;
    width: 150px;
    height: 40px;
	border-radius: 5px;
	border:none;
	box-shadow:0px -3px 0px 0px #2886d2 inset;
	text-align: center;
	margin: 3px;
}

.btn02:hover{
	background-color:#41bdfd !important;
	box-shadow:0px -3px 0px 0px #3498db inset;
	transition-duration: 0.4s ;
}
.btn03{
background-color: #fa9427;
	color: #ffffff;
    width: 150px;
    height: 40px;
	border-radius: 5px;
	border:none;
	box-shadow:0px -3px 0px 0px #ff7112 inset;
	margin: 3px;
	text-align: center;
	padding: 3px 10px;
}

.btn01:hover,.btn03:hover{
	background-color:#ffba44;
	box-shadow:0px -3px 0px 0px #fea400 inset;
	transition-duration: 0.4s ;
}

.f_btn{
	width: 80%;
	max-width: 150px;
	text-align: center;
	padding: 2px;
	margin-top: 10px 0;
	background-color: #32373b;
	color: #fff;
	font-size: 10px;
	font-size: 0.71rem;
	font-weight: normal;
	border-radius: 5px;
	display: inline-block;
}

.f_btn i{
	margin-right: 3px;
	color: #fa9427;
}
.hissu{
	font-size: 10px;
	font-size: 0.71rem;
	background-color: #fff;
	padding: 3px 4px;
	margin-left: 5px;
	color: #11507f;
	font-weight: normal;
	white-space: nowrap;
}


.fle_end {
  align-items: flex-end;
}

.top_btn:hover, .btn:hover, .btn_s:hover{
  color: #fff;
background: #32373b;
  opacity: 1 !important;
}

.btn {
  font-weight: normal;
  display: inline-block;
  padding: 5px 20px;
}

.top_btn i, .btn i {
  margin-right: 5px;
}


/* bef_q用css*/


.bef_q table {
    font-size: 90%;
    border-collapse:collapse;
	width: 100%;
	border: 1px solid #A9BCCC;
}
.bef_q table th {
	background: #0066B3;
	color: #fff;
	padding: 10px;
}
.bef_q table tr:nth-child(odd) {
	background: #F9F9F9;
}

.bef_q table td, .bef_q_table th {
	border: 1px solid #A9BCCC;
	padding: 10px;
}

.bef_q table td:nth-child(3n-2) {
	background: #e8eff4;
	text-align: center;
	width: 20%;
}
.bef_q table tr:nth-child(odd) td:first-of-type {
	background: #dde7ec;
}

.bef_q .btn1{
	background-color: #3498db;
	color: #ffffff;
    width: 150px;
    height: 40px;
	border-radius: 5px;
	border:none;
	box-shadow:0px -3px 0px 0px #2886d2 inset;
	text-align: center;
	margin: 3px;
}

.bef_q .btn1:hover{
	background-color:#41bdfd !important;
	box-shadow:0px -3px 0px 0px #3498db inset;
	transition-duration: 0.4s;
}
/* bef_q用cssここまで*/



/* 960以上 */

@media print,screen and (min-width: 960px) {

.pc_now{
		white-space: nowrap;
	}

.read{
	font-size: 20px;
	font-size: 1.42rem;
	line-height: 155%;
}

.box_t{
	width: 32%;

	}

/* テーブル用css
----------------------------------------
*/

.forum_t,.f_box{
width: 95%;
margin: 10px auto;
	font-size: 14px;
	font-size: 1.0rem;
}
.forum_t th{
	padding: 10px;
	line-height: 160%;
	width: 25%;
}


.forum_t th br{
	display: none;
}

.forum_t td{
	padding: 18px 10px;
}


/* td改行*/
.br_word br {
    display: none;
  }

}

/* mobile*/

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

/* td改行*/
.br_word {
word-break: break-word;
  word-wrap: break-word;
  }


.f_h1 img{
	float: none;
}

.box_t{
	width: 100%;
	}

p.line_b {
word-break: break-all;
}
input{
	margin: 3px 3px 7px 3px;
}

.forum_t,.f_box{
width:100%;
margin: 10px auto;
	font-size: 12px;
	font-size: 0.87rem;
}

.new{
	margin-left: 0px;
	margin-bottom: 5px;
}
    
table.forum_t {
        width:100%!important;
    }
.forum_t th,.forum_t td{
	padding: 10px;
}

.f_btn{
		margin-top: 5px;
	}
.hissu{
	margin-left: 0px;
	margin-top: 5px;
}


.f_03 {
background-color: #ccc;
	text-align: right;
	}
.f_03 a{
		font-size: 10px;
font-size: 0.71rem;
	margin-right: 10px;
	}

}