@charset "UTF-8";

#products-writer-detail .block-info dd {
	font-size: 1.125rem;
}

#mypage .item-list li dl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #AAAAAA;
}

#mypage .item-list li dl dt {
	font-size: 0.75rem;
	font-weight: bold;
}

#mypage .item-list li dl dd {
	width: 10px;
	-ms-flex: 1 0 auto;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 0.75rem;
	font-weight: 500;
}

#mypage .cvs_block,
#mypage-purchase .cvs_block {
	margin-left: 1em;
	margin-top: 10px;
}

#mypage .cvs_block .cvs_name,
#mypage-purchase .cvs_block .cvs_name {
	font-weight: 500;
	color: #4E3931;
}

#mypage .cvs_block a,
#mypage-purchase .cvs_block a {
	color: #666666;
	text-decoration: underline;
}

#mypage-purchase .item-attention p {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 5px;
}

#cart .cart-attention p,
#cart .item-attention p, 
#cart-confirm .item-attention p {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 5px;
}

#mypage-purchase .item-attention p a,
#cart .cart-attention p a,
#cart .item-attention p a,
#cart-confirm .item-attention p a {
	color: #2F424D;
	text-decoration: underline;
}

#contact-block  .item-box {
	background: #FFF;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 120px;
}

@media screen and (max-width: 700px) {
	main.products #products-search .item-list dl dd input::placeholder {
		font-size: 10px;
	}
}