@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:150%;
}

a { outline: none;
}

a:link {
	color:#075AA8;
	text-decoration:underline;
}
a:visited {
   color:#075AA8;
}
a:hover {
	color:#032648;
}
a:active {
   color:#666;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

html {
	min-height:100%;
	position: relative;
}

body {
	margin-bottom:220px;
	word-wrap:break-word;
}

/*----------- コンファレンスタイトル・動画 -----------*/

.wrapper {
	width: 100%;
/*	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;*/
	border-top:7px solid #6485c1;
}




/*.content {
	padding-bottom: 140px;
}*/


#header {
	width:800px;
	margin: 0 auto;
}

/*
@media screen and (max-width: 767px) {
br { display : none ; }
#header { width: auto; }
}
*/


@media screen and (max-width:767px) {
	#header {width: auto;}
	#header img {width:80%; height:auto;}
	br { display : none ; }
}


#header img {
	/*width:443px;*/
	margin:10px 10px;
}

#footer {
	width: 100%;
	height:160px;
	position:absolute;
	bottom:0;
	background:#6485c1;
	text-align: center;
	color:#FFF;
	padding-top: 30px;
	box-sizing: border-box;
}

.system {
		width: 628px;
		margin: 0 auto;
		text-align: left;
}

@media screen and (max-width:767px) {
	.system {
		width: auto;
		padding: 0 5px;
	}
}

.system .player {
	margin-top: 12px;
}

.system .player span {
	float:left;
}

.system .player a {
	float: left;
}

div#main_box{
	width:800px;
	overflow: hidden;
	margin:0 auto;
}

@media screen and (max-width:767px) {
	div#main_box{
		width: auto;
		padding: 10px 0px;
		margin:10px;
	}
}

h1{
	font-size:20px;
	text-align:center;
	margin-top:15px;
}

h2{
	font-size:16px;
	text-align:center;
	margin:10px 0 25px 0;
}

div#main_box div#title{
	margin:0 auto;
}

#title h2 {
	margin-bottom:16px;
}

div#main_box div#logo{
	margin:10px 0px 10px 160px;
	float:left;
	display:inline;
}

div#main_box div#dl_navi{
	margin: 15px 10px 15px 0;	
	float:right;
	font-size:85%;	
}


div#main_box div#dl_navi a{
	display:block;
	border:1px solid #888;
	background:url(../img/bg_headbtn.gif) no-repeat left center;	
	padding:3px 13px 3px 34px;
}

div#main_box div#dl_navi a:hover{
	background:url(../img/bg_headbtn_on.gif) no-repeat left center;
}

div#main_box div#smassh{
	/*clear:both;
	border:solid 1px #000;
	height:480px;
	overflow:hidden;*/
}

div#main_box iframe{
	display:block;
	margin:0 auto;
}

div#main_box div#alternative{
	width:960px;
	height:300px;
	border:1px solid #888;
	background-color:#ddd;
	margin:0 auto 20px;
}

div#main_box div#alternative p{
	width:460px;
	margin:80px auto 1em;
}

div#main_box div#alternative p.dl_fplayer{
	width:460px;
	text-align:center;
	margin:0 auto 20px;
}

div#main_box div#alternative p.win8{
	width:440px;
	margin:0 auto 100px;
	text-indent:-1.5em;
	padding-left:1.5em;
}

p#text{
	/*width:768px;*/
	margin:0 auto 10px auto;
	text-align:right;
}

@media screen and (max-width:767px) {
	p#text {
		font-size: 70%;
	}
}

.schedule {
	font-size: 16px;
	margin: 0 0 14px 0;	
}

@media screen and (max-width:767px) {
	.schedule {
		font-size: 12px;
		font-weight: bold;
	}
}

/*----------- ボックス大 -----------*/

div#box-l{
	width:800px;
	background:url(../img/bg.gif) #f5f5f5;
	margin:0 auto 20px auto;
	-webkit-box-shadow: 2px 2px 3px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 3px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 2px 0px #777; /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#b1b1b1', Direction=135, Strength=10px); /* IE */
}
@media screen and (max-width:767px) {
	div#box-l{
		width: auto;
		margin: 10px 5px;
		padding:10px;
	}
}


/*----------- ボックス小 -----------*/

div.box-s{
	/*width:384px;*/
	width:auto;	
	/*background:url(../img/line.gif) repeat-y top right; */
	float:left;
	
	/*margin-left:160px;*/
}

@media screen and (max-width:767px) {
	div.box-s{
		width:auto;
		float:none;
		background-image: none;
		border-bottom: 1px dotted #ccc;
		padding: 0px;
	}
	div.box-s + .box-s {
		border-bottom: none;
	}
}

*html div.box-s{
	margin-left:80px;
}


.box-s2{
		width:720px;
		float:left;
		margin:20px;
		padding:0;
}

