@charset "UTF-8";
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//基本デザイン
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*フロート解除の定番*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//テキスト
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.txt_red{
    color: #f00 !important;
}
.txt_bold {
    font-weight: bold !important;
}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//date
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.post_date {
    font-size: 80%;
    margin: 0;
    padding: 1em 0 1em 0;
    text-align: right;
    font-style: italic;
}
.post_date li {
    display: inline;
}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//bbs
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.bbs_post{
    border-bottom: dotted 1px #000;
    margin-bottom: 1em;
}
.bbs_post a img{
    border: solid 1px #00f;
}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//srch
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.srch_form{
    border: dotted 1px #000;
    background-color: #F8E0F7;
    padding: 1em;
}
.srch_table{
    width: 100%;
    border: solid 1px #595959;
    border-collapse: collapse;
}
.srch_table_age{
    width: 20% !important;
}
.srch_table td{
    border: solid 1px #595959;
    border-collapse: collapse;
    padding: 0.5em;
}
.srch_submit{
    padding: 0.5em;
    width: 20%;
}
.srch_post{
    border-bottom: dotted 1px #000;
}
.srch_post a img{
    border: solid 1px #00f;
}
/************************************
** divの表示順操作　
************************************/
.order_by_flex{
    display: flex;
    flex-flow: row wrap;
    /*border:solid 1px #090;*/
  }
  /*.order_by_flex div{width: 100%;}*/
  .order01{order: 1; width: 100%; border-bottom: dotted 1px #000;}
  .order02{order: 2; width: 100%;}
  .order03{order: 3; width: 100%;}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//posting
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.posting_img{
    text-align: center;
}
.posting_img img{
    border: solid 1px #00f;
}
.posting_table {
    width: 100%;
}
.posting_table a{
    color: #00f !important;
    font-weight: bold !important;
}
.posting_other {
    font-size: 150% !important;
    font-weight: bold !important;
    background-color: #DDD !important;
    padding: 1em !important;
}
.posting_other_img {
    float: left;
    margin-right: 1em;
}
.posting_pager {
	text-align: center;
	padding: 1em 0;
}
.posting_pager li {
    display: inline !important;
    padding: 0.5em;
}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//list
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.list_summary{
    background-color: #efefef;
    padding: 1em;
    border-bottom: #000 1px dotted;
    cursor : pointer;
}
.list_child{
    margin-left: 1em !important;
}
.list_li li{
    padding: 0.5em 0;
}


/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//レスポンシブ
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*◆◆タブレット縦の幅をブレイクポイントにする◆◆*/
@media (max-width: 768px){

.post_date li {
    display: block;
}

}
/*
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
//end of file
//■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/