@charset "utf-8";
/* CSS Document（ebook/index.html用） */

/*---電子書籍について---*/
#section01{
  margin:0px auto;
  width:100%;
  height:auto;
  padding-bottom:100px;
  overflow:hidden;
  background:url(img/bg01.jpg) no-repeat center;
	background-size: cover;
}

/*---電子書籍版 MASTERS（月刊マスターズ）---*/
#section02{
  margin:0px auto 50px auto;
  width:100%;
	height:auto;
  overflow:hidden;
}

/*---マスターズ電子書籍版(Kindle)の購入方法---*/
#section03{
  margin:0px auto;
  padding-bottom:50px;
  width:100%;
  height:auto;
  overflow:hidden;
  background:url(img/bg02.jpg) no-repeat center;
	background-size: cover;
}

.way_ebook{
	width:800px;
	text-align:center;
  margin:auto;
}

.way_ebook h4{
	font-size:18px;
	width:100%;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:25px;
  color:#000000;
	border-left:7px solid #0c3c92;
	border-bottom:1px solid #0c3c92;
}

.wayebook_left{
	width:500px;
	float:left;
	text-align:left;
}

.wayebook_right{
	float:right;
	width:200px;
	padding-left:10px;
	padding-bottom:50px;
	text-align:right;
}

.way_ebook dt{
	font-size:14px;
	border-bottom:dotted 1px #0c3c92;
	margin-bottom:5px;
	font-weight:bold;
	color:#0c3c92;
}

.way_ebook dl{
	margin-left:10px;
	margin-bottom:40px;
}

.way_ebook dd{
	margin-left:20px;
}









