

#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  max-width: 100% !important;
}
.adspecial_type1 .frame_header {
  margin-bottom: 10px;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  /*width: 970px;*/
  width:auto;
  /*float: left;*/
  position: relative;
  background: #fafafa;
  right: 320px;
  text-align: left;
}


.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  max-width: 1200px;
  float: none;
  position: relative;
  background: #ccc;
margin:0 auto;
padding:0 20px;
}

.adspecial_type1 .frame_col_left {
  float: left;
  /*width: 650px;*/
  width: 750px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_left_inner {
  padding: 0 10px 0 0;
}
.adspecial_type1 .frame_col_right {
  float: left;
  /*width: 320px;*/
width:370px;
  position: relative;
  left: 400px;
/*left:320px;*/
}
.adspecial_type1 .frame_col_right_inner {
  padding: 0 10px;
}
* html .adspecial_type1 .frame_col_right_inner {
  width: 300px;
}
* html .adspecial_type1 .frame_col_left {
  overflow: hidden;
}
* html .adspecial_type1 .frame_col_right  {
  overflow: hidden;
}




/* フレーム設定-------------------------------------------------------------------------------- */


#adspecial_datacleanroom_202311{
margin-left: 0;
padding: 0;
}


#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left_container {
background: #ffffff;
}
#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_right_container {
background: #ffffff;
}


#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left_inner{
padding:0;
}


footer{
margin-top:0 !important;
}


#block_story{
margin-left:0;
}

#contents{padding:0 !important;}
#content{padding:0 !important;}

#adspecial_datacleanroom_202311.adspecial_type1{
width:100%;
margin:0 auto !important;
}



#adspecial_datacleanroom_202311.adspecial_type1 .leaf_content .left{
margin:0 10px 0 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .leaf_content .right{
margin:0 20px 0 10px;
}


#adspecial_datacleanroom_202311.adspecial_type1 .article_body .left,
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .right{
margin:0 auto !important;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_sponsored{
width:100%;
margin:0 auto !important;
/*padding:25px 0 !important;*/
background:none;
/*border:1px solid #e5e5e5;*/
/*color:#151515;*/
}



/*2カラム記事の調整*/


#adspecial_datacleanroom_202311.adspecial_type1 .article_body p{
margin:15px !important;
}







/* Headline設定-------------------------------------------------------------------------------- */



#adspecial_datacleanroom_202311.adspecial_type1 .frame_header{
background-color:#031726;
margin:20px auto 45px !important;
box-shadow:0 0 20px #ccc;
height:300px;
position:relative;
z-index:10;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:url(/extra/datacleanroom_202311/media/img_head_main.png) right top no-repeat;
z-index:-1;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_header:after{
content:"特集";
position:absolute;
top:0;
left:0;
width:100px;
height:100px;
background-color:#7c3ddb;
color:#fff;
padding:15px;
overflow: auto;
clip-path: polygon(100% 0, 0 0, 0 100%);
}


#adspecial_datacleanroom_202311.adspecial_type1 .frame_header.header_inner{
height:300px;
overflow:hidden;
}



#adspecial_datacleanroom_202311.adspecial_type1 h1{
margin:0 10%;
padding:0;
font-size:clamp(1.5rem,3vw,1.75rem);
color:#fff;
display:flex;
flex-direction:column;
justify-content:center;
font-weight:normal;
width:fit-content;
height:300px;
position:relative;
z-index:100;
}


#adspecial_datacleanroom_202311.adspecial_type1 h1 span{
display:block;
margin:0 0 5px 0;
  position: relative;
  color: transparent;
  &::before{
content: "";
position: absolute;
z-index: 1;
top: 0%;
right: 100%;
bottom: 0%;
left: 0%;
background : rgba(124,61,219,0.8);
  }
  &.active{
    animation-name: text-effct-a;
    animation-duration: 0s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    &::before{
      animation-name: text-effct-b;
      animation-duration: 1.3s;
      animation-fill-mode: forwards;
    }
  }
}


@keyframes text-effct-a {
  100%{
    color: inherit;
  }
}
@keyframes text-effct-b {
  50%{
    left: 0%; right: 0%;
  }
  100%{
    left: 100%; right: 0%;
  }
}





@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {  
    width: 100vw;
    height: 300px;
    top: 0;
    left: 0;    
    overflow: hidden;
}

