@charset "utf-8";
/* CSS Document */

/* ===========================================================
　明治150年
=========================================================== */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #000;
	/*font-family: Georgia, serif;*/
	font-family: serif;
	color: #fff;
	font-size: 100%;
	}

a {
	color: #ffffcc;
	text-decoration: none;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
	transition: 0.7s;
	}
a:hover,
a.selected {
	color: #ffcc00;
	}



/*h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}*/
	/*h1 {
		font-size: 120%;
	}*/
	/*h2 {
		font-size: 100%;
	}*/

/* blockskip -----------------------------------------------------------*/
div#blockskip { margin:0; padding: 0; overflow:visible; height: 0;}
div#blockskip a { cursor: default; font-size:1%; height:1px; line-height:0; margin:-1px 0 0; color: #333;}

#honbun {margin:0; padding: 0; overflow:visible; height: 0;}

.titlebox {
	margin:0 auto 35px 0;
	padding:5px;
	}

.titlebox h1 {
	font-family: Georgia, serif;
	color: #ffffcc;
	font-size: 250%;
	text-align:center;
	line-height:0.75em;
	margin: 20px auto 0 auto;
	text-shadow: #000 2px 2px 4px;
	}

.sociales {
	text-align: center;
	margin-bottom: 20px;
	}

#timeline {
	width: 950px;
	height: auto;
	overflow: hidden;
	margin: 10px auto 5px auto; /*タイトルを入れる場合はここのtop値を変える*/
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	}

#dates {
	width: 950px;
	height: 60px;
	overflow: hidden;
	}

#dates li {
	list-style: none;
	float: left;
	width: 150px;
	height: 50px;
	font-size: 110%;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
	}

#dates a {
	line-height: 1.2em;
	padding: 0;
	}

#dates .selected {
	font-size: 120%;
	}


#issues {
	width: 950px;
	height: auto;
	/*overflow: auto;*/
	overflow: hidden;
	}

#issues li {
	width: 950px;
	height: auto;
	list-style: none;
	float: left;
	}

#issues li img.pict {
	float: left;
	margin: 10px 30px 30px 80px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	 transform: scale(0.8,0.8);
	}

#issues li.selected img.pict {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	 transform: scale(1.1,1.1);
	}

#issues li h2 {
	color: #ffffcc;
	font-size: 160%;
	text-align:center;
	margin: 20px auto;
	text-shadow: #000 1px 1px 2px;
	}

#issues li h3 {
	color: #ffffcc;
	font-size: 110%;
	margin: -10px auto 10px 0;
	text-shadow: #000 1px 1px 2px;
	}

#issues li p {
	font-size: 100%;
	margin: 0 70px 20px 70px;
	font-weight: normal;
	line-height: 1.4em;
	text-shadow: #000 1px 1px 2px;
	}

#issues li .iconbox {
	text-align: right;
	margin: 15px 70px 0 70px;
	padding: 0 20px 0 0;
	}

#issues li img.icon_img {
	height:50px !important;
	width:50px !important;
	zoom: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	 transform: scale(1,1);
	}


/* -------------------------------------------------
  吹き出し用
--------------------------------------------------*/
div.icbox1 {
	margin-left:70px;
	margin-right:70px;
	margin-bottom:25px;
	text-align:left;
	}

div.icbox2 {
	margin-left:70px;
	margin-right:100px;
	text-align:center;
	}

div.icbox3 {
	margin-left:0;
	margin-right:100px;
	text-align:right;
	}

div.dept_icobox{
    color: #fff;
    display: inline-block;		/* インライン要素化 */
}
 
/* 吹き出しを隠す */
div.dept_icobox span {
    display: none;
	text-align:left;
}
 
/* マウスオーバー */
div.dept_icobox:hover {
    position: relative;
}
 
/* ①マウスオーバー時に吹き出しを表示 */
div.dept_icobox:hover span.w100 {
    display: block;				/* ボックス要素にする */
    position: absolute;			/* relativeからの絶対位置 */
    top: -50px;
    font-size: 90%;
	font-weight:bold;
    color: #000;
    background-color: #fff;
    width: 100px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* ①吹き出し部分を作成 */
div.dept_icobox span.w100:before{
    content:''; 
    display:block; 
    position:absolute;			/* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:22px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#fff; 
    transform:rotate(90deg);			/* 傾きをつける */
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    z-index:100;
}

/* ②マウスオーバー時に吹き出しを表示 */
div.dept_icobox:hover span.w150 {
    display: block;				/* ボックス要素にする */
    position: absolute;			/* relativeからの絶対位置 */
    top: -50px;
    font-size: 90%;
    color: #000;
	font-weight:bold;
    background-color: #fff;
    width: 150px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* ②吹き出し部分を作成 */
div.dept_icobox span.w150:before{
    content:''; 
    display:block; 
    position:absolute;			/* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:22px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#fff; 
    transform:rotate(90deg);			/* 傾きをつける */
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    z-index:100;
}

/* ③マウスオーバー時に吹き出しを表示 */
div.dept_icobox:hover span.w200 {
    display: block;				/* ボックス要素にする */
    position: absolute;			/* relativeからの絶対位置 */
    top: -50px;
    font-size: 90%;
    color: #000;
	font-weight:bold;
    background-color: #fff;
    width: 200px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
 
/* ③吹き出し部分を作成 */
div.dept_icobox span.w200:before{
    content:''; 
    display:block; 
    position:absolute;			/* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:22px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#fff; 
    transform:rotate(90deg);			/* 傾きをつける */
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    z-index:100;
}




#grad_left,
#grad_right {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0;
	}

#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
	}

#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
	}
	
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 100%;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

#next:hover,
#prev:hover {
	opacity: 0.7;
	/*background-position: 0 0;*/
	background-position: 0 -76px;
	}



#next {
	right: 0;
	background-image: url('../images/next.png');
	}

#prev {
	left: 0;
	background-image: url('../images/prev.png');
	}

/*#next.disabled,
#prev.disabled {
	opacity: 0.2;
	}*/



p.copy {
	text-align:center;
	font-size:85%;
	color:#fff;
	}


