/* ゆうなぎ動物病院　本番用CSS */

/*
urlを「../images/」から「common/images/」に置換する事。

20160125
#box .page_recruit div.read h2　画像入れ替えに伴い、高さを350→304に
#box .page_about div.read h2　画像入れ替えに伴い、高さを380→420に

20170818
RECRUITを大幅更新

*/



* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	background: #efeae0 url('common/images/bg_body.png') repeat-x 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, 'ＭＳ Ｐゴシック',sans-serif;
}
/*body {font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}*/
img, a img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #1ba4a4;
}

a:visited {
	color: #1ba4a4;
}

a:hover {
	color: #dd0000;
	text-decoration: underline;
}


/*=====================================================================

/*ページ全体*/
* html div#container {
	height: 100%;
}

body > #container {
	height: auto;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	text-align: center;
	color: #333333;
	background: transpadent url('common/images/bg_container.png') repeat-x 0px 25px;
}

/*ヘッダから本文エリア、サイドメニューまで*/
#wrapper {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	text-align: left;
	background: transparent url('common/images/bg_contents.png') repeat-y 0px 0px;
	overflow: hidden;
	z-index: 20;
}

/*ページタイトル画像、本文エリアとサイドメニュー*/
#contents {
	clear: both;
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	z-index: 30;
}

/*本文エリアとサイドメニュー*/
#box {
	width: 900px;
	margin: 0px 10px;
	padding: 0px 0px 10px;
	background: transparent url('common/images/bg_box.png') repeat-y 0px 0px;
	overflow: hidden;
}

/*---------------------------------------------------*/

/*ヘッダエリア*/
#intro {
	position: relative;
	width: 920px;
	height: 125px;
	margin: 0px;
	background: transparent url('common/images/bg_intro.png') no-repeat 0px 0px;
}

#intro h1.logo,
#intro div.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 245px;
	height: 60px;
	margin: 0px;
	overflow: hidden;
	z-index: 50;
}

#intro h1.logo a,
#intro div.logo a {
	display: block;
	width: 245px;
	height: 60px;
	margin: 0px;
	background: transparent url('common/images/img_logo.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#intro div.tel {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 450px;
	height: 65px;
	margin: 0px;
	background: transparent url('common/images/bg_tel2.png') no-repeat 0px 0px;
	background-size: 100%;
	overflow: hidden;
	text-indent: -2000px;
	z-index: 30;
}

#intro div.tel_1 {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 310px;
	height: 65px;
	margin: 0px;
	background: transparent url('common/images/bg_tel.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
	z-index: 30;
}

#intro div.tel_recruit {
	position: absolute;
	top: 5px;
	right: 180px;
	width: 310px;
	height: 65px;
	margin: 0px;
	background: transparent url('common/images/bg_tel.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
	z-index: 30;
}

#intro a.trimmer {
	position: absolute;
	top: 15px;
	left: 290px;
	width: 120px;
	height: 50px;
	margin: 0px;
	background: transparent url('common/images/home/trimmer.svg') no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -2000px;
	z-index: 30;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#intro a.trimmer:hover {
	opacity: 0.8;
}

#intro a.recruit_staff {
	position: absolute;
	top: 15px;
	left: 275px;
	width: 150px;
	height: 50px;
	margin: 0px;
	background: transparent url('common/images/home/recruit_staff.svg') no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -2000px;
	z-index: 30;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#intro a.recruit_staff:hover {
	opacity: 0.8;
}



/*ヘッダメニュー*/

#navi {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 920px;
	height: 30px;
}

#navi ul {
	box-sizing: border-box;
	width: 894px;
	height: 30px;
	margin: 0px 13px;
	padding: 0 3px;
	background-color:#1ba4a4;
	border-radius: 5px;
}

#navi ul li {
	display: inline;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	position: relative;
}

#navi2 ul li.home {
	width: 96px;
	margin: 3px 3px 0px 3px;
}

#navi ul li a.home {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 92px;
	background: url(common/images/home/btn_navi_home.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.about {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 122px;
	background: url(common/images/home/btn_navi_about.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.staff {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 137px;
	background: url(common/images/home/btn_navi_staff.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.exam {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 97px;
	background: url(common/images/home/btn_navi_exam.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.trimming {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 121px;
	background: url(common/images/home/btn_navi_trimming.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.pethotel {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 137px;
	background: url(common/images/home/btn_navi_pethotel.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.puppy {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 138px;
	background: url(common/images/home/btn_navi_puppy.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a.access {
	display: block;
	overflow: hidden;
	margin: 4px 1px;
	padding-top: 21px;
	height: 0 !important;
	line-height: 250%;
	width: 113px;
	background: url(common/images/home/btn_navi_access.png) center center no-repeat;
	background-size: auto 20px;
	border:1px solid #128a8a;
	border-radius: 3px;
}

#navi ul li a:hover {
	opacity: 0.8;
}

.bn a:hover {
	opacity: 0.8;
}


/*---------------------------------------------------*/

/*本文エリア*/
#base {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}


/*---------------------------------------------------*/

/*フォントサイズ調整*/
#fontsizeControl {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 165px;
	height: 35px;
	background: transparent url('common/images/bg_font.png') no-repeat 0px 0px;
	overflow: hidden;
	z-index: 40;
}

#fontsizeControl_1 {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 165px;
	height: 35px;
	background: transparent url('common/images/bg_font.png') no-repeat 0px 0px;
	overflow: hidden;
	z-index: 40;
}

#fontsizeControl_recruit {
	position: absolute;
	top: 5px;
	right: 180px;
	width: 165px;
	height: 35px;
	background: transparent url('common/images/bg_font.png') no-repeat 0px 0px;
	overflow: hidden;
	z-index: 40;
}

#fontsizeControl ul {
}

#fontsizeControl ul li {
	display: inline;
	float: left;
}

#fontsizeControl #switchFontSizeSmall {
	width: 21px;
	height: 21px;
	margin: 9px 0px 0px 84px;
}

#fontsizeControl #switchFontSizeSmall a {
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('common/images/btn_font_s.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#fontsizeControl #switchFontSizeSmall a:hover {
	background: none;
}

#fontsizeControl #switchFontSizeMedium {
	width: 23px;
	height: 23px;
	margin: 7px 0px 0px 3px;
}

#fontsizeControl #switchFontSizeMedium a {
	display: block;
	width: 23px;
	height: 23px;
	background: transparent url('common/images/btn_font_m.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#fontsizeControl #switchFontSizeMedium a:hover {
	background: none;
}

#fontsizeControl #switchFontSizeBig {
	width: 25px;
	height: 25px;
	margin: 5px 0px 0px 3px;
}

#fontsizeControl #switchFontSizeBig a {
	display: block;
	width: 25px;
	height: 25px;
	background: transparent url('common/images/btn_font_l.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#fontsizeControl #switchFontSizeBig a:hover {
	background: none;
}

/*---------------------------------------------------*/

/*パンクズナビ*/
#bread {
	width: 900px;
	height: 2.2em;
	margin: 0px 10px 0px;
	background: #ffffff;
	overflow: hidden;
}

#bread ul {
	margin: 0px 15px;
	padding: 0px;
}

#bread ul li {
	display: inline;
	margin: 4px 15px 0px 0px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_arrow.png') no-repeat 0px 60%;
	float: left;
}

#bread ul li.noArrow {
	padding: 0px;
	background: none;
}

/*---------------------------------------------------*/

#box div.archive {
	clear: both;
	margin: 0px 0px 30px;
	overflow: hidden;
}

#box div.archive ul {
	margin: 15px 10px;
	font-size: 1.1em;
	line-height: 1.6;
}

#box div.archive ul li {
	margin: 0px 0px 5px;
}

#box div.photo {
	margin: 0px 10px;
	overflow: hidden;
}

#box div.photo img {
	margin: 0px 1px 0px 0px;
	vertical-align: bottom;
	float: left;
}

div.bn1min {
	display: inline;
	width: 280px;
	padding: 0px 0px 10px 0px;
	text-align: right;
	background: #ffffff;
	overflow: hidden;
	float: right;
}

div.bn1min img {
	margin: 0px 20px 0px 0px;
	vertical-align: bottom;
	opacity: 0.7;
	transition: all .3s;
}

div.bn1min a:hover {
	opacity:1;
}

div.bn1min a:hover img {
	transform: scale(1.01);
	opacity:1;
}

#flash {
	clear: both;
	width: 900px;
	height: 270px;
	margin: 0px 10px;
	padding: 10px 0px 15px;
	background: #ffffff;
}



/*=====================================================================


フォントメニュー、h系の置き換え


=====================================================================*/

h1 {
	width: 900px;
	height: 135px;
	margin: 0px 10px;
	padding: 0px;
	overflow: hidden;
	text-indent: -2000px;
}

h1.about {
	background: #ffffff url('common/images/about/ttl_about.jpg') no-repeat 0px 0px;
}

h1.greeting {
	background: #ffffff url('common/images/about/ttl_greeting.jpg') no-repeat 0px 0px;
}

h1.policy {
	background: #ffffff url('common/images/about/ttl_policy.jpg') no-repeat 0px 0px;
}

h1.guidance {
	background: #ffffff url('common/images/about/ttl_guidance.jpg') no-repeat 0px 0px;
}

h1.exam {
	background: #ffffff url('common/images/about/ttl_exam.jpg') no-repeat 0px 0px;
}

h1.equip {
	background: #ffffff url('common/images/about/ttl_equip.jpg') no-repeat 0px 0px;
}

h1.min1 {
	background: #ffffff url('common/images/about/ttl_1min.jpg') no-repeat 0px 0px;
}

h1.staff {
	background: #ffffff url('common/images/staff/ttl_staff.jpg') no-repeat 0px 0px;
}

h1.trimming {
	background: #ffffff url('common/images/trimming/ttl_trimming.jpg') no-repeat 0px 0px;
}

h1.shower {
	background: #ffffff url('common/images/trimming/ttl_shower.jpg') no-repeat 0px 0px;
}

h1.shower_onyoku {
	background: #ffffff url('common/images/trimming/ttl_shower_onyoku.png') no-repeat 0px 0px;
}

h1.tools {
	background: #ffffff url('common/images/trimming/ttl_tools.jpg') no-repeat 0px 0px;
}

h1.faq {
	background: #ffffff url('common/images/trimming/ttl_faq.jpg') no-repeat 0px 0px;
}

h1.point {
	background: #ffffff url('common/images/trimming/ttl_point.jpg') no-repeat 0px 0px;
}

h1.pethotel {
	background: #ffffff url('common/images/pethotel/ttl_pethotel.jpg') no-repeat 0px 0px;
}

h1.puppy {
	background: #ffffff url('common/images/puppy/ttl_puppy.jpg') no-repeat 0px 0px;
}

h1.dogschool {
	background: #ffffff url('common/images/puppy/dogschool2/ttl_school.jpg') no-repeat 0px 0px;
}

h1.access {
	background: #ffffff url('common/images/access/ttl_access.jpg') no-repeat 0px 0px;
}

h1.recruit {
	background: #ffffff url('common/images/recruit/ttl_recruit.png?2') no-repeat 0px 0px;
}

h1.links {
	background: #ffffff url('common/images/links/ttl_links.jpg') no-repeat 0px 0px;
}

h1.privacy {
	background: #ffffff url('common/images/privacy/ttl_privacy.jpg') no-repeat 0px 0px;
}

h1.sitemap {
	background: #ffffff url('common/images/sitemap/ttl_sitemap.jpg') no-repeat 0px 0px;
}

h1.gold_criteria {
	background: #ffffff url('common/images/gold_criteria/ttl_goldcriteria.jpg') no-repeat 0px 0px;
}

h1.tips {
	background: #ffffff url('common/images/tips/ttl_goldcriteria.jpg') no-repeat 0px 0px;
}

h1.senior {
	background: #ffffff url('common/images/senior/ttl_senior.jpg') no-repeat 0px 0px;
}

h1.voice {
	background: #ffffff url('common/images/voice/ttl_voice.jpg') no-repeat 0px 0px;
}

h1.specialty {
	background: #ffffff url('common/images/specialty/ttl_specialty.png') no-repeat 0px 0px;
}

h1.news {
	background: #ffffff url('common/images/pageimage_news.png') no-repeat 0px 0px;
}



#box h2 {
	padding: 10px 0px 8px 38px;
	font-size: 1.3em;
	line-height: 1;
	background: #efeae0 url('common/images/icon_stamp.png') no-repeat 10px 55%;
	overflow: hidden;
}

.under_line {
	border-bottom: 1px solid #51a2a3;
	color: #51a2a3;
}



/*=====================================================================


サイドメニュー


=====================================================================*/


#side {
	display: inline;
	width: 260px;
	margin: 0px 10px 0px 0px;
	background: transparent url('common/images/bg_side.png') no-repeat 0px 0px;
	overflow: hidden;
	float: right;
}

#sideIn {
	width: 230px;
	margin: 15px 15px 20px;
}

#side div.sideBox {
	width: 230px;
	margin: 0px 0px 5px;
	background: #ffffff url('common/images/bg_side_end.png') no-repeat 0px 100%;
	overflow: hidden;
}

