@charset "UTF-8";
/*
#dental div#wrapper-contents div#contents #container {
	padding-left: 5em;
	padding-right: 5em;
}*/
#dental #wrapper-contents #contents {
	width: 778px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
	line-height: 1.75;
}
#dental #wrapper-contents #contents h1 {
	width: auto;
	margin-left: -50px;
	margin-right: -50px;
}


/* Menu */
#contents #submenu {
	overflow: hidden;
	font-size: 12px;
	margin: 0 0 2em;
	list-style-type: none;
}
#contents #submenu li {
	float: left;
}
#contents #submenu li a {
	display: block;
	padding: 0 1.5em 0 1em;
	background: transparent url(http://haart-support.jp/dental/parts/list-icon2.png) no-repeat 0 50%;
	text-decoration: none;
}
#contents #submenu li.current a {
	background: transparent url(http://haart-support.jp/dental/parts/list-icon2-current.png) no-repeat 0 50%;
	color: #333;
	cursor: default;
	text-decoration: underline;
}
/* 休止中 */
#contents p.suspension {
	border: 1px dashed #f44;
	background: #fee;
	color: #f44;
	text-align: center;
	padding: .25em 0;
	letter-spacing: .5em;
}

/* 見出し2 */
#contents h2 {
	border-left: .3em solid #69c;
	font-size: 1.286em;/* 18px */
	font-weight: normal;
	line-height: 1.25;
	margin: 1em 0;
	padding: .333em;/* 6px */
	text-align: left;
}
#contents h3 {
	font-size: 1.1429em;/* 16px */
	font-weight: normal;
	line-height: 1.25;
	margin: 2em 0 1em;
	padding: .5em .25em;/* 4px */
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	color: #444;
	background: #eee;
	background: -webkit-gradient(linear , left top , left bottom , from(#eee) , color-stop(0.15,#fafafa) , color-stop(.35,#eee) , to(#e3e3e3)) no-repeat 0 1px;
	background: -webkit-linear-gradient(top , #eee , #fafafa 15% , #eee 35% , #e3e3e3) no-repeat 0 1px;
	background: -moz-linear-gradient(top , #eee , #fafafa 15% , #eee 35% , #e3e3e3) no-repeat 0 1px;
	background: -ms-linear-gradient(top , #eee , #fafafa 15% , #eee 35% , #e3e3e3) no-repeat 0 1px;
	background: -o-linear-gradient(top , #eee , #fafafa 15% , #eee 35% , #e3e3e3) no-repeat 0 1px;
	background: linear-gradient(top , #eee , #fafafa 15% , #eee 35% , #e3e3e3) no-repeat 0 1px;
}
#contents h4 {
	font-size: 1.1429em;/* 16px */
	font-weight: normal;
	line-height: 1.25;
	margin: 2em 0 1em;
	padding: .25em 0;/* 4px */
}
#contents h5 {
	font-size: 1.071em;/* 15px */
	font-weight: bold;
	line-height: 1.5;
	margin: 2em 0 1em;
	text-align: left;
}
#contents h3 a {
	text-decoration: none;
}
#contents p {
	margin-bottom: 1em;
}
#contents ul {
	margin: 1em 0 1em 1.5em;
	list-style-type: circle;
}
#contents .sign {
	margin-top: 1em;
	text-align: right;
}

#contents dl.as_table {
	overflow: hidden;
	margin: 1em 0 1em 1.5em;
}
#contents dl.as_table > dt {
	float: left;
	width: 9em;
}
#contents dl.as_table > dd {
	padding-left: 9em;
}

#contents dl.link dt {
	color: #000;
	font-size: 1.1em;
	margin-top: 1.5em;
}
#contents dl.link dt a {
	background: url("../../images/triangle1.gif") no-repeat scroll left center transparent;
	color: #336699;
	padding-left: 12px;
	text-decoration: underline;
	vertical-align: middle;
}
#contents dl.link dd {
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	margin: .5em 0 0 3em;
}




