@charset "UTF-8";

/*
--- websiteページ ---
*/
.website .bg_top {
    background:      url("../../img/common/low_main_bg.png") no-repeat center top;
    height:          10px;
}
.website .bg_base {
    background:      #ffffff url("../../img/common/low_main_bg_grade.png") repeat-x top;
    border-left:     1px solid #d5e2e5;
    border-right:    1px solid #d5e2e5;
}
.website .bg_bottom {
    background:      url("../../img/common/low_main_bg03.png") no-repeat center bottom;
}
.website .maininr{
    padding:         5px 0 10px;
    margin:          0 auto;
    width:           820px;
}
.website #main {
    margin:          0 auto;
	background:none;
}

/* parts */
.website h2 {
    font-size:       200%;
    margin:          0 0 8px 0;
}
.website .l_content02 > div {
    padding:         30px 0;
    border-top:      2px dotted #c3c3c3;
}

.website .l_content02 > div:first-child {
    border:          none;
	padding:		 0;
}
.website p {
    font-size:       117%;
}
.website p a {
    background:      url("../../img/common/arrow_6x9.png") no-repeat 0 50%;
    padding:         0 0 0 10px;
    text-decoration: underline;
}


@media screen and (max-width: 959px) {
    .website h2 {font-size: 22px;}
    .website .l_content02 > div:first-child {padding: 0 0 20px;}
    .website .l_content02 > div {padding: 20px 0;}
}