h1 {
	display:block;
	background:none;
	border:none;
	margin:0;
	padding:0;
}

h2 {
	padding:10px 0 5px 18px;
	border: none;
	font-size:150%;
	background: none;
	color: #29487d;
	
}
h3 {
	border-bottom: #207ac6 2px solid;
	padding: 0 6px 0 6px;
	background: none;
	padding: 0 18px 0 18px;
	margin: 0 20px 8px 18px;
}
.caption {
	width:100%;
	height:129px;
	background:url(/images/top_caption.jpg) no-repeat 95% 0 #FFFEED;
	font-size:135.7%;
	font-weight:normal;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	border:2px #2485E0 solid;
	line-height:1.2;
	text-shadow:1px 1px 0px #FFF,
	-1px 1px 0px #FFF,
	1px -1px 0px #FFF,
	-1px -1px 0px #FFF;
}

.caption span {
	display:table-cell;
	vertical-align:middle;
	height:129px;
	padding:0 5px;
	margin:0;
}

.lastUpdate {
	text-align:right;
	margin:8px 0;
	font-size:78.6%;
}

.information {
	background:#F8F8F8;	
	padding:10px 5px;
	font-size:85.7%;
}

.information dt {
	float:left;
	clear:both;
	min-width:100px;
	margin:0 5px 0 0;
}

.information dt:before {
	content:'・';
}

.information dd {
	overflow:hidden;
	margin:0 0 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 
	重要なお知らせ
+++++++++++++++++++++++++++++++++++++++++++ */
.flex_imp {
	display: flex;
	flex-wrap: nowrap;
}
.flex_imp_img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc5c5;
	min-width: 9em;
}
@media screen and (max-width:768px) {
	.flex_imp {
		flex-direction: column;
	}
	.flex_imp_img {
		flex-direction: row-reverse;
		flex-wrap: nowrap;
	}
}
@media screen and (min-width:769px) {
	.flex_imp {
		flex-direction: row;
	}
	.flex_imp_img {
		flex-direction: column;
		flex-wrap: wrap;
	}
}

.important {
	background-color: white;
	border: red 2px solid;
}


div.important img {
	width: 30px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.imp_notice {
	padding: 0.5em;
}
/*+++++++++++++++++++++++++++++++++++++++++ */


/*+++++++++++++++++++++++++++++++++++++++++++ 
	タブメニュー
+++++++++++++++++++++++++++++++++++++++++++ */
#mainArea #tabset{
	width:100%;
}

#mainArea #tabMenu {
	margin:0;
}

#mainArea #tabMenu li {
	width:16.66%;
	float:left;
	text-align:center;
	/*padding:10px 0 0;*/
	padding:0;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	background-image:none;
	background-color:#F3F2ED;
	border-right:#D0D0D0 1px solid;
	/*font-size:92.8%;*/
	cursor:pointer;
	min-height:42px;
}

#mainArea #tabMenu li:hover {
	text-decoration:underline;
}

#mainArea #tabMenu li:nth-child(3),
#mainArea #tabMenu li:nth-child(4) {
	width:16.6%;
}
#mainArea #tabMenu li:first-child {
	border-left:#D0D0D0 1px solid;
}


#mainArea #tabMenu li span {
	display:block;
	width:100%;
	word-break:keep-all;
	padding:10px 0 4px;
	line-height:1.2;
}

#mainArea #tabMenu li.line2pd span {
	padding:3px 0 4px;
}


#mainArea #tabMenu:after {
	content: ""; 
	display: block; 
	clear: both;
}


#mainArea #tabContents {
	width:100%;
	padding:0 0 5px 0;
	font-size:92.8%;
	margin:0;	
}
#mainArea #tabContents div{
	padding:17px 13px;
	height:300px;
	margin:0 1px 0 0;
	border-top:none;
}

#mainArea #tabContents div.off {
	display:none;
}


#mainArea #tabContents dt {
	min-width:150px;
	margin:0 7px 0 0;
	float:left;
	clear:both;
}

#mainArea #tabContents dd {
	overflow:hidden;
	margin:0 0 5px;
}

@media screen and (max-width:538px) {
	#mainArea #tabContents dt {
		float:none;
	}

	#mainArea #tabContents dd {
		padding-left:1em;
	}
}

/* 2024-06-19 新着スクロール設定 */
div#tabContents>div {
	overflow-y: scroll;
	max-block-size: 300px;
}
/* --- 新着スクロール設定--- */


#mainArea #tabContents dt span {
	min-width:55px;
	vertical-align:middle;
	display:inline-block;
	color:#000;
	text-align:center;
	margin:0 12px 0 0;
	font-size:85%;
}

#mainArea #tabSet.tabColor0 {
	border-color:#79CEFA;
}

#mainArea #tabMenu .tabColor0 {
	border-top:#8ecff1 4px solid;
}

#mainArea #tabMenu .tabColor0.select {
	background:#8ecff1;
}

#mainArea #tabContents .tabColor0 {
	border:#8ecff1 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}

#mainArea #tabset.tabColor1 {
	border-color:#EEDEA5;
}

#mainArea #tabMenu .tabColor1 {
	border-top:#EEDEA5 4px solid;
}

#mainArea #tabMenu .tabColor1.select {
	background:#EEDEA5;
}

#mainArea #tabContents .tabColor1 {
	border:#EEDEA5 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}


#mainArea #tabset.tabColor2 {
	border-color:#B2D9FD;
}

#mainArea #tabMenu .tabColor2 {
	border-top:#B2D9FD 4px solid;
}

#mainArea #tabMenu .tabColor2.select {
	background:#B2D9FD;
}

