
/*  BASE STYLES
----------------------------------------------------------------------*/
* {
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.tac {
	text-align: center;
}
a:link {
	color: #007cc8;
}
a:visited {
	color: #920783;
}
a:hover {
	color: #004599;
}
a:active {
	color: #007cc8;
}
figure{
    display: inline-block;
}
figcaption{
    font-size: 11px;
    text-align: center;
    caption-side: bottom;
}
table {
	border-collapse: collapse;
}
th,td {
	padding: 5px 10px;
	border: 1px solid #aaa;
	vertical-align: middle;
}
th {
	font-weight: bold;
	background: #f6ffdd;
}
strong {
	font-weight: bold;
}
em {
	color: #d21412;
}

/* common */

p.notes {
	text-indent: -1em !important;
	margin-left: 1em !important;
}
p {
	margin-bottom: 1em;
}


@media all and (min-width: 641px) {

.pc-anchor {
	margin-top: -60px!Important;
	padding-top: 60px!Important;
}

.inlink {
	margin-top: -60px;
	padding-top: 60px;
}

body {
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border-top: 10px solid #003d89;
}


#header {
	position: relative;
	width: 960px;
	height: 115px;
	margin: 0 auto;
	color: #2361ac;
}
#header ul li#mail {
	position: absolute;
	top: -10px;
	right: 64px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#header ul li#access {
	position: absolute;
	top: -10px;
	right: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#header h1 {
	position: absolute;
	top: 43px;
	left: 5px;
}
#header p.tagline {
	position: absolute;
	top: 23px;
	left: 10px;
	font-size: 85%;
}
#header div {
	position: absolute;
	top: 70px;
	left: 375px;
	width: 333px;
}
#header div address {
	float: left;
}
#header div p {
	float: right;
}
#header .pcsite {
	display: none;
}
#gnavi {
	height: 52px;
	background: url(../images/gnav-bar.png) repeat-x;
}
#gnavi ul {
	width: 960px;
	margin: 0 auto;
}
#gnavi li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#gnavi li a {
}
#footer {
	font-size: 92%;
	width: 100%;
	margin: 35px auto 0 auto;
	color: #fff;
	text-align: center;
	background: #368ad7;
	padding: 10px 0;
}

/*  Top
----------------------------------------------------------------------*/
body#top {
	/*background: #fff url(../images/bg-mono-top.jpg) no-repeat 50% 0;*/
}
#top #mainv {
	width: 960px;
	margin: 20px auto 0 auto;
}
#top #mainv li {
	float: left;
	list-style-type: none;
	margin: 0 1px 1px 0;
	padding: 0;
}
#top #mainv li.edge {
	margin: 0 0 1px 0;
}
#top #mainv li img {
	vertical-align: bottom;
}
#top #mainv li .mosaic-overlay img {
	vertical-align: middle;
}
#top #mainv li a:link,
#top #mainv li a:visited {
	color: #fff;
	text-decoration: none;
}

#top #slide{
	margin-bottom:55px;
	width:100%;
	height:383px;
	position:relative;
}
#top #slide #slider{
	width:100%;
	height:383px;
	position:absolute;
	top:0;
	left:0;
}
#top #slide .item{
	width:100%;
	height:383px;
	position:absolute;
}
#top #slide .item img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#top #slide #slider .slide01{
	background:url(../images/mainv/mainv01_r.jpg) no-repeat center center;
	background-size:cover;
}
#top #slide #slider .slide02{
	background:url(../images/mainv/mainv02_r.jpg) no-repeat center center;
	background-size:cover;
}
#top #slide #slider .slide03{
	background:url(../images/mainv/mainv03_r.jpg) no-repeat center center;
	background-size:cover;
}
#top #slide #slider .slide04{
	background:url(../images/mainv/mainv04_r.jpg) no-repeat center center;
	background-size:cover;
}
#top #slide #controller{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:960px;
	height:383px;
	margin:0 auto;
	z-index:30;
}
#top #slide #controller .next a{
	display:block;
	padding:10px 4px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background:url(../images/bxslider/next.png) no-repeat center center;
	width:8px;
	height:14px;
}
#top #slide #controller .prev a{
	display:block;
	padding:10px 4px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background:url(../images/bxslider/prev.png) no-repeat center center;
	width:8px;
	height:14px;
}
#top .bx-wrapper .bx-pager.bx-default-pager a{
	background:url(../images/bxslider/pager-icon.png) no-repeat 0 0;
	width:15px;
	height:15px;
	margin-right:15px;
}
#top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:url(../images/bxslider/pager-icon_on.png) no-repeat 0 0;
}
#top .bx-wrapper .bx-viewport{
	top:-6px;
	margin-bottom:5px;
}

