﻿/* CSS Document */



#contents .hagirebox {

margin-bottom:70px;


}

#contents .hagire-link a:link, #contents .hagire-link a:visited, #contents .hagire-link a:active {
    color: #333;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    display: block;
    background: #f4e304;
    text-align: left;
    width: 82%;
    padding: 10px 4%;
    text-decoration: none;
    margin: 20px 0;
    border-bottom: none;
}



#contents .item-table{

    width: 90%;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 30px;
    margin: 20px 0 0;


}


#contents .item-table th{
    width: 38%;
    font-weight: normal;
    border: 0px none;
    letter-spacing: 0.2em;
    padding: 0 3% 0 2%;
    vertical-align: top;


}


#contents .item-table td{
    border: 0px none;
    padding: 0 2% 0 0;
    vertical-align: top;


}


#contents .hagire{
	width:650px;
	padding-bottom:20px;
	font-size:16px;
	color:#333333;
	line-height:1.8em;
}

#contents .hagire img{
	width:300px;
}

#contents .hagire th {
	width: 45%;
	text-align: center;
	padding-right:30px;
}

#contents .hagire td  { width: 55%;
	text-align: left;
	vertical-align: top;
    line-height: 2em;
	}


@media only screen and (max-width:700px){
    #contents .hagire { margin: 0 -10px; 	width:90%;}
    #contents .hagire th,#contents .hagire td{
    	width: 100%;
   	display: block;
 	border-top: none;
	text-align: left;
	padding-bottom:15px;
    font-size: 13px;
    line-height: 1.8em;
    }

    #contents .hagire th{
	padding-right:0;
	padding-bottom:15px;
    }

    #contents .hagire img{
	width: 100%;
    }

    #contents .item-table{
    margin: 0;
    }

    #contents .hagire-link a:link, #contents .hagire-link a:visited, #contents .hagire-link a:active {
    width: 92%;
}


}