@charset "UTF-8";
/* CSS Document */
/*--smartPhone用[ウインドウ幅750px以下のcss]開始----------------------------*/
@media screen and (max-width:750px){
/*共通*/
#contentswrap{
	margin:0px auto 50px auto;
	width: 100%;
	padding-top:30px;
	display: block;
	overflow: hidden;
}
.tf_h2{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 20pt;
	font-weight: 700;
	color: #000000;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.tf_h2_circle{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	z-index: 0;
	background: #ffd600;
}
.tf_h2_osrBanner{
	display: none;
}
.tf_h2_chatIcon1{
	width: 110px;
	height: 44px;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	top: -48px;
	left: 780px;
	z-index: 0;
	background: #ffd600;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.tf_h2_chatIcon2{
	width: 180px;
	height: 44px;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	top: -48px;
	left: 900px;
	z-index: 0;
	background: #ffd600;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
}
.tf_h2_text{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 16pt;
	font-weight: 700;
	position: absolute;
	left: 15px;
	top: -40px;
	z-index: 10;
}

.clear{
	clear: both;
}
.topspace_10{
	margin-top: 10px;
}
.topspace_20{
	margin-top: 20px;
}
.topspace_50{
	margin-top: 50px;
}
.topspace_80{
	margin-top: 80px;
}
.topspace_100{
	margin-top: 100px;
}
.bottomspace_10{
	margin-bottom: 10px;
}
.bottomspace_20{
	margin-bottom: 20px;
}
.bottomspace_30{
	margin-bottom: 30px;
}
.bottomspace_50{
	margin-bottom: 50px;
}
.bottomspace_100{
	margin-bottom: 100px;
}
.orange{
	color: #DFA100;
}
.red{
	color: #E00003;
}
.medium{
	font-weight: 500;
}
.bold{
	font-weight: 600;
}
.sizeLarge{
	font-size: 110%;
}
.leadCatch{
	font-size: 14px;
	line-height: 1.5em;
}
.backgra1{
	background: #fcfcfc;
background: -moz-linear-gradient(-45deg,  #fcfcfc 26%, #fffbc1 100%);
background: -webkit-linear-gradient(-45deg,  #fcfcfc 26%,#fffbc1 100%);
background: linear-gradient(135deg,  #fcfcfc 26%,#fffbc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fffbc1',GradientType=1 );
}
.backgra2{
	background: #feffff;
background: -moz-linear-gradient(top,  #feffff 38%, #d2ebf4 100%);
background: -webkit-linear-gradient(top,  #feffff 38%,#d2ebf4 100%);
background: linear-gradient(to bottom,  #feffff 38%,#d2ebf4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf4',GradientType=0 );
}

/*ページタイトルエリア*/
.tf_titleArea{
	padding: 5px 0;
	background-color: #ccc;
	background-image: url("../images/tech_forum_title_back.png");
	background-repeat: no-repeat;
	background-size: 110% auto;
}
.tf_titleblock{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.tf_title{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 27pt;
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
	padding: 5px 0 10px 0;
	text-align: center;
	text-shadow: 3px 3px 2px #000;
}
.tf_titleArea_text{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 20pt;
	font-weight: 700;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
	color: #ffffff;
}
/**/
    .sponsor{
        line-height: 1.5em;
    }
    .tf_catchLine{
        padding-top: 10px;
        margin-bottom: -40px;
	}
	.tf_catchArea{
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
	}
	.tf_catch{
		font-family: "UD新ゴ DB",Sans-Serif;
		font-size: 16pt;
		font-weight: 700;
		line-height: 1.2em;
		text-align: center;
		margin: 12px auto;
	}
    .tf_catch2{
		font-family: "UD新ゴ DB",Sans-Serif;
		font-size: 14pt;
		font-weight: 700;
		text-align: center;
		font-weight: 600;
		margin: 20px auto;
    line-height: 1.2em;
	}
    .tf_thanksmessage{
        text-align: center !important;
        font-size: 110% !important;
        font-weight: bold !important;
        color: red !important;
    }
    .timetable{
        width: 50%;
        margin: 8px auto -4px auto;
    }
    .tf_presentArea{
		font-family: "UD新ゴ DB",Sans-Serif;
		font-size: 10pt;
		font-weight: 700;
		line-height: 1.2em;
		margin: 10px auto;
    display: block;
    overflow: hidden;
	}
    .innerLinkArea{
    width: 60%;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px auto;
  }

/*ボタン*/
/*アンカー*/
    .btn-ankerA{
        display: block;
        margin-bottom: 10px;
    }
    .btn-ankerB {
        display: block;
        width: 140px;
        line-height: 40px;
        text-align: center;
        font-size: 17px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 50%;
        margin: 0 auto;
        background-color: #fff;
        border: 2px solid #00659F;
        color: #00659F !important;
    }
/*特別セッションエリア*/
    #specialsession{
        display: block;
        overflow: hidden;
        margin-top: 40px;
    }
.specialSessionArea{
	padding: 0;
	display: block;
	overflow: hidden;
}
.tf_specialsessionContents{
	border: solid 1px #ff8c00;
	padding: 10px 5px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.tf_specialsessionLeft{
	width: 105%;
	margin: -10px -5px -10px -5px;
    padding: 6px;
	background: #ffa84c;
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}
.tf_specialsessionRight{
	width: 100%;
	float: left;
}
.tf_specialsessionRight_left{
	margin-right: 10px;
}
.tf_specialsessionRight_right{
    width: 40%;
    margin: 0 auto;
	border: solid 1px #aaa;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.4);
}
.tf_specialsessionRight_right img{
	width: 100%;
}


.tf_session{
	border: solid 1px #ccc;
	padding: 10px 10px;
	display: block;
	overflow: hidden;
	min-height: 120px;
}
.tf_sessionNo{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 6px;
}
.tf_sessionDate{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 14pt;
	font-weight: 700;
	color: #000;
	line-height: 24px;
    float: left;
    margin-right: 10px;
}
.tf_sessionTime{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 12pt;
	font-weight: 700;
	color: #fff;
}

.tf_sessionContent_left{
	width: 60%;
	float: left;
	display: block;
	overflow: hidden;
}

.tf_sessionTitle{
  margin-top: 10px;
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1.2em;
	padding: 4px 0;
	color: #004ea2;
}
.tf_sessionContent{
	display: block;
	overflow: hidden;
	margin: 20px auto;
}
.tf_sessionContent_divname{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 12pt;
	font-weight: 700;
	margin-bottom: -10px;
}
.tf_sessionContent_Name{
	font-family: "UD新ゴ DB",Sans-Serif;
	font-size: 16pt;
	font-weight: 700;
	margin-top: 10px;
}

.tf_sessionContent_right{
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: solid 1px #aaa;
	float: right;
	display: block;
	overflow: hidden;
}
.tf_sessionContent_right img{
	width: 100%;
}
.btn-detail {
  font-size: 15px;
	vertical-align: bottom;
	display: block;
	width: 160px;
	text-align: center;
	max-width: 180px;
	color: #fff !important;
	text-decoration: none;
	padding: 4px;
	border-radius: 20px;
	margin: 0 auto 10px auto;
	background: #1e5799;
	background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}
    .tf_sessiontitle_sub{
        display: none;
    }
    .tf_techsession_date{
			font-family: "UD新ゴ DB",Sans-Serif;
			font-size: 14pt;
			font-weight: 700;
    }
    .tf_session{
        margin-bottom: 20px;
    }
    .tf_techsessionTitle{
			font-family: "UD新ゴ DB",Sans-Serif;
			font-size: 14pt;
			font-weight: 700;
			line-height: 1.2em;
    }
    .tf_onepoint_Area{
        margin-bottom: 0;
    }
    .tf_onepoint_title{
        width: 100%;
    }
    .tf_onepoint_title img{
        width: 100% !important;
    }
    .tf_onepoint_text{
      width: 100% !important;
      display: block;
      overflow: hidden;
    }
    .tf_timetable_btn{
        font-size: 16px;
    }
    .tf_onepointContent{
        margin-bottom: 20px;
        border: solid 1px #aaa;
        padding: 8px;
    }
    .tf_onepointCategory{
        font-size: 16px;
        text-align: center;
        background-color: #5CB1D0;
        border-radius: 10px;
        display: block;
        overflow: hidden;
        min-width: 200px;
        color: #fff;
    }
    .tf_onepointTitle{
			font-family: "UD新ゴ DB",Sans-Serif;
			font-size: 12pt;
			font-weight: 700;
			line-height: 1.2em;
      border-bottom: solid 1px orange;
      margin-bottom: 6px;
			padding-left:1.4em;
			text-indent:-1.4em;
    }
    .tf_osrBanner{
        border: solid 1px #ccc;
        padding: 12px 5px 5px 5px;
        display: block;
        overflow: hidden;
        height: 60px;
        background: #1e5799;
        background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
        background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    }
    .tf_osrTitle{
				text-align: left;
				padding-left: 1em;
				font-family: "UD新ゴ DB",Sans-Serif;
				font-size: 14pt;
				font-weight: 700;
        color: #fff;
        border-bottom: solid 2px #F3FF00;
        padding-bottom: 4px;
    }
    .tf_osrArrow{
        font-size: 20px;
        text-align: center;
        color: #F3FF00;
    }
    .chatLeft{
        font-size: 16px;
    }
    .chatRight{
        width: 150px;
        margin: 0 auto -20px auto;
    }
    .chatRight img{
        width: 100%;
    }
    .btn-form {
        display: block;
        width: 250px;
        text-align: center;
        max-width: 300px;
        color: #fff !important;
        text-decoration: none;
        padding: 10px;
        border: solid 1px #FF8900;
        border-radius: 20px;
        transition: .2s;
        margin: 0 auto 10px auto;
				font-family: "UD新ゴ DB",Sans-Serif;
				font-size: 16pt;
				font-weight: 700;
        background: #ff7a33;
        background: -moz-linear-gradient(-45deg,  #ff7a33 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
        background: -webkit-linear-gradient(-45deg,  #ff7a33 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
        background: linear-gradient(135deg,  #ff7a33 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a33', endColorstr='#fb955e',GradientType=1 );
    }
    .btn-form_end {
        display: block;
        width: 250px;
        text-align: center;
        max-width: 300px;
        color: #000 !important;
        text-decoration: none;
        padding: 10px;
        border: solid 1px #aaa;
        border-radius: 20px;
        transition: .2s;
        margin: 0 auto 10px auto;
				font-family: "UD新ゴ DB",Sans-Serif;
				font-size: 16pt;
				font-weight: 700;
        background: #ffffff;
        background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
        background: linear-gradient(135deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
    }
    .tf_question{
			font-family: "UD新ゴ DB",Sans-Serif;
			font-size: 12pt;
			font-weight: 700;
      color: #FF3200;
      margin-right: 10px;
      line-height: 1.2em;
    }
    .tf_answer{
			font-family: "UD新ゴ DB",Sans-Serif;
			font-size: 12pt;
			font-weight: 700;
      color: #0043FF;
      margin-right: 10px;
      line-height: 1.2em;
    }
    .tf_table{
      width: 100%;
    }
    .tf_table tr{
      width: 100%;
      padding: 6px 0;
    }
    .tf_table td{
      width: 100%;
      padding: 6px 0 6px 10px;
      display: block;
      overflow: hidden;
      font-size: 16px;
    }
    .tf_table tr:nth-child(2n+1) td {
      border-top: solid 1px #aaa;
      background-color: #E2E2E2;
    }

    /**/

}
