@charset "utf-8";
/* CSS Document */

/* topics
-----------------------------------------------------*/

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 20px;
}

#contents #btn_back{
	background: url(image/arrow_btn_back.gif) no-repeat 10px 10px #eb6f00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 97px;
	margin: 0 0 15px auto;
	box-sizing: border-box;
	line-height: 1;
	padding: 12px 0 11px 44px;
	display: block;
}
#contents #btn_back:hover{
	opacity: 0.7;
	cursor: pointer;
}


/* ==============================================
    topics_box
============================================== */
#topics_box{
  margin-bottom: 35px;
}
#topics_box h1,
#topics_box h2{
  color: #e76200;
  font-weight: bold;
  font-size: 20px;
  background: #fbe0c7;
  line-height: 1;
  padding: 15px 26px 12px;
	box-sizing: border-box;
}
#topics_box #btn_topics_list{
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 13px 13px 10px 0;
  box-sizing: border-box;
  background: url(image/arrow_btn_topics_list.gif) no-repeat 11px 11px #eb6f00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 97px;
  text-align: right;
  margin: -44px 3px 3px auto;
}
#topics_box #btn_topics_list:hover{
  opacity: 0.7;
}
#topics_box #topics_list{
  background: #f2ffff;
  padding: 17px 20px;
}
#topics_box dl{
  padding-bottom: 14px;
}
#topics_box dl:last-of-type{
  padding-bottom: 0;
}
#topics_box dl dt{
  display: table-cell;
  padding-right: 1em;
  box-sizing: border-box;
  white-space: nowrap;
  min-width: 150px;
}
#topics_box dl dd{
  display: table-cell;

}
#topics_box dl dd a{
  color: #000;
  text-decoration: none;
}
#topics_box dl dd a:hover{
  text-decoration: underline;
}
#topics_box dl dt .icon_topics_list{
	color: #69aeed;
}
#topics_box p.navi{
	margin-top: 30px;
	text-align: center;
}
#topics_box p.navi a {
  display: inline-block;
  font-size: 18px;
  border: 1px solid #b8c3c9;
  border-radius: 3px;
  color: #555;
  text-decoration: none;
  padding: 5px 12px 5px 12px;
}
#topics_box p.navi a.now {
  color: #FFFFFF;
  background: #006bb6;
}

#topics_container h1{
  color: #e76200;
  font-weight: bold;
  font-size: 20px;
  background: #fbe0c7;
  line-height: 1;
  padding: 15px 26px 12px;
	margin-bottom: 22px;
	box-sizing: border-box;
}
#topics_container #topics_info{
	background: #f2ffff;
	padding: 15px 25px 10px 25px;
  margin-bottom: 20px;
}
#topics_container #topics_info .icon_blue{
	color: #69aeed;
}
#topics_container #topics_info h2{
	font-size: 24px;
  margin-left: 22px;
  font-weight: normal;
}
#topics_container #topics_detail{
	width: 913px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	color: #3c3c3c;
}
#topics_container #topics_detail p {
    margin-bottom: 1em;
}
#topics_container #topics_detail ol {
  margin-left: 1.3em;
  margin-bottom: 2em;
}
#topics_container #topics_detail ul {
  list-style-type: none;
  margin-left: 1em;
}
#topics_container #topics_detail a {
  color: #3951cd;
  text-decoration: none;
}
#topics_container #topics_detail a:hover{
	text-decoration: underline;
}
#topics_container #topics_detail table {
    margin-bottom: 1em;
}
#topics_container #topics_detail table tr th {
    font-weight: normal;
    vertical-align: top;
}

/* ==============================================
    topics
============================================== */

#topics_container #entryTitle .date {
	padding-top: 8px;
	padding-bottom: 15px;
	line-height: 1.1;
	font-weight: bold;
	color: #014199;
}

#topics_container #entryTitle .date img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

#topics_container #entryText {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;

}
#topics_container #entryText .right{
	text-align: right;
}
#topics_container #entryText a:hover{
	text-decoration: none;
}


#topics_container .poster {
	text-align: center;
	margin-bottom: 30px;

}

#topics_container .pdf,
#topics_container .excel,
#topics_container .word,
#topics_container .ppt {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;

}

#topics_container .pdf {
	background: url(image/file_pdf.gif) no-repeat;
	background-position: 0 0;
}

#topics_container .excel {
	background: url(image/file_excel.gif) no-repeat;
	background-position: 0 0;
}

#topics_container .word {
	background: url(image/file_word.gif) no-repeat;
	background-position: 0 0;
}


#topics_container .ppt {
	background: url(image/file_ppt.gif) no-repeat;
	background-position: 0 0;
}

#topics_container #entryPhoto {
	text-align: center;
	letter-spacing: -.4em;
	margin-left: -10px;
	margin-right: -10px;
}

#topics_container #entryPhoto p {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	max-width: 422px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;

}

#topics_container #entryPhoto p img {
	vertical-align: middle;
	max-width: 422px;
	margin-bottom: 10px;
}


#topics_container .navi {
	text-align: center;
	margin-top: 30px;

}

#topics_container p.navi a {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #b8c3c9;
	border-radius: 3px;
	color: #555;
	text-decoration: none;
	padding: 5px 12px 5px 12px;

}

#topics_container p.navi a:hover {
	background: #CEECFF;
}

#topics_container p.navi a.now {

	color: #FFFFFF;
	background: #006bb6;
}

#topics_container table {
	border-collapse: collapse;
}

#topics_container table th,
#topics_container table td {
	padding: 8px 12px;
	border: solid 1px #eee;
}

#topics_container table th {
	background: #F0F0FF;
}

#topics_container table.nl {
	margin-top: 1em;
}

#topics_container table.nl th,
#topics_container table.nl td {
	border: none;
}

#topics_container .pink { color: #f5696f; }
#topics_container .red { color: #ff0000; }
#topics_container .vermilion { color: #ff5358; }
#topics_container .green { color: #068a2e; }
#topics_container .ygreen { color: #03a032; }
#topics_container .blue { color: #2786e7; }
#topics_container .orange { color: #e6672f; }
#topics_container .purple { color: #8e47f8; }
#topics_container .navy { color: #1b30ad; }



/****************************************************/


@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/
#topics_container #topics_detail{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}


/* ==============================================
    topics
============================================== */
#topics_container #entryPhoto {
	text-align: center;
	letter-spacing: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#topics_container #entryPhoto{
	text-align: center;
}
#topics_container #entryPhoto p {
	display: block;
	vertical-align: top;
	letter-spacing: 0;
	max-width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	display: inline-block;
	text-align: left;
}

#topics_container #entryPhoto p a{
	display: block;
	margin-bottom: -1em;
}
#topics_container #entryPhoto p img {
	vertical-align: middle;
	max-width: 100%;
}

#topics_container .poster img{
	width: 100%;
}

#topics_container table {
	max-width: 100%;
}

#topics_container table img {
	max-width: 100%;
	height: auto;
}



/***************************************************/
}
}
