@charset "UTF-8";

em{
	color: red;
}

/*

index.css

*/


#hidden{
	overflow-x:hidden!important;
}


/*スライダー*/

.dg-container{
	width: 100%;
	height: 550px;
	position: relative;
	margin: 20px 0 50px 0;
}
.dg-wrapper{
	width: 940px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}
.dg-wrapper a{
	width: 940px;
	height: 550px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../images/browser.png) no-repeat top left;*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	/*padding: 0px 0px 0px 1px;*/
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: -30px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(./images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

/*NEWS*/

#news dl{
	/*margin:0 0 0 50px;*/
	margin:0 40px 0 40px;
}

#news dt{
	float:left;
	width:100px;
}

#news dd{
	font-size: 14px;
	width:860px;
	margin:0 0 0 100px;
}

#news{
	margin:50px 0;
	overflow: auto;
}



/*LINKS*/

#links{
	margin:50px 0;
}

#links ul{
	width:980px;
	list-style-type: none;
	padding:0;
	margin-top: 30px;
}

#links li{
	float:left;
	width:245px;
	height:230px;
	font-size: 10px;
	text-align: center;
}

#links li p{
	text-align: left!important;
	width: 200px;
	padding-left: 30px;
}

#links li .links_title{
	font-size: 12px;
	color:;
}

#links li a{
	-webkit-transition: all .3s;
	transition: all .3s;
}

#links li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*SNS*/

#sns{
	margin:50px 0;
}

#sns ul{
	list-style: none;
	width:980px;
	padding:0;
	margin-top: 20px;
}

#sns li{
	float: left;
	width:450px;
	margin: 0 20px;
}

/*Banner*/

#banner{
	margin:50px 0;
}

#banner ul{
	padding:0;
	width:980px;
	list-style: none;
}

#banner li{
	float:left;
	width:225px;
	margin-left: 20px;
}
#banner li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
