@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration:none;
	vertical-align:middle;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html{
	font-size:75%;
}
body{
	background:#f5f5f5;
}
#border01{
	width:100%;
	height:5px;
	background:#F00;
}
h1{
	font-size:1em;
	width:235px;
	height:99px;
	margin:0 auto;
	padding:1.25em 0;
}
#slider{
	max-width:960px;
	margin:0 auto;
}
#wrapper{
	max-width:960px;
	margin:0 auto;
}
.controls li{
	color:#fff;
	cursor:pointer;
	float:left;
	margin:1em;
}
.controls li.active{
	color:#000;
}
#toggle{
	width:100%;
	height:2em;
	text-align:center;
	overflow:hidden;
	background:#333;
	padding:0.5em 0 0 0;
	margin:0 auto;
	margin-top:1.25em;
}
.nav-toggle{
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 20px;
	height: 0;
	padding-top: 17px;
	background: #fff;
}
.nav-toggle::before,
.nav-toggle::after {
	position: absolute;
	left: 0;
	content: "";
	width: 20px;
	height: 0;
	border-top: 4px solid #333;
}
.nav-toggle::before {
	top: 3px;
}
.nav-toggle::after {
	bottom: 3px;
}
#nav{
	width:100%;
	background:#960;
	margin:0 auto;
}
#nav ul li{
	width:100%;
	height:1.875em;
	float:none;
	border-top:1px solid #fff;
	text-align:left;
	margin:0;
	overflow:hidden;
	padding:0.5em 0 0 1.4em;
}
#nav ul li:hover{
	padding-bottom:0;
	border-bottom:0;
	background-color:#777;
}
#Grid{
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-top:1em;
}
#Grid .mix{
	display:none;
	padding:1em;
}
#Grid img{
	width:220px;
	border:3px double #666;
}
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	color:#fff;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:#333;
	background: rgba(30,30,30,.9);
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	text-align:center;
}
figcaption h2,
figcaption p {
	position: absolute;
	left: -100%;
	-webkit-transition: .2s;
	transition: .2s;
	width:90%;
}
figcaption h2 {
	top: 14%;
	font-weight:bold;
	font-size:0.9em;
}
figcaption p {
	top: 30%;
	font-size:0.8em;
}
figure:hover figcaption {
	opacity: 1;
}
figure:hover figcaption h2,
figure:hover figcaption p {
	left: 1em;
}
figure:hover figcaption h2 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
figure:hover figcaption p {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.read{
	top:85%;
}
.read a{
	color:#FC3;
	text-decoration:underline;
	font-size:1.2em;
}
/*footer*/
#page-top-wrap{
	max-width:960px;
	margin:0 auto;
}
#page-top{
	clear:both;
	background:#222;
	margin:1.25em auto;
	margin-bottom:0;
	width:120px;
	height:30px;
	border-top:4px double #f5f5f5;
	border-right:4px double #f5f5f5;
	border-left:4px double #f5f5f5;
}
#page-top p{
	text-align:center;
	overflow:hidden;
}
#page-top a{
	color:#fff;
	font-size:0.6em;
	display:block;
	width:100%;
	height:100%;
	padding:0.8em 0;
}
.footer{
	clear:both;
	background:#222;
	text-align:center;
	height:13.125em;
}
.footer p{
	color:#fff;
	padding-top:2em;
	width:90%;
	margin:0 auto;
}
.footer a{
	color:#fff;
	text-decoration:underline;
	font-size:0.8em;
}
/*footer*/

/*480px*/
@media only screen and (max-width: 480px) {
.footer p{
	padding-top:1em;
}
}
/*480px*/

/*736px*/
@media only screen and (max-width: 736px) {
h1{
	width:180px;
	height:75px;
}
#wrapper{
	width:90%;
}
#Grid{
	width:90%;
	margin-top:-0.625em;
}
#Grid .mix{
	padding:0.625em 1.25em;
}
.slider-bg{
	margin-bottom:2em;
}
.theme-default .nivo-controlNav {
	display:none;
}
#page-top a{
	font-size:0.8em;
	padding:1em 0;
}
.footer p{
	width:90%;
	margin:0 auto;
}
}
/*736px*/

/*737px*/
@media screen and (min-width : 737px){
html{ 
	font-size:100%;
}
#wrapper{
	width:90%;
}
#Grid{
	width:100%;
	margin:0 auto;
}
#Grid .mix{
	text-align:center;
}
#Grid img{
	width:278px;
}
}
/*737px*/

/*960px*/
@media screen and (min-width : 960px) {
#wrapper{
	width:100%;
}
#Grid{
	width:100%;
}
#page-top{
	float:right;
}
}
/*960px*/