@charset "Shift_JIS";

/*-------------------------------
研究会のお知らせPC
----------------------------------*/
.font_news2{
   font-size: 18px;
   font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
   padding-left : 4px;
   top : 30px;
   position : relative;
}
#index2_news{
   text-align : left;
   margin-top : 20px;
}
#news2_tab{
   margin : 0px 0px 0px 0px;
   padding : 0px;
   overflow: hidden;
   position: relative;
   text-align : right;
   font-size: 12px;
   bottom : 0px;
   width : 100%;
      z-index : 0;
}
#news2_tab::after{
   position: absolute;
   content: "";
   width: 100%;
   bottom: 0;
   left: 0;
   border-bottom: 1px solid #777;
   z-index: 1;
}
#news2_tab li{
   display: inline-block;
   list-style : none outside;
   width: 32.85%;
   border : 1px solid rgba(50, 160, 60,0.80);
   position: relative;
   z-index: 0;
    border-radius: 5px 5px 0px 0px;
}
#news2_tab li.active,#news2_tab li:hover{
   z-index: 2;
   border: 1px solid rgba(50, 160, 60,0.80);
   border-bottom: 1px solid #FFF;
   background: none;
}
#news2_tab li a{
    padding-top: 6px;
   display: block;
   height: 40px;
   line-height: 36px;
   text-align: center;
   color : #fff;
   font-size: 12pt;
   text-decoration: none;
   background:rgba(50, 160, 60,0.80);
    
   font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
}
#news2_tab li:hover a{
    color : #333;
   background-color :rgba(255, 255, 255, 1.0);
       z-index : 0;
}
#news2_tab li.active a{
    color : #333;
   background-color :rgba(255, 255, 255, 1.0);
       z-index : 0;
}
/*-------------------------------
臨床研究
----------------------------------*/
.font_news3{
   font-size: 18px;
   font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
   padding-left : 4px;
   bottom : 12px;
   position : relative;
}
#index3_news{
   text-align : left;
   margin-top : 0px;
}
#news3_tab{
   margin : 0px 0px 0px 0px;
   padding : 0px;
   overflow: hidden;
   position: relative;
   text-align : right;
   font-size: 12px;
   bottom : 0px;
   width : 100%;
     position : relative;
 top : 0px;
}


#news3_tab::after{
   position: absolute;
   content: "";
   width: 100%;
   bottom: 0;
   left: 0;
   border-bottom: 1px solid #888;
   z-index: 1;
}
#news3_tab li{
   display: inline-block;
   list-style : none outside;
   width: 72px;
   border : 1px solid #d2d2dc;
   position: relative;
   z-index: 0;
}
#news3_tab li.active,#news3_tab li:hover{
   z-index: 2;
   border: 1px solid #777;
   border-bottom: 1px solid #fff;
   background: none;
}
#news3_tab li a{
   display: block;
   height: 36px;
   line-height: 36px;
   text-align: center;
   color : #1e1e1e;
   font-size: 100%;
   text-decoration: none;
   background-color : #f0f0f0;
   font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","EE EゴシチE","Osaka";
}
#news3_tab li:hover a{
   background-color : rgba(251, 253, 251, 0.6);
       z-index : 0;
}
#news3_tab li.active a{
   background-color : rgba(251, 253, 251, 0.6);
     z-index : 0;
}


/*-------------------------------
研究会のお知らせ(アイパッド横)
----------------------------------*/
@media screen and (max-width: 1024px) {
   .font_news2{
   font-size: 20px;
}
#news2_tab{
   font-size: 80%;
   width : 98%;
}
}
/*-------------------------------
研究会のお知らせ(アイパッド縦)
----------------------------------*/
@media screen and (max-width: 780px) {
   .font_news2{
   font-size: 20px;
}
#index2_news{
   margin-left : 1%;
   width : 99%;
}
#news2_tab{
   font-size: 100%;
   width : 99%;
}
}
/*-------------------------------
研究会のお知らせ(スマホ横)
----------------------------------*/
@media screen and (max-width: 736px) {
   .font_news2{
   font-size: 100%;
}
#index2_news{
   margin-left : 2%;
   width : 98%;
}
#news2_tab{
   font-size: 90%;
   width : 98%;
}
}

@media screen and (max-width: 600px) {
   .font_news2{
   font-size: 18px;
margin-left: 0px;
}
#index2_news{
   margin-left : 30px;
   width : 510px;
}
#news2_tab{
   font-size: 13px;
   width : 540px;
    
}

/*-------------------------------
研究会のお知らせ(スマホ縦)
----------------------------------*/
@media screen and (max-width: 480px) {
   .font_news2{
   font-size: 14px;
   padding-left : 4px;
   bottom : 8px;
   position : relative;
}
#index2_news{
   margin-left : 0px;
   width : 100%;
}
#news2_tab{
   font-size: 12px;
   width : 100%;
}
#news2_tab li{
   
   width: 32.0%;
   
}
@media screen and (max-width: 400px) {
   .font_news2{
   font-size: 14px;
   padding-left : 0px;
   bottom : 16px;
   position : relative;
}
#index2_news{
   margin-left : 0%;
   width : 100%;
}
#news2_tab{
   font-size: 12px;
   width : 100%;
}

}
/*-------------------------------
臨床研究(アイパッド横)
----------------------------------*/
@media screen and (max-width: 1024px) {
   .font_news3{
   font-size: 130%;
}
#news3_tab{
    font-size: 12px;
   width : 99%;
     position : relative;
 top : -2px;
}
#news3_tab li{
   width: 70px;
}
}
/*-------------------------------
臨床研究(アイパッド縦)
----------------------------------*/
@media screen and (max-width: 780px) {
   .font_news3{
   font-size: 20px;
}
#index3_news{
   text-align : left;
   margin-left : 1%;
   width : 99%px;
}
#news3_tab{
   font-size: 100%;
   width : 99%;
}
#news3_tab li{
   width: 100px;
}
}
/*-------------------------------
臨床研究(スマホ横)
----------------------------------*/
@media screen and (max-width: 736px) {
   .font_news3{
   font-size: 100%;
}
#index3_news{
   margin-left : 2%;
   width : 98%;
}
#news3_tab{
   font-size: 90%;
   width : 98%;
}
#news3_tab li{
   width: 100px;
}
}
@media screen and (max-width: 600px) {
   .font_news3{
       margin-left: 8px;
   font-size: 18px;
       
}
#index3_news{
   margin-left : 30px;
   width : 540px;
}
#news3_tab{
   font-size: 13px;
   width : 100%;
}
#news3_tab li{
   width: 100px;
}
}
/*-------------------------------
臨床研究(スマホ縦)
----------------------------------*/
@media screen and (max-width: 480px) {
   .font_news3{
   font-size: 14px;
   padding-left : 4px;
   bottom : 8px;
   letter-spacing : 0px;
   position : relative;
}
#index3_news{
   margin-left : 0px;
   width :100%;
}
#news3_tab{
   margin : 0px 0px 0px 0px;
   font-size: 90%;
   width : 100%;
}
#news3_tab li{
   width: 70px;
}
}
