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

/**********************************************************
footer用 2015/07/01
***********************************************************/
.divlink{
    background: #fff;
    cursor: pointer;
}

.divlink:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

hr{
    border:none;
    border-top:solid 1px #CCC;
    height:1px;
    color:#FFFFFF;
}

h3 {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	background-image: none;
	color: #222;
}

h5 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	/*background-image: none !important;*/
	border: none !important;
	text-align: center;
}


.common_ft_box {
	background: #f4f4f4;
	padding: 5px;
	overflow: hidden;
	clear: both;
	width: 746px !important;
}

.common_ft_box p {margin:0;}

.common_ft_box a:link {color:#222 !important;}
.common_ft_box a:visited {color:#222 !important;}
.common_ft_box a:hover {text-decoration: none;}

.kanren_box{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	padding:7px;
	width: 228px;
	float: left;
	border: solid 2px #ECECEC;
	background:#fff;
}

.kanren_box:hover {
	border: solid 2px #DF0000;
	text-decoration: none;
}

.kanren_box p {
	font-size: 12px;
}

.ft_bnr_box {
	width: 714px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

.ft_bnr_box p {
	text-align: center;
	display: block;
	margin-top: 5px !important;
}

.to_gastabletop {
	border-radius: 4px;
	background: #E60012;
	box-shadow: 0px 5px 0px 0px #B90D0A;
	width: 500px;
	margin: 10px auto !important;
	font-size: 20px;
	margin-bottom: 50px !important;
	text-align: center;
	line-height: 2.2;
}

.to_gastabletop a {
	text-decoration: none;
	color: #fff !important;
	width: 100%;
	height: 100%;
	display: block;
}

.to_gastabletop a:hover {
	text-decoration: none;
}


.to_deliciatop {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	border-radius: 4px;
	background: -webkit-linear-gradient(90deg, #cc0000 0%, #ff1a00 100%);
	background: -moz-linear-gradient(90deg, #cc0000 0%, #ff1a00 100%);
	background: -o-linear-gradient(90deg, #cc0000 0%, #ff1a00 100%);
	background: -ms-linear-gradient(90deg, #cc0000 0%, #ff1a00 100%);
	background: linear-gradient(0deg, #cc0000 0%, #ff1a00 100%);
	box-shadow: 0px 5px 0px 0px #9f0503;
	width: 360px;
	padding: 14px 0 8px 0 !important;
	margin: 30px auto !important;
	font-size: 20px;
	margin-bottom: 50px !important;
	text-align: center;
	line-height: 30px;
	margin-top: 60px !important;
}

.to_deliciatop a {
	text-decoration: none;
	color: #fff !important;
}


/* btn ガスコンロTOPはこちら*/
.link_conro_top a{
border-radius: 8px;
text-align: center;
background-color: #D50500;
width: 460px;
display: block;
color: #fff !important;
text-decoration: none !important;
font-size: 20px;
font-weight: bold;
margin: 10px auto;
padding: 16px 6px 12px 6px;
box-shadow: 0 5px 0 rgba(159, 5, 0, 1);
}


.link_conro_top a:hover {
box-shadow: none;
background: #BB0705;
box-shadow: 0 5px 0 rgba(159, 5, 0, 1);
-webkit-transition: all .5s;
transition: all .5s;
}


/* btn レンジフードTOPはこちら*/
.link_to_pay a{
border-radius: 8px;
text-align: center;
background-color: #F98B02;
width: 460px;
display: block;
color: #fff !important;
text-decoration: none !important;
font-size: 20px;
font-weight: bold;
margin: 10px auto;
padding: 16px 6px 12px 6px;
box-shadow: 0 5px 0 rgba(223, 85, 0, 1);
}


.link_to_pay a:hover {
box-shadow: none;
background: #F86222;
box-shadow: 0 5px 0 rgba(223, 85, 0, 1);
-webkit-transition: all .5s;
transition: all .5s;
}