#side div.sideBox ul.sideNavi {
	width: 230px;
	margin: 0px 0px 5px;
	padding: 10px 0px 0px;
	background: #ffffff url('common/images/bg_side_in.png') no-repeat 0px 0px;
	overflow: hidden;
}

#side div.sideBox ul.sideNavi li {
	width: 210px;
	height: 20px;
	margin: 0px 10px 5px;
	padding: 0px;
	background: transparent;
	overflow: hidden;
}

#side div.sideBox ul.sideNavi li a {
	display: block;
	width: 210px;
	height: 20px;
	text-indent: -2000px;
}

#side div.sideBox ul.sideNavi li.category {
	width: 220px;
	height: 26px;
	margin: 0px 5px 5px;
}

#side div.sideBox ul.sideNavi li.category a {
	width: 220px;
	height: 26px;
}

#side div.sideBox ul.sideNavi li.about {
}

#side div.sideBox ul.sideNavi li.about a {
	background: #ffffff url('common/images/about/btn_side_about.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.greeting {
}

#side div.sideBox ul.sideNavi li.greeting a {
	background: #ffffff url('common/images/about/btn_side_greeting.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.policy {
}

#side div.sideBox ul.sideNavi li.policy a {
	background: #ffffff url('common/images/about/btn_side_policy.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.guidance {
}

#side div.sideBox ul.sideNavi li.guidance a {
	background: #ffffff url('common/images/about/btn_side_guidance.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.exam {
}

#side div.sideBox ul.sideNavi li.exam a {
	background: #ffffff url('common/images/about/btn_side_exam.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.equip {
}

#side div.sideBox ul.sideNavi li.equip a {
	background: #ffffff url('common/images/about/btn_side_equip.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.staff {
}

#side div.sideBox ul.sideNavi li.staff a {
	background: #ffffff url('common/images/staff/btn_side_staff.png') no-repeat 0px 0px;
}


#side div.sideBox ul.sideNavi li.trimming {
}

#side div.sideBox ul.sideNavi li.trimming a {
	background: #ffffff url('common/images/trimming/btn_side_trimming.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.shower {
}

#side div.sideBox ul.sideNavi li.shower a {
	background: #ffffff url('common/images/trimming/btn_side_shower_onyoku.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.tools {
}

#side div.sideBox ul.sideNavi li.tools a {
	background: #ffffff url('common/images/trimming/btn_side_tools.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.faq {
}

#side div.sideBox ul.sideNavi li.faq a {
	background: #ffffff url('common/images/trimming/btn_side_faq.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.point {
}

#side div.sideBox ul.sideNavi li.point a {
	background: #ffffff url('common/images/trimming/btn_side_point.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.pethotel {
}

#side div.sideBox ul.sideNavi li.pethotel a {
	background: #ffffff url('common/images/pethotel/btn_side_pethotel.png') no-repeat 0px 0px;
}


#side div.sideBox ul.sideNavi li.access {
}

#side div.sideBox ul.sideNavi li.access a {
	background: #ffffff url('common/images/access/btn_side_access.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.recruit {
}

#side div.sideBox ul.sideNavi li.recruit a {
	background: #ffffff url('common/images/recruit/btn_side_recruit.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.links {
}

#side div.sideBox ul.sideNavi li.links a {
	background: #ffffff url('common/images/links/btn_side_links.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.privacy {
}

#side div.sideBox ul.sideNavi li.privacy a {
	background: #ffffff url('common/images/privacy/btn_side_privacy.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.sitemap {
}

#side div.sideBox ul.sideNavi li.sitemap a {
	background: #ffffff url('common/images/sitemap/btn_side_sitemap.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.voice {
}

#side div.sideBox ul.sideNavi li.voice a {
	background: #ffffff url('common/images/voice/btn_side_voice.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.specialty {
}

#side div.sideBox ul.sideNavi li.specialty a {
	background: #ffffff url('common/images/specialty/btn_side_specialty.png') no-repeat 0px 0px;
}


/*シニア*/

#side div.sideBox ul.sideNavi li.senior {}

#side div.sideBox ul.sideNavi li.senior a {
	background: #ffffff url('common/images/senior/btn_side_senior.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.senior_effort {}
#side div.sideBox ul.sideNavi li.senior_effort a {
	background: #ffffff url('common/images/senior/btn_side_effort.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.senior_trimming {}
#side div.sideBox ul.sideNavi li.senior_trimming a {
	background: #ffffff url('common/images/senior/btn_side_trimming.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.senior_performance {}
#side div.sideBox ul.sideNavi li.senior_performance a {
	background: #ffffff url('common/images/senior/btn_side_performance.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.senior_daycare {}
#side div.sideBox ul.sideNavi li.senior_daycare a {
	background: #ffffff url('common/images/senior/btn_side_daycare.png') no-repeat 0px 0px;
}


/*パピークラス*/

#side div.sideBox ul.sideNavi li.puppy {
}

#side div.sideBox ul.sideNavi li.puppy a {
	background: #ffffff url('common/images/puppy/btn_side_puppy.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.puppy_top {}
#side div.sideBox ul.sideNavi li.puppy_top a {
	background: #ffffff url('common/images/puppy/btn_side_top.png') no-repeat 0px 0px;
}

#side div.sideBox ul.sideNavi li.puppy_dog {}
#side div.sideBox ul.sideNavi li.puppy_dog a {
	background: #ffffff url('common/images/puppy/btn_side_dog.png') no-repeat 0px 0px;
}








#side div.sideBox ul.sideNavi li a:hover {
	background-position: 0px -20px;
}

#side div.sideBox ul.sideNavi li.category a:hover {
	background-position: 0px -26px;
}

#side div.sideBox ul.sideNavi li a.on {
	background-position: 0px -20px;
}

#side div.sideBox ul.sideNavi li.category a.on {
	background-position: 0px -26px;
}

#side div.sideBox h2 {
	width: 230px;
	height: 35px;
	margin: 0px 0px 3px;
	padding: 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#side div.sideBox h2.info {
	background: #ffffff url('common/images/sttl_side_info.png') no-repeat 0px 0px;
}

#side div.sideBox h2.schedule {
	background: #ffffff url('common/images/sttl_side_schedule.png') no-repeat 0px 0px;
}

#side div.sideBox h2.doctor {
	background: #ffffff url('common/images/sttl_side_doctor.png?gadfaf') no-repeat 0px 0px;
}

#side div.sideBox ul {
	width: 220px;
	margin: 0px 5px 5px;
	overflow: hidden;
}

#side div.sideBox ul li {
	clear: both;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	font-size: 13px;
	background: #ffffff url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	overflow: hidden;
}

#side div.sideBox ul li.none {
	padding: 0px 0px 2px;
	background: none;
}

#side div.sideBox ul li h3 {
	margin: 0px 5px 2px;
	padding: 0px 0px 0px 15px;
	color: #655034;
	background: transparent url('common/images/icon_brown.png') no-repeat 0px 4px;
}

#side div.sideBox ul li p {
	margin: 0px 5px;
	font-size: 15px;
}

#side div.sideBox ul li.map {
}

#side div.sideBox ul li.map a {
	display: block;
	width: 220px;
	height: 115px;
	background: transparent url('common/images/btn_map.jpg') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#side div.sideBox ul li.map a:hover {
	background-position: 0px -115px;
}

#side div.sideBox ul li.time {
}

#side div.sideBox ul li.time p {
}

#side div.sideBox ul li.time p.off {
	margin: 5px 5px 0px;
	font-size: 12px;
}

#side div.sideBox ul li.time p.off strong {
	font-size: 15px;
	color: #aa0000;
}

#side div.sideBox ul li.time p.off span {
	font-size: 10px;
}

#side div.sideBox ul li.time p.yoyaku {
	margin: 5px 5px 0px;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	/*border:2px solid #ddd5c4;*/
	background-color:#fbf2f7;
	border-radius: 10px;
	color:#ff3399;
}

#side div.sideBox ul li.today {
	margin: 0px;
}

#side div.sideBox ul li.today p {
	clear: both;
	margin: 0px 15px;
	font-size: 13px;
}

#side div.sideBox ul li.today p span {
	margin: 3px 0px 0px;
	float: left;
}

#side div.sideBox ul li.today p strong {
	width: 120px;
	font-size: 17px;
	color: #000000;
	float: left;
}

#side div.sideBox ul li.calendarBtn {
	margin: 0px;
}

#side div.sideBox ul li.calendarBtn div {
	width: 220px;
	height: 37px;
	margin: 5px 0px 0px;
	overflow: hidden;
}

#side div.sideBox ul li.calendarBtn div a {
	display: block;
	width: 220px;
	height: 37px;
	margin: 0px;
	padding: 6px 0px 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-indent: -2000px;
}

#side div.sideBox ul li.calendarBtn div.now a {
	background: transparent url('common/images/btn_calendar_now.jpg') no-repeat 0px 0px;
}

#side div.sideBox ul li.calendarBtn div.next a {
	background: transparent url('common/images/btn_calendar_next.jpg') no-repeat 0px 0px;
}

#side div.sideBox ul li.calendarBtn div a:hover {
	background-position: 0px -37px;
}

#side div.sideBox ul li.photo {
	margin: 0px 0px 3px;
	text-align: center;
}

#side div.sideBox ul li.photo img {
	vertical-align: bottom;
}

#side div.sideBox ul li.speach {
	margin: 0px 5px 3px;
	font-size: 12px;
}

#side div.sideBox ul li.link {
	margin: 0px 0px 3px;
	font-size: 12px;
	text-align: right;
}


/*知っておきたいワンちゃん、猫ちゃん*/

#side div.tips_nav ul.sideNavi li.tips {
	width: 225px;
	height:42px;
margin:0px 0px 0px 0px;
padding:0px 0px 4px 0px;
	background: transparent;
}

#side div.tips_nav ul.sideNavi h2 {
	width: 225px;
	height:42px;
	margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
}

#side div.tips_nav ul.sideNavi h2 a {
display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 42px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: #ffffff url('common/images/tips/btn_side_menu.png') top left no-repeat;
}
#side div.tips_nav ul.sideNavi h2 a:hover {
	background-position: -221px 0 !important;
}

#side div.tips_nav ul.sideNavi h2 a.on {
display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 42px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: #ffffff url('common/images/tips/btn_side_menu.png') top left no-repeat;
	background-position: -221px 0 !important;
}

#side div.tips_nav ul.sideNavi li.tips_menu a {
display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 20px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: #ffffff url('common/images/tips/btn_side_menu.png') top left no-repeat;
}



#side div.tips_nav ul.sideNavi li.tips_otitisexterna a {
	background-position: 0 -43px;
}
#side div.tips_nav ul.sideNavi li.tips_otitisexterna a:hover {
	background-position: -210px -43px;
}
#side div.tips_nav ul.sideNavi li.tips_otitisexterna a.on {
	background-position: -210px -43px;
}

#side div.tips_nav ul.sideNavi li.tips_tools a {
	background-position: 0 -64px;
}
#side div.tips_nav ul.sideNavi li.tips_tools a:hover {
	background-position: -210px -64px;
}
#side div.tips_nav ul.sideNavi li.tips_tools a.on {
	background-position: -210px -64px;
}

#side div.tips_nav ul.sideNavi li.tips_urolithiasis a {
	background-position: 0 -85px;
}
#side div.tips_nav ul.sideNavi li.tips_urolithiasis a:hover {
	background-position: -210px -85px;
}
#side div.tips_nav ul.sideNavi li.tips_urolithiasis a.on {
	background-position: -210px -85px;
}

#side div.tips_nav ul.sideNavi li.tips_obesity a {
	background-position: 0 -106px;
}
#side div.tips_nav ul.sideNavi li.tips_obesity a:hover {
	background-position: -210px -106px;
}
#side div.tips_nav ul.sideNavi li.tips_obesity a.on {
	background-position: -210px -106px;
}

#side div.tips_nav ul.sideNavi li.tips_food a {
	background-position: 0 -127px;
}
#side div.tips_nav ul.sideNavi li.tips_food a:hover {
	background-position: -210px -127px;
}
#side div.tips_nav ul.sideNavi li.tips_food a.on {
	background-position: -210px -127px;
}



#side div.qr {
	padding: 15px 0px 10px;
	text-align: center;
}

#side div.qr2 {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	background-color: #ffffff;
}

#side div.qr2 img {
	width:100%;
	height:auto;
}

#side div.bn {
	margin: 0px 10px 10px;
}

#side div.trimming {
	margin: 0px 10px 0px;
	margin-bottom:10px;
}

#side div.puppy {
	margin: 0px 10px 10px;
}

#ending {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #1ba4a4 url('common/images/bg_end.png') repeat-x 0px 0px;
}

#ending div.seo {
	clear: both;
	width: 920px;
	height: 145px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: transparent url('common/images/bg_seo.png') no-repeat 0px 0px;
	overflow: hidden;
}

#ending div.seo h2 {
	width: 570px;
	margin: 25px 0px 0px 40px;
	color: #4e4027;
	font-weight: normal;
	overflow: hidden;
}

#ending div.seo p {
	width: 570px;
	margin: 5px 0px 0px 40px;
	color: #766849;
	font-size: 11px;
	line-height: 1.2;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

#ending div.copy {
margin:0px 0px 0px 0px;
padding:10px 0px 30px 0px;
	text-align: center;
}

