/*
ソリューションページ全体設定
*/
html {   
    overflow-y:scroll;   
}  
#contents_area {
	padding-bottom: 35px;
}
h1 {
	padding-bottom: 20px;
}
h2 {
	padding-bottom: 15px;
}
h3 {
	padding-bottom: 10px;
}
.text_img {
	padding-bottom: 10px;
}
.text_container {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.container_left {
	float: left;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
.container_right {
	float: right;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
.right {
	float: right;
	margin: auto;
}
.left {
	float: left;
	margin: auto;
}
.float_container {
	width: 570px;
	padding-bottom: 25px;
}
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 1px;   
    clear: both;   
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

p, ol, ul, dl {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-position: inside;
}
/*
am3d

.am3d_right {
	float: right;
	padding-bottom: 13px;
}
*/

/*
Broadcast
*/
.bcas_list {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: square;
	list-style-position: outside;
}
.bcas_exmp {
	width: 200px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
/*
Visual-On
*/
.von_container {
	width: 550px;
	height: 120px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #DBE5F1;
}
/*
.von_container:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 1px;   
    clear: both;   
}
*/
.top_container {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DBE5F1;
}
.indented_container {
	padding-left: 50px;
	width: 420px;
	background-color: #DBE5F1;
}
/*
以下inventit用スタイル
*/
.center_box {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.center_box-arrow {
	background-image: url(../media/img/business/solution/inven_img_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.cell_box {
	background-image: url(../media/img/business/solution/inven_img_3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 225px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cell_img {
	background-image: url(../media/img/business/solution/inven_img_4.jpg);
	height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
}
.concl_box {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #5B8DAB;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
