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

.FLbtn {
  color: #fff;
  font-size: 110%;
  border-radius: 4px;
  text-decoration: none;
  background: #5fb2c1;
  box-shadow: 0 3px #3b8a98;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 5px 15px;
}
.FLbtn:hover {
  box-shadow: 0 1px #3b8a98;
  top: 1px;
}
#magazine_Pspace a:link.FLbtn{
	color: #fff;
	font-weight:normal;
	letter-spacing:1px
	}
#magazine_main #magazine_Pspace a:visited.FLbtn {
	color:                  #FFF;
	text-decoration:        none;
}
#magazine_main #magazine_Pspace h2.FLpresent{
	margin: 5% 4% 1.5em;
	padding: 0.8em;
	border-bottom: 1px dashed #B92A2C;
	font-size: 125%;
	font-weight: bold;
	clear:both;
}
.FLpresentImgBox{
	float:left;	
	}
img.PresentImg {
	max-width:200px;
	}
#magazine_main #magazine_Pspace p.PresentCap{
	font-size:90%;
	line-height:1.4em;
	color:#999;
	padding-top:0
	}
#magazine_main #magazine_Pspace p.PresentRed{
	color:#B92A2C;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	text-align:right;
	}





/*++++++++++++++++++++++++++++++++++++++++++
スマホ　表示
+++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width: 767px){
.pc,.tablet {
	display: none;
	}
.FLpresentImgBox{
	float:none;
	text-align:center
	}
img.PresentImg {
	max-width:180px;
	}