
#tokuhou_open{
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  display: none;
}

div#tokuhou{
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 10050;
  background-color: rgba(255,255,255,0.8);
  margin: 5% 0% 0%;
  opacity: 0;
  display: none;
}

div#tokuhou img#tokuhou_logo{
  width: 20%;
  margin: 3% auto;
}

div#tokuhou img#tokuhou_close{
  position: absolute;
  margin: 4% 0% 0% 93%;
  width: 2em;
  cursor: pointer;
}

div#tokuhou div#tokuhou_contents{
  width: 80%;
  margin: 5% auto 0%;
  height: 90%;
  text-align: left;
  /*overflow: scroll;*/
  /*font-size: 1.8em;*/
  line-height: 1.2;
}

div#tokuhou div#tokuhou_contents a{
  color: #C5171E;
}

div#tokuhou div#tokuhou_contents h2{
  margin-bottom: 3%;
}

div#tokuhou div#tokuhou_contents ul li{
  margin-top: 2%;
}

div#tokuhou div#tokuhou_contents div.postc{
  margin-top: 5%;
  font-size: 0.9em;
}

div#tokuhou div.page_sns{
  width: 34%;
  right: 0;
  margin-left: 62%;
}
div#tokuhou div.page_sns a{ width: 23.8%; margin-right: 1.6%; }
div#tokuhou div.page_sns a img{ width: 100%; }
div#tokuhou div.page_sns a.topic{
  width: 100%;
  background-color: #ec6800;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2;
  text-align: center;
  padding: 1% 0% 6%;
  text-decoration: none;
  margin-top: 3%;
}


/*== 小西金型オリジナルクラス 始め========================================================*/

div#tokuhou_contents div#whatsnew_area{
  height: 45%;
  overflow-y: auto;
}
div#tokuhou_contents div#column_area{
  margin-top: 5%;
  height: 45%;
  overflow-y: auto;
}


div#tokuhou_contents .left{ width: 14%; }
div#tokuhou_contents .right{ width: 83%; }

div#tokuhou_contents div.tokuhou_title{
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
div#tokuhou_contents div.tokuhou_title img{
  width: 50%;
  display: inline-block;
}

div#tokuhou_contents #whatsnew_area a.news_box div.thumb{
  width: 20%;
}
div#tokuhou_contents #whatsnew_area a.news_box div.thumb img{
  width: 100%;
}

div#tokuhou_contents #whatsnew_area a.news_box div.news_content {
  width: 77%;
  font-size: 1.3em;
  color: #000;
}

div#tokuhou_contents #whatsnew_area a.news_box div.news_content div.news_date{
  font-weight: bold;
  border-bottom: 1px dashed #000;
  padding-bottom: 0.2em;
}

div#tokuhou_contents #whatsnew_area a.news_box div.news_content div.news_title{
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
div#tokuhou_contents #whatsnew_area a.news_box div.news_content div.news_title:hover{
  text-decoration: underline;
}

div#tokuhou_contents a.toall{
  text-align: right;
  font-size: 1.2em;
  background: url(img/arrow_toall_black.png) no-repeat center left;
  background-size: 0.8em;
  padding-left: 1.5em;
  width: 4em;
  margin: 1em auto 0em;
  text-decoration: none;
  color: #000 !important;
}
div#tokuhou_contents a.toall:hover{
  text-decoration: underline;
}


div#tokuhou_contents #column_area a.column_box {
  text-align: center;
  border: 2px dashed #666;
  padding: 1em;
  border-radius: 16px;
  margin-bottom: 0.5em;
}

div#tokuhou_contents #column_area a.column_box div.thumb{
  width: 30%;
}

div#tokuhou_contents #column_area a.column_box div.thumb img{
  width: 100%;
}

div#tokuhou_contents #column_area a.column_box div.column_content{
  width: 67%;
  text-align: center;
  line-height: 1.3;
  font-size: 2em;
  color: #000;
  font-weight: bold
}
div#tokuhou_contents #column_area a.column_box div.column_content:hover{
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  div#tokuhou_contents #column_area a.column_box div.thumb{ width: 20%; }
  div#tokuhou_contents #column_area a.column_box div.column_content{ width: 77%;}
}

/*
div#tokuhou_contents a#recruit{
  width: 60%;
  margin: 2% auto 0%;
}

div#tokuhou_contents a#recruit img{
  width: 20%;
}
div#tokuhou_contents a#recruit div{
  width: 75%;
  font-size: 1.4em;
}
*/

/*== 小西金型オリジナルクラス 終り========================================================*/
