@charset "utf-8";
/* CSS Document */

.dl {
	max-width: calc(1200px);
	margin:1% 0 3% 0;
	padding:1% 0 0;
	height: 180px;
	font-size: 0.8em;
	overflow-y: scroll;
	/* border-right: 1px solid #cccccc; */
	/* border-left: 1px solid #eeeeee; */
}

.mailmagagine{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}

.mailmagagine img{
	width:60%;
}

@media only screen and (max-width:450px) {
	
.dl {
	max-width: calc(1200px);
	margin:1% 0 3% 0;
	padding:1% 0 0;
	height: 270px;
	font-size: 0.8em;
	overflow-y: scroll;
	/* border-right: 1px solid #cccccc; */
	/* border-left: 1px solid #eeeeee; */
}
	
.mailmagagine img{
	width:80%;
}
	
}

.dt {
	position:relative;
	float:left;
	margin-left:5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	background:url(https://image.rakuten.co.jp/kisste/cabinet/01751949/imgrc0062891790.gif)  repeat-x left bottom;
}

span.icon{
	position:absolute;
	padding: 1px 3px;
	margin-left: 7px;
	color:#FFFFFF;
	font-size:9px;
	font-weight:normal;
	border-radius: 3px;
}

span.red{
	background-color:#ff0000;
}

span.orange{
    background-color:#ff8f44;
}

span.green{
    background-color:#32b16c;
    letter-spacing: 0.03em;
}

span.pink{
    background-color:#ff7999;
    letter-spacing: 0.04em;
}

span.blue{
    background-color:#3F69EA;
    letter-spacing: 0.04em;
}

span.aqua{
    background-color:#59CBDE;
    letter-spacing: 0.04em;
}

.dd {
    margin-left: 120px;
    line-height:120%;
	font-weight: normal;
	color:#333333;
}

.shop-info{
	max-width:1200px;
	padding:0px;
	margin: 0 auto;
}

.shop-info a:hover{
	display: block;
	background:#eeeeef;
	transition: 0.2s;
}

.news-info{
	margin:0;
	border-bottom: 1px dotted #ccc;
	padding:20px 0;
}

