@charset "utf-8";

/* -----------------------------------------------------------
	レイアウト＆各ページスタイル
----------------------------------------------------------- */

/* 共通部分 */
/*----------------------------------------------------
	#wrapper #header
----------------------------------------------------*/
#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	color: #000000;
	font-size: 13px;
	line-height: 1.6;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	height: 110px;
	margin-bottom: 10px;
	background: url(../common/img/bg_header.gif) repeat-x;
}

#flash {
	border-right: 1px solid #9C9A9C;
	margin: 20px 0 0 70px;
	float: left;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#left_contents {
	width: 240px;
	min-height: 660px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}

#loginBlock {
	width: 190px;
	height: 150px;
	padding-top: 55px;
	margin: 0 auto 20px auto;
	background: url(../common/img/bg_login.jpg) no-repeat;
	text-align: center;
}

#loginBlock input[type="text"] {
	width: 150px;
}

.login {
	width: 147px;
	height: 26px;
	border: none;
	background: url(../common/img/btn_login.gif) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

#loginBlock a {
	font-size: 12px;
	color: #FFF;
}

#loginBlock a:link,
#loginBlock a:visited {
	color: #FFF;
}

#loginBlock a:hover {
	color: #EA5520;
}

#logoutBlock {
	width: 190px;
	height: 48px;
	padding-top: 50px;
	margin: 0 auto 20px auto;
	background: url(../common/img/bg_logout.jpg) no-repeat;
	text-align: center;
}

#logoutBlock .logout {
	width: 147px;
	height: 26px;
	border: none;
	background: url(../common/img/btn_logout.gif) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

#contents {
	width: 645px;
	margin:0 15px 30px 0;
	float: left;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	height: 30px;
	padding-top: 23px;
	clear: both;
	background: url(../common/img/bg_footer.gif) repeat-x;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #FFF ;
}

#footer a {
	text-decoration: none;
}

/*----------------------------------------------------
	textStyle
----------------------------------------------------*/
p.textStyle01 {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3.0;
}

p.textStyle01 a {
	text-decoration: underline;
}

p.textStyle01 a:link {
	color: #000066;
}

p.textStyle02 {
	padding-left: 15px;
	padding-right: 15px;
}

p.textStyle03 {
	padding-right: 15px;
	line-height: 1.3;
}

p.textStyle04 {
	padding-right: 15px;
	line-height: 2.0;
}

p.textStyle_step {
	padding-left: 50px;
	padding-right: 30px;
	line-height: 1.0;
}

p.textStyle05 {
	padding-top: 10px;
	padding-left: 15px;
	line-height: 2.0;
}

.fontSize11px {
	font-size: 11px;
}

p.textStyle06 {
	padding-left: 40px;
	padding-right: 40px;
	line-height: 2.0;
}

p.textStyle07 {
	padding-left: 5px;
	padding-right: 5px;
}
/*----------------------------------------------------
	linkStyle
----------------------------------------------------*/
a.linkStyle01 {
	padding-right: 15px;
	display: block;
	text-align: right;
}
	
a.linkStyle01:link {
	color: #FF6600;
}
	
/*----------------------------------------------------
	各ページStyle
----------------------------------------------------*/

/* トップページ */

/* 初めての方へ */

.to_firstBlock01 {
	width: 629px;
	height: 142px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/img_to_first03.gif) no-repeat;
	position: relative;
}

.to_firstBlock01 dl dt {
	padding: 20px 15px;
}

.to_firstBlock01 dl dd {
	position: absolute;
	left: 20px;
	top: 90px;
}

table.to_first_tbl {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
}

table.to_first_tbl th {
	width: 200px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	vertical-align: center;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 20px 16px;
}

table.to_first_tbl td {
	width: 400px;
	padding: 20px 16px;
	border: 1px solid #FF6600;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

div.to_firstBlock02 {
	width: 630px;
	height: 66px;
	background: url(../img/bg_to_first_block01.gif) no-repeat;
}

div.to_firstBlock02 p {
	padding: 15px 10px;
	font-size: 13px;
	line-height: 1.5;
}

/* サービスのご案内 */
.serviceBlock01 {
	width: 615px;
	margin-left: auto;
	margin-right: auto;
}

.serviceBlock01 p {
	width: 615px;
	background-color: #F9EEBB;
	text-align: center;	
}

.serviceTab01 {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
}

.serviceTab01 th {
	width: 184px;
	padding: 20px 5px;
	border: 1px solid #FF7B23;
	text-align: center;
	font-weight: normal;
}

.serviceTab01 td {
	width: 405px;
	padding: 20px 15px;
	border: 1px solid #FF7B23;
}

/* 料金案内 */
.priceBlock01 {
	width: 615px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/img_price04.jpg);
}