.background span {
    width: 4vmin;
    height: 4vmin;
    border-radius: 6vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #291ec8;
    top: 91%;
    left: 70%;
    animation-duration: 40s;
    animation-delay: -40s;
    transform-origin: 12vw -6vh;
    box-shadow: 12vmin 0 2.1269704421407534vmin currentColor;
}
.background span:nth-child(1) {
    color: #3a6fd9;
    top: 64%;
    left: 34%;
    animation-duration: 11s;
    animation-delay: -33s;
    transform-origin: 13vw -9vh;
    box-shadow: 12vmin 0 2.1828434910834247vmin currentColor;
}
.background span:nth-child(2) {
    color: #3a6fd9;
    top: 34%;
    left: 82%;
    animation-duration: 21s;
    animation-delay: -10s;
    transform-origin: -24vw -21vh;
    box-shadow: 12vmin 0 2.445568906838181vmin currentColor;
}
.background span:nth-child(3) {
    color: #3a6fd9;
    top: 52%;
    left: 26%;
    animation-duration: 41s;
    animation-delay: -3s;
    transform-origin: 1vw 22vh;
    box-shadow: -12vmin 0 1.648446119635269vmin currentColor;
}
.background span:nth-child(4) {
    color: #291ec8;
    top: 87%;
    left: 35%;
    animation-duration: 19s;
    animation-delay: -46s;
    transform-origin: 19vw -16vh;
    box-shadow: 12vmin 0 1.5320128176054204vmin currentColor;
}
.background span:nth-child(5) {
    color: #291ec8;
    top: 77%;
    left: 76%;
    animation-duration: 19s;
    animation-delay: -11s;
    transform-origin: 10vw 21vh;
    box-shadow: -12vmin 0 1.6486778852266981vmin currentColor;
}
.background span:nth-child(6) {
    color: #3a6fd9;
    top: 28%;
    left: 66%;
    animation-duration: 33s;
    animation-delay: -2s;
    transform-origin: 23vw -5vh;
    box-shadow: 12vmin 0 1.8454969870658817vmin currentColor;
}
.background span:nth-child(7) {
    color: #3a6fd9;
    top: 94%;
    left: 11%;
    animation-duration: 46s;
    animation-delay: -18s;
    transform-origin: 4vw 17vh;
    box-shadow: -12vmin 0 1.7013575369591518vmin currentColor;
}


.comingsoon{
color:#666;
margin:20px 0;
font-size:24px;
}



/* add -------------------------------------------------------------------------------- */


#adspecial_datacleanroom_202311.adspecial_type1 .lead_block{
color:#666;
margin:25px 0 0 0;
position:relative;
}

#adspecial_datacleanroom_202311.adspecial_type1 .lead_block:after{
content: "";
position:absolute;
top:-20px;
left:0;
width: 50px;
height: 4px;
background-color: #3f1282;
}

#adspecial_datacleanroom_202311.adspecial_type1 .lead_block p{
margin:15px 0 !important;
padding:0 !important;
}


#adspecial_datacleanroom_202311.adspecial_type1 h2{
color:#444;
font-size:1.75rem;
position:relative;
}

#adspecial_datacleanroom_202311.adspecial_type1 h2:before{
content: attr(data-en);
display: block;
color: #7c3ddb;
font-size: 60%;
}

#adspecial_datacleanroom_202311.adspecial_type1 h2:after{
content: "";
display: block;
width: 50px;
height: 4px;
background-color: #3f1282;
}

.article-contents ul li:last-child{
margin-bottom:0 !important;
}



#adspecial_datacleanroom_202311.adspecial_type1 .contents_block{
margin:10px auto 30px;
padding:20px;
border-radius:5px;
/*max-width:630px;*/
max-width:730px;
box-shadow:0 0 10px #d5d5d5;
line-height:1.4 !important;
}
#adspecial_datacleanroom_202311.adspecial_type1 .contents_block.last_block{
margin-bottom:45px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul{
display:flex;
flex-direction:column;
margin:0 !important;
padding:0 !important;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li{
list-style:none;
clear:both;
font-size:90%;
margin-bottom:24px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li a{
position:relative;
/*display:block;*/
display:flex;
align-items:center;
color:#444;
}



#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li a:hover{
color:#ac81ee !important;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li a:after{
content:"";
position: absolute;
top:45%;
left:-30px;
width: 15px;
height: 15px;
border-style: solid;
border-width: 3px 3px 0 0;
border-radius:2px;
border-color: #7c3ddb;
transform: rotate(45deg) scale(1);
transition: 0.3s;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li a:hover:after{
border-color: #3f1282;
transform:rotate(45deg) scale(1.2);
}


#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul li a img{
width:80px;
height:60px;
background-color:#f5f5f5;
float:left;
margin:0 10px 0 0;
}


/*#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
}*/


#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp li{
margin:0 0 15px 0;
padding-bottom:10px;
border-bottom:1px dotted #e5e5e5;
}


#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp li a:after,
#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area li a:after{
display:none;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp li a img{
width:100px;
height:auto;
border:1px solid #e0e0e0;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp li a img.beside{
width:130px;
height:auto;
}


