/*    
Theme Name: Saposen-Matching_202506
Theme URI: https://fnpo-matching.f-saposen.jp/
Description: NPOと企業等のマッチング事業
Author: 福島地域活動団体サポートセンター	
Author URI: http://f-saposen.jp/
*/

@charset "utf-8";

/* PC・スマホ共通
 ================================================================================ */

/*　リセットCSS
--------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
a {
	text-decoration : none;
	color: #444444;
	border: none;
	outline: none;
}
ul, ol {
	list-style : none;
	margin: 0;
	padding: 0;
}
hr {
	display:block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dashed #cccccc; 
}

/*　基本設定
--------------------------------------------- */
html {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	font-size : 1em;
	line-height: 150%;
	color: #444444;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size-adjust: none;
	-webkit-font-size-adjust: none;
}

/*　フォント・テキスト
--------------------------------------------- */
.fw {	font-weight: 700 !important; }
.fw_n { font-weight: 100 !important; }
.bold { font-weight: bold; }
.tx_r { text-align: right !important; display: block; }
.tx_c { text-align: center !important; }
.tx_l {	text-align: left !important; }
.f_small { font-size: 75% !important; }
.f_midsmall {	font-size: 80% !important; }
.f_mid { font-size: 100% !important; }
.f_midmid {	font-size: 113% !important; }
.f_large { font-size: 160% !important; }

/*　フロート
--------------------------------------------- */
.fl_l { float: left; }
.fl_r { float: right; }
.bloc {	display: block;}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cle { clear: both; }

/*　フッター
--------------------------------------------- */
footer {
	background-color: #dbaf42;
	padding: 3rem 0 0 0;
	text-align: center;
}
footer a {
  color: #ffffff;
}
footer address {
	font-style: normal;
}
footer h1 {
	margin-bottom: 1rem;
}
footer ul li {
	background-color: #ffffff;
	color: #d2744b;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 1rem;
	box-sizing: border-box;
}
footer ul li:nth-of-type(2) {
  padding: 1.5rem 2rem;
}
footer ul li a {
  color: #d2744b;
  display: block;
  padding: 1.5rem 2rem;
}
footer ul + p {
	color: #ffffff;
}
footer p.itaku {
	font-size: 0.9rem;
	font-weight: bold;
	display: block;
	color: #4d3f23;
	background-color: #fff9e9;
	padding: 1rem 0;
	margin-top: 2rem;
}
footer p.itaku span {
	display: inline-block;
	font-weight: normal;
	color: #ffffff;
	background-color: #d2744b;
	padding: 0 0.25rem;
	margin-right: 0.25rem;
}
footer p.copyright {
	font-size: 0.9rem;
	display: block;
	color: #ffffff;
	background-color: #4d3f23;
	padding: 0.5rem 0;
}

/* トップページ - イントロ
---------------------------------------------- */
.sec_intro {
	background: url(image/background.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 3rem;
}
.sec_intro h1 {
	background-color: #ab6343;
	display: inline-block;
}

/* トップページ - ニュース
---------------------------------------------- */
div.news_in { width: 100%; }
.ticker {
	box-sizing: border-box;
  width: 100% !important;
  border: 0 !important;
  padding: 0 !important;
}
.ticker ul li p {
	padding: 0 0.5rem;
}
.ticker ul li p time {
	font-weight: bold;
	margin-right: 1rem;
}

/* トップページ - NPOと企業をつなぐ
---------------------------------------------- */
.sec_about {
	background-color: #ab6343;
	color: #ffffff;
	padding: 2rem 0;
	box-sizing: border-box;
}
.sec_about ul {
	display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-justify-content: center; /* Safari */
  justify-content:         center;
  margin: 2rem;
}
.sec_about ul li {
	margin: 1rem;
}

/* トップページ - ニュースレター 2019.12 報告書へ変更
---------------------------------------------- */
.sec_newsletter {
	background-color: #ffffff;
	padding: 3rem 0;
	box-sizing: border-box;
	width: 60%;
	margin: 2rem auto;
}
.sec_newsletter h2 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5em;
	color: #ffffff;
	background-color: #d2744b;
	padding: 0.5rem;
	margin-bottom: 2rem;
}
.sec_newsletter h3 {
  display: inline-block;
	font-size: 1.1rem;
	margin: 0 auto;
	margin-bottom: 2rem;
  padding: 0 1em 0.5rem 1em;
	border-bottom: 1px solid #cccccc;
  text-align: center;
}
.sec_newsletter p {
	width: 96%;
	margin: 0 auto;
}
.sec_newsletter p:first-of-type {
	margin-bottom: 1rem;
}

