@charset "UTF-8";

/* header */

span.sub02{
	font-size: 12px;
}

/* contents */

.contents div{
	margin-top:40px;
}

a.list{
	margin:0px;
	padding:0;
}

a.list h1{
	margin-bottom:10px;
	margin-top:10px;
}
a.list figure{

}


a.list table{
	padding:0px;
	margin: 0px 0px 10px 0px;
	background-color: transparent;
}

a.list td{
	padding:2px 0px 2px 5px;
}
a.list td.header{
	width:75px;
	padding-left:5px;
	text-align:left;
	vertical-align:top;
}

a.list:hover{
	opacity: 0.5;
}

article hr{
	height: 1px;
	border: none;
	background-color:rgb(150,150,150);
	margin:0;
	padding:0;
	width:100%;
}
	/* prev next */
table.prevnext{
	padding:0;
	margin:20px 0px 20px 0px;
	text-align:center;
	font-weight:400;
	font-size:20px;
	background-color: transparent;
}
table.prevnext td{
//	border-bottom: solid 1px rgb(150,150,150);
//	background-color: rgba(230,235,231,0.4);
}
.prevgrayout{
	color:rgb(200,200,200);
}
a.next:hover{
	color: rgb(255,100,87);
}

/* sub contents */

	/* twitter */

	/* topics */



/* footer */


/* =============== pc ================*/
@media (min-width: 600px) {

}
/* =============== pc ================*/


/* =============== pc-large ================*/
@media (min-width: 800px) {
.menu{
	margin-top: 0px;
}
}
/* =============== pc-large ================*/