/*
Template Name: トップページ
*/




/**** 3 section structure for home page ****/
/** used on index.php) **/
 


#home #featured { 
    width: 100%;
    }
  
  
#home h2 { 
    margin: 2px 0 2px 0px; 
    color: #666;
    font-size: 14pt;
    font-weight: bold;
    }

/*
トップページスライド 2018.08 swiper
*/

#home .top_swiper2018 {
width: 1190px;
	margin:0px;
	padding:0;
	position:relative;
	}

#home .top_swiper_mobile2019{
	display:none;
}



#home .top_swiper2018  .swiper-container {
width: 1190px;
height: 250px;
margin-left: auto;
margin-right: auto;
    }



#home .top_swiper2018 .swiper-slide {
      background-size: cover;
      background-position: center;
    }
#home .top_swiper2018 .gallery-top {
      height: 80%;
      width: 100%;
    }

.swiper-pagination-bullet{
	background:#fff;
}

.swiper-pagination-bullet-active{
	background:#ff7b29;
}

#home .top_swiper2018 .gallery-top img {
      width: 100%;
    }

#home .top_swiper2018 .gallery-thumbs {
	display:block;
	display:flex;
	 background-color:#e6fdfe;
      height: 60px;
      box-sizing: border-box;
      padding: 10px;
    }


#home .top_swiper2018 .gallery-thumbs .swiper-slide img {
      height: 100%;
      opacity: 0.6;
    }

#home .top_swiper2018 .gallery-thumbs .swiper-slide-active img {
      opacity: 1;
    }

.swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-my-pagination img {
	height:70px;
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}
.swiper-my-pagination {
  display: block;
	width:100%;
	height:　70px;
}
.swiper-my-pagination {
  display: table;
  table-layout: fixed;
}
.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

/*
トップページスライド 2018.08 swiper ここまで
*/





/* 2018年バージョン追加 */

div.slider-nav {
display: block ;
    display: none; }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; 
}





.orbit-bullets {
    z-index: 1000;
    list-style: none;
width: 0px;
    height: 0px;
 margin:0;
 padding: 0; 
	padding-top: 1px; 
	}

.orbit-bullets li{
    display: none;
 margin:0;
 padding: 0; 

}




/****トップページ 動画エリア　 */

.middle-bnr-area{
	width:100%;
	clear:both;
	display:flex;
	padding:0 0 40px 20px;
	
}
.middle-bnr-area .middle-bnr-center{
	width:366px;
	padding:0 0 0 15px;
}

.middle-bnr-area .middle-bnr-right{
	width:366px;
	padding:0 0 0 17px;
}

#right-big-bnr_typeMV{
position:relative;
	height: 301px;
	width: 380px;
	border-top: none;
border-right: #000 solid 2px;
	border-bottom: none;
	display: block;
overflow:hidden;
padding:0px;
background-color:#000;
}


#right-big-bnr_typeMV video{
		height: 301px;
	width: 380px;
}



