@charset"utf-8";

/*+++++++++++++++++++++++++++++++*/
/*    kurashiki vege labo CSS    */
/*+++++++++++++++++++++++++++++++*/

/*=======================about========================*/
#header {
	float: center;
	margin: 0 auto 0;
	width: 680px;
	height: 430px;
	background: url("../../../about/img/header.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	}

#about {
	float: center;
	width: 680px;
	background-image: url("../../../about/img/image.jpg");
	background-repeat: no-repeat;
	background-position: right 20px;
	margin: 0 auto 10px;
	padding-top: 20px;
	}

#point {
    float: center;
    width: 600px;
    margin: 30px auto 20px;
    }

h3.about_p {
    font-size: 14px;
    line-height: 25px;
    color: #ff6464;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    }

p.a_p {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    }

img.point {
	margin-right: 20px;
	}

h4.point_p {
    font-size: 16px;
    line-height: 30px;
    color: #ff6464;
    margin: 20px auto 10px;;
    text-align: center;
    }


p.for_customer {
    font-size: 14px;
	line-height: 25px;
    margin: 20px 0;
    text-align: center;
    }

p.go_item {
    width: 500px;
    font-size: 14px;
    color: #ff9696;
    text-align: center;
    margin: 20px auto 25px;
	padding: 5px 0;
    border: 1px dotted #ff6464;
    }

img.side {
    margin-top: 5px;
	margin-bottom: 10px;
    }


