/*--------------------------------------------------------------------
/- file   : sslPro.css
/- admin  : MEGA-D Inc. SHIGETA Makoto
/- update : 20080305
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

@media screen, print { /* MacIE除外用 */

/************** Content styles ***************/

#pro div#content div#main div.paragraph {
}


/************** おまかせギフト styles ***************/

#pro div#content div#main h2 {
	margin: 0px 0px 15px;
}

#pro div#content div#main div.paragraph {
	margin: 0px 0px 20px;
}
#pro div#content div#main div.paragraph h3 {
	margin: 0px 0px 10px;
}

#pro div#content div#main div.point {
	background: url(../ssl/images/pro_point_bg.gif) no-repeat left bottom;
	padding-bottom: 15px;
	padding-left: 20px;
}
#pro div#content div#main div.point h3 {
	margin-bottom: 0px;
	margin-left: -20px;
	padding-bottom: 10px;
}
#pro div#content div#main div.point dl {
	float: left;
	width: 215px;
	margin-right: 10px;
}
#pro div#content div#main div.point dl dt {
	height: 99px;
	overflow: hidden;
}
#pro div#content div#main div.point dl dd {
	background: url(../ssl/images/pro_point_bg_in.gif) no-repeat left bottom;
}
#pro div#content div#main div.point dl dd p {
	padding: 10px 15px 20px 15px;
}


#pro div#content div#main div.formBox {

	padding-bottom: 10px;
	background: #FDF5EE url(/image/mitsumori_form_bg.gif) no-repeat left bottom;
}
#pro div#content div#main div.formBox h3 {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

#pro div#content div#main div.formBox p {
	display: inline;
	margin-left: 10px;
}
#pro div#content div#main div.formBox p strong {
	color: #FF3333;
	font-weight: normal;
}
#pro div#content div#main div.formBox span.alart {
	color: #FF3333;
	font-weight: bold;
	font-size: 120%;
}

#pro div#content div#main div.formBox table.formBox {
	width: 689px;
	margin: 10px 10px 0px 10px;
	background: #FFFFFF;
}
#pro div#content div#main div.formBox table.formBox strong {
	color: #FF3333;
	font-weight: normal;
}

#pro div#content div#main div.formBox table.formBox span.num {
	color: #FF6C0A;
}
#pro div#content div#main div.formBox table.formBox th {
	width: 30%;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 2px solid #FFD5D5;
	border-right: 2px solid #FFD5D5;
}
#pro div#content div#main div.formBox table.formBox td {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #FFD5D5;
}
#pro div#content div#main div.formBox table.formBox td.checkBox {
	vertical-align: middle;
}
#pro div#content div#main div.formBox table.formBox td.checkBox img {
	vertical-align: middle;
	margin-right: 5px;
}
#pro div#content div#main div.formBox table.formBox td.checkBox img.margin {
	margin-left: 30px;
}
#pro div#content div#main div.formBox table.formBox td.checkBox input {
	vertical-align: -3px;
	margin-right: 5px;
}

#pro div#content div#main div.formBox table.formBox td div.box {
	margin-bottom: 10px;
}

#pro div#content div#main div.formBox table.formBox td.btn {
	padding: 10px;
	border-bottom: none;
	background: #FFD5D5 url(/image/common/icon_btn_cart.gif) no-repeat 280px center;
	font-size: 1px;
}
#pro div#content div#main div.formBox table.formBox td.btn/**/ {
	/* Windows IE 4〜5はこのスタイルを無視 */
	text-indent: -9999px;
}
#pro div#content div#main div.formBox table.formBox td.btn a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	margin-left: 270px;
	width: 138px;
	height: 32px;
}

#pro div#content div#main div.formBox table.formBox select.pullDown {
	width: 135px;
	margin-right: 10px;
}
#pro div#content div#main div.formBox table.formBox select.pullDownL {
	width: 180px;
	margin-right: 10px;
}

#pro div#content div#main div.paragraph dl.coution {
	margin: 0px 0px 0px 15px;
}
#pro div#content div#main div.paragraph dl.coution dt {
	margin: 0px 0px 5px;
	color: #FF3333;
	font-weight: bold;
}
#pro div#content div#main div.paragraph dl.coution dd {
}
#pro div#content div#main div.paragraph dl.coution dd ul li {
	list-style-type: disc;
	margin: 0px 0px 5px 20px;
}

#pro div#content div#main div.details {
	margin: 60px 0px 60px;
}

#pro div#content div#main div.details p.img {
	float: left;
	width: 180px;
	margin: 0px 20px 0px 0px;
}
#pro div#content div#main div.details div.detailsBoxIn {
	float: right;
	margin: 10px 0px 0px 0px;
	width: 509px;
}
#pro div#content div#main div.details div.detailsBoxIn p.btn {
	float: right;
	margin: 0px;
	background: url(/image/mitsumori20.gif) no-repeat left top;
	font-size: 1px;
}

#pro div#content div#main div.details div.detailsBoxIn p.btn/**/ {
	/* Windows IE 4〜5はこのスタイルを無視 */
	text-indent: -9999px;
}
#pro div#content div#main div.details div.detailsBoxIn p.btn a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 180px;
	height: 42px;
}

} /* MacIE除外用 */


/*********** Print Only styles ***********/

@media print { /* 印刷用 */
}

@media screen { /* IE5対策 印刷用 */
}

