@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Home CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* Container
----------------------------------------------- */

#container {
	margin: 0 auto;
	padding: 0 0 30px;
}
#container h1 {
	width: 230px;
	height: 124px;
	margin: 15px auto 0;
	display: block;
	text-align: right;
}
#container .main_img {
	width: 100%;
	margin: -4px 0 0;
	position: relative;
	z-index: 1;
}
#container .main_img img {
	width: 100%;
	height: auto;
}
#container .main_img a {
	display: block;
	position: absolute;
	top: 66%;
	right: 0;
	width: 34%;
	height: 16%;
	z-index: 2;
}
#container .main_img a + a {
	top: 82%;
	right: 0;
	width: 100%;
	height: 18%;
}

#container .nico_banner {
	width: 100%;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#container .nico_banner img {
	width: 100%;
	height: auto;
	margin: 15px 0 0;
}

/* サブ・コンテンツ
------------------------ */

#container .content {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
#container .content .widget_icon {
	width: 49px;
	height: 47px;
	position: absolute;
	top: -18px;
	right: -10px;
}


/* ニュース
------------------------ */

#container .content .news_box_wrapper {
	width: 100%;
	height: 300px;
	padding: 5px;
	margin: 30px 0 0;
	border-radius: 5px;
	background: url(../../img/home/wiget_bg_news.gif);
	background-size: 6px 6px;
	position: relative;
	box-sizing: border-box;
}
#container .content .news_box {
	width: 100%;
	height: 290px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
}
#container .content h2 {
	padding: 0 0 20px;
	border-bottom: #E7E7E7 1px solid;
	width: 100%;
	line-height: 0;
	font-size: 0;
}
#container .content .news_box .news_list {
	overflow: auto;
	height: 216px;
}
#container .content .news_box .news_list ul {
	width: 100%;
}
#container .content .news_box .news_list ul li {
	width: 100%;
	border-bottom: #E7E7E7 1px solid;
}
#container .content .news_box .news_list ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
	color: #000;
	text-decoration: none;
}
#container .content .news_box .news_list ul li a p + p {
	margin: 10px 0 0;
}

/* 試聴
------------------------ */

#container .content .music_box_wrapper {
	width: 100%;
	height: 300px;
	padding: 5px;
	margin: 30px 0 0;
	border-radius: 5px;
	background: url(../../img/home/wiget_bg_music.gif);
	background-size: 6px 6px;
	position: relative;
	box-sizing: border-box;
}
#container .content .music_box {
	width: 100%;
	height: 290px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
}
#container .content h2 {
	padding: 0 0 20px;
	border-bottom: #E7E7E7 1px solid;
	width: 100%;
	line-height: 0;
	font-size: 0;
}
#container .content .music_box .music_list {
	overflow: auto;
	height: 216px;
}
#container .content .music_box .music_list ul {
	width: 100%;
}
#container .content .music_box .music_list ul li {
	width: 100%;
	border-bottom: #E7E7E7 1px solid;
}
#container .content .music_box .music_list ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
	color: #000;
	text-decoration: none;
}
#container .content .music_box .music_list ul li a dl dt {
	width: 20%;
	float: left;
}
#container .content .music_box .music_list ul li a dl dt img {
	width: 100%;
	height: auto;
}
#container .content .music_box .music_list ul li a dl dd {
	width: 75%;
	float: left;
	margin: 0 0 0 5%;
	font-size: .7rem;
	line-height: 1.4;
}
#container .content .music_box .music_list ul li a dl dd p {
	font-weight: bold;
	margin: 0 0 5px;
}

/* Twitter
------------------------ */

#container .content .twitter_box_wrapper {
	width: 100%;
	height: 300px;
	padding: 5px;
	margin: 30px 0 0;
	border-radius: 5px;
	background: url(../../img/home/wiget_bg_twitter.gif);
	background-size: 6px 6px;
	position: relative;
	box-sizing: border-box;
}
#container .content .twitter_box {
	width: 100%;
	height: 290px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
	box-sizing: border-box;
}
#container .content .twitter_box h2 {
	position: relative;
}
#container .content .twitter_box h2 .btn_follow {
	position: absolute;
	top: 0;
	right: 0;
}
#container .content .twitter_box .twit_list {
	overflow: auto;
	height: 216px;
}
#container .content .twitter_box .twit_list #twitter-widget-1 {
	width: 100% !important;
}

