@charset "utf-8";

/* ///////////////////////////////////////////////
【トップページ】
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
width: 100%;
height: 332px;
margin: 0 auto 20px;
background: url(../img/top/mv_bg.jpg) repeat-x;
}

#mv h2 {
width: 960px;
margin: 0 auto 20px;
}


/* -----------------------------------------------
冒頭説明文
----------------------------------------------- */
#headcap {
margin-bottom: 25px;
}


/* -----------------------------------------------
制作実績・加工例
----------------------------------------------- */
#product ul {
width: 678px;
height: 215px;
padding: 15px 18px;
background: transparent url("../img/top/product_bg.gif") 0 0 no-repeat;
}

#product ul li {
float: left;
margin-right: 12px;
}


