@charset "utf-8";

/****************************** 
 *        下層ページ      　　　 *
 ******************************/
/* ヘッダーの上 */
.header-up{
    /* background-color: #666666; */
	background-color: #757575;
    height: 8px;
	margin-top: 0px;
}
.pink-square{
    /* background-color: #FF136C; */
	background-color: #FF4081;
	height: 8px;
    width: 8px;
}
/* ヘッダー */
h1{
    /* color: #FF136C; */
    color: #FF4081;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    }
h2{
    /* color: #666666; */
    color: #757575;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
h2 .ss{
	/* color: #666666; */
	color: #757575;
    font-size: 12px;
    font-weight: normal;
}
.title a:hover{
	text-decoration: none;
}
.title a:focus{
	text-decoration: none;
}

/* メニューバナー */
.contents-back{
	background-color: #311B92;
}
.contents-back .contents{
    background-color: #FFFFFF;
}
.contents .banner:first-child{
    border-left: 1px solid #FFFFFF;
}

/* パンくずリスト */
.breadcrumb {
    background: #ffffff;
    margin-bottom: 0px;
	margin-left: 0;
	padding: 12px 10px;
}
.breadcrumb li a {
	color: #311B92;
    text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb li a:focus {
    text-decoration: underline;
}

/* 右リスト */
.right-contents{
    padding-left: 0px;
    padding-right: 0px;
}
.right-contents ul{
	margin-left: 0px;
    padding-left: 0px;
}
.right-contents li{
	background-image: url(/~dan-jo/kenin/images/dots2.png);
	background-position: 5px 18px;
    background-repeat: no-repeat;
	/* border-bottom: 2px solid #FF136C;
	border-left: 2px solid #FF136C;
    border-right: 2px solid #FF136C;
	border-top: 0px solid #FF136C; */
	border-bottom: 2px solid #FF4081;
	border-left: 2px solid #FF4081;
    border-right: 2px solid #FF4081;
	border-top: 0px;
	list-style: none;
	padding-left: 20px;
	padding-top: 13px;
    height: 50px;
    width: 100%;
}
.right-contents li:first-child{
	background-image: none;
	/* background-color: #FF136C; */
	background-color: #FF4081;
	color: #FFFFFF;
	padding-left: 5px;
}
.right-contents a{
	/* color: #666666; */
	color: #757575;
}
.right-contents a:hover{
	/* color: #FF136C; */
	color: #FF4081;
	font-weight: bold;
}
.right-contents a:focus{
	/* color: #FF136C; */
	color: #FF4081;
	font-weight: bold;
}

/* ボタン */
p.button a{
	display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #311B92;
  color: #FFFFFF;
  border-radius: 3px;
  transition: .4s;
}
p.button a:hover{
    color: #311B92;
  background: #FFFFFF;
  border: solid 2px #311B92;
}
p.button a:focus{
    color: #311B92;
  background: #FFFFFF;
  border: solid 2px #311B92;	
}

/****************************** 
 *            中身       　　　 *
 ******************************/
.article{
	padding-right: 25px;
}
.article h3 {
	background: rgba(36,1,110,0.15);
	border-left: 35px solid #311B92;
	color: #311B92;
	font-size: 25px;
	line-height: 40px;
	margin-top: 0px;
	padding-left:10px;
	position: relative;
}
.article h4 {
	border-bottom: 2px solid #BDBDBD;
    font-size: 20px;
    margin-top: 40px;
	padding-left: 5px;
}
h4 + hr{
    /* border-bottom: 2px solid #FF136C; */
	border-bottom: 2px solid #FF4081;
    margin-left: 200px;
	margin-top: -13px;
}
.article h5 {
	color: #311B92;
	font-size: 18px;
    font-weight: bold;
	margin-top: 30px;
    padding-left: 5px;
}
dt{
    float: left;
	line-height:25px;
    margin-bottom: 0;
	margin-left: 0;
    margin-right: 0;
	margin-top: 0;    
    padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
    padding-right: 0;
    text-align: left;
    width: 170px;
}
.normal-link a {
    color: #212121;
	text-align: right;
    text-decoration: underline;
}
.normal-link a:hover{
	/* background-color: #EDEDED;
	color: #666666; */
	background-color: #BDBDBD;
	color: #FFFFFF;	
}
.normal-link a:focus{
	/* background-color: #EDEDED;
	color: #666666; */
	background-color: #BDBDBD;
	color: #FFFFFF;	
}
.center img{
    display: block;
    margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

/*  全てのお知らせ */
.all-news-style dt{
    float: left;
	background-image: url(/~dan-jo/kenin/images/dots.png);
	background-position: 0px 10px;
    background-repeat: no-repeat;
	/* border-bottom: 1px dashed #EEEEEE; */
	border-bottom: 1px dashed #BDBDBD;
    /* color: #666666; */
	color: #575757;
    line-height:20px;
    padding-bottom: 6px;
    padding-left: 15px;
	padding-right: 0;
    padding-top: 6px;
	text-align: left;
	width: 120px;
}
.all-news-style dd{
	/* border-bottom: 1px dashed #EEEEEE; */
	border-bottom: 1px dashed #BDBDBD;
    line-height:20px;
    padding-bottom: 6px;
    padding-left: 120px;
    padding-right: 0;
    padding-top: 6px;
	text-align: left;
}

/* 事業紹介 */
.banner a:hover  {
    background-color: rgba(36,1,110,0.50);
    text-decoration: none;
}
#pf-dl a{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #311B92;
  color: #FFFFFF;
  border-radius: 3px;
  transition: .4s;
}
#pf-dl a:hover{
  color: #311B92;
  background: #FFFFFF;
  border: solid 2px #311B92;
}
#pf-dl a:focus{
  color: #311B92;
  background: #FFFFFF;
  border: solid 2px #311B92;
}

.greeting-name {
	/* color: #666666; */
	color: #757575;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.greeting-name2 {
    /* color: #666666; */
	color: #757575;
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 0px;
    margin-top: 0px;
	padding: 0px;
}


/* ネットワーク機関について */
.window{
    /* border-color:  #FF136C; */
	border-color:  #FF4081;
	border-left-style: solid;
	border-left-width: 12px;
    /* color: #666666; */
    color: #757575;
    font-weight: bold;
    margin-left: 10px;
}

/* イベント情報 */
.light-pink-b{
    /* background-color: rgba(255,19,108,0.2); */
	background-color: rgba(255,64,129,0.20);
	background-image: none !important;
}
.right-contents-ch{
	background-position: 20px 18px !important;
	padding-left: 35px !important;
}
.right-contents-ch2{
	background-position: 20px 10px !important;
	padding-left: 35px !important;
	padding-top: 5px !important;
}

/* 事業紹介、ネットワーク機関について、イベント情報、活動?成果報告、求人　*/
.summary li{
	background-image: url(/~dan-jo/kenin/images/dots.png)
	background-position: 0px 4px;
    background-repeat: no-repeat;
	list-style: none;
    padding-left: 15px;
}
.summary .summary-summary li{
    background-image: url(/~dan-jo/kenin/images/dots3.png);
    background-position: 0px 12px;
    background-repeat: no-repeat;
	/* border-bottom: 1px dashed #EEEEEE; */
	border-bottom: 1px dashed #BDBDBD;
    line-height: 30px;
	list-style: none;
    margin-left: -30px;
    padding-left: 10px;
}
.summary .summary-summary2 li{
    background-image: url(/~dan-jo/kenin/images/dots3.png);
	background-position: 0px 12px;
    background-repeat: no-repeat;
	/* border-bottom: 1px dashed #EEEEEE; */
	border-bottom: 1px dashed #BDBDBD;
	line-height: 20px;
	list-style: none;
    margin-bottom: 5px;
    margin-left: -30px;
	margin-top: 10px;
    padding-left: 10px;
}

/* イベント情報、求人 */
.event-style dt{
	/* color: #666666; */
	color: #757575;
	float: left;
	line-height:16px;
	margin-bottom: 0;
    margin-left: 0;
	margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 0;
	padding-top: 6px;
    text-align: left;
    width: 80px; 
}
.event-style dd{
    /* border-bottom: 1px dashed #EEEEEE; */
	border-bottom: 1px dashed #BDBDBD;
	line-height:16px;
	margin-bottom: 0;
    margin-left: 0;
	margin-right: 0;
	margin-top: 0;
    padding-bottom: 6px;
    padding-left: 100px;
    padding-right: 0;    
    padding-top: 6px;
	text-align: left;
}
.event-style_new dt{
    /* color: #666666; */
	color: #757575;
	float: left;
	line-height:16px;
	margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	padding-bottom: 6px;
    padding-left: 15px;
	padding-right: 0;
	padding-top: 6px;
    text-align: left;
    width: 80px;
}
.event-style_new dd{
    /* border-bottom: 1px dashed #808080; */
	border-bottom: 1px dashed #757575;
	line-height:16px;
	margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	padding-bottom: 6px;
    padding-left: 100px;
	padding-right: 0;
	padding-top: 6px;
    text-align: left;	
}
.blank {
    margin-bottom: 20px;
	margin-top: -10px;
}

/* 活動?成果報告＞イベント開催報告 */
.event-reports li{
	padding-bottom: 15px ;
	}


/* 活動?成果報告＞広報?メディア掲載 */
.public-relations li{
	background-position: 0px 34px;
	padding-top: 30px ;
}

.public-relations{
    padding-bottom: 22px;
}

/* 活動?成果報告＞刊行物 */
.publication li{
	background-position: 0px 34px;
	padding-top: 30px ;
}

.publication-title{
    padding-bottom: 22px;
}

/* イベント開催報告 */
.date{
    text-align: right;
}


@media (max-width: 960px){
	.right-contents{
		display: none;
	}
}
