#mis .each:before { display : none; }

/* ‚¨’m‚ç‚¹ */
#mis .each .contents .contentsinner .section .message {
	display : block;
	margin : 0;
	margin-top : 2em;
	margin-bottom : 3em;
	width : 100%;
	border : solid 0px rgba(0,0,0,1.0);
}

#mis .each .contents .contentsinner .section .message dl {
	width : 90%;
	margin : 0 auto;
	margin-top : 3em;
	border : solid 0px rgba(0,0,0,1.0);
	border-top : dotted 1px rgba(0,0,0,1.0);
}

#mis .each .contents .contentsinner .section .message dl dt {
	margin-top : 1.8em;
	letter-spacing : 0.1em;
}

#mis .each .contents .contentsinner .section .message dl dd {
	margin-top : 0.5em;
	margin-left : 1em;
	letter-spacing : 0.1em;
}

#mis .each .contents .contentsinner .section .message dl + p { margin-top : 1em; }


#mis .each .contents .contentsinner .section .photo {
	display : block;
	margin : 0 auto;
	width : 60%;
	border : solid 0px rgba(0,0,0,1.0);
}

@media screen and (max-width : 1440px) { /* max-width : 1440px */

	#mis .each .contents .contentsinner .section .photo { width : 88%; }

}/* max-width : 1440px */

@media screen and (max-width : 768px) { /* max768px */

	#mis .each .contents .contentsinner .section .photo { width : 95%; }

}/* max768px */

@media screen and (max-width : 500px) { /* max500px */

	#mis .each .contents .contentsinner .section .photo { }

}/* max500px */



#mis .each .contents .contentsinner .section .photo img {
	display : block;
	width : 100%;
	margin : 0 auto;
}




#mis .each .contents .contentsinner .section .photo img + ul { display : none; }






