/*
Theme Name: hokkaido-dta(北海道歯科技工士会用子テーマ)
Template: biz-vektor
version: ver2025
*/

/* 非表示 */

#footer{display:none} /* フッターロゴ */

#footMenu{display:none} /* フッターメニュー */

.adminEdit {display:none}

/* END@非表示 */

/* clearfix */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* END@clearfix */

/* 画像影 */

.shadowimg {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

/* END@画像影 */

/* 高さ100％ */

html,body,#wrap {
    	height: 100%;
}

#wrap_inner {
    	height: 100%;
   	min-height: 100%;
}

#wrap > #wrap_inner {
    	height: auto;
}

/* END@高さ100％ */

/* mainエリアの幅変更 */

@media (min-width: 970px) { 
	.innerBox{
	width: 960px;
}
	#main #container #content {
    	width: 700px;
	}
}

/* 1カラム調整 */
#main #container #content {
    width: 100%;
    float: none;
}

/* END@mainエリアの幅変更 */

/* リンクホバー */
.navigation a:active, .navigation a:hover{
	color:#6dbd3f;
}

a:hover{
	color: #6dbd3f;
}



/* END@リンクホバー */

/* body */

body{
	background: url(images/common/body_bg_01.jpg);
}

/* END@body */

/* 左右影の付いているdiv */

#wrap_inner{
	max-width: 1060px;
	margin: 0 auto;
	background: white;
	box-shadow:rgba(113, 135, 164, 0.7) 9px 0px 9px -10px,rgba(113, 135, 164, 0.7) -9px 0px 9px -10px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.7) 9px 0px 9px -10px,rgba(113, 135, 164, 0.7) -9px 0px 9px -10px;
	-moz-box-shadow:rgba(113, 135, 164, 0.7) 9px 0px 9px -10px,rgba(113, 135, 164, 0.7) -9px 0px 9px -10px;
}

/* END@左右影の付いているdiv */

/* ヘッダー */

/* header_container */

#header_container{
	max-width: 1060px;
	margin: 0 auto;
}

/* END@header_container */

#header{
	padding-top: 8px;
	border-bottom: none;
}

#headerTop{
	padding: 3px 0;
	border-top: none;
	background-color: #6dbd3f;
}

#headerTop #site-description {
	font-size: 13px;
	color: white;
}

#header #site-title{
}

#header #site-title a img{
	max-height: 80px;
}

#headLink_bottom{
	
}
#head_phone_number{
	float: left;
}
#head_mail{
	float: right;
}

#headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 769px) {
#headerInner {
    display: block;
    padding: 5px 0;
}

}


/* ヘッダー内リンク */

#headLink{
	width: 312px;
	float: right;
	text-align: center;
}

@media (max-width: 769px) { 
	#headLink{
		display: none;
	}
}

ul.header_link{
	width: 312px;
	height: 14px;
	margin-bottom: 30px;
}

ul.header_link li{
	background: url(images/common/header/green_arrow_01.gif) no-repeat 0 4px;
	float: left;
	padding: 0 30px 0 10px;
}

ul.header_link li:last-child{
	padding-right: 0;
}


ul.header_link li a{
	color: #54b323;
	text-decoration: none;
	text-shadow: none;
}

ul.header_link li:after{
	content: "";
	display: block;
	clear: both;
}

/* END@ヘッダー内リンク */

/* END@ヘッダー */

/* グローバルメニュー */

#gMenu{
	background: white;
	border-top: none;
	border-bottom: none;
}

#gMenu .menu{

}

#gMenu .menu-main-menu-container {

}

@media (min-width: 970px) { 
	#gMenu #gMenuInner.innerBox{width: 960px;}
}

#gMenu .menu li{height: 60px;}

@media (min-width: 770px) { 
    #gMenu .menu {
        border: none;
        display: flex !important;
        width: 100%;
    }

	#gMenu .menu > li{
        flex: 1 1 auto;
        width: auto;
    }
}

#gMenu .menu li a{
	padding: 24px 15px 18px 15px;
	font-size: 16px;
	border-right: none;
	border-right: 3px dotted white;
	box-shadow: none;
}

@media (max-width: 930px) { 
	#gMenu .menu li a{
		font-size: 96%;
	}
}

#gMenu .menu li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#gMenu .menu li:last-child {
	border: none;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#gMenu .menu li:last-child a{
	border: none;
}

#gMenu .menu li a strong{
	font-weight: normal;
	text-shadow: none;
}

/* nav背景色 */

#gMenu .menu > li{
	background: #5fb831;
	background: -moz-linear-gradient(top,  #5fb831 0%, #54b323 35%, #54b323 65%, #4ca120 100%);
	background: -webkit-linear-gradient(top,  #5fb831 0%,#54b323 35%,#54b323 65%,#4ca120 100%);
	background: linear-gradient(to bottom,  #5fb831 0%,#54b323 35%,#54b323 65%,#4ca120 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb831', endColorstr='#4ca120',GradientType=0 );
}

#gMenu .menu > li a:hover{
	background: #519d2a;
	background: -moz-linear-gradient(top,  #519d2a 0%, #47981e 35%, #47981e 65%, #418b1b 100%);
	background: -webkit-linear-gradient(top,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	background: linear-gradient(to bottom,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519d2a', endColorstr='#418b1b',GradientType=0 );
}

#gMenu .menu > li:first-child a:hover{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#gMenu .menu > li:last-child a:hover{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#gMenu .menu > li.current_page_item a{
	background: #519d2a;
	background: -moz-linear-gradient(top,  #519d2a 0%, #47981e 35%, #47981e 65%, #418b1b 100%);
	background: -webkit-linear-gradient(top,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	background: linear-gradient(to bottom,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519d2a', endColorstr='#418b1b',GradientType=0 );
}

#gMenu .menu > li.current_page_item:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#gMenu .menu > li.current_page_item:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


#gMenu .menu > li.current_page_ancestor a{
	background: #519d2a;
	background: -moz-linear-gradient(top,  #519d2a 0%, #47981e 35%, #47981e 65%, #418b1b 100%);
	background: -webkit-linear-gradient(top,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	background: linear-gradient(to bottom,  #519d2a 0%,#47981e 35%,#47981e 65%,#418b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519d2a', endColorstr='#418b1b',GradientType=0 );
}

/* END@nav背景色 */

/* サブメニュー */

#gMenu .menu li ul.sub-menu{
	width: 99%;
	background: #ddf6e4;
	opacity: 1;
}

#gMenu .menu li ul.sub-menu li{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ddf6e4;
	border-radius: 0;
}

#gMenu .menu li ul.sub-menu li a{
	padding: 15px 15px 14px 15px;
    line-height: 1.5;
	color: #333;
	font-size: 14px;
	background: #ddf6e4;
	text-align: left;
}

@media (max-width: 969px){

	#gMenu .menu li a{
		padding: 24px 15px 22px 15px;
	}

	#gMenu .menu li ul.sub-menu li a{
		font-size: 12px;
	}

}

#gMenu .menu li:hover li a:hover{
	color: white;
	background-color: #6dbd3f;
	border-radius: 0;
}

@media (max-width: 769px) {

	#gMenu .menu > li{

	}

	#gMenu .menu > li:hover{
			
	}

	#gMenu li{
		position:relative;
	}

	#gMenu li a{
		display:block;
	}

	#gMenu .menu li{
		height: auto;
	}

	#gMenu .menu li ul.sub-menu{
		z-index: 100;
		display:none;
		position:absolute;
		top: 57px;
		left:0px;
		width:100%;
	}

	/* #gMenu .menu li ul.sub-menu li a{
		height:38px;
		line-height:38px;
	} */

	#gMenu .menu li:hover ul.sub-menu{
		display: none;
		background:#E6E4D7;
	}

	#gMenu .menu li a{

	}

	#gMenu .menu > li a:hover{

	}

	#gMenu .menu > li.current_page_item{
	
	}

	#gMenu .menu li ul.sub-menu{
		width: 100%;
		display: none;
	}

	#gMenu .menu li ul.sub-menu li{

	}

	#gMenu .menu li ul.sub-menu li a{

	}

	#gMenu .menu li:hover > ul.sub-menu > li{

	}



	/* #gMenu .menu > li.current_page_item a:first-child{
		border-radius: 0;
	}

	#gMenu .menu > li.current_page_item a:last-child{
		border-radius: 0;
	} */

	#gMenu .menu li:first-child{
		border-radius: 0;
	}

	#gMenu .menu li:last-child{
		border-radius: 0;
	}

}

