@charset "utf-8";


/*-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
margin:0 auto;
color:#301D0C;;
font-size:14px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Segoe Script", sans-serif,Helvetica;
line-height:1.5;
-webkit-text-size-adjust: none;
background:url(img/bg.jpg) repeat;
}

strong{font-weight:bold;}

/* リンク設定
------------------------------------------------------------*/
a{color:brown;}
a:hover{color:#3b580d;text-decoration:none;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
position:relative;
z-index: 1;
background:url(img/wrapperbg.jpg) center top no-repeat;
}

#container{
margin:0 auto;
padding:0;
width:980px;
position:relative;
z-index:2;
background:#ffffff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header {
min-height:140px;
padding:0;
margin:0;
background:url(img/headerbg.jpg) center top no-repeat;
}

#header h1{
padding:0;
top:130px;
font-size:10px;
font-weight:normal;
}

#gsc{
    float:right;
    max-width:400px;
    padding:0 5px 10px 5px;
    position:relative;
}
#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
        placeholder:090;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #dddddd !important;
    height:25px !important;
    background-image:none !important;
}
#gsc input[type="text"]:focus {
    border: 1px solid #008ee1 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #008ee1 !important;
background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
border: 1px solid #008ee1 !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
    position:absolute;
    top:3px;
    left:185px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}

#gsc table{
border-collapse:collapse;
    margin:0 5px;
    width:100%;
}

#gsc table td{
border-collapse:collapse;
background-color:none;
text-align:left;
width:100%;
padding:8px;
line-height:30px;
border:none;
}

#gsc table th{
background:none;
text-align:right;
padding:0;
white-space:nowrap;
color: #ffffff;
border-top:none;
border-right:none;
border-bottom:none;
border-left:none;
font-size:13px;
font-weight:bold;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin:0px;
padding:10px 5px;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin-bottom:5px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}


/*************
ナビゲーション
*************/
nav {
	clear:both;
	position:relative;
	background: #fff;
	}
nav ul {
	list-style: none;
	width: 980px;
	height:49px;
	margin-bottom:5px;
	}
nav ul li {
	float: left;
	height:49px;
	position: relative;
	}
nav li a {
	display: block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
nav li a:active,a:hover {
	background: #ebebeb;
	}


/*************
メイン コンテンツ
*************/
#content{
width:75%;
background:#ffffff;
float:right;
padding:10px 0px 20px 0px;
}

#contentfull{
width:100%;
background:#ffffff;
padding:10px 10px 50px 10px;
}

section{
	margin:10px 0;
	padding:10px;
	overflow:hidden;
}

section p{margin-bottom:10px;}

section img{
max-width:100%;
height:auto;
}

section ul.content{
	list-style: disc;
	margin:5px 0;
}

section ul.content li{
	background:url(img/list.jpg) no-repeat ;
	padding:0 0 0 20px;
	margin-bottom:5px;
}

section ul.recommend{
	margin:5px 0;
}

section ul.recommend li{
	float:right;
	margin:5px;
}

section ul.recommend li img{
	width:90%;
}

.alignleft{
float:left;
margin:10px 10px 10px 0;
}

.alignright{
float:right;
margin:10px 0 10px 10px;
}

section.item{
	padding:20px 5px;
	overflow:hidden;
	float:left;
	width:45%;
	border: none;
}

section.item h3{
	font-size:14px;
	font-weight:bold;
	color:#301D0C;
	padding:5px;
	background:url(img/h3_title.jpg) no-repeat ;
}

section.item h4{
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
	color:#ff3300;
}

section.item p{
	font-size:12px;
	margin-bottom:10px;
}

section.itemdetail{
	margin:20px 10px;
	overflow:hidden;
	border: none;
}

section.itemdetail h3{
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	margin:10px 0 15px 0;
}

section.itemdetail h4{
	font-size:18px;
	margin:5px 0 10px 0;
	color:#DDA0DD;
}

section.itemdetail p{margin-bottom:10px;}

.rbox{
	float:right;
	width:60%;
	height:auto;
}
.fbox{
	float:left;
	width:40%;
	height:auto;
}
.fbox img{
	width:90%;
	height:auto;
	padding: 5px;
}

section#news{
	margin: 10px;
}

section#news p{
	padding:5px 0;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}

section#news p.title{
	font-size:28px;
	font-family:"はんなり明朝";
	margin-bottom:10px;
	border: none;
}

section.voice{
	background-color:#fff;
	padding:2px;
	margin:5px;
	border:1px solid #ebebeb;
}

section.voice p{
	padding:5px;
}

/*************
メッセージボード
*************/
.board{
	margin:0;
	padding:10px 20px;
	min-height: 200px;
	border: 7px solid #F0F0DE;
}

.board p{
	font-size:16px;
	font-weight:normal;
}