#top #bottom {
	width: 960px;
	margin: 35px auto 0 auto;
}
#top #bottom .left-c {
	width: 676px;
	float: left;
}
#top #bottom .left-c .left {
	width: 320px;
	float: left;
}
#top #bottom .left-c .right {
	width: 320px;
	float: right;
}
#top #bottom .right-c {
	width: 242px;
	float: right;
}

#top #bottom h2 {
	margin-bottom: 10px;
}

#top #bottom-left-wrapper {
	width: 629px;
	margin-right: 33px;
	float: left;
}

#top #news {
	float: left;
	width: 298px;
}
#top #timetable {
	float: left;
	width: 298px;
	margin: 0 0 0 33px;
}
#top #blog {
	float: left;
	width: 270px;
	background: #ebf6fd;
	border: 1px solid #d6e2e8;
	padding: 13px;
	margin-top: 20px;
}

#top #news .inner {
	height: 240px;
	overflow: auto;
}

#top #news dl,
#top #blog dl {
	margin-bottom: 10px;
}
#top #news dt,
#top #blog dt {
	color: #666;
	font-size: 92%;
}
#top #news dd a,
#top #blog dd a {
	display: block;
	background: url(../images/arrow01.png) no-repeat left 0.55em;
	padding-left: 12px;
}
#top #timetable table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#top #timetable table td,
#top #timetable table th {
	text-align: center;
	padding: 5px 10px;
	font-weight: normal;
}
#top #timetable table th:first-child {
	background: #daeffb;
	border-left: none;
}
#top #timetable table td:last-child {
	border-right: none;
}
#top #timetable dt {
	float: left;
	font-weight: bold;
	width: 5.2em;
	background: url(../images/bullet01.png) no-repeat left 0.4em;
	padding-left: 1em;
}
#top #timetable dd {
	margin-left: 6.2em;
}

#top #blog h2 {
	margin: -30px auto 15px auto;
	width: 205px;
}

#top #point {
	margin-bottom: 20px;
}
#top #point li {
	width: 405px;
	list-style-type: none;
	margin: 0 30px 20px ;
}
#top #point li.point01,
#top #point li.point03 {
	clear:both;
	float: left;
}
#top #point li.point02,
#top #point li.point04 {
	float: right;
}
#top #point li h3 {
	margin-top: 10px;
}
#top #point li p.link {
	text-align: right;
}
#top #point li p a {
	background: url(../images/arrow01.png) no-repeat left 0.55em;
	padding-left: 12px;
}

#top #attention {
	font-size: 13px;
	border: 1px solid #F00;
	padding: 10px 6px 5px 12px;
	margin-top: 20px;
	border-radius: 6px;
}

#top #attention h2 {
	margin: 0 0 5px;
}

#top  #recruit {
	font-size: 13px;
	border: 1px solid #639ad0;
	padding: 15px 15px 5px 110px;
	margin-top: 20px;
	border-radius: 6px;
	background: url(../images/h-recruit.png) no-repeat 10px 50%;
	background-size: 80px 80px;
}

#top  #recruit .left {
	float: left;
}

#top  #recruit .doctor {
	float: right;
	margin-top: 1em;
}

#top #recruit-link p a{
	opacity:1.0;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}
#top #recruit-link p a:hover{
	opacity:0.6;
}



