@charset "UTF-8";

/* -----------------------------
ご利用ガイドスタイリングcss（style.css）
----------------------------- */

#MainContents h2 {
	margin: 1em 0 0 0.8em 0; padding: 7px 15px 10px 20px;
	background: url(../common/img/bg_midashi.gif) repeat-x left bottom;
	border: none;
	border-left: 5px solid #70b52b;
	font-size: 108%;
}
#MainContents h3 { font-size: 100%;}
#MainContents .content-box { font-size: 77%;}
#MainContents .content-box a { text-decoration: underline;}


/* ご注文方法 */
ul.order li { margin-top: 1em; margin-bottom: 1em;}
ul.order li strong { font-size: 108%;}
dl.order dt { margin-top: 1em;}
dl.order dd { margin-bottom: 1em;}


/* お支払い・送料 */
dl.payment dt { color: #561d00; font-weight: bold;}
ul.convenience { list-style-type: none; margin: 0 0 1.5em 0; padding: 10px 5px; border: 1px solid #bfbfbf;}
ul.convenience li { float: left; margin: 5px 15px; padding: 0;}
dl.send dt { clear: left; float: left; width: 13em; padding-left: 12px; background: url(../common/img/arrow1.gif) no-repeat left 0.3em; white-space: nowrap;}
dl.send dd { margin-left: 14.5em;}
.send-6 { color: #ae6bb3;}
.send-5 { color: #d45b71;}
.send-4 { color: #92b70d;}

/* 法に基づく */
dl.law dt { clear: left; float: left; width: 4em; white-space: nowrap;}
dl.law dd { margin-left: 4.2em;}



/* clearfix
----------------------------- */
/* clearfix for modern browser */
ul.convenience { display: inline-block;}
ul.convenience:after { content: "."; display: block; height: 0.1px; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0;}
/* Hides from IE-mac \*/
* html ul.convenience { height: 0.1px;}
ul.convenience { display: block; }
/* End hide from IE-mac */
