@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

@media print, screen and (min-width: 1220px){
.spOnly {
		display: none;
}


ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#main .photo{
	padding-bottom: 50px;
}
#main .photo img{
	width: 100%;
}
#main .title{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#main p{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 24px;
}


#list{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 35px;
}
#list .navi{
	padding-bottom: 50px;
}
#list .navi li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding-right: 30px;
	padding-left: 30px;
}
#list .navi li a{
	opacity:0.3;
  filter: alpha(opacity=30);
	transition: .3s;
}
#list .navi li a:hover {
	opacity:1.0;
  filter: alpha(opacity=100);
}
#list .navi li a.active {
	opacity:1.0;
  filter: alpha(opacity=100);
}

#list .item{
	width: 100%;
	display: none;
}
#list #area1 {
	display: block;
}

#list .item .box{
	float: left;
	width: 290px;
	text-align: left;
	margin-right: 13px;
	margin-bottom: 50px;
}
#list .item .box.end{
	margin-right: 0px;
}
#list .item .box a{
	display: block;
	transition: .3s;
}
#list .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#list .item .box img{
	width: 290px;
	height: auto;
}
#list .item .box p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}
#list .item .box .detail{
	background-image: url(../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 12px;
}




}
@media screen and (max-width: 1219px) and (min-width: 764px){
.pcOnly {
		display: none;
}
.pcOnly {
	display: block;
}



ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#main .photo{
	width: 100%;
	padding-bottom: 50px;
}
#main .photo img{
	width: 100%;
}
#main .title{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#main p{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 24px;
}


#list{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 35px;
}
#list .navi{
	padding-bottom: 50px;
}
#list .navi li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding-right: 2%;
	padding-left: 2%;
}
#list .navi li a{
	opacity:0.3;
  filter: alpha(opacity=30);
	transition: .3s;
}
#list .navi li a:hover {
	opacity:1.0;
  filter: alpha(opacity=100);
}
#list .navi li a.active {
	opacity:1.0;
  filter: alpha(opacity=100);
}

#list .item{
	width: 100%;
	display: none;
}
#list #area1 {
	display: block;
}

#list .item .box{
	float: left;
	width: 24.25%;
	text-align: left;
	margin-right: 1%;
	margin-bottom: 50px;
}
#list .item .box.end{
	margin-right: 0px;
}
#list .item .box img{
	width: 100%;
}
#list .item .box a{
	display: block;
	transition: .3s;
}
#list .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#list .item .box p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}
#list .item .box .detail{
	background-image: url(../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 12px;
}



}

@media screen and (max-width: 763px){
.pcOnly {
		display: none;
}



#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
#main .photo{
	width: 100%;
	padding-bottom: 4em;
}
#main .photo img{
	width: 100%;
}
#main .title{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#main .title img{
	width: 100%;
}
#main p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	font-size: 100%;
	line-height: 180%;
}


#list{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4em;
	padding-bottom: 1em;
}
#list .navi{
	padding-bottom: 2em;
}
#list .navi li{
	display: inline-block;
  /display: inline;
  /zoom: 1;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 1em;
}
#list .navi li a{
	opacity:0.3;
  filter: alpha(opacity=30);
	transition: .3s;
}
#list .navi li a:hover {
	opacity:1.0;
  filter: alpha(opacity=100);
}
#list .navi li a.active {
	opacity:1.0;
  filter: alpha(opacity=100);
}

#list .item{
	width: 95%;
	display: none;
	margin-left: auto;
}
#list #area1 {
	display: block;
}

#list .item .box{
	float: left;
	width: 46.5%;
	text-align: left;
	margin-bottom: 2em;
	margin-right: 2%;
}
#list .item .box.end{
	margin-right: 0px;
}
#list .item .box img{
	width: 100%;
}
#list .item .box a{
	display: block;
	transition: .3s;
}
#list .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#list .item .box p{
	font-size: 90%;
	line-height: 140%;
	padding-top: 1em;
}
#list .item .box .detail{
	background-image: url(../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 90%;
}




}