@charset "utf-8";


/* footer link color */

#footer a{
  color:#595757 !important;
}



/* _______________ PC - Level2 PAGE - column setting　 */

#contentsSide {
    float: left;
    width: 190px;
    margin-left:15px;
    font-size: 95%;
	  *display: inline;
}

/* 2 collum */
#contents{
    float:right;
    font-size: 1em;
    text-align: left;
    margin: 0 15px 0 0;
    clear: both;
    width: 770px;
	  *display: inline;
}

/* one collum */
.col-1{
	float:none;
	margin:0 auto;
	width:970px !important;
}


/* _______________ PC - SUB PAGE - SideNav Setting　 */

.sideNav {
	margin-bottom:20px;
}


.sideNav dt.categoryName{
	padding:10px;
	border:1px solid #ccc;
	background:#eee;
/*	border-bottom:none;*/
}


.sideNav dd {
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	border-bottom:none;
}
.sideNav-bnr img{
	width: 190px;
}
.sideNav .categoryName {
	font-size: 1em;
}

dl.sideNav .sideCategoryNav li ul {
    display:none;
}

.sideCategoryNav li.on a {
    background:none;
    font-weight: normal;
}

	.sideCategoryNav > li.on > a:first-child {
    	font-weight: bold !important;
	}

ul.sideCategoryNav{
	border-bottom: 1px solid #ccc;
}

.sideCategoryNav li a{
    background:none;
/*	padding-left:10px;*/
	display:inline-block;
}
.sideCategoryNav li.ico-blanklink{
	background: url("../images/blank_ico_blue.png") right 10px center no-repeat;

}

.sideNav .col ul li, .sideNav dd ul li {
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 10px;
}
.sideNav dd ul li:first-child {
	border-top: none;
}

/* sideNav logo img */
.sideNav .logo{
	height:18px;
}


/* Level.03 */
.sideCategoryNav li ul{
	margin-top: 0.6em;
	padding-left:10px;
}
.sideCategoryNav li.on.sub-open{
	padding-bottom: 5px;
}

dl.sideNav .sideCategoryNav li.sub-open ul{
	display: block;
}

.sideCategoryNav li.sub-open ul li{
	border-top: none;
	padding: 5px 0;
}

.sideCategoryNav li.sub-open ul li a {
    display: block !important;
    padding-left: 15px !important;
    font-weight: normal !important;
    background: url(../images/arrow_triangle_charcoal.png) 5px 0.45em no-repeat                !important;
}

.sideCategoryNav li.sub-open ul li.on{
	background: #ffe6cf;
}

.sideCategoryNav li ul li:last-child{
	border-bottom: none;
}

.sideNav .col ul li.parent li, .sideNav dd ul li.parent li{
    border-bottom: none;
    padding: 5px 0;
}

.sideNav ul li.parent ul > p{
	padding:5px 5px 5px 10px;
	margin-left:-5px;
	font-weight:bold;
}

.sideNav dd dt {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

#sideNav dd dd {
    border: 0 !important;
}

/* sideBnr */
.sideBnr li{
	margin-bottom:10px;
}

/* ↑ PC - SUB PAGE - SideNav Setting end ↑ */


/* _______________________________________ PC - 見出し - Setting　 */

#contents h1,
.col-1 h1,
#contents h2.pagetitle,
h1.headding01_00/*old class*/{
    margin-bottom:20px;
    padding: 0 0 5px 10px;
    font-size: 140%;
    font-weight: bold;
    border-bottom: 2px solid; /*color setは**_common.cssにて */
}
	/* h1 sub text */
	#contents .h1-subtext{
		padding:0 10px;
		margin-bottom:20px;
	}
	/* h1 caption */
	#contents h1 p, #contents h1 span{
		font-size:65%;
		font-weight:normal;
	}
	#contents h1 img{
		width:770px;
		height:auto;
		margin:0 auto;
	}

#contents h2,
.col-1 h2 {
	border-bottom: 2px solid; /*color setは**_common.cssにて */
	padding:10px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:110%;
}
#contents h2.pagetitle{
	background: #fff !important;
}
#contents h3,
.col-1 h3 {
	padding:10px;
	margin-bottom: 10px;
	font-size: 106%;
	font-weight: bold;
	/* background-color setting -> **_common.css */
}

#contents h4,
.col-1 h4 {
	padding:8px 10px;
	margin-bottom:15px;
	color: #4d4d4d;
	font-size: 103%;
	font-weight: bold;
	/* background-color setting -> **_common.css */
}

#contents h2 a, #contents h3 a, #contents h4 a,
.col-1 h2 a, .col-1 h3 a, .col-1 h4 a,{
	text-decoration:underline;
	pading-left:0;
}


/* _______________________________________ PC - column - Setting　 */
.column{
	width:770px;
}
.column.-wide{
	width:100% !important;
}



.col-2 li{
    width: 48.76%; /*377.44px*/
    float: left;
    height: auto;
    padding: 0;
    margin:0 15px 15px 0;
}

	.col-2 li:nth-child(2n){
		margin-right:0;
	}

.col-3 li{
	width:31%;
    float: left;
    height: auto;
    padding: 0;
    margin:0 7px 15px;
}
/*
	.col-3 li:nth-child(3n){
		margin-right:0;
	}
*/

/* _______________________________________ PC - thumbnail付きlink box　 */

.thumb-text-warp{
	width:100%;
	position:relative;
}
.thumb-text-warp dd{
	display:inline-block;
	vertical-align:top;
	padding:2%;
}
.thumb-text-warp dd.thumb img{
	max-width: 100%;
}

.thumb-text-warp dd.text p{
	margin-top:0.2em;
}

/*-- thumbnailが小さい --*/
.thumb-text-warp.-small dd.thumb{width:20%;}
.thumb-text-warp.-small dd.text{width:70%;}


/*-- thumbnailとテキストを半々にする --*/
.thumb-text-warp.-herf dd{padding:0;}
.thumb-text-warp.-herf dd.thumb{width:45%;}
.thumb-text-warp.-herf dd.text{width:50%; padding:1em 0;}



/* _______________________________________ PC - Design style　 */
.border-box{
    border: 1px solid #ccc;
}
.img{
	display:block;
	text-align:center;
	margin:0 auto 10px;
	padding:0 5px;
}

.topics-box {
	display:block;
	text-align:center;
	margin:0 auto 10px;
	padding:0 5px;
}
	.topics-box .img img{
		max-width:100%;
	}

.topics-box p{
	margin:10px;
	text-align:left;
}

.img-l,
.img-r{
	display:inline-block;
	margin:0 auto;
}
.img-l{
	float:left;
	padding:0 10px 0 0;
}

.img-r{
	float:right;
	text-align:right;
	padding:0 0 0 10px;
}
.img-l .caption,
.img-r .caption{
	text-align:left;
	font-size:0.9em;
}
.img-l img,
.img-r img{
	margin-bottom:10px;
}

img.img-770{ max-width:770px; margin:0 auto; display:block;}
img.img-750{ max-width:750px; margin:0 auto; display:block;}
img.img-730{ max-width:730px; margin:10px auto; display:block;}


/* 汎用 */
.img-r.w30percent, .img-l.w30percent{ width:30%;}
.img-r.w40percent, .img-l.w40percent{ width:40%;}
.img-r.w50percent, .img-l.w50percent{ width:50%;}
.img-r.w60percent, .img-l.w60percent{ width:60%;}


.section-warp{
	margin: 0;
}
.section-warp--10,
.text-warp{
	margin:10px;
}
.section-warp--0{
	margin:0;
}
.section-warp--10-0{
	margin: 10px 10px 0;
}
.block-warp{
	margin:10px;
}


.section-warp:after, .section-warp--0:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text-warp p{ margin-bottom:8px;}

/* _______________________________________ PC - bnr collum - Setting　 */


.bnr-warp ul{
	margin:0 0 0 -5px;
}

