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

.pankuzu a:link,
.contents-list a:link,
.pagetop a:link,
.pankuzu a:visited,
.contents-list a:visited,
.pagetop a:visited {
	color:#0c0052;
	text-decoration:none;
}

.topics a:link,
.topics a:visited,
.sample a:link,
.sample a:visited {
	color:#00C;
	text-decoration:none;
}

.main-contents a:hover{
	text-decoration:underline;
}

.text_box{
	overflow: hidden;
	margin: 30px 30px 200px;
}
.text_box p{
	font-size: 117%;
	line-height:1.8;
	margin-bottom: 20px;
}
.text_box ul{
	font-size: 117%;
	line-height:1.8;
	margin-bottom: 20px;
}
.text_box ul li{
	text-indent: -3em;
	padding-left: 3em;
}
.text.icon{
	background: url(../../img/contents_icon01.png) no-repeat left 7px;
	padding-left: 1.7em;
	text-indent: -1em;
}

.text_box .time{
	margin-bottom: 0px;
}
.img_list{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.img_list li{
	margin-right: 30px;
}



@media (max-width: 1189px){

@media (max-width: 767px){
.text_box {
margin: 30px 0;
	}
.img_list {
    justify-content: space-between;
	}
.img_list li{
	margin: 0 5px;
	}

}

@media (max-width: 479px){

.detail span {
	float: none;
	margin: 0px;
}

.contents-list li {
	margin-top: 10px;
}

.detail p {
	margin: 5px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

}

/*　トップへ戻る 
=========================================*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	border: none;
}