#ending div.copy address {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	overflow: hidden;
}

#ending div.endNavi {
	position: relative;
	width: 920px;
	margin: 0px auto;
padding:0px 0px 10px 0px;
	text-align: left;
	border-left:1px solid #1ba4a4;
}

#ending div.endNavi ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
#ending div.endNavi ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#ending div.endNavi ul li {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#ending div.endNavi ul li a {
	color: #ffffff;
}

#ending div.endNavi img {
	position: absolute;
	bottom: 0px;
	right: 20px;
}


/*動物取扱業登録エリア*/

#ending dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px;
	color: #ffffff;
	border-bottom: 1px solid #8fcbcb;
}
#ending dl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#ending dt,#ending dd {
	float: left;
	margin: 0;
	padding: 0;
}

#ending dl dt {
	width: 120px;
}
#ending dl dd {
	width: 550px;
}

#ending div.endNavi dd ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#ending div.endNavi dd li {
	float: left;
	width: 50%;
	margin: 0 0 2px 0;
	padding: 0;
}


/*=====================================================================


フォーマット素材


=====================================================================*/


#box p {
	margin: 15px 10px;
	font-size: 1.1em;
	line-height: 1.6;
}

#box .p {
	margin: 15px 10px 30px 10px;
	font-size: 1.1em;
	line-height: 1.6;
}

