﻿          @charset "utf-8";

/*
------------------------------
File Name ：ir.css
Description：IR情報のCSS
Editor ：Maki Kubota
Last Editor：Bface shigyo
Update Description：2023/06/21
-------------------------------
*/

/* == CONTENTS ================================================================

	1: IR共通
	2: IRトップ   
	3: 財務情報
	4: 売上報告
	5: 業績推移データ
	6: 株主ご優待のご案内
	7: 株主優待についてのQ&amp;A
	8: 株主名簿管理人について
	9: 株価情報
	10: 事業報告書
	11: 決算に関する説明資料
	12: 株主との建設的な対話に対する方針
	13: メディアクエリ

============================================================================ */

/* 1: IR共通 ----------------------------------------------------------- */

/* 免責事項 */
#exemption {
    clear: both;
    width: 760px;
    margin: 0 0 35px 0;
    padding: 10px;
    border: #ededed solid 1px;
}

#exemption h4 {
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size: 12px;
}

#exemption p {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.bunner2 { margin-bottom: 20px;}
.bunner2 li { margin-bottom: 5px;}


/* ツールチップ */
.Tips {
    display:none;
		position: relative;
    width:300px;
    background: #fff;
    border: solid 3px #39c;
    padding: 5px;
    font-size:12px;
    overflow: hidden;
    color:#666;
    border-radius:5px;
    box-shadow: #59698F 1px 1px 2px;
}

.Tips em {
    font-weight:bold;
    color:#39c;
    margin:0 0 5px;
    font-size:13px;
}

.Tips p {
    width:300px;
    margin : 0 0 5px 0;
}

.Tips dl dt {
    font-weight:bold;
}

.Tips dl dd {
    margin:0 0 0 10px;
}


/* イントロダクション等 注釈 */
#Example {
    margin: 0;
    padding: 0;
}

#Example p{
    margin: 20px 0 0 15px;
    padding: 0;
}


/* 2: IRトップ  ----------------------------------------------------------- */

.irTopTable {
	position: relative;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    background-image: url(../common/img/bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.irTopTable h3,
.irTopTable2 h3 {
    height: 26px;
    padding: 6px 0 0 10px;
    background-image: url(../common/img/bg-h3.jpg);
    background-repeat: no-repeat;
    color: #269FC4;
    font-weight: bold;
    font-size: 14px;
}
.irTopTable2 h3 {
	background-image: url(../common/img/bg-h3-hatch.jpg);
	color: #333;
}

.irTopTableMain {
    padding: 10px 10px 5px 15px;
    border-left: #EDEDED solid 1px;
    border-right: #EDEDED solid 1px;
    background-color: #FFFFFF;
}

.irTopTable2 {
    clear: both;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    background-image: url(img/bg-irindexbottom2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.irTopTable2 h3 {
    height: 32px;
    border-left: #9DEBFF solid 1px;
    border-right: #9DEBFF solid 1px;
    background-color:#F5FDFE;
}

.irTopTableMain2 {
    padding: 10px 10px 5px 15px;
    border-left: #9DEBFF solid 1px;
    border-right: #9DEBFF solid 1px;
    background-color:#F5FDFE;
}

.irTopTableRss {
	position: absolute;
	top: 6px;
	right: 15px;
  width:46px;
  height:20px;
}

.irTopTable dl {
    overflow: hidden;
    clear: both;
    padding: 8px 0 8px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.irTopTable dt {
    float: left;
    width: 120px;
    color: #04394C;
    font-weight: bold;
}

.irTopTable dd {
    float: left;
    width: 480px;
}

.listBotan {
    margin:10px 0 0 0;
    text-align:right;
}

.listBotan span { display: none;}

.irTopTableMain2 p {
    font-size:12px;
	line-height: 120%;
}

.irTopTableMain2info {
    float:left;
    width: 375px;
    margin:0px 0 10px 0;
	padding:5px 0px 0px 0px;
    font-size:12px;
}

.irTopTableMain2info em { font-weight: normal;}

.irTopTable2 #clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.listBotan2 {
    float:left;
    margin:0 0 10px 0;
    text-align:right;
}

#Report2 {
    clear:both;
    width: 350px;
    height:134px;
    margin: 0 0 20px 0;
    background-image:url(img/bg-report2.jpg);
    background-repeat:no-repeat;
}

#ReportLeft2 {
    margin:0 0 0 180px;
}

#ReportLeft2 h3 {
    padding:5px 0 0 0;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:13px;
}

#ReportLeft2 p {
    margin:5px 0 0 0;
    line-height: 140%;
    font-size:11.5px;
}

