@charset "utf-8";

/* -------------------------------------
 * アイテム詳細ポップアップ用設定
 * ------------------------------------- */
 
 
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
q:before,
q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}


/* -------------------------------------
 * デフォルト設定
 * ------------------------------------- */

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.6;
	background: #FFFFFF;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ","Meiryo";
}


/* -------------------------------------
 * リンク・レイアウト基本設定
 * ------------------------------------- */

a:link {
	color: #53A9DD;
	text-decoration: none;
}
a:visited {
	color: #53A9DD;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: underline;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 400px;
	padding: 10px;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}
.link01 {
	background: url(../images/point_blue.gif) no-repeat left;
	padding-left: 13px;
}
.clear {
	clear: both;
}


/*
	clearfix
*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.img_border {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*----------------------------------------------------
	設定
----------------------------------------------------*/

.detailInfo {
	float: right;
	width: 430px;
}
.detailInfo th {
	font-weight: normal;
	color: #578A11;
	padding: 3px;
	border-bottom: 1px solid #578A11;
	width: 130px;
}
.detailInfo td {
	padding: 3px;
	border-bottom: 1px solid #578A11;
}
.detailInfo dl {
	width: 280px;
}
.detailInfo dt {
	clear: both;
	float: left;
	width: 150px;
}
.detailInfo dd {
	text-align: right;
}
.detailInfo .total {
	border-top: 1px solid #999999;
	margin-top: 5px;
	padding-top: 3px;
	font-weight: bold;
}
