@charset "utf-8";

/* ****************************************************
Title: base.css
Created: 2010-02-18
Last Modified: 2010-02-18
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# pageBody
# content
# footer
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px){
	* {
			max-width: 100% !important;
			min-width: inherit !important;
			box-sizing: border-box;
		}
	body {
			width: 100%;
			overflow-x: hidden;
	}
}

a    { color: #25648d;  }
a:hover   {  }

h1 {  }
h2 {  }
h3 {  }
h4 {  }
p { margin: 0 0 15px; }


/* # layout
---------------------------------------------------------------------------- */

div#layout {
	min-width: 1000px;
}
@media screen and (min-width: 769px) {
	div#layout_company_li {
		min-width: 1000px;
	}
}
@media screen and (max-width: 768px) {
	div#layout,
	div#layout_company_li {
		width: 100%;
	}
}

/* # header
---------------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 130px;
}
div#header .headerInner {
  overflow: hidden;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.headerLogo {
  background: #000;
  height: 40px;
}
.headerLogo li {
  float: left;
	zoom: 1;
  line-height: 40px;
}
.headerLogo li:last-child {
  float: right;
	zoom: 1;
  line-height: 33px;
}
.titleArea {
  background: #0a0647;
  height: 90px;
}
.headlineSiteTitle {
	font-family: 'Montserrat', 'Noto Sans', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 44px;
	color: #fff;
  line-height: 90px;
}

/*---------header_company_li-------------*/

div#header_company_li {
	position: relative;
	background: url(../images/common/bg_header_companylist.png) no-repeat center top;
	height: 296px;
}
div#header_company_li:before {
	content: "";
	position: absolute;
	display: block;
	background-color: rgba(0, 0, 0,0.8);
	top: 0;
	left: 0;
  height: 91px;
	width: 100%;
}
div#header_company_li:after {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/bg_h1_companylist.png) repeat-x center top;
	bottom: 0;
	left: 0;
  height: 80px;
	width: 100%;
	z-index: 0;
}
div#header_company_li .headerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
div#header_company_li .headerInner ul li:first-child a img,
div#header_company_li .headerInner ul li:first-child span img{
  padding-right: 0px;
  padding-left: 0px;
}
div#header_company_li .headerInner ul li a img,
div#header_company_li .headerInner ul li span img{
	margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
div#header_company_li .headerInner ul li:last-child{
	width:auto;
  padding-right: 0px;
  padding-left: 0px;
}
.top_logo a img,
.top_logo span img{
  padding-top: 5px;
}
.apps_top_logo a img {
	padding-top: 10px;
}

.headerLogo_company_li {
	margin-bottom: 63px;
}
.headerLogo_company_li li {
  float: left;
	zoom: 1;
	width: 192px;
	height: 90px;
	margin: 5px 0 0;
}
.headlineSiteTitle_company_li {
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 44px;
	color: #fff;
	margin-top: 130px;
	position: relative;
	z-index: 2;
}
.headlineSiteTitle_company_li.makuahari_en {
	font-size: 36px;
}
@media screen and (max-width: 767px) {
  div#header_company_li {
		height: auto;
		background-size: cover;
	 }
	 div#header_company_li:before {
		height: 12vw;
	}
	 div#header_company_li:after {
		height: 12vw;
	}
 .headlineSiteTitle_company_li {
    font-size: 6vw;
    margin-top: 0px;
    padding-left: 3.6vw;
    padding-top: 5vw;
		padding-bottom: 1vw
  }
	.headlineSiteTitle_restaurant {
		font-size: 5.2vw;
		margin-top: 0px;
		padding-left: 3.6vw;
		padding-top: 5vw;
		padding-bottom: 1.5vw
	}
	.headlineSiteTitle_restaurant {
		font-size: 4.5vw;
		margin-top: 0px;
		padding-left: 3.6vw;
		padding-top: 5vw;
		padding-bottom: 1.5vw
	}
	div#header_company_li .headerInner ul li a img,
	div#header_company_li .headerInner ul li span img{
		margin-top: 0px;
		width: 90%;
		padding-right: 0px;
		padding-left: 0px;
	}
	div#header_company_li .headerInner ul li:last-child{
		width: 20%;
		padding-top: 0.3vw;
	}
	.headerLogo_company_li li {
		width: 20%;
		height: auto;
		padding-left: 3%;
		padding-top: 1.5vw;
	}
}
@media screen and (width: 768px) {
		div#header_company_li {
		height: auto;
		background-size: cover;
	 }
  .headlineSiteTitle_company_li {
    font-size: 5vw;
    margin-top: 0px;
    padding-left: 3.6vw;
    padding-top: 5vw;
  }
  div#header_company_li .headerInner ul li a img,
	div#header_company_li .headerInner ul li span img{
		margin-top: 0px;
		width: 90%;
		padding-right: 0px;
		padding-left: 0px;
	}
	div#header_company_li .headerInner ul li:last-child{
		width: 20%;
		padding-top: 0.3vw;
	}
	.headerLogo_company_li li {
		width: 20%;
		height: auto;
		padding-left: 3%;
		padding-top: 1.5vw;
	}
}