.bnr-warp li img{
	display:block;
	margin:0 auto;
}

.bnr-warp ul.bnr-col-2 li,
.bnr-warp ul.bnr-col-3 li,
.bnr-warp ul.bnr-col-4 li{
	padding-left:15px;
	padding-bottom:15px;
	float:left;
}

.bnr-warp ul.bnr-col-4 li img{
	margin:0 auto;
}

.bnr-warp ul.bnr-col-2 li img{
	width:367.5px; /* (780-(15x3))÷2 */
}

.bnr-warp ul.bnr-col-3 li img{
	width:240px; /* (780-(15x4))÷3 */
}

.bnr-warp ul.bnr-col-4 li img{
	width:176.25px; /* (780-(15x5))÷4 */
}

/* ______________________ 1カラムページの場合  */

#contents.col-1 .bnr-warp ul.bnr-col-2 li img{
	width:465px; /* (975-(15x3))÷2 */
}
#contents.col-1 .bnr-warp ul.bnr-col-3 li img{
	width:305px; /* (975-(15x4))÷3 */
}
#contents.col-1 .bnr-warp ul.bnr-col-4 li img{
	width:225px; /* (975-(15x5)÷4 */
}


/* ______________________ ３段階カラム  */

.bnr-warp ul.bnr-rank li{
	padding-left:15px;
	padding-bottom:15px;
	float:left;
}
.bnr-warp ul.bnr-rank li.--lav01{ width:96.153%;}
.bnr-warp ul.bnr-rank li.--lav02{ width:47.115%;}
.bnr-warp ul.bnr-rank li.--lav03{ width:30.769%;}

.bnr-warp ul.bnr-rank img{
	width:100%;
}

/* ______________________ ３段階カラム　auto  */

.bnr-warp ul.bnr-rank.-auto li:first-child{ width:96.153%;}
.bnr-warp ul.bnr-rank.-auto li:first-child + *,
.bnr-warp ul.bnr-rank.-auto li:first-child + * + *{ width:47.115%;}
.bnr-warp ul.bnr-rank.-auto li:first-child + * + * + *,
.bnr-warp ul.bnr-rank.-auto li:first-child + * + * + * + *,
.bnr-warp ul.bnr-rank.-auto li:first-child + * + * + * + * + *{ width:30.769%;}

/* ______________________ 説明テキスト付  */

.bnr-warp.--text > li{
	padding-left:0;
	padding-bottom:0;
	margin-left:15px;
	margin-bottom:15px;
}

.bnr-warp.--text > .bnr-col-2 li p,
.bnr-warp.--text > .bnr-col-3 li p,
.bnr-warp.--text > .bnr-col-4 li p{
	margin:0 10px 10px;
}

.bnr-warp.--text > .bnr-col-2 li div{
	width:367.5px; /* (780-(15x3))÷2 */
}
.bnr-warp.--text > .bnr-col-3 li div{
	width:240px; /* (780-(15x4))÷3 */
}
.bnr-warp.--text > .bnr-col-4 li div{
	width:176.25px; /* (780-(15x5))÷4 */
}



#contents.col-1 .bnr-warp.--text > .bnr-col-2 li div{
	width:457.5px; /* (975-(15x3))÷2 */
}
#contents.col-1 .bnr-warp.--text > .bnr-col-3 li div{
	width:305px; /* (975-(15x4))÷3 */
}
#contents.col-1 .bnr-warp.--text > .bnr-col-4 li div{
	width:225px; /* (975-(15x5)÷4 */
}


/* _______________________________________ PC - table - Setting　 */

/*background-colorは 事業会社_commonで設定した .bg-sc-01を使用 */


.table-warp{
	width:98%;
	margin:0 1%;
}

/* -- .table-01 / 左見出しあり / SP w100 -- */
.table-01{
	width:100%;
	border: solid 1px #ccc;
}
.table-01 tr{ border-bottom: dotted 1px #ccc;}

.table-01 th{
	border-right: solid 1px #ccc;
}

.table-01 th,
.table-01 td{
	padding:5px 10px;
	border-right: solid 1px #ccc;
	vertical-align:top;
	text-align:left;
}

/* -- .table-01 / borderなし -- */
.table-01.non-border{
	border: none;
}
.table-01.non-border tr{ border-bottom: none;}

.table-01.non-border th{
	border-right: none;
}

.table-01.non-border th,
.table-01.non-border td{
	border-right: none;
}



/* -- .table-01 / 沿革等年表 / SP w100 -- */
.table-01.spwide th ul{
	clear:both;
}

.table-01.spwide th li.year{
	width:10em;
	display:inline-block;
	text-align:left;
	float:left;
}

.table-01.spwide th li.month{
	width:3em;
	display:inline-block;
	text-align:right;
}


/* -- dl.address-list / 店舗住所 -- */
.address-list{
	clear:both;
}

.address-list dd{
	float:left;
}


/* post number*/
.address-list dd:first-child{
	width:15%;
}

/*address*/
.address-list dd:first-child + *{
	width:65%;
}

/*phone*/
.address-list dd:first-child + * + *{
	width:20%;
}


table .w1em{ width:1em; }
table .w2em{ width:2em; }
table .w3em{ width:3em; }
table .w4em{ width:4em; }
table .w5em{ width:5.1em; }
table .w6em{ width:6em; }
table .w7em{ width:7em; }
table .w8em{ width:8em; }
table .w9em{ width:9em; }
table .w10em{ width:10em; }
table .w11em{ width:11em; }
table .w12em{ width:12em; }
table .w13em{ width:13em; }
table .w14em{ width:14em; }
table .w15em{ width:15em; }
table .w20em{ width:20em; }

/* -- ul.side-by-side / 横並びリスト -- */

/* _____________________ 7:3 カラム ___ */
ul.sideBySide-7-3{
	width:100%;
	clear:both;
}
ul.sideBySide-7-3 li{
	float:left;
	display:table-cell;
}
ul.sideBySide-7-3 li:first-child{
	width:70%;
}
ul.sideBySide-7-3 li:first-child + *{
	width:30%;
}

/* _____________________ 3:7 カラム ___ */
ul.sideBySide-3-7{
	width:100%;
	clear:both;
}
ul.sideBySide-3-7 li{
	float:left;
	display:table-cell;
}
ul.sideBySide-3-7 li:first-child{
	width:30%;
}
ul.sideBySide-3-7 li:first-child + *{
	width:70%;
}

/* _____________________ 6:4 カラム ___ */
ul.sideBySide-6-4{
	width:100%;
	clear:both;
}
ul.sideBySide-6-4 li{
	float:left;
	display:table-cell;
}
ul.sideBySide-6-4 li:first-child{
	width:60%;
}
ul.sideBySide-6-4 li:first-child + *{
	width:40%;
}

/* _____________________ 4:6 カラム ___ */
ul.sideBySide-4-6{
	width:100%;
	clear:both;
}
ul.sideBySide-4-6 li{
	float:left;
	display:table-cell;
}
ul.sideBySide-4-6 li:first-child{
	width:40%;
}
ul.sideBySide-4-6 li:first-child + *{
	width:60%;
}





/* _____________________ 関連会社情報用 ___ */

.group-company{
	width: 98%;
	margin: 0 auto 15px;
}

.group-company h3.company-name{
	color: #fff;
	padding:0;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	box-sizing: border-box;
}
.group-company .link-url{
	padding:10px;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
/*	border-left:solid 1px #ccc;*/
	box-sizing: border-box;

}
.group-company p.link-url:empty{
	height: 3em;
}
.en .group-company p.link-url:empty{
	height: 3em;
}



/* _______________________________________ PC - News backnumber - Setting　 */

.news-backnumber .cal,
.enkaku-menu .cal{
	width: 750px;
	margin:0 auto 20px;
}

.news-backnumber .cal li{
	width:14%;
	float:left;
	text-align:center;
	border-left:dotted 1px #ccc;
	margin-bottom:6px;
	padding:0.4em 0;
	font-size:86%;
}

/*7と14の右線*/
.news-backnumber .cal li:nth-child(7),
.news-backnumber .cal li:nth-child(14){
	border-right:dotted 1px #ccc;
}

.news-backnumber .cal li a{
	padding-left:12px;
    background: url(../images/arrow_triangle_ssblue.png) no-repeat;
    background-position: 0 0.4em;
}
.news-backnumber .cal li .no-link{
	padding-left: 12px;
}

.news-backnumber dl{
	width:720px;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px dotted #aaa;
    clear: both;
}
.news-backnumber dl dt,
.news-backnumber dl dd{
	float:left;
}
.news-backnumber dl dt{
	width:7em;
}
.news-backnumber.en dl dt{
	width:7.5em;
}

.news-backnumber dl dd{
	background: url(../images/com_ic03_new.png) no-repeat 0;
  background-position: 0 0.2em;
  padding-left: 0.8em;
	width:620px;
}
.news-backnumber.en dl dd{
	width: 600px;
}

.news-backnumber dl dt.newsico{
	background:none;
	margin-right:10px;
    padding-left: 0;
	width:auto;
	vertical-align:middle;
}
.news-backnumber dl dt.newsico img{
	vertical-align:baseline;
}
.news-backnumber dl dd.newsdetail{
	width:550px;
}



/* _______________________________________ PC - TAB Navigation- Setting　 */

ul.tab-navi{
	width:100%;
	margin-bottom:15px;
	display:table;
	table-layout:fixed;
	border-bottom:solid 4px;
	clear:both;
}

ul.tab-navi li{
	width:30%;
	padding:10px 10px 5px;
	margin:0 5px 0 0;
	display:inline-block;
	float:left;
}

ul.tab-navi li.selected,
ul.tab-navi li.selected a{
	color:#fff !important;
	background-color:#595757;
}


/* _______________________________________ PC - ul dl - Setting　 */
dl.dl-01 dt,
dl.dl-01 dd{
	padding:10px;
}



/*冒頭のみ1em（1文字）分左へ*/
ul.indent li{
    padding-left: 1em;
    text-indent: -1em;
	margin-bottom:0.5em;
}

/* _______________________________________ PC - tinynav.min.js - Setting　 */
.tinynav { display: none; }

ul.navi-list{
	clear:both;
}
ul.navi-list li{
	float:left;
	display:inline-block;
}


/* _______________________________________ PC - 地域ナビ ul li - Setting　 */
.navi-region-warp{
	margin:0 auto;
	width:970px;
	background-color:#ffecdd;
	padding:0;
}

ul.region-list{
	margin:0 40px;
}

.region-list li{
	margin-left:20px;
	padding:20px 10px;
	vertical-align:middle;
	background-image:url(../images/arrow_ico_grey.png);/*画像はダミーです*/
	background-repeat:no-repeat;
	background-position:0 22px;
}
.region-list li a{
	color:#4d4c4c !important;
	font-weight:bold;
}
.region-list li.title01,
.region-list li.title02{
	margin:10px;
	padding:10px;
	background:none;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
.region-list li.title01{
	background-color:#F5821F;
	margin-right:30px;
}
.region-list li.title01 a{
	color:#fff !important;
}
.region-list li.title02{
	background-color:#fff;
	margin-left:30px;
}
.region-list li.title02 a{
	color:#F5821F !important;
}


/* _______________________________________ PC - btn design - Setting　 */


#contents .btn a{
    display: inline-block;
    border: solid 1px;/* line colorは**_common.css .-colorにて*/
    padding: 1em 3em 1em 1em;
    margin: 0 0 10px;
    color: #000;
    text-decoration: none;
}
/*-------------
 btnのwidth指定等はclassを追加して対応
---------------*/


#contents .btn a.arrow{
	position: relative;
}
#contents .btn a.arrow::after{
	content:" ";
	display: block;
	width:1em;
	height:1em;