/* ページ共通 - 基本設定
---------------------------------------------- */
body.page,
body.category,
body.single {
	text-align: left;
}

/* ページ共通 - 見出し h1
---------------------------------------------- */
.sec_page h1 {
  position: relative;
  padding: 1rem;
	margin-bottom: 3rem;
  background: #efefef;
  font-size: 1.5rem;
}
.sec_page h1 {
	margin: 2rem auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
body.page-id-4 .sec_page h1:before {
  content: url("image/nav/nav-about.svg");
  margin-right: 1rem;
}
body.page-id-16 .sec_page h1:before {
  content: url("image/nav/nav-npo.svg");
  margin-right: 1rem;
}
body.category-news-letter .sec_page h1:before {
  content: url("image/nav/nav-newsletter.svg");
  margin-right: 1rem;
}
body.category-matching-report .sec_page h1:before {
  content: url("image/nav/nav-report.svg");
  margin-right: 1rem;
}
body.category-news .sec_page h1:before,
body.single .sec_page h1:before {
  content: url("image/nav/nav-news.svg");
  margin-right: 1rem;
}

/* ページ共通 - 見出し h2
---------------------------------------------- */
.sec_page h2 {
  clear: both;
	border-bottom: solid 4px #efefef;
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1em;
  font-size: 1.2rem;
}
.sec_page h2:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -4px;
	width: 10%;
}
body.page-id-4 .sec_page h2:after {
	border-bottom: solid 4px #79b072;
}
body.page-id-16 .sec_page h2:after {
	border-bottom: solid 4px #dbaf42;
}
body.category-news-letter .sec_page h2:after {
  border-bottom: solid 4px #d2744b;
}
body.category-matching-report .sec_page h2:after {
  border-bottom: solid 4px #d2744b;
}
body.category-news .sec_page h2:after,
body.single .sec_page h2:after {
  border-bottom: solid 4px #ab6343;
}
body.category-news .sec_page h2 span,
body.single .sec_page h2 span {
  display: inline-block;
  float: right;
  color: #999999;
  font-weight: normal;
}

/* ページ共通 - 見出し h3
---------------------------------------------- */
.sec_page h3 {
	font-weight: normal;
	font-size: 1.1rem;
	color: #ffffff;
	padding: 0.5em;
	margin: 1.5rem 0 1rem 0;
	line-height: 1.3;
	vertical-align: middle;
	border-radius: 25px;
}
.sec_page h3:first-of-type {
  margin-top: 3rem;
}
.sec_page h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.sec_page h3:first-of-type {
  margin-top: 3rem;
}
body.page-id-4 .sec_page h3 {
	background: #79b072;
}
body.page-id-16 .sec_page h3 {
	background: #dbaf42;
}
body.category-news-letter .sec_page h3 {
  background: #d2744b;
}
body.category-matching-report .sec_page h3 {
  background: #d2744b;
}
body.category-news .sec_page h3,
body.single .sec_page h3 {
  background: #ab6343;
}

/* ページ共通 - 見出し h4
---------------------------------------------- */
body.page .sec_page h4 {
  width: 98%;
  font-size: 1.1rem;
  border-bottom: solid 4px #efefef;
  position: relative;
  padding-bottom: 0.25rem;
  margin: 1.5rem auto 1rem auto;
}

body.page-id-4 .sec_page h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #dbaf42;
  bottom: -4px;
  width: 10%;
}

body.page-id-16 .sec_page h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #d2744b;
  bottom: -4px;
  width: 10%;
}

