/* config css */
@charset "UTF-8";

/* default */
body {
	line-height: 1.5;
	color: #444;
	font-size:12px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/* form
----------------------------------------------- */
input[type="submit"],input[type="select"],
input[type="text"],input[type="search"],
input[type="tel"],input[type="url"],
input[type="email"],input[type="datetime"],
input[type="month"],input[type="week"],
input[type="number"],textarea,select,pre {
	color: #444;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
/* link
----------------------------------------------- */
a,
a:link,
a:visited {
	color: #666;
}
::selection { background:#ccc; }
::-moz-selection { background:#ccc;}
::-webkit-selection { background:#ccc; }

/*  webフォント未指定時 */
#pankuzu ul.myFont,
.itemList.ranking li a:before,
#itemDetails .itemInfo .itemAddition .point:before,
#itemDetails .itemInfo .price.sale del:after,
.smartphoto-count,
.qa dt:before,　
.qa dd:before{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media all and (max-width: 640px) {
	.cartTable .price,
	.amount .total{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		font-weight:bold;
	}
	.actionArea .fav .favModal,
	.cartTable .price span{
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
}
.myFont{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	-webkit-font-smoothing: antialiased;
}
.myFontR{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-weight:500;
}
.myFontB{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-weight:bold;
}

