@charset "utf-8";

/*
------------------------------------------------
import
------------------------------------------------*/
@import "winie6.css";
@import "../../product/css/winie7.css";
/*\*//*/
	@import "macie.css";
/**/

/*
------------------------------------------------
Layout
------------------------------------------------*/

#wrap_wide #main #contents_wide {
	padding-top: 52px;
}
#contents_wide #box01 {
	width: 780px;
	background-image: url(../img/simulation_bg_main_b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contents_wide #box01 h1 {
	background-image: url(../img/simulation_bg_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-indent: -9999px;
	height: 62px;
	width: 204px;
	padding-top: 15px;
}
#contents_wide #box01 #txt01 {
	background-image: url(../img/simulation_bg_txt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 78px;
	width: 290px;
	padding-bottom: 28px;
}

.line{
	background-image: url(../img/simulation_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 35px;

}

#simulation{
	width: 741px;
	background-image: url(../img/simulation_line2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 19px;
	padding-left: 20px;
	margin-bottom: 50px;
}

#simulation li{
	width: 221px;
	float: left;
	padding-bottom: 13px;
	background-image: url(../img/simulation_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-right: 13px;
	padding-left: 13px;

}
#simulation li div.title{
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url(../img/simulation_bg.gif);
	background-repeat: repeat;
	margin-bottom: 8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}

#simulation li p.shoulder{
	color: #999999;
	margin-bottom: 3px;
	font-size: 70%;
}
#simulation li p.txt{
	color: #333333;
	margin-bottom: 3px;
	font-size: 80%;
	line-height: 160%;
	
}
#simulation li h2,
#simulation li h2 a{
	font-size: 120%;
	font-weight: bold;
	color: #3C6C1C;
	text-decoration: none;
}
#simulation li div.img{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#simulation li p.btn{
	margin-top: 8px;

}


/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

