@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd{
	margin: 0;
	padding: 0;
}

table,p,img,fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body {
/* font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-family: 'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	color: #555555;
	background: #666;
	font-size: .8em;
	line-height: 1.4em;
	letter-spacing:1px;
}

li {
	list-style-type: none;
}

select {
	border: solid 1px #ccc;
	float: left;
}

/* Link */
a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*PHOTO*/
.picture {
	border: 1px solid #ccc;
}

/* 大枠
----------------------------------------------- */
#wrapper{
	margin: 0 auto;
	height: 0;
	width: 100%;
}




/* フロート回り込み解除
----------------------------------------------- */
br.clear {
	clear: both;
	display: none;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}

/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 100%;
	line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini {
	font-size: 10px;
	clear:both;
}
em {
	font-style: normal;
	color: #ff0000;
}
div#red01 {
	color:#ff0000;
}


div.tblareabtn {
	clear: both;
	margin: 15px 0 0 0;
	text-align: center;
}

.phototd {
	width: 75px;
	text-align: center;
}

.centertd {
	text-align: center;
}

.pricetd {
	text-align: right;
}

.pricetd em {
	font-weight: bold;
}

div#completetext {
	width: 90%;
	margin: 15px auto 0 auto;
	padding: 15px;
	border: 5px solid #ccc;
}

div#completetext em {
	font-weight: bold;
}

div#completetext p{
	padding: 20px 0 0 0;
	text-align: left;
}