#ReportRight2 {
    margin:7px 0 0 0;
}

#BunnerBotan {
    clear:both;
    height:170px;
    margin: 0 0 20px 0;
}

.bunnerBotan {
    float:left;
    width:170px;
    margin:0 10px 10px 0;
}

.bunnerBotan2 {
    float:left;
}



/* 3: 財務情報 ----------------------------------------------------------- */

#Report {
    clear:both;
    width: 780px;
    height:94px;
    margin: 0 0 35px 0;
    background-image:url(img/bg-report.jpg);
    background-repeat:no-repeat;
}

#ReportLeft {
	position: relative;
    float:left;
    margin:15px 0 0 130px;
}
#ReportLeft:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

#ReportLeft h3 {
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:16px;
}

#ReportLeft p {
    margin:10px 0 0;
    font-size:11.5px;
}

#ReportLeft span {
	display: block;
	position: absolute;
	top: -8px;
	left: -105px;
	border: 1px solid #ccc;
}

#ReportRight {
    float:right;
    margin:60px 15px 0 0;
}

#ReportRight span { display: none;}

.irTable {
    clear: both;
    margin: 0 0 15px 0;
    padding: 0 0 25px 0;
    background-image: url(../common/img/bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.irTable h3 {
    width: 780px;
    height: 26px;
    padding: 6px 0 0 10px;
    background-image: url(../common/img/bg-h3.jpg);
    background-repeat: no-repeat;
    color: #269FC4;
    font-weight: bold;
    font-size: 14px;
}

.irTableMain {
    width: 753px;
    padding: 10px 10px 10px 15px;
    border-left: #EDEDED solid 1px;
    border-right: #EDEDED solid 1px;
    background-color: #FFFFFF;
}

.irTableMain dl {
    overflow: hidden;
    clear: both;
    padding: 8px 0 8px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.irTableMain dt {
    float: left;
    width: 120px;
    color: #04394C;
    font-weight: bold;
}

.irTableMain dd {
    float: left;
    width:620px;
}


/* 4: 売上報告  ----------------------------------------------------------- */

#Monthlysale {
    width:760px;
    margin:0 0 20px 20px;
}

#Monthlysale h3 {
    width:760px;
    height:30px;
    margin:0 0 20px 0;
    padding:5px 0 0 20px;
    background-image:url(../common/img/bnr-h3.jpg);
    background-repeat:no-repeat;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:14px;
}

#Monthlysale table {
    width: 730px;
    margin:0 0 40px 0;
}

#Monthlysale th {
    padding:5px 0;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
    border-right:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
}

#Monthlysale td {
    padding:5px 0;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
    border-right:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    text-align:center;
}

.monthlysaleYear {
    width: 130px;
    color:#FFFFFF;
    background-color:#269FC4;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:14px;
    text-align:center;
}

.monthlysaleMonth {
    width: 130px;
    background-color:#F1F1F2;
    text-align:center;
}

.monthlysaleTitle1 {
    width: 300px;
    background-color:#2EBDDF;
    color:#FFFFFF;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:14px;
    text-align:center;
}

.monthlysaleTitle2 {
    width: 100px;
    background-color:#F1F1F2;
    text-align:center;
}

.monthlysaleTitle3 {
    width: 120px;
    background-color:#F1F1F2;
    text-align:center;
}


/* 5: 業績推移データ  ----------------------------------------------------------- */

.monthlysaleData {
    float:left;
    margin: 10px 40px 40px 0;
}

.monthlysaleData p {
    margin-bottom: 20px;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:14px;
}


/* 6: 株主ご優待のご案内  ----------------------------------------------------------- */

#StockholderTable {
    width: 500px;
    margin:10px 0 60px 140px;
}

#StockholderTable th {
    padding:10px;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
    border-right:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
}

#StockholderTable td {
    width: 300px;
    padding:10px;
    background-color:#FFF;
    border-top:#CCC solid 1px;
    border-left:#CCC solid 1px;
    border-right:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
}

#StockholderTable td br { display: none;}

.stockholderTable {
    width: 200px;
    color:#FFFFFF;
    background-color:#666;
    font-weight:bold;
}

.possessionTable {
    width: 200px;
    background-color:#F1F1F2;
    color:#333;
}

#StockholderTable em {
    display: block;
    font-weight:bold;
    margin:5px 0 0 0;
}

#StockholderTable p {
    color:#269FC4;
    font-weight:bold;
    margin:5px 0 0 0;
}

#StockholderList {
    width:760px;
    margin:0 0 20px 20px;
}

#StockholderList h3 span { display: none;}

#StockholderListGrope {
    width:760px;
    margin:20px 0 30px 0;
}

