@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 150px;
}
.text_box p{
	font-size: 117%;
	line-height:1.8;
	margin-bottom: 20px;
}
.text_box .time{
	margin-bottom: 0px;
}
/* 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;
}

span.tate {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 7px 0 7px 120px;
}
a.dlurl {
  font-weight: normal;
  color: #00C;
}
a.dlurl:hover {
  text-decoration: none;
}

@media (max-width: 1189px){

@media (max-width: 767px){
main th,main td{
	display: block;
	}
main table{
	border-top:solid 2px #ccc;
	}
main th{
	border-top: none;
	border-bottom: none;
}
.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;
}
