@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,900');

/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
/*

	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transform: translate(0px,30px);
	-moz-transform: translate(0px,30px);
	-ms-transform: translate(0px,30px);
	-o-transform: translate(0px,30px);
	transform: translate(0px,30px);
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
*/
/*画像リンクの場合はinline-block*/
a[href^='tel'] {text-decoration:none;pointer-events: none;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
}
input[type='submit'] {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.error {color: #f00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size: 10px;}
.fontb {font-size: 16px;}
.red {color: #f00;}
.red2 {color: #c00;}
.blue {color: #0e3a73;}
.pink {color: #f66;}
.orange {color: #ff5a24;}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
/*
	text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
*/
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------- */
#header {
	color: #fff;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
/*
	background-image: url("../../../../../img/global/horse.png");
	background-repeat: no-repeat;
	background-position: bottom;
*/
	margin: 0px auto;
}
/*
@media screen and (max-width: 767px) {
	.header {
		background-image: url("../../../../../img/global/horse2.png");
		background-position: left bottom;
	}
}
*/
.headerouter {
}
/*
@media screen and (max-width: 767px) {
	.headerouter {
			background-image: url("../../../../../img/global/horse3.png");
			background-repeat: no-repeat;
			background-position: right bottom;
			margin: 0px auto;
	}
}
.headerinner {
	background-image: url("../../../../../img/global/grass.png");
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.header {
		width: auto;
	}
}
*/
.headertop {
	text-align: center;
	padding-top: 2px;
}
.headertop h1 {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}
.headerlogo {
	padding: 5px 0px;
}
.headerlogo img, .headerlogo a {
	display: block;
	width: 300px;
	height: 70px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.headerlogo img, .headerlogo a {
		width: 150px;
		height: auto;
	}
}
.headerlink {
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.headerlink a {
	display: inline-block;
	line-height: 1em;
	text-decoration: none;
	border-left: 1px solid #fff;
	margin-left: 5px;
	padding-left: 5px;
}
.headerlink a:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
#nav {
	background-color: #e6e6e6;
	margin: 0px auto;
	padding: 0px;
}
/* ---------------------------------------------------------------------- */
#footer {
	color: #fff;
	background-color: #000;
	margin: 0px auto;
}
.footer {
	width: 1100px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
		max-width: 1100px;
	}
}
.footerlogo {
	margin-bottom: 10px;
}
.footerlogo img {
	margin: 0px auto;
}
.footeradd {
	text-align: center;
}
.footeradd address {
	font-size: 10px;
	font-style: normal;
}
.footerlink {
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	padding: 10px;
}
.footerlink ul {
	line-height: 1em;
	list-style-type: none;
}
.footerlink li {
	display: inline-block;
	line-height: 1em;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li a {
	display: block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
}
.footerlink li a strong {
	font-weight: normal;
}
.footerlink li a:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
@media screen and (max-width: 767px) {
	.footerlink li {
		display: block;
		line-height: 1em;
		border-left: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	.footerlink a {
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	.footerlink a:last-child {
		border-bottom: none;
	}
	.footerlink a:hover {
		background: #999;
	}
}
.copyright {
	color: #ccc;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	line-height: 1em;
}
.gotop a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("../../../../../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
#main {
	line-height: 1.8em;
	background-image: url("../../../../../img/global/grass.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
@media screen and (max-width: 767px) {
	#main {
	}
}
.main {
	width: 1100px;
	margin: 0px auto;
	padding: 20px 0px;
}
@media screen and (max-width: 767px) {
	.main {
		width: auto;
		max-width: 1100px;
	}
}
.main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
	float: left;
	width: 830px;
	padding: 0px 20px 0px 0px;
}
#secondary {
	float: left;
	width: 250px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	#primary {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding: 5px;
	}
	#secondary {
		float: none;
		width: auto;
	}
}
/* title---------------------------------------------------------------------- */
.title {
	border-bottom: 2px solid #04a561;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
#index .title {
	margin-bottom: 20px;
}
.title h2 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	font-family: 'Noto Serif JP', sans-serif;
	background-image: url("../../../../../img/parts/horse6.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px 0px 0px 70px;
}
@media screen and (max-width: 767px) {
	.title {
		margin-bottom: 20px;
	}
	.title h2 {
		font-size: 20px;
		text-align: center;
		background-position: center top;
		padding: 50px 0px 0px 0px;
	}
}
.title.archivetitle h2 {
}
.title.archivetitle h2 span {
	display: none;
}
.title.archivetitle h2 strong {
	font-weight: normal;
}
.page-profile .title h2 {background-image: url("../../../../../img/parts/horse5.png");}
.page-stable .title h2 {background-image: url("../../../../../img/parts/horse4.png");}
.page-yotaku .title h2 {background-image: url("../../../../../img/parts/horse3.png");}
.page-sonodahimeji .title h2 {background-image: url("../../../../../img/parts/horse2.png");}
.page-owner .title h2 {background-image: url("../../../../../img/parts/horse1.png");}
/* titles---------------------------------------------------------------------- */
.titles {
	margin-bottom: 20px;
}
.newslist .titles {
	margin-bottom: 10px;
}
.titles h3 {
	color: #04a561;
	font-size: 20px;
	font-weight: normal;
}
.titles h4 {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
}
/* primary---------------------------------------------------------------------- */
.primary {
	margin-bottom: 20px;
	padding: 0px;
}
/* bloc---------------------------------------------------------------------- */
.bloc {
	border-bottom: 1px solid #c0b4d6;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.bloc:after {
	content: "";
	display: block;
	clear: both;
}
/* ---------------------------------------------------------------------- */
.outer {
	padding: 0px 10px;
}
.inner {
	padding: 0px 20px;
}
@media screen and (max-width: 767px) {
	.outer {
		padding: 0px 0px;
	}
	.inner {
		padding: 0px 5px;
	}
}
/* ---------------------------------------------------------------------- */
.box {
	border: 1px solid #c0b4d6;
	margin-bottom: 30px;
	padding: 10px 10px;
}
.boxtitle {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}
.boxtitle h4 {
	font-size: 16px;
	font-weight: bold;
}
.boxtex {
}
.boxtex ol {
	margin-left: 30px;
}
.boxtex p {margin-bottom: 10px;}
.boxtex p:last-child {margin-bottom: 0px;}
/* link---------------------------------------------------------------------- */
.link {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.link {
	}
}
.link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	text-decoration: none;
	background-color: #04a561;
	background-image: url("../../../../../img/parts/arrow3.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #04a561;
	padding: 10px 30px;
}
.link2 a {
	display: inline-block;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.link a {
		display: block;
		padding: 20px 10px;
	}
}
.link a strong {
	font-weight: normal;
}
.link a:hover,.link a:active {
	color: #04a561;
	background-color: #fff;
	border: 1px solid #04a561;
}
/* tablebloc---------------------------------------------------------------------- */
.tablebox,.tablebloc dl,.tablebloc ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: table-cell;vertical-align: top;}@media screen and (max-width: 767px) {.tablebox,.tablebloc dl,.tablebloc ul {display: block;width: auto;}.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {display: block;width: auto;}}.tableboxA,.tableblocA dl,.tableblocA ul {}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}@media screen and (max-width: 767px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 479px) {.tableboxA,.tableblocA dl,.tableblocA ul {display: block;width: auto;}.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {display: block;width: auto;}}.tableboxB,.tableblocB dl,.tableblocB ul {}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}@media screen and (max-width: 767px) {.tableboxB,.tableblocB dl,.tableblocB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {display: table-cell;vertical-align: top;}}.tableboxC,.tableblocC dl,.tableblocC ul {}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {}@media screen and (max-width: 767px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;list-style-type: none;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: table-cell;vertical-align: top;}}@media screen and (max-width: 679px) {.tableboxC,.tableblocC dl,.tableblocC ul {display: block;width: auto;}.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {display: block;width: auto;}}
.notablebloc dl,.notablebloc ul {display: block;width: auto;}.notablebloc li,.notablebloc dt,.notablebloc dd {display: block;width: auto;}
.tableinner {}.tableinner dl {background-color: #fff;border-top: 1px solid #000;margin: 0px auto;}.tableinner dl:last-child {border-bottom: 1px solid #000;}.tableinner dt {width: 20%;text-align: center;vertical-align: middle;border-right: 1px solid #000;padding: 20px 10px;}.tableinner dd {padding: 20px 20px;}@media screen and (max-width: 767px) {.tableinner dt {width: auto;border-right: none;border-bottom: 1px dashed #ccc;padding: 10px 10px;}.tableinner dd {padding: 10px 10px;}}.tableinner dd p {margin-bottom: 10px;}.tableinner dd p:last-child {margin-bottom: 0px;}


.tablebloc.photo {
}
.tablebloc.photo .tabletex {
/*	padding-right: 20px;*/
}
.tabletex p {
	margin-bottom: 10px;
}
.tabletex p:last-child {
	margin-bottom: 0px;
}
.tablebloc.photo .tablephoto {
	width: 300px;
}
@media screen and (max-width: 767px) {
	.tablebloc.photo {
	}
	.tablebloc.photo .tabletex {
		padding-right: 0px;
	}
	.tablebloc.photo .tablephoto {
		width: auto;
		padding: 10px 20px;
	}
}
.tablebloc.photo .tablephoto img {
	max-width: 280px;
	border: 5px solid #fff;
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
}
/* inlinebloc---------------------------------------------------------------------- */
.inlinebloc dl,
.inlinebloc ul {
	list-style-type: none;
}
.inlinebloc li,
.inlinebloc dt,
.inlinebloc dd {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.inlinebloc dl,
	.inlinebloc ul {
/*
		display: block;
		width: auto;
*/
	}
	.inlinebloc li,
	.inlinebloc dt,
	.inlinebloc dd {
/*
		display: block;
		width: auto;
*/
	}
}
/* ---------------------------------------------------------------------- */
.contact {
}
.contacttop {
	margin-bottom: 20px;
}
.contacttoptex {
	text-align: center;
	margin-bottom: 20px;
}
.contacttopbloc {/*tablebloc*/
}
.contacttopbloc ul {
	width: 70%;
	border-spacing: 10px 0px;
	margin: 0px auto;
}
.contacttopbloctitle {
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #04a561;
	padding: 5px 10px 5px 10px;
}
.contacttopbloctex {
	text-align: center;
	padding: 5px 10px;
}
.contacttopbloctex p {
}
.contacttopbloctex a {
	color: #04a561;
	font-size: 20px;
	text-decoration: none;
}
.contacttopbloctex span {
	display: block;
	font-size: 11px;
	line-height: 1.4em;
}
.contacttopbloc {
}
.contacttopbloc {
}
.message {
	text-align: center;
	background-color: #f2f2f2;
	border: 1px dotted #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.message p {
}
.message a {
}
/* ---------------------------------------------------------------------- */
.form {
	margin: 0px auto;
}
.form dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
	border-spacing: 0px;
	margin: 0px auto 10px auto;
}
.form dt {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background-color: #d6ede2;
	border-right: 1px dashed #ccc;
	padding: 10px;
}
.form dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.form dl {
		display: block;
		width: auto;
	}
	.form dt {
		display: block;
		width: auto;
	}
	.form dd {
		display: block;
		width: auto;
	}
}
.form input {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.form input {
		margin-bottom: 5px;
	}
	.form input:last-child {
		margin-bottom: 0px;
	}
}
.form input.inputSShort {
	width: 15%;
}
.form input.inputShort {
	width: 25%;
}
.form input.inputMiddle {
	width: 40%;
}
.form input.inputLong {
	width: 90%;
}
@media screen and (max-width: 767px) {
	.form input {
	}
	.form input.inputSShort {
		width: 15%;
	}
	.form input.inputShort {
		width: 25%;
	}
	.form input.inputMiddle {
		width: 90%;
	}
	.form input.inputLong {
		width: 90%;
	}
}
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='date'],
.form input[type='number'] {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
}
@media screen and (max-width: 767px) {
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='tel'],
	.form input[type='date'],
	.form input[type='number'] {
		padding: 10px 5px;
	}
}
.form input:-ms-input-placeholder {color: #fcc;}
.form input::-moz-placeholder {color: #fcc;}
.form input::-webkit-input-placeholder {color: #fcc;}

.form select {
	font-size: 1.2em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
}
.form textarea {
	width: 95%;
	height: 200px;
	font-size: 1.2em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.form textarea {
		width: 90%;
	}
}


.submit {
	text-align: center;
	padding: 20px 10px;
}
.submit p {
	padding: 10px 0px;
}
.submit input {
	color: #fff;
	font-size: 1.2em;
	font-size: 16px;
	background-color: #04a561;
	border: 1px solid #04a561;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 20px 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.submit input:hover {
	color: #fff;
	background-color: #7554ad;
	border: 1px solid #7554ad;
	cursor:pointer;
}
/* secondary---------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.secondary {
		padding: 0px 10px;
	}
}
.secbloc {
	margin-bottom: 40px;
}
.secprof {
	color: #fff;
	background-color: #d6ede2;
	background-color: #04a561;
/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	padding: 10px;
}
.secprofinner {
}
.secprofphoto {
	margin-bottom: 10px;
}
.secprofphoto img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px auto;
}
.secprofname {
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.secprofname span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.secprofname strong {
	display: block;
	color: #04a561;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
}
.secproftex {
}
.secproftex p {
	font-size: 0.85em;
	line-height: 1.4em;
}
.secproflink {
	padding-top: 10px;
}
.secproflink a {
	font-size: 0.9em;
	padding: 10px 30px 10px 10px;
}
/* ---------------------------- */
.secwidget {
}
/* ---------------------------- */
.secsns {
}
.secwidget {
}
.secsnslink {
}
.secblog {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.secsnslink.fb {
	margin-bottom: 20px;
}
.secsnslink.fb a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 1em;
	text-decoration: none;
	background-color: #47639e;
	background-image: url("../../../../../img/parts/fb.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #47639e;
	padding: 20px 20px 20px 40px;
}
.secsnslink.fb a strong {
	font-weight: normal;
}
.twitter {
	background-color: #bcddef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
/* ---------------------------- */
.secinfo {
}
.seclogo {
	margin-bottom: 10px;
	padding: 0px 20px;
}
.seclogo img {
	margin: 0px auto;
}
.secadd {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.secadd address {
	font-style: normal;
}
.secaddlink {
	text-align: right;
}
.secaddlink a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 1em;
	text-decoration: none;
	background-color: #04a561;
	background-image: url("../../../../../img/parts/arrow3.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #04a561;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 3px 20px 2px 10px;
}
.secaddlink a span {
}
.seccon {
}
.seccontitle {
	color: #fff;
	line-height: 1em;
	text-align: center;
	background-color: #000;
	margin-bottom: 5px;
	padding: 5px;
}
.seccon dl {
	margin-bottom: 5px;
}
.seccon dt {
	width: 60px;
	color: #000;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	padding: 5px 0px;
}
.seccon_tel dt {
	padding: 5px 5px;
}
.seccon dd {
	line-height: 1em;
	vertical-align: middle;
	padding: 0px 5px;
}
@media screen and (max-width: 767px) {
	.seccon dt {
		width: auto;
	}
	.seccon_tel dt {
		margin-bottom: 5px;
		padding: 5px 5px;
	}
	.seccon dd {
		text-align: center;
		margin-bottom: 10px;
		padding: 5px 5px;
	}
}
.seccon dd a {
	display: block;
	color: #04a561;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
.seccon_tel dd a {
	margin-bottom: 3px;
}
.seccon_fax b {
	display: block;
	color: #04a561;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
.seccontex {
	color: #666;
	line-height: 1em;
	padding-top: 2px;
}
.seccontex span {
	display: inline-block;
	font-size: 10px;
	line-height: 1em;
}
.seccontex em {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	line-height: 1em;
}
/* ---------------------------------------------------------------------- */
#sitemap {
	padding: 0px 80px;
}
.sitemap {
	background-color: #d6ede2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}
.sitemap ul {
	list-style-type: none;
}
.sitemap ul li {
}
.sitemap ul li a {
	display: block;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	background-image: url("../../../../../img/parts/arrow4.png");
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 20px;
}
.sitemap ul li ul {
}
.sitemap ul li ul li {
	margin-left: 20px;
}
.sitemap ul li ul li a {
}
/* ---------------------------------------------------------------------- */
.error404inner {
	padding: 100px 0px;
}
@media screen and (max-width: 767px) {
	.error404inner {
		padding: 40px 0px;
	}
}
.error404top {
	text-align: center;
}
.error404top h2 {
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.error404top h2 {
		font-size: 40px;
		line-height: 1.4em;
	}
}
.error404top p {
	padding: 30px 0px;
}
.error404search {
	width: 300px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.error404search {
		width: auto;
		padding: 0px 20px;
	}
}
/* ---------------------------------------------------------------------- */
.navigation {
}
h2.screen-reader-text {
	display: none;
}
.nav-links {
	text-align: center;
	padding: 20px 0px;
}
.nav-links div {
	display: inline-block;
	padding: 0px 10px;
}
@media screen and (max-width: 767px) {
	.nav-links div {
		display: block;
		margin-bottom: 10px;
	}
}
.nav-links a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #04a561;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
@media screen and (max-width: 767px) {
	.nav-links a {
		display: block;
	}
}
.nav-links a:hover {
	background-color: #7554ad;
}
/* ---------------------------------------------------------------------- */