@charset "utf-8";
/* CSS Document */
body {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
    box-sizing: border-box;
}
#photo ul {
  margin: 0;
	columns: 2;
	padding:0 15px;
}
#photo li {
  margin-bottom: 20px;
	list-style: none;
}

#photo li img {
	width:100%;
  height:auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  #photo ul {
    columns: 1;
		padding: 0;
  }
}
/* -------------------------------------------
clearfix
---------------------------------------------- */
#header, #topicpathWrapper, #topicPath, #snsButtonsArea, #snsButtons, #topicpathWrapper, #contents, #footer, .clearfix {
  /*\*/
  min-height: 1px;
  _height: 1%; /* */ /*\*/ /*/
	overflow: hidden;
	/**/
}
#header:after, #topicpathWrapper:after, #topicPath:after, #snsButtonsArea:after, #snsButtons:after, #topicpathWrapper:after, #contents:after, #footer:after, .clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.syoudan {
  font-weight: bold;
  color: #820132;
}

.btn {
	display: block;
	width: 80%;
	margin: 100px auto;
	padding: 10px;
	background: #956156;
	border-radius: 10px;
	color: #fff;

	text-align: center;
	text-decoration: none;
}

.hidden{display:none;}