/* END@サブメニュー */

/* END@グローバルメニュー */

/* レスポンシブメニュー */

#gMenu .assistive-text{
	background-color: #6dbd3f;
}

@media (max-width: 769px) {
	
	#gMenu .menu-main-menu-container {
		border-radius: 0;
		border-top: 1px solid white;
	}

	#gMenu .menu li a{
		padding-left: 44px;
		font-size: 123%;
		line-height: 82%;
		color: white;
		background-color: #6dbd3f;
		border-right: none;
	}
}

/* END@レスポンシブメニュー */

/* パンクズ */

#panList{
	height: 32px;
	background: white;
}

@media (max-width: 769px) {

	#panList{
		display: none;
	}

}

#panList ul{
	padding: 4px 0 0 10px;
}

#panList ul li span{
	font-size: 13px;
	padding-right: 8px;
}

/* END@パンクズ */

/* #main */

#main{
	max-width: 1060px;
	margin: 0 auto;
	background: white;
}

/* END@#main */

/* 新着情報 */

#topBlog ul.entryList li:after{
	content: "";
	display: block;
	clear: both;
}

#topBlog ul.entryList li span{
	float: left;
	padding: 8px 12px;
}

/* END@新着情報 */

/* スライドエリア */

#topMainBnr{
	background-color: white;
	box-shadow: none;
	border-bottom: none;
}

@media (min-width: 660px) {

#topMainBnr{
	padding: 32px 0 54px 0;
}

}

#topMainBnrFrame{
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 969px) {

	#topMainBnrFrame{
		width: 94%;
	}

}


#topMainBnrFrame .slideFrame{
	border: none;
}

#topMainBnrFrame .slideFrame img{
	left: 0;
}

@media (min-width: 970px) {

#topMainBnrFrame{
	width: 960px;
	min-height: 400px;
}

#topMainBnr img{
	width: 960px !important;
}

}

/* テキストアニメーション */

.img_anime {
    	position: absolute;
    	top: 0;
    	left: 0;
    	-webkit-animation-name: fadeIn;
    	animation-name: fadeIn;
    	-webkit-animation-duration: 5s;
    	animation-duration: 5s;
    	-webkit-transition-timing-function: ease-in;
    	transition-timing-function: ease-in;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode: both
}

@media (min-width:481px) {

	.img_anime #text_img_sm{
		display: none;
	}

}

@media (max-width:480px) {

	.img_anime #text_img_lg{
		display: none;
	}

	.img_anime #text_img_sm{
		display: block;
	}

}

@keyframes fadeIn {
    	0% {
        	opacity: 0;
    	}
    	100% {
        	opacity: 1;
    	}
}

/* END@テキストアニメーション */

/* END@スライドエリア */

/* サイドバー */

#main #container #sideTower{
	width: 215px;
	color: #333333;
}

/* サイドバー非表示 */
#main #container #sideTower {
    display: none;
}


@media (max-width: 769px){
	#main #container #sideTower{
		width: 100%;
		margin: 0 auto;
	}
}

/* @media (max-width: 480px){
	#main #container #sideTower{
	margin: 0 auto;
	}
} */

#sideTower .sideWidget{
	margin-bottom: 25px;
	background: #ddf6e4;
	border: 1px dashed #68bc3d;
}

/* ログインエラー */

#sideTower #widget_wpmemwidget-11 #wp-members .err{
	width: 80%;
	margin: 10px auto 0 auto;
	padding: 5px;
	color: #ff3333;
	background: white;
	border: 2px solid #ff3333;
}

/* END@ログインエラー */

#sideTower .sideWidget #wp-members h3{
	width: 173px;
	margin: 19px auto 0 auto;
	padding: 0;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

#sideTower #widget_wpmemwidget-11 #wp-members p{
	width: 80%;
	margin: 0 auto;
	padding: 18px 18px 0 18px;
}

#sideTower #widget_wpmemwidget-11 #wp-members p a.buttons{
	display: block;
	width: 69px;
	margin: 16px 0 14px auto;
	padding: 3px 7px;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac350', endColorstr='#62a63b',GradientType=1 );
	border: none;
	border-radius: 5px;
}

#sideTower #widget_wpmemwidget-12 #wp-members p{
	width: 80%;
	margin: 0 auto;
	padding: 18px 18px 0 18px;
}

#sideTower #widget_wpmemwidget-12 #wp-members p a.buttons{
	display: block;
	width: 69px;
	margin: 16px 0 14px auto;
	padding: 3px 7px;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac350', endColorstr='#62a63b',GradientType=1 );
	border: none;
	border-radius: 5px;
}

#sideTower #widget_wpmemwidget-13 #wp-members p{
	width: 80%;
	margin: 0 auto;
	padding: 18px 18px 0 18px;
}

#sideTower #widget_wpmemwidget-13 #wp-members p a.buttons{
	display: block;
	width: 69px;
	margin: 16px 0 14px auto;
	padding: 3px 7px;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac350', endColorstr='#62a63b',GradientType=1 );
	border: none;
	border-radius: 5px;
}


#sideTower .sideWidget #wp-members form fieldset{
	width: 173px;
	margin: -6px auto 0 auto;
	border: none;
}

#sideTower .sideWidget #wp-members form fieldset .button_div{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#sideTower .sideWidget #wp-members form fieldset .button_div .buttons{
	margin-bottom: 12px;
	padding: 6px 9px;
	font-size: 12px;
	font-weight: bold;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac350', endColorstr='#62a63b',GradientType=1 );
	border: none;
	/* background: url(images/common/side/button_side_login_01.gif); */
}

#sideTower .sectionBox{
	border: 1px dashed #68bc3d;
}

#sideTower #widget-page-42 h3{
	width: 173px;
	margin: 19px auto 14px auto;
	padding: 0;
	border: none;
	background: white;
}

#sideTower #widget-page-42 a{
	text-decoration: none;
}

@media (max-width: 769px) {

	#sideTower .sideWidget #wp-members h3,
	#sideTower #widget-page-42 h3{
	width: 90%;
	margin: 19px auto 14px auto;
	padding: 0;
	border: none;
	background: #6dbd3f;
	text-align: center;
}

}

#sideTower #widget-page-42 h4.headline_heading_01{
	padding: 8px 0 10px 40px;
	color: #6dbd3f;
	font-size: 14px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}

#sideTower #widget-page-42 h4.headline_heading_02{
	padding: 8px 0 10px 40px;
	line-height: 1.4;
	color: #6dbd3f;
	font-size: 13px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}

