﻿@charset "utf-8";

/*-----------------------------------------------------
	CSS information
	site name : ドッグセブン
	file name : style.css
	use with  : パソコン用スタイル
-----------------------------------------------------*/

/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	width:100%;
	height:280px;
	background:url(../img/header_bg.png) repeat-x;
}

#header #header-inner {
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
}

#header #header-inner p.headLead {
	font-size:13px;
	line-height:1.3em;
	position:absolute;
	top:27px;
	left:0;
}

#header #header-inner p.headTel {
	position:absolute;
	top:60px;
	left:258px;
	border:2px solid #E3E1EE;
	padding:12px 38px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#header #header-inner p.headTel span.txtTel {
	font-size:12px;
	line-height:1em;
	font-weight:bold;
	color:#0B0569;
	margin-right:15px;
}

#header #header-inner p.headTel span.iconTel {
	font-size:24px;
	line-height:1em;
	font-weight:bold;
	color:#E73636;
	display:inline-block;
	height:24px;
	overflow:hidden;
	background:url(../img/icon_tel.png) no-repeat 0 3px;
	padding-left:25px;
	vertical-align:middle;
}

#header #header-inner h1 {
	float:left;
	padding-top:60px;
}

#header #header-inner ul#utilityNav {
	position:absolute;
	top:60px;
	right:0;
}

#header #header-inner ul#utilityNav li {
	font-size:14px;
	line-height:1.7em;
}

#header #header-inner ul#utilityNav li a {
	display:inline;
	white-space:nowrap;
	padding-left:22px;
	background:url(../img/icon_mark1.png) no-repeat 0 0;
	color:#0B0568;
}


#header #header-inner #globalNav {
	float:right;
	overflow:hidden;
	width:700px;
	margin-top:130px;
}

#header #header-inner #globalNav ul {
}

#header #header-inner #globalNav ul li {
	float:left;
	width:140px;
}

#header #header-inner #globalNav ul li a {
	display:block;
	text-align:center;
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	color:#0B0568;
	text-decoration:none;
}

#header #header-inner #globalNav ul li.gnav01 a .gnav_icon {
margin:0 auto;
width:60px;
height:60px;
background:url(../img/gnav_01.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

#header #header-inner #globalNav ul li.gnav02 a .gnav_icon {
margin:0 auto;
width:60px;
height:60px;
background:url(../img/gnav_02.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

#header #header-inner #globalNav ul li.gnav03 a .gnav_icon {
margin:0 auto;
width:60px;
height:60px;
background:url(../img/gnav_03.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

#header #header-inner #globalNav ul li.gnav04 a .gnav_icon {
margin:0 auto;
width:60px;
height:60px;
background:url(../img/gnav_04.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

#header #header-inner #globalNav ul li.gnav05 a .gnav_icon {
margin:0 auto;
width:60px;
height:60px;
background:url(../img/gnav_05.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

#header #header-inner #globalNav ul li.gnav06,
#header #header-inner #globalNav ul li.gnav07 {
	display:none;
}

#header #header-inner #globalNav ul li a .gnav_text {
	margin-top:10px;
}

#header #header-inner #globalNav ul li a:hover {
	color:#E63535;
}

#header #header-inner #globalNav ul li a .gnav_alphabet {
	font-size:10px;
	line-height:1.5em;
	font-weight:normal;
	color:#E63535;
}

.puppyBody #header #header-inner #globalNav ul li.gnav01 a .gnav_icon,
.puppyDetailBody #header #header-inner #globalNav ul li.gnav01 a .gnav_icon {
background:url(../img/gnav_01_on.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

.hotelBody #header #header-inner #globalNav ul li.gnav02 a .gnav_icon {
background:url(../img/gnav_02_on.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

.flowBody #header #header-inner #globalNav ul li.gnav03 a .gnav_icon {
background:url(../img/gnav_03_on.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

.aboutBody #header #header-inner #globalNav ul li.gnav04 a .gnav_icon {
background:url(../img/gnav_04_on.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

.dogshowBody #header #header-inner #globalNav ul li.gnav05 a .gnav_icon {
background:url(../img/gnav_05_on.png) no-repeat 0 0;
-moz-background-size:cover;
background-size:cover;
}

.puppyBody #header #header-inner #globalNav ul li.gnav01 a .gnav_text,
.puppyDetailBody #header #header-inner #globalNav ul li.gnav01 a .gnav_text,
.hotelBody #header #header-inner #globalNav ul li.gnav02 a .gnav_text,
.flowBody #header #header-inner #globalNav ul li.gnav03 a .gnav_text,
.aboutBody #header #header-inner #globalNav ul li.gnav04 a .gnav_text,
.dogshowBody #header #header-inner #globalNav ul li.gnav05 a .gnav_text {
	color:#E63535;
}

#header #header-inner .menu-button {
	display:none;
}

/*-----------------------------------------------------
	pagename
-----------------------------------------------------*/

#pageName {
	width:960px;
	height:120px;
	margin:0 auto;
	background:url(../img/pagename_bg.png) no-repeat;
	position:relative;
}

#pageName h2 {
	position:absolute;
	top:50%;
	left:30px;
	margin-top:-13px;
	font-size:26px;
	line-height:1em;
	color:#0B0569;
	text-shadow:1px 1px 1px #FFF;
}

