@charset "UTF-8";
/* ↓↓ SOCSS概要 始め↓↓ */
.section_title {
	border-left: 6px solid #b91818;
	font-size: 1.2em;
	padding: 0 0 0 10px;
	margin-bottom: 10px
}

/* ↓↓ TOPIC目次 始め↓↓ */
.intro_index {
	margin-bottom: 40px
}
.index_title {
	margin-bottom: 16px
}
.index_list li {
	margin: 0;
	padding: 0 0 0 20px
}
.nutshell_index {
	margin-bottom: 40px
}
.index_list li a {
	color: #3345b9;
	font-weight: normal
}
/* ↑↑ TOPIC目次 終わり↑↑ */
#feature_id {
	margin-bottom: 30px
}
.feature_summary {
	margin-bottom: 30px;
}
.feature_summary h3 {
	font-size: 1.2em;
	font-weight: normal
}
.chara {
	padding: 20px 15px;
	margin-bottom: 40px;
	background-color: #dfdfdf
}
.chara_row:after {
	content: "";
	display: block;
	clear: both
}
.chara_dot {
	float: left;
	width: 10px
}
.chara_text {
	float: none;
	margin-left: 20px;
	width: auto
}
.chara_row p {
	margin-bottom: 12px
}
/* ↑↑ SOCSS概要 終わり↑↑ */

/* ↓↓ 機能紹介 始め↓↓ */
.feature_row {
	display: block;
	margin-bottom: 20px
}
.feature_box-1, .feature_box-2 {
	margin-bottom: 20px;
	border: 2px solid #e0e0e0
}
.feature_title h3 {
	text-align: center;
	margin-top: 5px;
	

	font-size: 1.2em;
	font-weight: normal;
	color: #00008a;
}
.feature_img {
	text-align: center;
	margin-bottom: 20px
}
.feature_img img {
	box-shadow: 1px 1px 2px #473c3c;
}
.feature_text p {
	font-size: 14px;
	padding: 0 16px;
}
.feature_text {
	margin-bottom: 15px
}
/* ↑↑ 機能紹介 終わり↑↑ */


/* ↓↓ コマンドリスト 始め↓↓ */
.command_exp_summary {
	margin-bottom: 10px
}


.command_title {
	
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #444444
}
.command_title:after {
	content: "";
	display: block;
	clear: both
}
.icon_name_title {
	float: left;
	width: 120px;
	border-right: solid 1px #ffffff;
	display: block
}
.comment_title {
	float: none;
	margin-left: 120px;
	width: auto;
	display: block
}



.command_row {
	
	margin-bottom: 10px;
	border: solid 2px #9f9f9f
}
.command_row:after {
	content: "";
	display: block;
	clear: both
}
.command_icon_name {
	float: left;
	width: 120px;
	text-align: center;
	border-right: solid 1px #060606;
	display: block;
}
.command_icon_name p {
	font-size: 12px
}
.command_icon {
	padding: 5px 0
}
.command_icon p {
	color: red;
	font-weight:bold
}

.command_comment {
	float: none;
	margin-left: 120px;
	padding-left: 10px;
	width: auto;
	border-left: solid 1px #060606;
	display: block
}
.command_comment p {
	font-size: 0.8em
}
/* ↑↑ コマンドリスト 終わり↑↑ */
@media (min-width : 480px) {
	
	.feature_column:after {
		content: "";
		display: block;
		clear: both
	}
	
	.feature_img {
		float: left;
		padding-left: 10px;
		width: 162px
	}
	.feature_text {
		float: none;
		width: auto;
		margin-left: 170px;
		margin-right: 10px
	}
	.feature_title h3 {
		text-align: left;
		margin-left: 10px;
	}
	
	.command_comment p {
		font-size: 0.9em
	}
	
}
@media (min-width : 768px) {
	.command_exp_summary p {
		font-size: 1.1em
	}
}

@media (min-width : 980px) {

	.feature_row:after {
		content: "";
		display: block;
		clear: both
	}
	.feature_box-1 {
		float: left;
		border: 3px solid #9f9f9f;
		width: 48.8%;
		height: 200px;
		margin-right: 1.2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	.feature_box-2 {
		float: left;
		border: 3px solid #9f9f9f;
		width: 48.8%;
		height: 200px;
		margin-left: 1.2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	.command_comment p {
		font-size: 1.0em
	}
}