#sideTower #widget-page-42 h4.headline_heading_03{
	padding: 8px 0 8px 40px;
	color: #6dbd3f;
	font-size: 14px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}

@media (max-width: 769px) {

	#sideTower #widget-page-42 h4{
		max-width: 100%;
		margin: 0 auto;
	}

	#sideTower #widget-page-42 h4.headline_heading_01{
		padding: 8px 0 10px 60px;
		background-position: 34px 10px;
	}

	#sideTower #widget-page-42 h4.headline_heading_02{
		padding: 8px 0 10px 60px;
		background-position: 34px 14px;
	}

	#sideTower #widget-page-42 h4.headline_heading_03{
		padding: 8px 0 8px 60px;
		background-position: 34px 10px;
	}

}

#sideTower #widget-page-42 .HL_inner{
	width: 194px;
	margin: 14px 0 14px auto;
	font-size: 13px;
}

@media (max-width:769px){

	#sideTower #widget-page-42 .HL_inner{
		width: 84%;
		margin: 14px auto 14px auto;
	}

}

#sideTower #widget-page-781 h3{
	width: 173px;
	margin: 19px auto 14px auto;
	padding: 0;
	border: none;
	background: white;
}

#sideTower #widget-page-781 a{
	text-decoration: none;
}

#sideTower #widget-page-781 li{

	 list-style:disc;
	margin-left:10px;
	margin-right:10px;

}

@media (max-width: 769px) {

	#sideTower .sideWidget #wp-members h3,
	#sideTower #widget-page-781 h3{
	width: 90%;
	margin: 19px auto 14px auto;
	padding: 0;
	border: none;
	background: #6dbd3f;
	text-align: center;
}

}

#sideTower #widget-page-781 h4.headline_heading_01{
	padding: 8px 0 10px 40px;
	color: #6dbd3f;
	font-size: 14px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}

#sideTower #widget-page-781 h4.headline_heading_02{
	padding: 8px 0 10px 40px;
	line-height: 1.4;
	color: #6dbd3f;
	font-size: 13px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}

#sideTower #widget-page-781 h4.headline_heading_03{
	padding: 8px 0 8px 40px;
	color: #6dbd3f;
	font-size: 14px;
	background: #ddf6e4;
	background-image: url(images/common/reten_green_01.gif);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}

@media (max-width: 769px) {

	#sideTower #widget-page-781 h4{
		max-width: 100%;
		margin: 0 auto;
	}

	#sideTower #widget-page-781 h4.headline_heading_01{
		padding: 8px 0 10px 60px;
		background-position: 34px 10px;
	}

	#sideTower #widget-page-781 h4.headline_heading_02{
		padding: 8px 0 10px 60px;
		background-position: 34px 14px;
	}

	#sideTower #widget-page-781 h4.headline_heading_03{
		padding: 8px 0 8px 60px;
		background-position: 34px 10px;
	}

}

#sideTower #widget-page-781 .HL_inner{
	width: 194px;
	margin: 14px 0 14px auto;
	font-size: 13px;
}

@media (max-width:769px){

	#sideTower #widget-page-781 .HL_inner{
		width: 84%;
		margin: 14px auto 14px auto;
	}

}

/* 自動生成リンク部分 */

#sideTower .pageListSection{
	background: white;
}

#sideTower .sideWidget h3.localHead{
	width: 173px;
	margin: 19px auto 14px auto;
	padding: 0;
	text-align: center;
	background: white;
    background-color: #6dbd3f;
	border: none;
}

@media (max-width: 769px) {

	#sideTower .sideWidget h3.localHead{
		width: 90%;
		background: #6dbd3f;
	}

	#sideTower .sideWidget li a{
		width: 80%;
		margin: 0 auto;
	}
}

#sideTower .sideWidget li.current_page_item{
	background-color: #ddf6e4;
}

#sideTower .sideWidget li.current_page_item a{
	background-color: #ddf6e4;
}

#sideTower .sideWidget li:hover{
	background-color: #ddf6e4;
}

#sideTower .sideWidget ul.localNavi li a{
	padding: 13px 14px 11px 22px;
	font-size: 13px;
	background: none;
}

#sideTower .sideWidget li a:hover{
	background-color: #ddf6e4;
}

#sideTower .sideWidget li:first-child{
	border-top: 1px solid #ccc;
}

#sideTower .sideWidget li:last-child{
	border-bottom: none;
}

/* END@自動生成リンク部分 */

/* END@サイドバー */

/* コンテンツエリア */

/* 見出し */

#content h1.entryPostTitle{
	color: black;
	border: none;
	border-left: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

#content h1.contentTitle{
	color: black;
	border: none;
	border-left: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

#content h2{
	color: black;
	border: none;
	border-left: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

#content h3{
	border-left: none;
}

#content h4.entryTitle a{
	color: #333;
}

#content .entryTxtBox{
	color: #333;
}

#content .entryTxtBox .moreLink a{
	color: #333;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

/* END@見出し */

#content p,
#content table,
#content dl{
	font-size: 13px;
}

#content dt{
	color: #333;
}

/* テーブル */

#content table{
	border-top: 1px solid #6dbd3f;
}

#content tr th{
	background-color: #ddf6e4;
	border: 1px solid #6dbd3f;
	box-shadow: none;
	vertical-align: middle;
	text-align: center
}

#content tr td{
	border: 1px solid #6dbd3f;
vertical-align: middle;
}

/* 画像挿入用テーブルの場合 */
#content .tableline{
	border-top: none;
}

#content tr .tdline{
	border: none;
vertical-align: middle;
}

/* END@テーブル */

@media (min-width: 970px) {

	#main #container {
    		padding-top: 0;
	}

}

.entry-content{
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-moz-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
}

#content #content-main #widget-page-59{
	margin-bottom: 45px;
	padding: 11px 20px 18px 20px;
	color: #333333;
	line-height: 1.5;
	border: 3px solid #68bc3d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(images/index/hokkaido_about_text_01.png) right 20px center no-repeat;
}

#content #content-main #widget-page-59 h2.about_HDTA{
	padding: 0;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

#content #content-main #widget-page-59 p{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.8;
}

#content #topBlog{
	margin-bottom: 52px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-moz-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
}

#content .content_inner{
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
	-moz-box-shadow:rgba(204, 204, 204, 0.3) 0px 0px 8px 4px;
}

#content .infoList .infoListBox{
	padding: 20px;
}

#content .infoList ul{
	margin: 0 30px;
	font-size: 13px;
}

#content .infoList .infoDate{
	color: #333333;
}

#content .moreLink {
	height: 48px;
}

.home #content #topBlog{
	padding: 20px 0 0 0;
}

@media (max-width: 699px) {

	.home #content #topBlog h2{
		padding-left: 0;
	}

	.home #content #topBlog ul.entryList{
		padding-left: 0;
	}

    #content .infoList ul{
	    margin: 0 20px;
    }

}

#content .infoList ul li .infoCate{
	width: 20%;
}

#content .infoList ul li .infoTxt{
	width: 50%;
}

@media ( max-width:618px ) {

	#content .infoList ul li .infoCate{
	width: 46%;
	}

	#content .infoList ul li .infoTxt{
	width: calc(100% - 15px);
	}

}

#content .infoList ul li .infoTxt a{
	background-image: none;
}

#content .infoList ul li .infoTxt a:hover{
	color: #6dbd3f;
}

