@charset "utf-8";
#main .cont .main_item {
    position: relative;
    display: flex;
    justify-content: space-between;
}
#main .cont p.main_img {
    position: relative;
    width: 40%;
}
#main .cont p.main_img > img {
    box-shadow: 0px 3px 7px #00000033;
}
#main .cont .main_img .soldout_img {
	position: absolute;
	top: 0;
	left: 0;
}
#main .item_info {
    display: flex;
    flex-direction: column;
    width: 57%;
}
#main .item_title {
    font-size: 25px;
	font-weight: bold;
    margin-bottom: 20px;
    color: #0f3888;
}
#main .item_catch {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
#main .item_text {
    color: #666666;
    font-size: 15px;
    line-height: 1.3;
}
#main .item_price {
	font-size: 14px;
	margin: 4px 0;
	display: flex;
	line-height: 30px;
}
#main .item_price span {
    font-size: 20px;
    margin-right: 12px;
    color: #F00;
    font-weight: bold;
}
#main .item_point {
    color: #0F3888;
    margin: 4px 0 8px;
    font-size: 15px;
    font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	line-height: 24px;
}
#main .item_point::before {
    content: '●';
}
#main .item_point span {
	font-size: 12px;
	color: #000;
}
#main .item_war {
    color: #f00;
    margin: 4px 0 8px;
    font-size: 14px;
    font-weight: bold;
}
#main .item_war::before {
    content: '●';
}
#main .back {
    height: 40px;
    background: #C1C1C1;
    border: 1px solid #C1C1C1;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    transition: .1s;
	border-radius: 8px;
}
#main .back:hover {
	color: #C1C1C1;
    background-color: #fff;
}
#main .butt.soldout {
	margin-left: 30px;
    font-size: 18px;
    color: #f00;
    font-weight: bold;
	border-radius: 8px;
}
#main .send_cart {
    height: 40px;
    margin: 0 0 0 20px;
    background: #0F3888;
    border: 1px solid #0F3888;
	border-radius: 8px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    transition: .1s;
}
#main .send_cart:hover {
	color: #0F3888;
    background-color: #fff;
}
#main .price_count {
    display: flex;
    align-items: center;
    margin-top: auto;
}
#main .price_count .stepperInput{	
    display: flex;
	border:1px solid #CCC;
    border-radius: 8px; 
    color: #666666;
	overflow: hidden;
	margin-left: auto;
}
#main .price_count .button-Left{
	width: 50px;
    height: 40px;
    background-color: #fff;
	padding: 16px;
    text-align: center;
    display: flex;
    align-items: center;
	cursor: pointer;
}
#main .price_count .number_box{
	width: 50px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #000;
}

#main .price_count .button-Right{
	width: 50px;
    height: 40px;
    background-color: #fff;
	padding: 16px;
    text-align: center;
    display: flex;
    align-items: center;
	cursor: pointer;
}
#main .price_count select { 
	-webkit-appearance: none;
	width: 50px;
    height: 40px;
    background-color: #fff;
    color: #666;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-radius:0;
	text-align: center;
	display: flex;
    align-items: center;
    font-weight: bold;
}
#main .cont_item_title {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 20px 0;
    padding-bottom: 20px;
    font-weight: bold;
}
#main .text_box .data_cont {
    margin: 20px 0;
}
#main .text_box .data_cont .data_title {
    font-weight: bold;
}
#main .text_box .data_cont .data_text {
    color: #666;
	margin-top: 10px;
	line-height: 20px;
}
#main .cont.item_mess {
    margin-top: -20px;
}
#main .cont .item_main_list li {
	font-size: 14px;
    line-height: 23px;
    background: transparent url(../img/icon_mess.png) no-repeat 0 1px;
    background-size: 16px 16px;
    padding-left: 25px;
}
#main .cont .item_main_list .war {
    background: transparent url(../img/icon_war.png) no-repeat 0 1px;
    background-size: 16px 16px;
    padding-left: 25px;
}
.pager_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
}
.pager_wrap > * {
	margin: 0 6px;
}
.pager_wrap .pager {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager_wrap .pager li {
	margin-bottom: 0;
}
.pager_wrap button,
.pager_wrap .dotted {
	display: block;
	padding: 4px;
	color: #3E3E3E;
	font-size: 14px;
}
.pager_wrap button:disabled {
	color: #909090;
}
.pager_wrap .pager button {
	padding: 4px 8px;
}
#main .cont .size_tbl_text {
	color: #000;
    font-size: 16px;
    margin: 5px 0;
}
#main .cont .size_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    overflow: hidden;
}
#main .cont .size_tbl tr th {
    width: 100px;
    font-size: 14px;
    line-height: 18px;
	color: #fff;
    text-align: center;
    background-color: #0f3888;
    padding: 7px 0;
}
#main .cont .size_tbl tr td.size {
    background-color: #eee;
    text-align: center;
}
#main .cont .size_tbl tr td {
    width: auto;
    font-size: 14px;
    line-height: 18px;
    background-color: #f6f6f6;
    padding: 5px 7px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #main .cont .main_item {
        margin-bottom: 45px;
    }
    #main .price_count {
        position: absolute;
        top: 102%;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    #main .cont .main_item {
        display: block;
    }
    #main .main_item .main_img {
        float: left;
        margin: 0 8px 8px 0;
    }
    #main .main_item .item_info {
        width: 100%;
        display: block;
    }
    #main .price_count {
        position: relative;
        top: 0;
    }
    #main .item_title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    #main .item_catch {
        font-size: 13px;
        margin-bottom: 10px;
    }
    #main .item_text {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
    #main .send_cart {
        height: 40px;
        margin: 0 10px;
        background: #0F3888;
        color: #fff;
        padding: 2px 8px;
        font-size: 10px;
    }	
    #main .back {
        height: 40px;
        font-size: 14px;
        padding: 2px 8px;
    }
    #main .price_count select {
        text-align: center;
        padding-left: 20px;
    }
}