@charset "utf-8";
/*----------------------------------------------------
	access
----------------------------------------------------*/

/*===============================================
	mv
===============================================*/
#billboard {
	background: url(../images/access/mv.png) no-repeat;
	background-position: center 100%;
	background-size: cover;
    width: 100%;
    height: 500px;
}

/*===============================================
	#sec03
===============================================*/
#sec03 .inner {
    width: 800px;
    margin: 0 auto;
}
#sec03 h2 {
    font-size: 24px;
}
#sec03 p {
    line-height: 2em;
}
#sec03 table {
    width: 100%;
    line-height: 1.8em;
    margin: 30px 0;
}
#sec03 table th {
    padding: 0.5em 1em 0.5em 0;
    text-align: left;
    vertical-align: top;
}
#sec03 table td {
    padding: 0.5em 1em;
    text-align: left;
}