@charset "utf-8";
/* CSS Document */
#home_header {
	height: 350px;
	width: 700px;
	margin-bottom: 20px;
}

#home_header_left {
	float: left;
	width: 160px;
	padding-left: 10px;
}

#home_header_left h1 {
	margin-top: 40px;
	width: 150px;
	height: 140px;
	background: url(../image/logo_home.png);
}

#home_header_left h1 a {
	margin-top: 0;
	display: block;
	width: 150px;
	height: 140px;
	background: url(../image/title_home.png);
	text-indent: -9999px;
}

#img2, #img3, #img4 {
	display:none;
}

#home_header_right {
	float: right;
	width: 490px;
	height: 325px;
	padding: 25px 10px 0;
	background: #FFF;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
}

.bxslider img {
	width: 100%;
}

#allmain_middle {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
}

#allmain_left {
	float: left;
	width: 485px;
	min-height: 778px;
	_height: 778px;
}

#allmain_right {
	float: right;
	width: 170px;
	padding-right: 5px;
	padding-top: 5px;
}

dl#news_area {
	width: 484px;
	height: 28px;
	margin-bottom: 10px;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	background: #e7ffe6;
	border-top: 1px #3a7338 solid;
	border-right: 1px #3a7338 solid;
	border-bottom: 1px #3a7338 solid;
	color: #333;
}

dl#news_area dt {
	width: 70px;
	height: 28px;
	background: url(../image/news.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}

dl#news_area dd {
	width: 414px;
	height: 28px;
	float: left;
	vertical-align: middle;
}

#news span {
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
	color: #61ab69;
	margin-right: 18px;
}
#news img {
	margin-right: 5px;
	vertical-align: middle;
}
#news li{
	line-height: 28px;
	padding: 0 7px;
}
#news img,  x:-moz-any-link{
	padding-bottom: 1px;
}

h2 {
	height: 30px;
	margin-bottom: 10px;
}

#contents_menu {
	width: 490px;
	padding: 5px 0 5px 5px;
	margin-right : -10px;
}

*+html #contents_menu {
	margin-bottom: 15px;
}

#contents_menu li {
	float: left;
	width: 235px;
	margin: 0 10px 15px 0;
	background: url(../image/menu_back.gif);
	/*
	background: linear-gradient(45deg, #acacac 25%, transparent 25%, transparent 75%, #acacac 75%),
              	linear-gradient(45deg, #acacac 25%, transparent 25%, transparent 75%, #acacac 75%);
  	background-size: 2px 2px;
  	background-position: 0 0, 1px 1px;
	*/
}

#contents_menu li:hover {
	text-decoration: none;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom: 1;
}

#contents_menu li a {
	display: block;
	width: 215px;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;	
	color: #000;
	cursor: pointer;
}

#contents_menu li a:hover {
	color: #000;
	text-decoration: none;
}

#contents_menu li a span {
	display: block;
	padding: 10px;
	min-height: 30px;
	background: #FFF;
}

#contents_menu li:last-child {
	width: 480px;
	margin-bottom: 0;
}

#contents_menu li:last-child a {
	width: 460px;
}
#contents_menu li:last-child a span {
	min-height: 15px;
}

#twitter {
	width: 175px;
	margin-bottom: 15px;
}
#twitter img {
	width: 50px;
	height: 50px;
	float: left;
}
ul#fukidashi {
	width: 110px;
	padding-left: 15px;
	background: url(../image/twitter_fukidashi.gif) no-repeat;
	float: left;
}
ul#fukidashi li {
	border: 1px solid #acd4b6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
	min-height: 34px;
	word-wrap: break-word; 
	_height: 34px;
	line-height: 15px;
	margin: 0;
	padding: 7px;
	font-size: 12px;
}

ul#fukidashi li span {
	color: #666;
	font-size: 11px;
}

ul#fukidashi li a {
	margin-left: 5px;
	font-size: 11px;
}

#allmain_right img:hover {
	display: inline-block;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	_zoom: 1;
}

#twitpic {
	width: 490px;
	margin: 0 -10px -10px 5px;
}

#twitpic li {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #d3d3d3;
	position: relative;
	height: 86px;
	width: 86px;
	overflow: hidden;
}

#twitpic li:nth-of-type(5n) {
	margin-right: 0;
}

#twitpic a {
	display: block;
	width: 86px;
	height: 86px;
	background-color: #d3d3d3;
}

#twitpic a:hover {
	background-color: #92c38f;
}

#twitpic li img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 220%;
}

#twitpic li:hover {
	border: 1px solid #92c38f;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	_zoom: 1;
}

#side_banner li img {
    width: 100%;
}

#sns_home {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#sns_home li {
	flex: 1;
	height: 50px;
	color: #FFF;
	position: relative;
}

#sns_home li a {
	display: flex;   
	width: 100%;
    height: 100%;
	background-color: #000;
	align-items: center;           /* 縦方向の中央揃え */
    justify-content: center; 
}

#sns_home li.sub span {
	position:  absolute;
	right: 7px;
	bottom: 5px;
	font-size: 12px;
	color: #FFF;
}

#sns_home li a.pixiv {
	background-color: #0096fa;
}

#sns_home li a.bluesky {
	background: linear-gradient(to bottom, #0099ff, #66ccff);
}
#sns_home li a:hover {
	opacity: 0.7;
}

#sns_home li a.ekkusu img {
	height: 40%;
}

#sns_home li a.pixiv img {
	height: 70%;
}

#sns_home li a.bluesky img {
	height: 45%;
}