body {
	background: #fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #282828;
	overflow-x: hidden;
}
a {
	color: #282828;
	text-decoration: none;
}
a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
small {
	font-size: 12px;
}
article {
	margin-bottom: 3em;
}
#content { 
	position: relative;
}
.arrow-s {
	display: inline-block;
	min-height: 10px;
	vertical-align: middle;
}
.arrow-s span {
	vertical-align: middle;
}
.arrow-s:before {
	content:''; height:8px; width:8px; margin-right: 12px; display:inline-block; border:1px solid #282828; border-left-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
}
.pankuzu {
	margin-bottom: 3em;
	font-size: 12px;
}
hr {
    border: 0;
    border-bottom: 1px dotted #666666;
}
hr.dot {
	border: 0;
	height: 5px;
	background: url(../images/hr_dot.png) no-repeat center center;
}


/**
* Header
*/
header {
	width: 100%;
	background: #fff;
	height: 93px;
}
header h1 {
	width: 430px;
	height: 93px;
	float: left;
	padding: 20px 0 0;
	font-weight: normal;
}
header h1 img {
	width: 211px;
	height: 46px;
	float: left;
	display: block;
}
header h1 span {
	width: 210px;
	float: right;
	display: block;
	font-size: 10px;
	margin-top: 1em;
	line-height: 18px;
}
header div {
	width: 472px;
	float: right;
	margin: 0;
}
header div a {
	display: block;
	width: 231px;
	height: 93px;
	margin: 0;
	padding: 0;
	float: left;
}
header div a img {
	display: inline;
	margin: 0;
	padding: 0;
}


/**
* MainVisual
*/
article#mv {
	width: 100%;
	height: 460px;
	padding: 67px 0 0;
	margin: 0;
	background: url(../images/mv_bg.jpg) no-repeat center top;
}
article#mv h2 {
	text-align: right;
	margin-bottom: 0;
	padding: 0;
}


/**
* Nav
*/
/* Index */
.l_nav, .s_nav {
	witdh: 100%;
	background: #282828;
}
.l_nav {
	margin-bottom: 55px;
}
.l_nav ul li {
	width: 160px;
	height: 120px;
	float: left;
	text-indent: -9999px;
}
.l_nav ul li a {
	display: block;
	height: 120px;
}
.l_nav ul li.nav01 a {
	background: url(../images/nav_garelly.png) no-repeat center center #1e1e1e;
}
.l_nav ul li.nav02 a {
	background: url(../images/nav_signboard.png) no-repeat center center #323232;
}
.l_nav ul li.nav03 a {
	background: url(../images/nav_maintenance.png) no-repeat center center #1e1e1e;
}
.l_nav ul li.nav04 a {
	background: url(../images/nav_flow.png) no-repeat center center #323232;
}
.l_nav ul li.nav05 a {
	background: url(../images/nav_contact.png) no-repeat center center #1e1e1e;
}
.l_nav ul li.nav06 a {
	background: url(../images/nav_company.png) no-repeat center center #323232;
}
/* low */
.s_nav ul  {
	width: 600px;
	margin: 0 auto 1em;
}
.s_nav ul li {
	width: 100px;
	height: 80px;
	float: left;
	text-indent: -9999px;
}
.s_nav ul li a {
	display: block;
	height: 80px;
}
.s_nav ul li.nav01 a {
	background: url(../images/nav_garelly-s.png) no-repeat center center;
}
.s_nav ul li.nav02 a {
	background: url(../images/nav_signboard-s.png) no-repeat center center;
}
.s_nav ul li.nav03 a {
	background: url(../images/nav_maintenance-s.png) no-repeat center center;
}
.s_nav ul li.nav04 a {
	background: url(../images/nav_flow-s.png) no-repeat center center;
}
.s_nav ul li.nav05 a {
	background: url(../images/nav_contact-s.png) no-repeat center center;
}
.s_nav ul li.nav06 a {
	background: url(../images/nav_company-s.png) no-repeat center center;
}


/**
* Footer
*/
#pager {
	text-align: right;
}
footer {
	padding-bottom: 2em;
}
footer .inbox {
	background: #282828;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
footer .logo {
	background: #fff;
	padding: 30px 20px;
	width: 251px;
	float: left;
}
footer .logo p {
	font-size: 12px;
	margin-top: 0.5em;
}
footer ul {
	width: 669px;
	float: right;
	color: #fff;
	margin-top: 30px;
}
footer ul li {
	display: inline-block;
	margin-right: 2em;
	padding: 7px 0;
}
footer ul li a {
	color: #fff;
}
footer ul li a:before {
	content:''; height:10px; width:10px; margin-right: 12px; display:inline-block; border:1px solid #fff; border-left-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
}
footer small {
	padding-top: 2em;
	text-align: center;
	display: block;
}


/**
* Index
*/
article h2 {
	text-align: center;
}
main#content h2 {
	margin-bottom: 2em;
}
main#content_low h2 {
	margin-bottom: 3em;
}

/* Garelly */
article#garelly ul li {
	width: 225px;
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
article#garelly ul li img {
	border: 1px solid #e4e0db;
}
article#garelly ul li:nth-child(4n) {
	margin-right: 0;
}

