@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1075px) and (min-width:951px){
body{
	min-height:700px;
}
#header>h1>a>em>i{
	display:none;
}
}
@media screen and (max-width:950px) and (min-width:641px){
body{
	min-height:370px;
}

#header{
	width:20%;
}

#header>h1{
	margin:0 10px 5px;
}
#header>h1>a{
	font-size:0.8em;
}

#header>h1>a>em>i{
	display:none;
}
#profile>h1{
	margin-bottom:3px;
}
#profile>ul>li>a>i{
	display:none;
}
#profile>ul>li>a>em{
	display:inline;
}
#profile>ul{
	width:95%;
	height:25px;
	padding:0 5%;
	border-radius:5px;
}
#profile>ul>li>a{
	padding:0 5px;
	border-left:none;
}



/*nav*/
#nav{
	width:100%;
}
#nav>ul{
	width:100%;
	margin:5px 0 0;
}
#nav>ul>li>a{
	height:25px;
	line-height:25px;
	font-size:1em;
}

#sns{
	margin:0 auto;
	position:absolute;
	bottom:35px;
	left:10%;
	width:80%;
}

/*main*/

#main, #sub{
	width:80%;
}
#main>h1{
	width:150px;
	margin:0 auto ;
	font-size:1.2em;
}

#main>ul>li{
	width:47%;
	height:100px;
	margin-right:2%;
	margin-bottom:2%;
	overflow:hidden;
}
#main>ul>li:nth-child(even){
	margin-right:0;
}
#main>ul>li>a{
	width:45%;
	height:100px;
	float:left;
}
#main>ul>li>h2{
	float:right;
	width:50%;
	height:20px;
	margin:1% 0 0;
	font-size:1em;
	border-bottom:1px solid #ccc;
	color:#000;
	overflow:hidden;
}
#main>ul>li:nth-child(4)>h2{
	font-size:0.85em;
}
#main>ul>li>h2>a{
	display:none;
}
#main>ul>li>p{
	float:right;
	width:50%;
	padding:3% 0 0;
	height:65px;
	overflow:hidden;
}


/*#footer*/
#footer{
	width:100%;
	height:10%;
	min-width:0px;
	position:fixed;
	bottom:0px;
}
#footer>p{
	display:none;
}
#footer>i{
	display:block;
	width:80%;
	float:right;
	text-align:center;
	font:0.8em Arial,sans-serif;
	color:#eee;
	letter-spacing:0.1em;
	line-height:40px;
}
#footer>p>a.w3c{
	display:none;
}


/*sub*/
#sub{
	margin:0 auto;
	height:89%;
}
#subtit{
	display:none;
}
#gallery{
	width:95%;
	height:90%;
}
#gallery .cycle-slideshow{
	top:10px;
	float:left;
	width:55%;
	height:85%;
	margin-bottom:80px;
}
#gallery .cycle-pager{
	top:10px;
	right:10px;
}
#gallery .cycle-slideshow>a>span{
	top:10px;
}


/*pro*/

#pro{
	position:fixed;
	top:0; left:20%;
	height:90%;
	width:80%;
}
#pro>h1{
	display:block;
}
#pro>dl{
	width:95%;
	margin:0 auto;
	height:auto;
	padding:8% 2%;
	color:#000;
}
#pro>dl>dt{
	font-size:0.7em;
}
#pro>dl>dt>em{
	line-height:1.7em;
}

#pro>dl>dd{
	margin:-0.7% 0 2%;
}
#pro>dl>dd>h2{
	font-size:0.5em;
	line-height:2em;
}
#pro>dl>dd>p{
	font-size:0.5em;
	margin:0 0 3%;
}


}


@media screen and (max-width:640px){
body{
	min-height:600px;
}
#header{
	float:none;
	width:100%;
	height:100px;
	min-width:0;
	margin:0; padding:0;
	position:fixed;
	left:0; top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#112033+54,ffffff+100&0.3+0,0.3+100 */
	background: -moz-linear-gradient(top, rgba(17,32,51,0.9) 0%,rgba(17,32,51,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(17,32,51,0.9) 0%,rgba(17,32,51,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(17,32,51,0.9) 0%,rgba(17,32,51,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d112033', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
}

/*LOGO*/
#header>h1{
	height:30px;
	margin:20px 20px 10px;
}

#header>h1>a{
	display:block;
	font-size:0.9em;
}
#header>h1>a>span{
	font-size:0.7em;
	line-height:1.3em;
}
#header>h1>a>em{
	display:none;
}


