@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
 i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
  /*line-height: 1.6;*/
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}


body {
	line-height: 1;
	background: #fff;
	color: #000;
  margin: 0 !important;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* リンク
----------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration:none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

ol li {
  margin-left:2em;
}



body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
	             'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',
	             'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
}
a:link {
	text-decoration: underline;
	color:#1F60B6;
}
a:hover {
	color: #01c5FF;
}
/* フォント関連 */
h1, h2, h3, h4, h5, h6, .fwBold {
	font-weight: bold;
}

h1, h1.en, .en {
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
}
h1.jp, .jp {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
	             'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',
	             'Lucida Grande', Verdana, Helvetica, sans-serif !important;
}


/* リンク付き画像
----------------------------------------------------*/
a:hover img,
a:focus img,
a:active img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/* clear fix
----------------------------------------------------*/
.block:after,
.clearfix:after,
.container:after,
.box:after,
.group:after,
.unit:after,
.cf:after,
.inner:after {
	content: ".";
	height: 0;
	font-size: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.block,
.clearfix,
.container,
.box,
.group,
.unit,
.cf,
.inner { zoom: 1;}


/* トピックパス(パンくず)
----------------------------------------------------*/
div#topicpath {
	margin: 12px auto; 
	width: 984px; 
}

div#topicpath ul{
	padding-left: 14px; 
	line-height: 1.2; 
	color: #999999; 
	background: url(http://www.alpine.co.jp/common/img/topicpath_homeIcon.png) no-repeat left center; 
	font-size: 85%; 
}
div#topicpath li{
	display: inline;
}
div#topicpath a{
	background: url(http://www.alpine.co.jp/common/img/topicpath_arr.gif) right no-repeat;
	position:100% 50%;
	padding-right:15px;
}


/* ===================================================================
 テキストサイズ変更
=================================================================== */
li.headerFontSize .s,
li.headerFontSize .m,
li.headerFontSize .l {
	width: 20px;
	height: 20px;
	line-height: 1;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/header_font_s.png)
				center top no-repeat;
}
li.headerFontSize .m {
	background: url(http://www.alpine.co.jp/shared/img/header.footer/header_font_m.png)
				center top no-repeat;
}
li.headerFontSize .l {
	background: url(http://www.alpine.co.jp/shared/img/header.footer/header_font_l.png)
				center top no-repeat;
}
li.headerFontSize .m img {
	visibility: hidden;
}

/* ===================================================================
 共通ヘッダー
=================================================================== */
header#globalHeader {
	width: 100%;
	height: 72px;
	z-index: 10000;
	border-bottom: 2px solid #004D96;
}
div#globalHeaderInner {
	width: 984px;
	height: 67px;
	margin: 0 auto;
	padding-top: 5px;
	/*overflow: hidden;*/
}
.headerH1 {
	float: left; display: inline;
	width: 156px;
}
.headerBlock1 {
	float: right; display: inline;
	width: 786px;
	height: 67px;
	/*overflow: hidden;*/
}
.headerUtil {
	float: right; display: inline;
	margin: 5px 0 6px;
	/margin: 5px 0 5px;
}
.headerNav {
	clear: both;
}
.headerUtil li,
.headerNav li {
	float: left; display: inline;
	height: 20px;
		*height: 21px;
	overflow: hidden;
}
.headerNav ul {
	width: 768px;
	height: 36px;
	padding-left: 18px;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/css_sprite1.png)
				0 -200px no-repeat;
}
.headerNav li {
	position: relative;
	width: 238px;
	height: 36px;
	display: block;
	float: left;
	padding-right: 18px;
	overflow: hidden;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/css_sprite1.png)
				238px -200px no-repeat;
	z-index: 600;
}
.headerNav li a {
	display: block;
	width: 238px;
	height: 36px;
}
.headerNav li.first,
.headerNav li.subnav {
	overflow: visible;
}
.headerNav li li a {
	display: block;
	text-decoration: none;
	background: #fff;
	height: auto;
}
.headerNav ul li a:hover img {
	opacity: 1;
}
.headerNav ul li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 240px;
	height: auto;
	background: none;
	padding: 0;
	box-shadow:
		0px 8px 8px rgba(000,000,000,0.3);
}
.headerNav ul li:hover ul {
	display: block;
	z-index: 50000;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
}
.headerNav ul li ul li {
	position: relative;
	display: block;
	width: 260px;
	height: auto;
	float: none;
	background: #fff;
	margin: 0 0 0 -20px;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #c5d6e6;
}
.headerNav ul li ul li:first-child {
	border-top: 2px solid #C5D6E6;
	/* padding-top: 5px; */
}
.headerNav ul li ul li a {
	width: 100%;
	display: block;
	background: none;
	padding:5px;
}
.headerNav ul li ul li a:hover {
	color: #00498d;
	opacity:0.7;
}
.headerNav ul li ul li .imgP {
	width:40px;
	float: left;
	padding:10px 10px 0 0;
}
.headerNav ul li ul li .imgP img {
	width:40px;
}
.headerNav ul li ul li .txtP {
	padding: 5px 5px 5px 50px;
	line-height: 1;
	color: #000;
}
.headerNav ul li ul li .cateP {
	font-weight:bold;
	color: #004f99;
}
.headerNav ul li ul li .leadP {
	font-size:70%;
	line-height: 1.3;
}