/*  Second Level Common Style
----------------------------------------------------------------------*/
.second #mbody {
	width: 960px;
	margin: 0 auto 10px auto;
}
.second #mbody .left-c {
	width: 705px;
	float: left;
}
.second #mbody .right-c {
	width: 225px;
	float: right;
}
.second h2.title {
	width: 960px;
	margin: 0 auto;
	padding: 48px 0 48px 20px;
}
.second h3 {
	margin-bottom: 20px;
}
.second h3.sec {
	margin-top: 70px;
}
.second h4 {
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 15px;
	background: #c6daf0;
}
.second .title-wrapper {
	background: url(../images/bg-white.png);
}
.second .title-b {
	font-size: 150%;
	color: #FFF;
	background: #0066b1 url(../images/title_b.png) top repeat-x;
	padding: 6px 12px;
}
.second .title-b span {
	border-left: 3px solid #FFF;
	padding-left: 14px;
}
.second .right-c #blog {
	background: #ebf6fd;
	border: 1px solid #d6e2e8;
	margin-top: 20px;
	padding: 10px;
}
.second .right-c .recruit-link {
	margin-bottom:30px;
}
.second .right-c #blog dl {
	margin: 10px 0;
}
.second .right-c #blog h2 {
	margin: -30px auto 15px auto;
	width: 205px;
}
.second .right-c #blog dd a {
	display: block;
	background: url(../images/arrow01.png) no-repeat left 0.55em;
	padding-left: 12px;
}
.second .right-c #blog dt {
	color: #666;
	font-size: 92%;
}
.second .right-c #blog .moreblog{
	margin: 20px 0 10px 0;
}
.second .right-c .recruit-link a {
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
	opacity:1.0;
}
.second .right-c .recruit-link a:hover {
	opacity:0.6;
}
.second #footer {
	margin-top: 0;
}
.second .pagetop {
	width: 960px;
	margin: 20px auto 5px auto;
	text-align: right;
}
.second .right-c .pagetop {
	display: none;
}
.second .catch {
	color: #3db270;
	font-weight: bold;
	font-size: 114%;
}
.second .section {
	margin-bottom: 40px;
}

.second #check {
	border: 2px solid #c4d2eb;
	background: #eef7fd;
	padding: 15px;
}
.second #check:hover {
	cursor: pointer;
	background: #deeffb;
}
.second #check .head {
}
.second #check .check {
	float: left;
	height: 60px;
}
.second #check .text {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #007cc8;
	padding: 5px 0 0 20px;
}
.second #check .doctor {
	float: right;
	height: 60px;
	margin: 0;
}
.second #check .doctor img {
	position: relative;
	top: -30px;
}

.second #check .image li {
	position: relative;
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}
.second #check .image li:first-child {
	margin: 0;
}
.second #check .image li img {
	display: block;
}
.second #check .image span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1.4;
	color: #FFF;
	text-decoration: none;
	background:url(../images/bg-black.png);
	padding: 4px 6px;
}
.second #check .anchor {
	margin: 0;
}
.second #check .anchor a {
	text-decoration: none;
	background: url(../images/arrow01.png) no-repeat left 0.4em;
	padding-left: 1em;
}
.second #check2 {
	border: 2px solid #c4d2eb;
	background: #eef7fd;
	padding: 15px;
	margin-top: 15px;
}
.second #check2:hover {
	cursor: pointer;
	background: #deeffb;
}
.second #check2 .text {
	font-size: 16px;
	font-weight: bold;
	color: #007cc8;
	margin:0;
}
.second #check2 .anchor {
	margin: 0;
}
.second #check2 .anchor a {
	text-decoration: none;
	background: url(../images/arrow01.png) no-repeat left 0.4em;
	padding-left: 1em;
}

/*  INFORMATION
----------------------------------------------------------------------*/
body#info {
	/*background: #fff url(../images/bg-mono-top.jpg) no-repeat 50% 0;*/
}
#info h2.title {
	background: url(../info/images/pagetitle-info-en.png) no-repeat right 50%;
}
#info #mbody h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #c6daf0;
}
#info #mbody h3 span {
	font-size: 80%;
}
#info #mbody img {
	max-width: 705px;
}

/*  STAFF
----------------------------------------------------------------------*/
body#staff {
	/*background: #fff url(../staff/images/bg-mono-staff2.jpg) no-repeat 50% 0;*/
}
#staff h2.title {
	background: url(../staff/images/pagetitle-staff-en.png) no-repeat right 50%;
}
#staff .sec-greeting .left {
	float: left;
	width: 450px;
}
#staff .sec-greeting .right {
	float: right;
	width: 205px;
}
#staff .sec-greeting .right p {
	margin-top: 15px;
}