@media ( max-width:618px ) {
    #content .infoList ul li .infoTxt a{
	    padding-left: 0;
    }
}

/* 新着情報 */

#content .news_list{
	padding-bottom: 0;
}


#content .news_list h2{
	margin: 0 30px;
	padding: 0 0 10px 8px;
	font-size: 16px;
	color: #f39939;
}

#content .infoList .heading_img_box{
	width: 100%;
	margin: 0 auto;
	padding-top: 3.225806451612903%;
	position:absolute;
	top: -15px;
	background: url(images/index/heading_news_01.png) center no-repeat;
	background-size: contain;
}

@media (max-width: 969px){

	#content .infoList .heading_img_box{
		padding-top: 2.197802197802198%;
		position:absolute;
		top: -13px;
		background: url(images/index/heading_news_lg_01.png) center no-repeat;
		background-size: contain;
	}

}

@media (max-width: 518px){

    #content .news_list h2{
        margin: 0 15px;
    }

	#content .infoList .heading_img_box{
		position:absolute;
		top: -6px;
	}

}

@media (max-width: 436px){

	#content .infoList .heading_img_box{
		padding-top: 4.878048780487805%;
		position:absolute;
		top: -14px;
		background: url(images/index/heading_news_sm_01.png) center no-repeat;
		background-size: contain;
	}

}

#content .news_list ul li{
	padding: 0 0 0 6px;
	border-bottom: 1px dotted #f39939;
}

#content .news_list ul li .infoDate{
	padding-left: 18px;
	background: url(images/index/dot_news_01.gif) left center no-repeat;
}

#content .news_list .moreLink a{
	width: 114px;
	font-size: 13px;
	color: black;
	background: none;
	box-shadow: none;
	background: url(images/index/w_orange_arrow_01.gif) left center no-repeat;
}

/* END@新着情報 */

/* お知らせ掲示板 */

#content .notice_list{
	padding-bottom: 0;
}

#content .notice_list h2{
	margin: 0 30px;
	padding: 0 0 10px 8px;
	font-size: 16px;
	color: #88b2d1;
}

#content .notice_list .heading_img_box{
	width: 100%;
	margin: 0 auto;
	padding-top: 3.225806451612903%;
	position:absolute;
	top: -15px;
	background: url(images/index/heading_info_01.png) center no-repeat;
	background-size: contain;
}

@media (max-width: 969px){

	#content .notice_list .heading_img_box{
		padding-top: 2.197802197802198%;
		position:absolute;
		top: -13px;
		background: url(images/index/heading_info_lg_01.png) center no-repeat;
		background-size: contain;
	}

}

@media (max-width: 518px){

	#content .notice_list .heading_img_box{
		position:absolute;
		top: -6px;
	}

}

@media (max-width: 436px){

	#content .notice_list .heading_img_box{
		padding-top: 4.878048780487805%;
		position:absolute;
		top: -14px;
		background: url(images/index/heading_info_sm_01.png) center no-repeat;
		background-size: contain;
	}

}

#content .notice_list ul li{
	padding: 0 0 0 6px;
	border-bottom: 1px dotted #88b2d1;
}

#content .notice_list ul li .infoDate{
	padding-left: 18px;
	background: url(images/index/dot_notice_01.gif) left center no-repeat;
}

#content .notice_list .moreLink a{
	width: 150px;
	font-size: 13px;
	color: black;
	background: none;
	box-shadow: none;
	background: url(images/index/w_blue_arrow_01.gif) left center no-repeat;
}

/* END@お知らせ掲示板 */

/* 下層ページ */

#content #topBlog{
	padding: 20px 0;
}

#content .underlayer_list{
	padding: 20px !important;
}

#content .entryTxtBox h4.entryTitle{
	border-bottom: 1px dotted #6dbd3f;
}

#content .entryTxtBox h4.entryTitle img{
    	padding: 0px 0px 3px 6px;
}

#content .infoList .infoListBox{
	border-bottom: 1px solid #6dbd3f;
}

@media ( max-width:618px ) {
    #content .underlayer_list{
	    padding: 20px 0 !important;
    }
}

/* 下層ページ・ページナビ */

.wp-pagenavi{
	text-align: center;
}

.wp-pagenavi span.current{
	margin: 0px 1px;
	padding: 6px 10px;
	font-weight: normal;
	color: #333;
	background-color: #ddf6e4;
	border: 1px solid #6dbd3f;
	border-radius: 3px;
}

.wp-pagenavi a{
	margin: 0px 1px;
	padding: 6px 10px;
	color: #6dbd3f;
	border: 1px solid #6dbd3f;
	border-radius: 3px;
}

.wp-pagenavi a:hover{
	color: #333;
	background-color: #ddf6e4;
	border-color: #6dbd3f;
}


/* END@下層ページ・ページナビ */

/* 新着情報一覧 */

.underlayer_list ul.entryList li span{
	padding: 16px 12px !important;
}

@media ( max-width:618px ) {

	.underlayer_list ul.entryList li span{
		padding: 8px 12px !important;
	}

}

#content #topBlog h2.heading_orange_news{
	margin-bottom: 20px;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #f39939;
	background: url(images/sincyaku_all/ul_heading_news_01.png) center bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px) {

	#content #topBlog h2.heading_orange_news{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #f39939;
		background: url(images/sincyaku_all/ul_heading_news_sm_01.png) left bottom no-repeat;
		background-size: contain;
}

}


/* END@新着情報一覧 */

/* お知らせ掲示板一覧 */

#content #topBlog h2.heading_blue_notice{
	margin-bottom: 20px;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #88b2d1;
	background: url(images/oshirase_all/ul_heading_info_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px) {

	#content #topBlog h2.heading_blue_notice{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #88b2d1;
		background: url(images/oshirase_all/ul_heading_info_sm_01.png) left bottom no-repeat;
		background-size: contain;
}

}

/* END@お知らせ掲示板一覧 */

p.excerpt a{
	text-decoration: none;
}

/* ページャー */

.paging span{
	
}

.paging span.current{
	color: #333 !important;
	background-color: #ddf6e4;
	border: 1px solid #6dbd3f;
}

.paging a{
	color: #6dbd3f;
	border: 1px solid #6dbd3f;
}

.paging a:hover{
	color: #333 !important;
	background-color: #ddf6e4;
}

/* END@ページャー */

/* お知らせ */

.category-oshirase #content h1.contentTitle{
	margin-bottom: 0;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/ul_info/heading_information_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	.category-oshirase #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/ul_info/heading_information_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	.category-oshirase #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/ul_info/heading_information_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@お知らせ */

/* 研修会お知らせ */

.category-ken_info #content h1.contentTitle{
	margin-bottom: 0;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/schedule/heading_schedule_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	.category-ken_info #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/schedule/heading_schedule_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	.category-ken_info #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/schedule/heading_schedule_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@研修会お知らせ */

/* 研修会報告 */

.category-ken_repo #content h1.contentTitle{
	margin-bottom: 0;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/report/heading_report_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	.category-ken_repo #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/report/heading_report_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	.category-ken_repo #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/report/heading_report_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@研修会報告 */

/* 論文募集 */

.category-ron_rec #content h1.contentTitle{
	margin-bottom: 0;
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/monograph/heading_mono_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	.category-ron_rec #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/monograph/heading_mono_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	.category-ron_rec #content h1.contentTitle{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/monograph/heading_mono_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@論文募集 */

/* END@下層ページ */

/* END@コンテンツエリア */

/* 会の概要 */

