/*------全体-------*/
#header{
	width:100%;

}
.adm{
	text-align: right;
	padding-right: 10px;
}

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

.msg{
	margin: 20px auto;
	max-width: 1024px;
	/*border-bottom: 5px dotted #999999;*/
	overflow: hidden;
	height: auto;
}

.subject{
	width:100%;
}
.subject p{
	font-size: 25px;
	margin-top:10px;
	padding:15px 0;
	text-align: center;
	background:#E4007F;
	color:#FFF;
}

.message{
	margin-top:15px;
	width: 100%;
	box-sizing: border-box;
}

.message:after {
	content: ""; 
	display: block; 
 	clear: both;
}
.messageTxt{
	margin:5px auto;
	display:block;
	width:90%;
}
.message ul{
	width:90%;
	margin:25px auto 25px;
}
.message ul li{
	float:left;
	width:calc(100% / 3);
}
.message ul li img{
	border:5px solid #FFF;
}

.date{
	clear:both;
	padding: 15px 5px 10px 0px;
	text-align: right;
}

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

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

.img{
	width:100%;
	height:auto;
}

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

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

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:599px){
	.subject p{
		font-size:18px;
		text-align:left;
		padding:15px 15px;

	}
	body{
		font-size: 15px;
		line-height: 150%;
	}
	.msg{
		width: 90%;
	}
	.messageTxt,.message ul{
		width:100%;
		float:none;
	}
	.img{
		width:100%;
		display:block;
	}
}
@media screen and (min-width:600px) and ( max-width:1023px) {
    /*　画面サイズが600pxから1023pxまではここを読み込む　*/
	.message{
		max-width:600px;
		margin:0 auto;
	}
	.messageTxt,.message ul{
		width:100%;
		float:none;
	}
	.img{
		width:100%;
		display:block;
	}

}