body.category-matching-report .sec_page h4 {
  width: 98%;
  font-size: 1.1rem;
  border-bottom: solid 4px #efefef;
  position: relative;
  padding-bottom: 0.25rem;
  margin: 1.5rem auto 1rem auto;
}

body.category-matching-report .sec_page h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ab6343;
  bottom: -4px;
  width: 10%;
}

/* ページ共通 - 見出し h5
---------------------------------------------- */
body.page .sec_page h5 {
  font-size: 1rem;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.5rem;
}
body.page-id-16 .sec_page h5 {
  margin-left: 1rem;
  border-bottom: 0;
}
body.page-id-16 .sec_page h5:before {
  content: "●";
  margin-right: 0.5rem;
}

/* ページ共通 - 見出後のp
---------------------------------------------- */
.sec_page h3 + p,
.sec_page h4 + p {
	padding: 0 1rem;
	box-sizing: border-box;
}

/* ページ共通 - リスト
---------------------------------------------- */
body.page .sec_page ol,
body.page .sec_page ul {
	width: 96%;
	margin: 0 auto;
}
body.page .sec_page ol > li {
	margin-bottom: 2rem;
}
body.page .sec_page ol li > ul {
	list-style-type: square;
	list-style-position: inside;
	width: 96%;
	margin: 0 auto;
}
body.page .sec_page p {
	margin-bottom: 1rem;
}

/* 参加NPO団体ページ
---------------------------------------------- */
body.page .sec_page ul.ul_npolist {
	width: 96%;
	margin: 0 auto 1rem auto;
}
body.page .sec_page ul.ul_npolist li {
	list-style-position: inside;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	box-sizing: border-box;
}
/*body.page .sec_page ul.ul_npolist li:before {
  content: "\00BB";
  margin-right: 0.5rem;
}*/

