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

#mainTitle {
    background-image: url("../img/bg_title_sitemap.jpg");
}


#contents section div.inner{
	width: 960px;
	margin: 0 auto;
}
#contents section div.inner ul{
	
}
#contents section div.inner ul li{
	float: left;
	width: 200px;
	margin: 20px;
	text-align: left;
	height: 140px;
	font-size: 14px;
}

#contents section div.inner ul li.nomarge{
	margin-bottom: 0px!important;
	height: 70px;
}

#contents section div.inner ul li h3{
	border-bottom: 2px solid black;
	padding-bottom: 10px;
	margin-bottom: 15px;
    font-family: "Lora",serif;
	font-size: 16px;
}

#contents section div.inner ul li p{
	margin-bottom: 8px;
}


@media screen and (max-width:780px){
    #contents section div.inner {
        width: 100%;
    }

    #contents section div.inner ul li {
        float: none;
        width: 96%;
        margin: 2%;
        height: auto;
    }
    #contents section div.inner ul li.nomarge {
        height: auto;
    }
}