/* -----------------------------------------------------------------
 * 検索
 * -----------------------------------------------------------------
 */
header#globalHeader .search {
	width: 140px;
	padding: 0;
	height: 18px;
		*margin-top:1px;
	overflow: hidden;
	background-color: #F7FAFF;
	border: 1px solid #c4daf2;
	border-left: none;
}
header#globalHeader .search input[type=text] {
	font-size: 13px;
	line-height: 1.2;
	color: #000;
	width: 120px;
	height: 14px;
	padding: 0 0 0 2px !important;
	vertical-align: top;
	outline: none !important;
	border: none;
	background-color: #F7FAFF !important;
	background-position: -9999px -9999px !important;
}
header#globalHeader .search input[type=text]:focus { background-color:  #F7FAFF;}
header#globalHeader .search input[type=image] { outline: none; vertical-align: top; opacity: 0.7;}
header#globalHeader .search input[type=image]:hover { opacity: 1;}

input.gsc-search-button,
header#globalHeader .headerUtil .search .gsc-search-button {
	width: 18px;
	height: 18px;
	margin: 0;
	border:none;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/header_search_btn.png)
				center 3px no-repeat;
}
header#globalHeader .search table.gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;
}
header#globalHeader .search table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}
header#globalHeader .search table.gsc-search-box td {
	vertical-align: top !important;
}


/* ===================================================================
 共通フッター
=================================================================== */
footer#globalFooter {
	width: 100%;
	clear: both;
	border-top: 1px solid #D6E2EE;
	padding-bottom: 1px;
}
#home footer#globalFooter { border: none;}


/* ===================================================================
 * クルマ専用設計の魅力を知る
 * -----------------------------------------------------------------
 */
.footerBlock1 {
	width: 984px;
	height: 65px;
	margin: 14px auto 0;
}
.footerBlock1 .footerNav,
.footerBlock1 .footerNav h4,
.footerBlock1 .footerNav ul,
.footerBlock1 .footerNav li {
	float: left; display: inline;
}
.footerBlock1 .footerNav h4 {
	width: 124px;
	height: 26px;
	padding-right: 1px;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/content_border1.png)
				right top repeat-y;
}
.footerBlock1 .footerNav ul {/*
	width: 39.5em;*/
	width: 40em;
}
.footerBlock1 .footerNav li {
	font-size: 85%;
	white-space: nowrap;
	line-height: 1.1;
	display: block;
	margin-bottom: 4px;
	padding: 0 1.3em;
		*padding: 0 1.15em;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/nav_border0.png)
				right top repeat-y;
}
.footerBlock1 .footerNav li.lineEnd {
	background: none;
}
.clearBoth {
	clear: both;
}

/* ===================================================================
 * みんカラ、facebook、twitter、YouTube
 * -----------------------------------------------------------------
 */
.footerEx {
	float: right; display: inline;
}
.footerEx li {
	float: left; display: inline;
	margin-left: 3px;
}


/* ===================================================================
 * サイト利用案内やコピーライトなど
 * -----------------------------------------------------------------
 */
.footerBlock2 {
	width: 984px;
	margin:0 auto 10px;
	padding-top: 18px;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/footer_border0.png)
				left top repeat-x;
}
.footerBlock2 .footerNav ul,
.footerBlock2 .footerNav li {
	float: left; display: inline;
}
.footerBlock2 .footerNav ul {
	width: 600px;
}
.footerBlock2 .footerNav li {
	font-size: 85%;
	white-space: nowrap;
	line-height: 1.1;
	margin-bottom: 4px;
	padding: 0 1.3em;
		*padding: 0 1.15em;
	background: url(http://www.alpine.co.jp/shared/img/header.footer/nav_border0.png)
				right top repeat-y;
}
.footerBlock2 .footerNav li:first-child {
	padding-left: 0;
}
.footerCopyright {
	float: right; display: inline;
	width: 375px;
}

/* 新着情報 */
#whatsnewChange dd{height:38px;overflow:hidden;}


/* ===================================================================
 * mainContent
 * -----------------------------------------------------------------
 */
.mainContent {
	width: 984px; 
	margin: 0 auto;
}


/* 2013-10-30 追記 */
/* ===================================================================
 * #mainMenu / #sideMenu
 * -----------------------------------------------------------------
 */
#supportMainMenu {
	float: right; display: inline;
	width: 730px;
	overflow: hidden;
}
#supportSideMenu {
	float: left; display: inline;
	width: 234px;
	padding-bottom: 20px;
	overflow: hidden;
}

