@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  サブスタイル指定
=================================================================== */


/* body
----------------------------------------------------------------------------- */
body {
	width: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: #fff;
	border:10px solid #fff;
}
/* anchor
----------------------------------------------------------------------------- */
a:link {
	color: #888 !important;
	text-decoration: underline !important;
}
a:visited {
	color: #888 !important;
	text-decoration: underline !important;
}
a:hover {
	color: #6699cc !important;
	text-decoration: none !important;
}
a:active {
	color: #6699cc !important;
	text-decoration: none !important;
}

/* layout
----------------------------------------------------------------------------- */

.innerw100 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.pcNone {
  display: none;
}
.smpNone {
  display: block;
}
.disNone {
  display: none;
}

/* BreakPoint 641px
=============================================================*/
@media only screen and (max-width: 641px) {
.pcNone {
  display: block;
}
.smpNone {
  display: none;
}
.inner1000 {
	width: 100%;
	padding: 0 4.6%;
}




}