#StockholderListGrope ul {
    margin:10px 0 20px 10px;
}

#StockholderListGrope li {
    margin:0 0 5px 0;
    padding:0 0 0 25px;
    background-image:url(img/btn-square.gif);
    background-repeat:no-repeat;
    background-position:10px;
}

#StockholderList h4 {
    width:724;
    height:34px;
    background-image:url(img/tit-h4.gif);
    background-repeat:no-repeat;
    padding:8px 0 0 30px;
    font-weight:bold;
    font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
    font-size:14px;
}

.stockholderPublication {
    margin: 10px 0 0 30px;
	color: #CC0000;
	font-weight: bold;
    font-size: 16px;
}

.StockholderListBotan {
    clear:both;
    margin: 20px auto 30px;
    text-align:center;
}
.StockholderListBotan span { display: none;}

.stockholderGourmet {
    margin: 10px 0 20px 30px;
}

#StockholderListrequest {
    width:700px;
    margin:20px 0 0 0;
}

#StockholderListrequest ul {
    margin:10px 0 0 10px;
}

#StockholderListrequest li {
    margin:0 0 0 50px;
    list-style-type:disc;
    background-position:10px;
}

#StockholderListrequest2 {
    width:650px;
    margin:0 0 30px 50px;
}

#StockholderListrequest2 ul {
    margin:0 0 0 40px;
}

#StockholderListrequest2 li {
    margin:0;
    list-style-type:disc;
    background-position:10px;
}

.stockholderirTable {
    clear: both;
    margin: 0 0 15px 0;
    padding: 0 0 25px 0;
    background-image: url(img/bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.stockholderirTable h3 {
    width: 778px;
    height: 40px;
    padding: 0;
    border-left: #CC9900 solid 1px;
    border-right: #CC9900 solid 1px;
}

.stockholderirTable h3 span { display: none;}

.stockholderirTableMain {
    width: 753px;
    padding: 10px 10px 10px 15px;
    border-left: #CC9900 solid 1px;
    border-right: #CC9900 solid 1px;
    background-color: #FFFFFF;
    text-align:center;
}

.stockholderirTableMain p {
    margin:20px 0;
    font-size:14px;
    font-weight:bold;
}

.stockholderirBotan {
    clear:both;
    margin: 30px auto 30px;
    text-align:center;
}

.stockholderirBotan span { display: none;}

.stockholderirBotan p,
.stockholderirBotan em {
	display: block;
    margin:15px 0 15px 170px;
    font-size:12px;
    font-weight:normal;
    text-align:left;
}

#Example2 .reins_trigger,
#Example2 .trigger { color:#D90000;}


/* 7: 株主優待についてのQ&amp;A  ----------------------------------------------------------- */

#StockholderQA>div {
	max-width: 760px;
	padding-bottom: 20px;
}

#StockholderQA h3 {
	height: 30px;
	margin-bottom: 10px;
	padding: 5px 0 0 20px;
	background: url(../common/img/bnr-h3.jpg)  no-repeat;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', MS PCothic, 'Arial', sans-serif;
	font-size: 14px;
}

#StockholderQA>div>dl {
	margin: 0 15px;
	padding: 20px 0 15px;
  border-top: 1px dotted #CCCCCC;
}

#StockholderQA>div>dl>dt {
	position: relative;
	margin-left: 15px;
	padding: 0 25px 5px;
	background: url(../common/img/mark-arrow-down.gif) no-repeat 100% 0;
	background-size: 20px 20px;
	font-weight: bold;
	cursor: pointer;
}
#StockholderQA>div>dl>dt.active { background: url(../common/img/mark-arrow-up.gif) no-repeat 100% 0; background-size: 20px 20px;}

#StockholderQA>div>dl>dd {
	display: none;
	position: relative;
	margin-top: 5px;
	padding-bottom: 5px;
}
#StockholderQA #AboutStockholder>dl.list01>dd { display: block;}

#StockholderQA>div>dl>dt:before,
#StockholderQA>div>dl>dd:before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 30px;
	background: #269FC4;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}
#StockholderQA>div>dl>dd:before { left: 0; background: #B20020;}

#StockholderQA dl.list01>dt:before { content: 'Q1';}
#StockholderQA dl.list01>dd:before { content: 'A1';}

#StockholderQA dl.list02>dt:before { content: 'Q2';}
#StockholderQA dl.list02>dd:before { content: 'A2';}

#StockholderQA dl.list03>dt:before { content: 'Q3';}
#StockholderQA dl.list03>dd:before { content: 'A3';}

#StockholderQA dl.list04>dt:before { content: 'Q4';}
#StockholderQA dl.list04>dd:before { content: 'A4';}

