@charset "shift_jis";

#contents-inner h2,h3,h4,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: text-bottom;
}

/* soft-title */
#soft-title {
	background: #FDD000;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #000;
	border-left: 6px solid #0096C8;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096C8;
}

/* main-title */
#main-title {
	background: url(../img/main_title_bg.png) left top repeat-y;
	background-size: 100%;
}
#main-title h3 {
	position: relative;
	top: -23px;
	width: 40%;
	margin: 0 auto;
}
#main-title .mashiko,
#main-title .yamamura {
	position: relative;
	top: -23px;
}
#main-title .mashiko dt,dd,
#main-title .yamamura dt,dd {
	float: left;
	margin: 0;
	padding: 0;
}
#main-title .mashiko dt,
#main-title .yamamura dt {
	width: 40%;
}
#main-title .mashiko dd,
#main-title .yamamura dd {
	width: 60%;
}
#main-title .mashiko dd .dd02,
#main-title .mashiko dd .dd03 {
	float: left;
}
#main-title .mashiko dd .dd02 {
	/*width: 39%;*/
	width:45%;
}
#main-title .mashiko dd .dd03 {
	/*width: 61%;*/
	width:55%;
}
#section01,
#section02,
#section03 {
	position: relative;
	top: -23px;
}

/* section01 */
#section01,
#section02 {
	background: url(../img/section01_02_bg.png) left top repeat-y;
	background-size: 100%;
}
#section01 .ma02 {
	background: #FFFFFF url(../img/section01_ma02_bg.png) left center no-repeat;
	background-size: 100%;
}
#section01 .ma02 .movie {
	width: 247px;
	height: 113px;
	margin: 0 0 0 20%;
	background-color: #ddd;
}
#section01 .reaction {
	background: url(../img/section01_ya05_bg.png) left bottom no-repeat;
	background-size: 100%;
}
 #section01 .reaction p {
	 width: 73%;
	 margin: 0 0 0 27%;
}
#section01 .speak,
#section02 .speak {
	margin: 0 0 1em 0;
}

/* section02 */
#section02 .ma03 {
	background-color: #FFFFFF;
	background-image: url(../img/section02_ma03_top_bg.png), url(../img/section02_ma03_btm_bg.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
}
#section02 .ma03 .ma03-inner {
	display: table;
	width: 100%;
}
#section02 .ma03 .chara,
#section02 .ma03 .txt01,
#section02 .ma03 .txt02 {
	display: table-cell;
	vertical-align: middle;
}
#section02 .ma03 .chara {
	width: 19%;
}
#section02 .ma03 .txt01 {
	width: 15%;
}
#section02 .ma03 .txt02 {
	width: 66%;
}

#section02 #homework  {
	background: url(../img/section02_hw_bg.png) left top no-repeat;
	background-size: 100%;
}
#section02 #homework  li {
	float: left;
	width: 50%;
}
#section02 #homework ul:after {
	content: " ";
	display: block;
	clear: both;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #E7340C;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

.top-adjust {
    position: relative;
	top: -23px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}