/* # pageBody
---------------------------------------------------------------------------- */
div#pageBody {
	padding: 40px 0 0 0;
}
@media screen and (min-width: 769px) {
	div#pageBody_company_li {
		padding: 40px 0 0 0;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	div#pageBody,
	div#pageBody_company_li {
		padding: 0px 0 0 0;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
div#pageBody.noBg {
	background: none;
}
div#pageBody_company_li.noBg {
	background: none;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	margin: 0 auto 20px;
	width: 960px;
}

div#content h1 {
	color: #FCFCFC;
	background: url(../images/bg_bh.gif) no-repeat left top;
	font-size: 200%;
	font-weight: bold;
	height: 49px;
	margin-bottom: 15px;
	padding: 5px 0 0 18px;
	width: auto;
}
div#content h2.mh {
	background: #5B5B5B url(../images/bg_mh.gif) repeat-x left bottom;
	color: #FCFCFC;
	min-height: 22px;
	padding: 4px 4px 4px 20px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}

* html div#content h2.mh {
	height: 22px;
}

div.linkBtnArea {
	position: relative;
}
div.linkBtnArea ul {
	width: 858px;
	margin: 0 auto;
}
div.linkBtnArea li {
	float: left;
	margin-right: 20px;
}
div.linkBtnArea li.linkList01 a {
	background: url(../../images/btn_link01_o.gif) no-repeat top left;
	width: 187px;
	height: 54;
	display: block;
}
div.linkBtnArea li.linkList01 a:hover {
	width: 187px;
	height: 54;
	text-indent: -9999px;
	display: block;
}
div.linkBtnArea li.linkList02 a {
	background: url(../../images/btn_link02_o.gif) no-repeat top left;
	width: 187px;
	height: 54;
	display: block;
}
div.linkBtnArea li.linkList02 a:hover {
	width: 187px;
	height: 54;
	text-indent: -9999px;
	display: block;
}
div.linkBtnArea li.linkList03 a {
	background: url(../../images/btn_link03_o.gif) no-repeat top left;
	width: 187px;
	height: 54;
	display: block;
}
div.linkBtnArea li.linkList03 a:hover {
	width: 187px;
	height: 54;
	text-indent: -9999px;
	display: block;
}
div.linkBtnArea li.linkList04 a {
	background: url(../../images/btn_link04_o.gif) no-repeat top left;
	width: 217px;
	height: 54;
	display: block;
}
div.linkBtnArea li.linkList04 a:hover {
	width: 217px;
	height: 54;
	text-indent: -9999px;
	display: block;
}
div.linkBtnArea li.linkList05 a {
	background: url(../../images/btn_link05_o.gif) no-repeat top left;
	width: 187px;
	height: 54;
	display: block;
}
div.linkBtnArea li.linkList05 a:hover {
	width: 187px;
	height: 54;
	text-indent: -9999px;
	display: block;
}


