@charset "euc-jp";

/* tecinfoˇˇCSS Document */
/* 	contents width=790px */

/*---------------------------------------------
 h1
---------------------------------------------*/
h1#h1Magazine {
	background: url(../../magazine/images/h1_magazine.png) no-repeat;
	height: 29px;
}


/*---------------------------------------------
 h2
---------------------------------------------*/
h2#h2Magazine01 {
	background: url(../../magazine/images/h2_magazine01.png) no-repeat;
	height: 21px;
}

/*---------------------------------------------
 magazine top
---------------------------------------------*/
div#magazineCovArea {
	width: 790px;
	margin-top: 20px;
}
div#magazineCovArea table {
	width: 750px;
	margin: 0px auto;
	border-left: dotted 1px #B5E4FB;
	border-top: dotted 1px #B5E4FB;
}
div#magazineCovArea table td {
	width: 246px;	/* total:250px */
	background: url(../../magazine/images/cover_waku.png) no-repeat 1px 1px;
	border-right: dotted 1px #B5E4FB;
	border-bottom: dotted 1px #B5E4FB;
	min-height: 30px;
}
* html div#magazineCovArea table td {	/* IE6 hack */
	height: 30px;
}

div#magazineCovArea table td .coverTit {
	text-align: center;
	padding: 10px 20px 0px 20px;
}
div#magazineCovArea table td .coverTit a {
	font-weight: bold;
}
div#magazineCovArea table td .coverImg {
	text-align: center;
	padding: 10px 0px 14px 0px;
}
div#magazineCovArea table td .coverImg img {
	border: solid 1px #666;
	width: 150px;
	height: 209px;
}

/* msg */
.msgMagazine {
	width: 500px;	/* total:500px */
	margin: 20px auto 0px auto;
}
.msgMagazine p {
	padding: 0px 0px 0px 20px;
	background: url(../images/arrow01.png) no-repeat 0px 4px;
}

/*---------------------------------------------
 cover
---------------------------------------------*/
/* cover img */
#coverImgArea {
	text-align: center;
	padding: 10px 0px 30px 0px;
}
#coverImgArea img {
	border: solid 1px #666;
	width: 180px;
	height: auto;
}

/* parts */
.coverParts {
	width: 750px;	/* total:790px */
	padding: 0px 20px;
}
.coverParts h4 {
	background: url(../images/arrow01.png) no-repeat 0px 6px;
	margin: 20px 0px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
}
.coverParts p {
	padding: 10px 0px 0px 20px;
}


/*---------------------------------------------
 shosai
---------------------------------------------*/
/* back mokuji */
div.backMokuji {
	text-align: right;
}

.shosaiTitName {
	text-align: center;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
	font-size: 1.4em;
	color: #54ADF1;
}

.shosaiRArea {
	text-align: right;
}
.shosaiRArea p {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
.shosaiRArea .memImg {
}
.shosaiRArea .memImg img {
	width: 70px;
	height: auto;
	padding-right: 1em;
}
.shosaiRArea .memName {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
}
.shosaiRArea .memYaku {
	padding-right: 1em;
}

.shosaiTxtArea {
	border-top: solid 1px #ccc;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px;
}

table.shosaiPhotoArea {
	width: 99%;
}
table.shosaiPhotoArea td {
	width: 33%;
	padding: 4px;
	text-align: center;
}
table.shosaiPhotoArea td img {
	width: 200px;
	height: auto;
}

a.btnCourse{
  display: inline-block;
  padding: 3px; 0px;
  text-decoration: none;
  background: #006600;
  color: white;
  border: solid 2px #006600;
  border-radius: 3px;
  transition: .4s;
  text-align:center;
  width: 320px;
  font-size: 20px;
}

a.btnCourse:hover {
  background: white;
  color: #006600;
  text-decoration: none;
}

div.divCourse{
  float:right;
  margin-top: -55px;
}