@charset "UTF-8";


/* 大バナー
------------------------------------------------------*/

#bnrCol-b li.slides-inner ul li{
	width: 520px;
    height: 400px;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;	
	float:left;	
    position: relative;
}

#bnrCol-b li.slides-inner ul li iframe{
	width: 100%;
	height: 400px;
	border: 0;
}

#bnrCol-b li.slides-inner ul li a:before {
    content: "";
    display: block;
    padding-top: 76.925%;
    position: relative;
}

#bnrCol-b li.slides-inner ul li a img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#bnrCol-b li.slides-inner ul li:nth-child(odd){
	margin-left: 0;
}

#bnrCol-m li {
	margin-right: 20px;
    position: relative;
}

#bnrCol-m li a img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#bnrCol-m li a{
	display: block;
}

#bnrCol-m li a:before{
	content: "";
    display: block;
    padding-top: 76%;
    position: relative;
}


.flexslider-bbnr , .flexslider-mbnr {
    position: relative;
}

#bnrCol-b li.slides-inner ul li div {
	margin-bottom: -7px;	
}

@-moz-document url-prefix() {
	#bnrCol-b li.slides-inner ul li:nth-child(2) div {
		margin-bottom: -6px;	
	}
}

.flex-viewport {
	z-index: 1;	
}

.flex-direction-nav:before,
.flex-direction-nav:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.flex-direction-nav:after {
    clear: both;
}
.flexslider-bbnr .flex-direction-nav {
    width: 100%;
	position: absolute;
    top: 45.5%;
}
.flexslider-mbnr .flex-direction-nav {
    width: 100%;
	position: absolute;
    top: 38%;
	
}

.flex-direction-nav li {
    float: left;
    margin-left: -30px;
	position: relative;
	z-index: 2;
}

.flex-direction-nav li.flex-nav-next {
    float: right;
    margin-right: -30px;
}

.flex-direction-nav a{
	box-shadow: 0 0 0 2px #777 inset;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	text-indent: -9999px;
	
}

.flex-direction-nav a:hover{
	background: #777;
}

a.flex-next::after {
	display: block;
	content: "";
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -6px 0 0 12px;
}

a.flex-prev::after {
	display: block;
	content: "";
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: -6px 0 0 18px;
}

a.flex-next:hover::after , a.flex-prev:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}






.cntCol{
	padding: 20px ;
}







@media screen and (max-width: 980px) {
	#bnrCol-b li.slides-inner ul li iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	#bnrCol-b li.slides-inner ul li div {
		position: relative;
		width: 100%;
		padding-top: 77%;
	}
    
    #bnrCol-b li.slides-inner ul li{
        height: auto;
    }
	
	
}

@media screen and (min-width: 640px) and (max-width: 980px) {
	#bnrCol-b li.slides-inner ul li {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;	
	}
	
	.flex-direction-nav li {
		margin-left: 0;
	}
	
	.flex-direction-nav li.flex-nav-next {
		margin-right: 0;
	}
	
	#bnrCol-b li.slides-inner ul li div {
		margin-bottom: -7px;
	}
	
	#bnrCol-b li.slides-inner ul li:nth-child(2) div {
		margin-bottom: 0;	
	}
}

@media screen and (max-width: 640px) {
	#bnrCol-b li.slides-inner ul li{
		width: 100%;
		margin-left: 0;
	}
	
	.flexslider-mbnr {
		width:100%;
		margin: 0 auto;
	}
	
	.flex-direction-nav li {
		margin-left: -2.5%
	}
	
	.flex-direction-nav li.flex-nav-next {
		margin-right: -2.5%;
	}
	
	.flexslider-bbnr .flex-direction-nav {
		top: 48%;
	}
    
    #oinfoCol {
        display: block;   
    }
}



/* コンテンツ
------------------------------------------------------*/
.topicsCol {
	
}

.topicsCol div , .productCol div {
	
	border: 0;
}

.topicsCol h4 , .productCol h4 {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 3px;
	text-align: center;
	font-weight: bolder;
	font-size: 120%;
	color: #fff;
	background: #22BFAF;
}

