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

/*******************************************************
Reset
*******************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/*******************************************************
Base
*******************************************************/
html {
	-webkit-text-size-adjust: none;
}
body {
	background: #44110a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #260c0c;
}

#wrapper {
	position: relative;
	width: 100%;
}

article {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 220px;
}
article h2 {
	display: block;
	text-align: right;
	padding: 10px 0;
}
article h3 {
	margin: 50px 0 25px 0;
}

.inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}
.inner2 {
	width: 910px;
	padding: 0 25px;
	color: #b2591f;
}

a:link,
a:visited {
	color: #b45b21;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear: both;
}
a.roll:hover {
	opacity: 0.6;
}
div#bgHead {
	width: 100%;
	height: 700px;
	background: url(../images/2nd_bg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	z-index: -100;
}
div#bgFoot {
	width: 100%;
	height: 300px;
	background: url(../images/2nd_bg_foot.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	bottom: 0;
	z-index: -100;
}


/*******************************************************
Font
*******************************************************/
.f10 { font-size: 77%;}
.f11 { font-size: 85%;}
.f12 { font-size: 93%;}
.f13 { font-size: 100%;}
.f14 { font-size: 108%;}
.f15 { font-size: 116%;}
.f16 { font-size: 124%;}
.f17 { font-size: 131%;}
.f18 { font-size: 139%;}
.f19 { font-size: 147%;}
.f20 { font-size: 154%;}
.f21 { font-size: 162%;}
.f22 { font-size: 170%;}
.f23 { font-size: 177%;}
.f24 { font-size: 185%;}
.f25 { font-size: 193%;}
.f26 { font-size: 200%;}


/*******************************************************
Layout
*******************************************************/
.m0 { margin: 0;}
.m0t { margin-top: 0;}
.m0b { margin-bottom: 0;}
.m0l { margin-left: 0;}
.m0r { margin-right: 0;}
.m5 { margin: 5px;}
.m5t { margin-top: 5px;}
.m5b { margin-bottom: 5px;}
.m5l { margin-left: 5px;}
.m5r { margin-right: 5px;}
.m10 { margin: 10px;}
.m10t { margin-top: 10px;}
.m10b { margin-bottom: 10px;}
.m10l { margin-left: 10px;}
.m10r { margin-right: 10px;}
.m15 { margin: 15px;}
.m15t { margin-top: 15px;}
.m15b { margin-bottom: 15px;}
.m15l { margin-left: 15px;}
.m15r { margin-right: 15px;}
.m20 { margin: 20px;}
.m20t { margin-top: 20px;}
.m20b { margin-bottom: 20px;}
.m20l { margin-left: 20px;}
.m20r { margin-right: 20px;}
.m25 { margin: 25px;}
.m25t { margin-top: 25px;}
.m25b { margin-bottom: 25px;}
.m25l { margin-left: 25px;}
.m25r { margin-right: 25px;}
.m30 { margin: 30px;}
.m30t { margin-top: 30px;}
.m30b { margin-bottom: 30px;}
.m30l { margin-left: 30px;}
.m30r { margin-right: 30px;}
.m35 { margin: 35px;}
.m35t { margin-top: 35px;}
.m35b { margin-bottom: 35px;}
.m35l { margin-left: 35px;}
.m35r { margin-right: 35px;}

.p0t { padding-top: 0 !important;}

.right,
.alignright {
	float: right !important;
}
.left,
.alignleft {
	float: left !important;
}
.center {
	text-align: center !important;
}


/*******************************************************
WP native css
*******************************************************/
/* editor */
 
.topicsContent p {
    display: block;
    margin: 1em 0;
}
.topicsContent strong { font-weight: bold; }
.topicsContent em { font-style: italic; }
.topicsContent blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.topicsContent a:hover {
	color: #b45b21;
	text-decoration: underline;
}

