@charset "utf-8";
/* CSS Document */

#bg {
	width: 100%;
	height: 786px;
	position: absolute;
	left: 0;
	top: 0;
}

#bgmain {
	width: 980px;
	height: 786px;
	position: relative;
	margin: 0 auto;
}

#bgmain p{
	width: 980px;
	height: 786px;
	position: absolute;
	top: 100px;
	left: 0;
	display: none;
}

#bgmain p img {

}

#wrap {
	background: url(../img/bg.jpg) no-repeat center top #ffc9f0 fixed;
}

#head {
	width: 980px;
	height: 787px;
	position: relative;
}

#head h1 {
	width: 464px;
	height: 260px;
	position: absolute;
	top: 384px;
	left: 258px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#head h2 {
	width: 236px;
	height: 146px;
	position: absolute;
	top: 0px;
	left: 744px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#head .navi {
	width: 966px;
	height: 232px;
	position: absolute;
	top: 554px;
	left: 7px;
}

#head .navi li{
	width: 138px;
	display: inline;
	float: left;
	position: relative;
}

#head .navi li .cover{
	position: absolute;
	left: -5px;
	top: 0;
	z-index: -1;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#head .sns {
	width: 123px;
	height: 60px;
	background: url(../img/top/bg_share.png) no-repeat left top;
	position: absolute;
	left: 25px;
	top: 0;
}

#head .sns ul{
	padding: 14px 0 0 54px;
}

#head .sns ul li {
	width: 27px;
	height: 29px;
	display: inline;
	float: left;
}

#head .sns ul li a img{
	width: 27px;
	height: 29px;
	display: inline;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


#head .sns ul li.tw a{
	display: block;
	width: 27px;
	height: 29px;
	overflow: hidden;
	background: url(../img/btn_share_twitter.png) no-repeat left top;
}

#head .sns ul li.fb a{
	display: block;
	width: 27px;
	height: 29px;
	overflow: hidden;
	background: url(../img/btn_share_facebook.png) no-repeat left top;
}

#head .line {
	width: 174px;
	height: 176px;
	position: absolute;
	left: 0;
	top: 68px;
}

#head .navi li.menu02,
#head .navi li.menu06{
	top: 51px;
}

#head .navi li.menu03,
#head .navi li.menu05{
	top: 75px;
}

#head .navi li.menu04{
	top: 82px;
}

#head .navi li img {
	position: relative;
	left: -5px;
}

#topics {
	position: relative;
	top: -7px;
	width: 980px;
	height: 106px;
	padding-top: 46px;
	background: url(../img/top/bg_topics.png) no-repeat left top;
}

#topics ul {
	margin: 0 80px 0 140px;
	height: 81px;
	overflow: auto;
	padding-right:5px;
	scrollbar-face-color: #ffb7de;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffb7de;
	scrollbar-shadow-color: #ffb7de;
	scrollbar-3dlight-color: #ffb7de;
	scrollbar-darkshadow-color: #ffb7de;
}

#topics ul::-webkit-scrollbar {
    width: 8px;
}

#topics ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(255,183,222,0.6);
    border-radius: 6px;
}

#topics ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 4px rgba(255,183,222,0.5);
	background: rgba(255,183,222,0.8);
}

#topics ul li{
	padding-left: 23px;
	background: url(../img/top/point_bell.png) no-repeat left top;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #ff39aa;
}


#topics ul li span {
	line-height: 23px;
	color: #73232c;
}

#topics ul li a {
	line-height: 23px;
	text-decoration: underline;
}

#topics ul li a:hover {
	text-decoration: none;
}

.box {
	width: 980px;
	height: 335px;
	position: relative;
}

.box .present{
	position: absolute;
	right: 0;
	top: 0;
}

.box .card{
	position: absolute;
	left: 0;
	top: 0;
}

.box2 {
	width: 980px;
	height: 398px;
	position: relative;
}

.box2 .adv{
	position: absolute;
	right: 0;
	top: 0;
}

.box .appli{
	position: absolute;
	left: 0;
	top: 0;
}