﻿@charset "UTF-8";

body{
	background-image: url("../../image/renga2.jpg") !important;
	color: white;
	font-family: 'メイリオ', 'MS ゴシック', sans-serif;
	font-size: 16px;
}
.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;
}
.guest_span_tyuui {
	font-size: 12px;
	float: right;
}


.shop_title{
	text-align: center;
	font-size:24px;
	color: yellow;
}




/*確認画面*/
.kakunin {		/*テーブル*/
	border-collapse: collapse;
	border-color: black;		
	width: 320px;
	font-size: 16px;
	color: black;
	table-layout: fixed;
	border: none;
}

.tyousei {
	width: 15px;
	border: none;/* 線 */
	table-layout: fixed;
	box-sizing: border-box;
	background-color: transparent;
}
.tyousei_2 {
	width: 15px;
	border: none;/* 線 */
	table-layout: fixed;
	box-sizing: border-box;
	background-color: transparent;
}
.code {
	border: 1px solid;
	table-layout: fixed;
	box-sizing: border-box;
	word-break: break-all;
	background-color: white;
}
.kakunin_noshi{
	text-align: left;
	border: 1px solid;
	table-layout: fixed;
	box-sizing: border-box;
	word-break: break-all;
	background-color: white;
}

.kakunin_span {
	text-align: center;
	font-size: 18px;
}

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



/*カートイン画面*/
.cartin_span {
	text-align: center;
	font-size: 18px;
}

.button_size_cartin {
	width: 145px;
	height:30px;
	font-size: 16px;
}



/*未訪問*/
.button_size_cartin a:link {
	color: black;
}
/*訪問済*/
.button_size_cartin a:visited {
	color: black;
}
/*ポイント時*/
.button_size_cartin a:hover {
	color: black;
}




/*リンク*/
a {
	text-decoration: none;/*リンクの下線　なし*/
}


/*cartlook画面*/
.cartlook_setumei_kukuri {
	width:320px;
	color: black;
	background-image: url("../../image/washi21.jpg")
}
.cartlook_setumei {
	width:300px;
	margin-left: 10px;
	font-size: 14px;
	color: black;
}
.cartlook_tyuui{
	color: red;
	font-size: 14px;
}

.sakuzyo_setumei {
	font-size: 12px;
}

.button_size_henko {
	width: 100px;
	height: 30px;
	font-size:16px;
	color: blue;
}

/*cartlook画面のテーブル*/
.cartlook_table {		
	border-collapse: collapse;
	border-width: 3px;
	border-color: black;
	width:1000px;
	font-size: 18px;
	color: black;
	background-color: white;
	table-layout: fixed;
}
td {
	border-color: black;
	text-align: center;
	padding: 0px;
	table-layout: fixed;
	box-sizing: border-box;
	word-wrap: break-word;
}

.cartlook_code {
	width: 70px;
}
.cartlook_gazou {
	width: 120px;
}
.cartlook_name {
	width: 250px;
}
.cartlook_kakaku {
	width: 100px;
}
.cartlook_yoryo {
	width: 100px;
}
.cartlook_pack {
	width: 100px;
}
.cartlook_oyoso {
	width: 200px;
}
.cartlook_sakuzyo {
	width: 60px;
}
.cartlook_sonota {
	width: 190px;
}
.cartlook_sonota_2 {
	width: 810px;
	text-align: left;
}


/*cartlook画面の数値入力*/
.cartlook_input {
	width: 30px;
	height: 15px;
	font-size:16px;
	text-align: right;
	color: blue;
}



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


/*データベース接続失敗*/
.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;
}
.syougai a:link {
	color: black;
}


