﻿@charset "utf-8";

body {
    font-family: "微軟正黑體", "Microsoft JhengHei","Arial";
    background-color: #870102;
}

p {
    font-size: 18px;
    text-align: center;
}

h1 {
    color: #F57422;
    font-size: 32px;
    text-align: center;
}



#Ture.wrap {
    position: relative;
    width: 100%;
    background-image: url(../image/background-top.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    background-color: #870102;
}




#adBody {
    position: relative;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
}

/*商品圖寬*/
.imgStyle{
    float: left;
    width: 385px;
    height: 377px;
}



/*圖片縮放100%*/
.img-responsive{    
	display: block;
	max-width: 100%;
	height: auto;
}



