@charset "euc-jp";
/* CSS Document */

h3.subtitle {
	margin-bottom: 2em;
	margin-top: 1em;
	clear: both;
	font-size: 120%;
	margin-left: 5px;
	border-bottom: 5px dotted #77C3A5;
	margin-right: 15px;
	padding-bottom: 0.5em;
	color: #336666;
	}

.acc-red {
	font-weight: bold;
	color:#FF3366;
	}


#maincontents p {
	font-size: 100%;
	line-height: 1.5em;
	margin: 1em 1em 1em 5px;
	clear: both;
	}

h4.sub-sub {
	margin-bottom: 2em;
	margin-top: 2em;
	clear: both;
	font-size: 115%;
	margin-left: 5px;
	color: #336666;
		}


h4.tabaco-name {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	clear: both;
	margin-left: 0.5em;
	}
	

/*商品写真のborder
--------------------------------------*/

img.pic-goods {
	border: #CCCCCC 1px solid;
	}


/*写真のfloat
-------------------------------*/

img.photo {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 100%;
	}
img.photo-right {
	margin: 0 0 1.3em 1.3em;
	float: right;
	}

/* right-colでの写真
----------------------------------*/

p.r-c {
	text-align: center;
	margin: 1em auto;

	}

/* top-to-ecでの写真
----------------------------------*/

p.toptoec {
	text-align: center;
	margin: 1em 0;

	}



/* アンカースタイル
------------------------------------*/
a.pdf {
	padding-right: 18px;
	background: url(../css_img/ico_pdf.gif) 100% 50% no-repeat;
}
a.external {
	padding-right: 18px;
	background: url(../css_img/ico_external.gif) right center no-repeat;
}


/*　注釈文字
--------------------------*/

.footnote {
	margin-top: 1em;
	font-size: 70%;
	}
