@charset "utf-8";
body {
	margin: 0px;
	line-height: 150%;
	font-size: 80%;
	color: #000;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
/**a:hover{	
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}**/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* page */

p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
ul, li, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
.flort-l {
	float: left;
}
.flort-r {
	float: right;
}
.red {
	color: #F00;
}
.red2 {
	color: #990000;
}
.err {
	color: #F00;
}
.ter {
	text-align: right;
}
.color1 {
	color: #cc0000;
}
.color2 {
	color: #4c8413;
}
.color3 {
	color: #6C3F72;
}
.ERR {
	color: #cc0000;
}
/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
/* margin ==================================================================*/

.mrb4 {
	margin-bottom: 4px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb15 {
	margin-bottom: 15px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.mrb60 {
	margin-bottom: 60px;
}
.mrt10 {
	margin-top: 10px;
}
.mrr20 {
	margin-right: 20px;
}
.terb10 {
	text-align: right;
	margin-bottom: 10px;
}
.tec {
	text-align: center;
}
.tecb20 {
	text-align: center;
	margin-bottom: 20px;
}
.tecb40 {
	text-align: center;
	margin-bottom: 40px;
}
.pankuzu {
	margin-bottom: 20px;
	font-size: 12px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 40px;        /* CSS3草案 */
	-webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 40px;   /* Firefox用 */
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
/* #header ==================================================================*/

#head {
	background: url(../img/top-bg.jpg) no-repeat center top;
}
.header {
	width: 960px;
	margin: 0px auto;
	padding: 46px 0px 0px;
}
.header h1 {
	margin-bottom: 40px;
}
.un-header {
	width: 960px;
	margin: 0px auto 30px;
	padding: 46px 0px 0px;
}
.un-header h1 {
	margin-bottom: 0px;
	float: left;
}
.header h2 {
	margin-bottom: 194px;
}
#g-navi {
	width: 100%;
	background: url(../img/g-line.png) repeat-x left top;
}
#g-navi ul {
	width: 960px;
	margin: 0px auto 40px;
}
#g-navi ul li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	font-size: 0px;
}
#un-btn {
	float: right;
}
#un-btn p {
	float: right;
	margin-left: 10px;
}
/* #cont ==================================================================*/

#cont {
	width: 960px;
	margin: 0px auto 50px;
}
#cont h2 {
	margin-bottom: 30px;
	text-align: center;
}
.topnav {
	width: 960px;
	margin-bottom: 40px;
}
.topnav img {
	margin-bottom: 10px;
}
.topnav h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.topnav .fl {
	float: left;
	margin-right: 65px;
	width: 140px;
}
.topnav .fr {
	float: right;
	width: 140px;
}
.infobox {
	width: 960px;
}
.newsbox {
	width: 430px;
	float: left;
}
.newstit {
	width: 430px;
	background: url(../img/news-tit.gif) no-repeat left top;
	height: 43px;
	text-align: right;
}
.rssRow {
	width: 430px;
	margin-top: 15px;
	list-style: none;
}
.rssRow:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.rssRow div {
	width: 80px;
	float: left;
}
.rssRow h4 {
	width: 330px;
	float: right;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
}
.fb {
	width: 500px;
	float: right;
}
/* #foot ==================================================================*/

#foot {
	width: 100%;
	background: #eee;
	padding: 25px 0px;
}
.f-logo {
	margin-bottom: 25px;
}
#foot p {
	text-align: center;
}
/* about.html ==================================================================*/

.aboutinfo {
	width: 460px;
	background: url(../img/about-bg.jpg) no-repeat left top;
	height: 425px;
	padding: 50px 450px 0px 50px;
}
.aboutinfo h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.line {
	background: url(../img/cont-line.jpg) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 70px;
}
.member {
	width: 960px;
}
.member .fl {
	width: 340px;
	float: left;
}
.member .fl dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
.member .fl dd {
	list-style: none;
	background: url(../img/icon001.gif) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
}
.member .fr {
	width: 582px;
	float: right;
}
.member .fr .voice p {
	margin-top: 20px;
}
.movie {
	margin: 25px 0px 50px 0px;
}
.movie p {
	text-align: center;
}
/* session.html ==================================================================*/

