/*水野晶アルバムCSS*/

body{
	color: #000000;
	font-size: medium;
	line-height: 2.2em;
	background-color: rgb(255, 255, 255);
}

header{
	margin: 0 auto;
	padding: 50px 0px 10px 0px; 
	border: none;
	background-color: rgb(255, 255, 255);
    flex-direction: column;
}


h1{
	font-size: medium;
	color: rgba(82,119,165,1.00);
	border: none;
	font-weight: bold;
}


/*NewRelease表示用box*/
.infobox{
	margin: auto;
	text-align: right;
	width: 100%;
}

/*内容box*/
.section_cd_frame1{
  	display: flex;
	flex-direction: column;
	margin: 10px auto;
	width: 100%;
}

.section_cd_frame2{
  	display: flex;
	flex-direction: column-reverse;
	margin: 10px auto;
	width: 100%;
}

.cd_block{
		margin: 5px auto;
		width: 50%;
}

p {
	margin: 1em;
}

p.mz:first-letter{
	
	border-left: 5px solid #5277a5;
	padding-left:0.3em;
}

p.sp:before{
	font-size: large;
	margin: 0px;
	content: "》";
	font-weight: bold;
}

.sp{
	
	font-size:large;
	margin-top:2px;
	font-weight: bold;
}

p.rel{
	font-size: 20pt;
	font-family: kozuka-mincho-pro, serif;
	font-weight: 700;
	font-style: normal;
	margin:0;
}

.box{
	width: 70%;
	margin: 80px auto;
	padding: 1em;
}

.btn-surround {
  display: inline-block;
  text-decoration: none;
  background-color: #3982BD;
  text-align: center;
  width: inherit;
  width: 100%;
  padding: 10px 0px;
  position: relative;
  margin-top: 10px;
  opacity: 1 !important;
  transition: all 0.3s;
}
.btn-surround:before,
.btn-surround:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3982BD;
  top: 0;
  pointer-events: none;
}
.btn-surround:before {
  left: 0;
  width: 0;
  height: 2px;
}
.btn-surround:after {
  right: 0;
  width: 2px;
  height: 0;
}
.btn-surround:hover {
  background-color: #FFF;
  color: #3982BD;
}
.btn-surround:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}
.btn-surround:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}
.btn-surround:hover span:before {
  width: 100%;
  transition: width 0.2s 0.5s;
}
.btn-surround:hover span:after {
  height: 100%;
  transition: height 0.1s 0.7s;
}
.btn-surround span:before,
.btn-surround span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #3982BD;
  bottom: 0;
  pointer-events: none;
}
.btn-surround span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.btn-surround span:after {
  left: 0;
  width: 2px;
  height: 0;
}

/*ボタン*/

a.btn-surround:link {
	color: #fff;
	font-size:large;
}
a.btn-surround:visited {
	color: #fff;
}
a.btn-surround:active {
	color: #3982BD;
	font-weight: bold;
}
a.btn-surround:hover {
	color: #3982BD;
	font-weight: bold;
}

	/*  ------ PC ------  */
@media screen and (min-width: 870px){

	.box{
		width: 600px;
	}
	
/*NewRelease表示用box*/
.infobox{
	width: 870px;
}
	
.section_cd_frame1{
		width: 870px;
	flex-direction: row;
}
	
.section_cd_frame2{
		width: 870px;
	flex-direction: row;
}
	
.cd_block{
		width: 392px;
}

}

	/*  ------ メディアアクエリ終了------  */
	
	footer a{
		text-decoration: underline;
	}

footer{

	background-color: rgb(255, 255, 255);
	color: rgb(113, 122, 134);
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;

}