@charset "utf-8";
/******** 共通 ********/
/* meta */
/* header */
/* contentArea */
#main p{ display:block; width:90%; text-align:center; margin:0 auto; }
#closing ul{ display:block; width:80%; max-width:490px; padding:50px 5%; margin:0 auto; color:#85683E; border:5px #4F7D97 solid; line-height:200%; border-radius:20px; /* CSS3草案 */  -webkit-border-radius: 20px;/* Safari,Google Chrome用 */  -moz-border-radius: 20px;/* Firefox用 */ }
#closing ul li{margin: 1em 0;list-style-type: disc}
#closing ul li a{ color:#85683E; }
#current ul{ display:block; width:80%; max-width:490px; padding:10px 5%; margin:0 auto; color:#85683E;}
#current ul li{margin: 1em 0;list-style-type: disc}
#current ul li a{ color:#85683E; }
#organization ul{ display:block; width:80%; max-width:490px; padding:10px 5%; margin:0 auto; color:#85683E;}
#organization ul li{margin: 1em 0;list-style-type: disc; font-size:120%;}
#organization ul li a{ color:#85683E; }
/* footer */
/******** PC用 ********/
@media screen and (min-width:736px) {
}
/******** スマホ、タブレット用 ********/
@media screen and (max-width:735px){
}
@media screen and (max-width:430px){
}

