@charset "utf-8";
/* CSS Document */

/*******************************************
初期設定
*******************************************/

* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
	vertical-align: top;
}
li {
	list-style: none;
}


/*******************************************
ヘッダー
*******************************************/

#header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#sub_navigation {
	display: none;
}
#information{
width:100%;
height:auto;
margin:0 auto;
padding-bottom:10px;
background:#FFFFFF;
}

h1#logo {
	width: 120px;
	height: auto;
	margin: 0 auto;
}
#logo img {
	width: 120px;
	height: auto;
	padding-top: 10px;
}
#customer {
	display: none;
}
#free_shipping {
	display: none;
}
#produse {
	display: none;
}
#free_number {
	display: none;
}
#shopping_cart {
	display: none;
}
#pankzu {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}
#pankzu ul {
	width: 100%;
	overflow: hidden;
}
#pankzu ul li {
	float: left;
	display: inline;
}

/*******************************************
ナビゲーション
*******************************************/

#navigation {
	display: none;
}

#tab_navigation {
	font-size: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: #000000;
	border-bottom: 1px solid #FFFFFF;
}
#tab_navigation ul {
	overflow: hidden;
}
#tab_navigation ul li {
	width: 20%;
	height: 60px;
	float: left;
	display: table-cell;
	background: #000000;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
}
#tab_navigation ul li.here {
	border: none;
}
#tab_navigation ul li a {
	width: auto;
	height: 60px;
	display: block;
	text-decoration: none;
	background: #000000;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 13px;
	padding-bottom: 10px;
}
p#tel {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}
p#tel a {
	display: block;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fa-phone {
	margin-right: 10px;
}
.fa-lg {
	line-height: 1.3 !important;
}
.fa, .fas, .fab {
	font-size: 20px;
	margin-bottom: 5px;
}
.fa-line {
	font-size: 24px;
}


/**/

#side_contents {
	display: none;
}


/*******************************************
フッター
*******************************************/

#footer {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding-top: 10px;
}
#footer_body {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 20px;
	margin-right: 20px;
}
.footer_section {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.footer_section h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.footer_section_01 {
	overflow: hidden;
	margin-bottom: 10px;
}
.footer_section_01 img {
	max-width: 300px;
	width: 100%;
}

#copy {
	width: auto;
	height: auto;
	overflow: hidden;
	background: url(http://www.kantenhonpo.co.jp/common/images/base/copy_bg.jpg);
	padding: 10px;
	font-size: 12px;
	text-align: center;
}
#copy p{
	color: #FFFFFF;
}

#calender {
	display: none;
}
p.details_link {
	text-align: center;
}
p.details_link a{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	background: #993333;
	margin-top: 10px;
	color: #FFFFFF;
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
}
span.arrow {
	display: none;
}

span.tel-link img{
	max-width: 300px;
	width: 100%;
}