/*	border-top:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
	position: absolute;
	right:5%;
	top:50%;
	margin-top:-0.55em;
}


#contents .btn.back a{
	padding: 1em 6em;
}
#contents .btn.back a.arrow{
	position: relative;
	text-align: center;
}
#contents .btn.back a.arrow:after{
	content:"";
	display: block;
	background: url(../images/arrow_wht_left.png) no-repeat;
	width:14px;
	height:24px;
	left:20px;
	top:45%;
}

.release dt span.btn img{
	margin-right: 0 !important;
}

#contents .news-backnumber .btn a{
	border: none;
	padding: 0;
	vertical-align: middle;
	margin: 0 0 20px 0;
}
#contents .news-backnumber .btn:last-child a{
	font-size: 86%;
	margin-right: 10px;
/*	padding-left: 10px;*/
}


/* _______________________________________ Delete style MEMO　 */

/*  PC - company　 */
/* _______________ PC group list*/
/*IR*/
/*recruit*/
/*-----------------------------
 module.html(PC)
---------------------------- */
.spaceSection{
	margin:0 auto;
	padding:0 15px;
}
/*
#contents p.module_title{
	width:990px;
	margin:0 auto 20px auto;
	padding:10px 0 0 10px;
	font-weight:bold;
	font-size:22px;
	border-bottom:1px solid #333;
}
#contents p.module_caption{
	font-weight:bold;
	font-size:20px;
	margin:0 auto;
	padding:10px 0;
}
*/
ul.disc li{
	list-style-type:disc;
}
/*-------
.col1{
	margin:15px 0 0 0;
	padding:0 15px;
	width100%;
}
#contents .col1 h2,#contents .col1 h3,#contents .col1 h4{
	margin-bottom:0;
}
.col1 .col{
	border:1px solid #ddd;
	border-top:none;
	padding:10px;
}
.col1 .p0{
	padding:0;
	border:none;
}
.col1 dl dd{
	border:1px solid #ccc;
	border-top:0;
	padding:10px;
}
.col2,.col3,.col4{
	margin:15px 0;
	padding:0;
	display:table;
	border-collapse:separate;
	border-spacing:15px 0;
	width:100%;
	table-layout:fixed;
}
span.col{
	visibility:hidden;
}
.col,.spaceSection{
	position:relative;
}
.col p.elementR,.spaceSection p.elementR{
	bottom:0;
	right:15px;
	margin-bottom: 10px;
	position: absolute;
	width: 100%;
}
--------------*/
/*--------------
.col ul{
	margin:15px 0 0 10px;
}
.col ul.iconLink00List li{
	padding-bottom:3px;
}
.col dt{
	font-size: 1.2em;
	padding:10px;
	background: #eee;
	border-bottom: 2px solid #ffc600;
}
.col dd{
	padding:10px;
}
.colBody{
	padding:15px 15px 0 15px;
}
.col img{
	width:100%;
	height:auto;
}
.incLink .col{
	padding-bottom:20px;
}

.incLink .col dt,
.incLink.csr_dl .col dt,
.incLink .col dt a{
	font-weight:bold;
}

dl.boxInnerNews ul li{
	border-bottom: 1px dotted #aaa;
	margin-bottom: 8px;
	padding: 0 5px 8px;
}


.inner csrAction{
	text-align:center;
}

.alignCenter{
	text-align:center;
}

.alignCenter p.link{
	text-align:left;
}

.col2 .col,.col3 .col,.col4 .col{
	display:table-cell;
	border:1px solid #ddd;
	box-sizing:border-box;
}

.non-border,.non-border .col{
	border:none !important;
	padding:0;
}


dl.sevenByThree:first-child,.sevenByThree .col:first-child{
	width:70%;
}

dl.sevenByThree:last-child,.sevenByThree .col:last-child{
	width:30%;
}

dl.sevenByThree:last-child div.stockPrice{
	text-align:center;
	padding-bottom:10px;
}

.threeBySeven .col:first-child{
	width:30%;
}

.threeBySeven .col:last-child{
	width:70%;
}

.fiveByfive .col{
	width:50%;
}

.sixByfour .col:first-child{
	width:60%;
}

.sixByfour .col:last-child{
	width:40%;
}

.fiveByfive .col{
	width:50%;
}


.fiveByfive .spaceSection{
	width:auto;
	padding:10px 0;
}

.col3 .col{
	width:33%;
}

.col4 .col{
	width:25%;
}

.col3 h3 span{
	font-style:italic;
}


.col3 .photo{
	margin:0 0 5px;
	text-align:center;
}

.col3 ul li a{
	text-decoration:none;
}

.columnLayout{
    position: relative;
    padding-bottom: 2em;
}

--------------*/