#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area{
display:flex;
flex-direction:row;
flex-wrap: wrap;
justify-content:space-around;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area li{
width:180px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area li img{
width:180px;
height:auto;
background-color:#fff;
}






/* ヘッダー＆フッター広告表記 2024～
-------------------------------------------------------------------------------------------------------*/


.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    background-color:#fff;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
    z-index:1000;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


@media screen and (max-width: 800px) {

.block_sponsored_area{
margin:25px;
}


}







#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 45px 10px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li {
  width: 300px;
  padding-bottom: 0px;
  height: 70px;
  margin-bottom: 5px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li a {
  display: block;
  height: 70px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: -9999px;
  width: 300px;
  background-repeat: no-repeat;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink1 a {
  background-position: 0 0;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink1 a:hover,
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul#on1 li.plink1 a {
  background-position: -300px 0;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink2 a {
  background-position: 0 -70px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink2 a:hover,
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul#on2 li.plink2 a {
  background-position: -300px -70px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink3 a {
  background-position: 0 -140px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink3 a:hover,
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul#on3 li.plink3 a {
  background-position: -300px -140px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink4 a {
  background-position: 0 -210px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink4 a:hover,
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul#on4 li.plink4 a {
  background-position: -300px -210px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink5 a {
  background-position: 0 -280px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul li.plink5 a:hover,
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink ul#on5 li.plink5 a {
  background-position: -300px -280px;
}




#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber ul li {
  background: url(/extra/datacleanroom_202311/media/right_list_backnumber.gif) no-repeat 2px 4px;
  padding-left: 16px;
  margin-bottom: 7px;
  line-height: 1.2em;
  font-size: 12px;
}



#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber a img {
  margin: 0 10px 10px 5px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber a h6.title {
  border-bottom: none;
  font-size: 12px;
  display: inline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber p {
  margin-top: 3px;
  font-size: 12px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber a:hover h6.title {
  text-decoration: underline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_backnumber .backnumber .property a {
  margin-left: 5px;
}


#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info  {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info a img {
  margin: 0 auto 5px auto;
  display: block;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info a .txt {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info a:hover .txt {
  text-decoration: underline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_info .info p {
  font-size: 12px;
}


#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp {
  margin-bottom: 20px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp {
  margin-bottom: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp a img {
  margin: 0 10px 10px 5px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
* html #adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp a h6.title {
  border-bottom: none;
  font-size: 12px;
  display: inline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp p {
  margin-top: 3px;
  font-size: 12px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp a:hover h6.title {
  text-decoration: underline;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .block_right_wp .wp .property a {
  margin-left: 5px;
}


#adspecial_datacleanroom_202311.adspecial_type1 .block_right_related ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_right_related ul li {
  background: url(/extra/datacleanroom_202311/media/right_list_related.gif) no-repeat 2px 4px;
  padding-left: 16px;
  margin-bottom: 7px;
  line-height: 1.2em;
  font-size: 12px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_datacleanroom_202311.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_datacleanroom_202311.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}



@media screen and (max-width: 1200px) {
.frame_col_right_container{
max-width:100%;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left{
max-width:650px;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_right{
left:350px;
width:320px;
}


}






@media screen and (max-width: 1000px) {
  #adspecial_datacleanroom_202311.adspecial_type1,
  #adspecial_datacleanroom_202311.adspecial_type1 .frame_col_right_container,
  #adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left_container,
  #adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left,
  #adspecial_datacleanroom_202311.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_datacleanroom_202311.adspecial_type1 .article_body .left,
  #adspecial_datacleanroom_202311.adspecial_type1 .article_body .right,
  #adspecial_datacleanroom_202311.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_datacleanroom_202311.adspecial_type1 img {
    display: block;
    /*width: auto !important;
    max-width: 100% !important;*/
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_datacleanroom_202311.adspecial_type1 .block_right_plink {
    display: none;
  }

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_left{
max-width:100%;
}

#adspecial_datacleanroom_202311.adspecial_type1 .frame_col_right {
left:320px;
}


#adspecial_datacleanroom_202311.adspecial_type1 h1{
margin:0 5%;
}

.ad-bnr-rect-btm a{
display:block !important;
}


#adspecial_datacleanroom_202311.adspecial_type1 .frame_header:before{
opacity:0.7;
}



#adspecial_datacleanroom_202311.adspecial_type1 .lead_block{
margin:25px 15px;
}

#adspecial_datacleanroom_202311.adspecial_type1 h2{
margin:30px 0;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block{
max-width:95%;
margin:0 auto;
}



}


@media screen and (max-width: 640px) {

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.contents_wp li a img{
width:80px;
}



#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area{
display:block;
}

#adspecial_datacleanroom_202311.adspecial_type1 .contents_block ul.logo_area li{
margin:0 auto;
}

.star {
right:50%;
}

.blue {
right:55%;
}




#adspecial_datacleanroom_202311.adspecial_type1 h1{
margin:0 15px;
}



}