/* ニュースレターページ
---------------------------------------------- */
body.category-news-letter .sec_page ul li figure {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
body.category-news-letter .sec_page ul li figure img {
  width: 100%;
}
body.category-news-letter .sec_page ul li h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
body.category-news-letter .sec_page ul li p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
body.category-news-letter .sec_page ul li p img {
  width: 100%;
}

/* 報告書一覧ページ
---------------------------------------------- */
body.category-matching-report .sec_page ul {
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
body.category-matching-report .sec_page ul li {
  list-style-type: none;
  list-style-position: inside;
}
body.category-matching-report .sec_page ul li p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
body.category-matching-report .sec_page ul li p img {
  width: 100%;
}


/* ニュースページ
---------------------------------------------- */
div.news_single_in {
  margin-bottom: 4rem;
}
div.news_single_in p {
  padding: 0 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
div.news_single_in p a {
  border-bottom: 1px solid #333333;
}
/*div.news_single_in p a:before {
  content: "\0bb";
}*/
body.category-news div.news_single_in a.readmore {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  padding: 0.5em 1rem;
  margin: 0 0 3rem 0;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #ab6343;
}
div.post_link {
  text-align: center;
}
div.post_link a span {
  display: inline-block;
  color: #ffffff;
  background: #d2744b;
  padding: 0.5em;
  margin: 1.5rem 0 1rem 0;
  border-radius: 25px;
}

/* ページネーション
---------------------------------------------- */
div.pagination {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  margin-bottom: 3rem;
}

div.pagination span, .pagination a {
  display:block;
  float:left ;
  margin: 2px 2px 2px 0 ;
  padding:6px 9px 5px 9px ;
  text-decoration:none;
  width:auto ;
  color:#fff ;
  background: #666 ;
}

div.pagination a:hover{
  color:#fff ;
  background: #dbaf42;
}

div.pagination .current{
  padding:6px 9px 5px 9px ;
  background: #dbaf42;
  color:#fff ;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
}
ul.bxslider li img {
  width: 100% !important;
  height: auto !important;
}



/* PC専用CSS
================================================================================ */

@media screen and (min-width : 767px) {

body { min-width: 1024px; }


/* ヘッダー
---------------------------------------------- */
header {
  background-color: #ffffff;
  transition: .5s;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  transition: .5s;
}
header.is-fixed nav ul li:first-child img {
  width: 60%;
  transition: .5s;
}
header nav {
  width: 80%;
  min-width: 1024px;
  margin: 0 auto;
}
header nav ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
  line-height: 0;
}
header nav ul li {
  width: 10%;
  text-align: left;
}
header nav ul li img {
  width: 100%;
}
header nav ul li:first-child {
  width: 60%;
  padding-top: 20px;
}
header nav ul li:first-child img {
  width: 70%;
  transition: .5s;
}

/* フッター
---------------------------------------------- */
footer ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
a[href^="tel:"] {
    pointer-events: none;
}

/* トップページ - イントロ
---------------------------------------------- */
.sec_intro figure.slide {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
  box-sizing: border-box;
}
.sec_intro figure.slide > img {
  width: 82%;
  margin-bottom: 2rem;
}
.sec_intro figure.slide figcaption img {
  width: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* トップページ - ニュース
---------------------------------------------- */
.art_news {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  width: 60%;
  min-width: 800px;
  margin: 2rem auto;
  background-color: #ffffff;
}
.art_news h1 {
  padding: 0.5rem;
  box-sizing: border-box;
  height: 50px;
}

/* トップページ - ニュースレター
---------------------------------------------- */
.sec_newsletter {
  min-width: 840px;
}
.sec_newsletter h1 {
  margin-bottom: 4rem;
}
.sec_newsletter figure {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
.sec_newsletter .box_50 {
  float: left;
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
  text-align: left;
}

/* ページ共通 - 基本設定
---------------------------------------------- */
div.page_wrap {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 4rem;
  box-sizing: border-box;
}
body.category-news-letter .sec_page ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  width: 96%;
  margin: 0 auto;
}
body.category-news-letter .sec_page ul li {
  width: 25%;
  box-sizing: border-box;
}


/* bxslider
---------------------------------------------- */
div.bx-wrapper {
    display: inline-block !important;
    left: 50% !important;
    margin-top: 1rem !important;
    margin-left: -320px !important;
}

ul.bxslider li {
  width: 640px !important;
  height: 480px !important;
}


}  


/* スマホ専用CSS
================================================================================ */

@media screen and (max-width: 768px) {

/* ヘッダー
---------------------------------------------- */
header {
  background-color: #ffffff;
  transition: .5s;
  padding-top: 1rem;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  transition: .5s;
  padding-top: 0.25rem;
}
header nav ul {
  line-height: 0;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
header nav ul li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  transition: .5s;
}
header.is-fixed nav ul li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  transition: .5s;
}
header.is-fixed nav ul li:nth-of-type(2) {
  /*margin-left: 10%;*/
  box-sizing: border-box;
  transition: .5s;
}
header nav ul li img {
  width: 100%;
}
header nav ul li:first-child {
  width: 100%;
  display: block;
  padding: 0.5rem;
  box-sizing: border-box;
}

/* フッター
---------------------------------------------- */
footer h1 {
  width: 90%;
  margin: 0 auto;
}
footer h1 img {
  width: 100%;
}
footer ul + p {
  font-size: 4vw;
  line-height: 8vw;
}
footer p.itaku {
  padding: 1rem;
  box-sizing: border-box;
  font-size: 3vw;
  line-height: 6vw;
}
footer p.itaku span {
  clear: both;
  display: block;
  margin: 0.25rem 1rem;
}
footer p.copyright {
  padding: 1rem;
  font-size: 3vw;
  line-height: 6vw;
}

/* トップページ - イントロ
---------------------------------------------- */
.sec_intro figure.slide {
  width: 94%;
  margin: 0 auto 2rem auto;
  padding-top: 2rem;
  box-sizing: border-box;
  position: relative;
}
.sec_intro figure.slide > img {
  width: 100%;
}
.sec_intro figure.slide figcaption {
  position: absolute;
  left: 0.5rem;
  bottom: -0.5rem;
  width: 45%;
}
.sec_intro figure.slide figcaption img {
  width: 100%;
}
.sec_intro h1 {
  background-color: #ab6343;
  display: inline-block;
}

/* トップページ - ニュース
---------------------------------------------- */
.art_news {
  width: 94%;
  margin: 0 auto;
}
.art_news h1 {
  width: 100%;
  text-align: left;
}
.art_news h1 img {
  line-height: 0;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  box-sizing: border-box;
}
#newsticker {
  height: 3rem;
}
#newsticker ul li p {
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}
#newsticker ul li p time {
  display: block;
}