#pageName h2 span {
	font-size:14px;
	margin-left:15px;
	color:#E63535;
}

/*-----------------------------------------------------
	contents
-----------------------------------------------------*/

#contents {
	width:960px;
	margin:50px auto 0 auto;
	text-align:left;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

#footer {
	width:100%;
	height:200px;
	background:#0B0569 url(../img/footer_bg.png) repeat-x;
	border-top:4px solid #E73636;
	margin-top:50px;
}

#footer #footer-inner {
	width:960px;
	height:200px;
	margin:0 auto;
	text-align:left;
	background:url(../img/footer_inner_bg.png) no-repeat left bottom;
	position:relative;
}

#footer #footer-inner ul#footNav {
	text-align:center;
	padding-top:50px;
}

#footer #footer-inner ul#footNav li {
	display:inline;
	padding:0 10px;
}

#footer #footer-inner ul#footNav li a {
	font-size:14px;
	line-height:1.5em;
	color:#FFF;
}

#footer #footer-inner p.footAdd {
	font-size:14px;
	line-height:1.5em;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}

#footer #footer-inner p.copyright {
	position:absolute;
	bottom:17px;
	right:0;
	font-size:11px;
	line-height:1.5em;
	color:#FFF;
}

/*-----------------------------------------------------
	トップページ
-----------------------------------------------------*/

/*	mainVisual
-----------------------------------------------------*/

#mainVisual {
	width:100%;
	height:400px;
	position:relative;
}

#mainVisual #mainVisual-inner {
	position:absolute;
	top:0;
	left:50%;
	width:1050px;
	height:400px;
	margin-left:-525px;
}

#mainVisual #mainVisual-inner .bx-wrapper {
	position:relative;
	width:1050px;
}

#mainVisual #mainVisual-inner .bx-wrapper img {
	max-width:100%;
	display:block;
}

#mainVisual #mainVisual-inner .bx-wrapper .bx-viewport {
}

/* LOADER */
#mainVisual #mainVisual-inner .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
#mainVisual #mainVisual-inner .bx-wrapper .bx-pager {
	display:none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#mainVisual #mainVisual-inner .bx-wrapper .bx-prev {
	left:45px;
	background:url(../img/top/btn_prev.png) no-repeat 0 0;
}

#mainVisual #mainVisual-inner .bx-wrapper .bx-next {
	right:45px;
	background:url(../img/top/btn_next.png) no-repeat 0 0;
}

#mainVisual #mainVisual-inner .bx-wrapper .bx-prev:hover,
#mainVisual #mainVisual-inner .bx-wrapper .bx-next:hover {
/*background-position:0 -0px;*/
}