/* 画像 + テキスト一段組み */


/* 画像 + テキスト二段組み */


/* #banner */


/* .col内ニュース */


/* サイトマップ */

/* ごあいさつ */
.img-r .top_img {
	float: right;
	margin: 0 0 10px 20px;
}
.img-r .top_img p{
	text-align: center;
}
.text-warp.topMesseTxt{
	overflow: hidden;
}


/* 企業理念 */
.koudou dt{
	font-weight: bold;
	padding: 20px 10px 0 10px !important;
}
.koudou dd{
	text-indent: 1em;
}
.fc dd ul > li{
	padding: 0 0 5px 1em;
	text-indent: -1em;
}
/* -- .table-01 / 会社概要 / PC:th 11em SP:7em -- */
.table-01.summary th{
	width:11em;
}
/* -- .table-01 / 主な子会社 / PC:th 11em SP:7em -- */
.group-company .table-01 th{
	width:11em;
}


.koudou_box{
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
}

/* 国内外店舗数, 売上高、店舗数推移 */
.tenpo img{
	margin: 0;
}

.tenpo-data,
.suii-data{
	width: 86%;
	margin: 0 auto;
}
.tenpo-data li{
	margin: 0 0 15px
}
/*
.tenpo-data li:first-child th,
.tenpo-data li:last-child th{
	height: 30px;
}
.tenpo-data li:nth-child(2) th{
	height: 25px;
	padding: 11px 10px;
}
*/
.tenpo-data table,
.suii-data table{
	margin: 0 auto;
	width: 100%;
}

.tenpo-data table th,
.tenpo-data table td,
.suii-data table th,
.suii-data table td{
	padding: 10px;
	vertical-align: middle;
}
.tenpo-data table th,
.suii-data table thead th,
.suii-data table tbody th{
	background: #FFF7EC;
	width: 50%;
}
.suii-data.en table thead th,
.suii-data.en table tbody th,
.suii-data.en table tbody td,
.suii-data.en table tbody td,
.suii-data table tbody td{
	width: 50%;
	padding: 10px 30px;
}
.tenpo-data table td,
.suii-data table thead td,
.suii-data table tbody td{
	background: #F7FFFB;
	width: 50%;
	text-align: right;
}
.suii-data.en table thead th{
	text-align: center;
}
.suii-data.en table tbody th{
	text-align: left;
}
.suii-data table thead th{
	background: #ffecd2;
	vertical-align: middle;
	text-align: center;
}
.suii-data table thead td{
	background: #f0fff8;
	text-align: center;
}
.tenpo-data table tbody th,
.suii-data table tbody th{
	text-align: left;
}

.suii-data span{
	font-size: 0.8em;
}
.tenpo-data table{
	margin-top: 5px;
}
.tenpo-data table.total th,
.tenpo-data table.total td,
.suii-data table.total th,
.suii-data table.total td{
	border-top: solid 1px #ccc;
}

.suii-data.en .note,
.suii-data.en .note a{
	color: #f05342 !important;
	font-size: 100%;
}

/*
.tenpo-data li:last-child > th:last-child,
.tenpo-data li:last-child > td:last-child{
	height: 164px;
	vertical-align: bottom;
}
*/

/* 沿革 */
.enkaku-menu .cal li{
	width:14%;
	float:left;
	text-align:center;
	border-left:dotted 1px #ccc;
	margin-bottom:6px;
	padding:0.4em 0;
	font-size:86%;
}

/*最後の右線*/
.enkaku-menu .cal li:last-child{
	border-right:dotted 1px #ccc;
}

.enkaku-menu .cal li a{
	padding-left:12px;
    background: url(../images/arrow_triangle_ssblue.png) no-repeat;
    background-position: 0 0.4em;
}
/*
.table-01.enkaku{
	border: none;
}
.table-01.enkaku th,
.table-01.enkaku td{
	border-right: none;
}
*/

.table-01.enkaku th{
	width: 10em;
}
.table-01.enkaku th li{
	display: inline-block;
}
.table-01.enkaku th li.year{
	width: 7em;
}
.table-01.enkaku.en th li.year{
	width: 4em;
}

.table-01.enkaku th li.month{
	text-align: center;
}
.table-01.enkaku td p{
	padding: 5px 0 0;
}

/* 決算 */
.table-01.kessan{
	width: 100%;
	margin: 0 auto;
}
.table-01.kessan tr{
	border-bottom: solid 1px #ccc;
}
.table-01.kessan th{
	border-right: none;
}
.table-01.kessan td{
	text-align: right;
}
.table-01.kessan td img{
	width: 18px;
}

/* 横顔 */
.table-01.yokogao th,
.table-01.yokogao td{
	padding: 10px;
	vertical-align: middle;
}
.table-01.yokogao th{
	border-right: none;
	width: 100px;
}
.table-01.yokogao img{
	vertical-align: middle;
}


/*徹底解剖 */
.aboutsej-menu ul{
	margin: 10px 0;
	letter-spacing: -.4em;
}
.aboutsej-menu ul:nth-child(2){
	background: #f3ece0;
}
.aboutsej-menu ul li{
	display: inline-block;
	letter-spacing: normal;
	background: #f3ece0;
}
.aboutsej-menu ul li a{
	padding: 10px 10px 10px 18px;
	color: #a54d17 !important;
	font-weight: bold;
	display: inline-block;
	background: url("../images/arrow_triangle_sej_sc04.png") no-repeat left 10px top 15px;
		background-image: url("../images/arrow_triangle_sej_sc04.png")\9;
		background-repeat: no-repeat\9;
		background-position-y: 15px\9;
		background-position-x: 10px\9;
}
.aboutsej-menu ul li a:hover{
	color: #fe680a !important;
}

.aboutsej-menu ul:first-child li{
	width: 18%;
	margin-left: 5px;
}
.aboutsej-menu ul:first-child li:first-child{
	width: 189px;
	margin-left: 0;
}
/*
.aboutsej-menu ul:nth-child(2) li:nth-child(n + 2) a{
	background: url("../images/arrow_triangle_sej_ac01.png") left 10px top 15px no-repeat;
	color: #cc7642 !important;
}
.aboutsej-menu ul:nth-child(2) li:first-child{
	width: 25%;
}
.aboutsej-menu ul:nth-child(2) li:nth-child(n + 2){
	margin-right: 20px;
}
*/
.aboutsej-menu ul:first-child+* li:first-child+* a,
.aboutsej-menu ul:first-child+* li:first-child+*+* a,
.aboutsej-menu ul:first-child+* li:first-child+*+*+* a{
	color: #cc7642 !important;
	background: url("../images/arrow_triangle_sej_ac01.png") left 10px top 15px no-repeat;
		background-image: url("../images/arrow_triangle_sej_ac01.png")\9;
		background-repeat: no-repeat\9;
		background-position-y: 15px\9;
		background-position-x: 10px\9;
}
.aboutsej-menu ul:first-child+* li:first-child{
	width: 25%;
}
.aboutsej-menu ul:first-child+* li:first-child+* a,
.aboutsej-menu ul:first-child+* li:first-child+*+* a,
.aboutsej-menu ul:first-child+* li:first-child+*+*+* a{
	margin-right: 20px;
}


