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

.pc{
	display:none;
}

#headerwrap{
	padding-bottom:1px;
}

.search{
	margin:0 auto 10px;
	width:260px;
}

.search_text{
	width:200px !important;
}

/*記事枠*/

#news *{
	display:block;
}

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

#news tr{
	border-bottom:1px dashed #CCC;
	padding:5px;
}

#news tr:last-child{
	border-bottom:none;
}

#contents{
	padding:10px 15px 30px;
	margin-bottom:20px;
}

table,td,th{
	max-width:100% !important;
	height:auto !important;
	white-space:normal !important;
}

table{
	width:auto !important;
}

/*フッター*/
#footer{
	padding:10px 0;
	font-size:0.8rem
}

#page-top {
    float: right;
    margin-right: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#page-back {
    float: left;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#page-top img, #page-back img{
	width:50px;
	height:50px;
}