#mainVisual #mainVisual-inner .bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-28px;
	outline:0;
	width:29px;
	height:56px;
	text-indent:-9999px;
	z-index:9999;
	overflow:hidden;
}

#mainVisual #mainVisual-inner .bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

/* AUTO CONTROLS (START / STOP) */
#mainVisual #mainVisual-inner .bx-wrapper .bx-controls-auto {
	display:none;
}

/* IMAGE CAPTIONS */
#mainVisual #mainVisual-inner .bx-wrapper .bx-caption {
	display:none;
}

/*	取扱犬種
-----------------------------------------------------*/

.topBody #main #dogs {
	padding:0 15px;
	width:930px;
	margin-bottom:25px;
}

.topBody #main #dogs h2 {
	margin:0 -15px 25px -15px;
	padding:10px 15px;
	font-size:16px;
	line-height:1.5em;
	color:#FFF;
	background:#0B0569;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}

.topBody #main #dogs h2 span {
	font-size:11px;
}

.topBody #main #dogs h2 .bone {
	position:absolute;
	top:-32px;
	right:10px;
}

.topBody #main #dogs ul {
	overflow:hidden;
}

.topBody #main #dogs ul li {
	width:290px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	overflow:hidden;
}

.topBody #main #dogs ul li.end {
	margin-right:0;
}

.topBody #main #dogs ul li p.image {
	float:right;
	margin:5px;
	border:3px solid #FFF;
	box-shadow:1px 1px 4px #CECDE1;
	-moz-box-shadow:1px 1px 4px #CECDE1;
	-webkit-box-shadow:1px 1px 4px #CECDE1;
}

.topBody #main #dogs ul li h3 {
	font-size:22px;
	line-height:1.2em;
	color:#E73636;
	font-weight:normal;
}

.topBody #main #dogs ul li p.alphabet {
	font-size:13px;
	line-height:1.2em;
	color:#0099CC;
	margin-top:5px;
}

.topBody #main #dogs ul li p.caption {
	clear:both;
	font-size:12px;
	line-height:1.5em;
	padding-top:15px;
}

.topBody #main #dogs ul li.list01 h3,
.topBody #main #dogs ul li.list02 h3,
.topBody #main #dogs ul li.list03 h3,
.topBody #main #dogs ul li.list06 h3 {
	padding-top:35px;
}

.topBody #main #dogs ul li.list04 h3,
.topBody #main #dogs ul li.list05 h3 {
	padding-top:22px;
}

/*	お知らせ
-----------------------------------------------------*/

.topBody #main #info {
	padding:0 15px;
	width:930px;
	margin-bottom:45px;
}

.topBody #main #info h2 {
	margin:0 -15px 25px -15px;
	padding:10px 15px;
	font-size:16px;
	line-height:1.5em;
	color:#FFF;
	background:#0B0569;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.topBody #main #info h2 span {
	font-size:11px;
}

.topBody #main #info iframe {
	width:930px;
	height:260px;
}

.topBody #main #banner {
	width:100%;
}

.topBody #main #banner ul {
	width:100%;
	text-align:center;
}

.topBody #main #banner ul li {
	display:inline;
	margin:0 7px;
}


/*-----------------------------------------------------
	仔犬情報
-----------------------------------------------------*/

.puppyBody #main {
	width:960px;
	overflow:hidden;
}

.puppyBody #main ul.puppyList {
	width:972px;
	overflow:hidden;
}

.puppyBody #main ul.puppyList li {
	width:196px;
	padding:15px;
	float:left;
	margin-right:13px;
	margin-bottom:13px;
	border:2px dotted #F4F3F8;
	background:#FFF;
	position:relative;
}

.puppyBody #main ul.puppyList li p.icon {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}

.puppyBody #main ul.puppyList li p.image {
	margin-bottom:10px;
}

.puppyBody #main ul.puppyList li p.image img {
	width:196px;
}

.puppyBody #main ul.puppyList li dl {
	font-size:13px;
	line-height:1.3em;
}