#right-big-bnr_typeMV .btn_products_link {
position: absolute;
border: none;
display: block;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#FFF;
padding:5px 5px;
font-size:10px;
line-height:10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 1px 1px 3px #000000;
-webkit-box-shadow: 1px 1px 3px #000000;
box-shadow: 1px 1px 3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#000000')";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400')";
background: -ms-linear-gradient(to top,#ff4600 0%,#e67b3d 100%) no-repeat;
background: -webkit-gradient(linear,left bottom , left top,from(#ff4600),to(#e67b3d)) no-repeat;
background: -moz-linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
background: -o-linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
background: linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.8) ;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

#right-big-bnr_typeMV .btn_products_link:hover {
color:#FFF;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03')";
background: -ms-linear-gradient(to top,#ff6a00 0%,#ff985c 100%) no-repeat;
background: -webkit-gradient(linear,left bottom , left top,from(#ff6a00),to(#ff985c)) no-repeat;
background: -moz-linear-gradient(0deg,#ff6a00 0%,#ff985c 100%) no-repeat;
background: -o-linear-gradient(0deg,#ff6a00 0%,#ff985c 100%) no-repeat;
background: linear-gradient(0deg,#ff6a00 0%,#ff985c 100%) no-repeat;
}

#right-big-bnr_typeMV .btn_event_link{
position: absolute;
border: none;
display: block;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#FFF;
padding:5px 5px;
font-size:10px;
line-height:10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 1px 1px 3px #000000;
-webkit-box-shadow: 1px 1px 3px #000000;
box-shadow: 1px 1px 3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#000000')";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400')";
background : -ms-linear-gradient(to top,#0000FF 0%,#8aadff 100%) no-repeat ;
background : -webkit-gradient(linear,left bottom , left top,from(#0000FF),to(#8aadff)) no-repeat ;
background : -moz-linear-gradient(0deg,#0000FF 0%,#8aadff 100%) no-repeat ;
background : -o-linear-gradient(0deg,#0000FF 0%,#8aadff 100%) no-repeat ;
background : linear-gradient(0deg,#0000FF 0%,#8aadff 100%) no-repeat ;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.8) ;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;

}

#right-big-bnr_typeMV .btn_event_link:hover {
color:#FFF;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03')";
background : -ms-linear-gradient(to top,#6b6bf5 0%,#b8beff 100%) no-repeat ;
background : -webkit-gradient(linear,left bottom , left top,from(#6b6bf5),to(#b8beff)) no-repeat ;
background : -moz-linear-gradient(0deg,#6b6bf5 0%,#b8beff 100%) no-repeat ;
background : -o-linear-gradient(0deg,#6b6bf5 0%,#b8beff 100%) no-repeat ;
background : linear-gradient(0deg,#6b6bf5 0%,#b8beff 100%) no-repeat ;
}

#right-big-bnr_typeMV .btn_products_link_strong{
position: absolute;
border: none;
display: block;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#FFF;
padding:5px 5px;
font-size:10px;
line-height:10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 1px 1px 3px #000000;
-webkit-box-shadow: 1px 1px 3px #000000;
box-shadow: 1px 1px 3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#000000')";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffbb03', endColorstr = '#ff5400')";
background : -ms-linear-gradient(to top,#640202 0%,rgb(255,41,41) 74%,rgb(253,48,48) 91%,#f06060 100%) no-repeat ;
background : -webkit-gradient(linear,left bottom , left top,from(#640202),color-stop(0.74,rgb(255,41,41)),color-stop(0.91,rgb(253,48,48)),to(#f06060)) no-repeat ;
background : -moz-linear-gradient(0deg,#640202 0%,rgb(255,41,41) 74%,rgb(253,48,48) 91%,#f06060 100%) no-repeat ;
background : -o-linear-gradient(0deg,#640202 0%,rgb(255,41,41) 74%,rgb(253,48,48) 91%,#f06060 100%) no-repeat ;
background : linear-gradient(0deg,#640202 0%,rgb(255,41,41) 74%,rgb(253,48,48) 91%,#f06060 100%) no-repeat ;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.8) ;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

#right-big-bnr_typeMV .btn_products_link_strong:hover {
color:#FFF;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe930', endColorstr = '#ff7f03')";
background: -ms-linear-gradient(to top,#ff4600 0%,#e67b3d 100%) no-repeat;
background: -webkit-gradient(linear,left bottom , left top,from(#ff4600),to(#e67b3d)) no-repeat;
background: -moz-linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
background: -o-linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
background: linear-gradient(0deg,#ff4600 0%,#e67b3d 100%) no-repeat;
}

#right-big-bnr_typeMV .btn_mv1505_a {
left: 5px;
top: 5px;
width:70px;
}

#right-big-bnr_typeMV .btn_mv1505_b {
left:101px;
top: 5px;
width:70px;
}


#right-big-bnr_typeMV .btn_mv1505_c {
left: 198px;
top: 5px;
width:70px;
}

#right-big-bnr_typeMV .btn_mv1505_d {
right: 5px;
top: 5px;
width:70px;
}

#right-big-bnr_typeMV .btn_mv1505_btm {
right:5px;
bottom: 5px;
width:250px;
}


#right-big-bnr_typeMV .btn_mv1506_a {
left: 5px;
top: 5px;
width:100px;
}

#right-big-bnr_typeMV .btn_mv1506_b {
left:135px;
top: 5px;
width:100px;
}


#right-big-bnr_typeMV .btn_mv1506_c {
right: 5px;
top: 5px;
width:100px;
}


#right-big-bnr_typeMV .btn_mv1508_a {
left: 5px;
top: 5px;
width:100px;

}

#right-big-bnr_typeMV .btn_mv1509_a {
/*left: 5px;*/
left: 60px;
/*top: 9px;*/
top: 2px;
width:144px;
}

#right-big-bnr_typeMV .btn_mv1509_b {
left:163px;
top: 5px;
width:120px;
}


#right-big-bnr_typeMV .btn_mv1509_c {

/*right: 9px;*/
right: 4px;
/*top: 9px;*/
top: 10px;
width:150px;

}

#right-big-bnr_typeMV .top_video_area_coment {
position:absolute;
left: 10px;
top: 10px;
color:#fff;
font-size:16px;
font-weight:bold;
}

#right-big-bnr_typeMV .top_video_area_coment_kuro {
position:absolute;
left: 10px;
top: 10px;
color:#000;
font-size:16px;
font-weight:bold;
}

#right-big-bnr_typeMV h4 {
position: absolute;
	left: 14px;
	top: 3px;
	border: none;
	display: block;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#FFF;
padding:3px 3px;
font-size:10px;
margin:0px;}


#right-big-bnr_typeMV .btn_todetail {
position: absolute;
	left: 280px;
	top: 2px;
	border: none;
	display: block;
padding:0px;
}

#right-big-bnr_typeMV .btn_todetail_smnr {
position: absolute;
	right: 7px;
	bottom: 5px;
	border: none;
	display: block;
padding:0px;
}

#top-bnr li{
	border :none;
}

/*
フラッシュ下部　製品バナーエリア  
*/

#home .productbox .top {
    background-image: url(images/shade-left-185-top.png);
    background-repeat: no-repeat;
    height: 7px;
    width: 100%
    }

#home .productbox .inner {
    width: 185px; /* has to match background blend graphic */
    background-image: url(images/shade-left-185-bg.png);
    background-repeat: repeat-y;
  overflow: hidden;
  height: 100%;
    }

#home .productbox .bottom {
    background-image: url(images/shade-left-185-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 7px;
    }

#home .productbox h3, #home .productbox h4 { 
    margin: 2px 0 2px 5px; 
    margin-left: 5px;
    color: #666;
    font-size: 10pt;
    font-weight: normal;
    }
    
#home .productbox h3 {
    /*
    line-height: 0.9em;
    margin-bottom: 5px;
    */
    }
    
#home .productbox h4 { 
    font-size: 10pt; 
  height: 3em;
  }

#home  .productbox h4 a
    { color: #666; 
      text-decoration: none; }


#home .productbox .graphic {
    margin-left: 0px;
    text-align: center;
    }

#home .productbox .graphic img {
    display: block;
    margin: auto;
    }
    




  
/*
トップページ下部　更新情報、イベント、スクール一覧
*/

#home .blend {
    background-image: url(images/shade-right-370-bg.png);
    background-repeat: repeat-y;
    width: 375px;
    margin-bottom: 7px;
    }