#StockholderQA dl.list05>dt:before { content: 'Q5';}
#StockholderQA dl.list05>dd:before { content: 'A5';}

#StockholderQA>div>dl>dd>div {
	margin-left: 15px;
	padding: 20px 25px 10px 25px;
	border: 1px solid #C5B7A4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#StockholderQA .StockholderListBotan { margin: 10px auto;}

#StockholderQA div>p span { font-weight: bold;}

#StockholderQA dd em {
	display: block;
	position: relative;
	margin-top: 5px;
	padding-left: 1em;
	font-weight: bold;
	font-size: 85%;
}
#StockholderQA dd em:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

#StockholderQA dl>dd>div>p {
	clear: both;
	margin-bottom: 10px;
}

#StockholderQA dl dl {
	margin-bottom: 10px;
}

#StockholderQA dl dl dt {
	margin-bottom: 10px;
	padding: 5px;
	background: #DDD;
	font-weight: bold;
	text-align: center;
}

#StockholderQA dd ul { margin-bottom: 10px;}

#StockholderQA dd li {
	margin-left: 5px;
	list-style: disc inside;
}

#StockholderQA dd li p {
	display: inline-block;
	position: relative;
	padding-left: 60px;
	font-weight: bold;
}

#StockholderQA dd li p:before {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 50px;
	border-bottom: 1px dotted #999;
	content: '';
}

#StockholderQA dd table {
	max-width: 690px;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
	border: 1px solid #D9DACB;
	border-collapse: separate;
}

#StockholderQA dd th {
	padding: 5px;
	background: #EEEEEE;
	border-top: 1px solid #D9DACB;
	border-right: 1px solid #D9DACB;
	font-weight: bold;
	text-align: center;
}

#StockholderQA dd td {
	padding: 5px;
	border-top: 1px solid #D9DACB;
	border-right: 1px solid #D9DACB;
	text-align: center;
}

#StockholderQA dd tr:first-child th { background: #F8F6F0; border-top: 1px solid #FFF;}
#StockholderQA dd tr:first-child th:first-child { background: #D9DACB;}

#StockholderQA dd tr th:first-child { border-left: 1px solid #FFF;}
#StockholderQA dd tr th:last-child,
#StockholderQA dd tr td:last-child { border-right: none;}

#StockholderQA dd tr:last-child th { border-bottom: 1px solid #FFF;}

#AboutStockholder dl.list02 dl {
	float: left;
	width: 320px;
	padding-right: 10px;
}
#AboutStockholder dl.list02 dl+dl {
	float: right;
	padding: 0 0 0 10px;
	border-left: 1px dotted #999;
}

#AboutStockholder dl.list02 dl dd img { width: 100%;}

#AboutStockholder dl.list02 dl p { clear: both;}

#AboutPoint dl.list03 dd>div>div {
	margin-bottom: 10px;
}
#AboutPoint dl.list03 dd>div>div+div {
	padding-top: 10px;
	border-top: 1px dotted #999;
}

#AboutPoint dl.list03 div div span { display: table-cell;}

#AboutPoint dl.list03 div div p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}


/* 8: 株主名簿管理人について  ----------------------------------------------------------- */

#StockmanagerTable {
    width: 640px;
    margin:30px 0 60px 70px;
    border-top:#CCC solid 1px;
    border-left:#CCC solid 1px;
    border-right:#CCC solid 1px;
}

#StockmanagerTable th {
    width: 240px;
    padding:10px;
    background-color:#F1F1F2;
    border-right:#CCC solid 1px;
    border-bottom:#CCC solid 1px;
    font-weight:bold;
}

#StockmanagerTable td {
    width: 400px;
    padding:10px;
    background-color:#FFF;
    border-bottom:#CCC solid 1px;
}


/* 9: 株価情報  ----------------------------------------------------------- */
#Example #Stocktxt {
    clear:both;
    margin: 60px auto 80px;
    text-align:center;
}


/* 10: 事業報告書  ----------------------------------------------------------- */

#report_list ul { margin: 0 10px;}

#report_list li {
	margin-bottom: 10px;
	padding: 0 0 10px 22px;
	border-bottom: 1px solid #ccc;
	background: url(../common/img/mark-arrow.gif) no-repeat 10px 5px;
}



/*  おせち  ----------------------------------------------------------- */

#OsechiNote {
	max-width: 720px;
	margin: 0 auto 50px;
}

#OsechiNote p em {
	font-weight: bold;
	margin-right: 20px;
}

#OsechiNote span { display: none;}

#OsechiIntro .OsechiVisual { margin-bottom: 30px;}

