#container #subNav li {
	float: left;
	width: 188px;
	height: 50px;
	margin: 0 0 10px 5px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 5px 0 10px;
	color: #fff;
	background: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
#container #subNav a.row2 {
	padding-top: 7px;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	text-decoration: none;
	background: #5bc2dc;
}
#container #fixedNav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(255,255,255);/*ie8*/
	background: rgba(255,255,255,0.95);
	z-index: 100;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
#container #fixedNav ul {
	width: 960px;
	margin: 10px auto 0;
}
#container #fixedNav label {
	display: none;
	position: relative;
}
#container #fixedNav .sp-open {
	display: none;
}
#container .fix #fixedNav {
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	opacity: 1;
}
#container .fix > ul {
	opacity: 0;
	-webkit-transition: all linear .5s;
	transition: all linear .5s;
}

#container .inner section .graph p {
    width: 100%;
	height: auto;
}

#container .inner section .graph p img {
    display: block;
	width: 100%;
    height:auto;
	margin: 0 auto;
    padding-bottom: 10px;
}

#container .inner section .graph li {
	float: left;
	width: 470px;
	height: auto;
    padding-bottom: 50px;
}
#container .inner section li figcaption {
	color: #fff;
	font-size: 16px;
	background: #999;
	height: 34px;
	line-height: 34px;
	text-indent: .5em;
}

#container .inner section .graph {
padding-bottom: 30px;
}
#container .inner section .graph li figure img {
	display: block;
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}

    #container .inner section .graph_02 li {
	width: 100%;
	height: auto;
}
#container .inner section .graph_02 li:last-child {
	margin-bottom: 30px;
}
#container .inner section .graph_02 li figcaption {
	color: #fff;
	font-size: 16px;
	background: #999;
	height: 34px;
	line-height: 34px;
	text-indent: .5em;
}
#financial_aria .graph_02 li {
    margin: 0 auto;
    }
    
    #financial_aria .graph_02 li img {
    width:100%;
    max-width: 100%;
    height: auto;
    }
    
    #container .inner section .graph_02 li figure ul.figure_graph li {
    float: left;
	width: 470px;
	height: auto;
    padding-bottom: 50px;
    }
    
    #container .inner section .graph_02 li figure .figure_graph img {
	display: block;
	width: 100%;
    height:auto;
	margin: 0 auto;
    padding-top: 20px;
    }

#container .inner section .financial {
	width: 100%;
	overflow-x: auto;
	font-size: 13px;
	color: #333;
	margin-bottom: 1em;
}
#container .inner section .financial table {
	margin-bottom: .5em;
}
#container .inner section .financial table br.sp-br {
	display: none;
}
#container .inner section .financial td,
#container .inner section .financial th {
	border: 1px solid #e6e6e6;
	font-weight: normal;
	/*padding: 10px 2px 10px 2px;*/
	padding: .4em 0.5em; 
}

#container .inner section #table1 .financial td,
#container .inner section #table1 .financial th {
	/*padding: 10px 2px 10px 2px;*/
	padding: .4em 0.5em; 
}

#container .inner section .financial th {
	background: #f2f2f2;
	text-align: left;
}
#container .inner section .financial .head th,
#container .inner section .financial .head td {
	background: #f2f2f2;
	text-align: center;
}
#container .inner section .financial td {
	text-align: right;
}


#container .financial td.zan span.mpr {
    position: relative;
}
#container .financial td.zan span.mpr span.asta {
	position: absolute;
    top: 10%;
    right: 3px;
}