.topicsContent h1 {
	text-align: left;
	font-size: 177%;
}
.topicsContent h2 {
	text-align: left;
	font-size: 162%;
}
.topicsContent h3 {
	text-align: left;
	font-size: 147%;
}
.topicsContent h4 {
	text-align: left;
	font-size: 131%;
}
.topicsContent h5 {
	text-align: left;
	font-size: 116%;
}
.topicsContent h6 {
	text-align: left;
	font-size: 100%;
}

/*******************************************************
Header
*******************************************************/
header {
	background:url(../images/header.png) repeat-x;
	height: 108px;
	z-index: 100;
	position: relative;
}
header h1 {
	color: #630;
	line-height: 32px;
	margin-left: 146px;
	font-weight: normal;
	font-size: 93%;
}
header .logo {
	float: left;
}
header .headerTel {
	float: right;
	margin-top: 12px;
}
header nav ul {
	display: block;
	list-style-type: none;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	display: table-cell;
	height: 45px;
	width: 113px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #630;
	color: #b45b21;
	font-size: 131%;
}
header nav ul li a:link,
header nav ul li a:visited {
	color: #b45b21;
	text-decoration: none;
}
header nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #fff;
}
header nav ul li a.visi {
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #fff;
}


/*******************************************************
Footer
*******************************************************/
footer {
	background: rgba(0,0,0,0.5) url(../images/footer.png) bottom repeat-x;
	padding: 25px 0 47px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer nav {
	display: block;
	background: rgba(0,0,0,0.6);
	width: 530px;
	padding: 5px 0 5px 15px;
	float: right;
	font-size: 93%;
	letter-spacing: 0;
	color: #b45b21;
}
footer nav ul {
	float: left;
	display: block;
	list-style-type: disc;
	padding-right: 20px;
}
footer nav ul:last-of-type {
	padding-right: 0;
}
footer nav ul li {
	margin-left: 1em;
}
footer nav ul li a:link,
footer nav ul li a:visited {
	color: #b45b21;
	text-decoration: none;
}
footer nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -55px;
	right: 0;
}

/*******************************************************
TOP
*******************************************************/
#topMain {
	height: 700px;
/*	background: url(../images/top/top_img1.jpg) center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#topMain img {
	margin-top: 70px;
}
#top1 {
	background: rgba(0,0,0,0.7) url(../images/top/top01.png) center no-repeat;
	height: 240px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#top1 p {
	width: 960px;
	margin: 100px auto 0 auto;
	color: #fff;
	text-align: center;
	font-size: 108%;
	line-height: 1.8em;
}
#top2 {
	background: #000;
	height: 370px;
	padding: 50px 0;
}
#top2 a.busi {
	width: 239px;
	height: 266px;
	display: block;
	text-align: center;
	padding-top: 15px;
	float: left;
	text-decoration: none;
	color: #fff;
}
#top2 a.busi:hover {
	opacity: 0.6;
}
#top3 {
	background: url(../images/top/top_footer.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
	padding-top: 60px;
}
#top3 #topics .nt {
	background: rgba(0,0,0,0.8);
	padding: 10px 15px 5px 15px;
	width: 193px;
}
#top3 #topics ul {
	display: block;
	background: rgba(0,0,0,0.8);
	padding: 0 20px;
	list-style-type: none;
}
#top3 #topics ul li {
	color: #fff;
	display: block;
	line-height: 4em;
	border-bottom: 1px dotted #b45b21;
}
#top3 #topics ul li:last-of-type {
	border-bottom: none;
}
#top3 #topics ul li span {
	color: #b45b21;
	margin-right: 15px;
}
#top3 #topics ul li span.new {
	display: inline-block;
	background: #b2591f;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	font-weight: normal;
	font-size: 80%;
	padding: 3px;
	line-height: 1em;
}
#top3 #topics ul li a {
	display: inline-block;
	width: 765px;
	float: right;
}
#top3 #topics ul li a:link,
#top3 #topics ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#top3 #topics ul li a:hover {
	text-decoration: underline;
}
.top4 {
	width: 470px;
	text-align: center;
	padding-top: 70px;
}


/*******************************************************
Business
*******************************************************/
#business1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}
#business2 p {
	float: right;
	width: 390px;
	font-size: 108%;
}
#business2 dl {
	width: 430px;
	display: block;
	margin-top: 25px;
}
#business2 dl dt {
	font-size: 139%;
	font-weight: bold;
}
#business2 dl dt span {
	font-size: 77%;
	font-weight: normal;
}
#business2 dl dd {
	margin-bottom: 20px;
}
#business3 .gal1 {
	width: 215px;
	padding-right: 2px;
	float: left;
}
#business3 .gal1 table {
	border: none;
	font-size: 85%;
	letter-spacing: 0;
	margin-top: 5px;
	line-height: 1.5em;
}
#business3 .gal2 {
	width: 477px;
	height: 322px;
	padding-right: 2px;
	float: left;
	overflow: hidden;
	position: relative;
}
#business3 .gal2 img {
	top: 0;
	left: 0;
	position: absolute;
}
#business3 .gal3 {
	display: block;
	list-style-type: none;
	width: 214px;
	float: left;
}
#business3 .gal3 li {
	display: block;
	float: left;
	width: 106px;
	height: 106px;
	margin-bottom: 2px;
	background-color: #2f0c07;
}
#business3 .gal3 li img {
	cursor: pointer;
}
#business3 .gal3 li:nth-of-type(2n) {
	margin-left: 2px;
}
#gallery1,
#gallery2,
#gallery3 {
	margin-bottom: 40px;
}
#gallery1 .active img,
#gallery2 .active img,
#gallery3 .active img {
	filter:alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}
