@charset "utf-8";

/*------------------------------
サイト名：研音Message
作成日：2013.02.21
修正日：2013.02.21
ガイドライン：Ver.01
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "../../../css/html5reset-1.6.1.css";
@import "../../../css/common.css";


/* ------------------------------------
 * TICKET INFO
 * ------------------------------------ */

a:link,
a:visited {
	color: #f00;
}

section h3 {
	color: #fff;
	background: #39F;
}
 
section h4 {
	clear: both;
	padding: 5px 10px;
	color: #fff;
	background: #000;
	text-align: center;
}

dt {
	padding: 5px 10px;
	border-bottom: solid 1px #ccc;
	background: #eee;
}

dd {
	padding: 10px;
	border-bottom: solid 1px #ccc;
}

dd .notice {
	padding: 10px 0 0;
	border: none;
	background: none;
}

dd .notice li {
	text-indent: 0;
	list-style: disc outside none;
}

a.btn,
form input.btn {
	border: solid 1px #C00;
	color: #fff;
	background: #f00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(50%,#f00), color-stop(51%,#c00), to(#c00));
	background-image: -webkit-linear-gradient(top, #f00, #f00 50%, #c00 51%, #c00);
	background-image: -moz-linear-gradient(top, #f00, #f00 50%, #c00 51%, #c00);
	background-image: -ms-linear-gradient(top, #f00, #f00 50%, #c00 51%, #c00);
	background-image: -o-linear-gradient(top, #f00, #f00 50%, #c00 51%, #c00);
	background-image: linear-gradient(top, #f00, #f00 50%, #c00 51%, #c00);
	text-shadow: 0 1px 1px #d20000;
	cursor: pointer;
}