<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/**************************

History
20200318 TopPage Video Sectionä¿®æ­£
20200327 Side Bar Contact &amp; Linksä¿®æ­£

***************************/
/**************************
* Top Page
***************************/
/*
Top Page &gt; Video Section
*/

.section-video {
  max-width: none;
}
.section-video .layout-box {
	padding-top: 0;
}

.section-video .layout-box .box-videos .item-detail
{
    display: inline-block;
    width:45%;
    margin: 0 2% 0;
}
.section-video .layout-box .box-videos .item-detail  p:nth-child(1) {
  position: relative;
  padding: 28% 0;
}

.section-video .layout-box .box-videos .item-detail iframe
{
  display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-video .layout-box .box-videos .item-detail  p:nth-child(2)
{
padding-top:0;
	text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 769px){
  .section-video .layout-box .box-videos .item-detail
{
    width:100%;
    margin: 0 0 30px;
}
}

.contacts-links #block-main .section-icck + .section-icck{

  /* margin-top: 60px; */

}
/**************************
* SideBar
***************************/
.contacts-links #block-submenu .innerblock-submenu .box-submenu .submenu-parent,
.contacts-links #block-submenu .innerblock-submenu .box-submenu .current{
  display: none;
}
.Contacts_Links a .btn-base{
  background: #093d6e;
}
.Contacts_Links a:hover .btn-base {
  background: rgba(0,0,0,0.4);
}</pre></body></html>