@charset "utf-8";
/* Copyright ICC inc. VESPINEA All right Rights Reserved. */

/*
Theme Name:momiji
*/

/* Reset default browser CSS.
-------------------------------------------------------------- */
* {	padding:0; margin:0 auto; }
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, 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 {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;}
a { text-decoration:none; }
img { vertical-align:top; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px "メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#ddd;
background:#290004;
-webkit-text-size-adjust: none;
}

.clear,
#MainNavi:after,
.MainWrap:after,
#image-navigation:after,
#divide3:after,
#NewsList li a:after,
.SubMenu:after,
section:after,
#SnsBox:after {
	clear:both;
	content:"";
	height:0;
	display:block;
}

#Author section,
#Products section,
.wpcf7-submit,
#Price .gallery ul li .Img img{
	padding:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}


/* Main Block
-------------------------------------------------------------- */
header, #MainVidualArea, #ContentBody, footer {
	width:100%;
	display: block;
}

header {}
#ContentBody {}

.MainWrap {
	width:900px;
	margin:0 auto;
}

section {
	margin-bottom:15px;
}

/* HeadDir Block
-------------------------------------------------------------- */
#HeadDir {
	background:#6c0000;
}
#HeadDir h1 {
	color:#fff;
	padding:2px 0;
}


/* Head Block
-------------------------------------------------------------- */
#Head {
	z-index:5;
}
#Logo { float:left; }
#Detail { float:right; }

#Logo a {
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	background:url(images/common/Logo.png) 0 0 no-repeat;
	margin:25px 0;
}
#Logo a:hover {
	opacity:0.8;
}
#Detail {
	color:#ddd;
}
#Detail #Tel {
	font-size:24px;
	font-family: 'Text Me One', sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight:700;
	background:url(images/common/Icon_Tel.png) 0 50% no-repeat;
	padding-left:34px;
	margin:10px 0 5px 0;
}
#Detail #Address {
	margin-bottom:10px;
}
#Detail #Open {
	font-size:12px;
	font-family: 'Text Me One', sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight:700;
	line-height:60%;
	margin:5px 0 10px 0;
}



/* MainNavi Block
-------------------------------------------------------------- */
nav{
	z-index:10;
	
	background:#6c0000;
	background-image: linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(40,0,0)),
		color-stop(1, rgb(108,0,0))
	);
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#MainNavi {
	width:935px;
	margin:0 auto;
	border-left:1px solid #510024;
}
#MainNavi li {
	float:left;
	border-right:1px solid #510024;
}
#MainNavi li a {
	float:left;
	color:#fff;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	padding:12px 27px;
}
#MainNavi li a:hover,
#MainNavi li.selected a {
	color:#eee;
}
#MainNavi li:hover,
#MainNavi li.selected {
	color:#fff;
	border-top:1px solid #6c0000;
	border-bottom:1px solid #6c0000;
	
	background:#6c0000;
	background-image: linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 50%, rgb(165,0,0) 50%, rgb(155,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 50%, rgb(165,0,0) 50%, rgb(155,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 50%, rgb(165,0,0) 50%, rgb(155,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 50%, rgb(165,0,0) 50%, rgb(155,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(40,0,0) 0%, rgb(108,0,0) 50%, rgb(165,0,0) 50%, rgb(155,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(40,0,0)),
		color-stop(0.5, rgb(108,0,0)),
		color-stop(0.5, rgb(165,0,0)),
		color-stop(1, rgb(155,0,0))
	);
	
}

#MainNavi li a span.small {
	font-size:12px;
	letter-spacing:1px;
	padding:12px 0;
}


/* MainVidual Block
-------------------------------------------------------------- */
#MainVidualArea {
	margin:10px 0;
}
#image-navigation ul li a {
  display:block;
  width:200px;
  height:100px;
}
#image-navigation ul li a img {
	vertical-align:top;
}
#image-navigation .navi {
  float:left;
}
#image-navigation .navi-image {
  float:left;
}

