@charset "UTF-8";


body  {
	background-image: url(../img/back_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*////////// slider //////////*/

#slide {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	padding-top: 30px;
}

#slide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/*////////// top_leftside //////////*/

#leftside {
	width: 234px;
	float: left;
	margin-right: 30px;
}

#leftside img {
	margin-top: 10px;
}

#leftside a:hover img {
	filter: alpha(opacity=8);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


/*////////// top_maincontents //////////*/

#top_main {
	float: left;
	width: 471px;
	margin-right: 30px;
}

/*////// news //////*/

#news_title {
	margin-bottom: 20px;
}



.ifr-1 {
	height: 730px;
}

/*スマホ用にスクリーンサイズで指定*/

@media screen and (max-device-width: 480px) {

.ifr-1 {
	height: 730px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}


/*////////// top_rightside //////////*/


#top_rightside {
	width: 195px;
	float: left;
	line-height: 1.5em;
}


#top_rightside p {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin: 0px;
	background-image: url(../img/yajirushi01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#top_rightside img {
	margin-bottom: 10px;
}

#top_rightside a:hover img {
	filter: alpha(opacity=8);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

div.top_sns { padding:.25em .5em; border-bottom:1px solid #ddd; }
div.top_sns ul { padding:0; margin:0; display:flex; justify-content:flex-start; align-items:baseline; }
div.top_sns ul li { list-style:none; margin:0 .5em 0 0; }
div.top_sns ul li:last-child { margin:0; }
#leftside div.top_sns ul li img { margin-top:0; }
