﻿@charset "UTF-8";

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

/*ログインくくり　左右*/
.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;
}



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


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

.table_code {
	width: 70px;

}
.table_gazou {
	width: 125px;
}
.table_gazou_2{
	width: 125px;
	height: 111px;
}
.table_name {
	width: 265px;
}
.table_kakaku {
	width: 100px;
}
.table_yoryo {
	width: 90px;
}
.table_pack {
	width: 90px;
}
.table_oyoso {
	width: 250px;
}
/*	縦の波線
.tate_namisen {
	transform:rotate(90deg);
}*/

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

/*ボタン*/
.button {
	text-align: center;
} 
.button_size {
	width: 140px;
	height: 40px;
	font-size: 24px;
}
.button_size_home {
	width: 240px;
	height: 40px;
	font-size: 24px;
}



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

.button_size_cartin {
	width: 230px;
	height:40px;
	font-size:22px;
}

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



/*ナビ*/
.nav_mobile {
	display: none;
}
.nav {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px;
	background-color: #333;
	width: 1070px;
	line-height: 20px;
}
.nav-list {
	margin: 0px;
	padding:0px;
}
.nav-item {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 10px 25px;
}
.nav-item2 {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 10px 50px;
}

/*リンク*/
a {
	text-decoration: none;/*リンクの下線　なし*/
}
a:link {
	color: #6666cd;
}
a:hover {
	text-decoration: none;
}
.nav-item:hover{
	background: #77293d;
}
.nav-item a:link {
	color: #fff;
}
.nav-item a:visited {
	color: #fff;
}
.nav-item2:hover{
	background: #77293d;
}
.nav-item2 a:link {
	color: #fff;
}
.nav-item2 a:visited {
	color: #fff;
}



/*cartlook画面/////////////////////////////*/
.cartlook_setumei_kukuri {
	width:1000px;
	color: black;
	background-image: url("../../image/washi21.jpg")
}
.cartlook_setumei {
	width:900px;
	margin-left: 50px;
	color: black;
}
.cartlook_tyuui{
	color: red;
	font-size: 18px;
}

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

.cartlook_code {
	width: 60px;
}
.cartlook_gazou {
	width: 125px;
}
.cartlook_name {
	width: 250px;
}
.cartlook_kakaku {
	width: 100px;
}
.cartlook_yoryo {
	width: 90px;
}
.cartlook_pack {
	width: 110px;
}
.cartlook_tyuui{
	color: red;
	font-size: 16px;
}

.cartlook_oyoso {
	width: 210px;
}
.cartlook_sakuzyo {
	width: 40px;
}

.cartlook_sonota {
	width: 190px;
}
.cartlook_sonota_2 {
	width: 810px;
	text-align: left;
}


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

.kazu_change_span_kukuri{
	width: 900px;
	margin-left: 100px;
}
.kazu_change_span {
	font-size: 28px;
}


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


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