#image-navigation-text ul li a {
  display:block;
  width:200px;
  height:100px;
  color:#333;
  text-align:center;
}
#image-navigation-text .navi {
  float:left;
}
#image-navigation-text .navi-image {
  float:left;
}
#image-navigation-text a {
  background:#eee;
}
#image-navigation-text a.active {
  background:#333;
  color:#fff;
}
#image-navigation-text .navi-image { position:relative; }
#image-navigation-text .navi-image a { display:block; }
#image-navigation-text .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation-text .navi-image a.active { z-index:10; }
#image-navigation-text .navi-image a.last-active { z-index:9; }



#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; width:700px; height:300px; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }


/* ContentBody Block
-------------------------------------------------------------- */
p.sentence {
	padding:10px;
}
#MainColumn {
	float:left;
	width:630px;
}
#MainColumn h2 {
	color:#eee;
	font-size:10px;
	padding:5px 10px;
	border:1px solid #6c0000;
	
	background:#6c0000;
	background-image: linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -o-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -moz-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -webkit-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -ms-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgb(40,0,0)),
		color-stop(1, rgb(108,0,0))
	);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#MainColumn h2 .Title {
	font-size:14px;
	font-family: 'Text Me One', sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight:700;
	margin-right:15px;
}
#MainColumn h2 .List {
	display:block;
	float:right;
}
#MainColumn h2 .List a {
	color:#eee;
}
#MainColumn h2 .List a:hover {
	font-size:11px;
}

section.block {
	border:1px solid #6c0000;
	padding:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#NewsList {}
#NewsList li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px dotted #666;
}
#NewsList li:last-child {
	border:none;
}
#NewsList li a {
	display:block;
	color:#eee;
	padding:3px;
}
#NewsList li a:hover {
	background:#111;
}
#NewsList .img {
	float:left;
	width:50px;
	height:50px;
	margin:0 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#NewsList .img img {
	width:50px;
	height:50px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#NewsList .dir {
	float:left;
	margin-left:10px;
}
#NewsList .date {
	font-size:10px;
	margin-bottom:5px;
}
#NewsList .title {
	font-size:13px;
	font-weight:bold;
}



#SideColumn {
	float:right;
	width:260px;
}
#SideColumn h2 {
	color:#eee;
	font-size:10px;
	padding:5px 10px;
	border:1px solid #6c0000;
	
	background:#6c0000;
	background-image: linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -o-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -moz-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -webkit-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	background-image: -ms-linear-gradient(right , rgb(40,0,0) 0%, rgb(108,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgb(40,0,0)),
		color-stop(1, rgb(108,0,0))
	);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#SideColumn h2 .Title {
	font-size:14px;
	font-family: 'Text Me One', sans-serif;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight:700;
	margin-right:15px;
}
#SideColumn h2 .List {
	display:block;
	float:right;
}
#SideColumn h2 .List a {
	color:#eee;
}
#SideColumn h2 .List a:hover {
	font-size:11px;
}
#SideColumn .Banner {
	display:block;
	background:#000;
	margin-bottom:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#SideColumn .Banner img {	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#SideColumn .Banner img:hover {
	opacity:0.8;
}


/* Footer Block
-------------------------------------------------------------- */
footer {	
	background:#6c0000;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#Copy {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #333;
}

footer #LeftArea {
	float:left;
	width:630px;
	padding:20px 0;
}
footer #RightArea {
	float:left;
	width:260px;
	padding:20px 0;
}

.SubMenu {
	float:left;
	width:150px;
	border-right:1px dotted #000;
	margin-left:5px;
}
.SubMenu:after {
	clear:both;
	content:"";
	height:0;
	display:block;
}
.SubMenu li {
	list-style:none;
	margin-bottom:5px;
}
.SubMenu li a {
	display:block;
	color:#eee;
	font-size:11px;
	padding:2px 0;
}
.SubMenu li a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.SubMenu li a span.small {
	font-size:10px;
	letter-spacing:1px;
	padding:10px 0;
}

a#LogoSub {
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	background:url(images/common/Logo.png) 0 0 no-repeat;
	margin-bottom:15px;
}
a#LogoSub {
	opacity:0.8;
}

#RightArea p {
	color:#eee;
	font-size:12px;
}




