@charset "utf-8";

body {
 margin: 0 auto;
 width: 98%;
 padding: 0;
 text-align: center;
 border: 0px solid;
 font-family:"MS PGothic",Arial,sans-serif;
 line-height: 0;
 overflow-x: hidden;
}

a {
 text-decoration: none;
}
a:hover { text-decoration : underline; }

a.noline {
 text-decoration: none;
}
a.noline:hover { text-decoration : none; }

h1 {
 color: #505050;
 font-size: 24px;
 line-height: 35px;
 padding: 0px 0px 0px 0px;
}


h2 {
 margin: 0px auto;
 color: #505050;
 font-size: 14px;
 line-height: 20px;
 padding: 3px 10px 0px 0px;
}


h3 {
 color: #505050;
 font-size: 18px;
 line-height: 26px;
 padding: 20px 0px 0px 0px;
}

.mybtn {
 width:50px;
 font-size: 14px;
 font-weight:bold;
 text-decoration:none;
 text-align:center;
 color:#fff;
 background-color:#eb6100;
 border-radius:5px;
 box-shadow:2px 2px #555;
 padding: 5px 10px 5px 10px;
}

/* 枠
padding [上][右][下][左]
*/
div.main {
 width: 640px;
 margin: 0px auto;
 text-align: left;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.main_left {
 width: 640px;
 margin: 0 auto;
 padding: 0px 5px 0px 5px;
 border: 0px solid;
}

div.main_right {
 width: 320px;
 margin: 0 auto;
 padding: 0px 5px 0px 5px;
 border: 0px solid;
}


.link_box a:hover {
 text-decoration: none;
}

div.top_tab {
 width: 200px;
 margin: 0 0 0 0;
 padding: 15px 0px 0px 0px;
 border: 0px solid;
}

div.article_top_search {
 width: 400px;
 margin-left: auto;
 margin-top: 0px;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

dl.search{
 margin: 5px 0px 0px 0px;
 position:relative;
 background-color:#fff;
 border:1px solid #aaa;
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 -o-border-radius:6px;
 -ms-border-radius:6px;
 border-radius:6px;
}
dl.search dt{
 margin-right:0px;
 padding:8px 0 8px 8px;
}
dl.search dt input{
 width:100%;
 height:20px;
 line-height:20px;
 background:none;
 border:none;
}
dl.search dd{
 position:absolute;
 top:0;
 right:0;
}
dl.search dd button{
 display:block;
 padding:10px;
 background:none;
 border:none;
}
dl.search dd button span{
 display:block;
 width:18px;
 height:18px;
 background:url('http://855.jp/matome/image/search.png') no-repeat scroll 0 0;
}

div.top_sc {
 margin: 20px 0 0 0;
 padding: 0;
 border: 0px solid;
 display: flex;
 width: 100%;
}

div.article_title_image {
 width: 650px;
 margin-left: auto;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.ariticle_title {
 width: 650px;
 margin: 0 0 0 0;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}


div.article_top_image {
 width: 280px;
 margin: 0 0 0 0;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.article_top_toroku {
 width: 95%;
 margin: 0px auto;
 text-align: right;
 padding: 10px 0px 10px 0px;
 border: 0px solid;
 font-size: 16px;
 line-height: 20px;
 color: #505050;
}

div.pan {
 margin: 0 0 0 0;
 padding: 10px 0px 5px 0px;
 border: 0px solid;
}

div.article_point {
 width: 550px;
 margin-right: auto;
 color: #505050;
 font-size: 16px;
 line-height: 26px;
 padding: 10px 10px 20px 10px;
}



div.article_contents {
 width: 550px;
 margin-right: auto;
 border: 2px solid #eb6100;
 border-radius: 12px;
 background: #fff0e0;
 padding: 20px 10px 10px 30px;
}

li.article_contents_li {
 position: relative;
 height: 30px;
}
li.article_contents_li:after,
li.article_contents_li:before {
 display: block;
 content: '';
 position: absolute;
}
li.article_contents_li:after {
 top: .35em;
 left: -1.2em;
 width: 14px;
 height: 14px;
 background-color: #eb6100;
 border-radius: 100%;
}
li.article_contents_li:before {
 z-index: 2;
 top: .625em;
 left: -.975em;
 width: 4px;
 height: 4px;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

div.article_section_comment {
 width: 640px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px 0px 10px 0px;
 font-size: 14px;
 line-height: 24px;
 color: #505050;
 border: 0px solid;
}

div.article_section_contents {
 width: 650px;
 margin-left: auto;
 padding: 10px 0px 20px 0px;
 border: 0px solid;
}

.midasi2 {
 position: relative;
 margin: 15px 10px 0px 0px;
 padding: 10px 20px 10px 10px;
}
.midasi2::after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 0;
 border-bottom: 2px solid #ccc;
}


.midasi {
  width: 70%;
  margin: 0px 0px 0px 30px;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color:#eb6100;
}
.heading {
  margin: 10px 0
}
.midasi4 .heading {
  padding: 15px 5px;
  margin: 10px -20px;
  border: solid 3px #eb6100;
  position:relative;
  text-align: center;
  border-radius: 3px;
  background: #ffe1c0;
}
.midasi4 .heading:after,
.midasi4 .heading:before {
  content: '';
  position: absolute;
  bottom: -7px;
  background: #eb6100;
  border: solid 2px #eb6100;
  width: 25px;
  height: 20px;
  z-index: -1;
}
.midasi4 .heading:after {
     left: 2px;
     transform: rotate(120deg);
}
.midasi4 .heading:before {
    right: 2px;
    transform: rotate(60deg);
}

div.article_section_link {
 width: 350px;
 margin: 10px 0 10px 0;
 text-align: center;
 font-size: 22px;
 color: #ffffff;
 border: 3px solid #fbc150;
 border-radius: 6px;
 background: #fbc150;
 padding: 15px;
}
.article_section_link a {
 text-decoration: none;
 color: #ffffff;
}

div.article_section_tel {
 width: 350px;
 margin: 10px 0 10px 0;
 text-align: center;
 font-size: 22px;
 color: #ffffff;
 border: 3px solid #91db50;
 border-radius: 6px;
 background: #91db50;
 padding: 15px;
}
.article_section_tel a {
 text-decoration: none;
 color: #ffffff;
}

div.article_section_image {
 width: 650px;
 margin-left: auto;
 padding: 10px 0px 20px 0px;
 border: 0px solid;
 font-size: 14px;
 line-height: 20px;
}

div.login_info {
 width: 290px;
 margin: 47px 0px 10px 0px;
 border: 3px solid #eb6100;
 border-radius: 5px;
 padding: 10px 10px 10px 10px;
}

input.login {
 border: 0;
 padding: 10px;
 font-size: 16px;
 color: #505050;
 border:solid 1px #eb6100;
 margin: 0 0 20px 0;
 width: 260px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

input.login_r {
 width: 280px;
 height: 40px;
 margin: 0 0 20px 0;
 font-size: 24px;
 color: #ffffff;
 border: 1px solid #eb0000;
 border-radius: 4px;
 background: #eb6100;
 padding: 0px;
}

div.right_tab {
 width: 270px;
 margin: 10px 0 10px 0;
 text-align: center;
 font-size: 24px;
 color: #ffffff;
 border: 3px solid #eb6100;
 border-radius: 6px;
 background: #eb6100;
 padding: 20px;
}

div.right_rank_img {
 width: 100px;
 margin: 0 0 0 0;
 padding: 2px 10px 2px 0px;
 border: 0px solid;
}

div.right_rank_com {
 margin: 0 0 0 0;
 width: 200px;
 padding: 5px 0px 5px 0px;
 border: 0px solid;
 position: relative;
}

div.rankNick {
 position: absolute;
 width: 100%;
 right: 0;
 bottom: 0;
 padding: 5px 5px 5px 5px;
 text-valign: bottom;
 border: 0px solid;
}

div.category_put {
 font-size: 12px;
 line-height: 12px;
 color: #909090;
 float: left;
 text-align: left;
}

div.date_put {
 font-size: 12px;
 line-height: 12px;
 color: #909090;
 text-align: right;
}

div.date_put_press {
 font-size: 12px;
 line-height: 14px;
 color: #909090;
 text-align: right;
}

div.date_put_press_left {
 width: 50%;
 margin-right: 0 auto;
 padding: 0px 0px 0px 30px;
 font-size: 12px;
 line-height: 14px;
 color: #909090;
 text-align: left;
}


div.date_put_press_right {
 width: 50%;
 margin-left: 0 auto;
 padding: 0px 30px 0px 0px;
 font-size: 12px;
 line-height: 14px;
 color: #909090;
 text-align: right;
}


div.kanren {
 width: 580px;
 margin: 10px 0 10px 0;
 text-align: center;
 font-size: 24px;
 color: #ffffff;
 border: 3px solid #eb6100;
 border-radius: 6px;
 background: #eb6100;
 padding: 20px;
}

div.kanren_img {
 width: 100px;
 margin: 0 0 0 0;
 padding: 2px 10px 2px 0px;
 border: 0px solid;
}

div.kanren_com {
 margin: 0 0 0 0;
 width: 100%;
 word-break: break-all;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.kanrenNick {
 right: 0;
 bottom: 0;
 padding: 10px 5px 5px 5px;
 text-align: right;
 font-size: 12px;
 line-height: 12px;
 color: #909090;
 border: 0px solid;
}

div.press_com {
 width: 95%;
 margin-left: auto;
 margin-right: auto;
 word-break: break-all;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.press_com2 {
 margin: 0 0 0 0;
 width: 70%;
 word-break: break-all;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.new_img_press {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 padding: 2px 10px 20px 0px;
 border: 0px solid;
}

div.new_bar {
 width: 580px;
 margin: 10px 0px 10px 0px;
 text-align: center;
 font-size: 24px;
 color: #ffffff;
 border: 3px solid #eb6100;
 border-radius: 6px;
 background: #eb6100;
 padding: 20px;
}

div.new_bar_press {
 width: 610px;
 margin: 10px 0px 10px 0px;
 text-align: center;
 font-size: 12px;
 color: #ffffff;
 border: 3px solid #eb6100;
 border-radius: 6px;
 background: #eb6100;
 padding: 8px;
}

div.new_img {
 width: 150px;
 margin: 0 0 0 0;
 padding: 2px 10px 2px 0px;
 border: 0px solid;
}

div.category_bar {
 width: 580px;
 margin: 0px 0 10px 0;
 text-align: center;
 font-size: 24px;
 color: #ffffff;
 border: 3px solid #eb6100;
 border-radius: 6px;
 background: #eb6100;
 padding: 20px;
}

div.go_mokuji {
 width: 600px;
 margin: 0 0 0 0;
 text-align: right;
 font-size: 16px;
 color: #808080;
 padding: 0px 10px 0px 0px;
 border-right: 3px solid  #eb6100;
}

div.ranking_icon {
 margin: 0 0 0 0;
 width: 80px;
 font-size: 30px;
 color: #eb6100;
 background: #ffffff;
 background-image: url(image/ranking.jpg); 
 background-repeat: no-repeat;
 padding: 22px 0px 0px 20px;
 border: 0px solid;
}

div.footer_top_left {
 width: 480px;
 margin: 0 auto;
 text-align: center;
 padding: 10px 0px 0px 0px;
 border-bottom: 2px solid #461800;
}

div.footer_top_right {
 width: 480px;
 margin: 0 auto;
 text-align: center;
 font-size: 36px;
 color: #461800;
 padding: 78px 0px 0px 0px;
 border-bottom: 2px solid #461800;
}

div.footer_top_right2 {
 width: 480px;
 margin: 0 auto;
 text-align: center;
 font-size: 36px;
 color: #461800;
 padding: 78px 0px 40px 0px;
 border-bottom: 2px solid #461800;
}

div.footer_1 {
 width: 480px;
 margin: 0 auto;
 padding: 10px 0px 0px 0px;
 border: 0px solid;
}

div.footer_2 {
 width: 240px;
 margin: 0 0 0 0;
 font-size: 16px;
 padding: 5px 5px 5px 10px;
 border-left: 5px solid #eb6100;
}

div.footer_21 {
 width: 240px;
 margin: 0 0 0 0;
 font-size: 16px;
 padding: 5px 5px 5px 10px;
 border-left: 2px solid #eb6100;
}

div.footer_3 {
 width: 240px;
 margin: 0 auto;
 padding: 10px 0px 0px 0px;
 border: 0px solid;
}

div.ksalogo {
 width: 51px;
 margin: 0 auto;
 padding: 0px 0px 0px 0px;
 border: 0px solid;
}

div.footer_ksa {
 width: 400px;
 margin: 0 0 0 0;
 text-align: left;
 font-size: 22px;
 color: #461800;
 padding: 6px 0px 0px 0px;
 border: 0px solid;
}

div.footer_copy {
 width: 540px;
 margin: 0 0 0 0;
 text-align: right;
 font-size: 16px;
 color: #461800;
 padding: 8px 0px 0px 0px;
 border: 0px solid;
}


.flexBox {
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

.flexBox_link {
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
.flexBox_link:hover {
 background-color: #f0e0d0;
}


.flexBox2 {
 width: 100%;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 padding: 3px;
}

.flexBox3 {
 width: 90%;
 margin: 0 0 5px 10px;
 border: 1px solid #d0d0d0;
 border-radius: 8px;
 background: #ffffff;
 padding: 10px;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
.flexBox3:hover {
 background-color: #ffffff;
}

.flexBox4 {
 margin: 10px 0px 0px 0px;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

.flexBox5 {
 margin: 10px 0px 0px 10px;
 width: 90%;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/* 文字font */
.fcbs10 {
 color: #505050;
 font-size: 10px;
 line-height: 14px;
}
.fcbs12 {
 color: #505050;
 font-size: 12px;
 line-height: 16px;
}
.fcbs12a {
 color: #505050;
 font-size: 12px;
 line-height: 12px;
}
.fcbs14 {
 color: #505050;
 font-size: 14px;
 line-height: 18px;
}
.fcbs16 {
 color: #505050;
 font-size: 16px;
 line-height: 24px;
}
.fcbs18 {
 color: #505050;
 font-size: 18px;
 line-height: 30px;
}
.fcbs20 {
 color: #505050;
 font-size: 20px;
 line-height: 30px;
}
.fcbs24 {
 color: #505050;
 font-size: 24px;
 line-height: 32px;
}
.fcbs36 {
 color: #505050;
 font-size: 36px;
 line-height: 45px;
}
.fedit {
 color: #ff0000;
 background-color:#f0ffc0;
 font-size: 14px;
 line-height: 20px;
}

/*オレンジ*/
.square_btn1 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.square_btn1:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*ブルー*/
.square_btn2 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #4ad2f7;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #15748e;/*線色*/
}

.square_btn2:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*緑*/
.square_btn3 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #26d416;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #307f29;/*線色*/
}

.square_btn3:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*グレー*/
.square_btn4 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #919191;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #636363;/*線色*/
}

.square_btn4:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

