/* ===============================================
   お買上げキャンペーンで使うcss
=============================================== */

body {
	-webkit-text-size-adjust: 100%;
}

.main {
	width:100%;
	padding:0 0 20px 0;
	margin:0 0 30px;
}

h2 {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0 0;
}

.halfbox {
	width:450px;
	float:left;
}

.set {
	margin-left:20px;
	padding:25px 0;
	border-radius: 10px;
	background-color:#e1bf9e;
	text-align:center;
}

.color_red {
	color:#ff0000;
}

.color_brown {
	color:#3f0a00;
}

.color_white {
	color:#fff;
}

.txt_24 {
	font-size:24px;
}

.caution-area{
    width: 520px;
    margin: 35px auto 0;
}

.oubo {
	width:100%;
	padding:0 0;
	margin:10px auto;
}

.oubo th,
.oubo td {
	padding-bottom:10px;
	vertical-align:top;
}

.oubo th {
	width:140px;
}

.oubo td {
	padding-top:3px;
}

.hagaki-web {
	color:#3f0a00;
	font-size:18px;
	padding-bottom:6px;
	border-bottom:2px solid #f8dd23;
	margin:15px 0 10px;
	font-weight:bold;
}

.mr60 {
	margin-right:60px;
}

.oubo .font-small{
    font-size: 12px;
}

/*--追記--*/

h3.ttl_long{
    background: #6c2e10;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0;
    letter-spacing: 8px;
    border-radius: 20px;
}

p.ttl_short{
    background: #6c2e10;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    letter-spacing: 1px;
    border-radius: 15px;
    width: 116px;
}

.to_oubo_form a{
    display: block;
    background: #f8dd23;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    letter-spacing: 1px;
    position: relative;
}

.to_oubo_form a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 36%;
    left: 24%;
}

.to_oubo_form a:hover{
    opacity: .7;
    text-decoration: none;
}