#gallery1 ul:after,
#gallery2 ul:after,
#gallery3 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#gallery1 ul,
#gallery2 ul,
#gallery3 ul {
	display: inline-block;
	overflow: hidden;
}


/*******************************************************
Company
*******************************************************/
#company1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
}
#company2 table {
	width: 430px;
	border-collapse: collapse;
}
#company2 table th {
	width: 100px;
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}
#company2 table td {
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}
.companyMap {
	width: 430px;
	height: 550px;
	float: right;
}


/*******************************************************
Property
*******************************************************/
body#property article:first-of-type,
body#w_sengawa article:first-of-type,
body#w_sengawa2 article:first-of-type,
body#w_sengawa3 article:first-of-type,
body#w_midorigaoka article:first-of-type,
body#w_midorigaoka2 article:first-of-type,
body#s_sengawa article:first-of-type {
	padding-bottom: 0;
}
#property1 {
	background: #280d0c;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	position: relative;
}
#property1 ul {
	list-style-type: none;
}
#property1 ul li {
	display: table-cell;
	width: 227px;
	height: 219px;
	float: left;
	text-align: center;
}
#properties {
	background: #1b0704;
	padding: 25px 0;
	margin: 40px 0;
}
#properties a {
	display: block;
	width: 147px;
	float: left;
	margin-right: 15px;
}
#properties a:last-of-type {
	margin-right: 0;
}
#property2 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 230px;
}
#property2 .propertyMap {
	width: 960px;
	height: 500px;
}
#property2 a.btnVacant {
	display: block;
	width: 428px;
	height: 55px;
	margin: 30px auto 0 auto;
}
.gm-style-iw div {
	overflow: hidden !important;
	letter-spacing: 0 !important;
}
.gm-style-iw a:hover {
	color: #b45b21;
	text-decoration: underline;
}
.pName {
	width: 428px;
	color: #b45b21;
	float: left;
}
#property1 a.btnVacant {
	display: block;
	width: 428px;
	height: 55px;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
