@charset "utf-8";
h3{
	margin-bottom:4px;
}
.actSttl{
	margin-top:40px;
	font-size:2.0rem;
	font-weight:bold;
}
.actSttl + h2{
	margin-top:15px;
}
.actSttl02{
	font-size:1.7rem;
	margin-top:1.5em;
}
.actSttl02:first-child{
	margin-top:0;
}
.actSttl02 + h3{
	margin-top:0.5em;
}
.actMemo{
	margin:1em 0;
	font-size:1.3rem;
	padding-left:1em;
	text-indent:-1em;
}

.itvSttl{
	font-size:1.8rem;
}
.itvTtl{
	margin-top:10px;
	font-size:2.6rem;
}
.itvOutset{
	overflow:hidden;
	margin-bottom:2em;
}
.itvImg{
	float:left;
	width:220px;
	margin-right:1.8em;
}
.itvImg2{
	float:left;
	width:320px;
	margin-right:1.8em;
}
.itvImg3{
	float:right;
	width:300px;
	margin-left:1.8em;
}
.itvTxt{
	overflow:hidden;
}

#sge li{
	margin-bottom:0.25em;
	padding-left:1em;
	text-indent:-1em;
}
/*PC
=========================================================*/
@media print , screen and (min-width: 651px){

}

/*smartphone
=========================================================*/
@media only screen and (max-width: 650px){
.itvTtl{
	font-size:2.2rem;
}
.itvImg{
	width:160px;
}
.itvTxt{
	overflow:visible;
}
}


/* iPhone 4inch
=========================================================*/
@media only screen and (max-width: 320px){
}

/* Print
=========================================================*/
@media print{
}
