@charset "UFT-8";

body.ExOsWin{font-family:Meiryo,"MS PGothic",arial,sans-serif}
body.ExOsMac{font-family:arial,sans-serif}

body {
    font-family:Meiryo,"MS PGothic",arial,sans-serif;
    margin:0px;
}

#content {
    margin:10px;
}

#content h1{
    font-size: 1.8rem;
    font-weight: bold;
}

#content h2{
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 10px;
}

#content p,li{
    font-size: 0.825rem;
}
#content_digest {
    margin:5px 0px 5px 0px;
}

#footer {
    color:#000000;
    line-height:120%;
    background-color:#EEEEEE;
    border-top:1px solid #CCCCCC;
    padding:8px;
}

img{
  border:0;
}

a{
  color : #4989ff;
  text-decoration: none
}

a:visited{
  text-decoration: none
}

a:hover{
  color : #48e0ba;
}

h1,h2,h3,p,ul{
  margin-bottom: 0px;
}

ol{
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.pagetitle{
    text-align: center;
    margin-top: 50px;
}
.pagetitle h2{
    font-weight: 600;
    padding: 10px 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }



.searchresult {
  padding: 0px 5px 5px 5px;
  overflow:hidden;
}
.searchresult2 {
  padding: 10px 10px 10px 0px;
  overflow:hidden;
}

.resulttitle {
  font-size:1.1em;
  line-height:1.3em;
  font-weight: bold;
  color: #0000FF;
  text-decoration:none;
  margin-bottom: 3px;
  word-break:break-all;
  word-wrap:break-word;
  overflow:hidden;
}

.resulttitle a, .resulttitle a:visited, .resulttitle a:hover {
  text-decoration:none;
}

.resulttitle img {
  margin-right:2px;
}

.resultimage {	
  /*float:left;*/
  margin-top: 3px;
  margin-bottom: 8px;
}

.timeanddate {
  font-size: xx-small;
  color:green;
  font-style: italic;
}

span.reply {
  color:#FF0000;
  white-space: nowrap;
}

span.reply1 {
  color:#FF0000;
  white-space: nowrap;
}

span.reply2 {
  color:#FFCC00;
  white-space: nowrap;
}

span.reply3 {
  color:#0000FF;
  white-space: nowrap;
}

span.reply4 {
  color:#CCCCCC;
  white-space: nowrap;
}

i.reply {
  color:#FF0000;
  white-space: nowrap;
}

i.reply1 {
  color:#FF0000;
  white-space: nowrap;
}

i.reply2 {
  color:#FFCC00;
  white-space: nowrap;
}

i.reply3 {
  color:#0000FF;
  white-space: nowrap;
}

i.reply4 {
  color:#CCCCCC;
  white-space: nowrap;
}

.itaname {
  font-size:80%;
  padding: 0.6rem 0;
}


/* タイトル  */
.menutitle00 {
    width: 100%;
	padding:5px 0 5px 5px;
	margin:0px 0 0px 0;
	text-align:center;
    background-color: #fff;
}

.menutitle00 img{
    text-align: center;
}

/* ヘッダー (header_top.php)*/
#header,#frheader{
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    margin:0px;
    padding: 0px;
    background: #fff;
    box-sizing: border-box;
  }
  

.header-table table{
    width: 100%;
    height: 80px;
    border: 0;
    padding: 0;
}

.header-table{
    width: 100%;
    height: 100%;
    margin:0px;
    border-bottom:#6495ed 2px solid;
}

.header-table tr,.header-table td{
    height: auto;
}
.title{
    width: 20%;
}
.title img{
    height: 40px;
    margin: 0 20px;
}
.searchbox{
    width: 30%;
}
.search{
    width: 80%;
    min-width: 250px;
    height: 3rem;
    display: flex;
    justify-content: center;
}
.search-box{
    width: 80%;
    height: 2rem;
    border-radius: 50px 0 0 50px;
    border: #9e9e9e 1px solid;
    margin: auto 0px;
}
.search-btn{
    width: 20%;
    height: 2rem;
    border-radius: 0 50px 50px 0;
    border: #9e9e9e 1px solid;
    margin: auto 0px;
}
.search-btn p{
    margin-bottom: 0px;
}