/* # footer
---------------------------------------------------------------------------- */
#footer {
	clear: both;
	border-top: 30px solid #000;
}
#footerInner {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: normal;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
  word-break: break-all;
}
#footerInner ul {
	position: absolute;
	top: 10px;
	right: 0;
}
#footerInner li a {
	display: block;
	width: 65px;
	height: 65px;
	text-align: center;
	/*line-height: 65px;*/
}
.pageTop {
	position: fixed;
	bottom: 105px !important;
	right: 20px !important;
	z-index: 105;
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-left: 2%;
  }
  #footer p {
    font-size: 2.5vw;
    line-height: 3.5em;
  }
	#footerInner {
		padding-top: 0;
	}
	#footerInner ul {
		position: relative;
		top: 0;
		right: 0;
	}
	#footerInner li {
		float: none;
	}
  #footerInner li a {
    height: auto;
    margin-bottom: 10px;
    text-align: left;
  }
  #footer .hover img {
    width: 50%;
  }
	.pageTop {
		opacity: 0;
		right: 2% !important;
		bottom :6.25% !important;
		width: 40px;
		height: 40px;
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}
}

.accessLink {
	text-align: right;
	margin-top: -42px;
	padding-right: 10px;
}
.accessLink a {
	font-weight: bold;
	color:#FFFFFF;
}
.accessLink a:hover {
	text-decoration: none;
}





/* # clearfix
---------------------------------------------------------------------------- */

div#pageBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#pageBody {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#pageBody {
	height: 1%;
}
div#pageBody {
	display: block;
}
/* End hide from IE-mac */


/* #11 common classes
---------------------------------------------------------------------------- */
.fixedArea.fixed {
  position: fixed;
  z-index: 9999;
}
.underbar {
  position: relative;
  z-index: 1;
}
.companylistTable .headTh {
  font-weight: bold;
}
.section table tr th,
.section table tr td {
  background-image: none;
  border-bottom: 1px solid #d4cfc6;
}

@media screen and (min-width: 769px) {
  .fixBox.fixed {
    min-height: 136px;
  }
  #int.boothTitle01 h3 img {
    margin-top: 17px;
  }
  .fixedArea .categoryList li img {
    width: 100%;
    height: 100%;
    transition: .3s;
  }
  .fixedArea .categoryList li  {
    border: 1px solid #d4cfc6;
    border-left: none;
    box-sizing: border-box;
  }
  .fixedArea .categoryList li:first-child  {
    border-left: 1px solid #d4cfc6;
    border-right: 1px solid #d4cfc6;
  }
  .fixedArea  li:hover img {
    opacity: 0;
  }
  .fixedArea .categoryList li:first-child {
    background: url(../images/btn_acthor_interop_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(2) {
    background: url(../images/btn_acthor_cmt_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(3) {
    background: url(../images/btn_acthor_dsj_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(4){
    background: url(../images/btn_acthor_lbj_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(5) {
    background: url(../images/btn_acthor_apps_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(5):hover {
    background: url(../images/btn_acthor_apps_on_pc.png);
    background-size: cover;
  }
  .fixedArea .categoryList li.on img {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .fixedArea .categoryList li img {
    width: 100%;
    height: 100%;
  }
  .fixedArea .categoryList li  {
    border: 1px solid #d4cfc6;
    border-left: none;
    box-sizing: border-box;
  }
  .fixedArea .categoryList li:first-child {
    background: url(../images/btn_acthor_interop_on_sp.png);
    background-size: cover;
		border-left: 0;
    border-right: 0;
  }
  .fixedArea .categoryList li:nth-child(2) {
    background: url(../images/btn_acthor_cmt_on_sp.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(3) {
    background: url(../images/btn_acthor_dsj_on_sp.png);
    background-size: cover;
  }
  .fixedArea .categoryList li:nth-child(4){
    background: url(../images/btn_acthor_lbj_on_sp.png);
    background-size: cover;
		border-left: 0;
		border-right: 0;
  }
  .fixedArea .categoryList li:nth-child(5) {
    background: url(../images/btn_acthor_apps_on_sp.png);
    background-size: cover;
		border-right: 0;
    border-left: 1px solid #d4cfc6;
  }
  .fixedArea .categoryList li:nth-child(5):hover {
    background: url(../images/btn_acthor_apps_on_sp.png);
    background-size: cover;
  }
  .fixedArea .categoryList li.on img {
    opacity: 0;
  }
	.border{
	  border: 1px #b8c2ca solid;
	}
	.headlineSiteTitle_company_li.makuahari_en {
	font-size: 3.5vw;
  }
}