#home .blend .top {
    background-image: url(images/shade-right-370-top.png);
    height: 7px;
    }

#home .blend .bottom {
    background-image: url(images/shade-right-370-bottom.png);
    height: 7px;
    }
  
#home .post { 
    padding: 0 10px; 
    width: 350px;
    }


#main-contents .events dl{
    width: 100%;
padding-top: 4px;
padding-left: 6px;
    clear:both;
    border-collapse: collapse;
  }
#entry-main-contents .events dl{
    width: 900px;
padding-top: 4px;
padding-left: 6px;
    clear:both;
    border-collapse: collapse;
  }


/*
トップページ インフォメーションエリア
*/

#home #home-informations {
	clear: both;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 0px;
}


#home-informations a, #home-informations a                 { text-decoration: none; }
#home-informations a:link, #home-informations a:link       { color: #666; } 
#home-informations a:visited, #home-informations a:visited { color: #666; } 
#home-informations a:hover, #home-informations a:hover     { color: #666; background-color: #F1F2EB; } 
#top-info-leftarea {
	margin: 0 0 30px 0;
	padding: 0px;
	float: left;
	width: 370px;
 padding-bottom: 10px;
}

#top-info-centerarea {
	margin: 0 0 30px 0;
	float: left;
	width: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#top-info-rightarea {
	margin: 0 0 30px 0;
	float: left;
	width: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*