/* 商品開発 */
.development-teamMd{
	border: solid 2px rgb(179, 211, 102);
	width: 100%;
	padding: 10px;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.development-teamMd p.title{
	width: 80%;
	margin: 0 auto 20px;
	padding: 4px;
	color: #0b2025;
	font-weight: bold;
	text-align: center;
	background: #9ad9e9;
	border-radius: 15px;
	box-sizing: border-box;
}

/* 情報システムの変遷 */
.aboutsej-info{
	margin-bottom: 30px;
}
.aboutsej-info span.year{float: right;}
.aboutsej-info span.year:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.aboutsej-info table{
	border: solid 1px #ccc;
	vertical-align: top;
	box-sizing: border-box;
}
.aboutsej-info table tr{
	border-bottom: solid 1px #ccc;
}
.aboutsej-info table th,
.aboutsej-info table td{
	padding: 10px;
}

.aboutsej-info table th{
	background: #ffffcc;
	width: 90px;
}
.aboutsej-info table td{
	border-left: solid 1px #ccc;
}
.aboutsej-info table td.event{
	width: 280px;
}
.aboutsej-info table td ul li{
	margin-left: 10px;
}
.aboutsej-info table td ul li::before{
	content: "・";
	margin-left: -1em;
}
.aboutsej-info table td.event p,
.aboutsej-info table td ul li{
	margin-bottom: 6px;
}


/* 歴史 */
.aboutsej-menu{
	margin-bottom: 10px;
}
.aboutsej-menu.history ul li:first-child,
.aboutsej-menu.history ul li:first-child+*,
.aboutsej-menu.history ul li:first-child+*+*{
	width: 22%;
}
.aboutsej-menu.history ul li:first-child+*+*+*{
	width: 30%;
}


/* EN c_profile */
table.en-profile th{
	width: 14em
}

/* IR Top リニューアル(2016/03/11) */

 /* セグメント */

/* ガバナンス */

/* CSRアクション */

/* 受賞歴・社会からの評価 */

/* exhibition */

/* greeting */

/* ガイドライン */

/* キーワード検索 */

/* CSRレポート */

/* CSR Top リニューアル(2016/03/11) */

/* motto*/

/* theme */

/* グループ */

/* FAQ */

/* --------------------------------en------------------------------------ */

/* CSR */

/* IR */

/* en IR top */

/* PC toppage bottom bnr add20160312*/

/* 関連リンク */

/* en Top page */

/*-----------------------------
  PC 汎用 Helper class
------------------------------*/

.imgMaxW {
	max-width:100% !important;
}
.img-center{
	display:block;
	margin:0 auto;
}
.dispBlock{display:block;}

.align_center, .elementC{text-align:center !important;}
.align_right, .elementR{text-align:right !important;}
.align_left, .elementL{text-align:left !important;}
.align_top{ vertical-align:top !important;}
.align_middle{ vertical-align:middle !important; }


.m0{margin:0 !important}
.m10{margin:10px !important}
.m15{margin:15px !important}

.mtb10{ margin:10px 0; }
.mtb15{ margin:15px 0; }
.mtb20{ margin:20px 0; }
.mtb25{ margin:25px 0; }
.mtb30{ margin:30px 0; }
.mtb35{ margin:35px 0; }

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px  !important;}
.mb15{margin-bottom:15px  !important;}
.mb20{margin-bottom:20px  !important;}
.mb25{margin-bottom:25px  !important;}
.mb30{margin-bottom:30px  !important;}
.mb35{margin-bottom:35px  !important;}
.mb40{margin-bottom:40px  !important;}
.mb50{margin-bottom:50px  !important;}
.mb55{margin-bottom:55px  !important;}
.mb60{margin-bottom:60px  !important;}

.mt-10{margin-top:-10px  !important;}
.mt-20{margin-top:-20px  !important;}

.mt0{margin-top:0  !important;}
.mt5{margin-top:5px  !important;}
.mt10{margin-top:10px  !important;}
.mt15{margin-top:15px  !important;}
.mt20{margin-top:20px  !important;}
.mt25{margin-top:25px  !important;}
.mt30{margin-top:30px  !important;}
.mt35{margin-top:35px  !important;}
.mt40{margin-top:40px  !important;}

.ml0{margin-left:0 !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0 !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

.p0{padding:0  !important;}
.p10{padding:10px;}
.p15{padding:15px;}

.pt-10{padding-top:-10px  !important;}
.pt-20{padding-top:-20px  !important;}

.pt0{padding-top:0  !important;}
.pt10{padding-top:10px  !important;}
.pt15{padding-top:15px  !important;}
.pt20{padding-top:20px  !important;}
.pt25{padding-top:25px  !important;}
.pt30{padding-top:30px  !important;}

.pb0{padding-bottom:0  !important;}

.pb10{padding-bottom:10px  !important;}
.pb15{padding-bottom:15px   !important;}
.pb20{padding-bottom:20px  !important;}
.pb25{padding-bottom:25px  !important;}
.pb30{padding-bottom:30px  !important;}
.pb35{padding-bottom:35px  !important;}
.pb40{padding-bottom:40px  !important;}
.pb60{padding-bottom:60px  !important;}

.pl0{padding-left:0  !important;}
.pl10{padding-left:10px  !important;}
.pl15{padding-left:15px  !important;}
.pl20{padding-left:20px  !important;}

.pr0{padding-right:0  !important;}
.pr10{padding-right:10px  !important;}
.pr15{padding-right:15px  !important;}
.pr20{padding-right:20px  !important;}

.plr10{ padding: 0 10px !important;}
.plr15{ padding: 0 15px !important;}
.plr20{ padding: 0 20px !important;}

/*-----------------------------
   font size
------------------------------*/
.font-small{ font-size:83%; }
.bold, strong{font-weight:bold;}


/* body font-size:80% 13pxを基準として */
.fs9{ font-size:69.2%; }
.fs10{font-size:76.9%; }
.fs11{font-size:84.6%; }
.fs12{font-size:92.3%; }

.fs14{font-size:107.7%; }
.fs15{font-size:115.4%; }


.middleText{ font-size:83% !important }
.middleText--69{ font-size:69% !important }
.middleText--70{ font-size:70% !important }
.middleText--76{ font-size:76% !important }
.middleText--80{ font-size:80% !important }
.middleText--90{ font-size:90% !important }
.middleText--95{ font-size:95% !important }

/*-----------------------------
   font color
------------------------------*/
.orange{color:orange;}
.green{ color: #009a44;}
.fc-red{color: #ff0000;}

/*-----------------------------
  装飾なし
------------------------------*/
.non-Decoration{
	border:none !important;
	background:none !important;
}
.non-Decoration div.img{
	margin:0;
	text-align:center;
}
.non-float{
	float:none !important;
}

.pos_rel{
	position:relative;
	padding-bottom:20px;
}

.italic{
  font-style: italic;
  font-style:oblique;
  background: none !important
}

.inlineBlock{
	display:inline-block;
}

/*-----------------------------
   float & width
------------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
.w40percent{ width: 40%; }
.w45percent{ width: 45%; }
.w50percent{ width: 50%; }
.w54percent{ width: 54%; }
.w55percent{ width: 55%; }
.w60percent{ width: 60%; }
.w67percent{ width: 67%; }


/*-----------------------------
  end / PC 汎用 Helper class
------------------------------*/



/*----------------------------------------------------------------------------------------------

 responsive settings

---------------------------------------------------------------------------------------------- */

@media screen and (max-width:768px){

/*top*/

#contents-body .contens-area {
	padding: 0;
}

#contents-body .contens-area #lotation{
	width:100%;
	box-sizing:border-box;
        margin-top:10px;
}

#contents-body .contens-area #lotation .slides li img{
	width:100% !important;
	box-sizing:border-box;
}

.col-1{width:100% !important;}



/*site map*/

.sitemap h1,
.en-sitemap h1{
	margin:0px;
}
.sitemap h3.sm,
.en-sitemap h3.sm{
	margin:0 1%;
}


dl.iconDt{
	padding-bottom: 2%;
}

dl.iconDt dd .elementR a{
	padding-right:2%;
}

.img{
	margin:10px auto;

}



/* 新メッセージ */

.newmsg img{
	width:98%;
}
.text-warp.topMesseTxt{
	padding: 0 10px;
}
.text-warp.topMesseTxt p{
	width: 98%;
	padding: 0 1%;
	line-height: 1.2;
}



.spaceSection{
	padding:0;
}

.linkRight{
	margin-right:2%;
}


#contents,
#contents.col-1{
	width:100%;
	padding:10px 0 0 0;
        float:none;
}

