/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:979px) {

/*layout*/
/*-----------------------------------------------------------*/

.db_column1024 {
	width: 95%;
}

#db_contents_left {
    width: 100%;
    float: none;
    margin: 0 auto 60px auto; 
}

#db_contents_right {
    width: 100%;
    float: none;
    margin: 0 auto 0px auto;     
}

.db_other_menu_box .db_other_menu_box_in li{
	width: 20.7%;
	float: left;
	margin-left: 5.7%;
}


/* sub H2 common */
/*-----------------------------------------------------------*/
.subtitle02{
    font-size: 220%;
}
.subtitle02:after{
    width: 100px;
    left: 50%;
    margin-left: -50px; 
}


/*sidebar*/
/*-----------------------------------------------------------*/

.db_sidebar_submit_btn input[type="submit"] {
    width: 250px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #1B4383;
    border: 1px solid #1B4383;
    transition: 0.3s;
    margin: auto;
    cursor: pointer;
}


/*home*/
/*-----------------------------------------------------------*/

.db_home_category_list .category_name_wrap .category_image a {
    width: 100%;
    display: block;
}

.db_home_category_list .category_name_wrap .category_image img {
    max-width: 100%;
}


/*search*/
/*-----------------------------------------------------------*/

.db_parent_category_box .category_image span {
    width: 100%;
    display: block;
}

.db_parent_category_box .category_image img {
    max-width: 100%;
}

.db_child_category_box .category_info .category_image span {
    width: 100%;
    display: block;
}

.db_child_category_box .category_info .category_image img {
    max-width: 100%;
}

.db_search_item_box_wrapper .db_search_item_box .item_image a {
    width: 100%;
    height: 235px;
    display: block;
}

.db_search_item_box_wrapper .db_search_item_box .item_image img {
    max-width: 100%;
    max-height: 233px;
}


/*item*/
/*-----------------------------------------------------------*/

#item_box01 .item_photo {
    width: 100%;
    height: 275px;
    display: block;
}

#item_box01 .item_photo img {
    max-width: 100%;
    max-height: 273px;
}

#item_box01 .item_photo_thumbnail img {
    max-width: 100%;
}

.recommend_item_wrapper .recommend_item_image a {
    width: 100%;
    display: block;
}

.recommend_item_wrapper .recommend_item_image img {
    max-width: 100%;
}


/*CONTACT*/
/*-----------------------------------------------------------*/
#contact {
    height: auto;
    background: url(../image/top_contact_bg.png)no-repeat center center#F2F3F7;
}
#contact .section {padding: 20px 0 0;}
#contact .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*------------------------------------------------------------------------------*/
}