更新情報エリア
*/

#home h2.top_title_news{

display:flex;
justify-content:space-between;
margin:0 2px;
padding:0;
border-bottom: 4px solid #ffa500;
}
#home h2.top_title_news strong{
font-size:1.4em;
color:#666;
font-weight:normal;
display:inline-block;}

#home h2.top_title_news span{
display:inline-block;
color:#ffb833;
font-weight:bold;
line-height:44px;
font-size:0.8em;}

#top_news{
margin:0px;
padding:0px;
padding-left:5px;
padding-bottom:20px;
list-style-type:none;
}
#top_news li{
margin:0px;
padding:0px;
clear:both;
}

#top_news li a{
font-size:14px;
margin:0px;
padding:7px 0px 7px 0px;
display:block;
}

#top_news li span{
font-size:12px;
color:#85A2C4;
width:63px;
float:left;
padding:7px 0px 7px 0px;
display:block;
}
#top_news li strong{
margin:0px;
padding:0px;
font-weight:normal;
width:270px;
float:right;
display:block;
}



/*
ソーシャルメディアエリア
*/



ul#blog-analysis-cat{
width:150px;
float:right;
padding-bottom:25px;
padding-right:10px;
margin:0px;}


ul#blog-analysis-cat li a{
display:block;
padding:2px 0px;
}

ul#blog-soft-cat{
width:160px;
padding-left:25px;
margin:0px;
}

ul#blog-soft-cat li a{
display:block;
padding:2px 0px;
}

#sns-follow-button{
width:170px;
float:right;
padding-top:4px;
padding-right:8px;
}
#sns-follow-button a{
background-color:none;
float:right;
}


#sns-follow-button a:hover{
background-color:none;
float:right;
}

#sns-follow-button .fb-like{
padding:10px 6px 0px 0px;
float:right;
}
#sns-follow-button .btn-youtube{
padding:8px 6px 0px 3px;
height:25px;
float:right;
}
#sns-follow-button .btn-youtube:hover{
background-color:#FFF;
}

/*
トップページ イベント、セミナー、スクール
*/



#home .events {
    width: 360px;
padding-top: 4px;
padding-left: 6px;
    clear:both;
    border-collapse: collapse;
margin:0 0 20px 0;
   
  }

#home .events dl{
    border-bottom: 1px solid #ccc;
    display:block;
    width: 360px;
    padding:0px;
    margin:0px;


    } 

.sectionOdd{
	background-color:#f8f8f8;
    } 

.sectionEvn{
		background-color:#fff5f7;
}

#home .events dt{
	font-size:12px;
color: inherit;
    font-weight: normal;
    border: none;
    vertical-align: top;
    text-align: left;
    padding: 15px  5px  15px  5px;
    margin: 0px;
    display:inline-block;

    }
#home .events dd {
    border: none;
    vertical-align: top;
    text-align: left;
	width:275px;
    padding: 15px  5px  15px  5px;
	font-size:14px;
	line-height:1.2em;
	display:inline-block;
    margin: 0px;

    }



#home .events dd em{
	display:block;
    width: 40px;
	border-radius:4px;
	font-size:0.8em;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	float:left;
	margin:0 7px 0 0;
    }


#home .events dl a{
    padding: 0px;
    border: none;
    display:flex;
    display:block;
    color: #333;
    }