#contents p.module_title,#contents p.module_caption{
	font-size:100%;
}


/* _______________________________________ SP - 見出し - Setting　 */

#contents h1 img{
	width:100%;
}

#contents h1{
    margin-bottom:20px;
	padding: 10px 2% 5px 2%;
    border-bottom: 2px solid;
}
#contents h1 span{
	display:block;
}

h1.headding01{
}

#contents h1 img{
	display:none;
}


#contents h2 {
	padding:10px 2%;
	font-size:110%;
}


/* _______________________________________ SP - column - Setting　 */

.column{
	width:100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.col-2 li,
.col-3 li{
    width: 100%;
    float: none;
    height: auto;
    padding: 10px;
    margin:0 auto 15px;
		box-sizing: border-box;
}
	.col-2 li:first-child +*,
	.col-2 li:first-child +*+*+*,
	.col-2 li:first-child +*+*+*+*+*,
	.col-2 li:first-child +*+*+*+*+*+*+*,

	.col-3 li:first-child +*+*,
	.col-3 li:first-child +*+*+*+*+*,
	.col-3 li:first-child +*+*+*+*+*+*+*

	{
		width: 100%;
		margin:0 auto 15px;
	}


/* _______________________________________ PC - thumbnail付きlink box　 */

.thumb-text-warp dd{
	padding:0.5%;
}




/* _______________________________________ SP - Design style　 */

.topics-box .img{
	display:block;
	margin:0 auto;
	padding:0 10px;

}
.topics-box p{
	margin:15px 0;
}

.section-warp,
.section-warp--10,
.section-warp--10-0{
    margin: 10px 1% 30px;
}
	.text-warp,
	.section-warp--0{
		margin:10px 0;
	}
/*
	.section-warp .text-warp,
	.section-warp--0,
	.section-warp .elementR,
	.section-warp .CommonPageTop{
		margin:10px 10px;
	}
*/


.img-l, .img-r{ float:none; width:100%; text-align:center;  padding: 0;}
.img-l .caption, .img-r .caption {
	width:100% !important;
	text-align: center;
}
.img-r{padding-left:0;}

.aboutsej-menu {
	width:98%;
	margin:0 1%;
}
/* _______________________________________ SP - TABLE style　 */


/* --table-01 / 左見出しあり、上見出しなし-- */
.table-01{
	width:100%;
	margin:0 auto;
	border: solid 1px #ccc;
}

.table-01.spwide th{
	border-top: solid 1px #ccc;
	border-right: none;
	border-bottom: dotted 1px #ccc;
}
	.table-01 th:first-child{
		border-top:none;
	}
.table-01.spwide td{
	border-bottom: none;
	border-right:none;
}
.table-01.spwide th,
.table-01.spwide td{
	padding:2%;
	width:96% !important;
	display:block;
}
.table-01.enkaku{
	width:100%;
}




/* -- .table-01  dl.address-list / 店舗住所 -- */

.address-list dd{
	float:none;
}

/* post number*/
/* address */
/* phone */
.address-list dd:first-child,
.address-list dd:nth-child(2),
.address-list dd:nth-child(3){
	width:100%;
}


/* -- ul.side-by-side / 横並びリスト -- */

ul.sideBySide-7-3 li:first-child,
ul.sideBySide-7-3 li:nth-child(2),
ul.sideBySide-3-7 li:first-child,
ul.sideBySide-3-7 li:nth-child(2),
ul.sideBySide-6-4 li:first-child,
ul.sideBySide-6-4 li:nth-child(2),
ul.sideBySide-4-6 li:first-child,
ul.sideBySide-4-6 li:nth-child(2){
	width:100%;
}


.table-01.non-border th{
	border:none;
}

/* _______________________________________ SP - News backnumber - Setting　 */

.news-backnumber .cal{
	width: 98%;
	margin:0 auto 20px;
	border:solid 1px #ccc;
	text-align:center;
}
.news-backnumber .cal li{
		width:50%;
		border-bottom:solid 1px #ccc;
		margin-bottom:0;
    padding: 0.4em 0;
		box-sizing: border-box;
}
.news-backnumber .cal li a:link{
    padding: 0.4em 0 0.4em 5%;
		display:inline-block;
		background-position: 0 0.8em;
}
.news-backnumber .cal li .no-link{
    padding: 0.4em 0 0.4em 5%;
		display:inline-block;
}


.news-backnumber .cal li:nth-child(7),
.news-backnumber .cal li:nth-child(14),
.news-backnumber .cal li:last-child
	{
    border-right: none;
}
.news-backnumber .cal li:last-child{
		border-bottom:none;
}

.news-backnumber .cal.en li:nth-last-child(2){
	border-bottom: none;
}

.enkaku-menu .cal li:nth-child(odd),
.news-backnumber .cal li:nth-child(odd){
	border-left:none;
}

.news-backnumber dl{
	width:100%;
	padding:0 10px;
	box-sizing: border-box;
}
.news-backnumber dl dd,
.news-backnumber.en dl dd,
.news-backnumber dl dd.newsdetail{
	width:96%;
	padding-bottom:10px;
}

.news-backnumber.en dl dt{
	width:auto;
}


/* スマホでbr無効 */
.newsDetail dl dd br,
.news-backnumber dl dd br{
	content:"";
}
.news-backnumber dl dd br:after{
	margin-right:0.5em;
	content:"";
}
/*
.news-backnumber dl dd br{
	display:none;
}
*/

/* _______________________________________ SP - tab navi - Setting　 */

ul.tab-navi{
	width:100%;
}

ul.tab-navi li{
	width:43%;
	padding: 10px 2% 5px;
	margin:0 0 0 2%;
	text-align:center;
}
ul.tab-navi li a{
	display:block;
	padding: 0 2%;

}

ul.tab-navi li.large{
	width:94%;
	padding: 10px 2% 5px;
	margin:2px 1% 0;
	float:none;
}
ul.tab-navi li.large a{
	display:block;
	padding:0 ;
}



/* 画像 + テキスト一段組み */

/* 画像 + テキスト二段組み */



/* _______________________________________ SP - ul dl - Setting　 */
.accordion dt{
	padding-right:4% !important;
	background-image:url(../images/arrow_down_grey.png) ;
	background-position:98% center;
	background-repeat:no-repeat;
	border-bottom:1px solid #ccc;
}
.accordion dt.reverse{
	background-image:url(../images/arrow_up_grey.png) ;
}

.accordion dd{
	display:none;
}


/* _______________________________________ SP - bnr collum - Setting　 */


.bnr-warp ul{
	margin:0;
}

.bnr-warp ul.bnr-col-2 li,
.bnr-warp ul.bnr-col-3 li,
.bnr-warp ul.bnr-col-4 li{
	padding-left:2%;
	padding-bottom:2%;
}

.bnr-warp ul.bnr-col-2 li img{
	width:100%;
}
.bnr-warp ul.bnr-col-3 li img,
.bnr-warp ul.bnr-col-4 li img{
	width:auto;
	margin:0 auto;
}

.bnr-warp ul.bnr-col-2 li{ width:96%; }
.bnr-warp ul.bnr-col-3 li{ width:47%; }
.bnr-warp ul.bnr-col-4 li{ width:30.65%; }


/* ______________________ ３段階カラム  */

.bnr-warp ul.bnr-rank li{
	padding-left:2%;
	padding-bottom:2%;
}


/* ______________________ 説明テキスト付  */

.bnr-warp.--text > li{
	padding-left:0;
	padding-bottom:0;
	margin-left:15px;
	margin-bottom:15px;
}

.bnr-warp.--text > .bnr-col-2 li p,
.bnr-warp.--text > .bnr-col-3 li p,
.bnr-warp.--text > .bnr-col-4 li p{
	margin:0 2% 2%;
}

.bnr-warp.--text > .bnr-col-2 li div,
.bnr-warp.--text > .bnr-col-3 li div,
.bnr-warp.--text > .bnr-col-4 li div{
	width:auto !important;
}


/* _______________________________________ SP - div.navi-region-warp Select - Setting　 */
div.navi-region-warp{
	width:100%;
	padding:0;
	background:none;
}


div.navi-region-warp select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
}

