/* やらかし先生 俺みたいに打つな!! 専用CSS */

html, body {
	/* 背景色の指定 */
	background-color: #FFFFFF;
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color:#000000;
	background-image:url(img/bg.png);
	background-repeat:repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center top;
}

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.iPhoneBody {
	background-color:transparent;
}


.petext {
	padding:10px 10px 0 10px;
}
.leadbox {
	background-color: #b0b0b1;
	padding:6px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.leadtext {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	padding:10px;
	color:#000000;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.list li {
	margin-top:10px;
}
.list li a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
.future {
	display:block;
}
.future img {
	opacity: 0.6;
}
/* テキスト */
.pagetext {
	font-size: 16px;
	text-align: left;
	padding: 14px 8px;
}
/* コラム内タイトル */
.columnTitle {
  height:auto;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom:hidden;
  background-color:#384f2c;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#FFF;
}
/* 記事ページ　テキスト部分 */
.columntext {
	padding: 10px 5% 0 5%;
	font-size:16px;
	color: #000;
	background-color:#FFF;
}
.teacherBox {
	background-color:#fcf1dd;
	padding:4px;
	margin-bottom:10px;
}
.teacherbg {
	background-image:url(img/teacherbg.png);
	background-repeat:repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center top;
	color:#000;
}
.teacherlead {
	background-color:#FFF;
	padding:6px;
	color:#000;
	font-size:14px;
	margin:6px;
}
.columntext img[src*="img/icon-"] {
	width:14%;
	float:left;
	margin-right:4px;
}
.clear {
    clear: both;
}
.columntext img[src*="img/t"], .columntext img[src*="img/s"] {
	width:100%;
	text-align:center;
	margin:0 auto;
	display:block;
}