/* milk-ct-kenko Document */
/* ----------------------------------------- */
/* 商品紹介                                */
/* ----------------------------------------- */
.flag {
    display:inline-block;
    font-size:0.8em;
    border:2px solid #f18a34;
    border-radius: 10px;
    padding:0 5px;
    letter-spacing: 0;
}
.subjects em {
    display: inline-block;
	background: #cbe2c8;
	color:#24372f;
	padding:1px 3px;
	margin:0 0 5px 5px;
    font-size:0.8em;
    font-style: normal;
}

/*
#productsList {
    width:auto;
    margin:0 auto;
    padding:0;
}*/
#products #titleArea {
    padding:0;
}

#products h1 span {
    font-size:0.8em;
}
#products h2 {
    font-size:1.6em;
    border-radius: 30px;
    margin:10px 0 15px 0;
    padding:2px 0;
    background: #ea6da4;
    color:#fff;
}
#products h2:before {
    content: "▼";
    padding:0 0.6em;
}
#productsView {
    width:70%;
}
#productsView h2 {
    font-size:1.6em;
    border: 3px solid #ea6da4;
    border-radius: 30px;
    margin:10px 0 15px 0;
    padding:3px 0;
}
#productsView h2:before {
    content: "●";
    padding:0 0.6em;
}

/* 商品リスト */
.item {
	margin:0;
	padding:0;
}
.item:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.item li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:10px 8px;
}
.item li {
    position: relative;
	display:block;
	width:30%;
	height:auto;
    min-height:222px;
    margin:0 15px 10px 0;
	color:#212b96;
    letter-spacing: 0;
    border: 2px solid #8d93c7;
    background-color: #fff;
    box-shadow: 2px 2px 1px #c7c7c7;
    border-radius: 8px;
}
.item li p {
    margin:0 !important;
    padding:0 !important;
}
.item li .i1 {
    width:30%;
    float: left;
    text-align: center;
}
.item li .i1 img {

}
.item li .i1 .cap {
    font-size:0.8em;
}
.item li .i2 {
    width:68%;
    float: left;
    padding-left:2%;
}
.item li .i2 h3 {
    margin:0;
    padding:0;
    font-size:1.2em;
}
.item li .i2 p {
    font-size:1em;
    letter-spacing:0;
    margin-bottom:2.2em;
}
#products .i2 .maker {
    color:#fff;
    font-size:0.8em;
    font-style:normal;
    background: #aa1515;
    padding:2px 3px;
}
#products .i2 .m1 {
    background:#f62837;
}
#products .i2 .m2 {
    background: #145c91;
}
#products .i2 .m3 {
    background: #632348;
}
.item li .links {
    position: absolute;
    right:10px;
    bottom:0;
}
.item li .links a {
    font-size:1em;
}

.product-info {
  	grid-template-columns: minmax(200px, 20%) minmax(400px, 80%);
}
.product-info .i1 {
     width:200px;
}
.product-info .i1 img {
    max-width: 100%;
    height: auto;
}
.product-info .i2 .cap {
    font-size:0.8em;
    padding-left:3em;
}
.product-info .i2 {
    padding-top:20px;
}
.product-info .i2 p {
    margin:5px 0;
    padding:8px 0;
}

.product-detail {
  	grid-template-columns: minmax(300px, 50%) minmax(300px, 50%);
}
.product-detail h4 {
    border-bottom:2px solid #2a7bad;
}

.new {
    font-size:14px;
    color:red;
}
.topic_header,
.topic_footer {
    text-align: right;  
}
.record {
    text-align: right;
}