@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
---------------------------------------------------------------------------- */

a    { color: #25648d;  }
a:hover   {  }

h1 {  }
h2 {  }
h3 {  }
h4 {  }
p { margin: 0 0 15px; }


/* # body
---------------------------------------------------------------------------- */

body {
/*	background: #000000;*/
	color: #000000;
}


/* # 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_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 {
	display: block;
/*20160210削除
	padding: 20px 28px;
	background: #000;
*/
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 44px;
	color: #fff;
  line-height: 90px;
	/*margin-top: 115px;*/
}

/*---------header_company_li-------------*/

div#header_company_li {
	position: relative;
	background: url(../images/common/bg_header_common.png) no-repeat center top;
	height: 296px;
}
div#header_company_li .headerInner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
div#header_company_li .headerInner ul li:first-child a img {
  padding-right: 0px;
  padding-left: 0px;
}
div#header_company_li .headerInner ul li a 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 {
  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: 39px;
	color: #fff;
	margin-top: 130px;
}
.headlineSiteTitle_company_li.makuahari_en {
	font-size: 36px;
}
@media screen and (max-width: 767px) {
  div#header_company_li {
	height: auto;
  background-size: cover;
 }
  .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{
  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{
  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 {
	background: #ffffff url(../../images/bg_pagebody.gif) repeat-x left top;
	padding: 17px 0 0 0;
}
@media screen and (min-width: 769px) {
div#pageBody_company_li {
	background: #ffffff url(../../images/bg_pagebody.gif) repeat-x left top;
	padding: 17px 0 0 0;
}
div#pageBody_company_li.pagebody_campaign {
	background: #ffffff url(../../images/bg_pagebody.gif) repeat-x left top;
	padding: 40px 0 0 0;
}
}
@media screen and (max-width: 768px) {
div#pageBody_company_li,
div#pageBody_company_li.pagebody_campaign {
	padding: 0px 0 0 0;
}
}
div#pageBody.noBg {
	background: none;
}
div#pageBody_company_li.noBg {
	background: none;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	margin: 0 auto 20px;
	width: 960px;
}

div#content p.pageTop {
	clear: both;
	text-align: right;
}

div#content p.pageTop a {
	background: url(../images/ico_pagetop.gif) no-repeat right center;
	padding: 0 15px 0 0;
	display: inline-block;
}


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 {
	/*margin-bottom: 20px;*/
	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 {
}
#footerInner li a {
	display: block;
	width: 65px;
	height: 65px;
	text-align: center;
	/*line-height: 65px;*/
}
#footerInner li a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-left: 2%;
  }
  #footer p {
    font-size: 2.5vw;
    line-height: 3.5em;
  }
  #footerInner li a {
    height: auto;
    margin-bottom: 10px;
    text-align: right;
  }
  #footer img {
    width: 50%;
  }
}
.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;
	}
}