#staff .sec-profile dt {
	float: left;
	font-weight: bold;
	width: 5.2em;
	background: url(../images/bullet01.png) no-repeat left 0.4em;
	padding-left: 1em;
}
#staff .sec-profile dd {
	margin-left: 6.2em;
}
#staff .sec-profile .background {
	margin-bottom: 54px;
}
#staff .sec-profile dl.qualification dt {
	width: 3.2em;
}
#staff .sec-profile dl.qualification dd {
	margin-left: 4.2em;
}
#staff .sec-profile dl.note {
	font-size: 12px;
}
#staff .sec-profile dl.note dt {
	width: 4em;
	font-weight: normal;
	background: none;
	padding: 0;
}
#staff .sec-profile dl.note dd {
	padding: 0;
	margin-left: 4.5em;
	margin-bottom: 6px;
}
#staff .sec-profile .qualification2 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#staff .sec-profile .qualification2 .image li {
	float: left;
	margin-left: 20px;
}
#staff .sec-profile .qualification2 .image li:first-child {
	margin-left: 0;
}
#staff .sec-profile .qualification2 ul.text li {
	float: left;
	min-width: 36%;
}
#staff .sec-essay div.photo {
	margin-bottom: 20px;
}
#staff .sec-essay dl {
	float: right;
	width: 369px;
}
#staff .sec-essay dt {
	font-weight: bold;
	font-size: 114%;
}  
#staff .sec-books div.photo {
	margin-bottom: 20px;
}
#staff .sec-books dl {
	float: right;
	width: 369px;
}
#staff .sec-books dt {
	font-weight: bold;
	font-size: 114%;
}
ul.scrl-content {
	overflow: auto;
	height: 240px;
	padding: 10px;
	border: 1px solid #b4b4b5;
}
#staff .sec-staff .left {
	width: 313px;
	float: left;
}
#staff .sec-staff .right {
	width: 313px;
	float: right;
}
#staff .sec-staff .prof {
	border-left: 4px solid #009fe8;
	padding-left: 10px;
	width: 156px;
	float: left;
	position: absolute;
	bottom: 0;
}
#staff .sec-staff .prof span {
	font-size: 92%;
}
#staff .sec-staff p {
	clear: both;
	padding-top: 10px;
}
#staff .sec-staff .photo {
	width: 130px;
	float: right;
}
#staff .sec-staff .wrap {
	position: relative;
}
    
#staff .sec-essay .photo.pickup .image-box {
    float: left;
    width: 290px;
}
#staff .sec-essay .photo.pickup .image-box .image {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
#staff .sec-essay .photo.pickup .image-box .image:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 84px;
    height: 84px;
    background-image: url("../staff/images/icon-pickup.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 84px auto;
}
    
#staff .sec-books .image-box {
    float: left;
    width: 290px;
}
#staff .sec-books .image-box .image {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}


/*  FACILITIES
----------------------------------------------------------------------*/
body#facilities {
	/*background: #fff url(../facilities/images/bg-mono-facilities.jpg) no-repeat 50% 0;*/
}
#facilities h2.title {
	background: url(../facilities/images/pagetitle-facilities-en.png) no-repeat right 50%;
}
#facilities .flist{
	margin-top: 40px;
}
#facilities .flist li {
	float: left;
	width: 215px;
	list-style-type: none;
	margin: 0 30px 40px 0;
}
#facilities .flist li.wide1 {
	float: left;
	width: 460px;
}
#facilities .flist li.wide2 {
	float: left;
	width: 460px;
}
	/* ↓ 220217 */
#facilities .flist li.wide3 {
	float: left;
	width: auto;
}
	/* ↑ 220217 */
