@charset "UTF-8";

/*
	main.css トップページ用CSS
	main01.css リストindex.html、<ryojyutsu>全ページ、<kenkyu>全ページ
	main02.css リスト 各県の療術者リスト
	main02.css リストlist.html
*/



/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,#navigation,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,#navigation,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#4d4d4d;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#ffffff;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

#main {
	box-sizing: border-box;
	float:left;
	width:68%;
	padding:10px;
}

#sub {
	box-sizing: border-box;
	float:right;
	width:30%;
	padding-top:10px;
}

footer {
	margin:0 auto;
}

a {
	color:#737c0d;
	text-decoration:none;
}
a:hover {
	color:#cccc14;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin:35px 0 20px 0;
	padding:2px 5px;
	color:#4d4d4d;
	font-weight: bold;
}

h3 {
	position: relative;
	margin-bottom:20px;
	font-size:21px;
	padding: 6px;
	border: 1px solid #d3d3d3;
	color: #737c0d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}

h4 {
	margin:35px 0 20px 0;
	padding:2px 5px;
	color:#4d4d4d;
	font-weight: bold;
	border-left: 5px solid #737c0d;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}

p {
	margin:0 0 1em 0;
	line-height: 150%;
	letter-spacing: 0.05em;
	margin-left: 10px;
	margin-right: 10px;
}

img {
	vertical-align:bottom;
}

strong {
	font-weight:bold;
	color:#d45451;
}

ul,ol,dl {
	margin:0 0 1em 0;
}

li {
	margin-left:10px;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
td {
	padding:10px;
	text-align:left;
}

.red {
	color:#ff4500;
	font-weight: bold;
}

/* テキストマージン*/
.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
	}

/* 太字テキスト*/
.tx_b {
	font-weight:bold;
	}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin: 0px;
	padding: 0px;
	position:relative;
	background:#ffffff;
}

header h1 {
	padding:0;
}

.summary {
	margin:0;
	padding:10px;
	color:#ddd;
	background:#23292f;
}

/* ロゴ　横並び*/

.twoCol {
	width: 90%;
	margin:0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.twoCol_01 {
	text-align: left;
}
.twoCol_02 {
	text-align: right;
}


.twoCol_01 img{
	width: 65%;
	text-align: left;
}
.twoCol_02 img{
	width: 65%;
	text-align: right;
}

.twoCol img:hover {
	opacity: 0.5;
}
/*================================================
 * ナビゲーション
 ================================================*/
#navigation{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation h2{
	margin: 0;
	padding: 8px 5px 5px;
	background: #737c0d;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
#menu h2{
	background: #737c0d;
}
#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f5f4ea;
}
#menu ul{
	border-color: #737c0d;
}

#navigation ul li{
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation ul li.l_top a{
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #737c0d;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}

#navigation ul li.l_blank a{
	display: block;
	margin: 0;
	padding: 8px 30px;
	color: #333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}

#navigation ul li.l_list a{
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}
#navigation li a:hover{
	background: #eee;
}
#toggle{ display: none; }

/*================================================
 * ナビゲーション　タブレット
 ================================================*/
@media only screen and (max-width: 979px) {
	#navigation{
		float: none;
    		width: 100%;
    		background: #ebe7d2;
  	}

  	#menu {
		display: none;
		position: relative;
	}

  	#menu:after {
   		position: absolute;
    		content:"";
    		bottom: 0;
    		left: 0;
    		width: 100%;
    		height: 1px;
    		background: #d6cea3;
  	}

  	#navigation h3{
    		clear: both;
    		position: relative;
   		z-index: 9999;
	}

  	#navigation ul{
    		margin-bottom: -1px;
    		border-left-width: 3px;
    		border-right-width: 3px;
    		border-right-style: solid;
    		background: #ebe7d2;
  	}

  	#navigation ul:before,
  	#navigation ul:after{
    		content: "";
    		display: table;
  		}
  	#navigation ul:after{ clear: both; }
  	#navigation ul{ *zoom: 1; }
  	#navigation ul li{
    		float: left;
    		width: 100%;
    		box-sizing: border-box;
    		border-right: 1px solid #d6cea3;
    		border-bottom: 1px solid #d6cea3;
  	}

  	#navigation ul li{
		border-right: 0;
		}

  	#navigation ul li a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_top a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_blank a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_list a{
    		text-align: center;
    		padding: 12px 0px;
  	}


  	#navigation ul li a:hover{
		background: #f5f4ea;
	}

  	#toggle{
    		display: block;
    		position: relative;
    		width: 100%;
    		background: #222;
  	}

  	#toggle a{
    		display: block;
    		position: relative;
    		padding: 15px 0 10px;
    		color: #fff;
    		text-align: center;
    		text-decoration: none;
  	}

  	#toggle:before{
    		display: block;
    		content: "";
    		position: absolute;
    		top: 50%;
    		left: 10px;
    		width: 20px;
    		height: 20px;
    		margin-top: -10px;
    		background: #fff;
  	}

  	#toggle a:before, #toggle a:after{
    		display: block;
    		content: "";
    		position: absolute;
    		top: 50%;
    		left: 10px;
    		width: 20px;
    		height: 4px;
    		background: #222;
  	}

  	#toggle a:before{
		margin-top: -6px;
	}

  	#toggle a:after{
		margin-top: 2px;
	}
}
/*================================================
 * ナビゲーション スマホ
 ================================================*/
