﻿@charset "UTF-8";

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,form,
span,a,img,strong {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #777777;
}

img{
	vertical-align: bottom;
}

/*** リンク設定 ***/
a{
	color:#1271E6;
}

a:hover{
	position: relative;
	top: 1px;
}

a:visited{
	color:#B14FEF;
}

body{
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	background:url("/images/index/bg.gif") repeat-x;
}

#contarea{
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
}

#contarea h1{
	color: #373737;
	font-size: 10px !important;
	text-align: right;
	padding-right: 20px;
}

#maincontent{
	background: url("/images/index/mainbg.png") no-repeat center;
	margin-top: 20px;
	height: 595px;
	position: relative;
}

#maincontent #bt{
	position: absolute;
	left: 50px;
	top: 350px;
	width: 500px;
}

#maincontent #qrcode{
	position: relative;
	width: 220px;
	top: 405px;
	left: 685px;
}

#maincontent #kinsi{
	position: relative;
	top: 455px;
	left: 180px;
	font-size: 10px;
	line-height: 140%;
	width: 465px;
}

/*** リンクリスト定義 ***/
#contarea #linklist{
	margin: 20px 0 0 25px;
}

#footer_link a{
	font-size: 10px;
	border-right: 1px solid;
	padding: 0 5px;
	text-decoration: none;
}

#footer_link ul{
	padding:0px 0px 5px 0px;
}

#footer_link ul li{
	float:left;
}


/*** フッター定義 ***/
#footer {
	background:url("/images/index/doorlink_bg.gif") repeat;
}

#fInfo01,
#fInfo02 {
	float: left;
	display: inline;
}

#fInfo01 {
	width: 520px;
	margin-right: 10px;
}

#fInfo01 p {
	margin: 0 0 5px;
}

#fInfo02 {
	width: 380px;
}

#deli,
#trust {
	border-right: 1px solid #30B28B;
	padding-right: 10px;
}

#deli ul {
	line-height: 120%;
    margin-top: 5px;
}
#deli ul li {
	background: url("/images/common/icon17.png") no-repeat scroll 0 4px transparent;
    padding-left: 1em;
}

#concept,
#companion,
#policy {
	border-left: 1px solid #9AE5CF;
	padding-left: 10px;
}

#companion {
	border-right: 1px solid #30B28B;
	padding-right: 10px;
}

#policy {
	width: 385px;
}

.fInner {
	border-bottom: 1px solid #30B28B;
	padding-top: 15px;
	zoom: 1;
}

.fWrap {
	width: 910px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.fWrap h2 {
	background: url("/images/index/icon.gif") no-repeat;
	color: #FFF;
	padding-left: 1.5em;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.fBox {
	width: 240px;
	float: left;
	display: inline;
	padding-bottom: 32768px;  
    margin-bottom: -32768px; 
}


/***********************************************
 * グループ店リンク
************************************************/
#doorLink {
    margin: auto;
    padding-bottom: 15px;
    text-align: left;
}

#doorLink table {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #9AE5CF;
	border-bottom: 1px solid #9AE5CF;
}

#doorLink tr {
	height: 55px;
	background: url("/images/index/dot.gif") left bottom repeat-x;
}

#doorLink tr.last {
	background: none;
}

#doorLink tr.last td {
	width: 860px;
}

#doorLink th,
#doorLink td {
	margin:0;
	padding:0;	
}

#doorLink th {
	width: 150px;
	text-align: center;
}

#doorLink td {
	width: 310px;
}

#doorLink td p {
	margin-bottom: 5px;
}

#doorLink td ul {
	overflow: hidden;
}

#doorLink td ul li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	/margin: 0 18px 0 0;
	padding-left: 10px;
	background: url("/images/index/doorlink_sankaku.gif") left center no-repeat;
}


#footer *{
	color: #ffffff;
}

#footer * a{
	font-size: 11px;
}

#footer * p{
	font-size: 10px;
	line-height: 130%;
	text-align: justify;
	text-justify: distribute;
}

#copy {
	text-align: right !important;
}

div#inspection {
	background: url("/images/index/inspection_bg.png") center center no-repeat;
	margin: 0 auto 0;
	padding: 0;
	height: 128px;
	width: 380px;
	position: relative;
	_top: -1px;	
}

div#inspection p#detail {
	position: absolute;
	top: 86px;
	left: 65px;
}

div.inspection p#detail img {
	border: none;
}

.t_border {
	border-top: 1px solid #9AE5CF;
}

.b_none {
	border: none;
}

/*** ClearFix ***/
.clearfix:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix {
	zoom:1;
}

