/*

 ACC symposium style.css

============================================================*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
    font-size:12px;
    line-height:18px;
    color:#333;
    background:url(../images/bg.png);
}
h1 {
	height:100px;
	text-indent:-9999px;
	background:url(../images/header.png) no-repeat;
}
#container {
	width:1020px;
	margin:0 auto;
	background:url(../images/container_bg.png) repeat-y;
}
#content {
    margin:12px 31px 0 31px;
    padding:0px 0 15px 0;
    border:1px solid #ccc;
    background:#FFF;
}
#footer {
    width:1020px;
    margin:0 auto;
}
#footer-inner {
	height:92px;
	background:url(../images/footer.png) no-repeat;
}
.section{
	margin:0 15px;
}

/*

 @ #section1

============================================================*/

#section1 {
	margin:25px 30px 15px 30px;
}
#section1 .left {
	width:630px;
}
#section1 .right {
	margin-top:15px;
	padding-top:0px;
	font-size:14px;
	line-height:22px;
}

/*

 @ #section2

============================================================*/

#section2{
	margin:0 30px;
}
#section2 ul{
	padding:15px;
	border:10px solid #eee;
	font-size:14px;
	line-height:22px;
}
#section2 li{
	float:left;
	width:420px;
}
#section2 p{
	margin-top:5px;
	text-align:right;
	font-size:10px;
}

/*

 @ #section3

============================================================*/

#section3{
	margin:0 30px 30px 30px;
	border-bottom:5px solid #EEE;
}
#section3 #sentence3 .text{
	margin-top:20px;
}
.sentence .btn_keynote{
	margin-top:60px;
}
#section3 h3{
	margin-top:40px;
	text-align:center;
}
#section3 .time{
	margin-bottom:5px;
	font-size:14px;
	line-height:14px;
}
#section3 h4{
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
}
#section3 h5{
	font-size:16px;
	line-height:16px;
	margin:20px 0 10px 0;
}
#section3 .sentence{
	margin:0 20px 20px 20px;
	padding-top:20px;
	border-top:1px solid #CCC;
}

/*

 @ #section4

============================================================*/

#section4{
	margin:0 30px 20px 30px;
	padding:15px;
	border:10px solid #eee;
}

/*

 @ .sentence

============================================================*/

.sentence .text{
	float:left;
	width:455px;
}
.btn_attention{
	text-align:center;
	margin-bottom:10px;
}
.btn_about{
	width:421px;
	margin:0 auto 30px auto;
}
.btn_purchase{
	width:421px;
	margin:0 auto 10px auto;
}
.btn_purchase{
	margin-bottom:30px;
}
.btn_about a{
	display:block;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_about.png) no-repeat;
}
.btn_purchase a{
	display:block;
	height:73px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_purchase.png) no-repeat;
}
.btn_about a:hover{
	background-position:0 -53px;
}
.btn_purchase a:hover{
	background-position:0 -73px;
}

/*

 @ util

============================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}