@charset "UTF-8";

/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-header { border-top: 3px solid #006CAD; padding: 20px 0;}

.l-header .c-wrap{width: 1000px;
				margin: 0 auto;}

.l-header h1,h2 {float: left;}

.l-header h2{margin-top: 10px;
			margin-left: 15px;
			font-size: 12px;}
.l-header p{line-height: 20px;}

.l-header h2 a{text-decoration: none;
				color: #333;}
.l-header .u-tel { float: right; font-size: 12px; text-align: center; margin-top: 10px;}
.l-header .img_g { float: right; text-align: center; margin-left: 10px;margin-top: 10px;}
.l-header .img_g img{height: 51px;width: auto;}
.l-header .u-tel span { display: block; border: 1px solid #CCC; }
.l-header .u-tel span a { display: block; padding: 0 10px 0 30px; background: url(img/common/mail1.png) no-repeat left 10px center; text-decoration: none; }



/*=======================================
メニュー
=========================================*/
.l-nav { background: #F9F9F9; }
.l-nav ul { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; padding: 10px 0; }
.l-nav ul li { border-left: 1px solid #EBEBEB; text-align: center; -webkit-flex-grow: 1; flex-grow: 1; }
.l-nav ul li:last-child { border-right: 1px solid #EBEBEB; }
.l-nav ul li a { display: block; padding: 10px 0; text-decoration: none; }

