@charset "utf-8";

body{
min-width:1200px;
}
.contents{
max-width:1600px;
min-width:1200px;
margin-left:auto;
margin-right:auto;
margin-top:-4px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
text-align:left;
}
.contents a img{
border:none;
}
.footerBox{
margin-top:0px;
}
#pageTop{
padding:0px 10px 10px;
background-color:#00a3d9;
position:fixed;
bottom:40px;
right:0px;
cursor:pointer;
color:#FFF;
font-weight:bold;
line-height:1.2em;
text-align:center;
z-index:300;
}
#pageTop i{
display:block;
font-size:24px;
line-height:1.2em;
}
#pageTop span{
font-family: 'Open Sans', sans-serif;
font-size:14px;
}

/**/
.galleryMain{
	margin:0 auto;
	padding:0 0 10px 0;
	width:901px;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','MS PGothic', Verdana, Arial, Helvetica, sans-serif;
}
.galleryMain:after{
	content:"";
	display:block;
	clear:both;
}

/**/
.galleryTop{
	margin:20px 0 0 0;
	text-align:left;
}
.galleryTop h1 {
	padding: 0;
	margin: 0;
}
.lead{
	margin:15px 0 0 0;
	padding:0;
	font-size:120%;
	line-height:160%;
}
.galleryTopList{
	margin:0;
	padding:0;
	width:900px;
	text-align:left;
	list-style:none;
	font-size:110%;
	line-height:150%;
}
.galleryTopList:after{
	content:"";
	display:block;
	clear:both;
}
.galleryTopList li{
	margin:0;
	padding:20px 0 10px 15px;
	width:290px;
	float:left;
}
.galleryTopList li:nth-child(3n+1){
	padding-left:0;
    clear: both;
}
.galleryTopList li h2{
	margin:15px 0 0 0;
	position:relative;
	font-size:24px;
}
.galleryTopList li h2 a:link,
.galleryTopList li h2 a:visited{
	color:#000;
	text-decoration:none;
}
.galleryTopList li h2 a:hover,
.galleryTopList li h2 a:active{
	color:#000;
	text-decoration:none;
}

.galleryTopList li h2 span.new{
    position: absolute;
    top:0;
    left: 0;
    background:#f00;
    color: #fff;
    font-weight: bold;
}
.galleryTopList li h2 span.cat{
padding:2px 5px 2px 5.0em;
top:0;
display:block;
font-size:12px;
}
.galleryTopList li h2 span.num{
font-family:'Roboto-Bold', 'Roboto Bold', 'Roboto';
border-right:solid 1px #000;
position:absolute;
padding:2px 9px 2px 0;
display:block;
top:0;
}
.galleryTopList li p{
	margin:10px 0 0 0;
}
.galleryTopList a.link{
	background:url(/common/images/arrow02.gif) no-repeat 0 50%;
    clear: both;
    padding: 0 0 0 15px;
}
.galleryTopList .mov > a{
	position:relative;
	height:249px;
	display:block; color:#fff;
    overflow: hidden;
}
.galleryTopList .mov > a >img{
	position:absolute;
	top:0;
    z-index: 1;
}
.galleryTopList .mov .icn{
	position:absolute;
	z-index: 2;
	bottom:0;
	box-sizing: border-box;
	width:100%;
	padding:0 15px 15px 15px;
	background:rgba(0,0,0,0.8);
}
.galleryTopList .mov .icn img{
	margin:0 10px 0 0;
	position:relative;
	top:10px;
}
.galleryTopList .new{
    position: absolute;
    top:-1.5em;
    left:-3.25em;
    background:#f00;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    z-index: 3;
    padding: 3.0em 3.0em 0.2em 3.0em;
    transform:rotate(-45deg);
}

@media screen and (max-width: 740px) {
body{
min-width:930px !important;
}
.contents{
min-width:930px !important;
}
}

@media screen and (max-width: 600px) {
body{
min-width:320px !important;
}
.contents{
width:100%;
min-width:320px !important;
padding:0 0 30px 0;
}
.footstepBox{
width:auto;
margin-left:0;
margin-right:0;
margin-bottom:10px;
}
#pageTop{
bottom:0px;
}
#pageTop i{
font-size:20px;
line-height:1em;
}
#pageTop span{
font-size:10px;
}
#pageTop span br{
display:none;
}
/* main */
.galleryTop h1 img{
	width:200px;
	height:auto;
}
.galleryMain{
padding:0 15px;
	width:auto;
}
.galleryTopList{
	width:auto;
}
.galleryTopList li {
    float: none;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    width: 290px;
}
}