/*************
見出し
*************/
h2{
	margin:10px 0;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	height:43px;
	background:url(img/h2_title.jpg) no-repeat ;
}

h2#title{
	margin:20px 0;
}

h2.titleimg{
	margin:10px 0;
	padding:0px;
	background:none ;
}

.board h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:relative;
	padding:0;
	margin-bottom:10px;
	line-height:65px;
	height:auto;
	background:url(https://www.saffronroad.in/image/img_h2board.jpg) no-repeat;
	}
.board h3{
	font-size:20px;
	line-height:35px;
	margin:10px 0;
	padding:0;
	background:url(https://saffronroad.net/img/boardsubtitle.jpg) no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#ff4000;
	}

h3{
font-size:20px;
font-weight:bold;
padding:10px 0;
}

h3.feature{
font-size:20px;
color:red;
font-weight:bold;
padding-bottom:10px;
}

h3.staff{
font-size:16px;
color:black;
font-weight:bold;
}

h3.aside{
font-size:20px;
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:url(images/asidehcolor.png) no-repeat ;
}

h4{
font-size:16px;
font-weight:bold;
margin-bottom:10px;
}



/*************
テーブル
*************/
table{
border-collapse:collapse;
margin:5px auto 15px auto;
width:100%;
}

table td{
border-collapse:collapse;
background-color:#fff;
text-align:left;
width:75%;
padding:8px;
border:1px solid #D4D4D4;
line-height:30px;
}

table th{
background:#2f4439;
text-align:right;
width:25%;
padding:8px;
white-space:nowrap;
color: #ffffff;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:bold;
}

table.qa{
border-collapse:collapse;
table-layout:fixed;
width:100%;
margin:10px;
}

table.qa td{
border-collapse:collapse;
background-color:#fff;
text-align:left;
padding:8px;
border:1px solid #D4D4D4;
line-height:30px;
}

table#customer{
border-collapse:collapse;
border:1px solid #D4D4D4;
table-layout:auto;
width:100%;
margin:10px 0;
}
table#customer th{
background-color:#E0FFFF;
text-align:right;
padding:5px;
width:25%;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:bold;
}
table#customer td{
border-collapse:collapse;
background-color:#fff;
padding:5px;
width:20%;
font-size:14px;
text-align:center;
border:1px solid #D4D4D4;
}

table.voice{
border-collapse:collapse;
border:1px solid #D4D4D4;
table-layout:auto;
width:100%;
margin:10px 0;
}
table.voice th{
background-color:#E0FFFF;
text-align:right;
padding:5px 0;
width:19%;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:bold;
}
table.voice td{
border-collapse:collapse;
background-color:#fff;
padding:5px 0;
font-size:14px;
width:20%;
text-align:center;
border:1px solid #D4D4D4;
}

table#voice2{
border-collapse:collapse;
border:1px solid #D4D4D4;
table-layout:auto;
width:100%;
margin:10px 0;
}
table#voice2 th{
background-color:#E0FFFF;
text-align:left;
padding:0 5px;
width:50%;
white-space:nowrap;
color: #151515;
border-right:none;
border-bottom:1px solid #D4D4D4;
font-size:13px;
font-weight:bold;
}
table#voice2 td{
border-collapse:collapse;
background-color:#fff;
padding:0 5px;
font-size:14px;
width:50%;
text-align:left;
border:1px solid #D4D4D4;
}

table#counter{
border-collapse:collapse;
border:1px solid #D4D4D4;
table-layout:auto;
width:90%;
margin:5px 5px 10px 5px;
}
table#counter th{
background-color:#E0FFFF;
text-align:right;
width:25%;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:2px solid #D4D4D4;
border-bottom:2px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:bold;
line-height:30px;
}
table#counter td{
border-collapse:collapse;
background-color:#fff;
text-align:right;
border-top:1px solid #D4D4D4;
border-right:2px solid #D4D4D4;
border-bottom:2px solid #D4D4D4;
border-left:1px solid #D4D4D4;
line-height:30px;
}

/*************
/* サイドバー
*************/
#sidebar{
padding:10px 0 0 0;
width:25%;
float:left;
position:relative;
overflow:hidden;
background:#ffffff;
}

#sidebar p{margin-bottom:5px;}

#sidebar img{width:100%;}

#sidebar ul{padding:5px 0;}

#sidebar ul li{
padding:5px 0;
list-style:none;
background:#fff;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#333;
display:block;
}

#sidebar li a:hover{color:#888;}

#sidebar ul.list li{
clear:both;
padding:0;
overflow:hidden;
border:0;
}

#counter{
margin:10px 0;
position:relative;
overflow:hidden;
}

#counter img{width:100%;}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}

#sidebar #blog{
border:1px solid #ebebeb;
}

