/*基本設定-------------------------------------------*/

body,div,p,table,textarea {	
	font-size:14px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:18px ;
}

input,select {
	font-size:14px;
	font-family:'ＭＳ Ｐゴシック';
}

body {
	text-align: center;
	padding: 0px auto;
	margin: 0px auto;
	background-color: #000;
}

a:link, a:hover, a:visited	{
	color:#fff;
}

a:link, a:visited	{
	text-decoration:underline;
}

a:hover	{
	text-decoration:none;
}

div {
	padding: 0px;
	margin:0px;
}

img {
	padding: 0px;
	margin:0px;
	border:0px;
}

/*構成設定-------------------------*/
/*エントランス部分*/
#entrance {
    position: relative;
    width: 100%;
    max-width :800px;
    height: 500px;
    margin: 0px auto;
    text-align: center;
}
#entrance .inner {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: -1.5em 0 0 -50%;
}

/*コンテンツジャンプ用ボタン*/
.en_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #666;
	border-radius: 5px;
	font-weight: bold;;
	padding: 0px 2px;
	margin-top: 5px;
	width: 200px;
}

.en_button:link {
	color:#fff;
	text-decoration: none;
}

.en_button:visited {
	color:#fff;
	text-decoration: none;
}

.en_button:hover {
	background-color: #b8000a;
	border-radius: 5px;
	color: #fff;
	text-decoration:none;
}

.en_button::before,
.en_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.en_button,
.en_button::before,
.en_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*ヘッダー*/
#header {
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
	z-index: 1;
	background: #F03 fixed;
	width: 100%;
	height: 50px;
}

#header table {
	margin: 0px auto;
	width: 100%;
	padding: 5px 50px;
}

.topimg {
    width: 100%;
    height: auto;
}

#main_base {
	margin: 0px auto;
	background-image:url(../img/top.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 1000px;
}

#main {
	margin: 10px auto;
	width: 1000px;
	padding-bottom: 50px;
}

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #F30;
	border-radius: 5px;
	font-weight: bold;;
	padding: 0px 2px;
	margin-top: 5px;
	width: 320px;
}

.button:link {
	color:#fff;
	text-decoration: none;
}

.button:visited {
	color:#fff;
}

.button:hover {
	background-color: #FC9;
	border-radius: 5px;
	color: #000;
	text-decoration:none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*フッター*/
#footer_en {
	width: 100%;
	height: 100px;
	margin: 0px auto;
	position: absolute;
	bottom: 10px;
	
}

.productinfo {
}

.productinfo table {
	width: 700px;
	margin: 0px auto 20px;
}

.productinfo td {
	padding: 5px;
	background-color: #b51212;
	border-radius: 3px;
	color: #fff;
}

.productinfo_cap {
	text-align: left;
	border-radius: 3px;
}

/*販売店舗様情報*/
.sell_info {
	text-align: left;
	margin: 0px auto 30px auto;
}

.sell_info table {
	margin: 0px;
}

.sell_info td {
	padding: 5px 10px;
}

.sell_info p {
	width: 200px;
	background-color: #b51212;
	color: #fff;
	text-align: center;
	padding: 3px 0px;
	margin: 2px 0px 10px 0px;
}

.sell_cap {
	width: 865px;
	text-align: left;
	margin: 0px auto;
	background-color: #b51212;
	color: #fff;
	list-style: none;
	padding: 5px 0px 5px 10px;
}