@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：ゆるキャラグランプリ オフィシャルウェブサイト
作成日：2013.10.28
修正日：2013.10.31
ガイドライン：Ver.02
製作者：株式会社エムアップ
------------------------------*/


/* ------------------------------------
 * CONTENTS
 * ------------------------------------ */

.module {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 15px;
}


#contents .home_content {
	margin-top:10px;
}

/*--- SLIDE BANNER ------------------*/

#loopedSlider,
.slides a,
.slides div {
	width: 960px;
	height: 333px;
}

#loopedSlider {
    overflow: hidden;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
}

.slides a {
	display: none;
	position: absolute;
	width: 960px;
}

#slidesNav {
	position: absolute;
	left: 10px;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.pagination {
	margin: 0;
	padding: 0 1px 0 0;
	display: inline;
	list-style: none;
}

ul.pagination li {
	float: left;
}

#slidesNav a {
	margin: 0 4px 0 0;
	padding: 1px 4px;
	background: #624513;
	color: #fff;
	text-decoration: none;
}

#slidesNav li.active a {
	background: #ffd200;
	color: #624513;
}
#slidesNav a:hover {
	background: #ffd200;
	color: #624513;
	text-decoration: none;
}


/*--- PICK UP ------------------*/

#pickup {
	overflow: hidden;
	height: 112px;
	background: url(../img/home/content_pickup_bg.jpg) no-repeat;
}

.jcarousel-skin {
	overflow: hidden;
	position: relative;
	height: 95px;
	padding: 9px 29px 0 29px;
}

.jcarousel-clip {
    overflow: hidden;
    position: relative;
	width: 900px;
	height: 95px;
    z-index: 2;
}

.jcarousel-list {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
	zoom: 1;
}

.jcarousel-skin li,
.jcarousel-item {
	display: inline;
    float: left;
    width: 90px;
	padding-bottom: 8px;
	text-align: center;
}
.jcarousel-item a {
	overflow: hidden;
	display: block;
	width: 78px;
	height: 95px;
	margin: 0 6px;
}
.jcarousel-item a img {
	border: 1px solid #ddd;
}

.jcarousel-next {
    display: none;
    z-index: 3;
}

.jcarousel-prev {
    display: none;
    z-index: 3;
}

.jcarousel-skin .jcarousel-next-horizontal,
.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
	top: 0;
    width: 15px;
    height: 94px;
    cursor: pointer;
}
.jcarousel-next-horizontal {
    right: -19px;
}
.jcarousel-prev-horizontal {
    left: -19px;
}


/*--- SNS AREA ------------------*/

#snsArea {
	margin: 28px 0 30px 0;
}

#snsArea {
	*display:none; /*IE6,7非表示*/
}

#snsArea h2 {
	height: 35px;
	background: url(../img/home/main_title_sns.png) no-repeat;
	text-indent: -9999px;
}

#snsArea .sns_inner {
	display:block;
	margin:10px 0 8px 0;
	padding:10px;
	background-color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

#snsArea ul {
	overflow:hidden;
	zoom:1;
	width:710px;
}

#snsArea ul li.topTwitter {
	overflow:hidden;
	width:345px;
	height:400px;
	float:left;
}

#snsArea ul li.topTwitter iframe {
	height:400px !important;
}

#snsArea ul li.topFacebook {
	width:345px;
	height:400px;
	float:right;
}

#snsArea ul li.topFacebook .fb_iframe_widget {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color:#fff;
}

#snsArea ul li.topFacebook iframe {
	width:340px !important;
}

#snsArea .more {
	text-align:right;	
}

/*--- PARTNER ------------------*/

#partnerBnr {
	width: 730px;
	padding: 30px 0 30px 0;
}


/*--- MAIN BANNER ------------------*/

#mainBnr {
	margin: 0 -3px 20px -1px;
	width: 734px;
}

#mainBnr ul {
	zoom: 1;
}

#mainBnr li {
	overflow: hidden;
	display: inline;
	float: left;
	width: 359px;
	height: 90px;
	padding: 2px 5px 5px 3px;
	background: url(../img/home/main_bnr_bg.jpg) right center no-repeat;
}


/*--- LATEST INFO ------------------*/

#latestNews {
	position: relative;
	padding-bottom: 10px;
}

#latestNews h2 {
	height: 20px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #624513;
	background: url(../img/home/main_title_news.jpg) no-repeat;
	text-indent: -9999px;
}

#latestNews .more {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
}

#latestNews ul {
	overflow: hidden;
	position: relative;
	width: 750px;
	margin: 0 -10px;
	zoom: 1;
}

#latestNews li {
	display: inline;
	position: relative;
	float: left;
	width: 230px;
	line-height: 1.35;
	padding: 0 10px 15px;
	font-size: 93%;
}

#latestNews li span {
	display: block;
}

#latestNews li a .date,
#latestNews li span .date {
	height: 20px;
	line-height: 20px;
}
#latestNews li a .title {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
#latestNews li a:hover {
	text-decoration: none;
}
#latestNews li a:hover .title {
	text-decoration: underline;
}

#latestNews li a img,
#latestNews li span img {
	display: block;
	width: 230px;
	height: 120px;
	margin-bottom: 5px;
}

#latestNews li .new {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 48px;
	height: 45px;
	background: url(../img/parts/new_overlay.png) no-repeat;
	text-indent: -9999px;
}