xmp {
	display: block;
	margin: 0.5em 0 3em 0;
	padding: 6px;
	background-color: #f4f6f1;
	letter-spacing: -0em;
	line-height: 180%;
	font-family: 'courier';
	/*overflow: hidden;*/
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

div.read_area {
	margin: 0px 0px 20px;
	padding: 10px;
	overflow: hidden;
	border: 4px solid #cbdcd8;
}

/*---------------------------------------------------*/

/*フロートクリア*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*---------------------------------------------------*/

/*テキスト位置*/
.tx_center {text-align: center;}
.tx_right {text-align: right;}
.tx_left {text-align: left;}

/*---------------------------------------------------*/

/*画像左寄せ*/
img.imgLeft {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
img.imgLeft:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*画像右寄せ*/
img.imgRight {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}
img.imgRight:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*画像右寄せ*/
.imgRight img {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}
.imgRight img:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/*---------------------------------------------------*/

/*色設定*/
.white {color: #ffffff;}
.red {color: #ff0000;}
.purple {color: #800080;}
.green {color: #008000;}
.yellow {color: #ffd200;}
.blue {color: #3425f3;}
.pink{color:#fb03a1;}

.bg_white {background-color: #ffffff;}
.bg_red {background-color: #ff0000;}
.bg_purple {background-color: #800080;}
.bg_green {background-color: #008000;}
.bg_yellow {background-color: #ffd200;}
.bg_blue {background-color: #3425f3;}
.bg_pink {background-color: #fb03a1;}

.line_white {border-color: #ffffff;}
.line_red {border-color: #ff0000;}
.line_purple {border-color: #800080;}
.line_green {border-color: #008000;}
.line_yellow {border-color: #ffd200;}
.line_blue {border-color: #3425f3;}
.line_pink {border-color: #fb03a1;}

/*黒系統*/
.bk {color: #000000;}
.dbk {color: #474545;}
.nbk {color: #787777;}
.lbk {color: #e2e2e2;}
.libk {color: #f3f3f3;}
.mbk {color: #f8f7f7;}

.bg_bk {background-color: #000000;}
.bg_dbk {background-color: #474545;}
.bg_nbk {background-color: #787777;}
.bg_lbk {background-color: #e2e2e2;}
.bg_libk {background-color: #f3f3f3;}
.bg_mbk {background-color: #f8f7f7;}

.line_bk {border-color: #000000;}
.line_dbk {border-color: #474545;}
.line_nbk {border-color: #787777;}
.line_lbk {border-color: #e2e2e2;}
.line_libk {border-color: #f3f3f3;}
.line_mbk {border-color: #f8f7f7;}

/*青系統*/
.bl {color: #014ea5;}
.dbl {color: #0365d2;}
.nbl {color: #2a8efd;}
.lbl {color: #c2defc;}
.libl {color: #e9f3fe;}
.mbl {color: #f6fafe;}

.bg_bl {background-color: #014ea5;}
.bg_dbl {background-color: #0365d2;}
.bg_nbl {background-color: #2a8efd;}
.bg_lbl {background-color: #c2defc;}
.bg_libl {background-color: #e9f3fe;}
.bg_mbl {background-color: #f6fafe;}

.line_bl {border-color: #014ea5;}
.line_dbl {border-color: #0365d2;}
.line_nbl {border-color: #2a8efd;}
.line_lbl {border-color: #c2defc;}
.line_libl {border-color: #e9f3fe;}
.line_mbl {border-color: #f6fafe;}

/*緑系統*/
.ge {color: #037d3e;}
.dge {color: #03a350;}
.nge {color: #07c268;}
.lge {color: #d1fcc2;}
.lige {color: #edfee9;}
.mge {color: #f6fef7;}

.bg_ge {background-color: #037d3e;}
.bg_dge {background-color: #03a350;}
.bg_nge {background-color: #07c268;}
.bg_lge {background-color: #d1fcc2;}
.bg_lige {background-color: #edfee9;}
.bg_mge {background-color: #f6fef7;}

.line_ge {border-color: #037d3e;}
.line_dge {border-color: #03a350;}
.line_nge {border-color: #07c268;}
.line_lge {border-color: #d1fcc2;}
.line_lige {border-color: #edfee9;}
.line_mge {border-color: #f6fef7;}

/*紫系統*/
.pl {color: #6e338a;}
.dpl {color: #8850a9;}
.npl {color: #a569c7;}
.lpl {color: #f3caf2;}
.lipl {color: #fbecfa;}
.mpl {color: #fdf7fd;}

.bg_pl {background-color: #6e338a;}
.bg_dpl {background-color: #8850a9;}
.bg_npl {background-color: #a569c7;}
.bg_lpl {background-color: #f3caf2;}
.bg_lipl {background-color: #fbecfa;}
.bg_mpl {background-color: #fdf7fd;}

.line_pl {border-color: #6e338a;}
.line_dpl {border-color: #8850a9;}
.line_npl {border-color: #a569c7;}
.line_lpl {border-color: #f3caf2;}
.line_lipl {border-color: #fbecfa;}
.line_mpl {border-color: #fdf7fd;}

/*赤系統*/
.rd {color: #a4192b;}
.drd {color: #cc072b;}
.nrd {color: #d41b3b;}
.lrd {color: #ffbfd3;}
.lird {color: #ffe8ef;}
.mrd {color: #fff5f8;}

.bg_rd {background-color: #a4192b;}
.bg_drd {background-color: #c4354f;}
.bg_nrd {background-color: #e34c66;}
.bg_lrd {background-color: #ffbfd3;}
.bg_lird {background-color: #ffe8ef;}
.bg_mrd {background-color: #fff5f8;}

.line_rd {border-color: #a4192b;}
.line_drd {border-color: #c4354f;}
.line_nrd {border-color: #e34c66;}
.line_lrd {border-color: #ffbfd3;}
.line_lird {border-color: #ffe8ef;}
.line_mrd {border-color: #fff5f8;}

/*黄系統*/
.ye {color: #a0934e;}
.dye {color: #c6b675;}
.nye {color: #dbcc8a;}
.lye {color: #f9edc5;}
.liye {color: #fdf9ea;}
.mye {color: #fefdf6;}

.bg_ye {background-color: #a0934e;}
.bg_dye {background-color: #c6b675;}
.bg_nye {background-color: #dbcc8a;}
.bg_lye {background-color: #f9edc5;}
.bg_liye {background-color: #fdf9ea;}
.bg_mye {background-color: #fefdf6;}

.line_ye {border-color: #a0934e;}
.line_dye {border-color: #c6b675;}
.line_nye {border-color: #dbcc8a;}
.line_lye {border-color: #f9edc5;}
.line_liye {border-color: #fdf9ea;}
.line_mye {border-color: #fefdf6;}

.px1{border-style: solid;border-width: 1px;}
.px2{border-style: solid;border-width: 2px;}
.px3{border-style: solid;border-width: 3px;}
.px4{border-style: solid;border-width: 4px;}
.px5{border-style: solid;border-width: 5px;}

.box5 { padding: 5px; position: relative; }
.box10 { padding: 10px; position: relative; }
.box15 { padding: 15px; position: relative; }
.box20 { padding: 20px; position: relative; }

.r5 { border-radius: 5px; }
.r10 { border-radius: 10px; }
.r15 { border-radius: 15px; }


table.data {
	border-collapse: collapse;
}

table.data td,table.data th {
	margin: 0;
	padding: 5px;
	border: 1px solid #c7cdbf;
}

table.data th {
	background-color: #e8ebe3;
}

table.data tr.line td {
	border-top: 2px solid #c7cdbf;
}

a.link:link,a.link:visited {
	margin: 0 5px 0 5px;
	padding: 0 0 0 12px;
	background: url(common/images/link.png) center left no-repeat;
}

.dot_line{
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
	background: url(common/images/line_1dot.png) center left repeat-x;
	background-size: 4px;
}

.dot_line2{
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
	background: url(common/images/line_dot.png) center left repeat-x;
	background-size: 4px;
}

.small{font-size: 80% !important;}

.retv{position: relative;}


/*テーブル*/

html>/**/body .tips_box{
	display: table;
	vertical-align: top;
}
html>/**/body .tips_box .inbox {
	display: table-cell;
	vertical-align: top;
}

html*.tips_box{ height: 1%; }
html*.tips_box .inbox { float: left; }

.tips_box{
	margin:0px 0px 0px 0px;
padding:10px 0px 30px 0px;
}

.tips_box:last-child {
	padding-bottom: 0;
}

/*テーブル　2分割*/

.tips_box .inbox{
	margin: 0;
	padding-left: 30px;
	width:270px;
}

.tips_box .inbox:first-child{
	padding-left: 0;
}


/*テーブル　2分割*/

.leftbox .inbox{
	margin: 0;
	padding-left: 30px;
	width:356px;
}

.leftbox .inbox:first-child{
	padding-left: 0;
	width:184px;
}


.rightbox .inbox{
	margin: 0;
	padding-left: 30px;
	width:184px;
}

.rightbox .inbox:first-child{
	padding-left: 0;
	width:356px;
}





/*=====================================================================


ここから各ページで使用するcss設定


=====================================================================*/


/* HOME */
#home {
	display: inline;
	width: 590px;
	margin: 0px 0px 0px 20px;
	/*overflow: hidden;*/
	float: left;
}

#home img.renewal {
	display: block;
	margin: 10px 0px 10px;
}

#home img.main {
	display: block;
	margin: 10px 0px 20px;
}

#home h2 {
	height: 30px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	background: transparent url('common/images/home/bg_home_ttl.png') no-repeat 0px 0px;
	overflow: hidden;
}

#home h2 span {
	margin: 5px 0px 0px 35px;
	float: left;
}

#home h2 a {
	font-size: 12px;
	margin: 6px 10px 0px 0px;
	font-weight: normal;
	color: #ffffff;
	float: right;
}

#home div.read {
	margin: 0px 0px 20px;
	overflow: hidden;
}

#home div.read h2 {
	height: 80px;
	margin: 0px 0px 10px;
	background: transparent url('common/images/home/bg_read.jpg') no-repeat 0px 0px;
	text-indent: -2000px;
}

#home div.read img {
	width: 240px;
	height: 180px;
	float: left;
}

#home div.read p {
	width: 335px;
	margin: 5px 0px 0px;
	font-size: 1.1em;
	line-height: 1.8;
	float: right;
}

#home div.newBtn {
	width: 580px;
	height: 50px;
	margin: 0px 5px 20px;
	overflow: hidden;
}

#home div.newBtn a {
	display: block;
	width: 580px;
	height: 50px;
	margin: 0px;
	background: transparent url('common/images/home/btn_new.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#home div.newBtn a:hover {
	background-position: 0px -50px;
}

#home div.info {
	clear: both;
	margin: 0px 0px 20px;
	background: transparent url('common/images/home/bg_info.png') repeat-y 0px 10px;
}

#home div.info .p {
	margin: 5px 0px 0px;
	padding: 0px 20px 15px;
	background: transparent url('common/images/home/bg_info_end.png') no-repeat 0px 100%;
	font-size: 1.1em;
	line-height: 2..;
}

#home div.info .p h3 {
	font-size: 1.4em;
	line-height: 1.6;
	margin:30px 0px 5px 0px;
padding:5px 0px 0px 0px;
border-top:1px solid #e3e0d9;
}

#home div.info .p h3:first-child{
border:none;
	margin:10px 0px 0px 0px;
}

#home div.info .p p {
	margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#home div.news {
	clear: both;
	margin: 0px 0px 30px;
}

#home div.news ul {
	margin: 0px 5px;
}

#home div.news ul li {
	clear: both;
	margin: 5px 0px 10px;
	padding: 0px 10px 5px 9em;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	overflow: hidden;
}

#home div.news ul li div {
	display: inline;
	position: relative;
	margin: 0px 0px 0px -8.5em;
	float: left;
}

#home div.guide {
	margin: 0px 0px 30px;
	overflow: hidden;
}

#home div.guide ul {
	margin: 20px 0px 0px;
	overflow: hidden;
}

#home div.guide ul li {
	height: 115px;
	margin: 0px 10px 20px;
	overflow: hidden;
}

#home div.guide ul li img {
	width: 190px;
	height: 115px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#home div.guide ul li h3 {
	margin: 20px 0px 0px;
	font-size: 1.4em;
	overflow: hidden;
}


/*最初のふたコマテキストリンク*/

#home div.reedbox {
	display: table;
	vertical-align: top;
	margin: 0;
	padding: 0 0 3em 0;
}

#home div.reedbox div.cell {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
	width: 280px;
}

#home div.reedbox div.cell:first-child {
	padding-left: 0;
}

#home div.reedbox h3 {
	background: url(common/images/home/top_area_hbg.png);
	margin: 0 0 5px 0;
	padding: 7px 10px 7px 10px;
	color: #057677;
}

#home div.reedbox p {
	margin: 0;
	padding: 0;
}

#home .panel-add-class {
	border-radius: 8px;
	animation: home_panel_link 0.5s forwards;
}

#home div.reedbox img {
	border-radius: 8px;
}

#home div.reedbox .panel-add-class h3 {
	color: #0ba6a7;
}

#home div.reedbox .panel-add-class img {
	opacity: 0.8;
	animation: home_panel_link_image 0.5s forwards;
}

@keyframes home_panel_link {
0% {background-color:#ffffff;}
100% {background-color:#e7f5f5;}
}

@keyframes home_panel_link_image {
0% {transform: scale(1) ;opacity:0.8;}
100% {transform: scale(1.01) ;opacity:1;}
}

#home .new {
	z-index: 10;
	position: absolute;
	right: -15px;
	top: 7px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 45px;
	height: 0 !important;
	line-height: 250%;
	width: 42px;
	background: url(common/images/home/new.png) top left no-repeat;
}

.instagram_area{
position: relative;
margin:0px 0px 50px 0px;
padding:0px 0px 0px 0px;
}

.instagram_area2:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	right: 0px;
	width: 150px;
	height: 65px;
	background: url(common/images/home/instag.jpg) center center no-repeat;
	background-size: 100%;
}

.instagram_link{
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
a:hover {
	opacity: 0.5;
}



/*====================================================================*/
/*====================================================================*/
/* ABOUT */

.page_about {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

.page_about div.read {
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
}

#box .page_about div.read h2 {
	height: 420px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent url('common/images/about/bg_about_read4.jpg') no-repeat 0px 0px;
	text-indent: -2000px;
}

.page_about div.time {
	margin: 0px 0px 30px;
	overflow: hidden;
}

.page_about div.time table {
	width: 590px;
	/*height: 110px;*/
	height: 100%;
	margin: 10px 0px 0px 0px;
	padding-bottom:4px;
	background: transparent url('common/images/about/bg_about_time.png') no-repeat 0px 0px;
	overflow: hidden;
	background-color:#887757;
	border-radius: 5px;
}

.page_about div.time table th {
	width: 55px;
	height: 25px;
	font-size: 14px;
	padding: 3px 0px 2px;
	text-align: center;
}

.page_about div.time table th.sun {
	color: #ff3300;
}

.page_about div.time table th.sat {
	color: #0099ff;
}

.page_about div.time table th.t {
	width: 155px;
	font-weight: normal;
	color: #ffffff;
}

.page_about div.time table td {
	height: 30px;
	padding: 3px 10px 2px;
	font-size: 14px;
	text-align: center;
}

.page_about div.time table td.rv {
	color: #ff3399;
}

#box .page_about div.time p {
	margin: 0px 10px;
	overflow: hidden;
}

.page_about div.time p span {
	color: #ff3399;
}

.page_about div.time p a {
	border-bottom: double 3px #1ba4a4;
	float: left;
}


/*2段のテーブル用*/

.page_about div.time2 table {
	margin: 10px 0;
	background:none;
	background-color:#887757;
	border-radius: 5px;
	border-collapse:collapse;
	border: 5px solid #887757;
}

.page_about div.time2 table tr {
}

.page_about div.time2 table th {
	/*width: 55px;*/
	height: 25px;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}



.page_about div.time2 table .header th p {
	width: 100%;
	margin: 0px !important;
	padding: 0px;
	border-radius: 5px;
	background-color: #eeeae1;
}

.page_about div.time2 table th.sun {
	color: #ff3300;
}

.page_about div.time2 table th.sat {
	color: #0099ff;
}

.page_about div.time2 table th.t {
	width: 155px;
	font-weight: normal;
	color: #ffffff;
}

.page_about div.time2 table th.t p {
	padding-top: .3rem;
	border-top: 1px dotted #ffffff;
}


.page_about div.time2 table td {
	height: 30px;
	padding: 3px 10px 2px;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px dotted #887757;
	border-right: 1px dotted #887757;
}

.page_about div.time2 table td.rv {
	color: #ff3399;
}

.page_about div.time2 .tl{
	border-top-left-radius: 10px;
}
.page_about div.time2 .tr{
	border-top-right-radius: 10px;
}
.page_about div.time2 .bl{
	border-bottom-left-radius: 10px;
}
.page_about div.time2 .br2{
	border-bottom-right-radius: 15px;
}

.line_text{
	font-size: 1rem !important;
}

.time2 .oktime{
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px !important;
	padding: 100% 0px 0px 0px !important;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/about/ok_time.png) center center no-repeat;
	background-size: 70%;
}

/**/




.page_about div.pet {
	clear: both;
	margin: 0px 0px 30px;
	overflow: hidden;
}

.page_about div.pet ul {
	width: 600px;
	height: 120px;
	margin: 20px -10px 0px 0px;
	overflow: hidden;
}

.page_about div.pet ul li {
	display: inline;
	width: 90px;
	height: 120px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	overflow: hidden;
	float: left;
}

#box .page_about div.pet ul li p {
	text-align: center;
	margin: 95px 0px 0px;
	font-weight: bold;
}

.page_about div.pet ul li.dog {
	background: transparent url('common/images/about/icon_dog.png') no-repeat 0px 0px;
}

.page_about div.pet ul li.cat {
	background: transparent url('common/images/about/icon_cat.png') no-repeat 0px 0px;
}

.page_about div.pet ul li.rabbit {
	background: transparent url('common/images/about/icon_rabbit.png') no-repeat 0px 0px;
}

.page_about div.pet ul li.ferret {
	background: transparent url('common/images/about/icon_ferret.png') no-repeat 0px 0px;
}

.page_about div.pet ul li.hamster {
	background: transparent url('common/images/about/icon_hamster.png') no-repeat 0px 0px;
}

.page_about div.pet ul li.bird {
	background: transparent url('common/images/about/icon_bird.png') no-repeat 0px 0px;
}

.page_about div.list {
	margin: 0px 0px 30px;
	overflow: hidden;
}

.page_about div.list ul {
	margin: 20px 0px 0px;
	overflow: hidden;
}

.page_about div.list ul li {
	height: 115px;
	margin: 0px 10px 20px;
	overflow: hidden;
}

.page_about div.list ul li img {
	width: 190px;
	height: 115px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.page_about div.list ul li h3 {
	margin: 20px 0px 0px;
	font-size: 1.4em;
	overflow: hidden;
}

/*-----*/

#box .page_about div.greeting h2 {
	padding: 0px;
	background: transparent;
}

#box .page_about div.greeting p {
	margin: 0px;
	padding: 15px 10px 0px;
	font-size: 1.2em;
	line-height: 2;
	overflow: hidden;
}

#box .page_about div.greeting p span {
	font-weight: bold;
}

#box .page_about div.greeting p strong {
	color: #1ba4a4;
	font-size: 1.4em;
}

#box .page_about div.greeting div.photo {
	margin: 0px;
	padding: 20px 0px 20px 10px;
	float: right;
}

/*-----*/

.page_about div.guidance {
}

#box .page_about div.guidance div.more {
	margin: 10px 10px 5px;
	overflow: hidden;
}

#box .page_about div.guidance div.more img {
	float: left;
}

#box .page_about div.guidance div.more p {
	margin: 30px 0px 0px 220px;
}

/*-----*/

.page_about div.equip {
}

/*-----*/

.page_about div.min1 {
}

#box .page_about div.min1 h2 {
	clear: both;
	padding: 0px;
	background: transparent;
}

#box .page_about div.min1 h3 {
	clear: both;
	padding: 20px 0px 10px;
}

#box .page_about div.min1 h4 {
	margin: 0px 0px -15px;
	padding: 15px 10px 0px;
	font-size: 1.2em;
	line-height: 2;
}

#box .page_about div.min1 p {
	margin: 0px;
	padding: 15px 10px 0px;
	font-size: 1.2em;
	line-height: 1.8;
}

#box .page_about div.min1 p.link {
	text-align: right;
}

#box .page_about div.min1 p.next {
	margin: 20px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#box .page_about div.min1 div.photoL {
	margin: 0px;
	padding: 20px 20px 10px 10px;
	text-align: center;
	float: left;
}

#box .page_about div.min1 div.photoL img {
	float: none;
}

#box .page_about div.min1 div.photoL a {
	margin: 0px 0px 10px;
	overflow: hidden;
}

#box .page_about div.min1 div.photoR {
	margin: 0px;
	padding: 20px 10px 10px 20px;
	float: right;
}

#box .page_about div.min1 br.clear {
	clear: both;
}


/*====================================================================*/
/*====================================================================*/

/* STAFF */

#box .page_staff {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_staff div.archive {
}

#box .page_staff div.archive ul {
	width: 570px;
	margin: 20px 10px;
}

#box .page_staff div.archive ul li {
	margin: 0px 0px 20px;
	overflow: hidden;
}

#box .page_staff div.archive ul li div.photo {
	width: 120px;
	margin: 0px;
	float: left;
}

#box .page_staff div.archive ul li div.photo img {
	vertical-align: bottom;
}

#box .page_staff div.archive ul li div.name {
	width: 430px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	float: right;
}

#box .page_staff div.archive ul li div.name.incareer {
	margin: 0px 0px 0px 0px;
}

#box .page_staff div.archive ul li h3 {
	width: 430px;
	height: 40px;
	font-size: 26px;
	margin: 0px 0px 1px 0px;
	overflow: hidden;
}

#box .page_staff div.archive ul li h3 span {
	margin: 0px 10px;
	font-size: 16px;
}

#box .page_staff div.archive ul li h3.ac span:first-child {
	float: left;
	width:23%;
	margin: 0px 10px;
	font-size: 12px;
}

#box .page_staff div.archive ul li div.name2 {
	width: 420px;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 10px 10px;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	float: right;
}

.career{
width: 410px;
float: right;
margin:0px;
padding:0px 0px 0px 10px;
font-size: 80% !important;
line-height: 1.6 !important;
	/*clear:both;*/
}

.career strong{
font-size: 120% !important;
}

#box .page_staff div.archive ul li h3.lname {
	width: auto;
	height: auto;
	overflow: visible;
	line-height: 1;
}


#box .page_staff div.archive ul li h3.lname span.ktg {
display: block;
line-height: 1.5;
margin:0px 0px 5px 0px;
}

#box .page_staff div.archive ul li h3.lname span {
	margin: 0px 0px;
}




#box .page_staff div.archive ul li div.comment {
	width: 445px;
	margin: 0px;
	background: transparent url('common/images/staff/bg_comment.png') repeat-y 0px 0px;
	overflow: hidden;
	float: right;
}

#box .page_staff div.archive ul li div.commentIn {
	background: transparent url('common/images/staff/bg_comment_in.png') no-repeat 0px 0px;
	overflow: hidden;
}

#box .page_staff div.archive ul li div.commentEnd {
	background: transparent url('common/images/staff/bg_comment_end.png') no-repeat 0px 100%;
	overflow: hidden;
}

#box .page_staff div.archive ul li div.comment p {
	margin: 7px 10px 7px 25px;
	font-size: 1.1em;
}

ul.indent2 {
  margin: 0;
  padding: 4px 0 4px 0;
  list-style-type: none;
	font-size: .9rem;
}
ul.indent2 li {
  position: relative;
  margin: 0;
  padding: 2px 0 2px 1em;
}
ul.indent2 li:after {
  content: "●";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  padding: 0;
	text-align: center;
  font-size: 1rem;
	color:#51a2a3;
}


/*
#staff div.archive ul li h3.kusuhara {background:transparent url('../images/staff/name_kusuhara.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.taniguchi {background:transparent url('../images/staff/name_taniguchi.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.mitani {background:transparent url('../images/staff/name_mitani.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.kakihara {background:transparent url('../images/staff/name_kakihara.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.nakano {background:transparent url('../images/staff/name_nakano.png') no-repeat 0px 0px;}

#staff div.archive ul li h3.mandai {background:transparent url('../images/staff/name_mandai.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.nagano {background:transparent url('../images/staff/name_nagano.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.hosokawa {background:transparent url('../images/staff/name_hosokawa.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.mitani_e {background:transparent url('../images/staff/name_mitani_e.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.kitajima {background:transparent url('../images/staff/name_kitajima.png') no-repeat 0px 0px;}

#staff div.archive ul li h3.nagaki {background:transparent url('../images/staff/name_nagaki.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.nakajima {background:transparent url('../images/staff/name_nakajima.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.kuroki {background:transparent url('../images/staff/name_kuroki.png') no-repeat 0px 0px;}

#staff div.archive ul li h3.watanabe {background:transparent url('../images/staff/name_watanabe.png') no-repeat 0px 0px;}
#staff div.archive ul li h3.fukumoto {background:transparent url('../images/staff/name_fukumoto.png') no-repeat 0px 0px;}
*/



/*====================================================================*/
/*====================================================================*/

/* EXAM */

#exam {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#exam div.archive h2 span {
	font-size: 0.8em;
}


/*====================================================================*/
/*====================================================================*/

/* TRIMMING */

#box .page_trimming {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_trimming div.index div.read h2 {
	height: 220px;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/trimming/bg_trimming_read.jpg') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.index div.read02 h2 {
	height: 120px;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1px;
	/*
	三人の並びの画像
	background: transparent url('common/images/trimming/bg_trimming_read.png') no-repeat 0px 0px;
	*/
		/*
	二人の並びの画像
	background: transparent url('common/images/trimming/bg_trimming_read.jpg') no-repeat 0px 0px;
	*/
	background: transparent url('common/images/trimming/bg_trimming_read_tmp.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.index div.why {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	background: transparent url('common/images/trimming/bg_trimming_why.jpg') no-repeat 97% 100%;
	overflow: hidden;
}

#box .page_trimming div.index div.check {
	margin: 0px;
	overflow: hidden;
}

#box .page_trimming div.index div.check ul {
	margin: 10px 0px 0px;
}

#box .page_trimming div.index div.check ul li {
	margin: 0px 0px 10px;
	padding: 0px 10px 10px;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	overflow: hidden;
}

#box .page_trimming div.index div.check ul li.end {
	background: transparent;
}

#box .page_trimming div.index div.check ul li h3 {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 17px;
	font-size: 1.2em;
	background: transparent url('common/images/icon_grass.png') no-repeat 0px 0.35em;
}

#box .page_trimming div.index div.check ul li p {
	margin: 0px 0px 10px 17px;
	font-size: 1.1em;
	overflow: hidden;
}

#box .page_trimming div.index div.check ul li p.att {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	text-indent: -1em;
}

#box .page_trimming div.index div.check ul li p.link {
	margin: 0px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
}

#box .page_trimming div.index div.gallery {
	background: transparent url('common/images/trimming/bg_trimming_gallery.png') repeat-y 0px 0px;
	overflow: hidden;
}

#box .page_trimming div.index div.gallery div.galleryIn {
	padding: 0px 0px 15px;
	background: transparent url('common/images/trimming/bg_trimming_gallery_end.png') no-repeat 0px 100%;
	overflow: hidden;
}

#box .page_trimming div.index div.gallery h2 {
	height: 55px;
	margin: 0px 0px 5px;
	padding: 0px;
	background: transparent url('common/images/trimming/sttl_trimming_gallery.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.index div.gallery ul {
	margin: 0px 0px 10px 20px;
	overflow: hidden;
}

#box .page_trimming div.index div.gallery ul li {
	display: inline;
	width: 180px;
	height: 140px;
	margin: 0px 5px 10px 0px;
	overflow: hidden;
	float: left;
}

#box .page_trimming div.index div.gallery h3 {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	color: #cc0099;
}

#box .page_trimming div.index div.gallery div.bn {
	text-align: center;
}

#box .page_trimming div.index div.gallery div.bn img {
	vertical-align: bottom;
}

#box .page_trimming div.shower div.read {
}

#box .page_trimming div.shower div.read h2 {
	height: 110px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/trimming/bg_shower_read.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.shower div.read_onyoku h2 {
	height: 110px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/trimming/bg_shower_read_onyoku.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.shower div.read p {
	margin: 0px 10px 20px;
	text-align: left;
	color: #339900;
}

#box .page_trimming div.shower div.archive p {
}

#box .page_trimming div.shower div.archive p strong {
	text-decoration: underline;
	font-size: 1.1em;
	color: #339900;
}

#box .page_trimming div.shower div.archive ul li {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_grass.png') no-repeat 0px 0.5em;
}

#box .page_trimming div.shower div.archive ul li h3 {
	margin: 0px;
	font-size: 1.2em;
	color: #339900;
}

#box .page_trimming div.shower div.archive ul li p {
	margin: 0px;
}

#box .page_trimming div.shower div.comment {
	margin:2px 10px 2px 10px;
	padding:4px;
	background-color:#f9f7f2;
	border:1px solid #f0ebe0;
}

#box .page_trimming div.tools div.read h2 {
	height: 75px;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/trimming/bg_tools_read.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_trimming div.tools div.archive div.text {
	width: 300px;
	margin: 15px 0px 0px;
	overflow: hidden;
	float: left;
}

#box .page_trimming div.tools div.archive div.text h3 {
	margin: 0px 5px 10px;
	padding: 0px 0px 2px 17px;
	border-bottom: solid 1px #efecda;
	font-size: 1.2em;
	color: #5f862b;
	background: transparent url('common/images/icon_grass.png') no-repeat 0px 0.4em;
	overflow: hidden;
}

#box .page_trimming div.tools div.archive div.text ol {
	margin: 5px 5px 20px;
	overflow: hidden;
}

#box .page_trimming div.tools div.archive div.text ol li {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
}

#box .page_trimming div.tools div.archive div.text ul {
	margin: 5px 5px 20px;
	overflow: hidden;
}

#box .page_trimming div.tools div.archive div.text ul li {
	clear: both;
	margin: 0px 0px 10px;
	overflow: hidden;
}

#box .page_trimming div.tools div.archive div.text ul li img {
	width: 80px;
	height: 80px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#box .page_trimming div.tools div.archive div.text ul li div {
	width: 200px;
	overflow: hidden;
	float: left;
}

#box .page_trimming div.tools div.archive div.text ul li div h4 {
	margin: 15px 0px 0px;
	color: #669933;
	font-size: 1em;
	overflow: hidden;
}

#box .page_trimming div.tools #toolTeeth div.text ul li div h4 {
	margin: 30px 0px 0px;
}

#box .page_trimming div.tools #toolBrush div.text ul li {
	margin: 0px 0px 15px;
}

#box .page_trimming div.tools #toolBrush div.text ul li div h4 {
	margin: 0px 0px 5px;
	line-height: 1;
}

#box .page_trimming div.tools div.archive div.text ul li div p {
	margin: 0px;
	font-size: 0.9em;
}

#box .page_trimming div.tools div.archive div.photo {
	width: 270px;
	margin: 15px 0px 0px;
	overflow: hidden;
	float: right;
}

#box .page_trimming div.tools div.archive div.photo img {
	display: block;
	width: 270px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	float: right;
}

#box .page_trimming div.tools div.archive div.point {
	width: 270px;
	margin: 15px 0px 0px;
	overflow: hidden;
	float: right;
}

#box .page_trimming div.tools div.archive div.point h4 {
	margin: 0px 0px 5px;
	padding: 0px 0px 2px 17px;
	font-size: 1.2em;
	background: transparent url('common/images/icon_grass.png') no-repeat 0px 0.4em;
	overflow: hidden;
}

#box .page_trimming div.tools div.archive div.point p {
	margin: 0px 0px 20px;
}

#box .page_trimming div.faq div.read {
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
}

#box .page_trimming div.faq div.read h2 {
	height: 45px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent url('common/images/trimming/bg_faq_read.png') no-repeat 0px 0px;
	text-indent: -2000px;
}

#box .page_trimming div.faq div.read p {
	margin: 0px 10px 15px;
	font-size: 1.2em;
	overflow: hidden;
}

#box .page_trimming div.faq div.archive h3 {
	clear: both;
	margin: 10px 0px 0px;
	overflow: hidden;
}

#box .page_trimming div.faq div.archive div.in {
	margin: 10px 5px;
	padding: 10px 15px;
	border: solid 1px #e0ebaf;
	background: #f7fce4;
	overflow: hidden;
}

#box .page_trimming div.faq div.archive div.in p {
	margin: 0px;
	font-size: 1em;
}

#box .page_trimming div.faq div.archive div.in p.item {
	margin: 10px 0px 0px;
	text-align: right;
}

#box .page_trimming div.faq div.archive ul li {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
	overflow: hidden;
}

#box .page_trimming div.faq div.archive ul li.none {
	background: transparent;
}

#box .page_trimming div.faq div.archive ul li p {
	clear: both;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 1.8em;
	overflow: hidden;
	text-indent: -1.5em;
}

#box .page_trimming div.faq div.archive ul li p.ques {
}

#box .page_trimming div.faq div.archive ul li p.ques strong {
	color: #ff7f7f;
}

#box .page_trimming div.faq div.archive ul li p.ans {
	margin: 0px;
}

#box .page_trimming div.faq div.archive ul li p.ans strong {
	color: #7fbfff;
}

#box .page_trimming div.point div.read {
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
}

#box .page_trimming div.point div.read h2 {
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent url('common/images/trimming/bg_point_read.png') no-repeat 0px 0px;
	text-indent: -2000px;
}

#box .page_trimming div.point div.read ul.photo {
	margin: 0px -10px 0px 0px;
}

#box .page_trimming div.point div.read ul.photo li {
	width: 290px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#box .page_trimming div.point div.read ul.photo li img {
	vertical-align: bottom;
}

#box .page_trimming div.point div.read ul.photo li p {
	margin: 0px 10px;
	text-align: left;
}

#box .page_trimming div.point div.check {
	clear: both;
	width: 440px;
	height: 60px;
	margin: 20px auto;
	overflow: hidden;
	background: transparent url('common/images/trimming/text_point.png') no-repeat 0px 0px;
	text-indent: -2000px;
}

#box .page_trimming div.course {
	margin:0px 0px 10px 20px;
	padding:10px;
	border:2px solid #e0d9c9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#box dl.course {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 15px;
}

#box dl.course dt {
margin:0px 0px 0px 0px;
padding:5px 0px 0px 0px;
font-weight: bold;
}
#box dl.course dd {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box .page_trimming div.course div.comment {
	margin:2px 10px 2px 10px;
	padding:4px;
	background-color:#f9f7f2;
	border:1px solid #f0ebe0;
}

#box .page_trimming div.course_info {
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
border-bottom:2px solid #e0d9c9;
}
#box .page_trimming div.course_info_end {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


#box .page_trimming div.course h4 {
	margin:0px 0px 10px 0px;
padding:0px 0px 5px 15px;
background: transparent url('common/images/icon_grass.png') no-repeat 0px 6px;
	border-bottom:2px dotted #e0d9c9;
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	color:#519211;
}