#property1 #gallery {
	width: 456px;
	float: right;
}
#property1 #gallery div {
	width: 456px;
	height: 344px;
	overflow: hidden;
	position: relative;
}
#property1 #gallery div img {
	top: 0;
	left: 0;
	position: absolute;
}
#property1 #gallery ul {
	display: block;
	list-style-type: none;
	width: 456px;
}
#property1 #gallery ul li {
	display: block;
	float: left;
	width: 111px;
	height: 111px;
	margin: 4px 4px 0 0;
}
#property1 #gallery ul li img {
	cursor: pointer;
}
#property1 #gallery ul li:nth-of-type(4n) {
	margin-right: 0;
}

#property1 #gallery .active img {
	filter:alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}
#property1 #gallery ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#property3 {
	padding: 40px 25px 0 25px;
}
#property3 img {
	margin-right: 10px;
	margin-bottom: 40px;
	display: block;
	float:left;
}
#property3 img:nth-of-type(4n) {
	margin-right: 0;
}
#property3 p {
	clear: both;
	text-align: right;
	color: #fff;
	font-size: 85%;
	margin-bottom: 20px;
}
#property5 {
	width:440px;
	float: left;
	padding: 40px 0 0 25px;
}
#property6 {
	width:440px;
	float: right;
	padding: 40px 25px 0 0;
}
#property4 #propertyLeft {
	float: left;
	width: 440px;
}
#property4 #propertyLeft h3,
#property5 h3 {
	display: block;
	background: #280d0c;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 7px 15px;
	font-size: 139%;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #b2591f;
}
#property4 #propertyLeft ul,
#property5 ul {
	list-style-type: none;
	display: block;
	margin-bottom: 25px;
}
#property4 #propertyLeft ul li,
#property5 ul li {
	display: block;
	float: left;
	width: 84px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#property4 #propertyLeft ul li:nth-of-type(5n),
#property5 ul li:nth-of-type(5n) {
	margin-right: 0;
}
#property4 #propertyLeft dl,
#property5 dl {
	color: #fff;
}
#property4 #propertyLeft dl dt,
#property5 dl dt {
	font-weight: bold;
	font-size: 108%;
}
#property4 #propertyLeft dl dd,
#property5 dl dd {
	margin-bottom: 1em;
}
#property4 #propertyRight {
	float: right;
	width: 440px;
}
#property4 #propertyRight .propertyMap,
#property6 .propertyMap {
	width: 440px;
	height: 326px;
	margin-bottom: 20px;
}
#property4 #propertyRight ul,
#property6 ul {
	list-style-type: circle;
	width: 215px;
}
#property4 #propertyRight ul li,
#property6 ul li {
	color: #fff;
	font-size: 93%;
	letter-spacing: 0;
	margin-left: 1.5em;
	line-height: 1.5em;
}
#property4 #propertyRight ul li.lt,
#property6 ul li.lt {
	font-size: 108%;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	margin-top: 5px;
}
#property5 p {
	color: #b2591f;
	font-weight: bold;
	font-size: 108%;
}
#property6 p {
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}


/*******************************************************
Vacant
*******************************************************/
#vacant1 {
	background: #280d0c;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	position: relative;
	color: #fff;
}
#vacant1 .vacant2 {
	display: table;
	margin-bottom: 20px;
}
#vacant1 .vacant2 span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
#vacant1 .vacant3 {
	margin-top: 50px;
	margin-bottom: 20px;
}
#vacant1 table {
	width: 910px;
	border-collapse: collapse;
}
#vacant1 table th {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #561603;
	padding: 10px;
	border: 2px solid #944b1b;
	white-space: nowrap;
}
#vacant1 table td {
	color: #2f0c07;
	text-align: left;
	vertical-align: middle;
	background: #e09750;
	padding: 15px 10px;
	border: 2px solid #944b1b;
	font-size: 108%;
}
#vacant1 table td.prop {
	font-weight: bold;
	white-space: nowrap;
}
#vacant1 table td.nw {
	white-space: nowrap;
}
#vacant1 table td a {
	display: block;
	background: url(../images/vacant/icon_pdf.png) center right no-repeat #b2591f;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #2f0c07;
	padding: 4px 28px 4px 5px;
	min-height: 20px;
	text-decoration: none;
}
#vacant1 table td a.map {
	padding: 4px 5px 4px 5px !important;
	width: 20px;
	margin: 0 auto;
}
#vacant1 table td a:hover {
	opacity: 0.6;
}
#vacant1 .entry {
	text-align: center;
	margin-top: 20px;
}
#vacant1 .entry a {
	display: inline-block;
	background: #b2591f;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 124%;
	padding: 15px 25px;
	text-decoration: none;
}
	

