/* CSS Document */

/* ====== 注文の仕方 ( /order.php ) ====== */

img.di { 
	width:100%;
	height:auto;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 23px 0 23px;
    border-color: #ebebeb transparent transparent transparent;
    margin: 0px auto;
}

/* ====== サイドバー: アカウント＆カート ====== */
#sub .account {
	padding:15px 0 15px 0;	
	border: 0px solid #ccc;
	background: #fff;
	font-size: 9px;
	text-align: center;
}
#sub .account form {
	font-size: 12px;
	margin: 8px;
}

#sub .account form#login_form table {
	width: 90%;
}
#sub .account form#login_form input {
	padding: 4px;
	width: 100%;
}
#sub .account .cart_title {

	margin-bottom: 15px;

}
#sub .account .cart_item {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
#sub .account .cart_item .price {
	color: #000;
	font-weight: bold;
}
#sub .account .total {
	color: #F00;
	font-weight: bold;
	font-size: 12px;
}


/* ======== 商品枠 ======== */
.prd_to_cart {
	margin: 10px 0;
	padding: 10px;
	/*
	border: 2px solid #ccc;
	background: #Fcfcfc;
	*/
	line-height: 140%;
	position: relative;
	border-radius: 2px;
	text-align: left;
	clear:both;
}
.prd_to_cart .prd_to_cart_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D99FA0;
}
.prd_to_cart .btn_to_cart {
	display: block;
	float:right;
	position: relative;
    top: -5px;
}

.prd_to_cart .disp_price {
	font-size: 9px;
}

.prd_to_cart .prd_to_cart_price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	float:left;
	margin-right:10px;
}

.prd_to_cart .prd_to_cart_text {
}

.prd_to_cart div.prd_to_cart_q {
}

/* ===== トップページ ====== */
.carousel img {
	width: 100%;
	height: :auto;
}


/* ===== ステロイドページ ====== */
#anchor_menu ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#anchor_menu ul li {
	display: block;
	margin: 4px;
	padding: 0;
	background: #eee;
	flex-basis: auto;
	min-width: 150px;
	flex-grow: 1;
	border:1px solid #d3d3d3;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}

#anchor_menu ul li:nth-child(1),
#anchor_menu ul li:nth-child(2) {
	min-width: 240px;
}

#anchor_menu ul li a {
	display: block;
	padding: 20px;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	text-shadow: 0 0 6px #fff;
	transition: .5s all;
}

#anchor_menu ul li a:hover {
	background: #ddd;
}

#main .box1 h4 {
	background-color: #FFF;
}

/* ===== 製品画像 ===== */
div.prdImg {
	width: 45%;
	height: auto;
	padding: 10px;
	float: left;
	box-sizing: border-box;
    margin: 0 10px 0 0;
	min-height: 270px;
}

div.prdImg img {
	width: 100%;
	height: auto;
    box-shadow: 0 0 10px #f4f4f4;
}