/*		サイドメニュー (#sideMenu)
------------------------------------------------------------------- */
#supportSideMenu h2 {
	text-align: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
}
#supportSideMenu .usersRoom,
#supportSideMenu .products,
#supportSideMenu .repairs,
#supportSideMenu .supportinfo {
	width: 222px;
	margin: 0 0 15px;
	overflow: hidden;
}
#supportSideMenu .usersRoom_entry img,
#supportSideMenu .usersRoom_login img,
#supportSideMenu .products_txt img,
#supportSideMenu .repairs_txt img {
	display: block;
	width: 200px;
	height: 31px;
	margin: 0 auto;
}
#supportSideMenu .usersRoom_entry a,
#supportSideMenu .usersRoom_login a {
	display: block;
	width: 200px;
	height: 31px;
	margin: 0 auto;
	background-color: #fff;
}
/* */
#supportSideMenu .usersRoom h2 {
	width: 222px;
	height: 55px;
}
#supportSideMenu .products h2,
#supportSideMenu .repairs h2 {
	width: 222px;
	height: 38px;
}
#supportSideMenu .usersRoom_entry {
	height: 120px;
	background: url(http://www.alpine.co.jp/support/img/support_side_users_bg.png) 0 0 no-repeat;
	overflow: hidden;
}
#supportSideMenu .usersRoom_login {
	height: 70px;
	background: url(http://www.alpine.co.jp/support/img/support_side_users_bg.png) 0 -120px no-repeat;
	overflow: hidden;
}
#supportSideMenu .products {
	height: 127px;
	background: url(http://www.alpine.co.jp/support/img/support_side_products_bg.png) 0 38px no-repeat;
	overflow: hidden;
}
#supportSideMenu .repairs {
	height: 127px;
	background: url(http://www.alpine.co.jp/support/img/support_side_repairs_bg.png) 0 38px no-repeat;
	overflow: hidden;
}
#supportSideMenu .usersRoom_entry h3,
#supportSideMenu .usersRoom_entry p,
#supportSideMenu .usersRoom_login p,
#supportSideMenu .products_txt p,
#supportSideMenu .repairs_txt p {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#supportSideMenu .usersRoom_entry p {
	height: 49px;
}
#supportSideMenu .usersRoom_login p {
	height: 26px;
}
#supportSideMenu .products_txt p,
#supportSideMenu .repairs_txt p {
	height: 47px;
}
#supportSideMenu .usersRoom_entry h3 span,
#supportSideMenu .usersRoom_entry p span,
#supportSideMenu .usersRoom_login p span,
#supportSideMenu .products_txt p span,
#supportSideMenu .repairs_txt p span {
	display: block;
	height: 0;
	padding-top: 50px;
}
/* 
#supportSideMenu .alpineinfo,
#supportSideMenu .releases {
	width: 220px;
	margin: 0 1px 15px;
}
#supportSideMenu .alpineinfo h2,
#supportSideMenu .releases h2 {
	width: 220px;
	height: 36px;
}
#supportSideMenu .alpineinfo_txt,
#supportSideMenu .releases_txt {
	margin: 0;
	padding: 8px 10px 10px;
	border: 1px solid #fc9;
	border-top: none;
}
#supportSideMenu .alpineinfo_txt li,
#supportSideMenu .releases_txt li {
	font-size: 77%;
	line-height: 1.4;
	margin-bottom: 6px;
	padding-left: 28px;
	background: url(http://www.alpine.co.jp/cmshtml/support/img/support_info_iconProd.png) 0 2px no-repeat;
	word-wrap: break-word;
		*zoom: 1;
}
#supportSideMenu .releases_txt li {
	background: url(http://www.alpine.co.jp/cmshtml/support/img/support_info_iconGen.png) 0 2px no-repeat;
}
*/


/* ===================================================================*/
/* 2014-04-25 追記 */
.footerBlock1 .footerBnr {
	float: left; display: inline;
	width: 223px;
	height: 28px;
	padding-left: 10px;
}
.footerBlock1 .footerBnr aside,
.footerBlock1 .footerBnr ul {
	width: 223px;
	height: 28px;
}
.footerBlock1 .footerBnr li {
	float: left; display: inline;
	width: 110px;
	height: 28px;
}
.footerBlock1 .footerBnr li.ols {
	padding-left: 3px;
}
.footerBlock1 .footerNav h4 {
	width: 128px;
	height: 52px;
	padding-right: 1px;
	background: url(/shared/img/header.footer/content_border1.png)
				right top repeat-y;
}
.footerBlock1 .footerNav li.comingsoon {
	color: #888;
}

/* ===================================================================*/
/* 2014-05-15 teshima */
.footerEx {
	clear: right;
	width: 168px;
	padding-top: 5px;
}
.footerBlock1 .footerBnr {
	float: right;
}