#content h2.heading_summary{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about/heading_summary_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_summary{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_summary_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_summary{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_summary_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content .child_page_block{
	border: 1px solid #6dbd3f;
}

#content .child_page_block .child_page_blockInner{
	padding: 10px 10px 0 10px;
}

#content .child_page_block h4{
	font-size: 13px;
	margin: 0;
	padding: 0 0 6px 20px;
	border-bottom: 1px dotted #6dbd3f;
	background: url(images/common/dot_green_01.gif) left 0 top 2px no-repeat;
}

#content .child_page_block h4 a{
	padding-left: 0;
	border-left: none;
}

#content .child_page_block h4 a:hover{
	text-decoration: none;
}


#content .child_page_block .childText{
	text-align: left;
}

#content .child_page_block .childText p{
	padding: 8px 20px;
	font-size: 13px;
}

#content .child_page_block .childText .moreLink{
	text-align: right;
}

#content .child_page_block .childText .moreLink a{
	color: #333;
	font-size: 13px;
	margin: 0;
	padding-left: 18px;
	background: url(images/common/triangle_green_01.gif) left center no-repeat;
	box-shadow: none;
}

/* 会長挨拶 */

#content h2.heading_greetings{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about/heading_greetings_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_greetings{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_greetings_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_greetings{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_greetings_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@会長挨拶 */

/* 役員名簿 */

#content h2.heading_officers{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about/heading_officers_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_officers{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_officers_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_officers{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_officers_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@役員名簿 */

/* 地域歯科技工士会会長名簿 */

#content h2.heading_chairman{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about/heading_chairman_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_chairman{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_chairman_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_chairman{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_chairman_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@地域歯科技工士会会長名簿 */

/* アクセス */

#content h2.heading_access{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about/heading_access_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_access{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_access_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_access{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about/heading_access_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content #post-530 dl{
	margin-top: 20px;
}

#content #post-530 dl dt{
	color: #333;
	claer: left;
	float: left;
}

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* END@アクセス */

/* END@会の概要 */

/* 歯科技工士とは */

#content h2.heading_about{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_about_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_about{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_about_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_about{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_about_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* 歯に関するさまざまな人工物を作成する */

#content h2.heading_work{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_work_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_work{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_work_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 457px) {

	#content h2.heading_work{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_work_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@歯に関するさまざまな人工物を作成する */

/* 歯科技工士の資格の範囲 */

#content h2.heading_license{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_license_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_license{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_license_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_license{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_license_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@歯科技工士の資格の範囲 */

/* 歯科技工士の勤務先 */

#content h2.heading_workplace{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_workplace_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_workplace{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_workplace_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_workplace{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_workplace_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@歯科技工士の勤務先 */

/* お口の健康を守る影のスペシャリスト */

#content h2.heading_specialist{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_specialist_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_specialist{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_specialist_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_specialist{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_specialist_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@お口の健康を守る影のスペシャリスト */

/* 歯科技工士として大切なこと */

#content h2.heading_important{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_important_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_important{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_important_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_important{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_important_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@歯科技工士として大切なこと */

/* 歯科技工士になるためには */

#content h2.heading_becomes{
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/about-technician/heading_becomes_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_becomes{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_becomes_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_becomes{
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/about-technician/heading_becomes_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@歯科技工士になるためには */

/* END@歯科技工士とは */

/* 著作権・免責事項 */

#content h2.heading_policy{
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/policy/heading_policy_01.png) left bottom no-repeat;
	background-size: contain;
}

#content h3.heading_copy{
	padding: 12px 15px 8px;
	font-size: 18px;
	color: #333;
	background: url(images/policy/heading_copy_01.png) left bottom no-repeat;
	background-size: contain;
}

#content h3.heading_dis{
	padding: 12px 15px 8px;
	font-size: 18px;
	color: #333;
	background: url(images/policy/heading_dis_01.png) left bottom no-repeat;
	background-size: contain;
}

#content h3.heading_etc{
	padding: 12px 15px 8px;
	font-size: 18px;
	color: #333;
	background: url(images/policy/heading_etc_01.png) left bottom no-repeat;
	background-size: contain;
}

@media(max-width: 436px){
	
	#content h2.heading_policy{
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/policy/heading_policy_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content h3.heading_copy{
		padding: 12px 15px 8px;
		font-size: 18px;
		color: #333;
		background: url(images/policy/heading_copy_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}	

	#content h3.heading_dis{
		padding: 12px 15px 8px;
		font-size: 18px;
		color: #333;
		background: url(images/policy/heading_dis_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content h3.heading_etc{
		padding: 12px 15px 8px;
		font-size: 18px;
		color: #333;
		background: url(images/policy/heading_etc_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* END@著作権・免責事項 */

/* お問い合わせ */

#content h2.heading_inquiry{
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/inquiry/heading_inquiry_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px){

	#content h2.heading_inquiry{
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/inquiry/heading_inquiry_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content #post-63 #inquiry_inner{
	padding: 0 2%;
}

#content #post-63 h4{
	color: #333;
	font-size: 16px;
	border-bottom: none;
}

#content #post-63 p{
	padding: 0 2%;
}

/* dl.side_by_side{
	padding-left: 24px;
	color: #333;
}

#content dl.side_by_side dt{
	clear: left;
	float: left;
	color: #333;
} */

/* お問い合わせフォーム */

.red{
	color: red;
}

#content h2.heading_form{
	font-size: 18px;
	color: #333;
	background: url(images/inquiry/heading_form_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px){

	#content h2.heading_form{
		font-size: 18px;
		color: #333;
		background: url(images/inquiry/heading_form_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#contact_form{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #ddf6e4;
	border-radius: 5px;
}

#contact_form .contact-input-area{
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 0 4%;
}

#contact_form .contact-input-area p{
	width: 98%;
}

#contact_form p:after {
  	content: "";
  	clear: both;
  	display: block;
}

#contact_form .f_left{
	width: 30%;
	float: left;
}

#contact_form .your-name,
#contact_form .your-email,
#contact_form .your-email_confirm {
	width: 60%;
	float: left;
}

#contact_form .your-message{
	width: 94%;
}

@media (max-width: 799px){
	
	#contact_form .f_left{
		width: 100%;
		float: none;
	}

	#contact_form .your-name,
	#contact_form .your-email,
	#contact_form .your-email_confirm{
		width: 100%;
		float: none;
	}

	#contact_form .your-message{
		width: 100%;
	}

}

.content form span.wpcf7-form-control-wrap{
	clear: none;
}

.content form span.wpcf7-not-valid-tip{
	max-width: 260px;
	color: #ff3333;
	background: white;
	border: 2px solid #ff3333;
}

.content form div.wpcf7-validation-errors{
	max-width: 340px;
	margin-top: 0;
	color: #ff3333;
	background: white;
	border: 2px solid #ff3333;
}

#content form input[type="text"]{
	padding: 5px 0;
}

#content form input[type="email"]{
	padding: 5px 0;
}

#content form textarea{
	padding: 5px 0;
}

#contact_form input[type="submit"]{
	margin-top: 0;
	padding: 8px 20px;
	font-size:13px;
	background-color: #f39939;
}

#content form input.wpcf7-submit{
	padding: 8px 20px;
	font-size:13px;
	background-color: #f39939;
}

#contact_form input[type="button"]{
	margin-top: 0;
	padding: 8px 20px;
	font-size:13px;
	background-color: #f39939;
}

#contact_form .sent .contact-input-area{
	display: none;
}

#contact_form .wpcf7c-conf{
	background-color: #D8EFFF;
	border: none;
}





