/*------全体-------*/
body{
font-size: 85%;
margin: 0px;
line-height: 150%;
letter-spacing: 0.05em;
font-family: "Hiragino Kaku Gothic ProN"; Meiryo,sans-serif;
color: #000000;
background-color: #999999;
}
P.sp{
margin-top:60px;
}
.cnt{
text-align:center;
margin-top:20px;
}
.und{
text-align:center;
margin-top:30px;
margin-bottom:30px;
}
A{
color : #000000;
text-decoration : none;
}
A:VISITED{
color : #fbfaf5;
}
A:HOVER{
color : #ba2636;
border-bottom:1px dotted #000000;
}
A:ACTIVE{
color : #ba2636;
}

/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
summary {
  cursor: pointer;
  outline: none;
}
header{
	background-color: #999999;
	height: 80px;
	color: #000000;
	font-weight: bold;
}

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

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

section h1{
	font-size:100%;
	text-align: center;
}

.msg{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
        letter-spacing: 0.05em;
	border-bottom:1px #000000 solid;
	overflow: hidden;
	height: auto;
}

.subject{
	background-color: #999999;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

.message{
	padding: 6pt 10pt 10pt 5pt;
	width: 90%;
}

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


.date{
	padding: 0px 4px 2px 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{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px
}

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

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;
	margin-right: 5px;
	padding: 1px;
	font-size: 12px;
	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: 12px;
}


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

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{
        letter-spacing: 0.05em;
		line-height: 150%;
	}
P.sp{
margin-top:35px;
}
.cnt{
text-align:center;
margin-top:20px;
}
.und{
text-align:center;
margin-top:30px;
margin-bottom:30px;
}
	.msg{
        letter-spacing: 0.05em;
		width: 85%;
	}
A:hover{
color:#ba2636;
position:relative; top:1px; left:1px;
}
A{
color : #000000;
text-decoration:none;
border-bottom:1px dotted #000000;
}
A:VISITED{
color : #fbfaf5;
}
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
summary {
  cursor: pointer;
  outline: none;
}
}