@charset "utf-8";
/*------------------------------------------------------------
	selling-guide css
------------------------------------------------------------*/

#seller-hd-inner{
	width:auto;
	text-align:center;
	color:#fff;
	padding:15px;
	background:#FF9EB9;
}

.hd-txt1{
	font-weight:bold;
	font-size:134%;
	letter-spacing:0.5px;
	margin:10px 0 15px;
}

.hd-txt2{
	display:inline-block;
	padding:6px 6px 6px 8px;
	border:2px solid #fff;
	font-size:150%;
	font-weight:bold;
	border-radius:5px;
}

/* campaign */

#campaign {
    width: auto;
    color: #666;
    padding: 20px 10px;
    text-align: center;
}

.campaign-lead{
	line-height:1.6;
	font-size:125%;
	margin-top:10px;
}

.campaign-lead span,
.campaign-txt2 span{
	color:#FF9EB9;
	font-weight:bold;
}

.button{
	width:auto;
	height:50px;
	margin:15px -10px 0;
}

.button a{
	display:block;
	width:80%;
	height:100%;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	background:#FF9FBA;
	border-radius:25px;
}

.button span{
	display:table-cell;
	width:1000px;
	height:50px;
	vertical-align:middle;
	font-weight:bold;
}

.button small{
	display:block;
	margin-top:3px;
	font-size:84%;
}

.project{ padding:20px 0;}

.project h4{
	font-size:125%;
	font-weight:bold;
}

.project p{
	font-size:117%;
	line-height:1.7;
	margin-top:10px;
}

.project p span{ font-size:92%}

.campaign-txt{
	font-size:117%;
	line-height:1.7;
	margin-bottom:15px;
}

.campaign-txt2{
	font-size:150%;
	line-height:1.7;
	margin-top:15px;
	font-weight:bold;
}



/* merit */

#merit{
	width:auto;
	padding:20px 10px;
	background:#FAFAFA;
	color:#333;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

.secHd{
	width:100%;
	margin-bottom:15px;
	font-size:150%;
	text-align:center;
}

.txt{
	line-height:1.7;
	font-size:117%;
	text-align:center;
}

.txt a{ color:#FF9EB9;}


/* sell */

#sell{
	width:auto;
	padding:20px 10px;
	color:#333;
}

.columnBox{
	width:auto;
	padding:50px 5px 15px;
	margin-top:50px;
	border:1px solid #E5E5E5;
	position:relative;
	z-index:10;
}

.columnHd{
	width:80px;
	height:80px;
	padding:0 10px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-50px;
}

.columnHd h4{
	color:#FF9EB9;
	font-size:142%;
	font-weight:bold;
	margin-top:10px;
}

.list{
	width:auto;
	padding:0 5%;
	letter-spacing:-0.4em;
}

.list li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	text-indent:-1em;
	padding-left:1em;
	width:50%;
	padding:5px 10px;
	color:#333;
	font-size:117%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.list li:before{
	content:"・";
	color:#FF9EB9;
}