/* END@お問い合わせフォーム */

/* END@お問い合わせ */

/* リンク */

#content h2.heading_link{
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/link/heading_link_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px){

	#content h2.heading_link{
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/link/heading_link_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content h5.heading_link_category{
	font-size: 13px;
	margin: 6px 10px 0 10px;
	padding: 0 0 0 20px;
	color: #333;
	border-bottom: 1px dotted #88b2d1;
	background: url(images/common/dot_blue_01.gif) left center no-repeat;
}

#content ul.linkbox_outer{
	width: 100%;
	margin: 0 auto;
}

#content .linkbox_outer a{
	text-decoration: none;
}

#content ul li.linkbox{
	width: 48%;
	height: 165px;
	margin-right: 3%;
	float: left;
	list-style: none;
	border: 1px solid #88b2d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content ul li.linkbox ul li{
	font-size: 13px;
	margin: 0 0 0 3%;
	padding-top: 0;
	list-style: none;
}

#content ul li.linkbox ul li a{
	padding-left: 18px;
	background: url(images/common/triangle_blue_01.gif) left center no-repeat;
}

/* @media (max-width:677px) {

	#content ul li.linkbox{
	width: 47%;
	margin-right: 0;
	}

	#content ul li.linkbox:first-child{
	margin-right: 4%;
	}

} */

@media (max-width:479px) {
	#content ul li.linkbox{
	width: 98%;
	height: auto;
	margin-right: 0;
	}
}

#content ul li.linkbox:last-child{
	margin-right: 0;
}

/* END@リンク */

/* 会員ページ */

#content .entry-content h1.entryPostTitle{
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #6dbd3f;
	border: none;
	background: white;
	background: url(images/member/heading_login_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px){

	#content .entry-content h1.entryPostTitle{
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #6dbd3f;
	border: none;
	background: white;
	background: url(images/member/heading_login_lg_01.png) left bottom no-repeat;
	background-size: contain;
}

}

@media (max-width: 436px){

	#content .entry-content h1.entryPostTitle{
		background: url(images/member/heading_login_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

/* ログインエリア */

#wpmem_login{
	width: 100%;
	margin: 0 auto;
	float: none;
}

#wpmem_login fieldset{
	margin-top: 0;
	border: none;
	background: #ddf6e4;
	border-radius: 5px;
}

#wpmem_login fieldset label{
	width:33%;
	margin: 4px 0 0 0;
	padding: 10px 0 0 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
	background: none;
}

#wpmem_login fieldset div.div_text{
	width:64%;
	margin-top: 4px;
	padding: 4px 0 3px 0;
	background: none;
}

#wpmem_login fieldset div.div_text input{
	width:90%;
	margin: 7px 18px;
	padding: 0;
}

#wpmem_login .button_div{
	width:64%;
	margin: 8px 0;
	padding: 2px;
	color: #333;
	background: none;
	border: none;
}

#wpmem_login .button_div input#rememberme{
	margin: 0 4px 0 0;
}

#wpmem_login .button_div input.buttons{
	margin: 0 4px 6px 4px;
	padding: 6px 9px;
	font-size: 12px;
	font-weight: bold;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac350', endColorstr='#62a63b',GradientType=1 );
	border: none;
}

#wpmem_login .link-text{
	clear:both;
}

#wpmem_login .link-text a{
	color: #333;
}

@media (max-width: 599px){

	#wpmem_login{
		padding-top: 0;
	}

	#wpmem_login fieldset label{
		width:100%;
		line-height: 1.8;
		padding: 0 0 0 12px;
		float: none;
		-webkit-box-sizing: border-box;
       		-moz-box-sizing: border-box;
         	-o-box-sizing: border-box;
        	-ms-box-sizing: border-box;
            	box-sizing: border-box;
	}

	#wpmem_login fieldset div.div_text{
		width:100%;
		margin-bottom: 8px;
		float: none;
	}

	#wpmem_login fieldset div.div_text input{
		width:92%;
		margin: 7px 10px;
		float: none;
	}

	#wpmem_login .button_div{
		width:100%;
		margin-top: 8px;
	}

}

/* ログインエラー */

#content .wpmem_msg{
	width: 90%;
	margin: 0 auto 35px;
	color: #ff3333;
	border: 2px solid #ff3333;
	background: white;
}
#content .wpmem_msg p{
    margin: 0;
}

/* END@ログインエラー */

/* END@ログインエリア */

/* ログイン中 */

/* END@ログイン中 */

/* END@会員ページ */

/* パスワード再発行ページ */

#content #post-126 h1.entryPostTitle{
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #6dbd3f;
	border: none;
	background: white;
	background: url(images/member/heading_pass_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 436px){

	#content #post-126 h1.entryPostTitle{
		background: url(images/member/heading_pass_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}


/* END@パスワード再発行ページ */

/* 情報公開ページ */

#content #post-16 a{
	color: #333;
}

#content #post-16 h2,
#content h2.heading_disclosure {
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/information/heading_disclosure_01.png) left bottom no-repeat;
	background-size: contain;
}

#content #post-16 h3{
	padding: 12px 15px 8px 15px;
	font-size: 18px;
	color: #333;
	background: url(images/information/heading_topics_01.png) left bottom no-repeat;
	background-size: contain;
}

#content #post-16 h4{
	margin-bottom: 25px;
	padding: 12px 15px 8px 15px;
	font-size: 18px;
	color: #333;
	border-bottom: none;
	background: url(images/information/heading_pr_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px){

	#content #post-16 h2,
    #content h2.heading_disclosure {
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/information/heading_disclosure_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content #post-16 h3{
		padding: 12px 15px 8px 15px;
		font-size: 18px;
		color: #333;
		background: url(images/information/heading_topics_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content #post-16 h4{
		padding: 12px 15px 8px 15px;
		font-size: 18px;
		color: #333;
		border-bottom: none;
		background: url(images/information/heading_pr_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px){

	#content #post-16 h2,
    #content h2.heading_disclosure {
		font-size: 18px;
		color: #6dbd3f;
		background: url(images/information/heading_disclosure_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content #post-16 h3{
		padding: 12px 15px 8px 15px;
		font-size: 16px;
		color: #333;
		background: url(images/information/heading_topics_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

	#content #post-16 h4{
		padding: 12px 15px 8px 15px;
		font-size: 16px;
		color: #333;
		border-bottom: none;
		background: url(images/information/heading_pr_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content #post-16 h5{
	font-size: 13px;
	margin: 6px 10px 0 10px;
	padding: 0 0 0 20px;
	color: #333;
	border-bottom: 1px dotted #f39939;
	background: url(images/common/dot_orange_01.gif) left center no-repeat;
}

#content #post-16 h5.heading_pr_year{
	font-size: 13px;
	margin: 6px 10px 0 10px;
	padding: 0 0 0 20px;
	color: #333;
	border-bottom: 1px dotted #88b2d1;
	background: url(images/common/dot_blue_01.gif) left center no-repeat;
}

#content #post-16 a{
	text-decoration: none;
}

#content #post-16 p.more_detailes{
	font-size: 13px;
	margin: 0 10px 6px 10px;
	padding-top: 8px;
	text-align: right;
}

#content #post-16 p.more_detailes a{
	padding-left: 18px;
	background: url(images/common/triangle_orange_01.gif) left center no-repeat;
}

#content #post-16 li.link_business{
	font-size: 13px;
	margin: 0 0 0 6%;
	padding-top: 0;
	list-style: none;
}