.puppyBody #main ul.puppyList li dl dt {
	float:left;
	font-weight:bold;
	position:absolute;
	padding:3px 0;
	width:60px;
}

.puppyBody #main ul.puppyList li dl dd {
	padding:3px 0 3px 60px;
	border-bottom:1px dotted #CECDE1;
}

.puppyBody #main ul.puppyList li p.btn {
	margin-top:15px;
	font-size:13px;
	line-height:1.3em;
	font-weight:bold;
	text-align:center;
}

.puppyBody #main ul.puppyList li p.btn a {
	display:block;
	padding:8px;
	background:#E3E1EE;
	color:#0B0569;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.puppyBody #main ul.puppyList li p.btn a:hover {
	background:#E73636;
	text-decoration:none;
}

.puppyBody #main ul.puppyList li p.btn a span {
	display:inline;
	white-space:nowrap;
	padding-left:22px;
	background:url(../img/icon_mark1.png) no-repeat 0 0;
}

.puppyBody #main ul.puppyList li p.btn a:hover span {
	color:#FFF;
	background:url(../img/icon_mark2.png) no-repeat 0 0;
}

.puppyBody #main .pageNav {
	font-size:14px;
	line-height:1.3em;
	text-align:center;
	margin-top:15px;
	overflow:hidden;
}

.puppyBody #main .pageNav a {
	text-decoration:none;
	border:solid 1px #CECDE1;
	background:#F4F3F8;
	color:#0B0569;
}

.puppyBody #main .pageNav a:hover {
	text-decoration:underline;
	background:#CECDE1;
}

.puppyBody #main .pageNav a,
.puppyBody #main .pageNav span {
	display:inline-block;
	padding:8px 12px;
	margin-right:1px;
	margin-bottom:1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.puppyBody #main .pageNav .current {
	background:#0B0569;
	color:#FFF;
	border:solid 1px #0B0569;
}

/*-----------------------------------------------------
	仔犬情報詳細
-----------------------------------------------------*/

.puppyDetailBody #main {
	width:960px;
	overflow:hidden;
}

.puppyDetailBody #main h3 {
	margin:0 0 25px 0;
	padding:13px 15px;
	font-size:16px;
	line-height:1.3em;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.puppyDetailBody #main h3 .icon {
	vertical-align:middle;
	margin-left:10px;
}

.puppyDetailBody #main h3 span.data {
	float:right;
	font-size:12px;
	line-height:1.3em;
	font-weight:normal;
	padding-top:3px;
	overflow:hidden;
}

.puppyDetailBody #main #gallery {
}

.puppyDetailBody #main #gallery .flexslider {
	margin:0 auto 50px auto;
	width:640px;
	position:relative;
}

.puppyDetailBody #main #gallery .flexslider .slides img {
	width:100%;
}

/* Direction Nav */

.puppyDetailBody #main #gallery .flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 28px;
	height: 53px;
	position: absolute;
	top: 35%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color:#000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.puppyDetailBody #main #gallery .flex-direction-nav .flex-prev,
.puppyDetailBody #main #gallery .flex-direction-nav .flex-next {
	overflow:hidden;
	text-indent:-9999px;
}

.puppyDetailBody #main #gallery .flexslider:hover .flex-prev {
	opacity:0.7;
	left:10px;
	background:url(../img/puppy/btn_prev2.png) no-repeat 0 0;
}

.puppyDetailBody #main #gallery .flexslider:hover .flex-next {
	opacity:0.7;
	right:10px;
	background:url(../img/puppy/btn_next2.png) no-repeat 0 0;
}

.puppyDetailBody #main #gallery .flexslider:hover .flex-next:hover,
.puppyDetailBody #main #gallery .flexslider:hover .flex-prev:hover {
	opacity:1;
}

/* Control Nav */
.puppyDetailBody #main #gallery .flex-control-nav {
	width:100%;
}

.puppyDetailBody #main #gallery .flex-control-paging {
	display:none;
}

