@charset "shift_jis";
/*=================================================
 * Zbg
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
img {
	border: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
/*=================================================
 * î{
 * ================================================= */

body {
	-webkit-text-size-adjust: none;
	color: #333333;
	font-family: Helvetica, san-serif;
	line-height: 1.6;
	font-size: 16px;
	background-image: url(img/bg2.gif);
}
a {
}
p {
	margin-bottom: 1em;
}
em {
	font-style: normal;
}
 @media screen and (min-width: 640px) {
body {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #006699;
}
}
/*=================================================
 * «TabbedPanel«
 * ================================================= */
.TabbedPanels {
	overflow: hidden;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.TabbedPanelsTabGroup {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 28%;
	padding: 0px;
}
/*.TabbedPanelsTabHover {
	background-color: #FF0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}*/

/*.TabbedPanelsTabSelected {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}*/

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
}
/*=================================================
 * ªTabbedPanelª
 * ================================================= */

/*=================================================
 * «flickslide«
 * ================================================= */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.flickSlideContainer {
	position:relative;
	width:100%;
	/*border:1px #CCC solid;*/
	border-top:0px;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 0) 0px 0px 0px inset;
}
div.moveWrap {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
}
ul.moveWrapBG {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	visibility:hidden;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
}
/*div.moveWrap:after, */
/*
ul.moveWrapBG:after{
	content:'.';
	visibility:hidden;
	width:100%;
	line-height:0;
	clear:both;
}
*/
div.slideMask {
	position:absolute;
	top:0;
	left:0;
	border:4px #FFF solid;
	-webkit-box-sizing:border-box;
	margin-right:1px;
}
div.moveWrap>ul.move {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	width:10000px;
	-webkit-transition:all 0.6s ease-in-out;
	-webkit-transform:translate3d(0, 0, 0);
	/*-webkit-transition-duration: 400ms;
	-webkit-transition-property: -webkit-transform;
	*/
	margin:0;
	padding:0;
	display:none;
}
div.moveWrap>ul.move li.slideUnit {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	-webkit-box-sizing:border-box;
}
li.slideUnit>div {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:4px 4px 4px 4px;
	-webkit-box-sizing:border-box;
}
div.flickSlideBottom {
	width:100%;
	margin-top:5px;
}
div.flickSlideBottom div.bottomLeft, div.flickSlideBottom div.bottomRight {
	display:table-cell;
	border:1px #CCC solid;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 0px 0px inset;
	vertical-align:middle;
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), color-stop(0.50, #f7f7f7), to(#d4d4d4));
}
div.flickSlideBottom div.bottomLeft.off, div.flickSlideBottom div.bottomRight.off {
	background: -webkit-gradient( linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0));
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 1px 1px 1px inset;
}
div.flickSlideBottom div.bottomRight {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
}
div.flickSlideBottom div.bottomLeft {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}
div.flickSlideBottom div.bottomLeft:after {
	font-size:10px;
	content:'Prev';
	padding:5px;
	width:50px;
	text-align:left;
	display:table-cell;
}
div.flickSlideBottom div.bottomLeft:before {
	content:url(img/arrowL.png);
	padding:5px;
	text-align:left;
	display:table-cell;
}
div.flickSlideBottom div.bottomRight:before {
	font-size:10px;
	content:'Next';
	padding:5px;
	width:50px;
	text-align:right;
	display:table-cell;
}
div.flickSlideBottom div.bottomRight:after {
	content:url(img/arrowR.png);
	padding:5px;
	text-align:right;
	display:table-cell;
}
div.flickSlideBottom ul.slidePager {
	display:table-cell;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
div.flickSlideBottom ul.slidePager li.slidePagerPointer {
	display:inline-block;
	background-color:#CCC;
	width:10px;
	height:10px;
	margin:10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
	-webkit-box-shadow:
 0px 0px 4px rgba(255,0,153,0.8), inset 0px 0px 1px rgba(255,000,217,1);
	background-color:#F6C;
}
/*=================================================
 * ªflickslideª
 * ================================================= */
 
/*=================================================
 * X^C
 * ================================================= */
header {
	position: relative;
}
header h1 {
	text-shadow:0 1px #fff;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(img/header_bg.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}
h1 #itemh1 {
	margin-left: 80px;
}
#topimg {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	margin-left: auto;
	width: 146px;
	margin-top: 5px;
	margin-right: auto;
	background-color: #FFF;
	padding: 5px;
	height: 146px;
	margin-bottom: 5px;
}
.kadomaru8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
header nav {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
nav ul {
	margin-top: 20px;
}
nav ul li {
	float: left;
	width: 88px;
	margin-right: 6px;
	margin-left: 6px;
}
.nav-page {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.nav-page-left {
	position: absolute;
	top: 0;
	left: 10px;
}
.nav-page a {
	padding: 6px 12px;
	border: 1px solid #006699;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83CEF1), to(#3994BC));
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
}
h2 {
	text-shadow:0 1px #000;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	color: #fff;
}
#osusume h2, #ranking h2,#wadai h2,#kanren h2,#kanrenitem h2{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83CEF1), to(#3994BC));
	background-image: -moz-linear-gradient(top, #83CEF1, #3994BC);
	background-image: -ms-linear-gradient(top, #83CEF1, #3994BC);
	background-repeat: repeat-x;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
}
#wadai h2 {
	clear: both;
}
.panelcontents1 img, .panelcontents2 img, .panelcontents3 img {
	float: left;
	margin-right: 5px;
}
.panelcontents1 {
	min-height: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #696969;
	-moz-box-shadow: 0px 0px 3px #696969;
	-ms-box-shadow: 0px 0px 3px #696969;
	box-shadow: 0px 0px 3px #696969;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.panelcontents2 {
	min-height: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #696969;
	-moz-box-shadow: 0px 0px 3px #696969;
	-ms-box-shadow: 0px 0px 3px #696969;
	box-shadow: 0px 0px 3px #696969;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #DFF9B9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.panelcontents3 {
	min-height: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #696969;
	-moz-box-shadow: 0px 0px 3px #696969;
	-ms-box-shadow: 0px 0px 3px #696969;
	box-shadow: 0px 0px 3px #696969;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #F9BBD8;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#sitecontents {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}
section #mainImages {
	margin-right: 10px;
	margin-left: 10px;
}
.attention {
	font-size: 12px;
	display: block;
	text-align: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#kanren ul {
	margin-right: 10px;
	margin-left: 10px;
}
#kanren ul li {
	list-style-type: disc;
	margin-left: 20px;
}
#kanren ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wadaicontents {
	margin-right: 10px;
	margin-left: 10px;
}
#wadaicontents li img {
	float: left;
	margin-top: 5px;
}
#wadaicontents p img {
	float: left;
}
#wadaicontents li {
	min-height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 100%;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newlist {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 81px;
}
.freebox {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}
.button {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 260px;
	text-align: center;
}
.attention2 {
	font-size: 12px;
	display: block;
	color: #F00;
	text-align: left;
	clear: both;
}
.navigation {
	text-align: center;
	padding-bottom: 5px;
}
.navigation a img {
	vertical-align: -35%;
	padding: 5px;
}
#itemdescription {
	margin-right: 10px;
	margin-left: 10px;
}
.content {
	margin-right: 10px;
	margin-left: 10px;
}
#kanrenbox {
	text-align: center;
}
#kanrenbox a img {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#osusume {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
}
footer {
	text-shadow:0px 1px #000;
	font-size: 16px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83CEF1), to(#3994BC));
	background-image: -moz-linear-gradient(top, #83CEF1, #3994BC);
	background-image: -ms-linear-gradient(top, #83CEF1, #3994BC);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	color: #FFF;
}
footer .home {
	margin-top: 15px;
}
footer .toplink {
	display: block;
	padding: 8px;
	margin-bottom: 10px;
	color: #FFF;
}