/****************/
/*     Tabs     */
/****************/
#tab #tab-select {
	list-style-type: none;
	overflow: hidden;
	padding: 5px 0 0 1em;
	margin: 1em 0 -1px;
}
#tab #tab-select li {
	float: left;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #f0f0f0;
	margin-right: 7px;
	box-shadow: 1px 1px 4px #ddd;
}
#tab #tab-select li a {
	display: block;
	position: relative;
	z-index: 10;
	outline: none;
	padding: .25em 1.5em;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	background: #eeeef0;
	background: -webkit-gradient(linear , left top , left bottom , from(#eeeef0) , color-stop(0.15,#fff) , color-stop(0.25,#f9f9f9) , to(#eeeef0));
	background: -webkit-linear-gradient(top , #eeeef0 , #fff 15% , #f9f9f9 25% , #eeeef0);
	background: -moz-linear-gradient(top , #eeeef0 , #fff 15% , #f9f9f9 25% , #eeeef0);
	background: -ms-linear-gradient(top , #eeeef0 , #fff 15% , #f9f9f9 25% , #eeeef0);
	background: -o-linear-gradient(top , #eeeef0 , #fff 15% , #f9f9f9 25% , #eeeef0);
	background: linear-gradient(top , #eeeef0 , #fff 15% , #f9f9f9 25% , #eeeef0);
}
#tab #tab-select li a:focus ,
#tab #tab-select li a:hover {
	border-bottom: 1px solid #eee;
	background: #f9f9fa;
	background: -webkit-gradient(linear , left top , left bottom , from(#f9f9fa) , color-stop(0.15,#fff) , color-stop(0.25,#f9f9fa) , to(#f9f9fa));
	background: -webkit-linear-gradient(top , #f9f9fa , #fff 15% , #f9f9fa 25% , #f9f9fa);
	background: -moz-linear-gradient(top , #f9f9fa , #fff 15% , #f9f9fa 25% , #f9f9fa);
	background: -ms-linear-gradient(top , #f9f9fa , #fff 15% , #f9f9fa 25% , #f9f9fa);
	background: -o-linear-gradient(top , #f9f9fa , #fff 15% , #f9f9fa 25% , #f9f9fa);
	background: linear-gradient(top , #f9f9fa , #fff 15% , #f9f9fa 25% , #f9f9fa);
}
#tab #tab-select li a:active {
	color: #000;
	border-bottom: 1px solid #fff;
	background: #fff;
	background: -webkit-gradient(linear , left top , left bottom , from(#f9f9fa) , color-stop(0.15,#fff) , to(#fff));
	background: -webkit-linear-gradient(top , #f9f9fa , #fff 15% , #fff);
	background: -moz-linear-gradient(top , #f9f9fa , #fff 15% , #fff);
	background: -ms-linear-gradient(top , #f9f9fa , #fff 15% , #fff);
	background: -o-linear-gradient(top , #f9f9fa , #fff 15% , #fff);
	background: linear-gradient(top , #f9f9fa , #fff 15% , #fff);
}
#tab #tab-wrap {
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #f0f0f0;
	border-radius: 3px 3px;
	box-shadow: 2px 2px 3px #eee;
	padding: 1.5em 2em;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	background: #fff;
}
/* :targetの対象でないdiv */
#tab #tab-wrap div {
	position: relative;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	color: #fff;
	left: 100%;
}
#tab #tab-wrap div:target {
	color: #000;
	left: 0;
	-webkit-transition: all .25s linear ;
	-moz-transition: all .25s linear ;
	-ms-transition: all .25s linear ;
	-o-transition: all .25s linear ;
	transition: all .25s linear ;
	width: 100%;
	height: auto;
}

#tab #tab-wrap .for-reader {
	overflow: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
}
/* javascript ON */
#tab #tab-select li a.tab_current {
	color: #000;
	border-bottom: 1px solid #fff;
	background: #fff;
	background: -webkit-gradient(linear , left top , left bottom , from(#f3f3ff) , color-stop(0.15,#fff) , to(#fff));
	background: -webkit-linear-gradient(top , #f3f3ff , #fff 15% , #fff);
	background: -moz-linear-gradient(top , #f3f3ff , #fff 15% , #fff);
	background: -ms-linear-gradient(top , #f3f3ff , #fff 15% , #fff);
	background: -o-linear-gradient(top , #f3f3ff , #fff 15% , #fff);
	background: linear-gradient(top , #f3f3ff , #fff 15% , #fff);
}
#tab #tab-wrap div.target {
	color: #000;
	left: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	width: 100%;
	height: auto;
}



/* index */
#dental.index #wrapper-contents #contents {
	width: 878px;
	padding-left: 10px;
	padding-right: 10px;
}
#dental.index #wrapper-contents #contents h1 {
	margin-left: 0px;
	margin-right: 0px;
}
#dental.index #wrapper-contents #side {
	float: right;
	width: 284px;
	width: 267px;
	padding: 0 0 0 10px;
	border-left: 1px dashed #ddd;
}
#dental.index #wrapper-contents #side #banner a {
	display: block;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 4px;
}
#dental.index #wrapper-contents #side #banner a img {
}
#dental.index #wrapper-contents #side #banner a:hover {
	background: #999;
	box-shadow: 1px 1px 2px #aaa;
}
#dental.index #wrapper-contents #side #banner a:hover img {
	opacity: 0.95;
}
#dental.index #wrapper-contents #news {
	overflow: auto;
/*	height: 409px;	*/
	height: 366px;
	padding: 4px 8px 0 8px;
	margin: 0;
	background: #f9f9f9;
	font-size: .8571em;
	border: 1px solid #eee;
}
#dental.index #wrapper-contents #news dt {
	margin-top: 1em;
	padding: 1em 0 0.25em;
	border-top: 1px dashed #aaa;
}
#dental.index #wrapper-contents #news dt:first-child {
	margin-top: 0;
	border-top: 0 none;
}

#contents #submenu-index {
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}
#contents #submenu-index li {
	float: left;
	padding: 0 10px 10px 0;
}
#contents #submenu-index li a {
	display: block;
	box-shadow: 1px 1px 2px #ccc;
}
#contents #submenu-index li a img {
	display: block;
	vertical-align: top;
}
#contents #submenu-index li a:hover {
	background: #999;
	box-shadow: 1px 1px 2px #666;
}
#contents #submenu-index li a:hover img {
	opacity: 0.95;
}

/* Link */

#contents dl.link {
	padding-bottom: 2em;
}


/* Form */
#contents form.inline {
	display: inline;
}
#contents form fieldset {
	border: 1px solid #eee;
	padding: 1em 0 1em 1.5em;
	width: 80%;
}


#contents .error {
	color: #f33;
}
#contents dl.form {
	overflow: hidden;
	margin: 1em 0;
}
#contents dl.form > dt {
	float: left;
	width: 13em;
	margin: .5em 0 0 0;
	clear: both;
}
#contents dl.form > dd {
	padding-left: 13em;
	margin: .5em 0 0 0;
}
#contents dl.form input[type=text] {
	width: 90%;
}
#contents dl.form > dd p {
	margin: 0;
}



#contents dl.form-mail > dt {
	width: 9em;
}
#contents dl.form-mail > dd {
	padding-left: 9em;
}
#contents dl.form-confirm > dt {
	width: 21em;
	padding-bottom: 1px;
}
#contents dl.form-confirm > dd {
	padding-left: 21em;
	border-bottom: 1px solid #eee;
}
#contents dl.form-mail-confirm > dt {
	width: 10em;
	padding-bottom: 1px;
}
#contents dl.form-mail-confirm > dd {
	padding-left: 10em;
	border-bottom: 1px solid #eee;
}




/* tweet */
#contents p.tweet {
	margin: 1em 0;
	line-height: 1;
}
#contents p.tweet a {
	line-height: 20px;
}
#contents p.tweet iframe {
	vertical-align: top;
}