@charset "utf-8";
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img {
max-width: 100%;
height: auto;
width :auto;
}
.container {
width:100%;
}
}
/*------------------div#wrapに設定------------------*/
#wrap {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}
/*------------------bodyに共通設定------------------*/
body {
	font-family:"Letter Gothic Std","メイリオ","Meiryo UI",sans-serif;
	list-style: none;
	background-color: #fff;
}
/*---------------opacity:hover a imgに設定(共通のクラスの設定)---------------*/
.opacity:hover img {
	opacity: 0.5;
}
.opacity:hover {
	opacity: 0.5;
}

h1 {
	text-decoration: none;
	font-size: 110%;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
}
#navi {
	margin-left: 20px;
}
#navi ul li {
	width: 57px;
	height: 40px;
}
#navi ul li#works {
	margin-bottom: 5px;
}
#footer {
		text-align: center;
		margin-top: 5px;
}
#footer p {
	font-size: 60%;
	color: #333;
}
#ad {
    display: none;
}
 
@media screen and (min-width : 1024px) {
#ad {
    display: block;
}
}
