@charset "utf-8";
/* CSS Document */

#item_page img{
	max-width: none;
	margin:0;
	padding:0;
}

#item_page h2{
	background:url(../images/item/h2_back.jpg) no-repeat left bottom;
	padding:8px;
	font-size:130%;
	font-weight:normal;
	margin-bottom:20px;
	width:980px;
	font-size:24px;
}


#item_page .item_images{
	width:980px;
	margin:0 0 10px 0;
	padding:0;
}

#item_page .item_images li{
	float:left;
	width:490px;
	text-align:left;
	margin:0 0 20px 0;
}

#item_page .item_images li.item_image2{
	text-align:right;
}

#item_page .item_description{
	width:980px;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:20px;
}


#item_page .item_description .description_left{
	float:left;
	width:470px;
	margin-right:30px;
}

#item_page .item_description .description_left h3{
	font-size:20px;
	font-weight:normal;
}


#item_page .item_description .description_left p{
	margin-bottom:20px;
}


#item_page .item_description .description_left .btn{
	margin-bottom:10px;
}

#item_page .item_description .description_left .btn-pdf{
	margin-bottom:30px;
	display:block;
	text-align:center;
}



#item_page .item_description .description_right{
	float:right;
	width:470px;
	background:url(../images/item/bg_description.jpg) repeat-y left top;
}

#item_page .item_description .description_right div.description_right_inn{
	background:url(../images/item/bg_description_head.jpg) no-repeat left top;

}

span.redt {
    color: #f00;
    font-weight: bold;
}


#item_page .item_description .description_right div.description_right_inn p{
	width:450px;
	line-height:1.35;
		padding:18px 18px 50px 13px;
}

#item_page .item_description .description_right div img{
	margin:0;
	padding:0;
}

#item_page .cart_box{
	width:980px;
	margin-bottom:30px;
	border:solid 0px;
	}

#item_page .cart_box .cart_image{
	float:left;
	width:200px;
	margin-right:15px;
}

#item_page .cart_box .cart_text{
	float:left;
	width:270px;
	display:block;

}

#item_page .item_text{
	float:left;
	width:440px;
	margin:0 0 0 20px;
	padding:10px;
	border:double #F60;
	color:#666;
}


	#item_page .cart_box .cart_text h4{
		font-size:16px;
		border-bottom:1px solid #666;
		margin-bottom:5px;
	}
	
	
	#item_page .cart_box .cart_text .cart_price{
		font-size:18px;
		color:#ff0000;
		margin-bottom:5px;
		font-weight:bold;
	}
	
	#item_page .cart_box .cart_text select{
		margin-bottom:20px;
	}
	
	
	#item_page .regular_service h3{
		margin-bottom:30px;
	}
	
	#item_page .regular_service .service_item{
		width:980px;
		margin:0;
		padding:0;
		background:#999;
	}
	
	#item_page .regular_service .service_item li{
		float:left;
		/*width:326px;*/
		width:245px;
		margin:0;
		padding:0;
		text-align:center;
	}
	
	#item_page .regular_service .service_item li.last{
		margin:0;
		/*text-align:right;*/
	}
	
	#item_page .regular_service .service_item li img{
		margin-bottom:8px;
	}
	
	#item_page .regular_service .service_item li p{
		text-align:center;
		font-size:16px;
		line-height:1.4;
	}
	
	#item_page .regular_service .service_item li.last p{
		/*padding-left:16px;*/
	}
	
	#item_page .cart_box .cart_text .soldout{
		font-size:20px;
		color:#ff0000;
		margin-bottom:5px;
		font-weight:bold;
	}

/*****20221108*****/
div#item_page {
    display: flex;
    width: 980px;
    flex-wrap: wrap;
}
#item_page h2 {
    flex: none;
    order: 1;
}
#item_page .item_images {
    order: 2;
	flex: none;
}
#item_page .cart_box {
    order: 3;
	flex: none;
}
#item_page .item_description {
    order: 4;
}
.regular_service {
    order: 5;
}
#item_page .item_description .description_left h3 {
    display: none;
}
#item_page .item_description .description_left {
    float: left;
    width: 280px;
    margin-right: 0px;
}
#item_page .item_description .description_right {
    float: right;
    width: 670px;
    background: #F0EBE5;
    border: solid 1px #986665;
    border-radius: 8px;
}
#item_page .item_description .description_right div.description_right_inn {
    background: none;
}
#item_page .item_description .description_right div.description_right_inn p {
    width: auto;
    line-height: 1.35;
    padding: 2em;
}
#item_page .item_description .description_right div img {
    display: none;
}

.item-blog {
    width: 672px !important;
}
.item-blog .thumb {
    margin-bottom: 10px;
    float: left;
    margin-right: 1em;
}
.item-blog .thumb img {
    width: 50%;
}


@media screen and (max-width: 500px){
#item_page img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
ul#pankuzu {
    font-size: 50%;
    margin-top: 0.5em;
}
ul#pankuzu li {
    display: inline;
}
div#item_page {
    display: block;
    width: 100%;
}

#item_page h2 {
	background: none;
    border-bottom: 2px solid #000;
    padding: 8px;
    font-size: 130%;
    font-weight: normal;
    margin-bottom: 20px;
    width: 96%;
    font-size: 100%;
    line-height: 1.2em;
}
#item_page .item_images img {
    max-width: 100%;
}
#item_page .item_images {
    width: 100%;
    margin: 0;
    padding: 0;
}
#item_page .item_images li {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}

#item_page .item_description {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#item_page .item_description .description_left .btn img {
    max-width: 100%;
}

#item_page .item_description .description_left .btn {
    margin-bottom: 10px;
    display: block;
    width: 48%;
    float: left;
    margin: 0 1% 1em;
}
#item_page .item_description .description_left {
    float: none;
    width: 100%;
    margin-right: 0px;
}
#item_page .item_description .description_right {
    float: none;
    width: 100%;
    background: #F0EBE5;
    border: solid 1px #986665;
    border-radius: 8px;
    clear: both;
}
#item_page .item_description .description_right div.description_right_inn p {
    width: auto;
    line-height: 1.35;
    padding: 1em;
	font-size: 75%;
}
#item_page .cart_box {
    width: 100%;
    margin-bottom: 30px;
    border: solid 0px;
}
#item_page .cart_box .cart_text {
    float: left;
    width: 100%;
    display: block;
	margin-bottom: 1em;
    text-align: center;
}
.cart_text div {
    text-align: center;
}
#item_page .cart_box .cart_text a img {
    max-width: 100%;
}
#item_page .regular_service h3 {
    margin-bottom: 0.5em;
}
#item_page .item_text {
    float: none;
    width: 94%;
    margin: 0;
    padding: 10px;
    border: double #F60;
    color: #666;
    clear: both;
	font-size: 70%;
	}
#item_page .cart_box .cart_image {
    float: left;
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
}
#item_page .regular_service .service_item li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
	font-size: 60%;
}
#item_page .regular_service .service_item {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #999;
}
#item_page .regular_service .service_item li img {
    max-width: 100%;
}
#item_page .regular_service .service_item li p {
    text-align: center;
    font-size: 50%;
    line-height: 1.4;
}
.regular_service {
    margin-bottom: 2em;
    display: inline-block;
}
.item-blog {
    width: 100% !important;
}
}