/*******************************************************
Contact
*******************************************************/
#contact1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	color: #b2591f;
}
#contact1 dl dt {
	text-align: left;
	font-weight: bold;
	font-size: 124%;
	margin-top: 20px;
}
#contact1 dl dt span {
	font-weight: normal;
	font-size: 85%;
}
#contact1 dl dd {
	text-align: left;
}
#contact2 {
	padding: 50px 25px 0 25px;
	text-align: center;
}
#contact2 h3 {
	margin: 0;
}
#contact2 table {
	width: 720px;
	display: block;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 10px;
}
#contact2 table th {
	padding: 20px 0 0 15px;
	color: #b2591f;
	text-align: left;
	font-weight: normal;
	font-size: 124%;
	width: 150px;
	vertical-align: top;
	width: 200px;
}
#contact2 table th span {
	display: inline-block;
	background: #b2591f;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	padding: 3px 5px;
	line-height: 1em;
	float: right;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contact2 table td {
	padding: 10px 15px;
	width: 470px;
}
#contact2 table td input[type="text"],
#contact2 table td input[type="tel"],
#contact2 table td input[type="email"],
#contact2 table td textarea {
	width: 470px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	line-height: 1.5em;
	padding: 10px;
}
#contact2 table td textarea {
	height: 150px;
}
#contact2 #privacy {
	width: 650px;
	height: 100px;
	padding: 25px;
	overflow: auto;
	color: #fff;
	background: #280d0c;
	margin: 25px auto 0;
	text-align: left;
	font-size: 93%;
}
#contact2 #privacy h4 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 1em;
}
#contact2 #privacy dl dt, #contact2 #privacy dl dd {
	text-align: left;
}
#contact2 #privacy dl dt {
	font-weight: bold;
	font-size: 108%;
	padding: 10px 0;
}
#contact2 #privacy dl dd ol li {
	margin-left: 40px;
}
#contact2 #privacy p:not(dt p, dd p) {
	text-align: right;
}
#contact2 .entry input {
	display: inline-block;
	background: #b2591f;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 139%;
	padding: 25px;
	text-decoration: none;
	border: none;
	/*cursor: pointer;*/
}
#contact2 .entry input:hover {
	opacity: 0.6;
}
#contact2 .wpcf7-not-valid-tip {
	color: #fff;
	background: #f00;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
}
#contact2 .wpcf7-validation-errors {
	color: #fff;
	background: #f00;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	border: none;
}
#contact2 .conf {
	font-size: 139%;
	color: #fff;
	font-weight: normal;
}
#contact2 .wpcf7c-conf {
	background: none;
	color: #fff;
	font-size: 124%;
	font-weight: normal;
}
#contact2 .thanks {
	background: #280d0c;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	color: #fff;
	width: 500px;
	margin: 15px auto;
}
#contact2 .thanks p {
	font-size: 154%;
	font-weight: normal;
	margin-bottom: 10px;
}
.acceptance {
	background: #ddb193;
	padding: 10px 0;
	margin: 0 auto 20px;
	width: 700px;
}


