@charset "utf-8";
/*※文字サイズを「大」にした場合のスタイル
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
/*「小」ボタン設定*/
#fsize ul li#small a::before {
	background: #ccc;	/*背景色*/
	color:#fff;
}
/*マウスオン時の「小」ボタン設定*/
#fsize ul li#small a:hover::before {
	background: #e6ed65;	/*背景色*/
	color:#555;
}
/*「大」ボタン設定*/
#fsize ul li#large a::before {
	background: #e6ed65;	/*背景色*/
	color:#555;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header address .attention{
	left:-1rem;
    margin-left:0;
    padding:0.5rem 0 0.5rem;
}
header address .attention dt {
	width: 5rem;
	font-size:1.1rem;
}
header address .attention dd {
	font-size:1.1rem;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar li a {
	font-size: 1.3rem;
}

/*-------------------------------------------
	メインコンテンツ
--------------------------------------------*/
/*メインコンテンツブロック*/
/*mainコンテンツのh2タグ設定*/
#contents #main h2 { 
	font-size:1.5rem;
}

/*mainコンテンツのh3タグ設定*/
#contents #main h3 { 
	font-size:1.4rem;
}

/*mainコンテンツのh4タグ設定*/
#contents #main h4 { 
	font-size:1.3rem;
}
/*mainコンテンツのh5タグ設定*/
#contents #main h5 { 
	font-size:1.3rem;
}
#contents #main h5.big { 
	font-size:1.6rem !important;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	font-size:1.3rem;
}

#main p.big.mt1rem.c.mentaltel{
	font-size:1.5rem !important;
}

#main .pdf{font-size:1.2rem}
#main .xlsx{font-size:1.2rem }

/*---------------------------
	パンくずリスト
----------------------------*/
/*メニュー１個あたりの指定*/
#main ul.nav li {
	font-size:1.3rem;
}

/*-------------------------------------------------
	トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------*/
/*日付設定*/
#new dt {
	font-size:1.3rem;
}
/*記事設定*/
#new dd {
	font-size:1.3rem;
}
/*-------------------------------------------------
	リンク
---------------------------------------------------*/
#main section.linkarea th{
	font-size:1.6rem !important;
}

/*-------------------------------------------------
	福岡市内の関係機関
---------------------------------------------------*/
#main section.fukuoka h5{
	font-size:1.5rem !important;
}
/*-------------------------------------------------
	テーブル レイアウト 茶色
---------------------------------------------------*/
table thead th, table thead th p{
    font-size:1.3rem !important;
}
table tbody td{
	font-size:1.3rem !important;
}

/*-------------------------------------------
	サブコンテンツ
--------------------------------------------*/
/*段落タグ（p）設定*/
#sub p {
	line-height: 1.6;
}

/*-------------------------------------------
	サブメニュー .submenu（#sub内）
--------------------------------------------*/
#sub nav.submenu li a {
	font-size: 1.3rem;
}

/*------------------------------------------------
	#main内のサブメニュー（サブページで使用）
--------------------------------------------------*/
#main nav ul.menu li {
	font-size: 1.3rem;
}
#main li{
	font-size: 1.3rem;
}
/*-------------------------------------------------
	終了講座
---------------------------------------------------*/
#main section .finished{
	font-size:1.4rem;
}
/*-------------------------------------------
	サブコンテンツ内のメニュー
--------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .bannermenu li a {
	font-size:1.4rem;
	line-height:3;
}
#sub .bannermenu li:nth-child(2) a , #sub .bannermenu li:nth-child(5) a {
	line-height:1.3;
}

/*-------------------------------------------
	サブコンテンツ内のqrcode
--------------------------------------------*/
#sub section.qrcode h4{
	font-size:1.4rem;
}

/*-------------------------------------------
	フォーム設定
--------------------------------------------*/
#form th, #form td {
	font-size:1.3rem !important;
}
input , textarea{
	font-size:1.3rem !important;
}
p.msg {
	font-size:1.4rem !important;
}

/*-------------------------------------------
	トップページ .corona
--------------------------------------------*/
.corona h4 ,.corona div{
	font-size:1.4rem;
}
.corona h4.large.bold.blue{
	font-size:1.8rem;
}

/*-------------------------------------------
	フッター設定
--------------------------------------------*/
/*リンクテキスト、マウスオン時の文字色*/
footer a, footer a:hover {
	font-size: 1.3rem;
	color: #555;
}
/*フッター内のaddress*/
footer .footeraddress address {
	font-size: 1.4rem;
}
footer .footeraddress p {
	font-size: 1.4rem;
	line-height:1.4;
}
/*フッター内のaddress（電話番号の行）タグ*/
footer .footeraddress a.tel {
	font-size: 1.4rem;
}
#copyright small{
	font-size:1.3rem;
}

/*-------------------------------------------
	グローバルナビ、メガドロップ
--------------------------------------------*/
.gnav a {
	font-size: 1.2rem;
}

/*-------------------------------------------
	スキルアップしたい
--------------------------------------------*/
.article__title {
	font-size: 1.5rem !important;
}

.article__status,
.article__date,
.article__text,
.article__subtitle,
.article__btn a,
.article__more a,
.table__th,
.table__td,
.list dt,
.list dd {
	font-size: 1.1rem !important;
}

/*-------------------------------------------
	イベントに参加したい
--------------------------------------------*/
.section__title {
	font-size: 2rem !important;
}

.event__title,
.event__list dt,
.event__list dd,
.section__note,
.event__btn a,
.section__btn a {
	font-size: 1.1rem !important;
}