#home .events dl a:hover{
    border: none;
    display:block;
background-color: #F1F2EB;
    }
#home .events dd strong.red {
    color:#ff0000;
    }
#home .events dd strong.green {
    color:#006a1b;
    }
#home .events dd b {
    font-weight: normal;
    color:#ff0000;
    }


#home .events span.more {
    display:block;
clear:both;
width:100px;
padding-left: 250px;
padding-top: 5px;
border-top: 1px solid #ccc;
    }


#home h2.top_title_event{

display:flex;
justify-content:space-between;
margin:0 2px;
padding:0;
border-bottom: 4px solid #4aae5a;
}
#home h2.top_title_event strong{
font-size:1.4em;
color:#666;
font-weight:normal;
display:inline-block;}

#home h2.top_title_event span{
display:inline-block;
color:#4aae5a;
font-weight:bold;
line-height:44px;
font-size:0.8em;}


#home h2.top_title_seminar{

display:flex;
justify-content:space-between;
margin:0 2px;
padding:0;
border-bottom: 4px solid #b13298;
}
#home h2.top_title_seminar strong{
font-size:1.4em;
color:#666;
font-weight:normal;
display:inline-block;}

#home h2.top_title_seminar span{
display:inline-block;
color:#b13298;
font-weight:bold;
line-height:44px;
font-size:0.8em;}

#home h2.top_title_school{

display:flex;
justify-content:space-between;
margin:0 2px;
padding:0;
border-bottom: 4px solid #bf3c48;
}
#home h2.top_title_school strong{
font-size:1.4em;
color:#666;
font-weight:normal;
display:inline-block;}

#home h2.top_title_school span{
display:inline-block;
color:#bf3c48;
font-weight:bold;
line-height:44px;
font-size:0.8em;}

#home a.more_event_page{
width:60%;
font-size:1.2em;
text-align:center;
display:block;
color:#fff;
background-color:#4aae5a;
height:40px;
line-height:40px;
margin:25px auto 0 auto;}

#home a.more_event_page:visited{
color:#fff;}

#home a.more_event_page:hover{
color:#fff;
background-color:#6fbd7c;
}

#home a.more_news_page{
width:60%;
font-size:1.2em;
text-align:center;
display:block;
color:#fff;
background-color:#ffa500;
height:40px;
line-height:40px;
margin:0 auto;}

#home a.more_news_page:visited{
color:#fff;}

#home a.more_news_page:hover{
color:#fff;
background-color:#ffb833;
}

#home a.more_seminar_page{
width:60%;
font-size:1.2em;
text-align:center;
display:block;
color:#fff;
background-color:#b13298;
height:40px;
line-height:40px;
margin:0 auto 40px auto;}

#home a.more_seminar_page:visited{
color:#fff;}

#home a.more_seminar_page:hover{
color:#fff;
background-color:#a95c9a;
}

#home a.more_school_page{
width:60%;
font-size:1.2em;
text-align:center;
display:block;
color:#fff;
background-color:#bf3c48;
height:40px;
line-height:40px;
margin:20px auto 0 auto;}

#home a.more_school_page:visited{
color:#fff;}

#home a.more_school_page:hover{
color:#fff;
background-color:#c9545f;
}



/*
ソリッドワークスバナー
*/

.top_bnr_solidworks{
width:384px;
height:73px;
position:relative;
margin-bottom:15px;
}
.bnr_detail_btn01{
width:54px;
height:33px;
display:block;
position:absolute;
top:36px;
left:80px;}

.bnr_detail_btn02{
width:54px;
height:33px;
display:block;
position:absolute;
top:36px;
left:205px;}

.bnr_detail_btn03{
width:54px;
height:33px;
display:block;
position:absolute;
top:36px;
left:328px;}




/****トップページ コンタクトエリア 150115 ****/

.top_contacts_area {
	width:364px;
	height:300px;
	margin:0px;
	padding:0 0 20px 0;
}


#home-informations .top_contacts_area a:visited
{
	color:#FFF;
}
		
