@charset "utf-8";

html,
body{
	width:100%;
	height:100%;
	font-size:12px;
}

body {
	color:#000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	background:url(../img/ptrn.gif) top left;
}

a {
	color:#018cc7;
}

a:hover {
	text-decoration:underline;
}

#contents_area {
	width:820px;
	margin:0 auto;
	padding:50px 30px;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.1);
}


/*-----shopping_regularly-----*/
#contents_area.shopping_regularly .privilege {
	padding-bottom:60px;
}
#contents_area.shopping_regularly h1 {
	margin-bottom:50px;
}
#contents_area.shopping_regularly .privilege > div {
	margin-top:30px;
	font-size:0;
}

#contents_area.shopping_regularly .privilege img,
#contents_area.shopping_regularly .privilege .text_area {
	display:inline-block;
	font-size:14px;
	vertical-align:top;
}

#contents_area.shopping_regularly .privilege .text_area {
	width:560px;
	margin-left:30px;
	padding-top:5px;
}

#contents_area.shopping_regularly .privilege .text_area h2 {
	font-size:28px;
	color:#0c437b;
	line-height:1.3em;
}

#contents_area.shopping_regularly .privilege .text_area p {
	font-size:16px;
	margin-top:10px;
	line-height:1.75em;
}


#contents_area.shopping_regularly .compare {
	padding:60px 0;
	border-top:1px dotted #b2b2b2;
}
#contents_area.shopping_regularly .compare h2 {
	font-size:28px;
	color:#fff;
	background:#008cc9;
	padding:20px 0;
	margin-bottom:30px;
	line-height:1.1em;
	text-align:center;
}

#contents_area.shopping_regularly .compare p {
	font-size:12px;
	margin-top:10px;
	text-align:right;
}

#contents_area.shopping_regularly .acceptance {
	padding:60px 0;
	border-top:1px dotted #b2b2b2;
}
#contents_area.shopping_regularly .acceptance h2 {
	font-size:28px;
	color:#fff;
	background:#008cc9;
	padding:20px 0;
	margin-bottom:30px;
	line-height:1.1em;
	text-align:center;
}

#contents_area.shopping_regularly .acceptance p.lead {
	text-align:center;
	font-size:16px;
	font-weight: bold;
}

#contents_area.shopping_regularly .acceptance p.lead .font_b {
	font-size:34px;
	color:#ff9f00;
}

#contents_area.shopping_regularly .acceptance p.lead .font_b2 {
	font-size:22px;
}

#contents_area.shopping_regularly .acceptance .tel_area {
	background:#e2f6ff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:15px;
	text-align:center;
	width: 600px;
    margin: 20px auto 0;
}

#contents_area.shopping_regularly .acceptance .tel_area .days {
	background:#fff;
	border-radius: 1000px;		/* CSS3草案 */
	-webkit-border-radius: 1000px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 1000px;	/* Firefox用 */
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:35px;
	width:130px;
	height:130px;
	line-height:1.3em;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}

#contents_area.shopping_regularly .acceptance .tel_area .days span {
	color:#F00;
}

#contents_area.shopping_regularly .acceptance .tel_area > div {
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	margin-left:15px;
}

#contents_area.shopping_regularly .acceptance .tel_area .tel {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
}

#contents_area.shopping_regularly .acceptance .tel_area .tel span {
	font-size:46px;
	color:#F00;
}

#contents_area.shopping_regularly .acceptance .tel_area .note {
	font-size:12px;
	padding-left:1em;
	text-indent:-1em;
}



#contents_area.shopping_regularly .qa {
	padding:60px 0 0 0;
	border-top:1px dotted #b2b2b2;
}
#contents_area.shopping_regularly .qa h2 {
	font-size:28px;
	color:#fff;
	background:#008cc9;
	padding:20px 0;
	margin-bottom:30px;
	line-height:1.1em;
	text-align:center;
}

#contents_area.shopping_regularly .qa dl{
	padding:0 15px;
	margin-bottom:30px;
}

#contents_area.shopping_regularly .qa dl dt{
	position:relative;
	padding-left:30px;
	font-size:20px;
	font-weight:bold;
	color:#008cc9;
	padding-bottom:7px;
}

#contents_area.shopping_regularly .qa dl dt::before {
	content:"Q";
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
	background:#008cc9;
	color:#fff;
	width:24px;
	height:24px;
	text-align:center;
    line-height: 24px;
}

#contents_area.shopping_regularly .qa dl dd{
	position:relative;
	padding-left:30px;
	padding-top:5px;
	font-size:14px;
}

#contents_area.shopping_regularly .qa dl dd::before {
	content:"A";
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
	font-weight:bold;
	background:#ff9f00;
	color:#fff;
	width:24px;
	height:24px;
	text-align:center;
    line-height: 24px;
}

#contents_area.shopping_regularly .qa dl dd .red{
	color:#F00;
	font-weight:bold;
}
#contents_area.shopping_regularly .qa dl dd .note{
	font-size:12px;
}


/*-----shopping_refund-----*/
#contents_area.shopping_refund h1 + p {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	line-height:1.7em;
}

#contents_area.shopping_refund > div {
	padding:60px 0;
	border-bottom:1px dotted #b2b2b2;
	font-size:14px;
	line-height:1.7em;
}

#contents_area.shopping_refund > div:last-child {
	padding:60px 0 0 0;
	border-bottom:none;
}
#contents_area.shopping_refund h2 {
	font-size:28px;
	color:#fff;
	background:#008cc9;
	padding:20px 0;
	margin-bottom:30px;
	line-height:1.1em;
	text-align:center;
}

#contents_area.shopping_refund ul li {
	padding-left:15px;
	background:url(../img/list_mark.png) left 6px no-repeat;
	margin-bottom:10px;
}

#contents_area.shopping_refund ul li span {
	color:#F00;
	font-weight:bold;
}
















