body {
	line-height: 1.4;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FCFBF8;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 100px 10%;
	font-weight: normal;
	left: 0px;
	padding-top: 0px;
	border-bottom-style: none;
}	

header {
　
	background: linear-gradient(#ececec, #fff);
	background-size: 100% 100%;
	background-color: #D7DFEC;
	margin: 0px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538CC6;
	padding: 0px;
}

header p {
	font-weight: normal;
	line-height: 120%;
	font-size: 70%;
	background-color: #6F9;
	float: right;
}

header a {
	text-decoration:none;
}


header h1{
	display: block;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

header ul {
       margin:0;padding:0;
}

header nav{
	float: right;
	margin: 0px;
	padding: 0px;
}
header nav li{
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

header nav li a{
	text-decoration: none;
	border: 1px solid #dadada;
	font-weight:normal;
	border-radius: 10px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	color: #FFF;
	font-size: 85%;
	margin: 0px;
	background-image: url(../../../img/bg01.jpg);
	background-repeat: no-repeat;
}
.indication {
	font-size: 65%;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.return {
	font-weight: normal;
	font-size: 13px;
	width: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../../../img/bg02.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px;
}



h2 {
	font-size: 100%;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8E8E8;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h3 {
	font-size: 100%;
	color: #0055D5;
	font-weight: bold;
	background-color: #E4EBF3;
	background-position: left top;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3484FC;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

/* 画像のレスポンシブデザイン */

img { 
    max-width: 100%; 
    height:auto;
}



a img { 		
	border: none;	
}		
		
a:link {

}

a:visited {
	text-decoration: underline;
}
		
a:hover, a:active, a:focus {		
	text-decoration: none;	
}		

/* 記事部 */


article h1 {
	font-size: 130%;
	font-style: normal;
	margin-left: 2px;
	margin-top: 5px;
	color: #333333;
	line-height: 180%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9C3;
}





article h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


article p {
	font-weight: normal;
	line-height: 160%;
	font-size: 100%;
	padding-right: 3px;
	padding-left: 3px;
}

div.imgbox {
	bottom: -2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


caption {
	font-weight: normal;
	line-height: 160%;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #FF3;
}

div.caption {
	font-weight: normal;
	line-height: 160%;
	font-size: 75%;
	padding: 0px;
	margin-top: -25px;
}


figcaption {
	font-weight: normal;
	line-height: 160%;
	font-size: 80%;
	padding-bottom: 20px;
}

.sale-title {
	color: #FF0099;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bolder;
	border: 1px solid #FF0099;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.kesimoji {
	font-size: 14px;
	text-decoration: line-through;
}

/* トップへ戻るボタン */

.return a {
	color: #FFF;
	text-decoration: none;
}

		
h1 {
	font-size: 70%;
	font-style: normal;
	line-height: 180%;
	margin: 0px;
	color: #666;
	font-weight: normal;
	padding: 0px;
}

/* 商品一覧部 */

.goods-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-left: 3px;
}

div.box1 {
	float: left;
	height: 180px;
	width: 140px;
	display: inline;
	border: 1px dotted #C1C148;
	background-color: #FCFBFB;
	margin: 3px;
	padding: 4px;
}

div.box1 img {
	display: block;
	margin: auto;
	border-spacing: 0px 0px;
	border: 1px solid #B3B3B4;
}



div.boxend {
	font-size: 14px;
	clear: both;
	float: none;
	margin: 0px;
	width: 100%;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 7px;
	padding-left: 7px;
}

div.box1 p.letter {
	font-size: 85%;
	line-height: 150%;
	background-color: #EEE;
	color: #000;
}


.box1 a {
	　　　　text-decoration: none;
	text-decoration: none;
	color: #333333;
}


.box1 a:visited {
	text-decoration: none;
}


/* ジャンル一覧部 */

ul.category {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #EFF1F5;
}

ul.category a {
	text-decoration:none;
} 

.category li {
	padding-left: 40px;
	background-image: url(../../../img/ic01.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #777575;
	display: block;
	font-weight: bold;
}

.category li a {
	display:block;
	color: #0055D5;
}



/* フッター */

footer {
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 60%;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	background-color: #0055D5;
}

/* 買い物かご */

.basket {
	padding-top: 12px;
	padding-bottom: 12px;
}

.botan {
	font-weight: normal;
	color: #990066;
	padding-top: 12px;
	padding-bottom: 12px;
}
.botan02 {
	padding-top: 12px;
	padding-bottom: 12px;
}
.moji_01 {
	font-size: 85%;
	font-weight: normal;
}
.waku_01 {
	border: 1px solid #DDD;
}
.color01 {
	color: #F00;
}
