@charset "utf-8";

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
.rPageTitle{
	font-size: 190%;
	font-weight: 200;
}/* SP */
body.responsive-sp .rPageTitle{
	font-size: 138.5%;
	font-weight: inherit;
}


.visual {
}
.visual img {
	display: block;
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
	製品ラインアップ
	製品検索
	ご購入相談窓口
----------------------------------------------------*/
#indexLineup {
	margin-top:-310px;
}
#indexLinks .colLeft {
	float: left;
	width: 628px;
}
#indexLineup .colLeft {
	float: left;
	width: 628px;
}
#indexLinks .colRight {
	float: right;
	width: 304px;
}

/* SP */
body.responsive-sp #indexLineup {
	margin-top: 5px;
}
body.responsive-sp #indexLinks .colLeft {
	float: none;
	width: 100%;
}
body.responsive-sp #indexLineup .colLeft {
	float: none;
	width: 100%;
}
body.responsive-sp #indexLineup .colRight {
	float: none;
	width: 100%;
	margin-top: 2%;
}
body.responsive-sp .indexLinks_bottom{
	margin-top: 16px!important;
}
.indexLinks_bottom{
	margin-top: 10px!important;
}

/* 製品ラインアップ
-----------------------------------------------------*/
.contentLineupBlock {
	float: left;
	width: 607px;
	margin-left: 8px;
}
.contentLineupBlock:first-child {
	margin-left: 0;
}
.contentLineupBlock .lineupThumb a {
	display: block;
	text-align: center;
}
.contentLineupBlock .lineupCatch {
	margin-top: 0.2em;
	text-align: center;
}
.contentLineupBlock .lineupTitle {
	margin-top: 0.8em;
}

/* SP */
body.responsive-sp .contentLineupBlock {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 4%;
}

/* 製品検索
-----------------------------------------------------*/
#indexSearch {
}

/* ご購入相談窓口
-----------------------------------------------------*/
#indexInfo {
	margin: 10px 0;
}
#indexInfo p {
	font-size:108%;
}

/*----------------------------------------------------
	運用イメージ
	ダウンロード
	お客様サポート
----------------------------------------------------*/
#indexLinks {
	margin-top: 16px;
}
#indexLinks .col {
	float: left;
	width: 32%;
	margin-left: 2%;
}
#indexLinks .col:first-child {
	margin-left: 0;
}

#indexLinksDownload,
#indexLinksSupport {

}

/* SP */
body.responsive-sp #indexLinks .col {
	float: none;
	width: 100%;
	margin-left: 0;
}

body.responsive-sp #indexLinksDownload,
body.responsive-sp #indexLinksSupport {
	height: auto;
}


/*----------------------------------------------------
	バナーエリア
----------------------------------------------------*/
#indexBanners {
	padding-top: 20px;
	margin-top: 20px;
	background: url("../images/n_bg_separate.gif") repeat-x 0 0;
}
#indexBanners .col {
	float: left;
	width: 465px;
	margin-left: 20px;
}
#indexBanners .col:first-child {
	margin-left: 0;
}

/* SP */
body.responsive-sp #indexBanners {
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 20px 10px 0 10px;
	background-image: none;
	border-top: 1px solid #dae0e4;
}
body.responsive-sp #indexBanners .col {
	float: none;
	width: 100%;
	max-width: 465px;
	margin: 2% auto 0 auto;
}
body.responsive-sp #indexBanners .col:first-child {
	margin-top: 0;
}

/* 動画リンク
------------------------------------------------ */
.visual_child img{
	position: relative;	
}
.visual .movieLink{
	position: absolute;
    right: 20px;
    top: 485px;
    width: 214px;
}

.movieLink{
	margin-bottom: 10px;
}

body.responsive-sp .modalMovie{
	width: 95%;
	margin: 0 auto;
}