/*------全体-------*/
body{
	font-size: 16px;
	margin: 0px;
	line-height: 200%;
	font-family: 'メイリオ';
	color: #222222;
	/*background-color: #F0EFEA;*/	/*f0f0f0#EEF1F2;*/

}

header{
	height: fit-content;
	background-color: #ffffff;
}

footer{
	text-align: right;
	padding-right: 10px;
}

/*------部分-------*/

.header_box{
	width: 900px;
	height: 60px;
	margin: 0 auto;
}

.site_name{
	font-size: 25px;
	font-weight: bold;
}

.navi{
	font-size: 11px;
}

section h1{
	font-size: 30px;
	text-align: center;
}

.tc{
	text-align: center;
}

.msg{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
	height: auto;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

.subject{
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	font-size: 20px;

}

.message{
	padding: 6px 5px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}

.message:after {
	content: ""; 
	display: block; 
 	clear: both;
}


.date{
	padding: 0px 4px 2px 0px;
	font-size: 11px;
}

#pass{
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	text-align: center;
}


#title{
	position: absolute;
	margin-top: 30px;
	margin-left: 10px;
}

#pan{
	margin-top: 10px;
	margin-left: 10px;
}

a:hover{
	position: relative;
	left: 1px;
	top: 1px;
}

/*------画像-------*/

.msg img{
	max-width: 100%;
}


/*------ページ-------*/

ul.pagelink{
	list-style-type: none;
	margin: 0;
}

ul.pagelink li{
	float: left;
}

ul.pagelink a, ul.pagelink li.current{
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #bebebe;
	border-width: 1px;
	margin-right: 5px;
	padding: 1px;
	font-size: 13px;
	border-radius: 3px;
	background-color: #ffffff;
}

ul.pagelink li.ten{
	display: block;
	width: 20px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	padding: 1px;
	font-size: 13px;
}


ul.pagelink a:hover{
	background-color: #F0F0F0;
}

ul.pagelink:after{
	display: block;
	clear: both;
	content: '';
}

ul.pagelink li.current{
	font-weight: bold;
}


#page {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}

#page ul {
	float: left;
	left: 50%;
	position: relative;
	padding: 0px;
}

#page li {
	float: left;
	left: -50%;
	position: relative;
}


@media screen and (max-width:600px){
	body{
		font-size: 15px;
		line-height: 150%;
	}
	.msg{
		width: 90%;
	}
	
	.msg img{
		width: 100%;
	}
}
