@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 .time{
	margin-bottom: 0px;
}
.text.midashi{
	font-weight: bold;
	color: #0d0052;
	font-size: 130%;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #013064;
	clear: both;
}
/* table
=========================================*/
main table {
    max-width: 720px;
    padding: 0 10px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
main td {
    border: solid 2px #ccc;
    padding: 15px;
}
main td a,main td a:link,main td a:visited{
	color: #00C;
}

main th {
    font-weight: bold;
    background: #DDE9F7;
    font-size: 117%;
    padding: 10px 50px;
    text-align: center;
    border: solid 2px #ccc;
}
main td {
    font-size: 117%;
    padding: 10px 60px 10px 20px;
    font-weight: normal;
    text-align: left;
    border: solid 2px #ccc;
}

.midashi2{
  padding: 0.5em;/*文字周りの余白*/
  background: #ccc;/*背景色*/
  border-left: solid 5px #cc0001;/*左線（実線 太さ 色）*/
  font-size: 128%;
  font-weight: bold;
  margin-top: 50px;
}
.text.icon{
	background: url(../../img/contents_icon01.png) no-repeat left 7px;
	padding-left: 1.7em;
	text-indent: -1em;
}
@media (max-width: 1189px){

@media (max-width: 767px){
.text_box {
margin: 30px 0;
	}
main th,main td{
	display: block;
	}
main table{
	border-top:solid 2px #ccc;
	max-width: 100%;
	width: 100%;
	}
main th{
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding-left: 20px;
}

.text_box {
    margin: 30px 0;
}
}

@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;
}