.subtitle{
    width: 30%;
    padding: 0 20px;
}
.subtitle p{
    color:  #4989ff;
    font-size: 0.9rem;
}

.account{
    width: 20%;
    text-align: center;
    height: 60px;
    position: relative;
    transition: all .3s;
}
.account:hover {
    background-color: #fff;
}
.account:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.account:hover::before {
    background-color: #fff;
}
.account a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.account:hover a {
    color: #1b4059;
}
.account b{
    font-size: 1.1rem;
}
.mymenu_list{
    display: none;
    width: 100%;
    position: absolute;
    top: 89px;
    left: 0;
    list-style-type: none;
}
.account:hover .mymenu_list{
    display: block;
}
.mymenu_item{
    background-color: #b8e2ff;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.mymenu_item:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.mymenu_item:hover {
    background-color: #58bbfe;
}
.mymenu_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b4059;
    text-decoration: none;
    position: relative;
}
.mymenu_item a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.account-box{
    width: 200px;
    height: 2rem;
    background-color:#4989ff;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: auto;
}
.account-box p{
    padding: 2% 0;
}

/* トップ (frame_main.php)*/
.contain{
    margin: 1%;
}
.wrap{
    display: flex;
    justify-content: center;
}
.wrap-left{
    display: flex;
    justify-content: left;
}
.wrap-btw{
    display: flex;
    justify-content:space-between;
}
.info1{
    width: 50%;
    min-width: 520px;
    min-height: 390px;
}
.info2{
    width: 24%;
    min-width: 300px;
    min-height: 240px;
    margin: 5px;
    padding: 0.5%;
}
.info3{
    width: 15.7%;
    min-width: 200px;
    min-height: 150px;
    margin: 4px;
    padding: 0.5%;
}
.info4{
    width: 9.5%;
    min-width: 120px;
    min-height: 90px;
    margin: 2px;
    padding: 0.5%;
}
.pv_window{
    padding: 0.5%;
    text-align: center;
}
.info1 video,.info2 video,
.info3 video,.info4 video{
    width: 100%;
    background-color: rgba(221, 221, 221, 0.6);
    border: #dddddd 1px solid;
    border-radius: 10px;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.thumb{}
.text_window{
    padding: 1%;
}
.company{
    font-weight: 600;
    font-size: 1.25rem;
}
.m_title{
    font-size: 1.25rem;
}
.text-item{
    padding: 1%;
}
.text-item p{
    padding-left: 20px;
}
.cmp-comment{
    padding-top: 10px;
}
.cmp-url{
    font-size: 0.9rem;
    padding-top: 10px;
}
.cm{
    width: 100%;
    height: 200px;
    border: #DDDDDD 2px solid;
    text-align: center;
}
.message{
    margin: 20px;
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

/* サイドバー (frame_menu.php)*/
.menu-top ol{
    padding-left: 10px;
}
.menu-top a{
    text-decoration: none;
}
.menu-list{
    padding: 0;
}
.top-list{
    display: flex;
    justify-content: left;
    width: 90%;
    height: 2.5rem;
    margin: 10px;
    padding: 5px;
}
.top-list i,.top-list p{
    font-size: 1.1rem;
    color : #4989ff;
}
.top-list i{
    width: 1.5rem;
}
.top-list p{
    padding-left: 10px;
    margin-bottom: 0;
}
.list-border{
    border:#4989ff 1px solid;
    border-radius: 7px;
}
.horizon{
    width: 95%;
    border:#6495ed 1px solid;
    margin: 10px auto;
}
.menu-list ul{
    list-style: none;

}
.aiueo,.abc{
    margin: 10px 0;
}
.aiueo li,.abc li{
    width: 1rem;
    text-align: center;
}

/* 個別ページ (page/index.php)*/
.kobetu-page{
    margin-top: 30px;
}
.page-main{
    width: 70%;
}
.page-side{
    width: 30%;
}
.page-info{
    width: 90%;
    margin: 10px auto;
}
.page-main video,.page-side video{
    width: 90%;
}
.pv-item{
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
}
.pv-item .company{
    font-size: 1.1rem;
}
.pv-item p{
    font-size: 0.9rem;
}
.v-cnt{
    align-items: center;    
}
.btn-box{
    vertical-align: middle;
}
.share-button{
	border:1px solid #adb5bd;
	border-radius:20px;
	background-color:rgba(173, 181, 189, 0.4);
    white-space: nowrap;
    padding: 5px 10px;
    margin: auto 0;
    margin-left: 10px;
}
.share-button img{
    padding: 0 5px;
}
.sharebtn{
    border: none;
	background-color:rgba(255, 255, 255, 0);
    padding: 0 10px;
    margin: 0;
}
.icon{
    margin-left: 10px;
}

/*コメント*/
.comment{
    width: 90%;
    margin: 10px auto;
    padding: 20px;
}
.comment-form,.comment-item{
    width: 100%;
    padding: 20px 0;
}
.comment-form form{
    width: 100%;
    height: 40px;
    text-align: center;
}
.comment img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.comment-box{
    width: 95%;
    height: 100%;
    border:#6495ed 1.5px solid;
    border-radius: 30px 0 0 30px;
    padding: 10px 10px 10px 30px;
}
.comment-list{}
.comment-item{}
.com-dis{
    text-align: left;
    padding-left: 30px;
}
.user{
    font-weight: 600;
}
.c1_btn{
    border:#6495ed 1.5px solid;
    white-space: nowrap;
    padding: 0 8px;
}
.c2_btn{
    white-space: nowrap;
    border:#6495ed 1.5px solid;
    border-radius: 0 30px 30px 0;
    padding: 0 8px;
}
.u-btn{}
.u-btn i,.u-btn p{
    color: #898989;
    padding: 5px;
}

/* 個別ページ_サイドバー(/page/sidebar.php) */
.side-pv{
    padding: 5px 2px;
}
.pv_window video{
    border: #dddddd 1px solid;
    border-radius: 10px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* マイページ */
.mypagebox{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.grid{
    width: 95%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5,minmax(200px,1fr));
    grid-auto-rows: minmax(250px,auto);
    margin: 20px;
}
.mypv{
    margin: 20px auto;
    text-align: center;
}
.position-l{
    text-align: left;
}
.pos-m{
    align-items: center;
}
.mypage{
    padding: 30px 20px;
}
.mypage img{
    width: 100px;
    height: 100px;
}
.username{
    font-weight: 600;
    padding-left: 30px;
}
.pv-contain{
    width: 95%;
    margin: 40px 20px;
}
.pv-title h3{
    font-weight: 600;
}
.pvdata{
    max-width: 300px;
    min-width: 200px;
    text-align: left;
    margin: 5px;
}
.pvdata video{
    width: 100%;
    min-width: 200px;
}
.mypv .text-item p{
    padding-left: 0px;
    font-size: 0.9rem;
}
.mypv .company{
    font-weight: 600;
}
.more{
    /*display: block;*/
    width: 200px;
    text-align: center;
    border: #6495ed 1px solid;
    border-radius: 20px;
    padding: 5px;
    float: right;
}
.banner{
    border: #CCCCCC 2px dotted;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px;
}
.banner img{
    margin: 20px;
}
.banner ul{
    margin: 0 auto;
}
.banner li{
    list-style: none;
}

/* アカウント情報(myinfo.php) */
.myicon{
    width: 20%;
    text-align: center;
}
.myicon img{
    width: 90%;
    height: auto;
}
.myicon p{
    padding: 10px 5px;
}
.myinfo{
    width: 80%;
}
.text-danger{
    font-size: 0.9rem;
}

/* 投稿ページ(post/index.php) */
.btn-mgn{
    margin: 40px 20px;
}
.form-control{
    height: 2.5rem;
    vertical-align: middle;
}
.form-control2{
    height:auto
}

/* 登録フォーム */
.error{
    color: red;
}

/* プライバシーポリシー */
.pp li,.pp p{
    font-size: 0.9rem;
}
.pp ul{
    padding-left: 50px;
}
.pp p{
    padding: 5px;
}
.pp h6{
    font-weight: 600;
}
.list-item1{
    padding-left: 50px;
    list-style-type: decimal;
}
.list-item2{
    padding-left: 20px;
}
.list-item2 li{
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.list-item2 li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* フッター */
.bottomlink {
    font-size:0.8em;
    line-height:120%;
    margin:0px;
    text-align: center;
}

/* 料金ページ(/price/index.php) */
.plan-box{
    position: relative;
    width: 400px;
    min-width: 320px;
    border: #a8a8a8 2px solid;
    border-radius: 30px;
    text-align: center;
    margin: 10px auto;
    padding: 20px 10px 50px 10px;
}
.titlebox{
    padding: 5px;
    margin-bottom: 10px;
}
.en{
    color: #0071BB;
    font-size: 1rem;
    font-weight: 600;
}
.ja{
    font-size: 1.3rem;
    font-weight: 600;
}
.price{
    font-size: 1.3rem;
    font-weight: 600;
}
.sidenote{
    color: #898989;
}
.listbox{
    padding: 5px;
    margin: 20px 0px;
    height: auto;
}
.listbox span{
    color: #FF0000;
}

.listbox ul{
    text-align: left;
}
.listbox li{
    font-size: 1rem;
    line-height: 1.5rem;
}
.list-v li{
    line-height: 2rem;
}
.pricebtn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    width: 80%;
    background-color: #0071BB;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border:  #0071BB;
    padding: 10px 20px;
    margin: 10px auto;
}
.bgcolor{
    background-color: cornsilk;
}
.ditail-box{
    width: 90%;
    margin-left: 50px;
}
.ditail-box p{
    padding: 10px;
}
.box-p-l{
    text-align: left;
}
.bp-box{
    width: 90%;
    text-align: center;
    margin: 20px auto;
}
.tokuten{
    background-color: rgba(187, 228, 255, 0.6);
    border: #e3f4fb solid 10px;
    border-radius: 10px;
    padding: 10px;
}
.topic{
    font-size: 1.2rem;
}
.bp-box ul{
    text-align: left;
    margin: 0 auto;
    padding: 20px;
}
.bp-box ol{
    width: 50%;
    text-align: left;
    list-style-type: decimal;
    margin: 10px auto;
    padding: 10px;
}
.bp-box li{
    font-size: 1rem;
}
.list{
    width: 70%;
    list-style: none;
    margin: 10px auto;
}

/* CM制作依頼ページ(/request) */
.reqbtn{
    display: block;
    width: auto;
    max-width: 400px;
    background-color: #0071BB;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 30px;
    border:  #0071BB;
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto;
}
.request{
    width: 70%;
    padding: 20px;
    margin: 20px auto;
}
.request table{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.request table th{    border: #6495ed 1px solid;
    padding: 8px;
}
.request table td{
    border: #6495ed 1px solid;
    padding: 8px;
}
.cell1{
    width: 37%;
}
.cell2{
    width: 21%;
}
.container label{
    white-space: nowrap;
  }

.job-list{
    width: 80%;
    margin: 30px auto;

}
.job-box{
    width: 100%;
    min-width: 900px;
    margin: 20px;
    padding: 20px;
    border: #a8a8a8 1px solid;
    border-radius: 10px;
}
.job-item{
    width: 50%;
    vertical-align: middle;
}
.jobcategory{
    font-size: 0.8rem;
    background-color: #75c8ff;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
}
.jobtitle{
    font-size: 1.1rem;
    font-weight: 600;
    color: #0000FF;
    padding: 10px 0px;
}
.jobsummary{
    font-size: 0.9rem;
    color: #898989;
    padding: 5px 0px;
}
.userbox{
    padding: 15px 0px 5px 0px;
}
.userbox img{
    width: 25px;
    height: 25px;
}
.userbox p{
    font-size: 0.9rem;
    color: #898989;
    padding-left: 10px;
}

.condition{
    width: 170px;
    min-width: 130px;
    height: 150px;
    border: #cde4ff 1px solid;
    border-radius: 10px;
    background-color:  rgba(205, 228, 255, 0.6);
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    margin: auto 0;
    margin-left: 10px;
}
.condition .bi{
    color: #9e9e9e;
    font-size: 2rem;
    font-weight: 600;
}
.condition .font1{
    color: #9e9e9e;
    padding-bottom: 15px;
}
.condition .font2{
    font-size: 1.1rem;
    font-weight: 600;
    color: hsl(219, 79%, 66%);
}
.job-box:hover{
    transform: scale(1.05);
    transition: transform 0.2s linear
}

.col-12{
    height: 100%;
}

.textarea-row{
    height: 8rem;
}

.col-12 input{
    vertical-align: top;
}

/* 制作依頼詳細ページ(/bp/page/index.php) */
.job-box2{
    width: 100%;
    min-width: 900px;
    margin: 20px;
    padding: 20px;
    border: #a8a8a8 1px solid;
    border-radius: 10px;
}
.job-item2{
    width: 95%;
    vertical-align: middle;
    margin: 30px auto ;

}

.job-item2 h4{
    font-weight: 600;
    color:  rgb(100, 148, 237);
    border-bottom: rgb(172, 201, 255) solid 5px;

}
.job-item2 h5{
    font-weight: 600;
    color:  rgb(100, 148, 237);
    border-bottom: rgb(192, 210, 245) solid 2px;
}

.col1{
    width: 150px;
}

.job-item2 p{
    white-space: pre-wrap;
}

.text-p input{
    white-space: pre-wrap;
}

.job-item2 a{
    padding: 20px auto;
}

.applybtn{
    display: block;
    width: 30%;
    max-width: 400px;
    text-align: center;
    margin: 10px auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #0d6efd;
    border: #0d6efd solid 2px;
}

.applybtn:hover{
    color: #0d6efd;
    background-color: #fff;
    border: #0d6efd solid 2px;
}

/* 応募ページ(/bp/apply/index.php) */
.job-box3{
    min-width: 900px;
    padding: 20px;
    border: #a8a8a8 1px solid;
    border-radius: 10px;
}

.readmore {
  position: relative;
}

.readmore label {
  position: absolute;
  display: table;
  left: 150px;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #979797;
  border-radius: 5px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '続きを見る▼';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '募集条件を閉じる▲';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 315px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.textarea-apply{
    height: auto;
    background-color:#e9ecef;
    opacity:1;
}





/* お知らせ */
.oshirase_top {
	color:#000000;
	font-size:.8em;
	line-height:120%;
	background-color:#E8F9FF;
	border:1px solid #0099CC;
	padding:8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    word-wrap: break-word;
}

.oshirase_top b{
    color: #0099CC;
}

.oshirase b{
    color: #0099CC;
}

.news-table{
    width: 95%;
    margin-left: 10px;
    border-collapse: collapse;
    font-size: 0.825rem;
}

.news-table td th{
    border:1px solid #dddddd;
}

.news-list{
    height: 1.2rem;
}

    /* スマホ板 */
    @media screen and (max-width:767px){
        .grid{
            grid-template-columns: repeat(2,minmax(180px,1fr));
            grid-auto-rows: minmax(250px,auto);
        }
        }

.thread-list{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-bottom: #dddddd solid 1px;
    border-right: #dddddd solid 1px;
}

.thread-img{
    width: 95%;
    height: auto;
    text-align: center;
    align-items:flex-end;
    margin-top: 10px;
}

.thread-img img{
    max-width: 150px;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
}

.thread-item{
    width: 90%;
    height: 45%;
    margin:  0 auto;
    padding-bottom: 10px;
    text-align: center;
}
.thread-item p{
    line-height: 1rem;
    margin: 0px;
}

/* 問い合わせフォーム */
.contact{
    padding:20px;
    width: 650px;
}

.contact span{
    color: #FF0000;
    font-size: 0.9rem;
    display: inline-block;
}

/* 板ランキング */
.itaranktable{
    display: flex;
    justify-content: space-between;
	padding:3px;
    margin: 10px auto;
}

.ranking h4{
    color:#0099CC ;
    padding-left: 5px;
    margin: 0px;
}

.rank-table{
    width: 95%;
    min-width: 300px;
    margin-left: 10px;
	font-size:80%;
    border-collapse: collapse;
}

.rank-table td th{
    border:1px solid #dddddd;
}

.headline{
    border-top: #c5c1c1 solid 1px;
}
.rank-list{
    text-align: center;
    border-bottom: #c5c1c1 solid 1px;
    border-left: #c5c1c1 solid 1px;
    height: 1.2rem;
}

/* 板情報 */
.ita-table{
    width: 75%;
    min-width: 500px;
    margin-left: 10px;
	font-size:0.825rem;
    border-collapse: collapse;
}
.ita-table td th{
    border:1px solid #dddddd;
}

.ita-list{
    text-align: center;
    border-bottom: #c5c1c1 solid 1px;
    border-left: #c5c1c1 solid 1px;
    height: 1.2rem;
}

/* inputサイズ */
.txt{
    width: 550px;
}


/* ご支援 */
.support-box{
    display: flex;
    justify-content: center;
}

.support-child{
    margin:20px;
}

/* 全トピックス */
.topics-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px;

}

.topics-item{
    width: 25%;
    color: #0000FF;
    margin: 10px;
    padding: 10px;
    background-color: #f5f5f5;
}

.topics-title{
    width: 100%;
    background-color: #4169e1 ;
    border: #4169e1 solid 1px;
    border-radius: 5px;  
    text-align: center; 
}

.topics-title p{
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0px;
}

.topics-list{
    margin: 10px 0px;
}

.topics-list ul{
    margin-bottom: 0px;
}

.topics-list a,.topics-area p{
    font-size: 0.8rem;
}

.topics-list a:visited{
    color: #6495ed;
}

.topics-list p{
    min-width: 140px;
    color: #0000FF;
    margin-bottom: 0px;
    line-height: 1.2rem;
}

.topics-area{
    font-weight: bold;
    padding-top: 3px;
}


    /* for-sp */
    @media screen and (max-width:767px) {
        body{
            width: 100%;
        }
        #header{
            background-color: #44546a;
            line-height: 50px;
            width: 100%;
        }

        .realtime{
            display: none;
        }

        .bbssubname {
            visibility: hidden;  
        }
        
        #content {
            word-wrap: break-word;
        }

        #content p,li{
            font-size: 1rem;
        }

        #threadtitle {
            line-height:110%;
        }
        
        #threadtitle span{
            font-size:0.8em;
        }
        
        #threadarticle .top-msg img{
            width: 100%;
            height: auto;
        }
        .funcicon {
            margin:5px 0px 0px 0px;
        }

        .function {
            margin:5px 0px 0px 0px;
            height: 30px;
            display: flex;
            flex-direction: column;
        }
        
        .func1,.func2{
            margin-bottom: 2px;
        }        

        #threadarticle .moviebox0{
            position: relative;
            width: 100%;
            padding-top: 56.25%;
        }

        #threadarticle .moviebox0 iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
        }

        #threadarticle .snsbox{
            width: 100%;
        }

                
        #footer {
            text-align: center;
        }

        .iine-btn .aiin-tcell3 span{
            font-size: 0.8rem;
        }

        .iine-btn2{
            float: left;
        }
        }

        @media screen and (max-width:390px) {
        .iine-btn{
            display: flex;
            flex-direction: column;
            align-items: center;
            }
        .iine-btn .aiin-btn{
            width: 200px;
            }
        }

