@charset "utf-8";

/*****************************************************
 ■ サイト初期設定
*****************************************************/

body {
	color: #333333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
    margin-bottom: 20.5333vw;
}

header,section,nav,footer {
	content: '';
	display: block;
	clear: both;
}

a {
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a.a01:link,
a.a01:visited {
	color: #339900 ;
}
a.a02:link,
a.a02:visited {
	color: #333333 ;
	text-decoration: underline ;
}


img {
	vertical-align: top;
}
p, dl, ol, ul {
	margin-bottom: 10px;
}
ol, ul {
}
.f-left {
	float:left;
	padding:0 10px 10px 0
}
.f-right {
	float:right;
	padding:0 0px 10px 10px
}

.p10 {
	padding: 10px;
}

.p-btm10 {
	padding-bottom:10px;
}
.p-btm20 {
	padding-bottom:20px;
}

.mg9 {
	margin: 0 9px ;
}

.mg10 {
	margin: 0 10px ;
}


.mb10 {
	margin-bottom: 10px ;
}
.mb15 {
	margin-bottom: 15px ;
}

.mt10 {
	margin-top: 10px ;
}

.mt20 {
	margin-top: 20px ;
}

.text-right {
	text-align:right;
}

.text-bold {
	font-weight:bold;
}

.text-small {
	font-size:small;
}

.text-marker {
	display:inline;
	margin-right:5px;
	width: auto;
	height:20px;
	padding:0 5px;
	text-align:center;
	background:#ffff66;
	color:#333333;
}

.f-left {
	float:left;
	padding:0 10px 10px 0
}

.f-right {
	float:right;
	padding:0 0px 10px 10px
}

.center {
	text-align: center ;
}

/*--------------------
float　クリア
--------------------*/

.clear {
	clear: both ;
}

.box-clear {
	overflow:hidden;
	zoom:1;
}

/*--------------------
clearfixの設定
--------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {zoom:1;}




/* 下の文字色はまだ未使用 */

/* 赤系 */
.color1   { color: #cc0000 ;}
.color1b  { color: #cc0000; font-weight: bold ;}

/* オレンジ系 */
.color2   { color: #ff6600 ; }
.color2b  { color: #ff6600; font-weight: bold ;}


/* グリーン系 */
.color3b  { color: #339900 ; font-weight: bold }


/* ピンク系 */
.color4b  { color: #ff33cc ; font-weight: bold }

/* ブルー系 */
.color5b  { color: #6488d7 ; font-weight: bold }

/* エンジ */
.color6b    {  color: #b71449 ;font-weight: bold ; }


.f110 {
	font-size: 110% ;
}
.f120 {
	font-size: 120% ;
}
.f140 {
	font-size: 140% ;
}


/*****************************************************
 ■ Common　ページ共通
*****************************************************/

/*--- ● Header ----------*/

header {
	overflow:hidden;
	background:url(../image/bg_header.png) repeat-x center top ;
	height: 67px ;
}

header h1 {
	float:left ;
}

header ul.utility {
	float:right;
	margin: 0;
	padding: 8px 5px 0 0;
}
header ul.utility li {
	margin: 0;
	text-indent:-9999px;
	list-style:none;
}
header ul.utility li.map {
	background:url(../image/btn_map.png) center no-repeat;
}

header ul.utility li a {
	width:50px;
	height:50px;
	display: block;
}


div.tel {
	clear: both ;
	margin: 10px ;
}





/*--- ● GlobalNav ----------*/

nav.global-nav ul.g-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	display: flex;
	width: 100%;
}

nav.global-nav ul.g-nav li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	width: 1000px;
	text-align:center;
	margin:0 0 0 0;

	background: -webkit-gradient(linear,left top,left bottom,from(#324279),to(#121f4c)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #324279, #121f4c);
	background:    -moz-linear-gradient(top, #324279, #121f4c);
	background:     -ms-linear-gradient(top, #324279, #121f4c);
	background:      -o-linear-gradient(top, #324279, #121f4c);
	background:   linear-gradient(to bottom, #324279, #121f4c);

	border-right:1px solid #FFF;
}

nav.global-nav ul.g-nav li:last-child {
	border-right:none;
}

nav.global-nav ul.g-nav li a {
	display:block;
	width: auto;
	height:40px;
	color:#fff;
	line-height:40px;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
}


div.photo {
	margin: 0 0 20px ;
}

/*--- ● CureMenu ----------*/
nav.cure-menu h1 {
	margin: 0 0 15px ;
	padding:7px;
	text-align:left;

	background: -webkit-gradient(linear,left top,left bottom,from(#324279),to(#121f4c)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #324279, #121f4c);
	background:    -moz-linear-gradient(top, #324279, #121f4c);
	background:     -ms-linear-gradient(top, #324279, #121f4c);
	background:      -o-linear-gradient(top, #324279, #121f4c);
	background:   linear-gradient(to bottom, #324279, #121f4c);

	color:#ffffff;
	font-size:16px;
	border-top: 1px solid #3a4766 ;
	border-bottom: 1px solid #3a4766 ;
}


nav.cure-menu table.c-menu {
	width: 100% ;
	border-collapse: separate;
	border-spacing: 1px;
}

nav.cure-menu table.c-menu td {
	width: 33% ;
	text-align: center ;
	empty-cells: hide;
	/*padding: 7px ;*/

	background: -webkit-gradient(linear,left top,left bottom,from(#ffcc33),to(#e1b739)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #ffcc33, #e1b739);
	background:    -moz-linear-gradient(top, #ffcc33, #e1b739);
	background:     -ms-linear-gradient(top, #ffcc33, #e1b739);
	background:      -o-linear-gradient(top, #ffcc33, #e1b739);
	background:   linear-gradient(to bottom, #ffcc33, #e1b739);
}

nav.cure-menu table.c-menu td a {
	color: #5e2e03 ;
	display: block ;
	padding: 10px ;
}



/*--- ● ClinicInfo ----------*/

section.clinic-info h1 {
	margin: 20px 0 15px ;
	padding:7px;
	text-align:left;

	background: -webkit-gradient(linear,left top,left bottom,from(#324279),to(#121f4c)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #324279, #121f4c);
	background:    -moz-linear-gradient(top, #324279, #121f4c);
	background:     -ms-linear-gradient(top, #324279, #121f4c);
	background:      -o-linear-gradient(top, #324279, #121f4c);
	background:   linear-gradient(to bottom, #324279, #121f4c);

	color:#ffffff;
	font-size:16px;
	border-top: 1px solid #3a4766 ;
	border-bottom: 1px solid #3a4766 ;
}



/*--- ● GlobalMenu ----------*/

nav.global-menu {
	margin: 0 0 15px ;
	padding: 0 ;
}

nav.global-menu h1 {
	padding:7px;
	text-align:left;

	background: -webkit-gradient(linear,left top,left bottom,from(#324279),to(#121f4c)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #324279, #121f4c);
	background:    -moz-linear-gradient(top, #324279, #121f4c);
	background:     -ms-linear-gradient(top, #324279, #121f4c);
	background:      -o-linear-gradient(top, #324279, #121f4c);
	background:   linear-gradient(to bottom, #324279, #121f4c);

	color:#ffffff;
	font-size:16px;
}

nav.global-menu ul.g-menu {
	margin: 0 0 0 ;
}

nav.global-menu ul.g-menu li {
	padding:0 10px 0 0 ;
	margin: 0 0 2px ;
	border: 1px solid #cc9933 ;

	background: -webkit-gradient(linear,left top,left bottom,from(#ffcc33),to(#e1b739)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #ffcc33, #e1b739);
	background:    -moz-linear-gradient(top, #ffcc33, #e1b739);
	background:     -ms-linear-gradient(top, #ffcc33, #e1b739);
	background:      -o-linear-gradient(top, #ffcc33, #e1b739);
	background:   linear-gradient(to bottom, #ffcc33, #e1b739);
}

nav.global-menu ul.g-menu li:last-child {
	margin-bottom: 0 ;
}

nav.global-menu ul.g-menu li a {
	padding:13px 10px 10px;
	height: 100% ;
	display:block;
	color:#5e2e03;
	background:url(../image/arrow1.png) center right no-repeat;
}


nav.global-menu2 ul.g-menu2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	display: flex;
	width: 100%;
	margin: 0 0 15px ;
}

nav.global-menu2 ul.g-menu2 li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	width: 1000px;
	text-align:center;
	margin:0 0 0 0;

	background: -webkit-gradient(linear,left top,left bottom,from(#ffcc33),to(#e1b739)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #ffcc33, #e1b739);
	background:    -moz-linear-gradient(top, #ffcc33, #e1b739);
	background:     -ms-linear-gradient(top, #ffcc33, #e1b739);
	background:      -o-linear-gradient(top, #ffcc33, #e1b739);
	background:   linear-gradient(to bottom, #ffcc33, #e1b739);

	border-right:1px solid #cc9933;
}

nav.global-menu2 ul.g-menu2 li:last-child {
	border-right:none;
}

nav.global-menu2 ul.g-menu2 li a {
	display:block;
	width: auto;
	height:40px;
	color:#5e2e03;
	line-height:40px;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
}


div.tooth-link {
	background-color: #fcedc2 ;
	border: 1px solid #ffcc33 ;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;

}

div.tooth-link ul {
	padding: 10px 0 ;
	margin: 0 ;
}

div.tooth-link ul li {
	margin: 0 10px ;
	text-align: center ;
	list-style:none;
}

div.tooth-link ul li.t-link01 {
	margin: 0 0 15px ; 
}

div.tooth-link ul li.t-link02 a {
	margin: 0 
}





/*--- ● Footer ----------*/

footer {
	background-color: #fff7df ;
	border-top: 3px solid #121f4b ;
	padding: 15px 10px 10px;
	margin: 15px 0 0 ;
	text-align: left ;
	font-size:14px;
}


div.footer-text {
	float: left ;
	width: auto ;
}

div.footer-btn {
	float: right ;
	width: 75px ;
}

div.footer-btn ul li {
	list-style: none ;
	margin: 0 auto;
	margin-bottom: 10px;
	width:75px;
	height:25px;
	line-height:25px;
	text-align:center;

	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	    -ms-border-radius: 8px;
	     -o-border-radius: 8px;
	        border-radius: 8px;

	background: #fafafa;

	background: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#cbcbcb)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #fafafa, #cbcbcb);
	background:    -moz-linear-gradient(top, #fafafa, #cbcbcb);
	background:     -ms-linear-gradient(top, #fafafa, #cbcbcb);
	background:      -o-linear-gradient(top, #fafafa, #cbcbcb);
	background:   linear-gradient(to bottom, #fafafa, #cbcbcb);

	border:solid 1px #999999;
}


div.footer-btn ul li a {
	display:block;
	color:#000000;
}

footer p.copyright {
	clear:both;
	margin:0 auto;
	padding: 5px 0 0 ;
	text-align: center;
	color: #666;
}










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

/*--- ● スライドショー ----------*/

nav.top-slider {
/*	text-align:center; */
	margin-top: 10px;
	padding: 0;
/*	width:auto; */
}

.touchslider {
	display:block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slidewidth {
	margin: 0 auto;
}

.touchslider-item {
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	div.touchslider-viewport {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		display: flex;
		width: 600px !important;
		height: 150px !important;
		margin: 0;
		padding: 0;
	}

	div.touchslider-item img {
		width: 600px; height: 150px;
	}
	div.touchslider img {
		width: 600px; height: 150px;
	}
	.slidewidth div {
		height: 150px !important;
	}
	/* div.test1 { color:#ff0000; }  赤 */
}

@media only screen and (max-width: 720px) {   /* Android 横持ち（W640） ***********/
	div.touchslider-viewport {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		display: flex;
		width: 620px !important;
		height: 155px !important;
		margin: 0;
		padding: 0;
	}

	div.touchslider-item img {
		width: 620px; height: 155px;
	}
	div.touchslider img {
		width: 620px; height: 155px;
	}
	.slidewidth div {
		height: 155px !important;
	}
	/* div.test1 { color:#ffff00; }  黄 */
}

@media only screen and (max-width: 540px) {   /* iPhone 横持ち、Android 縦持ち（W480） */
	div.touchslider-viewport {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		display: flex;
		width: 340px !important;
		height: 85px !important;
		margin: 0;
		padding: 0;
	}

	div.touchslider-item img {
		width: 340px; height: 85px;
	}
	div.touchslider img {
		width: 340px; height: 85px;
	}
	.slidewidth div {
		height: 85px !important;
	}
	/* div.test1 { color:#00ff00; }  緑 */
}

@media only screen and (max-width: 320px) {   /* iPhone 縦持ち */
	div.touchslider-viewport {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		display: flex;
		width: 300px !important;
		height: 75px !important;
		margin: 0;
		padding: 0;
	}

	div.touchslider-item img {
		width: 300px; height: 75px;
	}
	div.touchslider img {
		width: 300px; height: 75px;
	}
	.slidewidth div {
		height: 75px !important;
	}
}



































/*----------------------------------------------------
 section type-nomal
----------------------------------------------------*/

section.type-nomal {
	margin:10px 0 20px;
}

section.type-nomal h1 {
	margin: 0 0 15px ;
	padding:7px;
	text-align:left;

	background: -webkit-gradient(linear,left top,left bottom,from(#ffc833),to(#ff9f33)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #ffc833, #ff9f33);
	background:    -moz-linear-gradient(top, #ffc833, #ff9f33);
	background:     -ms-linear-gradient(top, #ffc833, #ff9f33);
	background:      -o-linear-gradient(top, #ffc833, #ff9f33);
	background:   linear-gradient(to bottom, #ffc833, #ff9f33);

	color:#ffffff;
	font-size:16px;
	border-top: 1px solid #ff9f33 ;
	border-bottom: 1px solid #ff9f33 ;
}


section.type-nomal h2 {
	clear:both;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
	font-size:16px;
	color:#666666;
}



section.type-nomal h2.bd-none {
	border-bottom:none ;
}


section.type-nomal h3 span.marker {
	display:inline-block;
	margin-right:5px;
	width: auto;
	height:20px;
	padding:0 5px;
	text-align:center;
	background:#0067E5;
	color:#FFF;
}

section.type-nomal p span.marker {
	display:inline-block;
	margin-right:5px;
	width: auto;
	height:20px;
	padding:0 5px;
	text-align:center;
	background:#0067E5;
	color:#FFF;
}

section.type-nomal p span.marker2 {
	display:inline-block;
	margin-right:5px;
	width: auto;
	height:20px;
	padding:0 5px;
	text-align:center;
	background:#fdd796;
	color:#333333;
}

section.type-nomal p span.marker3 {
	display:inline-block;
	width: auto;
	height:20px;
	padding:0;
	text-align:center;
	color:#ff6600;
text-shadow:1px 0 1px #ff6600;
}










/*----------------------------------------------------
 テーブル共通
----------------------------------------------------*/

.table-2col ul li{
display:table;
width:100%;
}

.table-2col ul li .line{
display:block;
}

.table-2col ul li .col0{
display:table-cell;
vertical-align:top;
width:100%;
}

.table-2col ul li .col1{
display:table-cell;
vertical-align:top;
}

.table-2col ul li .col2{
display:table-cell;
vertical-align:top;
}

/* リスト（table罫有) **********************************************************/
ul.list-table li {
	padding: 5px ;
	border: 1px solid #ccc ;
	border-bottom: none ;
	line-height: 1.5 ;
}
ul.list-table li:last-child {
	border: 1px solid #ccc ;
}




ul.disc li {
	background: url(../image/disc.png) no-repeat 0 2px;
	padding: 0 0 0 14px ;
}



/* ### ● acordion ############################## */

div.acordion-list{
	clear: both ;
	background:#fff;
}

div.acordion-list .trigger{
	display:block;
	margin:5px 0 0 0;
	padding:9px 25px 9px 7px ;
	width: auto;
	text-align:left;
	line-height: 1.3 ;
	position: relative ;

	background: -webkit-gradient(linear,left top,left bottom,from(#f9f8f8),to(#cfcfcf)); /* Android 2.3 */

	background: -webkit-linear-gradient(top, #f9f8f8, #cfcfcf);
	background:    -moz-linear-gradient(top, #f9f8f8, #cfcfcf);
	background:     -ms-linear-gradient(top, #f9f8f8, #cfcfcf);
	background:      -o-linear-gradient(top, #f9f8f8, #cfcfcf);

	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#f9f8f8, EndColorStr=#cfcfcf)"; /* IE8,9用 */

	background:   linear-gradient(to bottom, #f9f8f8, #cfcfcf);

	color:#333;
	font-size:16px;
	font-weight: normal ;
	border-top:1px solid #f6f6f6 ;
}

div.acordion-list .open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	height:15px;
	width:15px;
	background: url(../image/ac_open.png) no-repeat right top ;
	position: absolute ;
	right: 8px ;
	top: 30% ;
}

div.acordion-list .trigger.active .open-close{
	text-indent:-9999px;
	display:block;
	height:15px;
	width:15px;
	background:url(../image/ac_close.png) no-repeat right top ;
	position: absolute ;
	right: 8px ;
	top: 30% ;
}

.acordion-tree {
	margin: 7px 0 0 ;
	padding: 8px 5px 8px ;
	background: #fbf7db ;
	overflow: hidden ;
}
.acordion-tree p:last-child {
	margin-bottom: 0 ;
}

table.contact,
table.contact tr,
table.contact td,
table.contact th
{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.contact
{
	width: 92%;
	margin: 0 auto;
}

table.contact th
{
	background-color: #E1AE14;
	color: #5E2E03;
	vertical-align: middle;
	padding: 8px;
}

table.contact td
{
	padding: 8px;
}

.btn_area table,
.btn_area table tr,
.btn_area table th,
.btn_area table td{
	border: none;
}
.btn_area table
{
	width: 98%;
	margin: 0 auto 15px auto;
}

.btn_area table td
{
	padding: 5px;
}
table.btn_area ,
table.btn_area  tr,
table.btn_area  th,
table.btn_area  td{
	border: none;
}
table.btn_area 
{
	width: 98%;
	margin: 0 auto 15px auto;
}

table.btn_area  td
{
	padding: 5px;
}


table.btn_area  img
{
	width: 100%;
}

.photo h2
{
	background-color: #FC3;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 93%;
	margin: 10px auto;
}
.photo h3
{
	background-color: #568FDE;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: #F63;
	margin: 10px auto;
	font-weight: normal;
	text-align: center;
}

.photo h3 a
{
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.type-nomal h3
{
	background-color: #568FDE;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: #F63;
	margin: 10px auto;
	font-weight: normal;
}

.type-nomal h4
{
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
    color: #F63;
    margin-bottom: 10px;
}
.color_01
{
	background-color: #81CBFF !important;
}

table.price,
table.price tr,
table.price th,
table.price td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.price th
{
	background-color: #FC3;
	color: #fff;
	padding: 5px;
	text-align: left;
}
table.price td
{
	padding: 5px;
}

@media(max-width: 768px){
    
     .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    
    .linkwrap001{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.float-btn999{
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
    margin-bottom: 0px;
    border-top: solid 1px black;
    }
    .float-btn999 li{
        position: relative;
        font-size: 3.466vw;
        padding: 4vw 7.2266vw 3vw;
		white-space: nowrap;
    }
    .float-btn999 li .icon-box{
        width: 7.7333vw;
        height: 6.5333vw;
        margin: 0 auto 1vw;
    }
    .float-btn999 li:nth-of-type(2){
        border-left: solid 1px #231815;
        border-right: solid 1px #231815;
    }
    .float-btn999 li:nth-of-type(1) .icon-box{
        background: url(../image/icon01.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .float-btn999 li:nth-of-type(2) .icon-box{
        background: url(../image/icon02.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .float-btn999 li:nth-of-type(3) .icon-box{
        background: url(../image/ico_mail.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .osirase-001{
        border: solid 1px #FC3;
        padding: 15px;
        width: 300px;
        margin: 0px auto 10px; 
    }
    
    ul.check_box {
	border: solid 2px #F93;
  	padding: 1em 1em 1em 2.3em;
  	position: relative;
  	margin-top: 2em;
    margin-bottom: 10px;
}
ul.check_box li {
	font-size: 13px;
 	line-height: 1.5;
  	padding: 0.5em 0;
  	list-style-type: none!important;
	font-weight: bold;
}
ul.check_box li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
  	content: "\f00c";
  	position: absolute;
  	left : 0.6em;
    color: #F93;
}
ul.check_box li:after {
 	background: #FFCD0F;
	font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
	font-weight: 600;
	position: absolute;
	left: -2px;
  	bottom: 100%;
  	padding: 1px 7px;
  	content: '\f4fc  Check';
  	letter-spacing: 0.05em;
    color: #FFF;
}
	
.staff_top {
	width: 100%;
}
	
	
	
.kabuse{
	text-align: center!important;
	margin: 0 auto;
	margin: 20px 0px;
}
    
	
table.kabuse02{
		margin: 30px 0px;
	}
	
table.kabuse02,
table.kabuse02 tr,
table.kabuse02 th,
table.kabuse02 td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.kabuse02 th
{
	background-color: #FC3;
	color: #fff;
	padding: 5px;
	text-align: left;
	vertical-align:middle;
}
table.kabuse02 td
{
	padding: 5px;
}	
	
	
	
	
	
	
    
    }
