@charset "utf-8";

/************************************************
*
*	CSS Document for tichet contact/
*	last update : 2012/09/12
*
*************************************************/

@import url(contents.css);



/* display 800px ------------------------------- */

#main {											/* メインエリア */
	width:760px;
	height:100%;
	float:right;
	padding:20px 0 0 0;
	}
				
#main h1 {										/* page title */
	width:760px;
	padding:11px 0 1px 0;
	margin:0 0 36px 0;
	font-weight:900;
	color:#868686;
	font-size:200%;
	border-bottom:1px solid #868686;
	}

.formtxt {
	padding:0 0 15px ;
	}
	
.formcort {
	padding:0 0 5px 0 ;
	color:#C00;
	font-size:x-small;
	}

.livetitle {
	color:#4f6677;
	font-weight:bold;
	}

table {
	width:568px;
	padding:10px 15px 0px 15px;
	border:1px solid #cccccc;
	}

table th {
	color:#4f6677;
	font-weight:100;
	padding:0 13px 10px 0;
	white-space:nowrap;
	}

table td {
	color:#4f6677;
	padding:0 0 10px 0;
	}


input {
	padding:3px 2px 0px 2px;
	height:1.3em;
	line-height:1.3em;
	font-size:12px;
	letter-spacing:0.5px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}

select {
	letter-spacing:0.5px;
	padding:3px 2px 2px 2px;
	vertical-align:middle;
	line-height:1.2em;
	font-size:12px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}

textarea {
    width : 450px ;
	padding:3px;
	font-size:12px; 
	line-height:1.3em;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.red_txt {
    color: #C00;
	font-weight:bold;
}
	
.red {
    color: #C00;
	font-weight:bold;
}


.button_box {
	text-align:right;
	}
	
.button_box input {
	padding:2px 10px 10px 10px;
	height:2em;
	vertical-align:middle;
	}	