#box .page_trimming div.course h4 .small {
	font-size: 65%;
	font-weight: normal;
}

#box .page_trimming div.course h4.p {
background: transparent url('common/images/icon_pink.png') no-repeat 0px 6px;
	color:#ec2b46;
}


/*====================================================================*/
/*====================================================================*/

/* PETHOTEL */

#box .page_pethotel {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_pethotel div.read h2 {
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: transparent url('common/images/pethotel/bg_read.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_pethotel div.read p {
	margin: 0px 10px 20px;
}

#box .page_pethotel div.archive h2 span {
	font-size: 0.8em;
}

#box .page_pethotel div.archive ul li {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_pink.png') no-repeat 0px 0.43em;
}

#box .page_pethotel div.archive ul li strong {
	color: #cc3300;
}

#box .page_pethotel div.archive ul li h3 {
	color: #cc3300;
}

#box .page_pethotel div.archive ul li a.btnPdf {
	display: block;
	width: 330px;
	height: 36px;
	margin: 5px 0px;
	background: transparent url('common/images/pethotel/btn_pdf.jpg') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_pethotel div.archive ul li a.btnPdf:hover {
	background-position: 0px -36px;
}

#box .page_pethotel div.archive table {
	width: 570px;
	margin: 20px 10px 0px;
	background: #bba886;
}

#box .page_pethotel div.archive table th {
	width: 100px;
	padding: 5px 2px;
	text-align: center;
	background: #efeae0;
}

#box .page_pethotel div.archive table th.cap {
	width: 40px;
}

#box .page_pethotel div.archive table td {
	padding: 5px 2px;
	text-align: center;
	background: #ffffff;
}

#box .page_pethotel div.archive p.att {
	margin: 0px 10px 0px 0px;
	text-align: right;
}

#box .page_pethotel div.archive dl {
	width: 570px;
	margin: 20px 10px;
	overflow: hidden;
}

#box .page_pethotel div.archive dl dt {
	width: 158px;
	float: left;
}

#box .page_pethotel div.archive dl dd {
	width: 120px;
	font-size: 1.1em;
	float: left;
}

#box .page_pethotel div.archive dl dd.dog {
	margin: 0px 14px 0px 0px;
}

#box .page_pethotel div.archive dl dd h3 {
	margin: 0px 0px 15px;
	font-size: 1.1em;
}

#box .page_pethotel div.archive div.att {
	clear: both;
	width: 570px;
	margin: 0px 10px 20px;
}

