@charset "UTF-8";
/* CSS Document */


/************************************************************************
main_contents
*************************************************************************/




ul.list01-box{
width:auto;
height:auto;
margin:20px 0 25px 2px;
padding:0;
float:none;
font-size:12px;
}

ul.list01-box li{
margin:0 0 5px 0;
padding-left: 1.2em;
  text-indent: -1.2em;
}



dl.list01-box2{
width:auto;
height:auto;
margin:0px;
padding:0 0 10px 0;
text-align:left;
overflow:hidden;
font-size:12px;
float:none;
border-bottom:1px dashed #cccccc;
}

dl.list01-box2 dt{
width:auto;
height:auto;
margin:20px auto 0px auto;	
padding:0;
text-align:left;
line-height:150%;
font-weight:bold;
}

dl.list01-box2 dd{
width:auto;
height:auto;
margin:5px auto 0px auto;
text-align:left;
padding:0;
line-height:150%;
}



dl.list01-box2 a{
color:#8DB1CC;
}

dl.list01-box2 a:hover{
color:#F3CCC7;
}


.button-contents{
	clear:left;	
	width:auto;
	height:auto;
	margin:3% 0;
	padding:0;
	text-align:left;
	overflow: hidden;
	}
	
	
	.button {
	display: inline-block;
	width: 200px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	font-size:12px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
	
	.button {
	border: 1px solid #eac8cc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
  background-color:#eac8cc;
  color:#ffffff!important;
	padding:10px;

}
.button:hover {
		border: 1px solid #8DB1CC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
  background-color:#8DB1CC;
  color:#ffffff!important;
	padding:10px;
}







/************************************************************************
photo
*************************************************************************/



#MainContent { padding:0px;margin:15px 0 0 0px; }


.my-gallery { list-style: none; padding: 0; margin: 0; }
.my-gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.my-gallery figure { float: left; width: 20%; }
.my-gallery figure a { display: block; margin: 3px 3px 0px 0; border: 1px solid #cccccc; }
.my-gallery figure img { display: block; width: 100%; height: auto; }