#facilities .flist li.edge {
	margin-right: 0;
}
#facilities .flist dl {
	margin-top: 10px;
}
#facilities .flist li dt {
	background: url(../images/bullet01.png) no-repeat left 0.5em;
	font-weight: bold;
	font-size: 107%;
	padding-left: 14px;
}
#facilities .cert {
	background: #e9f2f9;
	padding: 20px 30px;
}
#facilities .cert  h3 {
	margin-bottom: 10px;
}
#facilities .cert div {
	float: left;
	width: 500px;
	padding-top: 20px;
}
#facilities .cert img {
	border: 1px solid #ccc;
	float: right;
}
#facilities .cert02 {
	margin-top:20px;
}
#facilities .cert02 .clearfix {
	float:none;
}
#facilities .cert02 div {
	float:left;
	width: 500px;
	padding-top:0;
}
#facilities .cert02 img{
	margin-top:35px;
}
#facilities .cert02 .mark{
	background: url(../images/bullet01.png) no-repeat left 0.5em;
	padding-left: 10px;

}
#facilities .cert02 p.mt0{
	margin-bottom:0;
}
#facilities .cert02 .fs12{
	font-size:12px;
}
#facilities .clearboth{
	clear:both;
}
    
#facilities .cert03 {
	background: #e9f2f9;
	padding: 20px 30px;
}
#facilities .cert03  h3 {
	margin-bottom: 10px;
}
#facilities .cert03 .text-box {
	padding-top: 20px;
}
#facilities .cert03 .image-box {
    width: 650px;
}
#facilities .cert03 .image-box .image{
    margin-bottom: 0;
    float: left;
}

    .clearfix02{
        overflow: hidden;
    }


/* STERILE */

#facilities .sterile-box{
	padding:20px 20px 15px;
	background-color:#eaf6fd;
	
}
#facilities .sterile-box .titles{
	padding:7px;
	color:#2876ca;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	border:1px solid #2876ca;
}
#facilities #fac-sterile .sterile-box dt {
	background: url(../images/bullet01.png) no-repeat left 0.5em;
	font-weight: bold;
	font-size: 107%;
	padding-left: 14px;
}
#facilities #fac-sterile .sterile-box dt.static {
	background:none;
	padding-left:0;
}
#facilities #fac-sterile .sterile-box .desc-box {
	margin-bottom:20px;
}
#facilities #fac-sterile .sterile-box .desc-box .left-box{
	float:left;
	width:261px;
}
#facilities #fac-sterile .sterile-box .desc-box .right-box{
	float:right;
	width:380px;
}
#facilities #fac-sterile .sterile-box .equipment-box .eq-list .left-box{
	float:left;
	width:326px;
}
#facilities #fac-sterile .sterile-box .equipment-box .eq-list .right-box{
	float:right;
	width:326px;
}
	
#facilities #facility-standards .h3{
	padding-botom: 10px;
}
	
#facilities #facility-standards .half-box{
	width: 600px;
	padding-top:0;
	float:none;
	
}
	
#facilities #facility-standards .half-box > .boxl{
	float:left;
	width:280px;
	padding-top:0;
}
#facilities #facility-standards .half-box > .boxr{
	float:right;
	width:280px;
	padding-top:0;
}

/* /STERILE */


/*  PERIODONTAL
----------------------------------------------------------------------*/
body#periodontal {
	/*background: #fff url(../periodontal/images/bg-mono-periodontal.jpg) no-repeat 50% 0;*/
}
#periodontal h2.title {
	background: url(../periodontal/images/pagetitle-periodontal-en.png) no-repeat right 50%;
}
#periodontal .catch {
	color: #333;
	text-align: center;
}
#periodontal .checklist {
	margin-left: -17px;
}
#periodontal .catch-peridontal {
	margin: 30px 0;
}
#periodontal .step p img {
	float: left;
	width: 250px;
	margin-right: 50px;
}
#periodontal .step .left {
	float: left;
	width: 250px;
	margin: 0 40px 0 60px;
}
#periodontal .step .right {
	float: right;
	width: 250px;
	margin: 0 60px 0 40px;
}
#periodontal .step dl {
	margin-top: 0;
	margin-bottom:20px;
}
#periodontal .step dt {
	background: url(../images/bullet01.png) no-repeat left 0.5em;
	font-weight: bold;
	font-size: 107%;
	padding-left: 14px;
}
#periodontal .point-width{
	width:342px;
}