.puppyDetailBody #main #gallery .flex-control-thumbs {
	overflow:hidden;
	margin-top:20px;
	display:table;
	margin-left:-3px;
}

.puppyDetailBody #main #gallery .flex-control-thumbs li {
	display:table-cell;
	padding:0 15px;
}

.puppyDetailBody #main #gallery .flex-control-thumbs img {
	width:100%;
	cursor:pointer;
	border:3px solid #FFF;
}

.puppyDetailBody #main #gallery .flex-control-thumbs img:hover {
	border:3px solid #E73636;
}

.puppyDetailBody #main #gallery .flex-control-thumbs .flex-active {
	cursor:default;
	border:3px solid #E73636;
}

.puppyDetailBody #main p.backBtn {
	width:180px;
	margin:30px auto 0 auto;
}

.puppyDetailBody #main p.backBtn a {
	display:block;
	padding:15px 25px;
	background:#0B0569;
	color:#FFF;
	font-size:14px;
	line-height:1.3em;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.puppyDetailBody #main p.backBtn a:hover {
	text-decoration:none;
	background:#E73636;
}

.puppyDetailBody #main p.backBtn a span {
	display:inline;
	white-space:nowrap;
	padding-left:22px;
	background:url(../img/icon_mark2.png) no-repeat 0 center;
}

.puppyDetailBody #main #detailArea {
	overflow:hidden;
	padding:30px 15px;
	border-top:2px solid #CECDE1;
	border-bottom:2px solid #CECDE1;
}

.puppyDetailBody #main #detailArea #lft {
	float:left;
	width:450px;
}

.puppyDetailBody #main #detailArea #lft table {
	font-size:14px;
	line-height:1.5em;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.puppyDetailBody #main #detailArea #lft table th {
	background:#F4F3F8;
	width:140px;
	padding:12px;
	border:1px solid #CECDE1;
	text-align:center;
}

.puppyDetailBody #main #detailArea #lft table td {
	padding:12px;
	border:1px solid #CECDE1;
	background:#FFF;
}

.puppyDetailBody #main #detailArea #rit {
	float:right;
	width:450px;
}

.puppyDetailBody #main #detailArea #rit h4 {
	font-size:16px;
	line-height:1.3em;
	color:#0B0569;
	margin-bottom:25px;
	padding-bottom:5px;
	border-bottom:1px dotted #CECDE1;
	padding-left:22px;
	background:url(../img/icon_mark1.png) no-repeat 0 0;
}

.puppyDetailBody #main #detailArea #rit p {
	font-size:14px;
	line-height:1.7em;
}

/*-----------------------------------------------------
	愛犬美容・ホテル
-----------------------------------------------------*/

.hotelBody #main #beauty,
.hotelBody #main #hotel,
.hotelBody #main #service {
	padding:0 15px;
	width:930px;
	margin-bottom:50px;
	overflow:hidden;
}

.hotelBody #main #service {
	margin-bottom:0;
}

.hotelBody #main #beauty h3,
.hotelBody #main #hotel h3,
.hotelBody #main #service h3 {
	margin:0 -15px 25px -15px;
	padding:0 15px;
	font-size:16px;
	line-height:44px;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.hotelBody #main #beauty p.image,
.hotelBody #main #hotel p.image {
	float:right;
}

.hotelBody #main #beauty p,
.hotelBody #main #hotel p {
	font-size:14px;
	line-height:1.7em;
}

.hotelBody #main #beauty table,
.hotelBody #main #hotel table {
	font-size:14px;
	line-height:1.5em;
	border-collapse:collapse;
	border-spacing:0;
	width:450px;
	margin-top:20px;
}

.hotelBody #main #beauty table th,
.hotelBody #main #hotel table th {
	background:#F4F3F8;
	width:140px;
	padding:12px;
	border:1px solid #CECDE1;
	text-align:center;
}

.hotelBody #main #beauty table td,
.hotelBody #main #hotel table td {
	padding:12px;
	border:1px solid #CECDE1;
	background:#FFF;
}

