::selection {
    background:#FFB3B3;
	color:#fff;
}
::-moz-selection {
    background:#FFB3B3; 
	color:#fff;
}
* html body {
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;
}
*:first-child+html body {
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;/* ※サイトにより変更 */
	font-size:94%;
	cursor:default;
}

body div {
	text-align: inherit;
	margin: 0 auto;
}
h1 {
	font-size:143%;
}
h2 {
	font-size:129%;
}
h3 {
	font-size:115%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
html{
	overflow-x: hidden;
	overflow-y: scroll;
}
img {
	vertical-align: top;
	width:100%;
}

/*	リンク設定
================================================== */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.no-op a:hover,
a.no-op:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a.zoom{
	display: block;
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.zoom:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
a.zoom-min img{
	display: block;
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.zoom-min:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	transform: scale(1.08);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
}



/*	フォント
================================================== */
.regular{
	font-weight: 400;
}
.semi{
	font-weight: 500;
}
.demi{
	font-weight: 600;
}
.bold{
	font-weight: 700;
}


/*	clearfix
================================================== */
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
  position:relative
}
* html .cf {
  height: 1px;
}




/*	ページ整形（全頁に関わるCSSを記入）
================================================== */

div#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