.sess {
	width: 960px;
}
.sess .fl {
	width: 340px;
	float: left;
}
.sess .voice {
	width: 582px;
	float: right;
}
.sess .voice p {
	margin-bottom: 20px;
}
.qual {
	width: 960px;
	margin-bottom: 40px;
}
.qual h4 {
	font-size: 22px;
	font-weight: bold;
	color: #001983;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.qual .fla {
	width: 460px;
	float: left;
}
.qual .flr {
	width: 460px;
	float: right;
}
.qual table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 15px 0px;
}
.qual table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}
.qual table td.td01 {
	width: 80px;
	background: #D7DFFF;
}
/* clinic.html ==================================================================*/

.cli-cou {
	width: 920px;
	text-align: center;
	color: #001983;
	font-size: 16px;
	font-weight: bold;
	background: #D7DFFF;
	padding: 20px;
	margin-bottom: 30px;
}
.clinic-list {
	width: 960px;
	border-top: 3px solid #001983;
	border-left: 1px solid #ccc;
}
.clinic-list th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: #D7DFFF;
}
.clinic-list th.th01 {
	width: 24%;
}
.clinic-list td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}
.clinic-list td.td01 {
	background: #eee;
}
/* how.html ==================================================================*/

.step {
	width: 860px;
	margin: 0px auto 30px;
}
.step span {
	color: #CC0000;
}
.step img {
	margin-bottom: 10px;
}
.step .fl {
	width: 240px;
	float: left;
	padding-right: 44px;
	background: url(../img/icon-arrow.gif) no-repeat right 100px;
	margin-right: 26px;
}
.step .fr {
	width: 240px;
	float: right;
}
.step .fl-a {
	width: 240px;
	float: left;
}
.kouka {
	width: 960px;
	margin-bottom: 30px;
}
.kouka .fl {
	width: 460px;
	float: left;
}
.kouka .fr {
	width: 460px;
	float: right;
}
.kouka img {
	margin-bottom: 20px;
}
.kouka h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.user {
	width: 960px;
	background: url(../img/cont-line.jpg) no-repeat center bottom;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.user img {
	margin-bottom: 20px;
}
.user .fl {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.user .fr {
	width: 300px;
	float: right;
}
.howto {
	width: 900px;
	margin: 0px auto 40px;
}
.howto h4 {
	margin-bottom: 20px;
}
.howto-blue {
	width: 900px;
	padding: 30px;
	background: #E5E8F2;
	margin-bottom: 30px;
}
.howto-blue h4 {
	margin-bottom: 20px;
}
.howto .fl {
	float: right;
	width: 500px;
}
.howto .fr {
	float: left;
	width: 372px;
}
/* sale.html ==================================================================*/

.sale {
	width: 960px;
	margin-bottom: 40px;
}
.sale .fl {
	width: 470px;
	float: left;
}
.sale h3 {
	font-size: 18px;
	line-height: 1.5em;
	color: #001983;
	font-weight: bold;
}
.sale .mini {
	font-size: 11px;
	margin-bottom: 20px;
}
.sale .fr {
	width: 470px;
	float: right;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin-bottom: 5px;
}
.price strong {
	font-size: 20px;
}
.tpl {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.fax {
	padding: 30px;
	width: 900px;
	background: #E5E8F2;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.sale-list {
	width: 960px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.sale-list td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.sale-list td.td01 {
	background: #D7DFFF;
	width: 200px;
}
.sale-list td li {
	background: url(../img/icon001.gif) no-repeat left 5px;
	padding-left: 15px;
	list-style: none;
}
.sale.zerotape_new {
	width: 960px;
	margin-bottom: 60px;
	margin-top: 50px;
}
.sale.zerotape_new .mrb15 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sale.zerotape_new h3 {
	margin-bottom: 10px;
}
/* contact.html ==================================================================*/

.contact-list {
	width: 960px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
}
.contact-list td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.contact-list td.td01 {
	background: #eee;
	width: 200px;
}
.contact-list td.td01 span {
	color: #FF0000;
}
