@charset "utf-8";
/******** 共通 ********/
/* meta */
/* header */
/* contentArea */
#main p{ display:block; width:90%; text-align:center; margin:0 auto; }
#list dl{ display:block; width:80%; max-width:750px; padding:50px 5%; margin:0 auto; color:#85683E; border:5px #006600 solid; line-height:200%; border-radius:20px; /* CSS3草案 */  -webkit-border-radius: 20px;/* Safari,Google Chrome用 */  -moz-border-radius: 20px;/* Firefox用 */ background:url(../../images/image.jpg) no-repeat center center; background-size:cover; }
#list dl dt{ font-size:1.3em; color:#006600; font-family:"rounded-x-mplus-1c-bold", "Boku2-Bold";  }
#list dl dd{ margin-bottom:15px; }
/* footer */
/******** PC用 ********/
@media screen and (min-width:736px) {
}
/******** スマホ、タブレット用 ********/
@media screen and (max-width:735px){
}
@media screen and (max-width:430px){
}

