@charset "shift_jis";


.pc_only { display:block; }
.sp_only { display:none; }

h1,h2,h3,p,ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}
td{
	vertical-align:top;
}
#suntory_contents {
	position: relative;
	font-family:"ƒqƒ‰ƒMƒm–¾’© Pro W3","Hiragino Mincho Pro","HGS–¾’©E","‚l‚r ‚o–¾’©","serif";
}
#suntory_contents #container {
    padding-top: 180px;
}
#main{
	background-color:#fff;
	text-align:left;
	margin: 0 auto;
}

#main-padding{
	 padding:37px 22px 20px 21px;
}

#main-ayumi-padding{
	 padding:25px 22px 20px 21px;
}

table#layout-1{
	border-bottom:solid 1px #999999;
}

#h1-sub{
	margin-top:20px;
}

#top-txt{
	padding:10px;
	/*font-size:80%;*/
	line-height:140%;
}

.td-txt{
	line-height:140%;
	vertical-align:top;
}

#to-mainichi{
	margin-top:10px;
	margin-bottom:10px;
}

#hall-image{
	margin:0 10px 10px 10px;
	text-align:right;
}



.years-status{
	padding:8px 10px 10px 10px;
	border-bottom:dashed 1px #999999;
}

.status-td{
	line-height:140%;
	padding-left: 1em;
    text-indent: -1em;
}

.status-td-title{
	width:110px;
	line-height:140%;
}

.years-topics{
	line-height:140%;
	padding:10px;
	margin-bottom: 30px;
}




/* 202206*/
#main{
	width:1164px;
}
#main h1  {
	width: 850px;
	margin: 0 auto;
	padding-left: 150px;
	font-size: 46px;
	font-weight: normal;
	background: url(/culture-sports/daiku/next_img/daiku_history_logo.png) left top no-repeat;
	background-size: 133px auto;
}
#main h2 {
	font-size: 24px;
	font-weight: normal;
	color: #5b87f7;
	text-align: center;
	margin-top:20px;
	margin-bottom:30px;
}
#main h3{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 7px 20px 4px 20px;
	border: 2px solid #fc6e27;
	border-radius: 50px;
	line-height: 100%;
}

#main p#catch {
	line-height:170%;
	text-align:center;
	margin-top: 30px;
}

#main ul#year_link {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 40px 0;
}
#main ul#year_link li {
	width: calc( ( 100% - 40px ) / 5 );
	margin: 0 10px 10px 0;
	float: left;
}
#main ul#year_link li:last-child {
	margin-right: 0;
}
#main ul#year_link li a {
	display: block;
	color: #fff;
	padding: 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #fc6e27;
	text-decoration: none;
	position: relative;
}
#main ul#year_link li a:hover {
	opacity: 0.7;
}
#main ul#year_link li a:after {
	content: "";
    vertical-align: middle;
    position: absolute;
    top: 35%;
    right: 20px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 15;
    width: 8px;
    height: 8px;
}

#main table {
	width: 96%;
	margin: 0 auto;
}
#main table tr td.poster {
	width: 200px;
	padding-right:20px;
	padding-bottom: 20px;
	text-align: center;
}
#main table tr td.poster img {
	width: 180px;
	height: auto;
}
#main table tr td.poster a.size_up {
	padding: 10px 0 5px 30px;
	color: #5b87f7;
	font-size: 16px;
	text-decoration: underline;
	background: url(/culture-sports/daiku/next_img/size_up.gif) left bottom no-repeat;
	background-size: 25px auto;
	display: inline-block;
}
#main table tr td.poster a.size_up:hover {
	cursor: pointer;
	opacity: 0.7;
}

#suntory_contents #pagetop{
	z-index:14;
	position:fixed;
	bottom:30px;
	right:83px;
}

@media screen and (max-width: 767px) {
	#suntory_contents #pagetop{
		bottom:7px;
		right:10px;
	}
}




@media screen and (max-width: 767px) {
.pc_only { display:none; }
.sp_only { display:block; }
#suntory_contents #container {
    padding-top: 18% !important;
}
#main {
	width: 100%;
	}
#main h1  {
	width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    font-size: 34px;
    font-weight: normal;
    background: url(/culture-sports/daiku/next_img/daiku_history_logo.png) center top no-repeat;
    background-size: auto 37px;
    text-align: center;
    line-height: 120%;
}
#main h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
    margin-top: 10px;
    margin-bottom: 20px;
}
#main h3{
	font-size: 18px;
	margin-bottom: 10px;
}
	
#main ul#year_link {
	margin: 20px 0 20px 0;
}
#main ul#year_link li {
	width: calc( ( 100% - 10px ) / 2 );
}
#main ul#year_link li:nth-child(2n) {
	margin-right: 0;
}	
#main ul#year_link li a:after {
    right: 8%;
    width: 8px;
    height: 8px;
}	
#main #main-ayumi-padding{
	 padding:25px 20px 20px 20px;
}
#main p#catch {
	font-size: 100% !important;
	text-align: left !important;
	line-height: 150%;
	margin-top: 30px;
}
#main table {
	width: 100%;
	position: relative;
}
#main table tr {
	width: 100%;
}
#main table td {
	width: 100%;
	display: block;
	font-size: 100%;
}
#main table td {
	width: 100%;
	display: block;
}
#main table td.status-td-title {
 	display: inline-block;
	font-size: 100%;
	width: 4em;
}
#main table td.status-td-title.long {
 	display: block;
	width: 100%;
}
#main table td.status-td {
 	display: inline;
	font-size: 100%;
	padding-left: 0 !important;
	width: calc( 100% - 4em);
	float: right;
}	
#main table td .years-status {
	width: calc( 100% - 120px);
    padding-left: 120px;
	padding-bottom: 20px;
    font-size: 100%;
}
#main table td.poster {
	position: absolute;
    top: 45px;
    left: 0;		
}
#main table tr td.poster {
	width: 120px;
}
#main table tr td.poster img {
	width: 96px;
	height: auto;
}	
#main table tr td.poster a.size_up {
	padding: 10px 0 5px 30px;
	font-size: 14px;
}
#main table tr td.poster a.size_up:hover {
	cursor: auto;
	opacity: 1.0;
}
	
h3 img {
	width: 100%;
}
.years-topics {
	font-size: 100%;	
}	
}
	
@media screen and (max-width: 470px) {
#main h1  {
	font-size: 7vw;
}
}
@media screen and (max-width: 440px) {
#main h2 {
	font-size: 4.3vw;
}
#main h3{
	font-size: 4.2vw;
}
#main table td.status-td-title {
	font-size: 3.7vw;
}
#main table td.status-td {
	font-size: 3.7vw;
}		
#main table .years-topics {
	font-size: 3.7vw;		
}
}	

	
	
	
	