@charset "UTF-8";

/*
en_US
*/

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/eng/csc/title_download.gif) no-repeat 0 0;
	width: 253px;
	height: 50px;
}

/* =========================================================
ad_inquiry
========================================================= */

#csc_ad_inquiry {
	clear: both;
	margin-bottom: 20px;
}
#csc_ad_inquiry p.desc {
	line-height: 137%;
	margin-bottom: 15px;
}
#csc_ad_inquiry dl {
	margin-bottom: 15px;
}
#csc_ad_inquiry dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ffffff;
	background-color: #666666;
	border-radius: 3px;
	padding: 8px 10px 5px 10px;
	margin-bottom: 3px;
}
#csc_ad_inquiry .note {
	color: #777;
	font-size: 12px;
	line-height: 126%;
	margin-top: 4px;
}

/* -----------------------------------------------
BizID info
----------------------------------------------- */


#csc_ad_inquiry .info table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	width: 100%;
}
#csc_ad_inquiry .info tr {
	border-bottom: 1px solid #cccccc;
}
#csc_ad_inquiry .info th {
	font-weight: normal;
	text-align: left;
	background-color: #e6eae6;
	border-left: 1px solid #cccccc;
	padding: 10px 8px;
	white-space: nowrap;
}
#csc_ad_inquiry .info td {
	border-left: 1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	padding: 10px 8px;
	width: 33%;
}

/* -----------------------------------------------
data
----------------------------------------------- */

#csc_ad_inquiry .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#csc_ad_inquiry .left {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-right: 5px;
}
#csc_ad_inquiry .right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 5px;
}
#csc_ad_inquiry table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	margin-bottom: 5px;
}
#csc_ad_inquiry tr {
	border-bottom: 1px solid #cccccc;
}
#csc_ad_inquiry th {
	font-weight: normal;
	text-align: left;
	background-color: #e6eae6;
	border-left: 1px solid #cccccc;
	padding: 8px;
	white-space: nowrap;
}
#csc_ad_inquiry td {
	border-left: 1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	padding: 8px;
	width: 100%;
}
#csc_ad_inquiry td input[type="text"] {
	width: 100%;
}
#csc_ad_inquiry .req .req-text {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
	margin-left: 5px;
}
#csc_ad_inquiry .req .req-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/* -----------------------------------------------
copy button
----------------------------------------------- */

#csc_ad_inquiry .copy {
	text-align: center;
}
#csc_ad_inquiry .copy input[type="button"] {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	background-color: #aaa;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 1px;
	padding: 8px 8px 7px 8px;
}
#csc_ad_inquiry .copy input[type="button"]:hover {
	background-color: #ffcc00;
}

/* -----------------------------------------------
agreement
----------------------------------------------- */
#csc_ad_inquiry .agreement {
	text-align: center;
	margin: 20px 0;
}
#csc_ad_inquiry .agreement .read {
	margin-bottom: 5px;
}
#csc_ad_inquiry .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
#csc_ad_inquiry .agreement label {
	margin-left: 5px;
}

/* -----------------------------------------------
button
----------------------------------------------- */

#csc_ad_inquiry .button-area {
	clear: both;
	text-align: center;
	margin: 20px 0;
}

#csc_ad_inquiry .button-area input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#csc_ad_inquiry .button-area input[type="submit"]:hover {
	background-color: #ffb400;
}