/* CSS Document */
/* TOPページ */

@charset "utf-8";

#showcase_outer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
#showcase_outer img{
	width:100%;
	height:auto;
    display: block;
    margin: 0px auto;
}
#showcase_outer img:hover {
	opacity: 1.0 ;
}
#showcase_outer .bx-next{
    right: 5%;
	height:40px;
    background: url(/img/showcase/swiper_nv_r_BK.png) no-repeat;
}
#showcase_outer .bx-prev {
    left: 5%;
	height:40px;
    background: url(/img/showcase/swiper_nv_l_BK.png) no-repeat;
}

/* モットー */
#motto_div{
	text-align:center; 
	margin-bottom:50px;
}
#motto_div h2{
	font-weight:bold;
	font-size:200%;
	margin-bottom:10px;
	color:#3E3D69;
	word-break:normal;
}
#motto_div h1{
	margin-bottom:10px;
	color:#3E3D69;
}
#motto_div .motto_title{
	font-size:150%;
	color:#3E3D69;
	margin-bottom:20px;
}
#motto_div p{
	color:#3E3D69;
}


/* ニュース */

#news_div{
	text-align:center; 
	margin-bottom:100px;
}
#news_div .news_div_left{
	text-align:center;
	padding-bottom:30px;
}
#news_div .news_div_right{
	text-align:left;
}
#news_div .eng_title{
	font-weight:bold;
	font-size:150%;
}
#news_div .jp_title{
	font-size:120%;
}
#news_div .news_div_right dl{
	border-bottom:1px dotted #ccc;
	padding-top:5px;
	padding-bottom:5px;
}


/* ショーケース */
#top_pd_box ul{

}
#top_pd_box li{

}
#top_pd_box li img{
	width:100%;
}
#top_pd_box li .nam{
	position:relative;
	top:-70px;
}
#top_pd_box li .prc{
	position:relative;
	top:-70px;
}




