@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * *
*  top2016.css　　　　　　　　　　　　　　   *
*  since 2016 　　　　　　　　　　　　　　   *
* * * * * * * * * * * * * * * * * * * * * * */

/* supportArea
------------------------------------------ */
div#content div#topContents div#supportArea {
	margin: 0 auto 20px;
	width: 950px;
	height: 80px;
	background-image: url(/img/top/img_bg_supportBtn.png);
}
div#content div#topContents div#supportArea div#btn1 {
	float: left;
	margin-top: 10px;
	/*margin-left: 238px; ボタン3つ用 */
	margin-left: 166px; /* ボタン4つ用 */
	padding: 0;
}
div#content div#topContents div#supportArea div#btn2,
div#content div#topContents div#supportArea div#btn3,
div#content div#topContents div#supportArea div#btn4 {
	float: left;
	margin-top: 10px;
	margin-left: 16px;
	padding: 0;
}
div#content div#topContents div#supportArea:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

/* news
------------------------------------------ */
div#content div#topContents div#news {
	margin: 0 auto 25px;
	width: 950px;
}
div#content div#topContents div#news div#title {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 30px;
	background-image: url(/img/top/img_title_info.png);
	text-indent: -9999px;
}
div#content div#topContents div#news div.inner {
	margin-bottom: 15px;
	padding: 15px 20px;	
	font-size:82%;
	border: 1px solid #cccccc;
} 
div#content div#topContents div#news div.inner li {
	margin-bottom: 10px;
	/*font-size: 82%;*/	
}
div#content div#topContents div#news div.inner li span {
	margin-right: 5px;
	color: #333333;
	font-weight: bold;	
}

/* service
------------------------------------------ */
div#content div#topContents .serviceTbl {
	width: 100%;
	border-top: 1px solid #78b5ff;
	border-left: 1px solid #78b5ff;
}
div#content div#topContents .serviceTbl .right {
	text-align:right;
}
div#content div#topContents .serviceTbl .center {
	text-align:center;
}
div#content div#topContents .serviceTbl th {
	padding: 20px 10px 20px 20px;
	background: #deedff;
	border-right: 1px solid #78b5ff;
	border-bottom: 1px solid #78b5ff;
	font-size: 82%;
}
div#content div#topContents .serviceTbl th div.titleBox div.keyText {
	margin-bottom: 7px;
	font-size: 110%;
	font-weight: 600;
	color: #333333;
}
div#content div#topContents .serviceTbl td {
	padding: 20px 10px 30px 20px;
	border-right: 1px solid #78b5ff;
	border-bottom: 1px solid #78b5ff;
	font-size: 82%;
}
div#content div#topContents .serviceTbl tr:nth-child(odd) {
	background-color: #f5f5f5;
}
div#content div#topContents .serviceTbl td h3 {
	font-size: 160%;
	font-weight: 600;
	}
div#content div#topContents .serviceTbl td p.explanation {
	margin-bottom: 15px;
	font-size: 115%;
	}
div#content div#topContents .serviceTbl td ul li {
	display: inline !important;
    margin-right: 5px !important;
}
div#content div#topContents .serviceTbl td ul li.last { margin-right: 0; }



/* corporate Btn
------------------------------------------ */
div#content div#topContents div.corporate:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
div#content div#topContents div.corporate{
	float: right;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 51px;
}
div#content div#topContents div.corporate a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* banner210 area
------------------------------------------ */
div#content div#topContents .bnr210 {
	padding: 10px 0 10px 25px;	
}
div#content div#topContents .bnr210 li {
	float:left;
	width:210px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 82%;	
}



/* The Nivo Slider styles
------------------------------------------ */
#slider {
    width: 950px;
    height:280px;
	margin: 0 auto 7px;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: 950px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {
	display:block;
}
.nivo-controlNav {
	margin: 0 auto;
	padding: 5px 0;
	width: 950px;
	background-color: #ededed;
}

.nivo-controlNav a {
	display:inline-block;
	/*margin-right: 4px;*/
	width:230px;
	height:83px;
	text-align: left;
	/*text-indent:-9999px;*/
	border:0;
	cursor:pointer;
}

.nivo-controlNav img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	border:1px solid #ededed;
}
.nivo-controlNav a.active img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	border:1px solid #ff0000;
}

.nivo-control img{
	max-width:230px;
}
.nivo-controlNav .nivo-control{
	margin-right:9px;
	height:auto;
}
.nivo-controlNav .nivo-control:last-child{
	margin-right:0px;
}