/* equipment */
article#equipment {
	background: #f9f9f9;
	padding: 3em 0;
}
article#equipment ul {
	text-align: center;
	letter-spacing: -40em;
}
article#equipment ul li {
	width: 225px;
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
article#equipment ul li:nth-child(4n) {
	margin-right: 0;
}

/* contact */
article#index_contact a {
	margin: 0 10px 0;
	letter-spacing: -40em;
}
article#index_contact ul {
	text-align: center;
	letter-spacing: -40em;
}
article#index_contact ul li {
	width: 370px;
	height: 160px;
	display: inline-block;
	margin: 0 10px 0;
}

article#therapy_dog_list .list li {
	width: 28%;
	float: left;
	margin:0 2.5% 1.5em;
	text-align: center;	
}
article#therapy_dog_list figure {
	margin: 0 0 0.5em;
}
article#therapy_dog_list .name {
	font-weight: bold;
	margin-bottom: 0.5em;
}
article#therapy_dog_list .kinds {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}


/**
* Garelly
*/
article#garelly hr {
	margin-bottom: 30px;
}



/**
* SignBoard
*/

/* nav */
article#signboard nav  {
	margin-bottom: 3em;
}
article#signboard nav ul {
	text-align: center;
}
article#signboard nav ul li {
	display: inline-block;
	margin-right: 2em;
	padding:0.8em 0;
}
article#signboard nav ul li:before {
	content:''; height:8px; width:8px; margin-right: 12px; display:inline-block; border:1px solid #282828; border-left-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
}

article#signboard h3  {
	margin-bottom: 1.5em;
}
article#signboard .clm3_w li {
	width: 306px;
	height: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 2em;
}
article#signboard .clm2_m li {
	width: 246px;
	height: 350px;
	float: left;
	margin-right: 20px;
}
article#signboard .clm3_s li {
	width: 186px;
	height: 281px;
	float: left;
	margin-right: 20px;
}
article#signboard li:last-child {
	margin-right: 0;
}
hr.dot {
	margin: 3em 0;
}
article#signboard #board04 ul {
	width: 512px;
	float: left;
}
article#signboard #board04 p {
	width: 408px;
	float: right;
}
article#signboard #board06 ul,
article#signboard #board08 ul {
	width: 598px;
	float: left;
}
article#signboard #board06 p,
article#signboard #board08 p {
	width: 312px;
	float: right;
}


/**
* Maintenance
*/
article#maintenance h3 {
	font-weight: normal;
	margin-bottom: 5em;
	text-align: center;
}
article#maintenance .cont {
	width: 440px;
	float: left;
}
article#maintenance .cont h3 {
	text-align: left;
	margin-bottom: 2em;
}
article#maintenance .images {
	width: 310px;
	float: right;
}


/**
* Flow
*/
article#flow h3 {
	height: 67px;
	background: url(../images/bg_dot_line.png) repeat-x center center;
	text-align: center;
	padding: 17px;
	margin-bottom: 3em;
}
article#flow .cont {
	width: 440px;
	float: left;
}
article#flow .cont h4 {
	text-align: left;
	margin-bottom: 2em;
}
article#flow .images {
	width: 310px;
	float: right;
}
article#flow section {
	position: relative;
	padding-bottom: 6em;
}
article#flow section:before{content:''; height:40px; width:40px; display:block; border:3px solid #c8c8c8; border-right-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg); position:absolute; bottom:3em; left:50%; margin-left: -20px;}


/**
* Contact
*/
article#contact h3 {
	font-weight: normal;
	margin-bottom: 5em;
	text-align: center;
}
article#contact table {
	width: 100%;
	margin-bottom: 2em;
}
article#contact th {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
article#contact th span.essential {
	display: inline-block;
	padding: 0px 6px;
	border-radius: 5px;
	border-radius: 3px;
	background-color: #f5b723;
	font-size: 10px;
	margin-left: 1em;
}
article#contact input, article#contact textarea {
	font-size: 14px;
	color: #282828;
	width: 100%;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
	padding: 1em;
}
article#contact input {
	height: 47px;
	margin-bottom: 2em;
}
article#contact .button {
	width: 320px;
	height: 80px;
	background: url(../images/contact_btn.png) no-repeat center center;
	border-radius: 0;
	border: none;
	margin-top: 2em;
	text-indent: -9999px;
	cursor: pointer;
}
article#contact .button_black {
	width: auto;
	background: #282828;
	color: #fff;
	border: none;
	margin-top: 2em;
	displya: block;
	cursor: pointer;
}
article#contact table.formTable {
	border-top: 1px solid #666666;
}
article#contact table.formTable th {
	width: 20%;
	border-bottom: 1px solid #666666;
	padding: 1em 0;
}
article#contact table.formTable td {
	border-bottom: 1px solid #666666;
	padding: 1em 0;
}


/**
* PrivacyPolicy
*/
article#policy h3 {
	font-weight: normal;
	margin-bottom: 2em;
	text-align: center;
}
article#policy dl dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
article#policy dl dd {
	margin-bottom: 2em;
}
article#policy dl dd p {
	margin-bottom: 1.3em;
}


/**
* Company
*/
article#company table {
	margin-bottom: 2em;
}
article#company table th {
	width: 20%;
	text-align: left;
	background: #f7f7f7;
	padding: 1em;
	border: 1px solid #ccc;
}
article#company table td {
	padding: 1em;
	border: 1px solid #ccc;
}