@media screen and (max-width:767px) {
	div.box-s2{
		padding:5px 0px;
		margin:5px 5px;}
	}



.box2-l{
		width:430px;
		float:left;
	}


.box2-r{
		width:290px;
		float:left;
	}


@media screen and (max-width:767px) {
	div.box2-l {
		width: 300px;
		margin: 0 0px 30px 0;
		padding:0 10px 0 0;
		}
	}
	
@media screen and (max-width:480px) {
	div.box2-r{
		/*width:60%;*/
		float:none;
		padding-left:20px;}
	}



.play_botton{
	margin:20px 0 0 50px;
}


.box2_live{
	margin:20px 0 30px 20px;
}


.box2_title{
	border-bottom:1px solid #888;
	font-size:18px;
	font-weight:bold;
}

.box2_description{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}


.box2_desc1{
	margin:10px 0 10px 20px;
	font-size:16px;
}

.box2_desc2{
	margin:5px 0 10px 20px;
}



@media screen and (max-width:767px) {
	div.box2_title {
		font-weight:none;
		margin:0;
		padding:0;
		}
	div.box2_description {
		font-weight:none;
		margin:0;
		padding:0;
		}
	}





div.last{
	background-image:none; 	
	margin-left:0;
}	




/*----------- プレゼンター・ロゴエリア -----------*/

div.box-s h4.presenter{
	text-align:left;
	margin:20px;	
}

@media screen and (max-width:767px) {
	div.box-s h4.presenter{
		margin: 0;
	}
}

div.box-s h4.presenter span {
	display: inline-block;
	float:left;
}

div.box-s h4.presenter figure {
	margin: 0 0 0 14px;
	float:left;
}

/*div.box-s h4.presenter img{
	float:left;
	margin-right:10px;
}*/


/*----------- 見出しタイトル -----------*/

div.box-s h3{
	height:22px;
	width:270px;
	background:url(../img/box_bg.gif) repeat-x #f7f7f7; 
	border:1px solid #888;
	margin:20px 20px 0 20px;
	padding-top:7px;
}

@media screen and (max-width:767px) {
	div.box-s h3 {
		width: auto;
		margin: 0 0 10px 0;
	}
}

div.box-s h3 span{
	margin-left:10px;
	padding-left:27px;	
}

div.box-s h3 span.toiawase{
	background:url(../img/icon_mail.gif) no-repeat left center;
}

div.box-s h3 span.dl{
	/*background:url(../img/icon_dl.gif) no-repeat left center;*/
}

div.box-s h3 span.disclaimer{
	background:url(../img/icon_disclaimer.gif) no-repeat left center;
}

div.box-s h3 span.qa{
	background:url(../img/icon_qa.gif) no-repeat left center;
}

div.box-s h3 span.pre{
	/*background:url(../img/icon_pre.gif) no-repeat left center;*/
}

/*----------- ダウンロード資料 -----------*/

div.box-s ul.dl{
	margin:18px 31px 20px 31px;

}

@media screen and (max-width:767px) {
	div.box-s ul.dl{
		margin: 12px 0;
	}
}

div.box-s ul.dl li{
	background:url(../img/icon_pdf.gif) no-repeat left top;
	padding:2px 0 10px 30px;
	margin-bottom:5px 10px;
}

@media screen and (max-width:767px) {
	div.box-s ul.dl li{
		margin-left: 8px;
	}
}

div.box-s ul.dl li.sound{
	background:url(../img/icon_sound.gif) no-repeat left 14px;
	padding:2px 0 4px 28px;
	padding-top:15px;
	border-top:1px dotted #000;
}

/*----------- 免責・外部リンク・問い合わせ -----------*/

div.box-s p.disclaimer-text{
	margin:10px 25px 20px 25px;
	line-height:170%;
}

div.box-s p.mail{
	margin:10px auto 20px 35px;
}

div.box-s p.external-link{
	background:url(../img/icon_link.gif) no-repeat left center;
	margin:10px 30px;	
	padding-left:23px;	
}

/*----------- トップへ戻る -----------*/

/*div#footer{
	width:970px;
	overflow: hidden;
	margin:0 auto;
}*/

div#dl_navi_top{
	margin: 0px 10px 0 0;	
	float:right;
	font-size:85%;	
}


div#dl_navi_top a{
	display:block;
	border:1px solid #888;
	background:url(../img/bg_footbtn.gif) no-repeat left center;
	padding:3px 13px 3px 34px;
}

div#dl_navi_top a:hover{
	background:url(../img/bg_footbtn_on.gif) no-repeat left center;
}


#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#pageTop a {
  display: block;
  z-index: 999;
  margin-right:10px;
  padding: 6px 26px;
  border-radius: 40px;
  width: 50px;
  height: 20px;
  background-color: #6485c1;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