/*******************************************************
Topics
*******************************************************/
#topics1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	color: #280d0c;
	min-height: 400px;
}
#topics1 ul {
	list-style-type: none;
}
#topics1 ul li {
	display: block;
	border-bottom: 1px dotted #b2591f;
	padding: 25px;
	color: #280d0c;
	font-size: 124%;
	font-weight: bold;
}
#topics1 ul li p {
	display: block;
	width: 670px;
	float: right;
}
#topics1 ul li p a {
	color: #b2591f;
}
#topics1 ul li .new {
	display: inline-block;
	background: #b2591f;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: normal;
	font-size: 80%;
	padding: 3px;
	line-height: 1em;
	margin-left: 15px;
}
#topics1 h3 {
	display: block;
	background: #280d0c;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;
	color: #b2591f;
	font-size: 162%;
	font-weight: normal;
	margin: 0 !important;
}
#topics1 p.date {
	text-align: right;
	color: #b2591f;
	margin: 10px 0;
}
#topics1 .topicsContent {
}
#topics1 .addthis-toolbox {
	position: relative;
	top: -25px;
}
a.backto {
	display: block;
	background: #b2591f;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	text-align: center;
	width: 200px;
	margin: 20px auto 0 auto;
}

/*******************************************************
Privacy
*******************************************************/
#privacy1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	color: #280d0c;
}
#privacy1 dl dt {
	font-size: 124%;
	font-weight: bold;
	color: #b2591f;
	display: block;
	border-left: 5px solid #b2591f;
	padding: 3px 0 3px 15px;
}
#privacy1 dl dd {
	display: block;
	border-top: 1px dotted #280d0c;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#privacy1 dl dd ol li {
	margin-left: 40px;
}
#privacy1 p {
	text-align: right;
}
#privacy2 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	margin-top: 30px;
	color: #280d0c;
}
#privacy2 dl dt {
	font-size: 124%;
	font-weight: bold;
	color: #280d0c;
	display: block;
}
#privacy2 dl dd {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}
#privacy2 dl dd a {
	display: inline-block;
	line-height: 30px !important;
	padding-left: 30px;
	background: url(../images/privacy/icon_pdf.png) left center no-repeat;
}
#privacy1 a:hover,
#privacy2 a:hover {
	color: #b45b21;
	text-decoration: underline;
}


/*******************************************************
Legal
*******************************************************/
#legal1 {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	color: #280d0c;
}
#legal1 dl dt {
	font-size: 124%;
	font-weight: bold;
	color: #b2591f;
	display: block;
	border-left: 5px solid #b2591f;
	padding: 3px 0 3px 15px;
}
#legal1 dl dd {
	display: block;
	border-top: 1px dotted #280d0c;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#legal1 dl dd ol li {
	margin-left: 40px;
}
#legal1 h3 {
	margin: 0;
	font-size: 170%;
	font-weight: normal;
	color: #b45b21;
}
#legal1 p {
	margin: 10px 0 50px 0;
}
#legal1 a:hover {
	color: #b45b21;
	text-decoration: underline;
}


/*******************************************************
Pagenation
*******************************************************/
div.wp-pagenavi {
	display: block;
	text-align: center;
	margin-top: 25px;
}
div.wp-pagenavi .current {
	display: inline-block;
	background: #b2591f;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b2591f;
	color: #fff;
	text-align: center;
	margin-right: 5px;
}
div.wp-pagenavi a {
	display: inline-block;
	background: #fff;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b2591f;
	color: #b2591f;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
}
div.wp-pagenavi a:hover {
	background: #b2591f;
	color: #fff;
}



/*******************************************************
Page not found
*******************************************************/
#notfound {
	background: #fff;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px;
	color: #280d0c;
	margin-top: 75px;
	height: 400px;
	text-align: center;
}
#notfound p {
	font-size: 130px;
	text-align: center;
	display: block;
	color: #b2591f;
	font-family: arial, sans-serif;
	line-height: 150px;
}
#notfound h2 {
	display: block;
	text-align: center;
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 50px;
	color: #b2591f;
	font-family: arial, sans-serif;
}