/*--- SCHEDULE ------------------*/

#schedule {
	position: relative;
}

#schedule h3 {
	height: 27px;
	margin-bottom: 17px;
	padding-bottom: 8px;
	border-bottom: 1px solid #624513;
	background: url(../img/home/main_title_schedule.jpg) no-repeat;
	text-indent: -9999px;
}

#schedule .wrap {
	width: 730px;
	background: url(../img/home/main_cal_bgB.gif) center bottom no-repeat;
}

#schedule .cal,
#schedule .recent {
	display: inline;
}
#schedule .cal {
	float: left;
	width: 386px;
	border: 1px solid #624513;
}
#schedule .recent {
	float: right;
	width: 300px;
	padding: 9px 9px 9px 26px;
	background: url(../img/home/main_cal_bgT.gif) right top no-repeat;
}


/*--- CALENDAR ------------------*/

#schedule .cal ul {
	background: #624513;
    font-weight: bold;
	zoom: 1;
}

#schedule .cal li {
    float: left;
	padding: 0 0 0 12px;
    width: 10px;
	height: 36px;
}
#schedule .cal .month {
	width: 318px;
    text-align: center;
}
#schedule .cal .next {
    float: right;
	padding: 0 12px 0 0;
}

#schedule .cal .month a {
	height: 36px;
	line-height: 36px;
	color: #fff;
}
#schedule .cal .month a span {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 167%;
}
#schedule .cal .prev a,
#schedule .cal .next a {
	display: block;
	width: 10px;
	height: 11px;
	margin-top: 13px;
	background-image: url(../img/schedule/cal_nav.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#schedule .cal .prev a {
	background-position: left center;
}
#schedule .cal .next a {
	background-position: right center;
}

#schedule .cal table {
	width: 100%;
	background: url(../img/schedule/cal_bg.gif) left top repeat;
	table-layout: fixed;
}

#schedule .cal th,
#schedule .cal td {
	border-collapse: collapse;
	border: 1px solid #624513;
	text-align: center;
}
#schedule .cal th {
	line-height: 1.1;
	padding: 2px;
	background-color: #c6c6c6;
	font-size: 93%;
}
#schedule .cal td {
	height: 48px;
	line-height: 2;
	vertical-align: top;
	background-color: #fff;
}
#schedule .cal td a {
	display: block;
	height: 48px;
	background: url(../img/home/main_cal_icon.gif) center 22px no-repeat;
}
#schedule .cal .sun,
#schedule .cal .sun a {
	color: #e83624;
}
#schedule .cal .sat {
	color: #21479c;
}


/*--- RECENT SCHEDULE ------------------*/

#schedule .recent strong,
#schedule .recent .more {
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
#schedule .recent strong {
	background: url(../img/home/main_recent_title.gif) no-repeat;
	color: #fff;
}
#schedule .recent .more {
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 300px;
	background: url(../img/home/main_recent_more.gif) no-repeat;
}
#schedule .recent .more:hover {
	text-decoration: none;
}

#schedule .recent li {
	padding: 9px 0;
	background: url(../img/parts/dot_lg.gif) left bottom repeat-x;
	color: #ea2d08;
}

#schedule .recent li a {
	display: block;
	margin-top: 2px;
	font-weight: normal;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*--- YURUGP SPRING ------------------*/

#yurugp_spring {
	position: relative;
	padding-bottom: 30px;
}

#yurugp_spring h2 {
	height: 20px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #624513;
	background: url(../img/yurugp_spring/main_title_rank_yurugp_spring.jpg) no-repeat;
	text-indent: -9999px;
}

#yurugp_spring #springBox {
	position:relative;
	width:730px;
	height:352px;
	background: url(../img/yurugp_spring/bg_yurugp_sppring_top.png) no-repeat left top;
}

#yurugp_spring #springBox.end { background: url(../img/yurugp_spring/bg_yurugp_sppring_top_end.png) no-repeat left top;}
#yurugp_spring #springBox.result { background: url(../img/yurugp_spring/bg_yurugp_sppring_top_result.png) no-repeat left top;}

#yurugp_spring #springBox .btn_about {
	position:absolute;
	top:-5px;
	left:-5px;
}

#yurugp_spring #springBox #rankingTop {
	position:absolute;
	top:124px;
	left:328px;
	display:block;
	width:363px;
	height:200px;
	overflow:hidden;
}

#yurugp_spring #springBox #rankingTop ul {
	zoom:1;
	overflow:hidden;
}

#yurugp_spring #springBox #rankingTop ul li {
	float:left;
	width:121px;
	text-align:center;
}

#yurugp_spring #springBox #rankingTop ul li.rank02 img,
#yurugp_spring #springBox #rankingTop ul li.rank03 img {
    display: inline-block;
    margin-top: 25px;
    width: 90px;
}


#yurugp_spring #springBox #rankingTop .more {
	display:block;
	margin:12px auto 0;
	width:227px;
	height:37px;
}

#yurugp_spring #springBox a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*--- TWITTER ------------------*/

#twitter_side {
	padding-bottom:30px;
}

#twitter iframe,
#twitter_side iframe  {
	width:100% !important;
	height:396px !important;
}

/*--- clearfix ------------------*/

#mainBnr ul:after,
#snsArea ul:after,
#latestNews ul:after,
#schedule .cal ul:after,
.jcarousel-list:after,
#yurugp_spring #springBox #rankingTop ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}