@charset "shift_jis";

body{
	background:#fff;
	color:#000;
	font-family:Verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	font-size:10px;
	*font-size:62.5%; /* 10px */
	line-height:1em;
	width:100%;
	min-width:860px;
	overflow:hidden;
}

/* ---------------------------------------------------------------------
	layout
--------------------------------------------------------------------- */

#header {
	border-top:#c3d300 solid 10px;
}

#header div.logo {
	overflow:hidden;
	height:100%;
	padding:20px 20px 10px 20px;
}
 
#header div.logo h1 {
	float:left;
	margin-right:20px;
}

#header div.logo p.url {
	float:right;
	color:#999;
}

#header div.info {
	background:#f5f5f5;
	padding:13px 20px 13px 20px;
	line-height:1em;
}

#pickup {
	margin:30px 0 30px 0;
	width:100%;
}

#pickup td.navi-off {
	width:30px;
	display:none;
}

#pickup td.navi-on {
	width:30px;
	display:table-cell;
}

#pickup div.item-on {
	width:760px;
	overflow:hidden;
	clear:both;
	height:100%;
	margin:0 20px 0 20px;
	padding:10px 0 10px 0;
	display:block;
	position:relative;
}

#pickup div.item-off {
	width:760px;
	overflow:hidden;
	clear:both;
	height:100%;
	margin:0 20px 0 20px;
	padding:10px 0 10px 0;
	display:none;
}

#pickup div.item-on h2.left,
#pickup div.item-off h2.left {
	margin-right:20px;
	float:left;
}

#pickup div.item-on h2.right,
#pickup div.item-off h2.right {
	float:right;
}

#contents {
	background:#f5f5f5;
	font-size:1.1em;
	line-height:1.8em;
}

#contents strong {
	color:#e4007f;
}

#contents h3 {
	background:#c3d300;
	padding:13px 20px 13px 20px;
	line-height:1em;
}

#contents div.item {
	width:780px;
	overflow:hidden;
	height:100%;
	padding:20px 40px 40px 40px;
}

#contents div.item div.left {
	float:left;
	width:380px;
}

#contents div.item div.right {
	float:right;
	width:380px;
}

#contents div.item div.qr {
	border:#ddd solid 1px;
	background:#fff;
	margin-top:20px;
	padding:20px;
	overflow:hidden;
	height:100%;
}

#contents div.item div.qr img {
	float:right;
}

#contents div.item div.qr p {
	color:#666;
	font-size:0.9em;
}

#contents div.item div.access {
	margin-bottom:20px;
}

#contents div.item div.access img {
	border:#ddd solid 1px;
}

#contents div.item div.access p {
	margin-top:10px;
	font-size:0.9em;
}

#contents div.item div.access p span {
	color:#e4007f;
	margin:0 0.5em 0 0.5em;
}

#footer {
	background:#999;
	overflow:hidden;
	height:40px;
}

#footer p.copyright {
	float:left;
	padding:17px 20px 17px 20px;
}

#footer p.pagetop {
	float:right;
}