/*  CASES
----------------------------------------------------------------------*/
body#cases {
	/*background: #fff url(../cases/images/bg-mono-cases.jpg) no-repeat 50% 0;*/
}
#cases h2.title {
	background: url(../cases/images/pagetitle-cases-en.png) no-repeat right 50%;
}
#cases .link {
	text-align: right;
}
#cases .link a {
	background: url(../images/arrow01.png) no-repeat left 0.55em;
	padding-left: 12px;
}

/*  ACCESS
----------------------------------------------------------------------*/
body#access-index {
	/*background: #fff url(../access/images/bg-mono-access.jpg) no-repeat 50% -10px;*/
}
#access-index h2.title {
	background: url(../access/images/pagetitle-access-en.png) no-repeat right 50%;
}
#access-index .gmap-btn {
	text-align: right;
	width: 551px;
	margin: 10px auto;
}
#access-index .address {
	width: 251px;
	margin: 10px auto;
	background: url(../access/images/access-ph01.jpg) no-repeat;
	padding-left: 300px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

/*  IMPLANT
----------------------------------------------------------------------*/
body#implant {
	/*background: #fff url(../implant/images/bg-mono-implant.jpg) no-repeat 50% 0;*/
}
#implant h2.title {
	background: url(../implant/images/pagetitle-implant-en.png) no-repeat right 50%;
}

#implant .section {
	margin-bottom: 40px;
}

#implant #implant01 .image{
	float: right;
	margin: 0 0 0 30px;
}
#implant #implant02 {
	margin-bottom: 60px;
}
#implant #implant02 .box{
	float: left;
	width: 198px;
	border: 1px solid #D6E2E8;
	background: #EBF6FD;
	padding: 10px;
}
#implant #implant02 h4 {
	line-height: 1.33;
	text-align: center;
	color: #007CC7;
	background: none;
	margin-bottom: 5px;
}
#implant #implant02 .implant0201 {
	margin-right: 25px;
}
#implant #implant02 .implant0203 {
	float: right;
}

#implant #implant03 {
	margin-bottom: 60px;
}
#implant #implant03 .num {
	float: left;
	width: 52px;
}
#implant #implant03 .content {
	float: right;
	width: 630px;
}

#implant #implant03 h4 {
	line-height: 1.33;
	color: #007CC7;
	background: none;
	padding: 0;
	margin: 15px 0 10px;
}

#implant #implant03 .image {
	float: right;
	width: 228px;
}

#implant #implant03 .text {
	float: left;
	width: 380px;
}

#implant #implant04 .note {
	width: 308px;
	border: 1px solid #549DD6;
	background: #F8F9DC;
	padding: 10px;
}

/*  BLOG
----------------------------------------------------------------------*/
body#blog {
	/*background: #fff url(../blog/images/bg-mono-blog.jpg) no-repeat 50% 10px;*/
}
#blog h2.title {
	background: url(../blog/images/pagetitle-blog-en.png) no-repeat right 50%;
}
.second h2.archive-title {
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 15px;
	background: #c6daf0;
}
#blog .article {
	position: relative;
	background: #eef7fd;
	border: 4px solid #c4d2ec;
	margin-bottom: 40px;
	padding: 27px 27px 0 96px;
}
#blog .pagenavi {
	display: none;
}
#blog .article h3 {
	color: #007cc7;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}
#blog .article .date-block {
	background: url(../blog/images/bg-date.gif) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
}

#blog .article .date-block span {
	position: absolute;
	display: block;
	width: 74px;
	color: #fff;
	text-align: center;
}
#blog .article .date-block .day {
	top: 0;
	left: 0;
	font-size: 32px;
}
#blog .article .date-block .month {
	bottom: 2px;
	left: 0;
	font-size: 13px;
}
#blog .article .topdate {
	display: none;
}
#blog .article .entry-footer {
	float: right;
	font-size: 92%;
}
#blog .article .entry-footer span {
	display: block;
	float: left;
	padding: 12px 14px;
	border-left: 1px solid #aaa;
}
#blog .article .entry-footer span:first-child {
	border: 0;
}
#blog .article .entry-footer span:last-child {
	padding-right: 0;
}
#blog .article .entry-footer span.data {
	padding: 0;
}