#container .inner section .financial th.center,
#container .inner section .financial td.center {
	text-align: center;
}
#container .inner section .financial th.left,
#container .inner section .financial td.left {
	text-align: left;
}
#container .inner section .financial td.space {
	background: #fff;
	border-width: 0;
	padding: .2em;
}
#container .inner section .financial .sp th,
#container .inner section .financial .sp td {
	background: #fff;
	border-width: 0;
	padding: 0;
}
#container .inner section .financial .double th,
#container .inner section .financial .double td {
	border-top-width: 3px;
	border-top-style: double;
}
#container .inner section .financial table.full {
	width: 100%;
}
#container .inner section .financial table.download {
	border-right: 1px solid #e6e6e6;
}
#container .inner section .financial table.download td,
#container .inner section .financial table.download th {
	text-align: center;
}
#container .inner section .financial table.download td {
	border-width: 1px 0;
}
#container .inner section .financial .download .pdf {
	text-align: left;
	padding: 0;
}
#container .inner section .financial .download .pdf a {
	display: inline-block;
	padding: 1em;
	color: #333;
	vertical-align: middle;
}
#container .inner section .financial .download .pdf a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../png/parts.png) 0 -30px no-repeat;
}
 #container .inner section .financial table.download td p{
	padding: 1em;
}
 #container .inner section .financial table.rank th {
	width: 50%;
}
 #container .inner section .date {
	font-style: italic;
	text-align: right;
	line-height: 1;
	margin-bottom: .5em;
}

    #switch #switch_btn .btn:hover{
      background: #5BC2DC;
      color: #FFF;
      cursor: pointer;
      }      
      .inactive {
      background: #5BC2DC;
      color: #FFF;
      }
      .inactive:hover {
      background: #5BC2DC;
      color: #FFF;
      cursor: default;
      }
     .boxDisplay { display: block; }
     .boxNone { display: none; }

#container .inner section #switch #switch_btn ul {
    margin: 0 auto;
}
#container .inner section #switch #switch_btn li#financial_segment {
    border-right: solid 1px #6e6e6e;
}

#container .inner section #switch #switch_btn li#financial_rank {
    border-right: solid 1px #6e6e6e;
}
#container .financial .head .separater_l {
	position: relative;
	border-left:transparent;
}
#container .financial .head .separater_l:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
}
#container .financial .head .separater_r {
	position: relative;
	border-right:transparent;
}
#container .financial .head .separater_r:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
}

@media only screen and (min-width:768px) {
#container .inner section .graph li.graph_right {margin-left: 20px;}

#switch {
margin: 20px 0 30px;
}

#switch #switch_btn li {
    width: calc( 50% - 2px );
	float: left;
    box-sizing: border-box;
    padding: 10px 0;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
}

#graph_caption .caption_left {
display: inline;
width: 40%;
float: left;
padding: 0 20px;
}

#graph_caption .caption_right {
display: inline;
width: 40%;
float: left;
padding: 0 20px;
}

}

#graph_caption {
width: 100%;
margin-bottom: 70px;
}

#graph_caption .title_caption {
font-size: 16px;
padding-bottom: 5px;
}


/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container #subNav li {
		width: 45%;
		height: 44px;
		margin: 0 0 3px 1%;
		display: table;
	}
	#container #subNav li:nth-child(odd) {
		margin-left: 0;
	}
	#container #subNav li.sp-right {
		width: 54%;
	}
	#container #subNav li > a {
		font-size: 12.5px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 2%;
		display: table-cell;
		vertical-align: middle;
	}
	#container #subNav a.row2 {
		padding-top: 0;
	}
	#container .fix #fixedNav {
		border-bottom: 1px solid #5bc2dc;
	}
	#container #fixedNav ul {
		width: auto;
		height: 0;
		overflow: hidden;
		margin: 0 6px;
		-webkit-transition: all ease-out .4s;
		transition: all ease-out .4s;
	}
	#container #fixedNav.open ul {
		height: 142px;
		margin-top: 4px;
	}
	#container #fixedNav label {
		display: block;
		height: 40px;
		line-height: 40px;
		text-indent: 6px;
		text-align: left;
	}
	#container #fixedNav label a {
		background-color: transparent;
	}
	#container #fixedNav .sp-open {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#container #fixedNav .sp-open:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		background: #5bc2dc url(../png/header_footer.png) no-repeat 16px -82px;
		-moz-background-size: 384px auto;
		-webkit-background-size: 384px auto;
		background-size: 384px auto;
	}
	#container #fixedNav.open .sp-open:after {
		background-position: 16px -110px;
	}

	#container .inner section li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#container .inner section li figcaption {
		font-size: 15px;
		height: 23px;
		line-height: 23px;
	}
    #container .inner section .graph_02 li figcaption {
        font-size: 15px;
		height: 23px;
		line-height: 23px;
    }
	#container .inner section li figure img {
		width: 100%;
	}
	#container .inner section .financial table br.sp-br {
		display: inline;
	}
	#container .inner section .financial td,
	#container .inner section .financial th {
		font-weight: normal;
		padding: .2em .5em;
	}
	#container .inner section .financial .download .pdf a:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		background-size: 50px auto;
		-moz-background-size: 50px auto;
		-webkit-background-size: 50px auto;
		background-position: 0 -15px;
	}
	#container .inner section .date {
		font-size: .9em;
	}
    
    #container .inner section #switch #switch_btn li {
    float: left;
    width: calc( 50% - 2px );
    box-sizing: border-box;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
    padding: 5px 0;
    }
    
    #switch #switch_btn .btn:hover{
      background: #5BC2DC;
      color: #FFF;
      cursor: pointer;
      }
      
      #switch #switch_btn .inactive {
      background: #5BC2DC;
      color: #FFF;
      }
      #switch #switch_btn .inactive:hover {
      background: #5BC2DC;
      color: #FFF;
      cursor: default;
      }
     .boxDisplay { display: block; }
     .boxNone { display: none; }
    
    #switch #switch_btn ul {
    margin: 0 auto;
    }
    #switch #switch_btn li#financial_segment {
    border-right: solid 1px #6e6e6e;
    }

    #switch #switch_btn li#financial_rank {
    border-right: solid 1px #6e6e6e;
    }
    
    #switch #switch_btn {
    width: 100%;
    margin: 10px auto 20px;
    }

    #switch #switch_btn li {
    float: left;
    width: calc( 50% - 2px );
    margin: 10px auto;
    padding: 5px 0;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
    }
    
    #container .financial .txt_sp {
    padding-bottom: 30px;
    }
    
    #container .inner section .graph li{
    width: auto;
	margin: 0 auto;
    }

    #container .inner section .graph li img {
    width:100%;
    max-width: 100%;
    height: auto;
    }
    
    #container .inner section .graph_02 li {
    margin: 0 auto;
    }
    
    #container .inner section .graph_02 li img {
    width:100%;
    max-width: 100%;
    height: auto;
    }
    
    #container .inner section .graph_02 li figure ul.figure_graph li {
    clear: both;
	display: block;
	width: 100%;
    height:auto;
    padding-bottom: 15px;
    }
    
    #container .inner section .graph_02 li figure .figure_graph img {
    padding-top: 20px;
    }
    
}

