@charset "utf-8";

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	width: 100%;
}

@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	[class^="col-"]{
		width: 50%;
		float: left;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.list_item li{
		margin-bottom: 20px;
	}
}

.img-responsive{max-width: none;width: 100%;}

body{
	position:relative;
	background-color: #ffffff;
	color:#666;
	text-align: left;
	min-width: 100% !important;
	font-size: 13px;
}

.container{
	width: 100%;
	max-width: 990px;
	margin:0 auto;
}
.anchor{
	width:80%;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:25px;
}
.anchor li{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
	border: solid 3px #4b9eba;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	width:49%;
	float:left;
	margin-right:2%;
}
.anchor li a{
	color: #4b9eba;
  display: block;
}
.anchor .last{
	border: solid 3px #f79819;
	margin-right:0 !important;
}
.anchor .last a{
	color: #f79819;
}
.color-ttl{
	margin-bottom:10px;
	font-size:140%;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.cosme{
	background-color:#4b9eba;
}
.occasion{
	background-color:#f79819;
}

.list_item{
	overflow:hidden;
}
.to_top{
	position: absolute;
	z-index: 2;
	right: 30px;
}

.main_visual{
	max-width: 415px;
	margin:12px auto 30px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.list_item li{
	margin-bottom: 30px;
}

.list_item_inner{
	padding: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	background-color: #fff;
}

/*.item_details{
	margin-top: 10px;
}*/
dt.rogo{
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:1px;
}
dt.rogo img{
	width:100%;
}
dd.number{
	text-align:center;
	margin:3px 0 10px 0;
}
dd.item_price{
	margin-top:10px;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:10px;
	text-align:right;
}
dd.comment{
  margin-top: 10px;
	text-align: justify;
}
.item_details dd.item_name{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  min-height: 3em;
	font-size: 1.4em;
	color: #E95565;
	font-weight: bold;
	text-align:center;
	margin:10px 0;
}

.item_shop{
	margin-top: 8px;
	font-weight: bold;
}
.item_shop span{
	display: block;
	font-size: 0.9em;
}

.txt_tax{
	text-align:right;
	margin:30px 0 10px;
	color:#000000;
}

.ta_l{text-align:left;}
.ta_r{text-align:right;}

.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_40{margin-top:40px;}
.mt_70{margin-top:70px;}


#footer{
	padding: 20px 0 0;
	background-color: #fff;
	border-top: 2px solid #E50065
}
.copyright{
	display: block;
	padding:14px 0px 10px;
	text-align: center;
}
#footer .logo{
	text-align:center;
}

@media only screen and (max-width: 320px) {
	.list_item li{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
  #footer{
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 1280px) {
	.to_top{
		position:static;
		padding:20px 20px 20px 0;
		text-align:right;
	}
}
/*====================================================

　Clear Fix  (  clearfix 表記 )

====================================================*/
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {clear: both;}

.clearfix {zoom: 1;} /* IE < 8 */
