@charset "UTF-8";

div.main div.frame .devcontainer h4{
	margin: 15px 0 10px;
}

div.main div.frame .devcontainer .type_kind{
	padding: 0 0 105px;
	position: relative;
}

div.main div.frame .devcontainer .type_kind .icon_box{
	width: 100%;
	display: table;
	padding: 10px 10px 0;
	border: 1px solid #2386d5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div.main div.frame .devcontainer .type_kind .icon_box .img,
div.main div.frame .devcontainer .type_kind .icon_box .text{
	display: table-cell;
	float: none;
}

div.main div.frame .devcontainer .type_kind .icon_box .img{
	width: 50px;
	padding: 0 10px 0 0;
	text-align: center;
	vertical-align: bottom;
}

div.main div.frame .devcontainer .type_kind .icon_box .img img{
	vertical-align: bottom;
}

div.main div.frame .devcontainer .type_kind .icon_box .text{
	vertical-align: middle;
	font-size: 0.8em;
}

div.main div.frame .devcontainer .type_kind .icon_arr{
	margin: 10px 0;
	text-align: center;
}

div.main div.frame .devcontainer .type_kind .boxboxLine_blue .box_ttl{
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	background: #2386d5;
}

div.main div.frame .devcontainer .type_kind .boxboxLine_blue .text_box{
	padding: 10px 10px 40px;
	border-left: 1px solid #2386d5;
	border-right: 1px solid #2386d5;
	border-bottom: 1px solid #2386d5;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	position: relative;
}

div.main div.frame .devcontainer .type_kind .boxboxLine_blue .text_box p{
	font-size: 0.8em;
}

div.main div.frame .devcontainer .type_kind .boxboxLine_blue .text_box .link_text{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.main div.frame .devcontainer .type_kind .boxboxLine_blue .text_box .link_text a{
	background-position: left center;
}

div.main div.frame .devcontainer .type_kind .char_img{
	position: absolute;
	right: 0;
	bottom: 0;
}

div.main div.frame .devcontainer .txt{
	margin: 0 0 10px;
}

div.main div.frame .devcontainer .text_green{
	color: #2c9900;
}

div.main div.frame .devcontainer th.tit_red{
	color: #ffffff;
	background: #ff0000;
}

div.main div.frame .devcontainer th.tit_green{
	color: #ffffff;
	background: #2c9900;
}

div.main div.frame .devcontainer .char_fukidashi{
	margin: 10px 0;
	text-align: right;
}

div.main div.frame .devcontainer .icon_arr{
	margin: 20px 0;
	text-align: center;
}

/*1210追加css*/
.fBold{
	font-weight: bold;
}

/*150918追加css*/
.Fukidashi_box {
	position: relative;
	background: #ffffff;
	border: 2px solid #2386d5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 5px;
	margin: -90px 100px 10px;
	float: right;
}

.Fukidashi_box:after, .Fukidashi_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Fukidashi_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.Fukidashi_box:before {
	border-color: rgba(35, 134, 213, 0);
	border-left-color: #2386d5;
	border-width: 13px;
	margin-top: -13px;
}