#box .page_pethotel div.archive div.att div.data {
	padding: 0px 12px;
	border-left: solid 3px #d6c9ad;
	border-right: solid 3px #d6c9ad;
	overflow: hidden;
}

#box .page_pethotel div.archive div.att div.in {
	height: 15px;
	background: transparent url('common/images/pethotel/bg_in.png') no-repeat 0px 0px;
	overflow: hidden;
}

#box .page_pethotel div.archive div.att div.end {
	clear: both;
	height: 15px;
	background: transparent url('common/images/pethotel/bg_end.png') no-repeat 0px 0px;
	overflow: hidden;
}

#box .page_pethotel div.archive div.att div.half {
}

#box .page_pethotel div.archive div.att div.half h3 {
	margin: 5px 5px 5px;
	font-size: 1.2em;
}

#box .page_pethotel div.archive div.att div.half p {
	margin: 0px 5px;
}

#box .page_pethotel div.archive div.att div.half ul {
	margin: 10px 20px;
}

#box .page_pethotel div.archive div.att div.half ul li {
	margin: 0px 0px 0px 0px;
}

#box .page_pethotel div.archive div.att div.dogrun img {
	float: left;
}

#box .page_pethotel div.archive div.att div.dogrun h3 {
	margin: 20px 0px 10px 210px;
	font-size: 1.1em;
}

#box .page_pethotel div.archive div.att div.dogrun p {
	margin: 0px 0px 0px 210px;
}

#box .page_pethotel div.archive div.att div.line {
	padding: 5px 0px;
	text-align: center;
}

#box .page_pethotel div.archive p.detail {
	height: 55px;
	margin: 0px 0px 20px;
	padding: 0px;
	background: transparent url('common/images/pethotel/bg_detail.png') no-repeat 50% 0px;
	overflow: hidden;
	text-indent: -2000px;
}


/*====================================================================*/
/*====================================================================*/

/* PUPPY */

#box .page_puppy {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_puppy div.read h2 {
	height: 340px;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/puppy/bg_puppy_read.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_puppy div.archive {
	text-align: center;
}

#box .page_puppy div.archive h2,
#box .page_puppy div.archive p {
	text-align: left;
}

#box .page_puppy div.archive ul li {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 17px;
	text-align: left;
	background: transparent url('common/images/icon_orange.png') no-repeat 0px 0.43em;
}

#box .page_puppy div.archive table {
	width: 570px;
	margin: 10px 10px 0px;
}

#box .page_puppy div.archive table th {
	padding: 8px 10px 5px;
	text-align: left;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
}

#box .page_puppy div.archive table td {
	padding: 8px 10px 5px;
	text-align: left;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
}

#box .page_puppy div.archive a.btnPdf {
	display: block;
	width: 330px;
	height: 36px;
	margin: 5px auto;
	background: transparent url('common/images/puppy/btn_pdf.jpg') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_puppy div.archive a.btnPdf:hover {
	background-position: 0px -36px;
}

#box .page_puppy div.index div.gallery {
	background: transparent url('common/images/puppy/bg_puppy_gallery.png') repeat-y 0px 0px;
	overflow: hidden;
}

#box .page_puppy div.index div.gallery div.galleryIn {
	padding: 0px 0px 15px;
	background: transparent url('common/images/puppy/bg_puppy_gallery_end.png') no-repeat 0px 100%;
	overflow: hidden;
}

#box .page_puppy div.index div.gallery h2 {
	height: 55px;
	margin: 0px 0px 5px;
	padding: 0px;
	background: transparent url('common/images/puppy/sttl_puppy_gallery.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_puppy div.index div.gallery ul {
	margin: 0px 0px 10px 20px;
	overflow: hidden;
}

#box .page_puppy div.index div.gallery ul li {
	display: inline;
	width: 180px;
	height: 140px;
	margin: 0px 5px 10px 0px;
	overflow: hidden;
	float: left;
}

#box .page_puppy div.index div.gallery h3 {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	color: #cc0099;
}

#box .page_puppy div.index div.gallery div.bn {
	text-align: center;
}

#box .page_puppy div.index div.gallery div.bn img {
	vertical-align: bottom;
}



/*====================================================================*/
/*====================================================================*/

/* DOG SCHOOL */

#box .page_school {
	display: inline;
	width: 590px;
	margin: 10px 0 0 20px;
	/*overflow: hidden;*/
	float: left;
}

#box .page_school div.read h2 {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 150px 0 0 0;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: transparent url('common/images/puppy/dogschool2/school_image.png') no-repeat center center;
	background-size: contain;
}

#box .page_school div.read p {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

#box .page_school div.read p:before {
	content: "";
	position: absolute;
	display: block;
	top: 20px;
	right: -20px;
	width: 130px;
	height: 150px;
	background: url(common/images/puppy/dogschool2/reed_image2.png) center center no-repeat;
	background-size: 100%;
}

#box .page_school div.read p:after {
	content: "";
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	width: 100px;
	height: 100px;
	background: url(common/images/puppy/dogschool2/reed_image1.png) center center no-repeat;
	background-size: 100%;
}


div.dogschool_gaiyou_box {
	display: table;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(common/images/line_dot.png) left bottom repeat-x;
	background-size: 4px;
}

div.dogschool_gaiyou_box div.gaiyou_cell {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	width: 490px;
}

div.dogschool_gaiyou_box div.gaiyou_cell:first-child {
	padding-left: 0;
	width: 70px;
}

.dogschool_a_day {
	position: relative;
	margin: 50px 0 0 0;
	padding: 40px 20px 20px 20px;
	border: 3px solid #ebe6db;
	border-radius: 15px;
}

#box .dogschool_a_day h2 {
	position: absolute;
	top: -1.7em;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	background: none;
	text-align: center;
	font-size: 1.2em;
	color: #997347;
}

#box .dogschool_a_day h2 span {
	margin: 0;
	padding: 10px 40px 10px 40px;
	border: 3px solid #ebe6db;
	border-radius: 15px;
	background-color: #ffffff;
}

.dogschool_a_day .day_box {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(common/images/line_dot.png) left bottom repeat-x;
	background-size: 4px;
}

.dogschool_a_day .day_box h3 {
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 1.3em;
	color: #997347;
	position: relative;
	z-index: 1;
}



.dogschool_a_day .text_inner_box {
	display: block;
	position: relative;
	z-index: 1;
}

.dogschool_a_day .text_inner_box2 {
	display: block;
	position: relative;
	z-index: 1;
	width: 300px;
}

.dogschool_a_day img.photo {
	position: absolute;
	z-index: 0;
}

.dogschool_a_day .day_box.box1 { height:120px; }
.dogschool_a_day .day_box.box2 { height:200px; }
.dogschool_a_day .day_box.box3 { height:140px; }
.dogschool_a_day .day_box.box4 { height:140px; }
.dogschool_a_day .day_box.box5 { height:180px; }
.dogschool_a_day .day_box.box6 { height:195px; }


.dogschool_a_day .day_box_photo01 {
	top: 0;
	left: 130px;
}

.dogschool_a_day .day_box_photo02 {
	top: 0;
	left: 180px;
}

.dogschool_a_day .day_box_photo03 {
	top: 0;
	left: 200px;
}

.dogschool_a_day .day_box_photo04 {
	top: 0;
	left: 200px;
}

.dogschool_a_day .day_box_photo05 {
	top: 30px;
	left: 100px;
}

.dogschool_a_day .day_box_photo06 {
	top: 0;
	left: 170px;
}

ul.indent {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}

ul.indent li {
	position: relative;
	margin: 0 !important;
	padding: 0.7em;
	font-size: 100%;
}

ul.indent li:after {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.dogschool_a_day img.imgRight {
	position: relative;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.dogschool_a_day .day_box h3 span {
	margin: 0;
	padding: 4px 10px 4px 10px;
	border: 1px solid #997347;
	border-radius: 5px;
	color: #997347;
	font-weight: normal;
	font-size: 65%;
}


.dogschool_a_day2 {
	position: relative;
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 20px;
	border: 3px solid #ebe6db;
	border-radius: 15px;
}

.dogschool_a_day2 h4 {
	color: #997347;
}

/**/

.dogschool_training h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #997347;
	color: #ffffff;
	text-align: center;
	font-size: 130%;
	border-radius: 5px;
}

.dogschool_training .training_step {
	margin: 0;
	padding: 10px 0 30px 0;
}
.dogschool_training .training_step:after {/*clear*/
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.dogschool_training .text_pos_set {
	margin: 0;
	padding: 0;
	width: 45%;
}

.dogschool_training h4.menu_step {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 40px;
	color: #997347;
	font-size: 130%;
}

.dogschool_training h4.menu_step:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -1em 0 0 0;
	padding: 0;
	background-color: #997347;
	color: #ffffff;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.dogschool_training .training_point {
	position: relative;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 3px solid #ebe6db;
	border-radius: 15px;
	color: #ff7800;
}


.dogschool_training .training_point_dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dogschool_training .training_point_dl dt {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ff7800;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}
.dogschool_training .training_point_dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ff7800;
	-ms-flex-preferred-size: 90%;
	flex-basis: 90%;
}

.dogschool_training .training_point_dl dt:last-of-type,
.dogschool_training .training_point_dl dd:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}



/*====================================================================*/
/*====================================================================*/

/* ACCESS */

#box .page_access {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_access div.read {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	background: transparent url('common/images/access/bg_read.png') no-repeat 0px 100%;
	overflow: hidden;
}

#box .page_access div.read h2 {
	height: 65px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent url('common/images/access/sttl_read.png') no-repeat 0px 100%;
	text-indent: -2000px;
}

#box .page_access div.read p {
	margin: 0px 14px 0px;
	padding: 0px 15px;
	border-left: solid 2px #ffcc66;
	border-right: solid 2px #ffcc66;
	font-size: 1.2em;
	background: #ffffe6;
}

#box .page_access div.read p.first {
	padding: 10px 0px 0px;
	font-weight: bold;
	color: #cc00cc;
	text-align: center;
	font-size: 1.2em;
	overflow: hidden;
}

#box .page_access div.read p.first a {
	display: block;
	width: 300px;
	height: 36px;
	margin: 5px auto 0px;
	text-align: left;
	background: transparent url('common/images/access/btn_pdf.jpg') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_access div.read p.first a:hover {
	background-position: 0px -36px;
}

#box .page_access div.map {
	margin: 0px 0px 30px;
	background: #1ba4a4;
}

#box .page_access div.map h2 {
	height: 28px;
	margin: 0px 0px 1px;
	padding: 0px;
	background: transparent url('common/images/access/sttl_map.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}

#box .page_access div.map div#map_canvas {
	width: 580px;
	height: 400px;
	margin: 0px 5px;
}

#box .page_access div.map p {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 1em;
	text-indent: -1em;
	background: #ffffff;
}

#box .page_access div.map p strong {
	margin: 0px 2px;
	padding: 0px 3px;
	color: #ffffff;
	background: #ff7aba;
}

#box .page_access div.archive div.address {
	margin: 15px 10px 0px;
	overflow: hidden;
	background: #f0eee9;
}

#box .page_access div.archive div.address div.left {
	width: 238px;
	float: left;
}

#box .page_access div.archive div.address h3 {
	margin: 20px 0px 10px 10px;
	font-size: 1.8em;
}

#box .page_access div.archive div.address p {
	margin: 0px 0px 0px 10px;
	adding: 0px;
}

#box .page_access div.archive div.address img {
	width: 160px;
	margin: 10px 0px 10px 1px;
	float: left;
}

#box .page_access div.archive ul li {
	clear: both;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_green.png') no-repeat 0px 0.5em;
}

#box .page_access div.archive ul li h3 {
	margin: 0px 0px 5px;
	font-size: 1.2em;
	color: #1ba4a4;
}

#box .page_access div.archive ul li p {
	margin: 0px;
}

#box .page_access div.archive table {
	width: 550px;
	margin: 0px 0px 5px -5px;
}

#box .page_access div.archive table th {
	width: 100px;
	padding: 0px 5px 5px;
	vertical-align: top;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
}

#box .page_access div.archive table td {
	padding: 0px 0px 5px;
	background: transparent url('common/images/line_1dot.png') repeat-x 0px 100%;
	background-size: 4px;
}











/*====================================================================*/
/*====================================================================*/

/* RECRUIT */

#box .page_recruit {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_recruit div.read h2 {
	height: 346px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1px;
	background: transparent url('common/images/recruit/column01_01.png') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -2000px;
}


/*ーーーーーーーーーーーーーーーーー*/
/*太字*/

#box .page_recruit .big{
	font-size: 1.4em;
}


/*自己紹介のアピール枠*/

#box .page_recruit .appeal{
border:2px solid #cfc3ab;
color:#af9163;
margin:10px 0px 20px 0px;
padding:5px;
}


/*ページ内アンカーリンク（画像ボタン）*/

#box .page_recruit .anker_link {
	display: table;
	vertical-align: top;
}

#box .page_recruit .anker_link li {
	display: table-cell;
	vertical-align: top;
	padding-left: 2px;
	width: 141px;
}

#box .page_recruit .anker_link li:first-child {
	padding-left: 0;
}

#box .page_recruit .anker_link a{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 86px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/recruit/column_link.png) top left no-repeat;
}

#box .page_recruit .anker_link a.column02_link{
	background-position: -150px 0;
}

