@charset "utf-8";
@import "../../css/common.css";

/*==================================================================*/

/* standard css */

/*==================================================================*/
/* h1：タイトル */
h1{
	width:645px;
	margin:0 auto 1em;
	padding:0;
}

/* リセット */
#standard *{margin:0;padding:0;}
#standard{
	width:640px;
	margin:0 auto;
}

/* h2：サブタイトル */
#standard h2{
	padding:7px 0 7px 10px;
	margin:0 auto 1em;
	color:#fff;
	font-size:1.2em;
	background-color:#535355;
	border-bottom:3px solid #e8553c;
}

/* リード文 */
#standard p.read{margin:0 0 0.6em;}

/* 用紙について */
/* ---------------------------------------------------- */
#standard #size-area{
	width:630px;
	margin:0 auto 2em;
}

/* clear hack */
#standard #size-area{zoom:1;}
#standard #size-area:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

/* left */
#standard #size-area .left{
	float:left;
	width:345px;
}

/* right */
#standard #size-area .right{
	float:right;
	width:270px;
}

#standard a					{color:#f94040;text-decoration:underline;}
#standard a:hover		{color:#ff6f6f;text-decoration:underline;}

/* リスト */
#standard #size-area ul{margin:0 0 0 30px;}
#standard #size-area ul li{margin:0 0 0.2em;}

/* サイズ一覧 */
/* ---------------------------------------------------- */
/* table */
#standard table#size-list{
	width:100%;
	margin:0 auto 1em;
	border:1px solid #ccc;
	border-collapse:collapse;
}

/* th */
#standard table#size-list th{
	padding:4px 0;
	border:1px solid #ccc;
	border-bottom:3px double #ccc;
	font-weight:normal;
	background-color:#eee;
}

/* td */
#standard table#size-list td{
	padding:2px 0;
	border:1px solid #ccc;
	text-align:center;
}

/* td */
#standard table#size-list td.size{
	text-align:left;
	color:#370b02;
	padding:2px 0 2px 8px;
}

#standard table#size-list td.size01-50-50{background-color:#fdf4b1;}
#standard table#size-list td.size01-100-50{background-color:#fdd2c8;}
#standard table#size-list td.size01-100-100{background-color:#e2fcba;}

#standard table#size-list td.size02-50-50{background-color:#fffbdd;}
#standard table#size-list td.size02-100-50{background-color:#fdebe7;}
#standard table#size-list td.size02-100-100{background-color:#eeffd4;}


/* 価格一覧 */
/* ---------------------------------------------------- */
#standard p.text-c{
	margin:0 0 1em;
	text-align:center;
	font-weight:bold;
}

/* table */
#standard table#price-list{
	width:640px;
	margin:0 auto 2em;
	border:1px solid #ccc;
	border-collapse:collapse;
}

/* th */
#standard table#price-list th{
	padding:4px 0;
	border:1px solid #ccc;
	border-bottom:3px double #ccc;
	font-weight:normal;
	color:#370b02;
	vertical-align:top;
}

/* td */
#standard table#price-list td{
	padding:4px;
	border:1px solid #ccc;
	text-align:right;
}

#standard table#price-list th.sheet,
#standard table#price-list td.sheet{
	width:70px;
	padding:6px 0;
	color:#370b02;
	text-align:center;
	background-color:#eee;
}

#standard table#price-list th.size-50-50{background-color:#fdf4b1;}
#standard table#price-list td.size-50-50{background-color:#fffbdd;}

#standard table#price-list th.size-100-50{background-color:#fdd2c8;}
#standard table#price-list td.size-100-50{background-color:#fdebe7;}

#standard table#price-list th.size-100-100{background-color:#e2fcba;}
#standard table#price-list td.size-100-100{background-color:#eeffd4;}

/* link */
/* -------------------------------------------- */
#standard table td a					{color:#0000ff;text-decoration:underline;}
#standard table td a:hover		{color:#2f77fd;text-decoration:underline;}


/* お客様へお願い */
/* ---------------------------------------------------- */
#standard .note{
	width:620px;
	margin:0 auto 3em;
	padding:5px 0;
	background-color:#fdebe7;
}

/* h3 */
#standard .note h3{
	margin:0 0 0.2em 10px;
	color:red;
	font-size:1em;
}

#standard .note ul{margin:0 0 0 30px;}

#standard .note ul li{
	margin:0 0 0.2em;
	color:red;
}

/*==================================================================*/


