@charset "utf-8";

@import url("./common/base.css");
@import url("./common/module.css");

/* ------------------------------------------------------------
    Main Layout
   ------------------------------------------------------------ */
body#toppage #header {
	display: none;
}

body {
	background-image: url(http://konchi-static.kayac.jp/pc/images/top/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*  content
   ------------------------------------------------- */

div#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}

/* contMenu */
div#contMenu {
	background-image: url(http://konchi-static.kayac.jp/pc/images/top/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 91px;
}

div#contMenu ul {
  padding-left: 78px;
}
div#contNews #unitMine #unitEx .btn {
	padding-left: 10px;
	padding-top: 20px;
}

div#contMenu ul li {
	float: left;
}
/* contQR */
div#contQR {
	clear: both;
}
div#contQR .txtLove {
	float: left;
	width: 425px;
}

div#contQR #unitQR {
	float: right;
	background-image: url(http://konchi-static.kayac.jp/pc/images/top/bg_areaQR.jpg);
	width: 518px;
	height: 166px;
	background-repeat: no-repeat;
}
div#contQR #unitQR .imgQR {
	padding-top: 20px;
	padding-left: 28px;
	float: left;
	width: 70px;
}
div#content #contQR #unitQR h3 {
padding-left:28px;
padding-top:25px;
}
div#contQR #unitQR .contMobileform {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	width: 380px;
}
div#contQR p {
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom:5px;
	padding-top: 5px;
}

/* contNews */
div#contNews {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}
div#contNews .Contnews {
	background-image: url(http://konchi-static.kayac.jp/pc/images/top/bg_areaNews.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 253px;
	font-size: 15px;
	color: #3579CA;
}
div#contNews #unitEvent {
	float: left;
}
div#contNews #unitEvent .phEvent {
	float: left;
	padding-right: 10px;
}

div#contNews #unitMine {
	float: right;

}

div#contNews .Contnews h3 {
	padding-top: 20px;
	padding-left: 20px;
}
div#contNews .Contnews p {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.5;
	clear: both;
}
div#contNews #unitMine #unitEx {
	clear: both;
}

div#contNews #unitMine #unitEx .phYana {
	float: left;
  padding-left: 20px;
}


/*  footer
   ------------------------------------------------- */
div#footer {
	clear: both;
	background-image: url(http://konchi-static.kayac.jp/pc/images/common/bg_footer.jpg);
	background-repeat: repeat-x;
	margin-top: 23px;
	height: 237px;
	line-height: none;
}
div#footer #copyright {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}


div#footer ul#kayacProject {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 950px;
}

div#footer ul#kayacProject li ,
div#footer ul#kayacProject li a {
	padding-right: 10px;
	color: #9074E3;
	display: inline;
	text-decoration:none;
	padding-bottom: 2px;
}
div#footer #imgQRfooter {
	text-align: center;
	padding-top: 40px;
}
div#footer ul#kayacProject li strong ,
div#footer ul#kayacProject li a strong {
	text-decoration:none;
	font-weight:bold;

}