#home-informations .top_contacts_area a{
	text-decoration:none;
	font-weight:bold;
	display:block;
	border:none;
	color:#FFF;
}
					
#home-informations .top_contacts_area a:hover{
	border:none;
	color:#FFF1B3;}

#home-informations .top_contacts_area .tca_01{
	width:364px;
	display:block;
	margin:0px;
	padding:0px;
	color:#FFF;
	float:left;
	font-size:23px;
	text-align:center;
	height:87px;
	line-height:87px;
	background-image:url(https://www.cae-sc.com/images/contacts01_main.png);
	text-shadow : 2px 2px 2px rgba(204,89,0,1) ;}
	
#home-informations .top_contacts_area .tca_02{
	margin:0px;
	padding:0;
	float:left;
	color:#FFF;
	font-size:23px;
	text-align:center;
	height:126px;
	line-height:126px;
	width:182px;
	background-image:url(https://www.cae-sc.com/images/contacts02.png);
	text-shadow : 2px 2px 2px rgba(204,89,0,1) ;}

#home-informations .top_contacts_area .tca_03{
	margin:0px;
	padding:43px 0px;
	float:left;
	color:#FFF;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	height:40px;
	line-height:24px;
	width:182px;
	background-image:url(https://www.cae-sc.com/images/contacts02.png);
	background-repeat:no-repeat;
	text-shadow : 2px 2px 2px rgba(204,89,0,1) ;}
		
#home-informations .taa_sc_area{
	clear:both;
	margin:0px;
	padding:13px 0px 0px 0px;
	height:337px;
	width:364px;
	background-image:url(https://www.cae-sc.com/images/contacts06b.png);
	background-repeat:no-repeat;}
			
#home-informations .taa_sc_area h4{
	margin:0px;
	padding:0px;
}
#home-informations .taa_sc_area h4 a{
	width:330px;
	margin:0px;
	padding:25px 0px 7px 0px;
	color:#FFF;
	font-size:20px;
	text-align:center;
	height:20px;
	line-height:20px;
	font-weight:bold;
	display:block;
	text-shadow : 2px 2px 2px rgba(204,89,0,1) ;
}

#home-informations .taa_sc_area h4 a:hover{
	border:none;
	color:#FFF1B3;
	background-color:transparent;
}

#home-informations .taa_sc_area .taa_sc_cat strong{

	display:block;
	width:41px;
	margin:0px;
	padding:42px 4px 16px 20px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	height:16px;
	line-height:16px;
	color:#F30;
	float:left;}
	
#home-informations .taa_sc_area .taa_sc_cat{
	clear:both;
	width:364px;
	margin:0px;
	height:92px;
	padding:10px 0px 0px 0px;}
	
#home-informations .taa_sc_area .taa_sc_cat a{
	width:97px;
	display:block;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#444;
	float:left;
	margin:0px;
	padding:7px 0px 0px 0px;}

#home-informations .taa_sc_area .taa_sc_cat i{
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	width:5px;
	color:#444;
	margin:0px;
	padding:0px 2px 2px 0px;
	}

#home-informations .taa_sc_area .taa_sc_cat a:hover{
	color:#f06b00;
	background-color:transparent;}
		
#home-informations .taa_sc_area .taa_sc_sp{
	clear:both;
	width:364px;
	height:112px;
	margin:0px;
	padding:0px;
	position:relative;}

#home-informations .taa_sc_area .taa_sc_sp a{
	display:block;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	text-wrap:none;
	padding:0px 0px 0px 0px;}
#home-informations .taa_sc_area .taa_sc_sp a i{
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#FF6600;
	margin:0px;
	padding:0px 2px 0px 0px;}

#home-informations .taa_sc_area .taa_sc_sp a:hover{
	color:#F60;
	background-color:transparent;}