/* トップページ - NPOと企業をつなぐ
---------------------------------------------- */
.sec_about h1 {
  width: 90%;
  margin: 0 auto;
}
.sec_about h1 img {
  width: 100%;
}
.sec_about p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.sec_about ul {
  width: 90%;
  margin: 0 auto;
}
.sec_about ul li {
  width: 50%;
  margin: 1rem 0.5rem;
  box-sizing: border-box;
}
.sec_about ul li img {
  width: 100%;
}

/* トップページ - ニュースレター
---------------------------------------------- */
.sec_newsletter {
  width: 90%;
  margin: 0 auto;
}
.sec_newsletter h1 {
  margin-bottom: 1rem;
}
.sec_newsletter h1 img {
  width: 90%;
  margin: 0 auto;
}
.sec_newsletter figure {
  width: 100%;
  box-sizing: border-box;
}
.sec_newsletter h2 {
  font-size: 5vw;
}
.sec_newsletter h3 {
  font-size: 5vw;
}
.sec_newsletter .box_50 {
  box-sizing: border-box;
  text-align: left;
}
.sec_newsletter .box_50 img {
  width: 100%;
}

/* ページ共通 - 基本設定
---------------------------------------------- */
div.page_wrap {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

/* ページ共通 - 見出し h1
---------------------------------------------- */
.sec_page h1 {
  font-size: 5vw;
}
body.page-id-4 .sec_page h1:before {
  content: "";
  margin-right: 1rem;
  width:60px;
  height:52px;
  background:url(image/nav/nav-about.svg);    
  background-size:contain;
  vertical-align:middle;
}
body.page-id-16 .sec_page h1:before {
  content: "";
  margin-right: 1rem;
  width:60px;
  height:52px;
  background:url(image/nav/nav-npo.svg);    
  background-size:contain;
  vertical-align:middle;
}
body.category-news-letter .sec_page h1:before {
  content: "";
  margin-right: 1rem;
  width:60px;
  height:52px;
  background:url(image/nav/nav-newsletter.svg);    
  background-size:contain;
  vertical-align:middle;
}
body.category-matching-report .sec_page h1:before {
  content: "";
  margin-right: 1rem;
  width:60px;
  height:52px;
  background:url(image/nav/nav-report.svg);    
  background-size:contain;
  vertical-align:middle;
}
body.category-news .sec_page h1:before,
body.single .sec_page h1:before {
  content: "";
  margin-right: 1rem;
  width:60px;
  height:52px;
  background:url(image/nav/nav-news.svg);    
  background-size:contain;
  vertical-align:middle;
}

}


/* プライバシーポリシー
---------------------------------------------- */
.privacy h1 {
  clear: both;
  border-bottom: solid 4px #efefef;
  background: #ffffff;
  position: relative;
  padding: 0 0 0.5rem 0;
  margin-top: 3rem;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.privacy h1:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -4px;
  left: 0;
  width: 10%;
  border-bottom: solid 4px #79b072;
}
.privacy dl {
  margin-top: 3rem;
}
.privacy dt {
  width: 100%;
  font-size: 1.1rem;
  border-bottom: solid 4px #efefef;
  position: relative;
  padding-bottom: 0.25rem;
  margin: 1.5rem auto 1rem auto;
}
.privacy dt:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #dbaf42;
  bottom: -4px;
  width: 10%;
}
.privacy dl + p {
  margin: 4rem 0;
  text-align: right;
}
.privacy dl dd a {
  color: #999999;
  text-decoration: underline;
}





