@charset "EUC-JP";

/*
 * Share*style Rakuten shop
 * https://www.rakuten.ne.jp/styles/
 * Style Guide: https://www.rakuten.ne.jp/gold/share-style/コーディング規約.txt
 * License: none (public domain)
 * -----------------------------------------------
 * エリック・A・メイヤー氏のリセットCSSをBASEにしています。
 * サイト毎に編集＆調整することが推奨されています。
 * -----------------------------------------------
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width: auto;
}

body { 
	font-size: 14px; /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #1d1d1d;
	width: auto;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

div,p,table { 
	line-height: 1.4em;
	/*text-align: left; RMS対策*/
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
}

img {
	border: none;
	vertical-align: bottom;
	line-height: 0.1em;
}

dt,dd,dl,ul,li {
	line-height: 1.4em;
}

ul,li {
	list-style: none;
}

ol {
	padding-left: 15px;
}

ol li {
	margin: 0;
	list-style: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	/*margin: auto;*/ /* カート回りが中央寄せになるので調整中 170517 */
}

th,td {
	line-height: 1.4em;
	text-align:left; 
	vertical-align:top;
	background: none;
}
 
 
/* ---------------------------------------- ■■■ リンク */

a { outline: none; }

a:link 	  { color: #2a2a2a; text-decoration: underline; }
a:visited { color: #2a2a2a; text-decoration: underline; }
a:hover	  { color: #bd0000; text-decoration: underline; }
