﻿@charset "UTF-8";

body{
	background-image: url("../../image/renga21.jpg") !important;
	color: white;
	font-family: 'メイリオ', 'MS ゴシック', sans-serif;
}
.contena {
	max-width: 1000px;
	margin: 0 auto;
}
/*ログインくくり　左右*/
.login_kukuri {
	width: 1000px;
	margin: 0 auto;
}
/*ログイン　コメント*/
.guest_span {
	font-size: 24px;
}
.guest_out_span {
	font-size: 24px;
	float: right;
}

/*未訪問*/
.guest_out_span a:link {
	color: aqua;
}
/*訪問済*/
.guest_out_span a:visited {
	color: aqua;
}
/*ポイント時*/
.guest_out_span a:hover {
	color: aqua;
}
.guest_span_tyuui {
	font-size: 16px;
	float: right;
}

/*ログイン用画面*/
.login {
	color: black;
	text-align: center;
	margin-top: 40px;
}

/*フォーム　くくり*/
.member_midasi {
	color: yellow;
	font-size: 36px;
}
.member_komidasi {
	font-size: 26px;
	font-weight: bold;
}

.tyuui {
	font-size:22px;
	font-weight: bold;
}

.text_size {
	width: 400px;
	height: 40px;
	font-size:24px;
}


/*未訪問*/
.button_size_home a:link {
	color: black;
}
/*訪問済*/
.button_size_home a:visited {
	color: black;
}
/*ポイント時*/
.button_size_home a:hover {
	color: black;
}
/*リンク*/
a {
	text-decoration: none;/*リンクの下線　なし*/
}



/* お客様情報 */
/* ボランチ画面 */
.member_hanbai_tyuui_kukuri {
	width: 800px;
	margin-left: 100px;
	font-size:22px;
	background-image: url("../../image/washi22.jpg");
}
.member_hanbai_comment_kukuri {
	width: 700px;
	margin-left: 50px;
	text-align: left;
}
.member_hanbai_comment {
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.member_hanbai_tyuui_comment {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

/* ボランチ・ログアウト */
.branch_logout_kukuri {
	width: 700px;
	margin-left: 150px;
	text-align: left;
	background-image: url("../../image/washi25.jpg");
}
.branch_logout_span {
	font-size: 24px;
	color: red;
	font-weight: bold;
	margin-left: 40px;
}


/*フォーム　くくり*/
.kokyaku_kukuri {
	background-image: url("../../image/washi23.jpg");
}

/*フォーム　内容*/
.koumoku {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-bottom: 3px;
	margin-top: 0px;
}

.kokyaku_name {
	width: 635px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.kokyaku_text {
	width: 635px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.kokyaku_post {
	width: 60px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.kokyaku_kenmei {
	width: 100px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.kokyaku_address {
	width: 635px;
	height: 50px;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
}
.kokyaku_tel {
	width: 280px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.kokyaku_pass {
	width: 500px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.comment {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.tyuui_comment {
	font-size: 20px;
	color: crimson;
	font-weight: bold;
}

/* フォーム確認画面 */
.check_koumoku {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
}

.kaigyou {	/*長い行の改行*/
	word-wrap: break-word;
}

.error_span {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.form_yohaku{
	line-height: 0px;
	font-size: 14px;
}
/*確定画面*/
.done_kukuri {
	width: 1000px;
	background-image: url("../../image/washi23.jpg");
	color: black;
	font-weight: bold;
}
.done_midasi {
	font-size: 34px;
	color: crimson;
	text-align: center;
}

.done_comment {
	width: 700px;
	margin-left: 220px;
	font-size: 24px;
}
.form_yohaku{
	line-height: 0px;
	font-size: 12px;
}

/*ログアウト画面*/
.logout_span {
	font-size: 34px;
	color: yellow;
	font-weight: bold;
}

/*reCAPTCHAフォームパーツ*/
.g-recaptcha{
	margin-left: 350px;
}
.loadmsg {
	color: blue;
	width: 500px;
	margin-left: 250px;
	background-color: beige;
}
.loadmsg_p {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: blue; 
}
.check_midasi {
	font-size: 22px;
	text-align: center;
}

/*年末画面*/
.nenmatu {
	background-image: url("../../image/washi23.jpg");
}
.nenmatu_p {
	font-size: 26px;
	color: black;
	font-weight: bold;
	width: 900px;
	margin-left: 50px;
}

/*ボタン*/
.button {
	text-align: center;
} 
.button_size {
	width: 140px;
	height: 40px;
	font-size: 24px;
}
.button_size_home {
	width: 240px;
	height: 40px;
	font-size: 24px;
}
.button_correct {
	text-align: right;
} 
.button_size_correct {
	width: 360px;
	height: 30px;
	font-size: 16px;
	color: blue;
}


/*左右ページ*/
.wrapper {
	width: 1000px;
	overflow: auto;
	margin: 0px;
	margin-top: 0px;
}
.left_content {
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-left: 40px;
}
.right_content {
	float: right;
	width: 640px;
	margin-right: 40px;
}
/*左右ページ確認用*/
.left_content_kakunin {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 40px;
}
.right_content_kakunin {
	float: right;
	width: 720px;
	margin-right: 40px;
}



/* フッター */
.footer {
	width: 1000px;
	font-size: 16px;
	text-align: center;
	background-color: gray;
}

/*データベース接続失敗*/
.syougai {
	text-align: center;
	margin-top: 150px;
}
.syougai_p {
	font-size: 30px;
	text-shadow: -2px -2px black,2px 2px 2px black;
}
.button_size_syougai {
	width: 250px;
	height: 45px;
	font-size:26px;
	margin-top: 150px;
	margin-bottom: 150px;
}
.button_size_syougai a:link {
	color: black;
	text-decoration: none;
}
/*訪問済*/
.button_size_syougai a:visited {
	color: black;
}

