/* mobile first css*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
margin: 0;
font-size: 1.6rem;
letter-spacing: 0.05em; } /* 16px */
main{
width:95%;
height:auto;
margin: 0% auto 0% auto;	
color: #666666;
text-align: center;
font-size: 0.9rem;
letter-spacing: 1px;
line-height: 1.8rem;
}
ul {
margin: 0;
padding: 0;
}

.all {
	font-size: 9px;
	line-height: 13px;
	color: #666;
	word-spacing: 1px;
}
#link {
font-size: 10px;
text-align: left;
color: #666;
position: absolute;
top: 100px;
left: 30px;
margin: 0;
}
.t{
width:95%;
text-align: left;
height:auto;
margin: 0% auto 0% auto;
}
.ts {
	font-size: 12px;
	line-height: 25px;
	color: #666;
}

/* 画像サイズ調節*/
img#photo3{
width: 40%;
height:auto;	
}
img#photoline{
width: 95%;
height:11px;	
}

/* slideshow css*/
.slideshow {
width: 100%; 
height:auto;
list-style-type: none;
position: relative;
margin:0 auto;
/* ブロック要素としての設定、余白調整*/
padding-bottom: 72%;
}
.slideshow > li {
opacity: 0;
position: absolute;
transition: opacity 3s ease-in-out;
}
.slideshow > li.showSlide {
opacity: 1;
}
.slideshow > li > img {
width : 100%;
height: auto;
}

/* profile.html */
/* 要素の名前をlist→historyへ変更 */
  .history{
    width:83%;
    margin:0 auto;
    background:#fff;
    padding:24px;
    border-radius:14px;
    box-shadow:0 4px 14px rgba(0,0,0,0.1);
  }
  /* 上の要素の名前を追加してより細かく指定 */
  .history ul{
    list-style:none;
    padding:0;
    margin:0;
  }
  .history li{
    display:flex;
    justify-content:space-between;
    padding:14px 10px;
    border-bottom:1px solid #e5e5e5;
  }
  .history li:last-child{border-bottom:none}
  .year{
    font-weight:400;
    color:#333;
    width:120px;
    flex-shrink:0;
  }
  .title{
	  text-align: left;
    color:#555;
    flex:1;
    padding-left:20px;
  }
.ts {
	font-size: 10px;
	line-height: 25px;
	color: #666;
}
#allh{
font-size: 8px;
line-height: 13px;
text-align: left;
color: #666;
position: absolute;
bottom: 20px;
left: 30px;
margin: 0;
}




/* min-width 1025px, large screen*/
@media screen and (min-width:64em){
main{
margin: 5% auto 0% auto;
}
.all {
	font-size: 9px;
	line-height: 13px;
	color: #666;
	word-spacing: 1px;
}
.slideshow{
width: 65%;
padding-bottom: 44%;
}
/* 画像サイズ調節*/
img#photo{
width: 72%;
height:auto;	
}
img#photo2{
width: 50%;
height:auto;	
}
img#photo3{
width: 20%;
height:auto;	
}
img#photoline{
width: 73%;
height:11px;	
}
.t{
width:73%;
text-align: left;
height:auto;
margin: 0% auto 0% auto;
}
.tr{
width:73%;
text-align: right;
height:auto;
margin: 0% auto 0% auto;
}
.ts {
	font-size: 10px;
	line-height: 25px;
	color: #666;
}
.tc {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #C90;
}
#allh{
font-size: 8px;
line-height: 13px;
text-align: left;
color: #666;
position: absolute;
bottom: 20px;
left: 30px;
margin: 0;
}
#link {
font-size: 11px;
text-align: right;
color: #666;
position: absolute;
top: 70px;
right: 30px;
margin: 0;
}
/* profile.html */
 .history{
	width:69%;
}