@charset "utf-8";
/* CSS Document */

/* ▼base▼ */

*{
	margin:0;
	padding:0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 20px;
	margin: 0 auto;
}

a:visited, a:link {
	text-decoration: none;
	color: #36C;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

h1 {
	margin-top:7px;
	font-size: 9px;
	line-height:1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#AAA;
	text-align:center;
}

@media screen and (min-width: 480px) { 
h1 {
	font-size: 11px;
}
	


}

h2 {
	font-size: 21px;
	margin-bottom:30px;
}

@media screen and (min-width: 480px) {
h2 {
	font-size: 24px;
}
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
#mainContainer {
	height: auto;
	max-width: 1200px;
	margin: 30px auto;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.floatclear {
	clear: both;
}

/* ▲base▲ */

/* ▼header▼ */

@media screen and (max-width: 780px) { 
#header_back {
	background:url(https://www.auction.azzurri-produce.com/azzurriproduce/top/parts/header_back03.jpg) no-repeat;
	background-size:contain;
	width:100%;
	height:auto;
}	
}

@media screen and (min-width:781px) { 
#header_back {
	background:url(https://www.auction.azzurri-produce.com/azzurriproduce/top/parts/header_back02.jpg) repeat-x;
	width:100%;
	height:auto;
}
}

#header a, #sale-header a {
	width:100%;
	height:auto;
	display: block;
	text-align:center;
}

/* ▲header▲ */

/* ▼contents▼ */

a:hover img,.a:active img {
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}

#sale-header {
	border-top:solid #4DA6FF 4px; /*☆②ヘッダー画像とセールバナーの境目のボーダーの色です。お好みに！（4か所すべて同じ色です）*/
	display:none; /*PCタブレット用セール画像をwidth:480px以下のスマホ用で表示しない指示です。*/
}

#sale-header2 {
	border-top:solid #4DA6FF 4px; /*☆③ヘッダー画像とセールバナーの境目のボーダーの色です。お好みに！*/
}

#main_info1{
	display:none; /*PCタブレット用セール画像をwidth:480px以下のスマホ用で表示しない指示です。*/
}

#main_info2{
	display:block;
	margin-bottom: 40px;
}

#main_info1 img{
	max-width: 1200px;
}

@media screen and (min-width: 480px) {
#sale-header {
	border-top:solid #4DA6FF 6px; /*☆④ヘッダー画像とセールバナーの境目のボーダーの色です。お好みに！*/
	display:block;
}

#sale-header2 {
	border-top:solid #4DA6FF 6px; /*☆⑤ヘッダー画像とセールバナーの境目のボーダーの色です。お好みに！*/
	display:none; /*スマホ用セール画像をwidth:480px以上のPC・タブレット用で表示しない指示です。*/
}

#main_info1{
	display:block;
	margin-bottom: 40px;

}

#main_info2{
	display:none; /*スマホ用セール画像をwidth:480px以上のPC・タブレット用で表示しない指示です。*/
}

}

#mainContainer {
	text-align:center;
	padding:0 10px 0 10px;
}

.sale {
	float:left;
	width: calc(50%);
	text-align:center;
	margin: 10px 0 10px 0;
  }

@media screen and (min-width: 480px) {
.sale {
	float:left;
    width: calc(33.3%);
  }
}

/* ▲contents▲ */

/* ▼footer▼ */
	
#footer_back {
	background-color:#000; /*☆⑥フッター画像のバックの色です。画像にマッチした境目がでない色にしてください。*/
	width:100%;
	height:auto;
}

#footer {
	width:100%;
	height:auto;
	display: block;
	text-align:center;
}

.allrights {
	width:100%;
	height:45px;
	padding-top:10px;
	background-color:#555; /*☆⑦フッター画像下のバックの色です。お好みに！*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	color:#FFF; /*☆⑧文字の色。バックを淡い色にした場合は、黒系統の色にしてください。*/
	line-height:1.25;
	text-align:center;
}

/* ▲footer▲ */


/* ▼pagetop▼ */

#page-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
}

@media screen and (min-width: 600px) {
#page-top {
    bottom: 95px;
}
}

#page-top a {
	background: #666;
	width: 40px;
	padding: 4px;
    border-radius: 3px;
	text-align: center;
    display: block;
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}

@media screen and (min-width: 600px) {
#page-top a {
    width: 80px;
    padding: 14px 0;
	border-radius: 5px;
}
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ▲pagetop▲ */


/* ▼to cart▼ */

#cart {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
}

#cart a {
	background:#F3F;
	width: 40px;
	padding: 3px 4px;
    border-radius: 3px;
	text-align: center;
	display: block;
	filter:alpha(opacity= 70); /* IE */
	-moz-opacity:0.70; /* Firefox CSS3以前 */
	opacity:0.70; /* CSS3 */
}

@media screen and (min-width: 600px) {
#cart a {
    width: 80px;
    padding: 14px 0;
	border-radius: 5px;
}
}

#cart a:hover {
    text-decoration: none;
	background:#F9F;
}

/* ▲to cart▲ */

