﻿/* hS-・*/ 
*{
	margin:0;
	padding:0;
	font-family: "8ｴｷﾃｯS", "Yu Gothic", YuGothic, "ﾒ魄ﾎﾒｴ Pro", "Hiragino Kaku Gothic Pro", "皃・", "Meiryo", sans-serif;
}



/* ﾘﾃﾀ・・*/
#pagetop{
	position:fixed;
	right:10px;
	bottom:0;
	z-index:999;
}

#pagehome {
  position: fixed;
  right: 120px;
  bottom: 0;
  z-index: 999;
}

#logo{
	margin:12px;
	height:50px;
	width:auto;
}

header{
	width:100%;
	height:250px;
	background-color:#389fd2;
}

.hdimg{
	background-image:url(../img/top.jpg);
	height:250px;
}


/* ｳ・*/ 
.contents{
	width:100%;
	color:white;
	z-index:0;
	margin:0 auto;
}

.contents img{
	margin:0 auto;
	display:block;
	width:100px;
}

.contents p{
	font-size:14px;
}
.contents h2{
	font-size:20px;	
	font-weight:bold;
	text-shadow: 0px 2px 0  rgba(0,0,0,0.4);
}
.contents p,
.contents h2{
	text-align:center;
	color:white;
	line-height:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contents a:hover p,
.contents a:hover h2{
	color:black;
}


.contents figure {
  	position: relative;

}
 
.contents figcaption {
	color: white;
	bottom:0px;
	width:100%;
}

.contents figcaption p{
	text-align:left;
	font-size:12px;
}


.contents a{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:40px;
	text-decoration:none;
}
.contents a:hover img{
	color:black;
	opacity:0.7;
}
.conline{
	border-top:1px solid white;
	padding-top:10px;
}




.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}




/*widgetcon*/
.linkcon{
	position:relative;
	height:45px;
	width:100%;
	max-width:230px;
	margin-bottom:10px;
	background-color:white;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
}

.linkcon img{
	position:relative;
	height:45px;
}


.linkcon a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.sns img{
	height:45px;
	margin-bottom:10px;
}

.linkcon,
.sns img{
	background-color:black;
}

.linkcon img,
.sns img{
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.linkcon :hover img,
.sns :hover img{
	opacity:0.7;
}




/*section*/
#works{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#389fd2;
}

#copy{
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-top:25px;
	padding-bottom:30px;
	text-align:center;
	text-shadow: 2px 2px 0  rgba(0,0,0,0.9);
}


#info{
	background-color:black;
	padding-top:15px;
	padding-bottom:15px;

}

.infobutton{
	border-bottom:1px solid white;
}

.infobutton h3{
	padding:2px;
	margin:0 auto;
	padding:5px 0;
	color:white;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.infobutton h3:hover,
undefined{
	color:gray;
}


.infobutton img{
	height:10px;
}

.infobutton a:hover{
	text-decoration:none;
}
.dnone{
	display:none;
	font-size:12px;
	line-height:25px;
}

.dnone{
	padding-left:15px;
	padding-bottom:10px;
	}

dl{
	margin:0;
}

dd{
	line-height:19px;
}
dt{
	padding:5px 0;
	margin-left:-5px;
}
undefined
undefined
undefined
undefined
undefined
undefined



.linkfix{
	position:relative;
	z-index:999;
}



.brnones{
	display:none;
}




/* ﾕﾃｿ・*/ 
footer{
	background-color:rgba( 30,30,30,0.97);
	padding-top:10px;
	padding-bottom:40px;
	width:100%;
	font-size:15px;
	color:white;
	text-align:center;
	border-bottom:1px solid rgba( 30,30,30,0.97);
}








/* sl */
@media (min-width: 768px) {

.contents{
	width:100%;
}

.contents figcaption{
	height:150px;
}

.contents figcaption p{
	font-size:13px;
}
.contents img{
	width:50%;
}
.conline{
	border-top:0px solid white;
	padding-top:0;
}

#copy{
	padding-top:55px;
}

undefined
.hdimg{
	background-size:100% auto;
}

.brnone{
	display:none;
}

.brnones{
	display:inline;
}



th,td {
    display: table-cell;
}
th{
	width:200px;
}

header{
	height:250px;
}

#logo{
	height:40px;
	margin:5px;
}


#works{
	padding-top:40px;
	padding-bottom:0px;
}

#info{
	padding-top:50px;
	padding-bottom:50px;
	text-align:left;
}
dd{
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}

.infobutton h3{
	font-size:14px;
	}


.linkcon img{
	left:50%;
	margin-left:-115px;
}

.infobutton{
	border-bottom:0;
}
undefined
#copy{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}

.contents figcaption p{
	text-align:left;
	margin-left:30px;
}



}

/* md */
@media (min-width: 992px) {
.conline{
	border-left:1px white solid;
}
.contents img{
	width:70%;
}

header{
	height:250px;
}

header #copy{
	text-shadow: 0px 3px 0  rgba(0,0,0,0.8);
}

#logo{
	width:auto;
	height:40px;
	margin:0;
	margin-top:15px;
}


#works{
	padding-top:100px;
	padding-bottom:100px;
}

#info{
	padding-top:30px;
	padding-bottom:70px;
	text-align:left;
}

.infow{
	padding-bottom:66px;
}


#copy{
	font-size:22px;
	line-height:40px;
	padding-top:50px;
	padding-bottom:80px;
}

.contents figcaption p{
	text-align:left;
	margin-left:-10px;
	margin-right:-10px;
}

}


/* lg */
@media (min-width: 1200px){
.brnone{
	display:none;
}

#copy{
	font-size:25px;
}
}