#blog .right-c h2 {
	margin-bottom: 10px;
	background: #c6daf0;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 107%;
}
#blog .right-c .searchbox {
	border: 1px solid #c2c3c3;
	padding: 20px 10px;
}
#blog .right-c .searchbox .search {
	width: 140px;
}
#blog .right-c div.section {
	margin-bottom: 30px;
}
#blog .right-c li a:link,
#blog .right-c li a:visited {
	text-decoration: none;
}
#blog .right-c li {
	list-style: none outside;
	padding-left: 12px;
	margin: 3px 0;
	background: url(../images/arrow01.png) no-repeat left 0.55em;
}
#blog .right-c li li {
	margin-left: 5px;
}

#blog .page-navi {
	text-align: center;
}
    
    .sessionmovie-box > .boxwrapper{
        display: block;
        min-height: 140px;
        text-decoration: none;
        background-color: #e8f3fa;
        border: 1px solid #036eb8;
        transition-duration:0.3s;
        -webkit-transition-duration:0.3s;
        -moz-transition-duration:0.3s;
        -o-transition-duration:0.3s;
        -ms-transition-duration:0.3s;
    }
    .sessionmovie-box > .boxwrapper:hover {
        filter:alpha(opacity=60); /* IE 6,7*/
        -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
        -moz-opacity:0.6; /* FF , Netscape */
        -khtml-opacity: 0.6; /* Safari 1.x */
        opacity:0.6;
        zoom:1; /*IE*/
    }
    .sessionmovie-box .image-box{
        float: left;
        width: 250px;
    }
    .sessionmovie-box .image-box .image{
        margin-bottom: 0;
        line-height: 0;
    }
    .sessionmovie-box .text-box{
        padding: 15px 15px 12px 280px;
    }
    .sessionmovie-box .text-box .titles{
        margin-bottom: 0 !important;
        color: #036eb8;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
    }
    .sessionmovie-box .text-box .text{
        margin-bottom: 10px;
        color: #585054;
        font-size: 23px;
        font-weight: bold;
        line-height: 1.5;
    }
    .sessionmovie-box .text-box .text .unit{
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        color: #585054;
        font-size: 30px;
        font-weight: normal;
        line-height: 1.5;
    }
    .sessionmovie-box .text-box .links{
        margin-bottom: 0;
        color: #0e75b9;
        font-size: 16px;
        line-height: 1.5;
    }
    .sessionmovie-box .text-box .links .inner{
        display: inline-block;
        padding-left: 14px;
        background-image: url("../images/arrow01_l.png");
        background-position: 0 9px;
        background-repeat: no-repeat;
        background-size: 7px auto;
    }
    
    .apdc-box > .inner{
        padding: 5px 25px;
        background-color: #fff9fa;
        border: 1px solid #f1a1a8;
        border-radius: 6px;
    }
    .apdc-box > .inner{
        display: block;
        color: #e24c5a;
        font-weight: bold;
        text-decoration: underline;
        transition-duration:0.3s;
        -webkit-transition-duration:0.3s;
        -moz-transition-duration:0.3s;
        -o-transition-duration:0.3s;
        -ms-transition-duration:0.3s;
    }
    .apdc-box > .inner:hover {
        filter:alpha(opacity=60); /* IE 6,7*/
        -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
        -moz-opacity:0.6; /* FF , Netscape */
        -khtml-opacity: 0.6; /* Safari 1.x */
        opacity:0.6;
        zoom:1; /*IE*/
    }
    .apdc-box > .inner .image{
        float: right;
        max-width: 100px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .apdc-box > .inner .text{
        margin-bottom: 0;
        padding-top: 25px;
    }
    
    
    /* 220209 */
    .box-type01 {
        background: #e9f2f9;
        padding: 20px 30px;
    }
    .box-type01 .titles {
        padding: 7px;
        color: #2876ca;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background-color: inherit;
        border: 1px solid #2876ca;
    }
    .box-type01 .text-box {
    }
    .box-type01 .image{
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
    }
    .box-type01 figure{
    }
    .box-type01 figcaption,
    .box-type01 .caption{
        font-size: 13px;
        font-weight: bold;
    }
    .box-type01 .dsib-wrapper{
        display: inline-block;
        vertical-align: top;
    }
    /* 220209 */
        

}