@charset "UTF-8";

/* ---------------------------------------------------------------------
Stylesheet for allsports.jp
FileName: magazine.css
--------------------------------------------------------------------- */

/* ASC☆ニュースのご登録・配信停止 */
#asc_news {
	padding-bottom: 40px;
}

#asc_news p.lead {
	margin-top: 5px;
	line-height: 1.4;
}

#asc_news p.lead strong {
	color: #a07c0f;
}

#asc_news p.lead a:link,
#asc_news p.lead a:visited {
	color: #1270b3;
	border-bottom: dotted 1px #1f75cc;
}

#asc_news p.lead a:hover,
#asc_news p.lead a:active {
	color: #d8902b;
	border-bottom: dotted 1px #d8902b;
}

#asc_news p.caution {
	margin-top: 5px;
	line-height: 1.6;
	color: #367eb2;
}

#asc_news .guide_area {
	margin-top: 20px;
}

#asc_news #register {
	float: left;
	width: 446px;
}
#asc_news #register .guide_box {
	padding-bottom: 20px;
	border: 8px solid #accee6;
}

#asc_news #release {
	width: 446px;
	float: right;
}
#asc_news #release .guide_box {
	padding-bottom: 20px;
	border: 8px solid #dae1e6;
}

#asc_news .guide_box h4 {
	margin: 20px 20px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #1270B3;
	font-size: 17px;
	color: #1270B3;
}


/* formパーツ */
#asc_news ul.form_area {
	margin: 20px 20px 0;
	padding: 0;
	border: solid 5px #dae1e6;
	border-top: none;
}

#asc_news ul.form_area li {
	border-top: solid 5px #dae1e6;
	padding: 5px 0;
	font-size: 0;
	line-height: 0;
}

#asc_news ul.form_area table {
	width: 380px;
	border-collapse: collapse;
}

#asc_news ul.form_area th {
	width: 110px;
	text-align: center;
	font-size: fs(13);
	line-height: 1.4em;
	font-weight: bold;
	color: #595959;
}

#asc_news ul.form_area th div {
	padding: 0 5px;
}

#asc_news ul.form_area td {
	border-left: solid 1px #4ca6e5;
	font-size: 15px;
	line-height: 1.4em;
}

#asc_news ul.form_area td div {
	padding: 2px 5px 2px 10px;
}

#asc_news ul.form_area input {
	padding: 5px;
	width: 245px;
	font-size: 16px;
}

#asc_news ul.form_area input.email {
	ime-mode: disabled;
}

#asc_news ul.form_area td.elements textarea {
	padding: 5px;
	font: 16px/1.4em Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}


/* 利用規約 */
#asc_news .agreement_check {
	margin: 20px 20px 0;
	text-align: center;
}
#asc_news .agreement_check textarea {
	padding: 10px 13px;
	width: 100%;
	height: 120px;
	font: 12px/1.8em Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif !important;
	color: #4b4b4b;
	border: solid 1px #ccc;
}


#asc_news .guide_box p.agreement_txt {
	margin: 20px 20px 0;
	text-align: center;
}


/* ボタン */
#asc_news .btn_set {
	margin-top: 10px;
	text-align: center;
}


/* バックナンバー */
#asc_news .backnamber {
	margin: 30px 20px 0;
	text-align: right;
}

#asc_news .backnamber span {
	padding-left: 14px;
	background: url(/common/image/in_arrow.gif) 0 .1em no-repeat;
}

@-moz-document url-prefix() {#asc_news .backnamber span {
	background: url(/common/image/in_arrow.gif) 0 .2em no-repeat; /* firefox hack */
}}

#asc_news .backnamber a:link,
#asc_news .backnamber a:visited {
	color: #1270b3;
	border-bottom: dotted 1px #1f75cc;
}

#asc_news .backnamber a:hover,
#asc_news .backnamber a:active {
	color: #d8902b;
	border-bottom: dotted 1px #d8902b;
}


.link {
    font-size: 14px;
    margin: 30px 20px;
    text-align: left;
    line-height: 1.6;
}
.link a {
	color: #1270b3;
	text-decoration: underline;
}

.agreement_check1,
.agreement_check2 {
    font-size: 14px;
    text-align: left;
    margin: 0 20px 30px;
    font-weight: bold;
}
.agreement_check1 label,
.agreement_check2 label {
	text-indent: -18px;
    display: block;
    padding: 0 0 0 18px;
}
#agree_button1,
#agree_button2 {
	padding: 0 30px;
	margin: 0 0 0 20px;
	line-height: 1;
	border-right: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	outline: none;
	background: #1270b3;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	line-height: 52px;
	display: inline-block;
}
#agree_button1:disabled,
#agree_button2:disabled {
	opacity: 0.3;
}

