﻿@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Body
 * Header
 * Navigation
 * Contents
 * Footer
 * CONTENTS *********************************************
 * Element
 * Unique
 * RESPONSIVE *******************************************
 * - width <= 1024px
 * ClearFix
====================================================== */

/********************************************************

  LAYOUT

********************************************************/

/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */


/* Navigation
------------------------------------------------------ */


/* Contents
------------------------------------------------------ */
/*----- contentsWrap -----*/
.contentsWrap {
	width: auto;
	padding-top: 0;
}

/* homeWrap */
[class*="homeWrap"] {
	clear: both;
}
[class*="homeWrap"] > *:first-child {
	margin-top: 0 !important;
}

.homeWrap01 {
}
.homeWrap02 {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


/* Footer
------------------------------------------------------ */



/********************************************************

  CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/*----- Common -----*/
/* productsSearch */
#homeSearch.productsSearch .search_form .search_input {
	width: 354px;
	height: 41px;
	font-size: 16px;
	font-size: 1.6rem;
}
#homeSearch.productsSearch .search_form .search_submit {
	width: 106px;
	height: 41px;
	padding-left: 33px;
	background-position: 9px 50%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	text-indent: 0;
}

/*----- Link -----*/
/* bnrLink01 */
.bnrLink01 > li > .linkBlock .image {
	width: 72px;
}
.bnrLink01 > li > .linkBlock .caption .head {
	font-size: 15px;
	font-size: 1.5rem;
}

/*----- Column -----*/
/* colLayout01 */
.colLayout01 + .colLayout01 {
	margin-top: 30px;
}
.colLayout01.count2 > .col > .colLayout01.count2 > .col {
	width: 230px;
}

/*----- Index -----*/
.colLayout01.count5 > .col  .index01 .caption .head {
	font-weight: bold;
}

/* Unique
------------------------------------------------------ */
/*** visualIndex ***/
#visualIndex {
	clear: both;
	max-width: 1280px;
	margin: 0 auto;
}
#visualIndex > *:first-child {
	margin-top: 0 !important;
}
.homeSlider .bx-wrapper {
	position: relative;
}
.homeSlider .bx-controls .bx-pager {
	position: absolute;
	right: 50%;
	bottom: 13px;
	margin: 0 -490px 0 0;
	z-index: 100;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 0 0 22px;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/common/images/com_slide_nav01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a.active {
	background-position: 0 -18px;
}
.homeSlider .bx-controls .bx-controls-direction {
	display: none !important;
}
.homeSlider .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 38px;
	margin: -19px 0 0 0;
	text-indent: -9999px;
	outline: none;
}
.homeSlider .bx-controls .bx-controls-direction > a.bx-prev { left:  50%; margin-left:  -490px; background: url(/common/images/com_slide_ic05.png) no-repeat 0 0; }
.homeSlider .bx-controls .bx-controls-direction > a.bx-next { right: 50%; margin-right: -490px; background: url(/common/images/com_slide_ic06.png) no-repeat 0 0; }

.homeSlider .visualList {
}
.homeSlider .visualList > li {
	width: 100%;
	height: 355px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-indent: -9999px;
}
.homeSlider .visualList > li > a {
	display: block;
	width: 980px;
	height: 355px;
	margin: 0 auto;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}

/*** newsIndex ***/
#newsIndex {
	clear: both;
	margin: 30px 0 0 0;
}
#newsIndex > *:first-child {
	margin-top: 0 !important;
}

/*** productsIndex ***/
#productsIndex {
	clear: both;
	margin: 30px 0 0 0;
	padding: 13px 10px;
	background: #f6f6f6;
}
#productsIndex > *:first-child {
	margin-top: 0 !important;
}
#productsIndex > .head {
	margin: 0 0 0.25em 0;
	font-weight: bold;
}
#productsIndex > .head + * {
	margin-top: 0 !important;
}

/*** rankingIndex ***/
#rankingIndex {
	clear: both;
	margin: 30px 0 0 0;
	padding: 11px 10px 10px;
	background: #f6f6f6;
}
#rankingIndex > *:first-child {
	margin-top: 0 !important;
}
#rankingIndex > .head {
	margin: 0 0 0.25em 0;
	color: #113388;
	font-weight: bold;
	text-align: center;
}
#rankingIndex > .head + * {
	margin-top: 0 !important;
}
#rankingIndex > .btnLink03 a {
	border: none !important;
}

/*** bannerIndex ***/
#bannerIndex {
	clear: both;
	margin: 30px 0 0 0;
}
#bannerIndex > *:first-child {
	margin-top: 0 !important;
}

/*** IR NEWS ***/

#ir_library .newsList01 {
	margin-top: 0;
}
#ir_library .newsList01 li:nth-child(n+4) {
	display: none;
}
#tabNews .heading03 {
	padding-bottom: 3px;
	font-size: 1.6rem;
	font-size: 16px;
}
#ir_library .irIcon {
	display: none;
}


/********************************************************

  RESPONSIVE

********************************************************/

@media screen and (max-width: 1024px) {
	.homeSlider .bx-controls .bx-controls-direction > a.bx-prev { left:  0; }
	.homeSlider .bx-controls .bx-controls-direction > a.bx-next { right: 0; }
}


/* ClearFix
------------------------------------------------------ */
.clearfix:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}