.priceBlock01 p {
	padding: 25px 25px 0px 100px;
	line-height: 1.0;
}

/* よくあるご質問 */
h3.faq {
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 60px;
	background: url(../img/icon_faq01.jpg) no-repeat;
	font-size: 15px;
}
	
.faqBlock01 {
	width: 615px;
	margin-left: auto;
	margin-right: auto;
}

.faqBlock01 p {
	width: 555px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FEEDF6;
	line-height: 1.8;
}

.faqBlock01 p .annotation {
	font-size: 11px;
}

/* お客様の声 */
.voiceBlock01 {
	width: 604px;
	height: 170px;
	margin-left: auto;
	margint-right: auto;
	background: url(../img/bg_voice_block01.gif) no-repeat left 5px;
	position: relative;
}

.voiceBlock01 p {
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 1.8;
}

.voiceBlock01 p.voice_name {
	position: absolute;
	top: 140px;
	padding-top: 0px;
	text-align: right;
	font-size: 12px;
}

/* お問い合わせ */
table.inquiryTab01 {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
}

table.inquiryTab01 th {
	width: 200px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	vertical-align: center;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

table.inquiryTab01 td {
	width: 400px;
	padding: 20px 16px;
	border: 1px solid #FF6600;
	font-size: 12px;
	line-height: 1.4;
}

table.inquiryTab01 td input[type="text"],
table.inquiryTab01 td textarea {
	width: 400px;
}

table.inquiryTab01 td.last_td {
	width: 632px;
	text-align: center;
}

table.confirmTab01 {
	margin-left: auto;
	margin-right: auto;
}

table.confirmTab01 td {
	padding: 5px 8px;
	border: 1px solid #FF6600;
	font-size: 12px;
	line-height: 1.4;
}

/* 無料体験お申込み */
table.registTab01 {
	width: 630px;
	margin: 0 auto 20px auto;
}

table.registTab01 th {
	width: 250px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	padding: 12px 0;
	text-align: center;
	font-weight: normal;
}

table.registTab01 th.check {
	padding: 12px 40px;
	text-align: left;
	font-size: 17px;
}

table.registTab01 td {
	width: 350px;
	border: 1px solid #FF6600;
	padding: 5px 15px;
}

table.registTab01 input[type="text"] {
	width: 350px;
}

*html table.registTab01 .input_text {
	width: 350px;
}

table.registTab01 textarea {
	width: 550px;
	height: 80px;
}

input[type="submit"].confirm,
input[type="submit"].submit {
	width: 405px;
	height: 61px;
	border: none;
	background: url(../img/btn_form_trial02.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

*html .confirm,
*html .submit {
	width: 405px;
	height: 61px;
	border: none;
	background: url(../img/btn_form_trial02.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

/* 体験モニター */
table.monitorTab01 {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
}

table.monitorTab01 th {
	width: 195px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	vertical-align: center;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

table.monitorTab01 td {
	width: 405px;
	padding: 20px 16px;
	border: 1px solid #FF6600;
	font-size: 12px;
	line-height: 1.4;
}

/* ヒアリングシート */
table.hearing_sheetTab01 {
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	line-height: 1.6;
}

table.hearing_sheetTab01 th {
	padding: 5px 8px;
	border: 1px solid #FF6600;
	text-align: center;
	font-weight: normal;
}

table.hearing_sheetTab01 td {
	padding: 5px 8px;
	border: 1px solid #FF6600;
}

/*--------------------------------------------------*/
/*		顧客管理画面		*/
/*--------------------------------------------------*/
/*	マイページ	*/
table.mypageTab01 {
	margin-left: auto;
	margin-right: auto;
}

table.mypageTab01 th {
	padding: 10px 45px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

table.mypageTab01 td {
	padding: 10px 45px;
	border: 1px solid #FF6600;
	text-align: center;
	font-size: 12px;
}

table.mypageTab02 {
	margin-left: auto;
	margin-right: auto;
}

table.mypageTab02 th {
	padding: 8px 16px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

table.mypageTab02 td {
	padding: 8px 16px;
	border: 1px solid #FF6600;
	text-align: center;
	font-size: 12px;
}

table.mypageTab03 {
	margin-left: auto;
	margin-right: auto;
}

table.mypageTab03 th {
	padding: 4px 6px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

table.mypageTab03 td {
	padding: 4px 6px;
	border: 1px solid #FF6600;
	text-align: center;
	font-size: 11px;
}

/* 案件提出 */
textarea.chat {
	width: 640px;
	height: 150px;
}

input[type="text"].inputText {
	width: 300px;
}

*html .inputText {
	width: 300px;
}

h3.h3title01 {
	border-left: 5px solid #FF9955;
	border-bottom: 1px dotted #FFB786;
	margin-bottom: 10px;
	padding-left: 8px;
	color: #FF6600;
	font-size: 15px;
}

/* オンライン英会話&履歴表示 */
table.chatTab01 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

table.chatTab01 th {
	background-color: #FDF8E6;
	border: 1px solid #EA5520;
	padding: 5px 10px;
	font-weight: normal;
	text-align: center;
}

table.chatTab01 td {
	border: 1px solid #EA5520;
	padding: 5px 10px;
	text-align: center;
}

div.chatBlock01 {
	width: 600px;
	border: 1px solid #EA5520;
	padding : 20px;
	line-height: 1.4;
}

h3.chat {
	border-left: 10px solid #EA5520;
	padding-left: 10px;
	font-size: 18px;
	color: #EA5520;
}

/* アンケート */
div#slider01 {
	width: 502px;
	height: 43px;
	background: url(../kanri/img/enquete/bg.jpg) no-repeat;
	float: left;
}
div#sliderThumb01 {
	width: 17px;
	padding-top: 25px;
	padding-left: 32px;
}

textarea.enq {
	width: 640px;
	height: 200px;
	display: block;
}

/* チケット購入 */
table.ticketTab01 {
	font-size: 14px;
	text-align: center;
}

table.ticketTab01 th {
	padding: 0 45px;
	vertical-align: middle;
	background-color: #FEFCF1;
	border: 1px solid #FF6600;
	font-weight: normal;
	font-size: 14px;
}

table.ticketTab01 td {
	padding: 0 15px;
	vertical-align: middle;
	border: 1px solid #FF6600;
	font-size: 12px;
}

table.ticketTab01 td.price {
	padding: 5px 25px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.0;
}

div.ticketBlock01 {
	width: 515px;
	height: 50px;
	padding-top: 25px;
	padding-left: 100px;
	background: url(../kanri/img/ticket/bg_block01.jpg) no-repeat;
	line-height: 1.0;
}

/* クレジットカードで購入する、銀行振込みで購入する */
table.payTab01 {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

table.payTab01 th {
	width: 350px;
}

table.payTab01 td {
	width: 200px;
}

/* お客様情報確認 */
table.infoTab01 {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

table.infoTab01 th {
	width: 248px;
	border: 1px solid #FF6600;
	background-color: #FDF8E6;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

table.infoTab01 td {
	width: 378px;
	padding: 5px 10px;
	border: 1px solid #FF6600;
}

table.infoTab01 td input[type="text"] {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

*html table.infoTab01 td .input_text {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

input[type="submit"].change_info {
	width: 406px;
	height: 61px;
	border: none;
	background: url(../kanri/img/info/btn01.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

*html .change_info {
	width: 406px;
	height: 61px;
	border: none;
	background: url(../kanri/img/info/btn01.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}


input[type="submit"].change_pass {
	width: 406px;
	height: 61px;
	border: none;
	background: url(../kanri/img/info/btn02.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

*html .change_pass {
	width: 406px;
	height: 61px;
	border: none;
	background: url(../kanri/img/info/btn02.jpg) no-repeat left top;
	text-indent: -9999px;
	*display: block;
}

/* お客様相談 */
table.consultTab01 {
	width: 630px;
	border: 1px solid #2D6037;
}

table.consultTab01 th {
	padding: 8px 10px;
	border: 1px solid #2D6037;
	background-color: #FDF8E6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

table.consultTab01 td {
	padding: 8px 10px;
	border: 1px solid #2D6037;
	text-align: left;
	font-size: 12px;
}
