@charset "utf-8";
/* CSS Document */

/*　Index　TOPページ　*/




map {
    display: inline;
}

area, param {
    display: none;
}

/* ヘッダー終わり */




/* ナビゲーションボタン */
#gMenu {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    height: 56px;
    background: url(../images/picture/bgGMenu.jpg) repeat-x;
}
#navi{
	width:980px;
	height:56px;
	margin:0 auto;
}

.gmenuHome{
	width:245px;
	height:56px;
	float:left;
}

.gmenuHome img{
	border:none}



/* メイン画像 */
#mainImg {
    background: url(../images/picture/bgMainImg.jpg) repeat-x;
    text-align: center;
}

#slide{
	width:980px;
	height:320px;
	margin:0 auto;
}

#slideshow { position:relative; width:980px; height:320px; }
            #slideshow img { position:absolute; top:0; left:0; z-index:8; }
            #slideshow img.active { z-index:10; }
            #slideshow img.last-active { z-index:9; }


#containerUpper{
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#main{
	width:980px;
	height:650px;
	margin:10px auto;
}

p{
	margin:0;
	padding:0;
}


/* インフォメーション */
.information {
	display: flex;
	color: #000;
	width: 980px;
	height: 80px;
	margin: 8px auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 80px;
	background: rgb(210, 233, 199);

}

.information a {
	display: inline-block;
	justify-content: center;
	padding: 5px 5px 0;
	text-decoration: none;
}


a:hover {
	color: #474547;
	text-decoration: underline;

}





/* 左側（トピックスなど） */
#contentsLeft{
	width:680px;
	height:320px;
	float:left;
	margin-right:2px;
}


#utarea{
	width:980px;
	height:240px;
	background:url(../images/picture/bgTopProduct.jpg);
}

#product{
	width:190px;
	height:240px;
	float:left; 
}

.utlink{
	margin-left:6px;
	width:254px;
	height:240px;
	float:left;
}

.utmovie{
	margin-top:26px;
}


.appealComment{
	width:auto;
	height:110px;
	padding:110px 10px 17px 270px;
	line-height:1.5
}

/*　詳しくはこちらのボタン　*/
.Btn{
	width:169px;
	height:32px;
	margin:15px 0 0 233px
}


.Btn img{
	border:none;
}




.subAppeal{
	width:680px;
	height:320px;
	background:url(../images/picture/makerImg.jpg);
	margin-top:0px;
}


.subAppealComment{
	height:auto;
	padding:42px 0px 0px 0px;
	font-size:18px;
	font-weight:500;
}

.subAppealComment ul {
	list-style-type:none;
	line-height:180%;
}

.subAppealComment li {
	text-indent:32px;
	background:url(../images/picture/lineicon.gif) left no-repeat;
}

.subAppealComment #policy{
	font-size:16px;
	margin:0 16px 0;
}

.redText{
	color:#732724
}

/* 右側（ボタンなど） */
#contentsRight{
	width:290px;
	height:320px;
	float:right;
}

.mailBtn{
	width:224px;
	height:39px;
	padding:153px 0 0 32px;
}


.mailBtn img{
	border:none;
}


/* アクセスやマップなど */
#accsess{
	width:290px;
	height:320px;
	background-image:url(../images/picture/sideAccsess.gif);
	margin-top:0px;
}



.addressTxt{
	width:230px;
	height:auto;
	text-align:left;
	font-size:13px;
	font-weight:600;
	line-height:17px;
	padding:88px 0 10px 32px 
}

.map{
	width:270px;
	height:130px;
	margin:0px 10px;
	text-align:center;
}



/* ページ先頭へ */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 920px;
}
#back-top a {
	width:60px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/navi/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
#page #wrapper #containerUpper #main #contentsLeft .subAppeal .subAppealComment .subAppealComment {
	font-size: 18px;
}