@media only screen and (max-width: 500px) {
#container .inner section #switch #switch_btn li {
    float: left;
    width: calc( 50% - 2px );
    box-sizing: border-box;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
    padding: 5px 0;
    }
}

@media only screen and (max-width: 320px){
    #container .inner section #switch #switch_btn li {
    float: left;
    width: calc( 50% - 2px );
    box-sizing: border-box;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
    padding: 2px 0;
    }
    #container .inner section .graph_02 li figcaption {
        font-size: 15px;
		height: 23px;
		line-height: 23px;
    }
}

/*SP*/
@media only screen and (max-width: 480px) {
	#container .inner section .financial {
		font-size: 10px;
	}
	#container .inner section .financial .sp-small {
		font-size: 6px;
	}
    #graph_caption .caption_left {
    margin-bottom: 20px;
    }
    #graph_caption .caption_left ul li{
    font-size: 12px;
    }
    #container .inner section #switch #switch_btn li {
    float: left;
    width: calc( 50% - 2px );
    box-sizing: border-box;
    border: solid  #6e6e6e 1px;
    border-right: none;
    text-align: center;
    padding: 2px 0;
    }
    #container .inner section .graph_02 li figcaption {
        font-size: 15px;
		height: 23px;
		line-height: 23px;
    }
}

/*Tablet*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#container .inner section .financial {
		font-size: 12px;
	}
	#container .inner section .financial .sp-small {
		font-size: 10px;
	}
}

/* add 201602 */
#container #table1 table .src1{width: 14%;}
#container #table1 table .src2{width: 27%;}
#container #table1 table .src3{width: 4%;}
#container #table1 table .src4{width: 9%;}
#container #table1 table .src5{width: 11%;}
#container #table1 table .src6{width: 9%;}
#container #table1 table .src7{width: 18%;}
#container #table1 table .src8{width: 8%;}

#container .title1 p{float: right;color: #333;}
#container .title1 .cl{min-height: 1%; display: block;}

#container #table2{margin-top: 70px;}
#container #table2 .title{margin-top: 20px;}
#container #table2 .title p{float: right;}
#container #table2 .cl{min-height: 1%; display: block;}
#container #table2 h4{margin-bottom: 5px;}

#container #table2 table .src1{width: 10%;}
#container #table2 table .src2{width: 5%;}
#container #table2 table .src3{width: 5%;}
#container #table2 table .src4{width: 10%;}
#container #table2 table .src5{width: 9%;}
#container #table2 table .src6{width: 9%;}
#container #table2 table .src7{width: 9%;}
#container #table2 table .src8{width: 7%;}
#container #table2 table .src9{width: 26%;}
#container #table2 table .src10{width: 8%;}