.hotelBody #main #beauty ul.note,
.hotelBody #main #hotel ul.note {
	margin-top:10px;
}

.hotelBody #main #beauty ul.note li,
.hotelBody #main #hotel ul.note li {
	font-size:13px;
	line-height:1.6em;
	color:#0099CC;
}

.hotelBody #main #service ul {
	padding-left:20px;
}

.hotelBody #main #service ul li {
	font-size:14px;
	line-height:2.0em;
	list-style-type:disc;
}

/*-----------------------------------------------------
	購入の流れ
-----------------------------------------------------*/

.flowBody #main .section {
	width:856px;
	padding:25px 50px 40px 50px;
	border:2px dotted #FEDEE8;
	background:#FEEFF3;
	margin-bottom:20px;
}

.flowBody #main .section h3 {
	background:url(../img/icon_mark3.png) no-repeat 0 0;
	padding:22px 0 10px 0;
	padding-left:28px;
	margin:0 -28px 18px -28px;
}

.flowBody #main .section h3 .step {
	font-size:18px;
	line-height:1.3em;
	color:#E53333;
	margin-right:20px;
}

.flowBody #main .section h3 .ttl {
	font-size:24px;
	line-height:1.3em;
	color:#0B0569;
}

.flowBody #main .section p.lead {
	font-size:18px;
	line-height:1.6em;
	color:#0099CC;
	margin-bottom:10px;
}

.flowBody #main .section p {
	font-size:14px;
	line-height:2.0em;
}

.flowBody #main .section .mt {
	margin-top:30px;
}

/*-----------------------------------------------------
	店舗情報
-----------------------------------------------------*/

.aboutBody #main {
	padding:0 15px;
	width:930px;
	margin-bottom:50px;
	overflow:hidden;
}

.aboutBody #main h3 {
	margin:0 -15px 25px -15px;
	padding:0 15px;
	font-size:16px;
	line-height:44px;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.aboutBody #main .txtArea {
	float:left;
	width:540px;
}

.aboutBody #main .txtArea p.lead {
	font-size:24px;
	line-height:1.4em;
	color:#0B0569;
	margin:0;
	width:390px;
}

.aboutBody #main .txtArea p {
	font-size:14px;
	line-height:1.7em;
	margin-top:15px;
}

.aboutBody #main p.image {
	float:right;
}

.aboutBody #main .about-inner {
	clear:both;
	overflow:hidden;
	padding-top:25px;
}

.aboutBody #main table {
	font-size:14px;
	line-height:1.5em;
	border-collapse:collapse;
	border-spacing:0;
	width:540px;
	float:left;
}

.aboutBody #main table th {
	background:#F4F3F8;
	width:140px;
	padding:12px;
	border:1px solid #CECDE1;
	text-align:center;
}

.aboutBody #main table td {
	padding:12px;
	border:1px solid #CECDE1;
	background:#FFF;
}

.aboutBody #main .about-inner .gmap {
	width:360px;
	float:right;
}

.aboutBody #main .about-inner .gmap #map_canvas {
	width:358px;
	height:268px;
	border:1px solid #CECDE1;
}

.aboutBody #main .about-inner p.mapBtn {
	width:180px;
	margin:25px auto 0 auto;
}

.aboutBody #main .about-inner p.mapBtn a {
	display:block;
	padding:15px 25px;
	background:#0B0569;
	color:#FFF;
	font-size:14px;
	line-height:1.3em;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.aboutBody #main .about-inner p.mapBtn a:hover {
	text-decoration:none;
	background:#E73636;
}

.aboutBody #main .about-inner p.mapBtn a span {
	display:inline;
	white-space:nowrap;
	padding-left:22px;
	background:url(../img/icon_mark2.png) no-repeat 0 center;
}

/*-----------------------------------------------------
	ドッグショー実績
-----------------------------------------------------*/

.dogshowBody #main {
	padding:0 15px;
	width:930px;
	overflow:hidden;
}