#mainArea #tabContents .tabColor2 {
	border:#B2D9FD 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}

#mainArea #tabset.tabColor3 {
	border-color:#D3F278;
}

#mainArea #tabMenu .tabColor3 {
	border-top:#D3F278 4px solid;
}

#mainArea #tabMenu .tabColor3.select {
	background:#D3F278;
}

#mainArea #tabContents .tabColor3 {
	border:#D3F278 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}

#mainArea #tabset.tabColor4 {
	border-color:#FEFA8C;
}

#mainArea #tabMenu .tabColor4 {
	border-top:#FEFA8C 4px solid;
}

#mainArea #tabMenu .tabColor4.select {
	background:#FEFA8C;
}

#mainArea #tabContents .tabColor4 {
	border:#FEFA8C 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}

#mainArea #tabset.tabColor5 {
	border-color:#FFAC41;
}
#mainArea #tabMenu .tabColor5 {
	border-top:#FFAC41 4px solid;
}

#mainArea #tabMenu .tabColor5.select {
	background:#FFAC41;
}

#mainArea #tabContents .tabColor5 {
	border:#FFAC41 3px solid;
	border-bottom-width:3px;
	border-top-width:3px;
}


img.koho {
	border:solid 2px #FFA500;
	margin: 0px 16px 0px 16px;
}

@media screen and (max-width:768px) {
	img.koho {
		border:none;
		margin:0px;
	}
}

/* 2022-12-27 */
.oshirase {
	width: 100%;
	background-color: #FFFEED;
	font-weight: normal;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	border: 2px #2485E0 solid;
	border-radius: 10px;
}
/* 2023-11-01 */
.oshirase_bg_pink {
	width: 100%;
	background-color: #FFECEC;
	font-weight: normal;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif";
	border: 2px #2485E0 solid;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.spHidden {
		display: none;
	}
}

div#contents div.inside div#mainArea div#tabContents a:visited {
	color: #000;
}
div#contents div.inside div#mainArea div#tabContents a {
	text-decoration: none;
}

div#contents div.inside div#mainArea div#tabContents a:hover {
	color: #00C;
}
div#contents div.inside div#mainArea div#tabContents a:hover {
	text-decoration: underline;
}



div#contents div.inside div#mainArea div.lnk_more a:visited {
	color: #000;
}
p.lnk {
	padding: 13px;
}


/* 行事講習会情報欄 */
.toph2_mt {
	margin-top: 30px;
}
.top_bg_grey {
	background-color: #f3f3f3;
}
.top_bg_skyblue {
	background-color: #edf5fd;
}
.eventtitle {
	margin-bottom: 5px;
}
.eventinfo {	
	padding:3px 0px 5px 13px;
	font-size: 92.8%;
}
div#contents div.inside div#mainArea div.eventtitle a:visited {
	color: black;
}
div#contents div.inside div#mainArea div.eventtitle a {
	text-decoration: none;
}
div#contents div.inside div#mainArea div.eventtitle a:hover {
	color: #00c;
	text-decoration: underline;
}
.square_event {
	background: white;
	margin:0 12px 0 0;
	min-width: 55px;
	vertical-align: middle;
	display: inline-block;
	color: #000;
	text-align: center;
	font-size: 85%;
	border: solid 1px grey;
}

/* 特出しメニューボタン */
div.menu_list .secondary-nav {
	margin: 5px 10px 6px 10px;
	line-height: 60px;
	background-color: #f1f1f1;
	border: 2px solid #207ac6;
	border-radius: 4px;
}
@media screen and (min-width: 1000px) {
	div.menu_list .secondary-nav {
	width: 400px;
	}
}
@media screen and (max-width: 999px) {
	div.menu_list .secondary-nav {
	width: 300px;
	}
}
.menu_list {
	display: flex;
	flex-wrap: wrap;
	margin: auto auto;
	max-width: 1000px;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
}
div.menu_list div.secondary-nav a.btn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
div.menu_list div.secondary-nav a.btn img {
	width: 30px;
	height: 30px;
}
.btn {
	opacity: 1;
	display: inline-block;
	transition: 0.3s !important;
	padding: 5px 0px 5px 5px;
	min-width: 16em;
	background: url(/common/images/menu_arrow.png) right bottom 9px no-repeat;
}

.btn:hover {
	background-color: #85c3f5;
	color: white;
}
div#contents div.inside div#mainArea div.secondary-nav a:visited {
	color: black;
}
div#contents div.inside div#mainArea div.secondary-nav a.btn {
	text-decoration: none;
}
span.menu_link {
	margin-left: 10px;
	color: #294892;
	font-size: 130%;
}


/* さらにFAMICを知る欄 */

.sns {
	clear: both;
	padding-top: 21px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	
	
}
@media screen and (min-width: 769px) {
	ol.PR_bnr li {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	ol.PR_bnr li {
	float: left;
	width: 45%;
	margin-right: 2.5px;
	margin-left: 2.5px;
	margin-bottom: 6px;
	}
}


ol.PR_bnr li img {
	height: auto;
	border: solid 2px #ccc;
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
ol.PR_bnr li img {
	width: 100%;
	}
}
@media screen and (max-width: 768px) {
ol.PR_bnr li img {
	width: 90%;
	margin-left: 10%;
	}
}
@media screen and (min-width: 769px) {
	.PR_area {
	padding-left: 15%;
	max-width: 900px;
	}
}
@media screen and (max-width: 768px) {
	.PR_area {
	text-align: center;
	}
}

@media screen and (min-width: 769px) {
	.sns {
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	padding-top: 25px;
	padding-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.sns {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 25px;
	}
}
