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

.wrap{
	width:85%;
	margin:2% auto;
	}
.H1text{
	font-family: "MS Serif", "New York", serif;
	letter-spacing:2px;
	}
.H2text{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1px;
	font-size:140%;
	line-height:1.7em;
	margin-top:5px
	}
#magazine_main_full #magazine_main p{
	font-weight:normal;
	padding:2% 0
	}
.FLSimg{
	width:200px;
	float:left;
	margin-right:4%;
	margin-top:2%
	}
.Call{
	color:#388AA5;
	letter-spacing:1px;
	font-style: normal;
	font-weight:bold;
	font-size:120%
	}

#magazine_main_full #magazine_main .button {
	display: inline-block;
	width:15em;
	height: 4em;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #82CCE5;
	color: #fff;
	margin-left:3%;
	font-style: normal;
	letter-spacing:1px
}
.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 .3s;
	transition: all .3s;
}
#magazine_main_full #magazine_main .button:hover {
	background-color: #A9BFC6;
}
.StyleImg{
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
	}
#magazine_main_full #magazine_main .StyleImg img{
	width:100%;
	}
.FLmagaTitle{
	border-left: solid #d5e4fc 6px;
	padding-left: 0.5em;
	display: block;
	font-size:120%;
}

#magazine_main_full #magazine_main h3{
	font-size:130%
	}


/*++++++++++++++++++++++++++++++++++++++++++
スマホ　表示
+++++++++++++++++++++++++++++++++++++++++++*/
@media only screen  and (min-width:568px){
.smart{
	display: none;
}
}

@media only screen and (max-width: 568px){
.SMclear{
	clear:both}




}