@charset "utf-8";
@import url("/user_data/club/css/club.css");
/*************************************************
General
*************************************************/
.logologo {
  height: 4rem;
  margin: 1rem 0;
}
.logologo > a {
  float:left;
}
.wrapper {
  display: block;
  max-width: 1150px;  /*共通*/
  margin: auto;
}
.wrapper p {
  line-height: 2.6rem;
  font-size: 1.7rem;
  color: black;
  margin: 1rem;
}
.wrapper a {
  color: blue;
  text-decoration: underline;
}
.wrapper p.bold {
  font-weight: bold;
  text-align: center;
}
.indent {
  margin-left: 5rem;
}
p.black_bold {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
span.bold {
  font-weight: bold;
}
/*************************************************
title
*************************************************/
.titletitle {
  box-shadow: 0 0.6rem 0 #000, 0 -0.6rem 0 #000;
  background-color: #B06A00;
  width: 100%;
  margin-bottom: 2.5rem;
}
.title_left {
  width: 70%;
  text-align: left;
}
.title_left img {
  margin: .6rem 0;
  width: 100%;
}
.title_right {
  background-color: #663333;
  width: 30%;
  position: relative;
}
.title_right p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.5rem;
}
.title_right a.move_forward {
  display: block;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  right: 1rem;
  bottom: 2rem;
}
.title_right a.move_back {
  display: block;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 1rem;
  bottom: 2rem;
}

table.titletitle,
table.titletitle td {
  border: none;
  padding: 0;
}


/*************************************************
main
*************************************************/
p.float_right {
  text-align: right;
}
.block {
  margin-bottom: 4rem;
}
.lego_frame_wrapper {
  text-align: center;
}
.lego_frame {
  border: 40px solid #42382C;
  border-image-source: url(img/lego_frame.png);
  border-image-slice: 40 40;
  border-image-repeat: round;
  background-color: #FFEDC8;
  display: inline-block;
  padding: 0 3.5rem;
  max-width: 700px;
  text-align: left;
}
.lego_frame > figure {
  text-align: center;
  margin: 1.5rem;
}
.lego_frame > figure > img {
  max-width: 100%;
}
.h2 p {
  color: #fff;
  font-weight: bold;
}
table.h2 {
  width: 100%;
  border: none;
  margin: 3rem 0;
  table-layout: fixed;
}
table.h2 td:nth-child(1) {
  width: 60px;
}
td.brown_background {
  background-image: url(img/title_bar.jpg);
  background-repeat: repeat-x;
  width: 100%;
}
table.h3 {
  width: 100%;
  table-layout: fixed;
  margin: 5rem 0;
}
table.h3_2 {
  width: 100%;
  table-layout: fixed;
  margin: 5rem 0;
}
table.h3 td:nth-child(1) {
  width: 100px;
}
table.h3_2 td:nth-child(1) {
  width: 59px;
}
td.border_background {
  background-image: url(img/sub_bar.jpg);
  background-repeat: repeat-x;
  width: 100%;
}
td.border_background2 {
  background-image: url(img/sub_bar2.jpg);
  background-repeat: repeat-x;
  width: 100%;
}
td.border_background > p {
  font-size: 3rem;
  font-weight: bold;
}
td.border_background2 > p {
  font-size: 2.5rem;
  font-weight: bold;
}
.multiple_images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.multiple_images > figure,
figure.img_float_right {
  margin: 1rem;
  border: 1px solid black;
  padding: 4px;
  text-align: center;
}
figcaption {
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  padding: .5rem 0;
}
figure.img_float_right {
  float: right;
}
figure.without_outline {
  text-align: center;
  margin-bottom: 2rem;
}
.align_center {
  text-align: center;
  margin: 3rem 0;
}
.align_center a {
  font-size: 1.6rem;
}
.p_regular {
  width: 90%;
  margin: auto;
}
.text-indent {
  padding-left: 4rem;
  text-indent: -5rem;
}
#bottom {
  text-align: center;
}
#bottom a {
  font-size: 1.8rem;
  padding-top : 2rem;
}
img.black_border {
  border: 1px solid black;
  padding: .5rem;
}