#home-informations .taa_sc_area .taa_sc_sp a.sp01{
	position:absolute;
	top:32px;
	left:26px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp02{
	position:absolute;
	top:32px;
	left:203px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp03{
	position:absolute;
	top:55px;
	left:26px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp04{
	position:absolute;
	top:55px;
	left:233px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp05{
	position:absolute;
	top:80px;
	left:26px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp06{
	position:absolute;
	top:80px;
	left:183px;

}
#home-informations .taa_sc_area .taa_sc_sp a.sp07{
	position:absolute;
	top:80px;
	left:304px;
}


/****トップページ コンタクトエリア 150115 ここまで　****/

/****トップページ レフトメニューエリア 150421 ****/

.top-leftMenu {
	width:364px;
	margin:0px;
	padding:0px;
}

#home-informations .top-leftMenu a:visited
{
	color:#666666;
}
		
#home-informations .top-leftMenu a{
	text-decoration:none;
	font-weight:normal;
	display:block;
	border:none;
	color:#666666;
}
					
#home-informations .top-leftMenu .leftMenu{
	width:364px;
	display:block;
	margin:0 0 5px 0;
	padding:0px;
	height:89px;
	background-image:url(https://www.cae-sc.com/images/btn_TopLeftMenu_bk_ovr.png);
	background-repeat:no-repeat;
	}

#home-informations .top-leftMenu .leftMenu a{
	width:364px;
	display:block;
	margin:0;
	padding:0px;
	color:#666666;
	font-size:23px;
	text-align:center;
	height:89px;
	line-height:87px;
	background-image:url(https://www.cae-sc.com/images/btn_TopLeftMenu_bk.png);
	background-repeat:no-repeat;
	}
	
#home-informations .top-leftMenu .leftMenu a:hover{
	border:none;
	color:#828282;
	background:none;
}
#home-informations .top-leftMenu .leftMenu2{
	width:364px;
	display:block;
	margin:0px;
	padding:0px;
	height:89px;
	background-image:url(https://www.cae-sc.com/images/btn_TopLeftMenu2_bk_ovr.png);
	background-repeat:no-repeat;
	}

#home-informations .top-leftMenu .leftMenu2 a{
	width:364px;
	display:block;
	margin:0;
	padding:0px;
	color:#666666;
	font-size:23px;
	text-align:center;
	height:89px;
	line-height:87px;
	background-image:url(https://www.cae-sc.com/images/btn_TopLeftMenu2_bk.png);
	background-repeat:no-repeat;
	}
	
#home-informations .top-leftMenu .leftMenu2 a:hover{
	border:none;
	color:#828282;
	background:none;
}


/****トップページ レフトメニューエリア 150421 ここまで ****/


#top-faqAndUserpage-area{
	clear:both;
border-top:solid 1px #efefef;
padding:40px 0px 20px 0px;
display:flex;
	flex-wrap:wrap;
	margin:20px 0 0 0;
}


#top-faqAndUserpage-area h3{
width:100%;
color:#666;
font-size:24px;
font-weight:bold;
margin:0;
padding:0 0 10px 0;
text-align:center;
}


#top-faq-area{
width:760px;
padding:0px 0px 20px 20px;

}




#top-faq-area h3{
color:#666;
font-size:24px;
font-weight:bold;
margin:0;
padding:0 0 10px 0;
text-align:center;
}

#top-faq-area ul{
width:100%;
padding:0 ;
list-style-type:none;
display:flex;
flex-wrap:wrap;
justify-content:space-around;
}



#top-faq-area .top-faq-parts{
width:350px;
padding:0 0 0 20px;
margin:0;

}

#top-faq-area .top-faq-parts li{
padding:6px 0 0 0;
font-size:14px;
margin:0;
line-height:22px;
text-align:center;
width:350px;
border-bottom:dotted 1px #efefef;
}

#top-faq-area .top-faq-parts li a{
padding:2px 0;
color:#666;
text-decoration:none;
display:block;
}

#top-faq-area .top-faq-parts li a i{
padding:0 0 0 6px;
color:#ff7b29;
}


#top-faq-area .top-faq-parts li a:hover{
color:#fd9a5c;
}


#top-Userpage-area{
width:350px;
padding:0px 0px 20px 40px;

}

