@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */

.archive_wrapp{
	/*border-top:solid 1px #000!important;*/
	border-bottom:solid 1px #D2E8D2!important;
}

.archive_wrapp table td{
	padding-bottom: 1px!important;
}

.answer{
    line-height: 20px;
}


.btn03 a{
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    text-align: center;
}
.btn03 a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */






/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

.line-h20 {
 line-height: 20px;
}

.answer{
    line-height: 18px;
}

.answer span{
    font-size: 1.0em!important;
}

/* smartphone END ################################################## */
}


.hyo table{table-layout:auto !important;}