#container #table3 .title{margin-top: 20px;}
#container #table3 .title p{float: right;}
#container #table3 .cl{min-height: 1%; display: block;}
#container #table3 h4{margin-bottom: 5px;}

#rank .title{margin-top: 20px;}
#rank .title p{float: right;}
#rank .cl{min-height: 1%; display: block;}
#rank h4{margin-bottom: 5px;}

#container #table3 table .src1{width: 13%;}
#container #table3 table .src2{width: 24%;}
#container #table3 table .src3{width: 3%;}
#container #table3 table .src4{width: 13%;}
#container #table3 table .src5{width: 13%;}
#container #table3 table .src6{width: 13%;}
#container #table3 table .src7{width: 13%;}

#corporate_aria .caution { font-size:12px; color:#000; }
#container .link{ margin-top:15px; }
#container a.pdfLink{ font-size:14px; color:#000; }
#container a.pdfLink img{ vertical-align: middle; margin-left: 5px; }
.bdtd { border-top: 3px double #e6e6e6 !important; }

/*SP & Tablet*/
@media only screen and (max-width: 767px) {
	.mpr { padding-right:0px; }
	#container .financial td.zan span.mpr {
		padding-right:10px; 
	}
	#container h3 .link { padding-left:5px;  }
	#container h3 .link a { font-size:11px; color:#000; font-weight: nomal; }
	#container h3 .link a img { vertical-align: middle; margin-left: 2px; }

	#container p.date {
		font-style: italic;
		text-align: right;
		line-height: 1;
		margin-bottom: .3em;
		font-size:10px;
		padding-top:10px;
	}
	#suntory_contents div.inner {
		display: block;
	}
	#suntory_contents div.inner .inquiry {
		margin:8px 5px 0 0;
	}
	#suntory_contents div.inner .print {
		display: none;
	}

	#suntory_contents .inner .inquiry { text-align:right; }
	#suntory_contents .inner .inquiry a {
		/*position: absolute;; right: 10px; top: -5px;*/
		text-align: center;
		width: 150px;
		display: block;
		background: #999999;
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 26px;
		padding: 0;
		margin-left:auto;
	}

	#container table .pdfLink{}
	#container table .pdfLink img {
		width: 15px;
		height: 15px;
	}
	#container .caution .pdfLink img {
		width:15px;
		height:15px;
	}
	#container h3 .link a img { width:13px; margin-left:5px; }

	#dpl { position:relative; padding:0 0 12px 0; }
	#dpl ul { display:block; }
	#dpl ul li { display: block; text-align:right; }
	#dpl ul li a {  }
	#dpl ul li a:after { content: ''; display: inline-block; vertical-align: middle; width: 23px; height: 20px; background: url(../png/parts.png) 0 -27px no-repeat; background-size:80px 240px; }

}
/*PC*/
#container h3 .link { padding-left:20px;  }
#container h3 .link a { font-size:14px; color:#000; font-weight: nomal; }
#container h3 .link a img { vertical-align: middle; margin-left: 5px; }
@media only screen and (min-width: 767px) {
	.mpr { padding-right:4px; }
	#container .financial td.zan span.mpr {
		padding-right:15px; 
	}
	#container p.date {
		font-style: italic;
		text-align: right;
		line-height: 1;
		margin-bottom: .3em;
	}

	#suntory_contents .inner .inquiry { text-align:right; padding:6px 0 0 0; }
	#suntory_contents .inner .inquiry a {
		/*position: absolute;; right: 0px; top:18px;*/
		text-align: center;
		width: 180px;
		display: block;
		background: #999999;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 26px;
		padding: 0 15px;
		margin-left:auto;
	}

	#container table .pdfLink{}

	#dpl { position:relative; }
	#dpl ul { display:block; position:absolute; right:0px; bottom:0px; width:400px; height:68px; }
	#dpl ul li { display: block; text-align:right; }
	#dpl ul li a {  }
	#dpl ul li a:after { content: ''; display: inline-block; vertical-align: middle; width: 23px; height: 20px; background: url(../png/parts.png) 0 -27px no-repeat; background-size:80px 240px; }

}
#container .financial td .stxt,
#container .financial th .stxt{
	font-size:70%;
}

#suntory_contents .inner { position: relative;}