@media only screen and (max-width: 767px) {
  	#navigation ul li{
		width: 100%;
	}
  	#navigation ul li{
		border-right: 0;
	}
}

@media only screen and (max-width: 479px) {
  	#navigation ul li{
    		float: none;
    		width: 100%;
  	}
}

/*================================================
 *  イベント
 ================================================*/
.event{
	width:100%;
}

.event img{
	padding:20px 0;
	width:100%;
}

.event img:hover {
	opacity: 0.5;
}

.none{
	width:100%;
}

.none img{
	padding:20px 0;
	width:100%;
}

.none img:hover{
	opacity: 0.5;
}

/*================================================
 *  インページ
 ================================================*/

/* ヘッダ下線*/

.hborder{
	border-bottom: 2px solid rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 rgba(255,255,255,1);
	width:100%;
	height:3px;
	margin-bottom:15px;
}

/* パンくず*/

.pan {
	position: relative;
	margin-bottom:0.5em;
	font-size:12px;
	padding: 2px 0 2px 5px;
	border: 1px solid #d3d3d3;
	color: #737c0d;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}

/* リスト*/

#main ul {
	padding-top:5px;/*リスト上の余白*/
	padding-bottom:5px;/*リスト下の余白*/
	padding-left:20px;/*リスト右の余白*/
	list-style-type: disc;
}

/* ▲TOPへ*/
.gotop {
	text-align:right;
	padding:25px 0;
}

/* 問い合わせ先*/

.ar {
	text-align:right;
}

/* 表*/

.main th, tr, td {
	border: solid 1px #737c0d;
	color: #3f312b;
	font-size:15px;
	letter-spacing: 1px
}

.main th{
	padding: 10px;
}

.main td {
	padding: 10px;
	text-align:left;
}

.main a {
	color:#737c0d;
	text-decoration: none;
}

.main a:hover {
	border-style:none;
	text-decoration: underline;
}

/*================================================
 *  認定者リスト ブロック
 ================================================*/

div.block_left {
	display: inline-block;
	vertical-align: top;
	width:48%;
	left:0;
	margin:0;
	margin-bottom:1em;
	border:none;
}
div.block_right {
	display: inline-block;
	vertical-align: top;
	width:48%;
	right:0;
	margin:0;
	margin-bottom:1em;
	border:none;
}

.block_left th,
.block_right th{
	background-color: #f5f4ea;
	border:solid 1px #737c0d;
}

.block_left td,
.block_right td{
	width:30%;
	text-align:center;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#e6e6e6;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#4d4d4d;
	text-decoration:none;
}
.footmenu a:hover {
	color:#a9a9a9;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#ffffff;
	background:#4d4d4d;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#737c0d;
}
.totop img:hover {
	background:#bdcc14;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.service {
	overflow:hidden;
}
.service ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.service li {
	list-style:none;
	float:left;
	width:18.507%;
	margin:0 1.492% 1.492% 0;
}
.service li img {
	width:100%;
}

.staff {
	overflow:hidden;
}

.staff ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.staff li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.staff li:nth-child(3n+1) {
	clear:both;
}
.staff li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {

	#contents {
		box-sizing: border-box;
		width:100%;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	footer {
		width:100%;
	}

        .none {
		display:none
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	.twoCol {
		width: 70%;
		display: block;
		justify-content: center;
	}


	.twoCol img {
		padding:5px;
		width: 100%;
		text-align:center;
                	}

	.new table {
		width: 100%;
	}
	.new tbody {
		width: 100%;
		border: none;
	}
	.new tr {
		display: block;
		float: left;
		width: 100%;
	}

	.new tr td,
	.new tr th {
		border: none;
		display: block;
		height: auto;
		width: 100%;
	}
	.new th {
		height: auto;
	}

	/* 認定者リストブロック　*/

	div.block_left,
	div.block_right {
		clear:both;
		display: block;
		width:80%;
		margin:0 auto;
	}

	div.block_right{
		padding-top:10px;
			}
	table,tr.block_left,
	table,tr.block_right {
		width:80%;
		margin:0 auto;
	}

	/* パンくず　*/
	.pan {
		width: 95%;
		margin:0.5em auto;
		font-size:14px;
		text-align:center;
	}

}
