﻿/* CSS Document */




/* advertise_form */

.advertise_wrap {
	border: 1px solid #ccc;
	border-top: 5px solid #006600;
	margin-bottom: 20px;
	padding: 13px;
	width: 972px;
	background: #fff;
	font-size: 13px;
}

.advertise_title {
	border-bottom: 1px solid #999;
	border-left: 5px solid #006600;
	padding: 3px 0 3px 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}
.cost_form {
	width:70%;
	margin:30px auto;
}
.ad_form {
}
.ad_form table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.ad_form th, .ad_form td {
	border: 1px solid #ccc;
	padding: 20px;
}
.ad_form th {
	background: #f5f5f5;
	text-align: left;
	width: 250px;
}
.ad_form th img {
	vertical-align: middle;
	margin-left: 10px;
}
.ad_form th span {
	color: #fff;
	background: #cc0000;
	padding: 1px 5px;
	float: right;
	border-radius: 5px;
	font-size: 11px;
	line-height: 18px;
}
.ad_form td {
}
.ad_form td p {
	padding-top: 10px;
	clear: both;
}
.ad_form td label {
	margin-right: 10px;
	cursor: pointer;
}
.ad_form td input[type="text"],
.ad_form td textarea {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 15px;
	background: #ffdfdf;
}
.ad_form td input[type="text"] {
	width: 300px;
}
.ad_form td input[type="checkbox"] {
	vertical-align: sub;
	margin-right: 5px;
}
.ad_form td textarea {
	width: 500px;
	height: 100px;
}
.ad_form td label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 30px;
	border: 1px dotted #999;
	border-radius: 5px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
}
.ad_form_next {
	text-align: center;
}
.ad_form_next input {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 20px;
	margin: 0 10px;
	
}
.ad_form_back {
	text-align: center;
}
.ad_form_back input {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 20px;
	margin: 10px;
	
}

.ad_comp {
	text-align: center;
	padding: 100px 0;
}

.error_list {
	font-weight: bold;
	color: #ff0000;
}
.ad_form_next {
	height: 60px;
}
.ad_form_next input {
	background: #dd0000;
	border: none;
	box-shadow: 0 5px #cc0000;
	color: #fff;
	height: 50px;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}
.ad_form_next input:hover {
	background: #cc0000;
}

/* 170713　追加 */

.ad_note {

    color: #dd0000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;

}

/* 190516　追加 */

.adv_camp{
	width:1000px;
	margin:20px auto;
}

.adv_merit{
	width:1000px;
	margin:0px auto 20px;
}

.ad_regist_text{
	text-align:center;
	margin:10px 0;
}
