@charset "UTF-8";

*{
 word-break: break-all;
}

body{
width:100%;
background-color:#fff ;
margin:0px;
padding:0px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
}

img{border:none;}

img.bg{
width:100%;
}


.box{
text-align:left;
color:#000;
width:90%;
background-color:#fff;
padding:50px 0 30px;
margin:0 auto 0;
}

.title{
font-size:23px;
font-weight:800;
margin-bottom:8px;
}

.title_update{
font-size:24px;
font-weight:800;
margin-bottom:-10px;
color:#1c5400;
display:block;
}

.article{
font-size:16px;
}

.line{
height:1px;
background-color:#1c5400;
margin:10px 0 10px;
}

.symptom{

font-size:16px;
font-weight:600;
color:#1c5400;
margin-left:-3em;
}

.answer{

font-size:16px;
color:#1c5400;
margin-left:-3em;
margin-top:10px;
}


.move_right{
margin-left:3em;
}

.tab_news{
width:100%;margin:auto;
background-color:#aaa;
border-bottom:1px solid #666;
}

.tab_news a{
background-color:#eee;
font-weight:600;
font-size:23px;
color:#060;
position:relative;
text-decoration:none;
float:left;
display:block;
width:49%;
border:1px solid #666;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
text-align:center;
margin-top:10px;
margin-bottom:-1px;
z-index:100;
}

.tab_news a.select{
margin-bottom:-1px;
background-color:#fff;
border-bottom:1px solid #fff;
}

.tab_news a span{
padding:10px 0 5px;
display:block;
}

.tab_news a.left{
margin-left:0.6%;
}
