html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  padding:30px 0;
}
h1{
	color:#555;
	font-size: 24px;
}
/*h2 {
  font-size:14px;
  font-weight:bold;
  color:#3c3c3c;
  margin:20px 10px 10px;
}*/
/*small {
  margin:0 10px 30px;
  display:block;
  font-size:12px;
}*/
a {
	color:#3c3c3c;
}
/*img{
  vertical-align: top;
}*/

body{
  background: #eee;
}

p {
	margin-top: 5px;
	font-style:italic;
}

/* --------------------
-------------- style */

/*ヘッダー*/

.header{
	padding:20px;
	background-color:#dfe3e8;

}
		
.header h1{
	margin:0;
	font-size:20px;
	line-height:1;
}
	
.header h1 a{
	color:#000;
	text-decoration:none;
}

.header p{
	margin:8px 0 0 0;
	font-size:12px;
	line-height:1;
}

.header.text{
	position: relative;
	margin:0 auto;
}

.header.added{
	float:right;
}

#main{
	width:960px;
	height:578px;
	margin: 0 auto;
  	left: 50%;
 	top: 50%;
}

#header ul{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:10px;
}
#header li{
	display:table-cell;
	text-align:center;
}
#header a{
	display:block;
}


#slider{
  position: relative;
  overflow: hidden;
  width: 960px;
  height: 578px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat center center;
  background-size: 16px 16px;
}
#slider ul{
  /* GPUアクセラレーターを有効にし、CSS3アニメーションのチラつきを防ぐ */
  -webkit-transform-style: preserve-3d;
	
}

/* ボタンの位置の設定 */
#slider #prev, #slider #next {
  background: #000;
  color: #fff;
  padding: 30px 15px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor:pointer;
}
#slider #prev{
  left: 0;
  border-radius: 0 2px 2px 0;
}
#slider #next{
  right: 0;
  border-radius: 2px 0 0 2px;
}*/

/* リストの設定 */
#slider li{
  width: 100%;
  background: #ccc;
}
#slider img{
  width: 100%;
}
@media screen and (max-width: 480px){
  h1{
    font-size: 12px;
  }
  #slider{
    width: 100%;
    height: 107px;
  }
}