#sidebar #blog a{
font-size:14px;
border-bottom:1px solid #ebebeb;
}

/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#2f4439;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{
font-size:14px;
float:none;
color:#fff;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{
font-size:18px;
color:#fff;}

#footer .info .tel,#footer .info .tel span,#footer #info .open,#footer p{
font-size:14px;
color:#fff;
}

ul.footnav{
float:right;
width:700px;
padding:10px 0;
color:#fff;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:14px;
color:#fff;
border-right:1px solid #b6b6b6;
}

ul.footnav li a{
font-size:14px;
color:#fff;
}

#footer a{color:#fff;}
#footer a:hover,a:active{color:#ccc;}

address{
clear:both;
padding:5px;
text-align:center;
color:#fff;
font-style:normal;
font-size:10px;
background:#2f4439;
}


/*************
/* レスポンシブル対応
*************/
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media only screen and (min-width:980px){

}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 979px){
#container{
	width:100%;
	}
#mainBanner h2 img{
	width:100%;
	}
#header img{
	width:100%;
	}
.logo{
	padding-left:0px;
	padding-top:5px;
	}
.logo h1 img{
	width:49%;
	}
.info{
	padding-right:0px;
	}
.info img{
	width:49%;
	}
#content{
	width:75%;
	float:right;
	padding:10px 0px 20px 0px;
	}
#content p{
	font-size:90%;
	}
#content img{
	height:auto;
	max-width:100%;
}
#content h3 img{
	width:100%;
	}
#contentfull{
	width:100%;
	margin:0;
	}
#contentfull p{
	font-size:90%;
	}
#contentfull h3 img{
	width:100%;
	}
.board h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:relative;
	margin-bottom:10px;
	line-height:65px;
	background:url(https://www.saffronroad.in/image/img_h2board.jpg) no-repeat;
	}
.board h3{
	font-size:18px;
	line-height:35px;
	margin:10px 0;
	background:url(https://saffronroad.net/img/boardsubtitle.jpg) no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#ff4000;
	}
section.item{
	margin:5px;
	overflow:hidden;
	float:left;
	width:45%;
	border: none;
}

section.item h3{
	font-size:14px;
	font-weight:bold;
	color:#301D0C;
	padding:5px;
	background:url(img/h3_title.jpg) no-repeat ;
}

section.item h4{
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
	color:#ff3300;
}

section.item p{
	font-size:12px;
	margin-bottom:10px;
}

section.itemdetail{
	padding:20px 0;
	overflow:hidden;
	border: none;
}

section.itemdetail h3{
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	margin:10px 0 15px 0;
}

section.itemdetail h4{
	font-size:18px;
	margin:5px 0 10px 0;
	color:#DDA0DD;
}

section.itemdetail p{margin-bottom:10px;}

.rbox{
	float:right;
	width:60%;
	height:auto;
}
.fbox{
	float:left;
	width:40%;
	height:auto;
}
.fbox img{
	width:90%;
	height:auto;
	padding: 5px;
}
section p.title{
	font-size:80%;
	}
section h3 img{
	width:100%;
	}
section table.qa a{
	font-size:90%;
	}
section#news p.title{
	font-size:80%;
	}
section#news h3 img{
	width:100%;
	}
section.topleftbox{
	width:48%;
	padding right:0px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	}
section.topleftbox p.title{
	font-size:80%;
	}
section.topleftbox h3 img{
	width:100%;
	}
section.toprightbox{
	width:48%;
	padding right:0px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	}
section.toprightbox p.title{
	font-size:80%;
	}
section.toprightbox h3 img{
	width:100%;
	}
section#topservice{
	margin: 10px;
}
section#topservice p.title{
	font-size:80%;
	}

p.small{
	font-size:10px;
}
table.table{
width:90%;
margin:5px;
}

table.table td{
width:65%;
padding:0 5px;
}

table.table th{
width:25%;
padding:0;
}
table.price{
width:100%;
margin:10px 0;
}
table.price th{
font-size:12px;
font-weight:bold;
}
table.price td{
font-size:12px;
}
#sidebar{
padding:10px 0 0 0;
width:25%;
float:left;
position:relative;
overflow:hidden;
}

#sidebar img{
	height:auto;
	max-width:100%;
	}

#footer .grid,#footer ul.footnav{
	width:100%;
	}

ul.footnav li{float:none;display:inline-block;}

#footer .grid p{display:block;}

#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
}