#box .page_recruit .anker_link a.column03_link{
	background-position: -300px 0;
}

#box .page_recruit .anker_link a.column04_link{
	background-position: -450px 0;
}

#box .page_recruit .anker_link a:hover {
	opacity: 0.6;
}


/*他の場所のアンカーリンク*/

#box .page_recruit .anker_link_text {
	display: table;
	vertical-align: top;
}

#box .page_recruit .anker_link_text li {
	display: table-cell;
	vertical-align: top;
	padding-left: 2px;
	width: 141px;
}

#box .page_recruit .anker_link_text li:first-child {
	padding-left: 0;
}

#box .page_recruit .anker_link_text a{
	display: block;
	margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
text-align: center;
color:#ffffff;
border-radius: 5px;
}

#box .page_recruit .anker_link_text a.column01_link{
	background-color:#4cd2d2;
}

#box .page_recruit .anker_link_text a.column02_link{
	background-color:#4dc84a;
}

#box .page_recruit .anker_link_text a.column03_link{
	background-color:#fba25f;
}

#box .page_recruit .anker_link_text a.column04_link{
	background-color:#f13e61;
}

#box .page_recruit .anker_link_text a:hover {
	opacity: 0.6;
}




/*ーーーーーーーーーーーーーーーーー*/
/*段落1　スタッフから見た院長*/

#box .page_recruit .c1_text{
	position: absolute;
	bottom:20px;
	left:160px;
}


/*先生の評価のコメント*/

.testimony .box{
margin:0px 0px 20px 87px;
padding:10px;
border:2px solid #cfc3ab;
color:#af9163;
}

.testimony.p01{
background: url(common/images/recruit/column01_03.png) top left no-repeat;
}

.testimony.p02{
background: url(common/images/recruit/column01_04.png) top left no-repeat;
}

.testimony.p03{
background: url(common/images/recruit/column01_05.png) top left no-repeat;
}

.testimony.p04{
background: url(common/images/recruit/column01_06.png) top left no-repeat;
}







/*ーーーーーーーーーーーーーーーーー*/
/*段落2　獣医師の募集*/

.recruit_vet{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
}

#box .page_recruit .recruit_vet h2.c_title {
margin:80px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
background : none;
background-color:#00858c;
color:#ffffff;
overflow:visible;
position: relative;
border-radius: 10px;
}

#box .page_recruit .recruit_vet h2.c_title:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: -20px;
	background: url(common/images/recruit/dog_titleimg.png) left center no-repeat;
	width:77px;
	height:61px;
}


#box .page_recruit .recruit_vet h3.require {
margin:0px 0px 0px 0px;
	padding: 10px 20px 10px 25px;
background : none;
background-color:#00858c;
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_vet h3.require:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: -8px;
	background: url(common/images/recruit/clip.png) left center no-repeat;
	width:20px;
	height:25px;
}


#box .page_recruit .recruit_vet h3.msg {
margin:0px 0px 10px 0px;
	padding: 10px 20px 10px 35px;
background : none;
background: url(common/images/recruit/column02_title_bg_img.png);
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_vet h3.msg:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin:-11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(common/images/recruit/megaphone.png) left center no-repeat;
	width:23px;
	height:21px;
}


/*獣医師の一日のリンクボタン*/

#box .page_recruit .recruit_vet a.day_link_vet{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 72px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/recruit/column02_day_btn.png) top left no-repeat;
}

#box .page_recruit .recruit_vet a.day_link_vet:hover {
	opacity: 0.6;
}


/*募集要項のテーブル*/

#box .page_recruit .recruit_vet table.require {
	border-collapse: collapse;
}

#box .page_recruit .recruit_vet table.require td,
#box .page_recruit .recruit_vet table.require th {
	margin: 0;
	padding: 5px;
	color:#000000;
	border:1px solid #00858c;
	color:#00858c;
}

#box .page_recruit .recruit_vet table.require th {
background: url(common/images/recruit/column02_table_bg.png);
}



/*ーーーーーーーーーーーーーーーーー*/
/*段落3　看護師の募集*/

.recruit_vt{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
}

#box .page_recruit .recruit_vt h2.c_title {
margin:80px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
background : none;
background-color:#0db509;
color:#ffffff;
overflow:visible;
position: relative;
border-radius: 10px;
}

#box .page_recruit .recruit_vt h2.c_title:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: -20px;
	background: url(common/images/recruit/dog_titleimg.png) left center no-repeat;
	width:77px;
	height:61px;
}

#box .page_recruit .recruit_vt h3.require {
margin:0px 0px 0px 0px;
	padding: 10px 20px 10px 25px;
background : none;
background-color:#0db509;
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_vt h3.require:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: -8px;
	background: url(common/images/recruit/clip.png) left center no-repeat;
	width:20px;
	height:25px;
}

#box .page_recruit .recruit_vt h3.msg {
margin:0px 0px 10px 0px;
	padding: 10px 20px 10px 35px;
background : none;
background: url(common/images/recruit/column03_title_bg_img.png);
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_vt h3.msg:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin:-11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(common/images/recruit/megaphone.png) left center no-repeat;
	width:23px;
	height:21px;
}


/*獣医師の一日のリンクボタン*/

#box .page_recruit .recruit_vt a.day_link_vet{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 72px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/recruit/column03_day_btn.png) top left no-repeat;
}

#box .page_recruit .recruit_vt a.day_link_vet:hover {
	opacity: 0.6;
}


/*募集要項のテーブル*/

#box .page_recruit .recruit_vt table.require {
	border-collapse: collapse;
}

#box .page_recruit .recruit_vt table.require td,
#box .page_recruit .recruit_vt table.require th {
	margin: 0;
	padding: 5px;
	color:#000000;
	border:1px solid #0db509;
	color:#068a03;
}

#box .page_recruit .recruit_vt table.require th {
background: url(common/images/recruit/column03_table_bg.png);
}




/*ーーーーーーーーーーーーーーーーー*/
/*段落4　トリマーの募集*/

.recruit_groomer{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
}

#box .page_recruit .recruit_groomer h2.c_title {
margin:80px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
background : none;
background-color:#e1711e;
color:#ffffff;
overflow:visible;
position: relative;
border-radius: 10px;
}

#box .page_recruit .recruit_groomer h2.c_title:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: -20px;
	background: url(common/images/recruit/dog_titleimg.png) left center no-repeat;
	width:77px;
	height:61px;
}

#box .page_recruit .recruit_groomer h3.require {
margin:0px 0px 0px 0px;
	padding: 10px 20px 10px 25px;
background : none;
background-color:#e08e42;
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_groomer h3.require:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: -8px;
	background: url(common/images/recruit/clip.png) left center no-repeat;
	width:20px;
	height:25px;
}

/*トリマーの一日のリンクボタン*/

#box .page_recruit .recruit_groomer a.day_link_vet{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 72px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/recruit/column04_day_btn.png) top left no-repeat;
}

#box .page_recruit .recruit_groomer a.day_link_vet:hover {
	opacity: 0.6;
}


/*募集要項のテーブル*/

#box .page_recruit .recruit_groomer table.require {
	border-collapse: collapse;
}

#box .page_recruit .recruit_groomer table.require td,
#box .page_recruit .recruit_groomer table.require th {
	margin: 0;
	padding: 5px;
	color:#000000;
	border:1px solid #e08e42;
	color:#b9691e;
}

#box .page_recruit .recruit_groomer table.require th {
background: url(common/images/recruit/column04_table_bg.png);
}



/*ーーーーーーーーーーーーーーーーー*/
/*段落5　受付の募集*/

.recruit_receptionist{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
}

#box .page_recruit .recruit_receptionist h2.c_title {
margin:80px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
background : none;
background-color:#da0f36;
color:#ffffff;
overflow:visible;
position: relative;
border-radius: 10px;
}

#box .page_recruit .recruit_receptionist h2.c_title:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: -20px;
	background: url(common/images/recruit/dog_titleimg.png) left center no-repeat;
	width:77px;
	height:61px;
}


#box .page_recruit .recruit_receptionist h3.require {
margin:0px 0px 0px 0px;
	padding: 10px 20px 10px 25px;
background : none;
background-color:#da0f36;
color:#ffffff;
position: relative;
}

#box .page_recruit .recruit_receptionist h3.require:after {
	background : none;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: -8px;
	background: url(common/images/recruit/clip.png) left center no-repeat;
	width:20px;
	height:25px;
}


/*受付の一日のリンクボタン*/

#box .page_recruit .recruit_receptionist a.day_link_vet{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 72px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/recruit/column05_day_btn.png) top left no-repeat;
}

#box .page_recruit .recruit_receptionist a.day_link_vet:hover {
	opacity: 0.6;
}


/*募集要項のテーブル*/

#box .page_recruit .recruit_receptionist table.require {
	border-collapse: collapse;
}

#box .page_recruit .recruit_receptionist table.require td,
#box .page_recruit .recruit_receptionist table.require th {
	margin: 0;
	padding: 5px;
	color:#000000;
	border:1px solid #da0f36;
	color:#81071e;
}

#box .page_recruit .recruit_receptionist table.require th {
background: url(common/images/recruit/column05_table_bg.png);
}





/*====================================================================*/
/*====================================================================*/

/* PRIVACY */

#box .page_privacy {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_privacy div.archive ul li {
	clear: both;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_green.png') no-repeat 0px 0.4em;
}

#box .page_privacy div.archive ul li h3 {
	margin: 0px;
}

#box .page_privacy div.archive ul li p {
	margin: 0px;
}

#box .page_privacy div.archive p strong {
	margin: 0px 0px 10px;
	font-size: 1.2em;
}

#box .page_privacy div.archive p span {
	color: #aa6666;
}


/*====================================================================*/
/*====================================================================*/

/* LINKS */

#box .page_links {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_links div.archive ul li {
	clear: both;
	margin: 0px 0px 5px;
	padding: 5px 0px 5px 17px;
	border-bottom: solid 1px #e0e0e0;
	background: transparent url('common/images/icon_green.png') no-repeat 0px 0.9em;
}

#box .page_links div.archive ul li.noLine {
	border: 0px;
}

#box .page_links div.archive ul li h3 {
	font-size: 1.2em;
}

#box .page_links div.archive ul li p {
	margin: 0px;
	font-size: 0.9em;
}

/*リストテーブル*/
html>/**/body dl.ul_table{
	display: table;
	vertical-align: top;
}
html>/**/body dl.ul_table dd {
	display: table-cell;
	vertical-align: top;
}

html*dl.ul_table{
	height: 1%;
}
html*dl.ul_table dd {
	float: left;
}


dl.ul_table{
	width: 100%;
	margin: 0;
	padding: 0;
}
dl.ul_table dd {
	float: left;
	width:50%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: transparent url('common/images/icon_green.png') no-repeat 5px 1.4em;
}

dl.ul_table h3 {
	margin: 0px 10px 5px 0px;
	padding: 10px 0px 5px 17px;
	font-size: 1.3em;
	border-top: solid 1px #e0e0e0;
}

dl.ul_table h3.top {
	border-top: solid 1px #e0e0e0;
}


/*====================================================================*/
/*====================================================================*/

/*大阪市西部で初Ｗ受賞!! ～猫ちゃんの国際学会からGOLD認定～*/

#box .page_goldcriteria {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
	font-size:100%;
}

#box .page_goldcriteria div.archive ul {
	font-size: 1em;
}


#box .page_goldcriteria ul.certificate_image {
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}

#box .page_goldcriteria ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#box .page_goldcriteria ul.certificate_image li {
	text-align: center;
	float: left;
	width:348px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#box .page_goldcriteria ul.certificate_image li:first-child {
width:202px;
margin:0px 20px 0px 0px;
padding:0px 0px 0px 0px;
}

#box .page_goldcriteria ul.certificate_image li img {
display:block;
margin:0px auto;
padding:0px 0px 4px 0px;
}

#box h3.page_goldcriteria {
margin:0px 0px 10px 10px;
padding:4px 0px 4px 14px;
background: transparent url('common/images/icon_ocre.png') no-repeat 0px center;
	color:#7f7155;
	font-size: 140%;
	border-bottom:2px solid #dbd3c4;
}

#box .nintei_certification_info {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 128px;
	height: 0 !important;
	line-height: 250%;
	width: 570px;
	background: url(common/images/gold_criteria/nintei_certification_info.jpg) top left no-repeat;
}

#box p.nintei_info{
margin:5px 10px 0px 10px;
padding:0px 0px 0px 0px;
}

.u_line {text-decoration: underline;}

#box .nintei_info_box{
margin:10px 0px 0px 0px;
padding:6px;
border:1px solid #d9d2c4;
}

#box div.archive .nintei_info_box ul{
margin:0px 0px 0px 0px;
padding:0px;
}

#box .nintei_info_box li{
width:366px;
	float: left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box .nintei_info_box li:first-child {
width:200px;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
}

#box .nintei_info_box p {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
}

#box div.archive .nintei_info_box h3{
margin:0px 0px 8px 0px;
padding:4px 0px 4px 15px;
background: transparent url('common/images/icon_ocre.png') no-repeat 0px center;
	color:#7f7155;
	font-size: 120%;
border-bottom:1px solid #d9d2c4;
}

