@charset "UTF-8";

#container{border-top:18px solid #00509e;}
#footer{border-bottom:18px solid #00509e;}

h2{	color:#00509e;}

h3{
	border-left:#00509e 10px solid;
	border-bottom:#00509e 2px solid;
	color:#00509e;
}

table th{background-color:#ACD0F3;}


/* -----------------------------------------------
 PC用
------------------------------------------------*/
@media print, screen and (min-width: 769px) {

.phone{	color:#00509e;}
.phone:before  { /* liの前に記号追加 */
    color:#00509e;}

}

/* -----------------------------------------------
 スマホ用
------------------------------------------------*/
@media screen and (max-width: 768px) {

.phone{	color:#00509e;}

	
}