@media (max-width:479px) {
	
	#content #post-16 li.link_business{
		margin: 0 0 0 4%;
	}

}

#content #post-16 li.link_business a{
	padding-left: 18px;
	background: url(images/common/triangle_orange_01.gif) left center no-repeat;
}

#content #post-16 li.link_pr{
	font-size: 13px;
	margin: 0 0 0 4%;
	padding-top: 0;
	list-style: none;
	text-align: left;
}

#content #post-16 li.link_pr a{
	padding-left: 18px;
	background: url(images/common/triangle_blue_01.gif) left center no-repeat;
}

#content ul.orangebox_outer{
	width: 100%;
	margin: 0 auto;
}

#content ul li.orangebox{
	width: 30%;
	margin-right: 4%;
	float: left;
	list-style: none;
	border: 1px solid #f39939;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width:677px) {

	#content ul li.orangebox{
	width: 47%;
	margin-right: 0;
	}

	#content ul li.orangebox:first-child{
	margin-right: 4%;
	}

}

@media (max-width:479px) {
	#content ul li.orangebox{
	width: 98%;
	margin-right: 0;
	}
}

#content ul li.orangebox:last-child{
	margin-right: 0;
}

#content ul.bluebox_outer{
	width: 100%;
	margin: 0 auto;
}

#content ul li.bluebox{
	width: 46%;
	margin-right: 7%;
	float: left;
	list-style: none;
	border: 1px solid #88b2d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width:479px) {
	#content ul li.bluebox{
	width: 98%;
	margin-right: 0;
	}
}

#content ul li.bluebox:last-child{
	margin-right: 0;
}

#content p#get_areader{
	float: right;
	margin-bottom: 0;
	padding: 5px 0;
	line-height: 1.4;
}

#content p#get_areader:after {
  	content: "";
  	clear: both;
  	display: block;
}

#content p#get_areader img{
    	float: right;
	margin-top: 8px;
}

/* END@情報公開ページ */



/* フッター */

#siteBottom{
	padding: 25px 0;
	background-color: #6dbd3f;
}

#siteBottom .innerBox{
	width: 94%;
    display: flex;
    flex-wrap: wrap;

}

@media (min-width: 1060px) { 
	#siteBottom .innerBox{
		width: 1050px;
	}
}

#siteBottom .footer_link {
	display: flex;
    flex: 1 1 auto;
}
#siteBottom .footer_link li {
    padding: 0 10px;
}
#siteBottom .footer_link li:first-child {
    padding-left: 0;
}
#siteBottom .footer_sns_link {
	display: flex;
    justify-content: flex-end;
}
#siteBottom .footer_sns_link li {
    padding: 0 10px;
}
#siteBottom .footer_sns_link li img {
    height: 29px;
}

@media (max-width: 769px) {

#siteBottom .footer_link {
	display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-bottom: 25px;
    width: 100%;
}
#siteBottom .footer_link li {
    flex: 1 1 50%;
    padding: 0;
    font-size: 0.9rem;
    
}
#siteBottom .footer_link li:first-child {
    padding-left: 0;
}
#siteBottom .footer_sns_link {
	display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
    gap: 0 25px
}
#siteBottom .footer_sns_link li {
    padding: 0;
}
#siteBottom .footer_sns_link li img {
    height: 29px;
}

}



#siteBottom #copy{

    width: 100%;
	text-align: left;
	font-size: 13px;
	opacity: 1;
}

@media (max-width:769px) {

	#siteBottom #copy{
        width: 100%;
		text-align: center;
}

}

/* ページトップボタン */

#back-top a{
	width: 115px;
	height: 26px;
	margin-bottom: 95px;
}

#back-top #pagetop{
	width: 115px;
	height: 26px;
}

#back-top #pagetop_sm{
	display:none;
}

@media (max-width: 769px) {

	#back-top a{
		width: 115px;
		height: 26px;
		margin-bottom: 100px;
	}

	#back-top #pagetop{
		width: 115px;
		height: 26px;
	}

	#back-top #pagetop_sm{
		display:none;
	}

}

@media (max-width: 769px) {

	#back-top #pagetop{
		display:none;
	}

	#back-top a{
		width: 48px;
		height: 48px;
        margin-bottom: 35px;
	}

	#back-top #pagetop_sm{
		display: block;
		width: 48px;
		height: 48px;
	}

}

/* END@ページトップボタン */

/* END@フッター */




/* toppage notice 
=============================================== */

#notice-on-covid-19 {
	margin: 35px auto 0;
	width: 950px;
	border: 3px solid #87B2D1;
	padding: 20px 0;
}
#notice-on-covid-19 a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #3677A5;
    text-decoration: none;
}
#notice-on-covid-19 a:hover {
	color: #3677A5;
}

@media (max-width: 970px) {
#notice-on-covid-19 {
	width: auto;
	margin: 20px 25px 0px;
}

}

@media (max-width: 769px) {

#notice-on-covid-19 {
	margin: 20px 15px 10px;
	border: 3px solid #87B2D1;
	padding: 20px 0;
}
#notice-on-covid-19 a {
	font-size: 1.2rem;
}

}

/* covid-19 page
=============================================== */

#content h2.heading_covid-19 {
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/covid-19/heading_covid-19_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_covid-19 {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/covid-19/heading_covid-19_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_covid-19 {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/covid-19/heading_covid-19_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}


/* toppage slider
=============================================== */

#topMainBnrFrame .slideFrame {
	border: none !important;
}

/* side banner
=============================================== */

#side-banner {
	margin: 30px 0;
}
#side-banner div a img {
	opacity: 1;
	transition: .3s;
}
#side-banner div a:hover img {
	opacity: .75;
}



/* membership page
=============================================== */

#content h2.heading_membership {
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/membership/heading_membership_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_membership {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(iimages/membership/heading_membership_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_membership {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/membership/heading_membership_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content .page-keicho h3 {
    margin-bottom: 10px;
}

#content table.table-type-1,
#content table.table-type-1 tr,
#content table.table-type-1 th,
#content table.table-type-1 td {
    all: initial;
    color: #666;
}
#content table.table-type-1 {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
}
#content table.table-type-1 tr {
    display: table-row;
}
#content table.table-type-1 th,
#content table.table-type-1 td {
    display: table-cell;
    padding: 10px;
    border: 1px solid #CCC;
    font-size: 13px;
}
#content table.table-type-1 thead th {
    font-weight: bold;
    text-align: center;
    background-color: #EEE;
}
#content table.table-type-1 tbody th {
    width: 80px;
}
#content table.table-type-1 tbody td {
    text-align: center;
}

@media (max-width: 436px) {

#content table.table-type-1 th,
#content table.table-type-1 td {
    width: 100%;
    white-space: nowrap;
}

}

.page-membership p.last-update {
    margin-bottom: 0 !important;
    text-align: right;
}
ul.ex-list li {
    list-style: none !important;
    text-indent: -1em;
    padding-left: 1em;
}
.membership-calc-form {
    margin: 50px 0;
}
.membership-calc-form .calc-form-sttl {
    margin-top: 15px;
}
.membership-calc-form .calc-form-radio {
    margin-bottom: 15px !important;
    border-bottom: 1px dotted #CCC;
}
.membership-calc-form .calc-form-radio label {
    margin: 10px 0 !important;
}
.membership-calc-form .calc-form-radio .dfield {
    margin-top: 8px !important;
}
.membership-calc-form .calc-form-total-field {
    margin-top: 15px;
}
.membership-calc-form .calc-form-total-field label {
    font-size: 16px;
}
.membership-calc-form .calc-form-total-field input {
    
}


