@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
.fadein {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1.5s;
}
.fadein4 {
  opacity : 0;
  transform: translateX(0px);
  transition: all 1.5s;
}
.fadein5 {
  opacity : 0;
  transform: translateX(0px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../web/home/mimg_back.gif);
	padding-top: 0px;
	z-index: 1000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: 1400px;
	min-height: 1400px;
	max-width: 310px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents {
	width: 310px;
	height: 1400px;
	min-height: 1400px;
	float: left;
	margin-left: 0;
}

#contents01 {
	width: 310px;
	height: 185px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c01_ttl {
	width: 310px;
	height: 24px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight:bold;
	float: left;
	text-indent: 3px;
}
#cnv {
	width: 310px;
	height: 150px;
	float: left;
	margin-top: 10px;
}
#cnv img{
	width: 90px;
	height: 90px;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	transition:0.4s;
}
#cnv img:hover{ background-color: #FF6400}

.cnv_ttl {
	width: 310px;
	height: 15px;
	float: left;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 0px;
}
.cnv1 {
	width: 100px;
	height: 120px;
	float: left;
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
}
.cnv1 img{background-color:;}
.cnv2 {
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
}
.cnv2 img{background-color:;}
.cnv3 {
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
}
.cnv3 img{background-color:;}
.cnv4 {
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
}
.cnv4 img{background-color:;}
.cnv5 {
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
}
.cnv5 img{background-color:;}


#contents02 {
	width: 310px;
	height: 1150px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.c02_ttl {
	width: 310px;
	height: 24px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight:bold;
	float: left;
	text-indent: 3px;
}

.c02_nv {
	width: 140px;
	height: 165px;
	float: left;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.c02_nvf {
	width: 140px;
	height: 165px;
	float: left;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.c02_nv img{
	width: 140px;
	height: 112px;
	display: block;
	transition:0.5s;
}
.c02_nv img:hover{
	transform:scale(1.0)
}
.c02_nvf img{
	width: 140px;
	height: 112px;
	display: block;
	transition:0.5s;
}
.c02_nvf img:hover{
	transform:scale(1.0)
}

.c02_pan {
	width: 130px;
	height: 20px;
	float: left;
	margin-top: 30px;
	margin-left: 90px;
}
.c02_pan li {
	font-size: 12px;
	line-height: 19px;
	float: left;
	margin-left: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	height: 19px;
	width: 19px;
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	color: #F30;
}
.c02_pan li a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}


@media screen and (max-width:767px){
#pan {display:none;}
#sideBox { display:none;}
}