div.navi-region-warp > select {
  width: 100%;
}
div.navi-region-warp select::-ms-expand {
	display: none;
}

div.navi-region-warp select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../images/arrow_down_grey.png) 98% 50% no-repeat, #fff;
	background: url(../images/arrow_down_grey.png) 98% 50% no-repeat, #fff09f;
}
select.tinynav option[selected] {
   background-color: #fff; /* 選択中項目の背景色 */
  /* color: white; */             /* 選択中項目の文字色 */
}

/* ____________________________ SP - btn hover - Setting　 */

#contents .btn a{
    padding: 1em 3% 1em !important;
    margin: 1% auto;
    width:93.5%;
}

#contents .news-backnumber .btn a{
    width: auto;
		padding: 0 10px 20px 0 !important;
		margin: 0;
}
#contents .news-backnumber .btn:last-child a{
	margin-right: 0;
	padding-left: 10px;
}

#contents .btn.back a.arrow:after{
	content:"";
	display: block;
	width:1em;
	height:1em;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-0.55em;
	background: none;
}



/* ごあいさつ */
.img-r .top_img {
	float: none;
	margin: 0 auto;
}
/* 会社概要 */
.group-company h3.company-name{
	border-right:solid 1px #ccc;
}

.group-company .link-url{
	border-left: solid 1px #ccc;
}



/* -- .table-01 / 会社概要 / PC:th 11em SP:7em -- */
.table-01.summary th{
	width:7em;
}
/* -- .table-01 / 主な子会社 / SP:side -- */
.group-company {
	width:98%;
	margin:20px 1%;
}
/* -- .table-01 / 主な子会社 / PC:th 9em SP:7em -- */
.group-company .table-01 th{
	width:7em;
}
.group-company p.link-url:empty{
	display: none;
}



/* 国内外店舗数 */
.tenpo img{
/*	width: 50%;*/
}
.tenpo-data{
	width: 90%;
}
.tenpo-data li{
	margin: 0;
	padding: 0;
}
.tenpo-data table{
	margin-top: 0;
}



/* 売上高、店舗数推移 */
.suii-data{
	width: 90%;
}
.suii-data .col-3 li{
	margin: 0 auto 0;
	padding: 0;
}
.suii-data .col-3 li:nth-child(2) thead,
.suii-data .col-3 li:nth-child(3) thead{
	display: none;
}
.suii-data p{
	margin: 10px 0;
}

.tenpo-data table th,
.suii-data table thead th,
.suii-data table tbody th,
.suii-data.en table thead th,
.suii-data.en table tbody th,
.tenpo-data table td,
.suii-data table thead td,
.suii-data table tbody td{
	width: 50%;
	border-top: solid 1px #fff;
}

.tenpo-data table td,
.suii-data table thead td,
.suii-data table tbody td{
	padding: 10px 10%;
}
.suii-data table tbody th,
.suii-data.en table tbody th{
	padding: 10px 2% 10px 10%;
}




/* 沿革 */
.enkaku-menu .cal{
	width: 100%;
	margin:0 auto 20px;
	border:solid 1px #ccc;
	text-align:center;
	box-sizing: border-box;
}
.enkaku-menu .cal li{
	width:50%;
	border-bottom:solid 1px #ccc;
	margin-bottom:0;
  padding: 0.4em 0;
	box-sizing: border-box;
}
.enkaku-menu .cal li a:link{
  padding: 0.4em 0 0.4em 5%;
	display:inline-block;
	background-position: 0 0.8em;
}
.enkaku-menu .cal li:last-child{
    border-right: none;
		border-bottom: none;
}
.news-backnumber .cal li:nth-child(odd){
	border-left:none;
}

.table-01.enkaku th{
	width: 30%;
	padding: 5px;
}
.table-01.enkaku th li{
	display: block;
}
.table-01.enkaku th li.year{
	width: auto;
	font-weight: bold;
}
.table-01.enkaku th li.year:empty{
	display: none;
}
.table-01.enkaku th li.month{
	text-align: left;
}
.table-01.en th li.year{
	font-weight: bold !important;
}
.table-01.en th li.month{
	text-align: left;
}


/* 決算 */
.table-01.kessan{
	width: 100%;
}
.table-01.kessan th{
	border-bottom: none;
}
.table-01.kessan td img{
	width: auto;
}
/* 横顔 */
.table-01.yokogao th,
.table-01.yokogao td{
	padding: 4px;
}


/* 徹底解剖 */
.aboutsej-menu{
	margin-bottom: 30px;
}
.aboutsej-menu ul{
	width: 100%;
	background: #f3ece0;
}
.aboutsej-menu ul{
	display: block;
	margin: 0;
}

.aboutsej-menu ul li a{
	display: block;
}
.aboutsej-menu ul:first-child li,
.aboutsej-menu ul:first-child li:first-child,
.aboutsej-menu ul:nth-child(2) li:first-child{
	width: 100%;
	margin: 0;
}
.aboutsej-menu ul li.on{
	background: #ffe6cf;
}

.aboutsej-menu ul:nth-child(2) li:nth-child(n + 2){
	width: 100%;
	margin-right: 0;
}
.aboutsej-menu ul:nth-child(2) li:nth-child(n + 2) a{
	margin-left: 1em;
}


/* 商品開発 */
.development-teamMd{
	width: 100%;
}
.development-teamMd p.title{
	width: 95%;
	padding: 10px;
	border-radius: 30px;

}
/* 情報システムの変遷 */
.aboutsej-info span.year{
	display: block;
	float: none;
	text-align: right;
	margin-top: 10px;
}
.aboutsej-info table th{
	width: 6em;
}

/* 歴史 */
.aboutsej-menu.history ul li:nth-child(n+1),
.aboutsej-menu.history ul li:last-child{
	width: 100%;
}


/* EN c_profile */
table.en-profile th,
table.en-profile td{
	vertical-align: middle;
}
table.en-profile th{
	width: 7em
}


/* 受賞歴・社会からの評価 */

/* ガイドライン */

/* キーワード検索 */

/* CSRレポート */

/* CSRアクション */

/* theme */


/* RSS */

.tableType00{
	width:100%;
}

.tableType00 td, .tableType00 th {
    padding:1% 3%;
}

/* group */

/* IR */


/* CSR Top リニューアル(2016/03/11) */

/* FAQ */

.faq ul.tabNav00{
        font-size:12px;
}

.faq ul.tabNav00 li{
        text-align:left;
        padding-left: 0;
        width:99.4%;
}

.faq ul.tabNav00 li a {
        display:block;
}

.faq .typeQAList00 li dl dt{
        padding-bottom:0;
}

.faq .typeQAList00{
        margin-top:20px;
}

#contents .faq_dl dt h2{
        padding:10px;
        margin-bottom:0;
        font-size:85%;
}

.faq .typeQAList00 li dl dd {
        padding: 10px 5px;
}

/* 404ページ */

.link404{
   text-align:center;
}

.link404 ul li{
    float:none;
}

