@charset "utf-8";

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
}
fieldset,img {
	border: 0;
}
input{
	padding: 3px 5px 4px;
	color: #979797;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,
acronym { border:0;
}


/* base */

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 0;
}


/* common */

.clear { clear:both; }

.img_center {
	text-align: center;	
	}

.img_float_left {
	float: left;
}

.img_float_right {
	float: right;
}

hr.black_1px {
	height: 1px;
	border: none;
	border-top: 1px #000000 solid;
}

.margin_bottom_5px {
	margin-bottom: 5px;
}

.margin_bottom_10px {
	margin-bottom: 10px;
}

.margin_bottom_15px {
	margin-bottom: 15px;
}

.margin_bottom_20px {
	margin-bottom: 20px;
}

.margin_bottom_30px {
	margin-bottom: 30px;
}

.margin_bottom_40px {
	margin-bottom: 40px;
}rgin_bottom_55px {
	margin-bottom: 55px;
}

.margin_bottom_65px {
	margin-bottom: 65px;
}

.margin_top_20px {
	margin-top: 20px;
}




.moji_14px {
	font-size: 14px;
	line-height: 180%;	
	
	}

.moji_12px {
	font-size: 12px;
	line-height: 180%;	
	
	}


.moji_10px {
	font-size: 10px;
	line-height: 180%;	
	
	}

/* shopping cart */

.kojinjyojp_table {
	margin-bottom: 65px;
	}

.kojinjyojp_table ul {
	margin-left: 30px;
	}


.kojinjyojp_table li {
	font-size: 12px;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: circle;
	}
	
.gotchumon_table {
	margin-bottom: 65px;
	}

.gotchumon_table ul {
	margin-left: 30px;
	}


.gotchumon_table li {
	font-size: 12px;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: decimal;
	}
	
.cart_ichiran_table {
	width: 620px;
	margin-bottom: 45px;
	}

.cart_img {
	width: 200px;
	}

.cart_product_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;	
	
	}
	
.cart_product_price {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	}

.okaru_toiawase_box {
	text-align: center;
	vertical-align: middle;
	height: 130px;
	width: 740px;
	border: 2px solid #C95972;
	padding: 20px;
	font-size: 16px;
	line-height: 200%;
	margin-top: 20px;
	margin-bottom: 20px;
}


.okaru_toiawase_title {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BF0000;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
