﻿@charset "utf-8";
/* mv
----------------------------------------------------------------------*/
.press .mv_img{
	background-image: url(../images/press_mv_img.webp);
}

/* main
----------------------------------------------------------------------*/
.pictlist{
	text-align:center;
}
h2{
	font-weight:bold;
	font-size:1.3em;
	margin:1.3em;
}
h3{
	margin-top:2em;
	font-weight:bold;
}
.right{
	text-align:right;
}

/*=====================================================================
   769 start
======================================================================*/
@media screen and ( min-width:769px ){

/* main
----------------------------------------------------------------------*/
#box{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.m-topx1{
	margin-top:1em;
}
.pictlist li{
	display:inline-block;
	margin:.6em;
}
h2{
	text-align:center;
}

/*=====================================================================
   769 end
======================================================================*/
}