#OsechiIntro p {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 154%;
	text-align: center;
}

#OsechiIntro ul {
	display: table;
	max-width: 800px;
	width: 100%;
	margin: 30px auto 50px;
	text-align: center;
}

#OsechiIntro li {
	display: inline-block;
	width: 32%;
	margin: 0 10px;
}



/*  11: 決算に関する説明資料  ----------------------------------------------------------- */
.infoTable {
    clear: both;
    width: 780px;
    background-image: url(../common/img/bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}

.infotableMain {
    width: 753px;
    padding: 10px 10px 10px 15px;
    border-left: #EDEDED solid 1px;
    border-right: #EDEDED solid 1px;
    background: #FFFFFF;
    background-image: url(../press/img/bg-information-top.gif);
    background-repeat: no-repeat;
}

.infotableMain dl {
    overflow: hidden;
    clear: both;
    padding: 8px 0 8px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.infotableMain dt {
    float: left;
    width: 120px;
    color: #04394C;
    font-weight: bold;
}

.infotableMain dd {
    float: left;
    width: 620px;
}



/* 12: 株主との建設的な対話に対する方針 ----------------------------------------------------------- */
#cnstructive .breadcrumb + section {
  margin-top: 40px;
  margin-bottom: -30px;
}
#cnstructive .ttlType03 {
  margin-top: 40px;
}

#cnstructive .sup {
  font-size:12px;
}



/* 13: メディアクエリ ----------------------------------------------------------- */


