@charset "utf-8";
/* CSS Document */

#mainTitle {
    background-image: url("../img/bg_title_company.jpg");
}
#contents{
	padding: 0px 0 120px!important;
}
#contents section.subtitle{
	background-color: #f2f2f2;
}
#contents section.subtitle h3{
	padding:20px 0;
    font-family: "Lora",serif;
	font-size: 19px;
	margin: 0 auto;
	width: 625px;
	text-align: center;
}

#contents section div.innr{
	width: 960px;
	margin: 0 auto;
}
#contents section div.innr table{
	width: 100%;
}
#contents section div.innr tr{
	border-bottom: 2px solid black;
	width: 100%;
}
#contents section div.innr tr:first-child{
	border-top: 2px solid black;
}

#contents section div.innr tr th{
	padding: 15px 0 15px 15px;
    font-family: "Lora",serif;
	text-align: left;
    width: 260px;
}
#contents section div.innr tr td{
	padding: 10px 0;
    font-family: "Oxygen",sans-serif;
}

@media screen and (max-width:780px){
    #contents section div.innr {
        width: 96%;
        margin: 0 auto;
    }

    #contents section.subtitle h3 {
        font-size: 1.2em;
        width: 96%;
        text-align: center;
    }

    #contents section div.innr tr th {
        width: 160px;
    }

    #contents {
        padding: 0px 0 70px!important;
    }
}










