@charset "utf-8";
/* CSS Document */
.bg_red{width:20px; height:20px; background-color:#fd8d56; border-radius:5px;}
.bg_blue{width:20px; height:20px; background-color:#32b8fd; border-radius:5px;}
.border{border-bottom:1px solid #f4f4f4;}
.w600{width:600px}
.w1200 .w600{width:710px;}
.border_photo{border:4px solid #red;}
.bg_photo{width:512px; height:526px; background-image:url(../../../images/web/style300/bg_photo.png); background-repeat:no-repeat;}
.bg_gray{background-color:#f4f4f4; background-position:55% -78px;}
.border_dashed{ border-bottom:1px dashed #f4f4f4;}
.bp1{background-position:left 2px}
.bp2{background-position:82px -142px; width:60px;}
.bp3{background-position:82px -114px; width:60px;}
.bp4{background-position:left -22px;}
.bp5{background-position:left -50px;}

.nav_box{ background-color:#ececec;}
.arrow_box{position:relative;}
.leftarrow{position:absolute; left:0; top:0; display:block; background:url(../../../images/web/style300/arrow.png) no-repeat 4px center; width:18px; height:40px; background-size:36px 15px;}
.rightarrow{position:absolute; right:0; top:0; display:block; background:url(../../../images/web/style300/arrow.png) no-repeat -22px center; width:18px; height:40px; background-size:36px 15px;}