/*************************************************
年表 ysugi20.twig
*************************************************/
table.timeline {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
  margin: 3.5rem 0 0 0;
}
table.timeline,
table.timeline th,
table.timeline td {
  border: 2px ridge black;
  padding: 3px;
}
.timeline td:nth-child(1),
.timeline td:nth-child(2),
.timeline td:nth-child(5) {
  text-align: center;
}
.timeline th:nth-child(1) {
  width: 5%;
}
.timeline th:nth-child(2) {
  width: 7%;
}
.timeline th:nth-child(3) {
  width: 15%;
}
.timeline th:nth-child(5) {
  width: 6%;
}
.timeline > caption {
  font-size: 1.7rem;
}
@media only screen and (max-width:640px) {
  .timeline th:nth-child(2) {
    width: 11%;
  }
  .timeline th:nth-child(3) {
    width: 23%;
  }
  .p_under_timeline {
    margin-left: 1rem;
  }
  .timeline {
    font-size: 1.3rem;
  }
}

/*************************************************
Table ysugi26
*************************************************/
table.ysugi26 {
  font-size: 1.6rem;
  margin: auto;
}
table.ysugi26 th {
  font-weight: normal;
}
table.ysugi26 td {
  padding-right: 3rem;
}

/*************************************************
ysugi41, 44, 45, 46, 96
*************************************************/
figure.single_image41 {
  width: 400px;
}
@media only screen and (max-width:640px) {
  .multiple_images > figure.single_image41 {
    width: 70%;
  }
}


/*************************************************
Media Query
*************************************************/
@media only screen and (max-width: 11250px) and (min-width: 640px) {
  .title_right p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper {
    padding: 0;
  }
  .wrapper p {
    font-size: 1.6rem;
    margin: 0;
  }
  #margin_bottom {
    margin: 0;
  }
  table.titletitle,
  table.titletitle tbody,
  table.titletitle tr,
  table.titletitle td {
    display: block;
    width: 100%;
  }
  .title_right p {
    line-height: 10rem;
  }
  .title_right a {
    bottom: .5rem;
  }
  .lego_frame {
    border: 25px solid brown;
    border-image: url(img/lego_frame.png) 40 40 repeat;
    background-color: #FFEDC8;
    display: inline-block;
    padding: 3px;
  }
  .lego_frame > figure {
    margin: 1rem;
  }
  .brown_background p {
    font-size: 1rem;
  }
  td.border_background p,
  td.border_background2 p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  img.thumbnail {
    width: 100%;
  }
  figure.img_float_right {
    float: none;
    width: 60%;
    margin: auto;
    margin-top: .5rem;
  }
  table.h3_2 {
    margin: 3rem 0;
  }
  .title_right a.move_forward,
  .title_right a.move_back {
    bottom: 1rem;
  }
  figure>img {
    width: 100%;
  }
  table.ysugi26 {
    font-size: 1.3rem;
  }
  .multiple_images > figure {
    width: 43%;
    margin: .5rem;
  }
  .indent {
    margin-left: 2rem;
  }
}



/*************************************************
目次
*************************************************/
.title-mokuji {
  box-shadow: 0 0.6rem 0 #000, 0 -0.6rem 0 #000;
  -ms- box-shadow: 0 0.6rem 0 #000, 0 -0.6rem 0 #000;
  -webkit- box-shadow: 0 0.6rem 0 #000, 0 -0.6rem 0 #000;
  background-color: #663333;
  width: 100%;
  margin-bottom: 2.5rem;
  text-align:center;
}
.title-mokuji img{
	border-bottom: solid 3px #B06A00;
	border-top:solid 3px #B06A00;
	max-width:100%;
	height:auto;
}
.thumbnail{
	width:100%;
	margin:3rem 0;
	letter-spacing: -.4em;
}
.thumbnail:after{
	content: "";
	clear: both;
	display: block;
}
.thumbnail li{
	display:inline-block;
	width:190px;
	margin:0 7px 30px;
	text-align:center;
	border:solid 1px #999;
	box-sizing:border-box;
	padding:5px 1px 1px;
	letter-spacing: normal;
}
.thumbnail li a{
	display:block;
}
.thumbnail li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.thumbnail li div{
	margin-top:5px;
	width:186px;
	height:140px;
	overflow:hidden;
	position:relative;
}
.thumbnail li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
  height: auto;
}
/* 縦写真　上付き：上部を見せるため */
.thumbnail li div.tate img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -0%);
  transform: translate(-50%, 0%);
  width:100%;
  height: auto;
}



.goback{
	text-align: center;
	margin-bottom:30px;
}

@media only screen and (max-width:768px) {
	.thumbnail{
		text-align:center;
	}

	.thumbnail li{
		width:120px;
		margin-bottom:20px;
	}
	.thumbnail li div{
		width:116px;
		height:90px;
	}
}