#box div.archive .nintei_space{
margin:10px 10px 20px 10px;
padding:0px 0px 0px 0px;
}

#box div.archive .nintei_space h4{
margin:0px 0px 8px 0px;
padding:4px 0px 4px 0px;
	color:#ed008c;
	font-size: 120%;
border-bottom:1px solid #feb3df;
}

#box div.archive .nintei_space ul{
margin:0px 0px 0px 0px;
padding:0px;
}

#box div.archive .nintei_space li{
width:325px;
	float: left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box div.archive .nintei_space li:first-child {
width:225px;
margin:0px 20px 0px 0px;
padding:0px 0px 0px 0px;
}

#box div.archive .nintei_space p{
margin:0px 0px 0px 0px;
padding:0px;
}


/*====================================================================*/
/*====================================================================*/

/*知っておいていただきたいワンちゃん・猫ちゃんの病気*/

#box .page_tips {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_tips .article{
	clear: both;
	margin: 10px 10px 30px 10px;
}

#box .page_tips p {
font-size: 100%;
}

#box .page_tips h3{
margin:4px 0px 8px 0px;
padding:4px 0px 4px 15px;
background: transparent url('common/images/icon_orange.png') no-repeat 0px center;
	color:#ad6d39;
	font-size: 120%;
	border-bottom:2px solid #dcc0aa;
}

#box .page_tips h3.bgcolor{
margin:4px 0px 8px 0px;
padding:4px 0px 4px 15px;
background: none;
border:none;
	color:#ffffff;
	font-size: 120%;
	background-color:#ad6d39;
}

#box .page_tips h4.line{
margin:0px 0px 8px 0px;
padding:2px 0px 2px 5px;
background: none;
	font-size: 110%;
	border-left:4px solid #fa5e00;
}

#box .page_tips h4{
margin:4px 0px 0px 0px;
padding:4px 0px 4px 15px;
background: transparent url('common/images/icon_orange.png') no-repeat 0px center;
	color:#fa5e00;
	font-size: 120%;
}

#box .page_tips .top_list h4 a{
	color:#fa5e00;
}

#box .page_tips .top_list p{
margin:0px 0px 0px 0px;
padding:0px 0px 4px 0px;
}

/*----------------------------*/
/*外耳炎*/

ul.otitisexterna_list{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
}

ul.otitisexterna_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float: left;
width:50%;
}

ul.otitisexterna_sign_list{
margin:0px 0px 10px 0px;
padding:10px;
background-color:#fef6f6;
border:1px solid #fcc2c3;
font-weight: bold;
color:#fc2a2f;
font-size: 120%;
}

ul.otitisexterna_sign_list li{
margin:0px 0px 0px 0px;
padding:2px 0px 2px 0px;
float: left;
width:50%;
}

.otitisexterna_text {
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 88px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(common/images/tips/otitisexterna_003.jpg) top left no-repeat;
}


/*----------------------------*/
/*尿石症*/

ul.urolithiasis_list{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
font-weight: bold;
color:#fc2a2f;
font-size: 120%;
}

ul.urolithiasis_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float: left;
width:50%;
}


/*----------------------------*/
/*肥満*/

ul.obesity_list{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
font-weight: bold;
color:#fc2a2f;
font-size: 120%;
}

ul.obesity_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 2px 0px;
float: left;
width:50%;
}

ul.obesity_check_list{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-weight: bold;
color:#008000;
font-size: 120%;
}

ul.obesity_check_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 2px 0px;
float: left;
width:50%;
}


#box .page_tips h5.risk_sickness{
margin:10px 0px 8px 0px;
padding:2px 0px 2px 5px;
background: none;
	font-size: 110%;
	border-left:2px solid #b3d7aa;
	background-color:#f0fded;
	color: #008000;
}

#box .page_tips h5.risk_surgery{
margin:10px 0px 8px 0px;
padding:2px 0px 2px 5px;
background: none;
	font-size: 110%;
	border-left:2px solid #377ef3;
	background-color:#edf4ff;
	color: #377ef3;
}


ul.obesity_risk_sickness_list{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
font-weight: bold;
color: #008000;
}

ul.obesity_risk_sickness_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 2px 0px;
float: left;
width:50%;
}

ul.obesity_risk_surgery_list{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
font-weight: bold;
color: #377ef3;
}

ul.obesity_risk_surgery_list li{
margin:0px 0px 0px 0px;
padding:0px 0px 2px 0px;
}

/*----------------------------*/
/*食べて大丈夫？*/

.food_line_box{
border:3px solid #7ecb4a;
margin:0px 0px 10px 0px;
padding:10px 10px 0px 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.food_line_box img{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
}

.food_ng_list{
background-color:#fff4fd;
border:1px solid #fcd5f6;
margin:0px 0px 10px 0px;
padding:10px 10px 0px 10px;
}

.food_ng_list dl{
float: left;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
width:33%;
}

.food_ng_list dl.long{
width:66%;
}

.food_ng_list dt , .food_ng_list dd{
margin:0px 0px 0px 0px;
padding:0px 10px 0px 10px;
}

.food_ng_list dt{
font-weight: bold;
color: #e32877;
	font-size: 110%;
	padding-bottom:4px;
}


.food_ok_list{
background-color:#f9fee3;
border:1px solid #cfe665;
margin:0px 0px 0px 0px;
padding:10px 20px 10px 20px;
}

.food_ok_list li{
margin:0px 0px 0px 0px;
padding:2px 0px 2px 0px;
float: left;
width:33%;
}



/*====================================================================*/
/*====================================================================*/

/* SITEMAP */

#box .page_sitemap {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	overflow: hidden;
	float: left;
}

#box .page_sitemap ul {
	margin: 10px 30px;
}

#box .page_sitemap ul li {
	clear: both;
	margin: 0px 0px 25px;
	padding: 0px 0px 0px 1em;
	overflow: hidden;
	text-indent: -1em;
}

#box .page_sitemap ul li div {
	display: inline;
	width: 8em;
	float: left;
}

#box .page_sitemap ul li a {
	margin: 0px 0px 0px 3px;
}

#box .page_sitemap ul.sub {
	display: inline;
	margin: 0px 0px 0px 20px;
	float: left;
}

#box .page_sitemap ul.sub li {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 17px;
	background: transparent url('common/images/icon_arrow.png') no-repeat 0px 60%;
	text-indent: 0px;
}

#box .page_sitemap ul.sub li a {
	margin: 0px;
}


/*====================================================================*/
/*====================================================================*/

/* senior */

#box .page_senior {
	display: inline;
	width: 590px;
	margin: 10px 0px 0px 20px;
	float: left;
}



/*====================================================================*/
/*====================================================================*/

/* CALENDAR */

#calendar {
	height: auto;
	background: #ffffff;
}

#calendar div.wrapper {
	position: relative;
	width: 640px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#calendar div.ttlArea {
	height: 80px;
	background: transparent url('common/images/calendar/img_time2.png') right top no-repeat;
	background-size: 280px;
}

#calendar div.ttlArea h1 {
	width: 380px;
	height: 30px;
	margin: 25px 0px 0px;
	color: #1ba4a4;
	font-size: 21px;
	line-height: 1;
	text-indent: 0px;
	float: left;
}

#calendar div.ttlArea h1 strong {
	font-size: 25px;
}

#calendar div.ttlArea img {
	float: right;
}

#calendar table {
	clear: both;
	margin: 5px 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

#calendar table th {
	width: 80px;
	padding: 5px;
	border: solid 1px #666666;
	color: #000000;
	font-size: 15px;
	text-align: center;
	background: #f6f6f6;
}

#calendar table th.sun {
	color: #ff6666;
	background: #fff0f0;
}

#calendar table th.sat {
	color: #1e90ff;
	background: #e6f6ff;
}

#calendar table td {
	width: 80px;
	padding: 0px;
	border: solid 1px #666666;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}

#calendar table td.blank {
	background: #e0e0e0;
}

#calendar table tr.date th {
	border-bottom: 0px;
	background: #ffffff;
}

#calendar table tr.date td {
	border-bottom: 0px;
	background: #ffffff;
}

#calendar table tr.date td p {
	margin: 0px 0px 5px;
	padding: 2px 5px;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-size: 15px;
	float: right;
}

#calendar table tr.date td.sun {
	color: #ff6666;
}

#calendar table tr.date td.sun p {
	background: #fff0f0;
}

#calendar table tr.date td.sat {
	color: #1e90ff;
}

#calendar table tr.date td.sat p {
	background: #e6f6ff;
}

#calendar table tr.date td.blank {
	background: #e0e0e0;
}

#calendar table tr.date td.blank p {
	display: none;
}


#calendar table tr.earlymorning {
	background: #ddfaff;
}

#calendar table tr.earlymorning th {
	border-top: solid 0px #f0f0f0;
	border-bottom: solid 0px #f0f0f0;
	padding: 5px;
	background: #ddfaff;
}

#calendar table tr.earlymorning th {
	background: #ddfaff;
}

#calendar table tr.earlymorning td {
	border-top: solid 0px #f0f0f0;
	border-bottom: solid 0px #f0f0f0;
	padding: 5px;
}


#calendar table tr.morning {
	background: #ffffdd;
}

#calendar table tr.morning {
	background: #FFFF00;
}

#calendar table tr.morning th {
	border-top: solid 0px #f0f0f0;
	border-bottom: solid 0px #f0f0f0;
	padding: 5px;
	background: #ffffdd;
}

#calendar table tr.morning th {
	background: #FFFF00;
}

#calendar table tr.morning td {
	border-top: solid 0px #f0f0f0;
	border-bottom: solid 0px #f0f0f0;
	padding: 5px;
}

#calendar table tr.afternoon {
	background: #fff0dd;
}

#calendar table tr.afternoon {
	background: #FF9933;
}

#calendar table tr.afternoon th {
	border-top: 0px;
	padding: 5px;
	background: #fff0dd;
}

#calendar table tr.afternoon th {
	background: #FF9933;
}

#calendar table tr.afternoon td {
	border-top: 0px;
	padding: 5px;
}

#calendar div.endArea {
	width: 640px;
	height: 70px;
	overflow: hidden;
}

#calendar div.endArea div.att {
	width: 390px;
	height: 50px;
	margin: 5px 0px;
	font-size: 12px;
	float: left;
}

#calendar div.endArea div.att p {
	margin: 0px 0px 5px;
}

#calendar div.endArea div.att strong {
	color: #dd0000;
}

#calendar div.endArea img {
	margin: 5px 0px 0px;
	float: right;
}


#calendar div.wrapper-print {
	position: relative;
	width: 1000px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}

#calendar div.wrapper-print div.ttlArea {
	background:none;
	height:auto;
}

#calendar div.wrapper-print div.ttlArea h1 {
	margin: 0px;
	color: #1ba4a4;
	font-size: 21px;
	text-indent: 0px;
	float: none;
	text-align: left;
}

#calendar div.wrapper-print div.ttlArea h1 strong {
	font-size: 25px;
}

div.cal_prv_table {
	height: 1%;
}

div.cal_prv_table div.cal_prv_table_left {
	float: left;
	width:49%;
}

div.cal_prv_table div.cal_prv_table_right {
	float: right;
	width:49%;
}



/*====================================================================*/
/*====================================================================*/
/* 専門外来 */




/*===================================================

Gutenberg

===================================================*/

.gutenberg h2,
.gutenberg h3,
.gutenberg h4{
margin-top:1.8em;
}

.gutenberg h2:first-child,
.gutenberg h3:first-child,
.gutenberg h4:first-child{
margin-top:0em;
}

.gutenberg h2{ font-size: 210%; }
.gutenberg h3{ font-size: 180%; }
.gutenberg h4{ font-size: 150%; }


.has-small-font-size{
	font-size: 80% !important;
}

.has-large-font-size{
	font-size: 130% !important;
}

/*------------------------------------------------------*/
/*写真枠*/


.wp_image img{
	width:100%;
	height:auto;
}

.wp_image_flamephoto img{
	border:1px solid #e1e6e3;
	margin:8px 0px 8px 0px;
	padding:6px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow:0px 0px 4px -1px #c2c7c4;
	-moz-box-shadow:0px 0px 4px -1px #c2c7c4;
	-webkit-box-shadow:0px 0px 4px -1px #c2c7c4;
}

.wp-block-media-text{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-block-media-text__media{
	-ms-flex-preferred-size: calc(50%);
	flex-basis: calc(50%);
	-webkit-box-ordinal-group:0;
	-ms-flex-order:0;
	-webkit-order:0;
	order:0;
}

.wp-block-media-text__content{
	-ms-flex-preferred-size: calc(50%);
	flex-basis: calc(50%);
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

.wp-block-media-text__content p{
	padding:0px 0px 0px 15px;
}

.wp-block-media-text__media img{
	width:100% !important;
	height:auto;
}

.has-media-on-the-right .wp-block-media-text__media{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
.has-media-on-the-right .wp-block-media-text__content{
	-webkit-box-ordinal-group:0;
	-ms-flex-order:0;
	-webkit-order:0;
	order:0;
}

.has-media-on-the-right .wp-block-media-text__content p{
	padding:0px 15px 0px 0px;
}


/* Print Style */
@media print {
	body {
		background: none !important;
	}
}