@media screen and (max-width:640px) {
	/* 免責事項 */
	#exemption {
    width: auto;
    margin: 0 3% 20px;
    padding: 10px;
	}

	#exemption h4 {
    font-size: 14px;
    font-size: 1.4rem;
	}

	#exemption p {
    font-size: 12px;
    font-size: 1.2rem;
	}
	
	
	/* ツールチップ */
	.Tips {
		display: block !important;
		position: static !important;
		width: auto;
		margin-top: 20px;
		padding: 10px;
		border: none;
		background: #FBE5E5;
		border-radius: 0;
		box-shadow: none;
		font-size: inherit;
	}

	li .Tips { margin: 10px 0 20px;}
	
	.Tips em {
    color: #CC0000;
    margin:0 0 5px;
	}
	
	.Tips p {
    width: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999999;
    color: #CC0000;
    font-size: 13px;
		font-size: 1.3rem;
	}

	.Tips dl {
    font-size: 13px;
		font-size: 1.3rem;
	}

	.Tips dl dt { margin-top: 5px;}

	
	/* イントロダクション等 注釈 */
		#Example {
			margin: 0;
			padding: 0;
		}
		
		#Example p { margin: 0 3% 15px;}


	/* IRトップ */
	.irTopTable {
		margin: 0 0 30px;
		padding: 0;
		box-sizing: border-box;
		background: none;
	}
	
	.irTopTable2 {
    margin: 0 3% 20px;
    padding: 0;
    background: none;
	}

	.irTopTable h3 {
		display: block;
		height: auto;
		margin: 0;
		padding: 10px 15px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
		background: -moz-linear-gradient(top, #2ABFDC 0%,#20A1BC 100%);
		background: -webkit-linear-gradient(top, #2ABFDC 0%,#20A1BC 100%);
		background: linear-gradient(to bottom, #2ABFDC 0%,#20A1BC 100%);
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 130%;
	}

	.irTopTable2 h3 {
    height: auto;
		margin-bottom: 10px;
    padding: 5px 0 5px 8px;
		border: none;
		border-left: 5px solid #269FC4;
		background: none;
		color: #199EC5;
    font-weight: bold;
    font-size: 16px;
		line-height: 100%;
	}

	.irTopTableMain {
		padding: 0;
		border: none;
		background: none;
	}

	.irTopTableMain2 {
    padding: 10px 10px 20px;
		border: none;
		background: #E5F5F9;
	}

	.irTopTableRss { display: none;}
	
	.irTopTable dl {
		overflow: hidden;
		position: relative;
		padding: 15px 30px 15px 20px;
		border-bottom: 1px solid #EEEEEE;
		border-left: 3px solid #00B2E9;
	}

	.irTopTable dl:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-top: 3px solid #00B2E9;
		border-right: 3px solid #00B2E9;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}

	.irTopTable dt {
		float: none;
		width: auto;
		font-weight: normal;
	}
	
	.irTopTable dd {
		float: none;
		width: auto;
	}
	
	.listBotan {
    margin: 20px 0 0 0;
    text-align: center;
	}
	
	.listBotan a {
		position: relative;
		display: block;
		padding: 15px;
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		box-shadow: 0 3px 0 #10759E;
		background: #00B2E9;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		text-decoration: none;
	}
	.listBotan img { display: none;}
	.listBotan a span { display: block;}
	
	.listBotan a:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -3px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}

	.irTopTableMain2 p {
		margin-bottom: 15px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 150%;
	}

	.irTopTableMain2 p a {
		color: #333;
		text-decoration: none;
	}


	.irTopTableMain2info {
    float:none;
    width: auto;
    margin: 0px 0 20px;
		padding: 0;
    font-size: 13px;
		font-size: 1.3rem;
	}
	
	.irTopTableMain2info em {
		display: block;
		margin-top: 5px;
		font-weight: bold;
	}


	/* 財務情報 */
	#Report {
		width: auto;
		height: auto;
		margin: 0 0 15px;
		border-bottom: 1px dotted #ccc;
		background: none;
	}
	
	#ReportLeft {
		float: none;
		margin: 0 3%;
		padding: 15px;
		background: #E5F5F9;
	}
	
	#ReportLeft h3 {
		float: left;
		margin-bottom: 10px;
		width: 60%;
		padding: 3px 7px;
		box-sizing: border-box;
		border-left: 5px solid #269FC4;
		color: #199EC5;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 130%;
	}
	
	#ReportLeft p {
		float: left;
		width: 60%;
		margin: 0 0 15px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#ReportLeft p img { display: none;}
	
	#ReportLeft span {
		position: static;
		top: 0;
		left: 0;
		float: right;
		width: 35%;
		border: 0;
		box-shadow: 0 0 2px rgba(25,158,198,0.3);
	}
	#ReportLeft span img { height: auto !important;}
	
	#ReportRight {
		clear: both;
		float: none;
		margin: 0 3% 15px;
		padding: 0 15px 15px;
		background: #E5F5F9;
	}
	
	#ReportRight > a > img { display: none;}
	#ReportRight a span {
		display: block;
		text-align: center;
	}
	#ReportRight a span img {
		width: auto;
		margin-left: 5px;
	}
	#ReportRight a {
		position: relative;
		display: block;
		padding: 15px;
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		box-shadow: 0 3px 0 #10759E;
		background: #00B2E9;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		text-decoration: none;
	}
	
	#ReportRight a:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -3px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}

	.irTable {
		margin: 0 3% 20px;
		padding: 0;
		box-sizing: border-box;
		border: 1px solid #DDDDDD;
		border-top: 2px solid #269FC4;
		background: none;
	}
	
	.irTable h3 {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		padding: 10px 5px;
		box-sizing: border-box;
		background: -moz-linear-gradient(top, #fff 0%,#EFF9FC 100%);
		background: -webkit-linear-gradient(top, #fff 0%,#EFF9FC 100%);
		background: linear-gradient(to bottom, #fff 0%,#EFF9FC 100%);
		color: #199EC6;
		font-size: 1.4rem;
	}
	
	.irTableMain {
		width: auto;
		padding: 0 10px 15px;
		border: none;
    background: none;
	}
	
	.irTableMain dl {
		position: relative;
		overflow: hidden;
		clear: both;
		margin: 0 0 10px;
		padding: 0 20px 10px 0;
		border-bottom: 1px dotted #CCCCCC;
	}
	.irTableMain dl:last-child {
		margin: 0;
		padding: 0 20px 0 0;
		border: none;
	}
	.irTableMain dl:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 5px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-top: 3px solid #00B2E9;
		border-right: 3px solid #00B2E9;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}

	.irTableMain dt {
		float: none;
		width: auto;
		margin-bottom: 5px;
		color: #026381;
		font-weight: normal;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	.irTableMain dd {
		float: none;
		width: auto;
	}


	/* 売上報告 */
	#Monthlysale {
		width: auto;
		margin: 0 3% 20px;
	}
	
	#Monthlysale h3 {
    float: none;
    width: auto;
		height: auto;
		margin: 0 0 10px;
		padding: 5px 7px;
		border-left: 5px solid #269FC4;
		background: none;
		color: #199EC5;
    font-size: 15px;
		font-size: 1.5rem;
    line-height: 100%;
	}
	
	#Monthlysale .flex {
		overflow: auto;
		margin: 15px auto 30px;
		padding: 50px 0 55px;
		background: url(../common/img/sp/mark-flick02.jpg) no-repeat center top / 120px 42px, url(../common/img/sp/mark-flick02.jpg) no-repeat center bottom / 120px 42px;
	}
	
	#Monthlysale .flex + h3 + .flex {
		margin: 0 auto 30px;
		padding-top: 0;
		background: url(../common/img/sp/mark-flick02.jpg) no-repeat center bottom / 120px 42px;
	}
	
	#Monthlysale table {
		width: 200%;
		margin: 0;
	}
	

	/* 業績推移データ */
	#DataWrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.monthlysaleData {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
		padding: 10px;
		border: 5px solid #E5F5F9;
		box-sizing: border-box;
	}
	
	.monthlysaleData p {
			margin-bottom: 15px;
			font-weight: normal;
			font-size: 13px;
			font-size: 1.3rem;
	}
	.monthlysaleData img { height: auto !important;}
	
	.monthlysaleData span { display: block;}

	.monthlysaleData span.zoom:after {
		display: inline-block; 
		position: absolute; 
		bottom: 0;
		right: 0;
		padding: 8px;
		border-radius: 50%;
		background: rgba(0,157,200,0.8);
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		font-family: 'icomoon' !important;
		content:"\e901";
	}


	/* 株主ご優待のご案内 */
	#StockholderTable {
			width: auto;
			margin: 0 3% 30px;
	}
	
	#StockholderTable table {
		width: 100%;
		table-layout: fixed;
	}
	
	#StockholderTable td {
		width: auto;
		text-align: center;
	}
	
	#StockholderTable td br { display: block;}

	.stockholderTable {
		width: auto;
		text-align: center;
	}
	
	.possessionTable { width: auto;}
	
	#StockholderTable em {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	#StockholderTable p {
		font-size: 10px;
		font-size: 1.0rem;
	}

	#StockholderList {
			width: auto;
			margin: 0 3% 30px;
	}

	#StockholderList h3 img { display: none;}

	#StockholderList h3 span {
		display: block;
		margin-bottom: 15px;
    padding: 4px 0 6px 8px;
		border-left: 5px solid #269FC4;
		background: none;
		color: #199EC5;
    font-weight: bold;
    font-size: 16px;
		line-height: 100%;
	}

	#StockholderListGrope {
    width: auto;
    margin: 0 0 20px;
	}

	#StockholderListGrope li {
    margin: 0 0 8px;
    padding:0 0 0 12px;
    background: url(img/btn-square.gif) no-repeat left 8px / 5px 5px;
		line-height: 130%;
	}
	
	#StockholderListGrope li span { display: block;}

	#StockholderList h4 {
    width: auto;
    height: auto;
    background: #E5F5F9;
		margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	}

	.stockholderPublication { margin: 0 10px 20px;}

	.StockholderListBotan { margin: 0 0 30px;}
	
	.StockholderListBotan a {
		position: relative;
		display: block;
		padding: 15px;
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		box-shadow: 0 3px 0 #10759E;
		background: #00B2E9;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		text-decoration: none;
	}
	.StockholderListBotan a > img { display: none;}
	.StockholderListBotan a span { display: block;}
	
	.StockholderListBotan a:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -3px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}

	.stockholderGourmet { margin: 0 0 30px;}
	
	.stockholderGourmet a {
		position: relative;
		display: block;
		padding: 15px;
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		box-shadow: 0 3px 0 #10759E;
		background: #00B2E9;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		text-align: center;
		text-decoration: none;
	}
	
	.stockholderGourmet a:before {
		position: relative;
		right: -5px;
		float: right;
		width: 16px;
		height: 13px;
		background: url(../common/img/sp/ico-blank-white.png) no-repeat left top / 16px 13px;
		content: '';
	}

	.stockholderGourmet img { display: none;}

	#StockholderListrequest {
    width: auto;
    margin: 0;
	}

	#StockholderListrequest ul { margin: 0 0 0 20px;}

	#StockholderListrequest li {
    margin: 0 0 10px;
		line-height: 150%;
	}

	#StockholderListrequest2 {
    width: auto;
    margin: 0;
	}

	#StockholderListrequest2 li { margin: 0 0 10px;}

	.stockholderirTable {
		margin: 0 3%;
		padding: 0;
		background: none;
	}

	.stockholderirTable h3 {
    width: auto;
    height: auto;
		border: none;
	}
	.stockholderirTable h3 img { display: none;}
	.stockholderirTable h3 span {
		display: block;
		margin-bottom: 15px;
    padding: 6px 0 6px 8px;
		border-left: 5px solid #269FC4;
		background: none;
		color: #199EC5;
    font-weight: bold;
    font-size: 16px;
		line-height: 100%;
	}

	.stockholderirTableMain {
    width: auto;
    padding: 0;
    border: none;
    text-align: left;
	}

	.stockholderirTableMain p {
    margin: 0 0 15px;
    font-weight: normal;
	}

	.stockholderirBotan { margin: 0 0 20px;}

	.stockholderirBotan img { height: auto !important;}
	
	.stockholderirBotan a {
		position: relative;
		display: block;
		padding: 15px;
		width: 80%;
		margin: 0 auto;
		border-radius: 5px;
		box-shadow: 0 3px 0 #10759E;
		background: #00B2E9;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 100%;
		text-decoration: none;
	}
	.stockholderirBotan a>img { display: none;}
	.stockholderirBotan a span { display: block;}
	
	.stockholderirBotan a:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -3px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}
	
	.stockholderirBotan p,
	.stockholderirBotan em {
    margin: 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.stockholderirBotan em {
		margin-bottom: 10px;
		font-weight: bold;
		text-align: center;
	}
	
	
	/* 株主優待についてのQ&amp;A */
	#StockholderQA>div { margin: 0 3%;}
	
	#StockholderQA h3 {
		height: auto;
    margin-bottom: 15px;
    padding: 4px 0 6px 8px;
    border-left: 5px solid #269FC4;
    background: none;
    color: #199EC5;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
	}
	
	#StockholderQA dd a:link,
	#StockholderQA ul a:link {
		color: #9A8751;
		text-decoration: underline;
	}
	
	#StockholderQA dd em {
		font-size: 12px;
    font-size: 1.2rem;
	}
	
	#StockholderQA dd li p { padding-left: 30px;}
	#StockholderQA dd li p:before { width: 20px;}
	
	#StockholderQA dd table { table-layout: auto;}
	
	#StockholderQA dd .StockholderListBotan a {
		color: #FFF;
		text-decoration: none;
	}
	
	#AboutStockholder dl.list02 dl {
		float: none;
		width: 100%;
		padding: 0;
	}
	#AboutStockholder dl.list02 dl+dl {
		padding: 10px 0 0 0;
		border-top: 1px dotted #999;
		border-left: none;
	}
	
	#AboutPoint dl.list03 div span {
		display: block;
		width: 150px;
		margin: 0 auto 10px;
	}
	
	#AboutPoint dl.list03 div p {
		display: block;
		padding-left: 0;
	}


	/* 株主名簿管理人について */
	#StockmanagerTable {
    width: auto;
    margin: 0 3% 20px;
		padding: 1px;
		border: 1px solid #ccc;
	}
	
	#StockmanagerTable table { width: 100%;}

	#StockmanagerTable th {
		display: block;
    width: auto;
    padding: 10px;
		border: none;
	}

	#StockmanagerTable td {
		display: block;
    width: auto;
    padding: 15px;
    border: none;
	}


