﻿@charset "UTF-8";

body{
	background-image: url("../../image/renga21.jpg");
	color: white;
	font-family: 'メイリオ', 'MS ゴシック', sans-serif;
}
.contena {
	max-width: 320px;
	margin: 0 auto;
}

/*ログインくくり　左右*/
.login_kukuri {
	width: 320px;
	margin: 0 auto;
}
/*ログイン　コメント*/
.guest_span {
	font-size: 16px;
}
.guest_out_span {
	font-size: 16px;
	float: right;
}


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

.guest_span_tyuui {
	font-size: 14px;
	float: right;
}

/* ページ見出し */
.gift_title{
	text-align: center;
	font-size:24px;
	color: yellow;
}

/*フォーム　くくり*/
.kokyaku_kukuri {
	background-image: url("../../image/washi23.jpg");
}
.kokyaku_kukuri_pay {
	background-image: url("../../image/washi10.jpg");
}
.okuri_kukuri {
	background-image: url("../../image/washi27.jpg");
}
.kukuri_midasi {
	margin-bottom: 5px;
	color: black;
	font-size: 20px;
}
/*フォーム　内容*/
.koumoku {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

.kokyaku_name {
	width: 293px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}
.kokyaku_text {
	width: 293px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}

.kokyaku_post {
	width: 45px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}
.pos_bou {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	margin-top: 5px;
}
.kokyaku_post_2 {
	width: 45px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	background-color: white;
}

.kokyaku_kenmei {
	width: 80px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}

.kokyaku_address {
	width: 293px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: white;
}
.kokyaku_tel {
	width: 293px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}
.gift_select {
	width: 293px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}
.gift_noshi {
	width: 130px;
	height: 30px;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
	margin-left: 10px;
	background-color: white;
}
.noshi_text {
	width: 293px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: white;
}

.comment {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 3px;
}
/*到着日*/
.send_comment {
	width: 320px;
	background-color: dimgray;
}
.send_comment_p {
 	color: white;
	font-size: 14px;
	margin-left:5px;
}

/*ログインを促す箇所*/
.buy_login {
	width: 320px;
	font-size:16px;
	background-image: url("../../image/washi22.jpg");
}
.buy_login_kukuri {
	width: 280px;
	margin-left: 20px;
}
.buy_login_comment {
	color: black;
	font-size: 13px;
	font-weight: bold;
}
.buy_login_comment_tyuui {
	color: red;
	font-size: 13px;
	font-weight: bold;
}

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

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

.error_span {
	color: red;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

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


/*到着日指定*/
.tyakubi_p {
 	color: white;
	background-color: dimgray;
	font-size:14px;
}


/*reCAPTCHAフォームパーツ*/
.g-recaptcha{
	margin-left: 10px;
}
.loadmsg {
	width: 320px;
	margin-left: 0px;
	background-color: beige;
}
.loadmsg_p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: blue; 
}
.check_midasi {
	text-align: center;
}


/* 注文決定画面 */
.done_kukuri {
	width: 320px;
	background-image: url("../../image/washi23.jpg");
	color: black;
	font-weight: bold;
}
.done_comment {
	width: 300px;
	margin-left:10px;
	font-size: 16px;
}
.done_midasi {
	color: crimson; 
	margin-bottom: 5px;
	font-size: 22px;
	text-align: center;
}
.s_d_data_midasi{
	color: crimson;
	line-height: 0px;
}



/*ボタン*/
.button {
	text-align: center;
} 
.button_size {
	width: 110px;
	height: 30px;
	font-size:16px;
}

.button_size_home {
	width: 145px;
	height: 30px;
	font-size:16px;
}
.button_size_reset {
	width: 120px;
	height: 30px;
	font-size: 16px;
}
/*左右ページ*/
.wrapper {
	width: 1000px;
	overflow: auto;
	margin: 0px;
	margin-top: 0px;
}
.left_content {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 40px;
}
.right_content {
	float: right;
	width: 720px;
	margin-right: 40px;
}

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


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


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

/*アコーディオン*/
.send_gift_check{
	display: none;	/*チェックボックスは表示・非表示を切り替えるフラグとして使うだけなので、非表示。*/
  }
  .send_gift_label{
	background: #333;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
  }
  .send_gift_content{	/*表示・非表示を切り替えるボックス要素(div)の、チェックが入っていない状態（非表示）の時*/
	border: 1px solid #333;
	height: 0;
	opacity: 0;		/*要素は完全に透明*/
	padding: 0 10px;
	transition: .5s;	/*0.5秒で変化*/
	visibility: hidden;	/*要素のボックスは不可視 (描画されません) が、レイアウトには通常通り影響*/
  }
  .send_gift_check:checked + .send_gift_label + .send_gift_content{
	height: 820px;
	opacity: 1;
	padding: 0px;
	visibility: visible;
  }


