﻿@charset "UTF-8";
/*
Theme Name: 41niku css
Theme URL: http://www.41niku.com/
Description: contactCSS（お問い合せ用）.
Version: 1.0
Author: 土屋精肉店
Author URL: http://www.41niku.com/
*/

/*---- CSS Document -------------------- */
.telfax{
width:580px;
margin:0;
padding:0;
overflow: hidden;
display: block;
}
.telfax:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html .telfax {
height: 1em;
overflow: visible;
}

.telfax p{
margin:0;
padding:0 0 0 20px;
font-size:1em;
color:#222222;
font-weight:bold;
line-height:130%;
}

p.redtel{
margin:0;
padding:0 0 0 20px;
font-size:1.8em;
color:#990000;
font-weight:bold;
line-height:130%;
}

p.uketuke{
margin:0;
padding:0 0 20px 20px;
font-size:0.8em;
color:#222222;
font-weight:bold;
line-height:150%;
}

/*-テーブル---------*/
.order {
width:600px;
margin:0;
padding:0;
text-align:left;
}

table {
font-size:0.8em;
border-top:2px solid #222222;
}

tr,td {
border-bottom:2px dotted #222222;
}


