﻿@charset "UTF-8";

body{
	background-image: url("../../image/renga2.jpg") !important;
	color: white;
	font-family: 'メイリオ', 'MS ゴシック', sans-serif;
}

/*ログインくくり　左右*/
.login_kukuri {
	width: 1000px;
	margin: 0 auto;
}
/*ログイン　コメント*/
.guest_span {
	font-size: 20px;
}
.guest_out_span {
	font-size: 20px;
	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;
}


/* お客様情報 */
.pamphlet_contena {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 22px;
}

.gamen_title {
	text-align: center;
	font-size:40px;
	color: yellow;
}

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

/*フォーム　内容*/
.koumoku {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-bottom: 6px;
	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;
}
.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;
}


/*左右ページ*/
.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;
}


/* 注文完了画面 */
.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: 840px;
	margin-left: 80px;
}


.form_yohaku{
	line-height: 0px;
	font-size: 14px;
}
.done_wrapper {
	width: 960px;
}

.done_left_content {
	float: left;
	width: 150px;
	margin-right: 0px;
}

.done_right_content {
	float: right;
	width: 810px;
}



.inquiry_text {
	width: 600px;
	height: 200px;
	font-size:22px;
}

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

/*フォームチェック画面*/
.check_midasi {
	font-size: 22px;
	text-align: center;
}

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

/*ボタン*/
.button {
	text-align: center;
	font-size:40px;
} 
.button_size {
	width: 140px;
	height: 40px;
	font-size:24px;
}
.button_size_home {
	width: 250px;
	height: 40px;
	font-size:24px;
	color: black;
}
a {
	text-decoration: none;/*リンクの下線　なし*/
}




/* フッター */
.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;
}