.dogshowBody #main h3 {
	margin:0 -15px 25px -15px;
	padding:0 15px;
	font-size:16px;
	line-height:44px;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}

.dogshowBody #main p.txt {
	font-size:14px;
	line-height:1.7em;
}

.dogshowBody #main .section ul {
	overflow:hidden;
	width:952px;
}

.dogshowBody #main .section ul li {
	float:left;
	width:216px;
	margin-right:22px;
	margin-bottom:22px;
}

.dogshowBody #main .section ul li .image {
	width:216px;
	text-align:center;
}

.dogshowBody #main .section ul li .image a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

.dogshowBody #main .section ul li .caption {
	font-size:13px;
	line-height:1.5em;
	margin-top:8px;
	text-align:center;
}

/*-----------------------------------------------------
	お知らせ
-----------------------------------------------------*/

.infoBody #main {
	padding:0 15px;
	width:930px;
	overflow:hidden;
}

.infoBody #main h3 {
	margin:0 -15px 15px -15px;
	padding:0 15px;
	font-size:16px;
	line-height:44px;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}

.infoBody #main ul {
	font-size:14px;
	line-height:1.5em;
}

.infoBody #main ul li {
	border-bottom:1px dotted #CECDE1;
}

.infoBody #main ul li a {
	display:block;
	overflow:hidden;
	padding:15px 0;
	background:url(../img/icon_mark1.png) no-repeat 10px 16px;
}

.infoBody #main ul li a:hover {
	background:#EEEDF4 url(../img/icon_mark1.png) no-repeat 10px 16px;
}

.infoBody #main ul li a .data {
	float:left;
	padding:0 0 0 35px;
	margin-right:15px;
	color:#0B0569;
}

.infoBody #main ul li a .ttl {
	overflow:hidden;
	display:block;
	padding-right:15px;
}

.infoBody #main ul li a .ttl .icon {
	margin-left:10px;
	border:0 none;
	vertical-align:middle;
}

.infoBody #main .pageNav {
	font-size:14px;
	line-height:1.3em;
	text-align:center;
	margin-top:30px;
	overflow:hidden;
}

.infoBody #main .pageNav a {
	text-decoration:none;
	border:solid 1px #CECDE1;
	background:#F4F3F8;
	color:#0B0569;
}

.infoBody #main .pageNav a:hover {
	text-decoration:underline;
	background:#CECDE1;
}

.infoBody #main .pageNav a,
.infoBody #main .pageNav span {
	display:inline-block;
	padding:8px 12px;
	margin-right:1px;
	margin-bottom:1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.infoBody #main .pageNav .current {
	background:#0B0569;
	color:#FFF;
	border:solid 1px #0B0569;
}

/*-----------------------------------------------------
	お知らせ詳細
-----------------------------------------------------*/

.infoDetailBody #main {
	padding:0 15px;
	width:930px;
	overflow:hidden;
}

.infoDetailBody #main .ttl {
	margin:0 -15px 25px -15px;
	padding:12px 15px;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	overflow:hidden;
}

.infoDetailBody #main .ttl p.data {
	float:left;
	font-size:12px;
	color:#FFF;
	margin-right:15px;
}

.infoDetailBody #main .ttl h3 {
	font-size:16px;
	line-height:1.3em;
	color:#FFF;
	overflow:hidden;
}

.infoDetailBody #main .txt {
}

.infoDetailBody #main .txt p {
	font-size:14px;
	line-height:1.8em;
}

.infoDetailBody #main .image ul {
	overflow:hidden;
	width:952px;
	margin-top:25px;
}

.infoDetailBody #main .image ul li {
	float:left;
	width:216px;
	margin-right:22px;
}

.infoDetailBody #main .image ul li .image {
	width:216px;
	height:162px;
	text-align:center;
	vertical-align:bottom;
	layout-grid-line:162px;
	display:table-cell;
}

.infoDetailBody #main .image ul li .image img {
	vertical-align:middle;
	max-height:162px;
}

.infoDetailBody #main .image ul li .image a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