#content table.table-membeship-fee,
#content table.table-membeship-fee tr,
#content table.table-membeship-fee th,
#content table.table-membeship-fee td {
    all: initial;
    color: #666;
}
#content table.table-membeship-fee {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
}
#content table.table-membeship-fee tr {
    display: table-row;
}
#content table.table-membeship-fee th,
#content table.table-membeship-fee td {
    display: table-cell;
    padding: 10px;
    border: 1px solid #CCC;
    font-size: 13px;
}
#content table.table-membeship-fee thead th {
    font-weight: bold;
    text-align: center;
    background-color: #EEE;
}
#content table.table-membeship-fee thead th:nth-child(n+2):nth-child(-n+4) {
    width: 23%;
}
#content table.table-membeship-fee tbody tr.border-2px {
    border-top: 2px solid #CCC;
}
#content table.table-membeship-fee tbody th {
    width: 80px;
}
#content table.table-membeship-fee tbody td {
    vertical-align: middle;
    text-align: center;
}
#content table.table-membeship-fee tfoot td {
    border-top: 2px solid #CCC;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 436px) {

#content table.table-membeship-fee th,
#content table.table-membeship-fee td {
    width: 100%;
    white-space: nowrap;
}

}





#content .page-magazine .magazine-list {
    margin: 35px 0;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 10px;
}
#content .page-magazine .magazine-list li {
    flex: 1 1 30%;
}

@media (max-width: 436px) {

#content .page-magazine .magazine-list {
    margin: 35px 0;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 10px;
}
#content .page-magazine .magazine-list li {
    flex: 1 1 calc(50% - 10px);
}

}




/* work page
=============================================== */

#content h2.heading_work {
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/work/heading_work_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_work {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(iimages/work/heading_work_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_work {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/work/heading_work_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}






/* dental-techs page
=============================================== */

#content h2.heading_dental-techs {
	padding: 12px 15px 8px 15px;
	font-size: 20px;
	color: #6dbd3f;
	background: url(images/dental_techs/heading_dental_techs_01.png) left bottom no-repeat;
	background-size: contain;
}

@media (max-width: 969px) {

	#content h2.heading_dental-techs {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(iimages/dental_techs/heading_dental_techs_lg_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

@media (max-width: 436px) {

	#content h2.heading_dental-techs {
		padding: 12px 15px 8px 15px;
		font-size: 20px;
		color: #6dbd3f;
		background: url(images/dental_techs/heading_dental_techs_sm_01.png) left bottom no-repeat;
		background-size: contain;
	}

}

#content .page-dental-techs h3 {
    margin: 25px 0px 10px;
    padding: 10px 0px 2px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
}
#content .page-dental-techs .dental-techs-item {
    margin-bottom: 25px;
}







/* footer area login form 
=============================================== */

#footer-form {
    clear: both;
}
#footer-form-login {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 20px;
    background: #ddf6e4;
    border: 1px dashed #68bc3d;
}
#footer-form-login fieldset {
    margin: 0;
    border: none;
}
#footer-form-login fieldset .form-items01 {
    display: flex;
    flex-wrap: wrap;
}
#footer-form-login fieldset .form-items01 .form-user,
#footer-form-login fieldset .form-items01 .form-pass {
    display: flex;
    align-items: center;
    width: 44%;
}
#footer-form-login fieldset .form-items01 .form-user .div_text,
#footer-form-login fieldset .form-items01 .form-pass .div_text  {
    padding-left: 8px;
    flex: 1;
}
#footer-form-login fieldset .form-items01 .form-user label,
#footer-form-login fieldset .form-items01 .form-pass label {
    flex: 0 0 auto;
}
#footer-form-login fieldset .form-items01 .form-user .div_text input,
#footer-form-login fieldset .form-items01 .form-pass .div_text input {
    width: calc(100% - 30px);
}
#footer-form-login fieldset .form-items01 .form-button {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 12%;
}
#footer-form-login fieldset .form-items01 .form-button input {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
}
#footer-form-login fieldset .form-items02 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
#footer-form-login fieldset .form-items02 .form-rememberme {
    margin-right: 15px;
}
#footer-form-login fieldset .form-items02 .form-rememberme label {
    cursor: pointer;
}
#footer-form-login .wpmem_msg {
    all: revert;
    margin: 15px 0;
    padding: 20px 0;
    border: 1px solid #F00;
    border-radius: 3px;
    text-align: center;
    background: #FFF;
    color: #F00;
}



#footer-form-logout {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 20px;
    background: #ddf6e4;
    border: 1px dashed #68bc3d;
}
#footer-form-logout p.login_status {
    text-align: center;
}
#footer-form-logout p.login_status {
    color: #333;
}
#footer-form-logout p.login_status br {
    display: none;
}
#footer-form-logout p.login_status a {
    margin-left: 5px;
}


@media (max-width: 769px) {

#footer-form-login {
    width: calc(100% - 40px);
    margin: 0 0 20px;
    padding: 20px;
    background: #ddf6e4;
    border: 1px dashed #68bc3d;
}
#footer-form-login fieldset .form-items01 {
    display: flex;
    flex-wrap: wrap;
}
#footer-form-login fieldset .form-items01 .form-user,
#footer-form-login fieldset .form-items01 .form-pass {
    display: flex;
    align-items: center;
    width: 100%;
}
#footer-form-login fieldset .form-items01 .form-user .div_text,
#footer-form-login fieldset .form-items01 .form-pass .div_text  {
    padding-left: 15px;
    flex: 1;
}
#footer-form-login fieldset .form-items01 .form-user label,
#footer-form-login fieldset .form-items01 .form-pass label {
    flex: 0 0 6em;
}
#footer-form-login fieldset .form-items01 .form-user .div_text input,
#footer-form-login fieldset .form-items01 .form-pass .div_text input {
    width: calc(100% - 20px);
}
#footer-form-login fieldset .form-items01 .form-button {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#footer-form-login fieldset .form-items01 .form-button input {
    margin: 0;
    padding: 15px 50px;
    font-size: 14px;
	background: #7ac350;
	background: -moz-linear-gradient(left,  #7ac350 0%, #77c24b 70%, #62a63b 100%);
	background: -webkit-linear-gradient(left,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
	background: linear-gradient(to right,  #7ac350 0%,#77c24b 70%,#62a63b 100%);
}
#footer-form-login fieldset .form-items02 {
    margin-top: 10px;
    display: block;
    text-align: center;
}
#footer-form-login fieldset .form-items02 .form-rememberme {
    margin: 0 0 15px 0;
}
#footer-form-login fieldset .form-items02 .form-rememberme label {
    cursor: pointer;
}
#footer-form-login .wpmem_msg {
    all: revert;
    margin: 15px 0;
    padding: 20px 0;
    border: 1px solid #F00;
    border-radius: 3px;
    text-align: center;
    background: #FFF;
    color: #F00;
}



#footer-form-logout {
    width: calc(100% - 40px);
    margin: 0 0 20px;
    padding: 20px;
    background: #ddf6e4;
    border: 1px dashed #68bc3d;
}
#footer-form-logout p.login_status {
    text-align: center;
}
#footer-form-logout p.login_status {
    color: #333;
}
#footer-form-logout p.login_status br {
    display: block;
}
#footer-form-logout p.login_status a {
    display: inline-block;
    margin: 10px 0 0 0;
}


}