/*profile*/
#profile{
}
#profile>h1>a{
	display:block;
	position:fixed;
	top:20px; right:20px;
	padding:5px 10px;
	color:#000;
	background-color:#FFF;
	border-radius:5px;
}
#profile>h1>a:hover{
	color:#f00;
	background-color:#000;
}
#profile>h1>a.on{
	color:#f00;
	background-color:#000;
}
#profile>ul{
	display:none;
}

/*sns*/
#sns{
	display:none;
}

/*nav*/
#nav{
	height:40px;
}
#nav>ul{
	height:40px;
	margin:0; padding:0;
}

#nav>ul>li{
	height:39px;
	border-top:1px solid #000;
	float:left;
	width:20%;
	margin:0; padding:0;
}
#nav>ul>li>a{
	height:39px;
	text-align:center;
	font-size:1em;
	line-height:39px;
	margin:0; padding:0;
	width:100%;
}


#main{
	float:none;
	position:absolute;
	top:100px;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
}
#main>h1{
	display:none;
}
#main>ul{
	width:90%;
}
#main>ul>li{
	width:98%;
	margin-bottom:2%;
	height:100px;
	max-height:330px;
}
#main>ul>li>a{
	width:45%;
	height:100px;
	float:left;
}
#main>ul>li>h2{
	float:right;
	width:50%;
	height:20px;
	margin:0 1%;
	font-size:1em;
	border-bottom:1px solid #ccc;
	color:#000;
	overflow:hidden;
}
#main>ul>li:nth-child(4)>h2{
	font-size:0.9em;
}
#main>ul>li>p{
	float:right;
	width:50%;
	padding:2% 0 0;
	height:65px;
	font-size:0.8em;
	overflow:hidden;
}


/*footer*/
#footer{
	width:100%;
	min-width:0px;
	height:6%;
	position:fixed;
	bottom:0px;
}

#footer>p{
	display:none;
}
#footer>i{
	display:block;
	width:100%;
	float:right;
	text-align:center;
	font:0.8em Arial,sans-serif;
	color:#eee;
	letter-spacing:0.1em;
	line-height:40px;
}
#footer>p>a.w3c{
	display:none;
}

/*sub*/

#sub{
	width:100%;
	margin:0 auto;
}
#subtit{
	display:none;
}
#gallery{
	position:fixed;
	width:100%;
	margin:300px auto;
	height:500px;
	background-color:#eee;
}

#gallery .cycle-slideshow{
	position:fixed;
	top:100px;
	float:none;
	width:100%;
	height:50%;
	margin-bottom:0;
}
#gallery .cycle-slideshow>a>span{
	display:none;
	background-color:none;
	width:0px;
	height:0px;
	font-size:0px;
}


#gallery .cycle-pager{
	position:fixed;
	top:65%; left:1%;
	width:98%;height:25%;
	overflow-y:scroll;
}
#gallery .cycle-pager>a{
	float:left;
	width:18%;
	height:50px;
	margin-right:1.25%;
	margin-bottom:1.5%;
	overflow:hidden;
	background-color:#fff;
}
#gallery .cycle-pager>a:nth-child(even){
	margin-right:1.25%;
}
#gallery .cycle-pager>a:nth-child(5n+5){
	margin-right:0%;
}


/*pro*/

#pro{
	position:fixed;
	top:100px; left:0;
	height:76%;
	width:100%;
}
#pro>h1{
	display:block;
	top:100px;
	width:100%;
	padding:10px 15px;
	color:#f00;
}
#pro>dl{
	width:95%;
	margin:0 auto;
	height:auto;
	padding:12% 2%;
	color:#000;
}
#pro>dl>dt{
	font-size:1em;
}
#pro>dl>dd{
	margin:-0.7% 0 2%;
}
#pro>dl>dt>em{
	line-height:1.7em;
}

#pro>dl>dd>h2{
	font-size:0.8em;
	line-height:2em;
}
#pro>dl>dd>p{
	font-size:0.8em;
	margin:0 0 3%;
}