.infoDetailBody #main .image ul li .caption {
	font-size:12px;
	line-height:1.5em;
	margin-top:8px;
	text-align:center;
}

.infoDetailBody #main .files {
	margin-top:25px;
}

.infoDetailBody #main .files ul {
	border-top:1px dotted #CECDE1;
}

.infoDetailBody #main .files ul li {
	font-size:14px;
	line-height:1.5em;
	padding:10px 0;
	border-bottom:1px dotted #CECDE1;
}

.infoDetailBody #main .files ul li a {
	display:block;
	padding:8px 0 8px 45px;
	background:url(../img/info/icon_pdf.png) no-repeat 0 0;
}

.infoDetailBody #main ul.pager {
	margin-top:25px;
	text-align:center;
}

.infoDetailBody #main ul.pager li {
	display:inline;
	margin:0 5px;
}

.infoDetailBody #main ul.pager li a {
	display:inline-block;
	padding:8px 12px;
	text-decoration:none;
	border:solid 1px #CECDE1;
	background:#F4F3F8;
	color:#0B0569;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.infoDetailBody #main ul.pager li a:hover {
	text-decoration:underline;
	background:#CECDE1;
}

/*-----------------------------------------------------
	お問い合わせ
-----------------------------------------------------*/

.contactBody #main {
	padding:0 15px;
	width:930px;
	overflow:hidden;
}

.contactBody #main h3 {
	margin:0 -15px 25px -15px;
	padding:0 15px;
	font-size:16px;
	line-height:44px;
	color:#FFF;
	background:#0B0569 url(../img/h3_bg.png) no-repeat right center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}

.contactBody #main p.lead {
	font-size:14px;
	line-height:1.7em;
	border-bottom:1px dotted #CECDE1;
	margin-bottom:20px;
	padding-bottom:25px;
}

.contactBody #main dl {
	font-size:14px;
	line-height:1.5em;
}

.contactBody #main dl dt {
	float:left;
	font-weight:bold;
	position:absolute;
	padding:18px 0;
	width:300px;
	text-align:right;
}

.contactBody #main dl dd {
	padding:18px 0 18px 336px;
}

.contactBody #main dl dt .hissu {
	background:#E63535;
	font-size:13px;
	line-height:1em;
	padding:3px 6px;
	margin-left:36px;
	color:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.contactBody #main dl dt .nini {
	background:#0099FF;
	font-size:13px;
	line-height:1em;
	padding:3px 6px;
	margin-left:36px;
	color:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.contactBody #main dl dd input,
.contactBody #main dl dd textarea {
	padding:8px;
	border:1px solid #CECDE1;
	width:410px;
}

.contactBody #main dl dd input,
.contactBody #main dl dd textarea {
	outline:none;
}

.contactBody #main dl dd .input_error {
	font-size:13px;
	line-height:1.3em;
	color:#E63535;
	padding-top:10px;
}

.contactBody #main .btn {
	margin-top:20px;
	padding-top:30px;
	border-top:1px dotted #CECDE1;
	text-align:center;
}

.contactBody #main .btn input {
	background:#0B0569;
	margin:0 5px;
	padding:18px 40px;
	font-size:14px;
	line-height:1em;
	font-weight:bold;
	color:#FFF;
	border:0;
	outline:none;
	cursor:pointer;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.contactBody #main .btn input:hover,
.contactBody #main .btn input.resetBtn:hover {
	background:#E63535;
	color:#FFF;
}

.contactBody #main .btn input.resetBtn {
	background:#CECDE1;
	color:#0B0569;
}

.contactBody #main #finish {
	padding:30px;
	border:2px dotted #F4F3F8;
	background:#FFF;
}

.contactBody #main #finish h4 {
	font-size:20px;
	line-height:1.5em;
	margin-bottom:15px;
	color:#0099FF;
}

.contactBody #main #finish p {
	font-size:14px;
	line-height:1.7em;
}

.contactBody #main #finish p.link {
	margin-top:15px;
}
