@charset "utf-8";

#sideNavi .top {
	background:#09F;
}
#sideNavi .top a {
	color:#fff;
}

#mainvisual {
	background: #fff ;
    border: 1px solid #2582c5;
    margin: 0 auto 30px;
    padding: 1px;
    width: 570px;
}

.phase {
}

.boxs {
	margin-top:40px;
}
.boxs .columnLeft,
.boxs .columnRight {
	width:200px;
}
.boxs .columnLeft {
	margin-right:20px;
}
.boxs .photo {
	margin-bottom:15px;
}
.boxs .photo p {
	text-align:center;
	padding-top:0.5em !important;
}
.boxs .comment {
	border:#666 1px solid;
	padding:10px;
	font-size:85%;
}
.boxs .comment .name {
	text-align:right;
}
#child_main #contents .boxs .comment .name span.small {
	font-size: 0.89em;
}

#thum {
	margin: 6px 0 0 0;
	padding: 0;
}
#thum li {
	list-style: none;
	float: left;
	margin-left: 6px;
	margin-bottom: 0px;
	display: inline-flex;
}
#thum li:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 639px) {
#mainvisual {
	width:auto;
	margin:0 0 3.6vw;
}
#mainvisual img {
	width:100%;
	height:auto;
}
.phase p,
.phase + p {
	text-align:center;
}
.phase .columnLeft,
.phase .columnRight {
	float:none;
}
.phase .photo {
	width:200px;
	margin:0.5em auto;
}

.boxs .columnLeft,
.boxs .columnRight {
	float:none;
	width:100%;
}
.boxs .columnLeft {
	margin-bottom:4.6vw;
}
.boxs .photo {
	text-align:center;
}
.boxs .comment {
	font-size:100%;
}
#child_main #contents .boxs .comment .name span.small {
	font-size: 1em;
	font-weight: normal;
}
#thum {
	display:none;
}


}