/* --------------------------------en------------------------------------ */
/* CSR */


/* common footer
   add 20160312 sidesnavi for SP layout*/

#contentsSide{
	width:100%;
	margin-left:0;
	margin-top: 40px;
	float:none;
}

#contentsSide dt{
	background:#efefef;
	font-weight:bold;
}

.sideNav .col ul li, .sideNav dd ul li {
    padding: 0;
}

.sideCategoryNav li a{
/*	text-decoration:underline;*/
	padding: 10px;
	display: block;
}

.sideCategoryNav li.parent{
	position:relative;
    margin-bottom:0px;
	font-weight:normal !important;
}
/*
.sideCategoryNav li.parent a{
    margin-bottom:0px;
font-weight:normal !important;
}
*/

.sideCategoryNav li.parent  ul{
    display:none;
}

.sideCategoryNav li.parent  ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
    margin-right: 10px;
}

.sideNav .col ul li.parent li, .sideNav dd ul li.parent li{
    padding: 10px 0;
}

.sideNav ul li.parent ul > p{
	margin-left:0;
}

.sideNav dd ul li li:first-child {
	border-top: solid 1px #ccc;
}
.sideNav dd ul li li:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.sideNav-bnr{
	margin: 50px auto 20px;
	padding: 0 1%;
}
.sideNav-bnr img{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}


.sideCategoryNav li li{
    margin-bottom:0;
    background-image:none !important;
}
/*----comment out 20170221
.sideCategoryNav li.on{
	position: relative;
}
*/
dl.sideNav .sideCategoryNav li{
	position: relative;
}
/*----comment out 20170221
.sideCategoryNav li.sub-open ul{
	margin-top: 0;
	display: none;
}
*/

dl.sideNav .sideCategoryNav li ul{
	margin-top: 0;
	display: none;
}

dl.sideNav .sideCategoryNav li.sub-open ul{
	display: none;
}
.sideCategoryNav li.on.sub-open{
	padding-bottom: 0;
}
.sideCategoryNav li.sub-open ul li{
	border-top: solid 1px #ccc;
	padding: 0;
}
.sideCategoryNav li.sub-open ul li.on{
	background: none;
}
.sideCategoryNav li.sub-open ul li a{
	background-image: none !important;
}
.sideCategoryNav li.sub-open ul li.on a{
	font-weight: bold !important;
}


.sideCategoryNav li.on ul:brfore {
    content: "+";
    display: block;
    top: 0;
    right: 0;
    padding: 10px;
    position: absolute;
    font-size: 1.5em;
}

.sideCategoryNav li .slidebtn,
.sideCategoryNav li.parent .slidebtn{
    position: absolute;
/*
    top: 10px;
    right: 10px;
*/
    top: 0;
    right: 0;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: bold;
}


/* ______________________ 以下不要? _____________________ */

/*SP top bottom bnr add20160312*/
#btmBnr{
    width: 100%;
    margin-bottom:1.5em;
}

#btmBnr ul li {
    width: 49%;
}

#btmBnr ul li.even {
    float: right;
    padding: 0;
}

#btmBnr ul li img{
    width: 100%;
}


/*SP top bottom textLink add20160319*/
div#contentsSide .bottomLink {
    /*width: 33.3%;*/
    display: block;
    /*float: left;*/
    text-align: left;
    font-size: 1em;
}

.bottomLink a{
    margin-left: 12px;
    padding:10px 0 10px 12px;
    display:block;
}
/* en Top page */


.en_top .topBox00,.en_top #contentsSide2{
    float:none;
    width:98%;
    margin:10px 1%;
}

.en_top .topBox00{
  background-position: bottom right !important;
}

.en_top #contentsSide2{
  text-align:center;
}
/*
.en_top h2.title .btn {
    position: absolute;
    top: 6px;
    right: 12px;
}

.en_top h2.title .btn02 {
    position: absolute;
    top: 24px;
    right: 12px;
}
*/

/* SP side slide nav image add20160319*/
.mm-listview > li:not(.mm-divider)::after {
	left: 0px !important;
}

.mm-listview > li:nth-child(odd) {
  background:#fff;
}

.mm-listview.-sub > li {
	background: #fff !important;
}

.mm-listview.-sub > li a{
	padding: 15px;
}



#menu ul.mm-listview li.lang {
    background-image: url(../../common/images/sp_slidenav_bkicon01.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-1 {
    background-image: url(../../common/images/sp_slidenav_bkicon02.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-2 {
    background-image: url(../../common/images/sp_slidenav_bkicon09.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-3 {
    background-image: url(../../common/images/sp_slidenav_bkicon10.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-4 {
    background-image: url(../../common/images/sp_slidenav_bkicon05.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-5 {
    background-image: url(../../common/images/sp_slidenav_bkicon06.png);
    background-repeat: no-repeat;
}
#menu ul.mm-listview li.lv1-6 {
    background-image: url(../../common/images/sp_slidenav_bkicon07.png);
    background-repeat: no-repeat;
}

/*english*/
#menu.en ul.mm-listview li:nth-child(1) {
    background-image: url(../../common/images/sp_slidenav_bkicon01_jp.png);
    background-repeat: no-repeat;
}

#menu.en ul.mm-listview li:nth-child(2),
#menu.en ul.mm-listview li:nth-child(3) ,
#menu.en ul.mm-listview li:nth-child(4) ,
#menu.en ul.mm-listview li:nth-child(5) ,
#menu.en ul.mm-listview li:nth-child(6) ,
#menu.en ul.mm-listview li:nth-child(7) ,
#menu.en ul.mm-listview li:nth-child(8) ,
#menu.en ul.mm-listview li:nth-child(9) {
    background: #fff;
}

#menu.en ul.mm-listview > li:nth-child(n+2) > a{
		padding: 15px 10px 15px 15px;
}


/*20160319*/
/*
div#spirbnr {
    text-align: center;
    margin-bottom: 30px;
}
#spirbnr img {
    width: 25% !important;
}
*/

/* top side bnr ///.grplistWrap*/
.sideBnrWrap{
    width:100%;
}
#group-list dt{
    position:relative;
}
#group-list dt a{
    font-size:1em;
    float:none;
}
#group-list dt .slidebtn {
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1em;
}

/* _____ 不要かもここまで _____ */

/* --------------------------------------------
						SP 汎用
-----------------------------------------------*/
.img-r.w30percent, .img-l.w30percent,
.img-r.w40percent, .img-l.w40percent,
.img-r.w50percent, .img-l.w50percent,
.img-r.w60percent, .img-l.w60percent{ width:100%;}


.align_right {
	text-align:right;
	margin-right:2%;
	padding-bottom:2%;
}

/*-----------------------------
   font size
   SP font size : 16pxを基準として
------------------------------*/

.fs10{font-size:0.625em; }
.fs11{font-size:0.688em; }
.fs12{font-size:0.750em; }
.fs13{font-size:0.813em; }
.fs14{font-size:0.875em; }
.fs15{font-size:0.938em; }

/*-----------------------------
   float & width
------------------------------*/
.left{ float: none;}
.right{float: none;}
.w40percent,
.w45percent,
.w50percent,
.w54percent,
.w55percent,
.w60percent,
.w67percent {
 width: 100%;
}
/*--暫定--*/
.w67percent {
 width: auto;
}

p.plr20{
	width: 98%;
	margin: 0 auto;
}
.text-warp p.plr20{
	padding: 0 !important;
}


}/*------- end @media screen and (max-width:768px) ------- */



@media screen and (min-width:769px) {
/* ____________________________ PC - btn hover - Setting　 */
/*
#contents .btn.-color a:hover{
	background-color:rgba(0, 118, 192, 0.7) !important;
	color:#fff;
}
*/

/*add 20170221*/
dl.sideNav .sideCategoryNav li.sub-open ul{
	display:block !important;
}

}


@media screen and (max-width:479px) {
}


/* media query end */