/* 株価情報 */
	#Example #Stocktxt {
		margin: 0 3% 30px;
		text-align: left;
	}
	
	/* おせち */
	#OsechiNote { margin: 0 3% 30px;}
	
	#OsechiNote a > img { display: none;}
	
	#OsechiNote span {
		display: block;
		margin-bottom: 10px;
	}
	
	#OsechiNote p em { display: block;}
	
	#OsechiIntro ul { margin: 0 0 20px;}


	/* 事業報告書 */
	#report_list { margin: -20px 0 0 ;}
	
	#report_list ul { margin: 0;}

	#report_list li {
		position: relative;
		margin: 0;
		padding: 15px 30px 15px 20px;
		border-bottom: 1px solid #EEEEEE;
		border-left: 3px solid #00B2E9;
		background: none;
	}
	#report_list li:last-child { border-bottom: none;}

	#report_list li:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-top: 3px solid #00B2E9;
		border-right: 3px solid #00B2E9;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}
	
	
	/* 決算に関する説明資料 */
	.infoTable {
		width: auto;
		margin: 0 3% 20px;
		padding: 0;
		box-sizing: border-box;
		border: 1px solid #DDDDDD;
		border-top: 2px solid #269FC4;
		background: none;
	}
	
	.infotableMain {
		width: auto;
		padding: 0 10px 5px;
		border: none;
    background: none;
	}
	
	.infotableMain dl {
		position: relative;
		overflow: auto;
		padding: 10px 20px 10px 0;
	}
	.infotableMain dl:last-child {
		padding-bottom: 5px;
		border-bottom: none;
	}
	
	.infotableMain dl:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 5px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-top: 3px solid #00B2E9;
		border-right: 3px solid #00B2E9;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}
	
	.infotableMain dt {
		float: none;
		width: auto;
	}
	
	.infotableMain dd {
		float: none;
		width: auto;
	}
  
  /* 13: 株主との建設的な対話に対する方針 */
  #cnstructive .breadcrumb + section {
    margin-top: 40px;
    margin-bottom: 0;
  }
  
}