@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
.disnone {
  display: none;
}

.link a, .news_txt a {/*リンクされた文字*/
    color:#b2d3d4!important;
    font-style:normal;
    text-decoration:underline;
}
.link a:link, .news_txt a:link {/*未訪問のリンク*/
    color:#b2d3d4!important;
    font-style:normal;
    text-decoration:underline;
}
.link a:visited, .news_txt a:visited {/*訪問後のリンク*/
    color:#b2d3d4!important;
    text-decoration:underline;
}
.link a:hover, .news_txt a:hover {/*マウスをのせたとき*/
    color:#b2d3d4!important;
    font-style:normal;
    filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.link a:active, .news_txt a:active {/*クリック中*/
    text-decoration:none;
}

/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px){
/* =================================================================
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* =================================================================
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}