/* ナビ切り替え */
@media screen and (max-width: 740px) {
nav ul {
    width: 100%;
    border-top: solid 1px #bbb;
    margin:0;
  }
  nav ul li {
    float: left;
    width: 50%;
    height:auto;
  }
  nav ul li img {
    display: none;
  }
  nav ul li a {
    display: block;
    background: #fff;
    font-size:16px;
    padding:6px;
    border-bottom: solid 1px #bbb;
    text-decoration: none;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav ul li:nth-child(odd) a {
    border-right: solid 1px #bbb;
  }
  nav ul li a:before {
    content: attr(data-label);
  }


/* スマートフォン */
@media screen and (max-width: 599px) {
#container{
	width:100%;
	}
#mainBanner h2 img{
	width:100%;
	}
#header h1{
margin-top:20px;
}
#header img{
	width:100%;
	}
.logo img{
	padding:0px;
	}
.info{
	padding-right:0px;
	}
.info img{
	width:49%;
	}

#content{
	width:100%;
	float:none;
	padding:0px;
	}
#content p{
	font-size:80%;
	}
#content img{
	height:auto;
	max-width:100%;
}
#content h3 img{
	width:100%;
	}
#contentfull{
	width:100%;
	margin:0;
	}
#contentfull p{
	font-size:80%;
	}
#contentfull h3 img{
	width:100%;
	}
.board h2{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:relative;
	top:0px;
	padding-left:0;
	margin-bottom:5px;
	line-height:65px;
	background:url(https://www.saffronroad.in/image/img_h2boardl.jpg) repeat-x ;
	}
.board h3{
	font-size:14px;
	line-height:35px;
	margin:5px 0;
	background:url(https://saffronroad.net/img/boardsubtitle.jpg) no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#ff4000;
	}
section.item{
	margin:0px;
	overflow:hidden;
	float:left;
	width:100%;
	border: none;
}

section.item img{
	width:70%;
}

section.item h3{
	font-size:12px;
	font-weight:bold;
	color:#301D0C;
	padding:5px;
	background:url(img/h3_title.jpg) no-repeat ;
}

section.item h4{
	font-size:12px;
	font-weight:bold;
	color:#ff3300;
}

section.item p{
	font-size:12px;
	margin-bottom:5px;
}

section.itemdetail{
	margin:10px 0;
	overflow:hidden;
	border: none;
}

section.itemdetail h3{
	border-bottom:1px solid #ebebeb;
	font-size:18px;
	margin:10px 0 15px 0;
}

section.itemdetail h4{
	font-size:12px;
	margin:5px 0 10px 0;
	color:#DDA0DD;
}

section.itemdetail img{
	width:70%;
}

section.itemdetail p{
	font-size:12px;
	margin-bottom:5px;
}

.rbox{
	float:none;
	width:100%;
	height:auto;
}
.rbox img{
	width:50%;
	height:auto;
	padding: 5px;
}
.fbox{
	float:none;
	width:100%;
	height:auto;
}
.fbox img{
	width:70%;
	height:auto;
	padding: 5px;
}
section p.title{
	font-size:80%;
	}
section h3 img{
	width:100%;
	}
p.small{
	font-size:10px;
}
section table.qa a{
	font-size:80%;
	}
.alignleft{
float:none;
margin:5px;
}

.alignright{
float:none;
margin:5px;
}
table.table{
width:90%;
margin:5px;
}

table.table td{
width:65%;
padding:0 5px;
font-size:12px;
}

table.table th{
width:25%;
padding:0;
font-size:12px;
}
table.price{
width:100%;
margin:5px 0;
}
table.price th{
font-size:10px;
font-weight:bold;
}
table.price td{
font-size:10px;
}
section#news p.title{
	font-size:80%;
	}
section#news h3 img{
	width:100%;
	}
section#topleftbox{
	width:100%;
	padding right:0px;
	float:none;
	margin-bottom:10px;
	overflow:hidden;
	}
section#topleftbox p.title{
	font-size:80%;
	}
section#topleftbox h3 img{
	width:100%;
	}
section#toprightbox{
	width:100%;
	padding right:0px;
	float:none;
	margin-bottom:10px;
	overflow:hidden;
	}
section#toprightbox p.title{
	font-size:80%;
	}
section#toprightbox h3 img{
	width:100%;
	}
section#topservice{
	margin: 5px;
}
section#topservice p.title{
	font-size:80%;
	}
section#topservice ul li{
	float:none;
}
section#topservice ul li img{
	width:100%;
	padding:0px;
}


#sidebar {
	margin:0;
	float:none;
	width:100%;
	}
#sidebar img{
	height:auto;
	width:70%;
	}

#footer .info .tel,#footer .info .tel span,#footer #info .open,#footer p{
font-size:12px;
color:#fff;
}
#footer .grid,#footer ul.footnav{
	width:100%;
	font-size:12px;
	}

ul.footnav li{float:none;display:inline-block;}

#footer .grid p{display:block;}

#footer.logo,#footer .info{
	float:none;
	}
#footer .logo img{
	width:100%;
	}
}

/*-- clearfix --*/
.clear {
	clear:both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