.topicsCol h5 {
	font-weight: bolder;
	font-size: 120%;
}

.topicsCol dl , .productCol dl {
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;
    padding: 0 0 10px;
}

.productCol dl {
	border-bottom: 2px solid #ddd;
	min-height: 90px;
}

.productCol dl dt p {
	display: none;
}

.topicsCol dl:last-of-type {
	border: 0;
	margin: 0;
}

.productCol dl:last-of-type {
	border-bottom: 1px solid #ddd;
    margin: 0;
}

.productCol dl dd p {
	border-top: 1px dashed #ccc;
	margin: 5px 0;
    padding: 5px 0 0;
}

.productCol dl dd p:first-of-type {
	border: 0;
	margin: 0;
}

.topicsCol dl dd p {
	position: relative;
}

.topicsCol dt , .productCol dt {
	display: table-cell;
    width: 22%;
    padding-right: 3%;
}

.topicsCol dt img , .productCol dt img {
    max-width: 100%;
	width: 100%;
}

.productCol dt {
	display: table-cell;
    width: 15%;
    padding-right: 3%;
	vertical-align: middle;
}

.topicsCol dd , .productCol dd {
	display: table-cell;
    width: 75%;
}

.productCol dd {
   width: 82%;
}

.productCol {
	
}

.charaCol {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.charaCol ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.charaCol ul li {
	display: table-cell;
    border-left: 1px dashed #ccc;
    text-align: center;
    padding: 5px;
    width: 17%;
    vertical-align: middle;
    font-size: 90%;
	box-sizing:border-box;
}

.charaCol ul li img {
	max-width: 95%;
	margin-bottom: 10px;
}


.charaCol li:first-child {
	border-left: 0;
}


.sitelistCol dl {
	display: table;	
	width: 100%;
}

.sitelistCol dl dt {
	float: left;
	width:10%;
	padding:1%;
	margin:2.5% 2% 0 0;
	display: table;
	vertical-align: middle;	
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.sitelistCol dl dt:first-child {
	margin:1.5% 2% 0 0;
}

.sitelistCol dl dt img {
	width: 100%;
	display: table-cell;
}

.sitelistCol dl dd {
	width:86%;
	float: left;
	margin: 10px 0 0 0;
}

.sitelistCol dl dt:first-child + dd {
	margin: 0;
}

.sitelistCol dl dd ul {
	width: 100%;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	display: table;
	box-sizing: border-box;
}



.sitelistCol dl dd ul li {
	float: left;
	display: table;
	border-left: 1px dashed #ccc;
	padding: 0.5% 1%;
	width: 12.2%;
	height: 50px;
	text-align: center;
	table-layout: fixed;
	margin: 3px 0 3px -1px;
}

.sitelistCol dl dd ul li a {
    display: table-cell;
    vertical-align: middle;
}

.sitelistCol dl dd ul li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 50px;
	
}


dt.sitelist-cdCol {
	background:#4DA6FF;
}

dt.sitelist-dcdCol {
	background:#FF9326;
}

dt.sitelist-ncdCol {
	background:#444444;
}
dt.sitelist-aicdCol {
	background:#efefef;
}

dt.sitelist-iccdCol {
	background:#46008C;
}

.mbnrCol {
	width: 70.8%;	
	float: left;
	margin-right: 1.8%;
}

.mbnrCol li {
	margin-top: 10px;
}
.mbnrCol li:first-child {
	margin: 0;
}

.mbnrCol img {
	width: 100%;	
	
}

.supportCol {
	width: 27.4%;	
	float: left;
}

.supportCol ul li {
	border-top: 1px dashed #dddddd;
    padding: 8px 0;	
}
.supportCol ul li:first-child {
	border: 0;	
	padding-top: 0;
}
.supportCol ul li:last-child {
	padding-bottom: 0;
}

.sbnrCol li {
	float: left;
	width:18.87%;
	margin-left: 1.41%;
}
.sbnrCol li:first-child {
	margin: 0;	
}

.sbnrCol li img {
	width: 100%;
}

.tit-topicsCol li{
	position: relative;
	float: left;
}

.tit-topicsCol li:last-child{
	float: right;
}

.btn-rss a {
	background: #FFF;
    display: block;
    padding: 6px 6px 6px 20px;
	border: 2px solid #777;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 80%;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    line-height: 120%;
    position: relative;
    cursor: pointer;
    color: #777;
    vertical-align: top;	
}

.btn-rss a:hover{
	background: #777;
	color: #fff;
}

.btn-rss a .arrowCol {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    width: 14px;
    height: 14px;
    background: #777;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-rss a .arrowCol::after {
    display: block;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px;
    margin: 4px 0 0 3px;
}


.camInfoCol li .date {
	width: 100%;
}

.camInfoCol li .ntxt {
	width: 100%;
}

.appWrapCol {
    float: right;
    width: 49%;   
}

.appWrapCol .twoCol {
    width: 100%;   
}

.timelineCol .cntCol {
    min-height: 500px;  
}

.twoCol.timelineCol {
	margin-right: 2%;
}



@media screen and (max-width: 980px) {
	
	
}

@media screen and (min-width: 640px) and (max-width: 980px) {
	.date {
		width: 100%;
	}
	
	.ntxt {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	.mbnrCol , .supportCol , .twoCol.topicsCol , .twoCol.productCol {
		width: 100%;
	}
	
	.topicsCol dt {
		display: none;	
	}
	
	.productCol dt {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.productCol dl dt p {
		display: block;
		width: 100%;
		padding: 2px 0;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		background: #7AD9CF;
		text-align: center;
		font-weight: bolder;
		color: #fff;
	}
	
	.topicsCol dt img, .productCol dt img {
		display: none;
	}
	
	
	.topicsCol dd, .productCol dd {
		display: block;
		width: 100%;
	}
	
	.charaCol ul {
		display: block;
	}
	
	.charaCol ul li {
		display: inline-block;
		width: 49%;
		border-right: 1px dashed #ccc;
		border-left: 0;
		padding: 10px;
	}
	
	.charaCol li:nth-child(even) {
		border: 0;
	}
	
	.sitelistCol dl dt {
		float: none;
		display: block;
		width: 98%; 
		padding: 2% 1%;
		text-align: center;
		margin: 2.5% 2% 0 0;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	
	.sitelistCol dl dt img {
		width: 50%;
		display: inline;
		vertical-align: middle;
	}
	
	.sitelistCol dl dd {
		width: 100%;
		 float: none; 
	}
	
	.sitelistCol dl dd ul {
		width: 99.5%; 
		vertical-align: middle;
	}
	
	.sitelistCol dl dd ul li {
		float: none;
		display: inline-block;
		border-right: 1px dashed #ccc;
		border-left: none;
		padding: 2% 1%; 
		width: 47%;
		height: auto;
	}
	
	.sitelistCol dl dd ul li:nth-child(even) {
		border: 0;
	}
	
	.sitelistCol dl dd ul li a {
		display: inline;
		vertical-align: baseline;
	}
	
	.sitelistCol dl dd ul li img {
		max-width: 80%;
		max-height: 100px;
	}
	
	.sitelistCol dl dt:first-child + dd {
		margin: 10px 0 0 0;
	}
	
	.twoCol:first-child {
		 margin-top: 30px;
	}
	
	.sbnrCol li {
    	float: left;
		width: 32%;
		 margin: 0; 
	}
	
	.sbnrCol li {
		width: 31.3%;
		margin: 1%;
	}
	
	.sbnrCol li:first-child {
		margin: 1%;
	}
	
	.flex-direction-nav{
		display: none;	
	}
	
	
	.cntCol{
		padding: 0;
	}
	
	.tit-topicsCol {
		margin-bottom: 10px;
	}
	
	.tit-topicsCol li {
		float: none;
	}
	
	.tit-topicsCol li:last-child{
		float: none;
	}
	
	.btn-rss a {
		width: 77%;
		margin: 0 auto;
	}
    
    .appWrapCol {
        float: none;
        width: 100%;   
    }
    
}