/* ヘッダ、ナビゲーション */
.mot_topic_path{
	background-color: #000000;
}

/* マスターオブテクノロジーとは */
#title_left{
		float: left;
		margin-top: 40px;
		margin-bottom: 20px;
}
#title_right{
		float: right;
		margin-top: 40px;
		margin-bottom: 20px;
}

#block_outline dl{
	text-align: left;
}

#block_outline dl dt{
	font-size: 12pt;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #ffdead;
}
#block_outline dl dt .title_1{
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}

#block_outline dl dd{
	margin-left: 40px;
	margin-bottom: 10px
}
#block_outline dl dd .main_1{
	font-size: 12pt;
	font-weight: bold;
}
#block_outline dl dd .main_2{
	font-size: 11pt;
}

#text_1{
	font-size: 12pt;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

#text_2{
	font-size: 12pt;
	text-align: left;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* 取得までの流れ */
.mot_get_block{
	width: 840px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.mot_get .step_boxs{
	width: 720px;
}

.step_boxs .step_box{
	width: 145px;
	height: 260px;
	margin-left: 10px;
	margin-bottom: 40px;
	text-align: center;
	float: left;
}
.step_box .step{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ff8c00; border-left: 20px solid #ff8c00;
}
.step_box .comment{
	/*height: 180px;*/
	/*text-align: left;*/
	text-align: center;
	font-size: 10pt;
	
}
.step_box .under{
	font-size: 14pt;
	font-weight: bold;
}
.step_box .title{
	height: 60px;
	font-size:12pt;
	font-weight: bold;
	margin-top: 10px;
	border: 5px solid #ffd700;
}
.step_box .title_mot{
	height: 60px;
	font-size:12pt;
	font-weight: bold;
	margin-top: 10px;
	border: 5px solid #ff0000;
}
#block_mot_get{
}
#block_mot_get .step{
	background-color: #ffefd5;
}
#block_mot_get .comment{
}
#block_mot_get .under{
}
#block_mot_get .title{
	background-color: #ffffe0 ;
	color: #ff8c00;
}
#block_mot_get .title_mot{
	background-color: #ffffe0;
	color: #ff0000;
}

