@charset "utf-8";

/* hos.css：Smartphone・PC
 * ======================================
 * HOS
 * ======================================
 */

  /* HOS
------------------------------------------------------------------ */
/* Header */
#globalHeader {
	border-bottom:4px solid #329bf0;
}

/* MENU */
#globalHeader .menuBtn a {
	background-color: #329bf0;
}
#globalHeader .menuBtn a.active {
	background-color: #787878;
}

/* Global navigation */
#globalNavi .nav li li.hover {
	background-color: #329bf0;
}
#globalNavi .nav li li.hover a {
	color:#ffffff;
}

/* Side */
#side #localNavi {
	border-top:4px solid #329bf0;
}
#side #localNavi p {
	color:#329bf0;
}
#side #localNavi li.active a {
	color:#329bf0;
}

/* Common Element */
#subPage #main h2,
#subPage #main h3,
#subPage #main h4 {
	color:#329bf0;
}
#subPage #main h1:first-letter {
	color:#329bf0;
}

 /* リンク */
a:hover, a:active {
	color:#329bf0;
	text-decoration: none;
}
	
/* テーブル：ヘッダーあり */
#subPage #main table thead {
	background-color: #329bf0;
	border: 1px solid #95d1f9;
}
#subPage #main table thead tr th {
	border-left: 1px solid #FFFFFF;
	padding: 10px 15px;
	vertical-align: middle;
}
#subPage #main table tbody {
	border: 1px solid #95d1f9;
}
#subPage #main table tr td {
	border-top: 1px solid #95d1f9;
	border-left: 1px solid #95d1f9;
}
#subPage #main table tr .sec {
	background-color: #95d1f9;
	color: #727171;
}

/* テーブル：ヘッダー無し */
#subPage #main table tr th {
	background-color: #329bf0;
}

/* お問い合わせ */
#subPage #content .inner .telNum {
	color: #329bf0;
}

/* サイトマップ */
#subPage #content #main ul p.ttl {
	color: #329bf0;
}	
#subPage #content #main ul p.ttl a {
	color: #329bf0;
}

/* 新着情報popup */
#pop .ttl {	
	color: #329bf0;
}