/* Index page
-------------------------------------------------------------- */
#Intro,
#TopInsole {
	background:#fff;
	padding:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#Intro p {
	margin-bottom:15px;
}
#Intro h3 {
	color:#9ba300;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #9ba300;
	margin-bottom:10px;
}
#Intro ul {
	margin-left:30px;
}
#Intro ul li {
	list-style:outside;
	color:#333;
}


#TopInsole {}
#TopInsole h3 {
	color:#9ba300;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #9ba300;
	margin-bottom:10px;
}
#TopInsole h3 span.small {
	color:#333;
	font-size:11px;
	font-weight:bold;
}
#TopInsole p {
	background:none;
	
	-webkit-border-radius:none;
	-moz-border-radius:none;
	border-radius:none;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}


/* divide2 page
-------------------------------------------------------------- */
#divide2{}
#divide2 li {
	float:left;
	width:288px;
	border:1px solid #6c0000;
	padding:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}
#divide2 li:nth-child(2n) {
	margin-left:10px;
}
#divide2 h4 {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	color:#008cba;
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:5px;
}
#divide2 a {
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:top;
}
#divide2 img {
	width:100%;
	height:160px;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:10px;
}
#divide2 p {
	color:#eee;
	font-size:10px;
}


/* divide3 page
-------------------------------------------------------------- */
#divide3 li {
	float:left;
	width:181px;
	border:1px solid #6c0000;
	padding:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

#divide3 li:nth-child(2n) {
	margin:0 10px;
}
#divide3 h4 {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	color:#eee;
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:5px;
}
#divide3 a {
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:top;
}
#divide3 img {
	width:100%;
	vertical-align:top;
	margin-bottom:10px;
}
#divide3 img:hover {
	opacity:0.7;
}
#divide3 p {
	color:#eee;
	font-size:10px;
}

/* SnsBox page
-------------------------------------------------------------- */
#SnsBox {
	width:530px;
	background:#333;
	padding:10px;
	margin:0 auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 1px 5px #000 inset;
	-moz-box-shadow: 1px 1px 5px #000 inset;
	box-shadow: 1px 1px 5px #000 inset;
}
#SnsBox h4 {
	text-align:center;
	color:#999;
	font:12px ;
	font-weight:bold;
	border-bottom:1px solid #222;
	margin-bottom:10px;
}
#SnsBox ul {
	width:510px;
	margin:0 auto;
}
#SnsBox ul li {
	float:left;
	margin-right:10px;
}
#SnsBox ul li:last-child {
	margin-right:0;
}
#SnsBox ul li a {
	display:block;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#SnsBox ul li a img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#SnsBox ul li a img:hover {
	opacity:0.9;
}

/* breadcrumb Block
-------------------------------------------------------------- */
#breadcrumb {
	width:100%;
	margin-bottom:20px;
}
#breadcrumb ul {
	width:900px;
	list-style:none;
	padding:5px 0;
	margin:0 auto;
}
#breadcrumb ul:after {
	clear:both;
	content:"";
	height:0;
	display:block;
}
#breadcrumb ul li {
	float:left;
	font-size:10px;
	margin:0 5px;
}
#breadcrumb ul li a {
	text-decoration:underline;
}
#breadcrumb ul li a:hover {
	font-weight:bold;
}

/* #Single Block
-------------------------------------------------------------- */
#Single {}
#Single li {
	clear:both;
	list-style:none;
	padding:5px;
	border-bottom:1px dotted #999;
}
#Single li:last-child {
	border:none;
}
#Single li a {
	/*display:block;*/
	color:#eee;
	padding:3px;
}
#Single li a:hover {
	background:#fff;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#Single .date {
	text-align:right;
	font-size:10px;
	margin-top:15px;
	padding-left:10px;
}
#Single li .content{}
#Single li .content a{
	overflow:hidden;
	padding:0;
	margin: 10px 10px 5px 0;
}
#Single li .content a img {
	margin-bottom:10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#Single li .content p{}
/*#Single .img img {
	width:100%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}*/


/* #CategoryList Block
-------------------------------------------------------------- */
#Categorytitle{
	font-size:0;
}
#Categorytitle .Title{ padding:0;}
#Categorytitle .Title a{ padding:0;}