#top-Userpage-area h3{
color:#666;
font-size:24px;
font-weight:bold;
margin:0;
padding:0 0 10px 0;
text-align:center;
}



#top-Userpage-area ul{
 max-width:700px;
padding:0;
list-style-type:none;
display:flex;
flex-wrap:wrap;
justify-content:space-around;
}




#top-Userpage-area  .top-Userpage-parts{
width:350px;
padding:0;
margin:0;

}


#top-Userpage-area .top-Userpage-parts li{
padding:6px 0 0 0;
font-size:14px;
margin:0;
line-height:22px;
text-align:center;
width:350px;
border-bottom:dotted 1px #efefef;
}


#top-Userpage-area .top-Userpage-parts li a{
padding:2px 0;
color:#666;
text-decoration:none;
display:block;
}


#top-Userpage-area .top-Userpage-parts li a i{
padding:0 0 0 6px;
color:#ff7b29;
}



#top-Userpage-area .top-Userpage-parts li a:hover{
color:#fd9a5c;
}

/****トップページ SNSエリア 171130 ここから ****/

#top-sns-area{
clear:both;
border-top:solid 1px #efefef;
padding:40px 0px;

}

#top-sns-area ul{ display:flex;
flex-wrap:wrap;
justify-content:center;
list-style-type:none;
margin:0 auto;
padding:0;
}

#top-sns-area ul li {
padding:0 40px;
font-weight:bold;
display:inline-block;}


#top-sns-area ul li a{
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	text-align:center;
color:#ff7b29;}

#top-sns-area ul li a i{
padding:0 0 0 6px;
display:inline-block;
}

#top-sns-area ul li a img{
padding:0 0 0 6px;
display:inline-block;
	height:40px;
}

#top-sns-area ul li a:visited{
color:#ff7b29;}
#top-sns-area ul li a:hover{
color:#fd9a5c;}

/****トップページ SNSエリア 171130 ここまで ****/


/****トップページ Pマーク　AutoDesk エリア　171130 ****/

#top-PmarkanAndBrand-area{
border-top:solid 1px #efefef;
padding:40px 0px 40px 0;
clear:both;
display:flex;
justify-content:center;
flex-wrap:wrap;
}

.autodesk-logo-area{
padding:0 10px 0 0;
width:220px;
height:147px;}

.autodesk-logo-area a{
display:block;
float:left;
vertical-align:top;}


.autodesk-logo-area img{
vertical-align:top;}


.ssl-area{
		margin:0 0 0 0px;
	padding:0 0 0 40px;
	width:200px;
}


.p-mark-area {
	margin:0 0 0 0px;
	padding:0 0 0 40px;
	width:430px;

	}

.p-mark-area img{
	margin:5px;
	float:left;
	}

.p-mark-area p{
	width:330px;
	margin:3px;
	float:right;
	}

/****トップページ Pマーク　AutoDesk エリア　171130 ここまで****/

/****トップページ SolidWorks エリア　210209  ****/

#top-SW-Brand-area{
border-top:solid 1px #efefef;
padding:40px 0px 40px 35px;
clear:both;
display:flex;
justify-content:center;
flex-wrap:wrap;
}
#top-SW-Brand-area img{
height:90px;
margin:0 50px;
display:block;
}

#top-SW-Brand-area a{
display:block;
height:90px;
}


/****トップページ ビデオエリア 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

****/

#index-videoarea-bottom{
clear:both;
padding:10px 0px 10px 0px ;
margin:0px;
height: 236px;
width: 100%;
border-top: dotted 1px #8d8d8d;
border-bottom: dotted 1px #8d8d8d;
background-color:#e1eaeb;
background-color:#666;
display:flex;
flex-wrap:wrap;
align-content:stretch;
}

/****トップページ ボタンカタログリーフレットダウンロードこちら****/
.btn-pdf-download{
background-color:#e8e8e8;
width:355px;
height:113px;
border-radius:6px;
display:block;
margin-bottom:20px;
}
/****トップページ セミナースクール非表示の処置 20200409 ****/

#top-info-rightarea{
	padding-top:0px;
}