#CategoryList {}
#CategoryList li {
	clear:both;
	overflow:hidden;
	list-style:none;
	padding:5px;
	margin-bottom:20px;
	/*border-bottom:1px dotted #999;*/
}
#CategoryList li:last-child {
	border:none;
}
#CategoryList li a {
	/*display:block;*/
	color:#eee;
	padding:3px;
}
#CategoryList li a:hover {
	color:#fff;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#CategoryList .date {
	text-align:right;
	font-size:10px;
	margin-top:15px;
	padding-left:10px;
}
#CategoryList li .img{
	width:38%;
	float:left;
}
#CategoryList li .img img{ width:100%;}
#CategoryList li .contents{
	width:60%;
	float:right;
}

/* #Author Page
-------------------------------------------------------------- */
#Author section{ font-size:110%;}
#Author section .name{
	font-size:200%;
	font-family:"Times New Roman", Times, serif;
	padding:10px 0;
}

/* #Products Page
-------------------------------------------------------------- */
#Products section{
	width:28%;
	margin:1%;
	height:240px;
	float:left;
}
#Products section .img{
	width:98%;
	margin:0 1%;
}
#Products section .img img{
	width:100%;
	height:125px;
	overflow:hidden;
}
#Products section article .content{
	width:98%;
	margin:0 1%;
	padding:0;
}

/* #Flow Page
-------------------------------------------------------------- */
#Flow section h2 .Title{
	font-size:200%;
	font-family:"Times New Roman", Times, serif;
}
#Flow section .Description{
	padding:10px;
	font-size:120%;
}

/* #Price Page
-------------------------------------------------------------- */
#Price .gallery h2{
	margin-bottom:15px;
}
#Price .gallery ul li{
	width:25%;
	float:left;
}
#Price .gallery ul li .Img{
	width:98%;
	margin:1%;
}
#Price .gallery ul li .Img img{
	width:98%;
	height:150px;
	overflow:hidden;
	margin:1%;
	padding:0;
}
#Price .List ul li{
	clear:both;
	overflow:hidden;
	padding:10px;
	border-bottom:solid 1px #eee;
}
#Price .List ul li .title{
	width:20%;
	float:left;
}
#Price .List ul li .Price{
	float:right;
}
#Price .List p{
	padding:10px;
	font-size:120%;
	text-align:right;
}

/* Company page
-------------------------------------------------------------- */
#Company section{ clear:both;}
#Company section .Greeting{}
#Company section .Greeting .img{
	width:30%;
	float:left;
}
#Company section .Greeting .img img{ width:100%;}
#Company section .Greeting .coment{
	width:68%;
	float:right;
	margin-bottom:15px;
}
#Company table{
	width:100%;
	margin:15px 0;
}
#Company table tr th{
	width:25%;
	border:solid 1px #eee;
	padding:7px 10px;
}
#Company table tr td{
	width:75%;
	border:solid 1px #eee;
	padding:7px 10px;
}
#Company section .AccImg{
	width:50%;
	float:left;
}
#Company section .AccImg img{
	width:98%;
	margin:1% 1% 10px 1%;
}
#Company section .Map{
	clear:both;
}

/* Company page
-------------------------------------------------------------- */
#Contact section p,
#Contact section .ContactUs table { padding:10px;}
#Contact section .ContactUs table{ font-size:150%; font-weight:bold;}
#Contact section .ContactUs table tr th{
	width:40%;
	padding:5px 0 5px 30px;
	background:url(images/common/Icon_Tel.png) no-repeat left center;
}
#Contact section .ContactUs table tr td{
	width:60%;
	padding:5px;
}
#Contact .last .Contactform .Row{
	border-bottom: dotted 1px #eee;
	clear:both;
}
#Contact .last .Contactform .Row .title{
	width:30%;
	float:left
}
#Contact .last .Contactform .Row .Answer{
	width:69%;
	float:right;
}
#Contact .last .Contactform .Row .wpcf7-submit{
	width:20%;
	float:right;
	margin-top:15px;
	text-align:center;
	font-weight:bold;
	
}
.entry-title{ font-size:0;}