@charset "UTF-8";
#fbArea iframe{
	width: 350px;
}

.sp-menu{
	display: none;
}

.sr-only{
	display: none;
}

.entrybox{
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.entrybox .col-left{
	float: left;
	width: 30%;
}
.entrybox .col-left img{
	max-width: 100%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.entrybox .col-right{
	float: right;
	width: 65%;
}
.entrybox .col-right .h4{
	line-height: 1.4!important;
	margin-bottom: 5px;
}
.entrybox .col-right strong{
	font-weight: bold;
}
.entrybox .cred{
	color: red;
}
.entrybox .cat-label a{
	background-color: #614c3f;
	padding: 1px 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.75em!important;
	text-decoration: none;
}
.entrybox .cat-label.college a{
	background-color: #ef8137;
}
.entrybox .cat-label.web a{
	background-color: #1f8bbf;
}
.entrybox .cat-label.career a{
	background-color: #5b9841;
}
.entrybox .cat-label.logicco a{
	background-color: #F1C41F;
}
.entrybox .cat-label.system a{
	background-color: #000080;
}


@media only screen and (max-width: 768px) {
	/*==================================================

		base CSS

	===================================================*/
  .sr-only{
	display: block;
}

  div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

	/*-------------------------------------------------
		container,wrp
	---------------------------------------------------*/
  #container{
	font-size: 100%;
}

  #wrp{
	width: 100%;
	max-width: 100%;
}

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

		header CSS

	===================================================*/
  #header{
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}

  #ci{
	padding: 20px 0 0 15px;
	position: relative;
	z-index: 99;
	margin: 0;
}
  #ci img{
	max-width: 55%;
	height: auto;
}

  #tel{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: right;
}
  #tel img{
	max-width: 61%;
	height: auto;
}

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

		navigation CSS

	===================================================*/
	/*-------------------------------------------------
		global navigation
	---------------------------------------------------*/
  #globalNav{
	display: none;
}

  .sp-menu{
	display: block;
	height: auto;
	margin-bottom: 2em;
	padding: 0;
	overflow: hidden;
}
  .sp-menu li{
	width: 50%;
	padding: 1em;
	background: #faf4ec;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	float: left;
	font-size: 0.8em;
}
  .sp-menu li a{
	text-decoration: none;
}

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

		contents CSS

	===================================================*/
	/*-------------------------------------------------
		common settings
	---------------------------------------------------*/
  #wrp .contBox{
	padding-left: 0;
}

  .img-respontive{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 1em auto;
}

	/*-------------------------------------------------
		specialMsgArea
	---------------------------------------------------*/
	/*-------------------------------------------------
		greetingArea
	---------------------------------------------------*/
  #greetingArea{
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
}

  #greetingArea h2{
	margin: 0 auto 1em;
	border-bottom: 1px solid #333;
}
  #greetingArea h2 img{
	display: none;
}
  #greetingArea h2:after{
	content: "ご挨拶";
	font-size: 1.5em;
}

  #greetingArea p{
	padding-right: 1em;
	font-size: 0.8em;
}

  #greetingArea #nameArea p{
	text-align: right;
	margin-top: 1em;
	font-size: 0.8em;
}

  #greetingArea #messageArea{
	float: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

  #greetingArea #photoArea{
	float: none;
	width: 95%;
	max-width: 95%;
	text-align: center;
	margin: 0 auto;
		/* padding: 5px; border: 1px solid #D8CFC8;*/
}

  #greetingArea #nameArea{
	float: none;
	width: 100%;
}

	/*-------------------------------------------------
		seasonArea
	---------------------------------------------------*/
  #seasonArea{
	margin-bottom: 45px;
	padding: 15px;
	border-top: 1px solid #F5E9D8;
	border-bottom: 1px solid #F5E9D8;
	background: #FFF;
	text-align: center;
}

  #seasonTitle{
	font-weight: bold;
	color: #543F31;
}

  #seasonArea #colorTxt{
	color: #F60;
}

	/*-------------------------------------------------
		newsArea
	---------------------------------------------------*/
  #newsList{
	float: none;
	width: 95%;
	max-width: 95%;
	display: block;
	margin: 0 auto 1em;
	font-size: 0.8em;
}

  #newsList dt{
	border-bottom: 1px solid #333;
	width: 100%;
}
  #newsList dt img{
	display: none;
}
  #newsList dt:after{
	content: "News";
	font-size: 1.5em;
}

  #newsList dd table{
	width: 95%;
	margin: 0 auto;
}

  #newsList th{
	color: #906124;
	padding: 0 10px 5px 0;
}

  #newsList td{
	width: 70%;
	padding: 0 0 5px 0;
}

  #newsList #cssNiteList{
	padding: 10px 0 20px;
}

  #newsList #cssNiteList li{
	float: none;
	padding-right: 5px;
	width: 100%;
	display: inline;
}

  #fbArea{
	width: 95%;
	float: none;
	margin: 1em auto;
	display: none;
}

  .fblink{
	display: block;
}
  .fblink a{
	background: #45619d;
	color: #fff;
	text-align: center;
	display: block;
	padding: 1em;
	text-decoration: none;
}

  #hsBnr{
	width: 95%;
	float: none;
	display: block;
	border: none;
	margin: 1em auto 0;
}

	/*-------------------------------------------------
		menuArea
	---------------------------------------------------*/
  #menuArea dt{
	margin-bottom: 20px;
	line-height: 1.0;
}

  #flowArea{
	width: 95%;
	float: none;
	display: block;
	margin: 0 auto;
}

  #menuArea{
	width: 95%;
	max-width: 95%;
	margin: 0 auto 1em;
}
  #menuArea h3{
	border-bottom: 1px solid #333;
	margin: 0 auto 1em;
}
  #menuArea h3 img{
	display: none;
}
  #menuArea h3:after{
	content: "業務内容";
	font-size: 1.5em;
}

  #flowArea dt{
	margin-top: 1em;
	width: 100%;
}
  #flowArea dt img{
	display: none;
}
  #flowArea dt:after{
	content: "Flow";
	font-size: 1.2em;
}

  #flowArea dd ul{
	width: 95%;
	font-size: 0.8em;
	margin: 0 auto;
}

  #serviceArea dt{
	margin: 2em auto 0;
	width: 95%;
}
  #serviceArea dt img{
	display: none;
}
  #serviceArea dt:after{
	content: "Service Menu";
	font-size: 1.2em;
}

  #worksArea{
	width: 95%;
	max-width: 95%;
	margin: 0 auto 1em;
}
  #worksArea h3{
	margin: 0 auto 1em;
	border-bottom: 1px solid #333;
}
  #worksArea h3 img{
	display: none;
}
  #worksArea h3:after{
	content: "制作実績";
	font-size: 1.5em;
}

  .wrap{
	font-size: 0.8em;
	width: 95%;
	margin: 0 auto;
}

  #companyArea{
	width: 95%;
	max-width: 95%;
	margin: 0 auto 1em;
}
  #companyArea h3{
	margin: 0 auto 1em;
	border-bottom: 1px solid #333;
}
  #companyArea h3 img{
	display: none;
}
  #companyArea h3:after{
	content: "会社概要";
	font-size: 1.5em;
}

  #flowArea li{
	text-indent: -18px;
	margin-left: 15px;
	line-height: 1.8;
}

  #nlpArea{
	display: none;
}

  #serviceArea{
	float: none;
	display: inline;
	width: 100%;
	padding-right: 10px;
}

	/*-------------------------------------------------
		worksArea
	---------------------------------------------------*/
  #worksTxt{
	width: 100%;
	float: none;
	display: inline;
}

  #bmallLink{
	width: 100%;
	float: none;
	display: inline;
	padding-right: 10px;
}

	/*-------------------------------------------------
		companyArea
	---------------------------------------------------*/
  #companyInfo{
	border: 1px dotted #966822;
	width: 100%;
	float: none;
	display: block;
}

  #companyInfo th{
	white-space: nowrap;
}

  #companyInfo .lastCell{
	border-bottom: none;
}

  #companyInfo dt{
	font-weight: bold;
}

	/*-------------------------------------------------
		 20140825up
	---------------------------------------------------*/
  #companyInfo ul.disc li{
	margin-left: 1em;
	list-style-type: disc;
}

  #companyInfo .sapporoDetail{
	padding-bottom: 5px;
}

  #companyInfo .routeList{
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 80%;
}

  #accessArea, #bnrArea{
	width: 100%;
	float: none;
	display: inline;
	padding-right: 10px;
}

  #accessArea .officeTitle{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 110%;
	color: #666;
}

  #accessArea dt{
	margin-top: 2em;
	padding-bottom: 20px;
}

  #accessArea dl{
	margin-bottom: 20px;
}

  #accessArea dl dt{
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 20px;
}

  #accessArea dl dd{
	padding-left: 10px;
}

  #challenge25bnr{
	float: none;
	display: inline;
	width: 100%;
	clear: left;
	text-align: right;
	padding-top: 20px;
}

  #bnrArea{
	margin-top: 30px;
}

  #bnrArea p img{
	margin-bottom: 10px;
}

  #bnrArea p{
	font-size: 80%;
}

  #bnrArea li{
	padding-top: 20px;
	text-align: center;
}

	/*-------------------------------------------------
		contactArea
	---------------------------------------------------*/
  #contactArea{
	width: 95%;
	max-width: 95%;
	margin: 0 auto 1em;
}
  #contactArea h3{
	margin: 0 auto 1em;
	border-bottom: 1px solid #333;
}
  #contactArea h3 img{
	display: none;
}
  #contactArea h3:after{
	content: "お問い合わせ";
	font-size: 1.5em;
}

  #contactList li{
	float: none;
	display: block;
	text-align: center;
}
  #contactList li img{
	max-width: 95%;
}

  #firstChild{
	padding-left: 0px;
}

  #sndChild{
	padding-left: 0px;
}

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

		footer CSS

	===================================================*/
  #footer{
	background: url(../img/footer_bg.jpg) repeat-x center top;
	zoom: 1;
	margin-top: 1em;
}

  #footerBnrArea{
	width: 100%;
	margin: 0 auto 0px!important;
}

  #bnrList{
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
  #bnrList img{
	max-width: 95%;
	margin: 0 auto 1em;
}

  #bnrList .leftedit80{
	padding-left: 0px;
}

  #bnrList .leftedit100{
	padding-left: 0px;
	clear: left;
}

  #footerBnrArea li{
	float: none;
	display: block;
	padding: 0 10px 0px 0;
}

  #footerBnrArea .lastChild{
	padding-right: 0;
}

  #copyright{
	text-align: center;
	padding-bottom: 1em;
	font-size: 80%;
	word-break: break-all;
}

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

		module CSS

	===================================================*/
	/* margin / padding control */
	/* block control */
  .alignleft{
	text-align: left;
}

  .alignright{
	text-align: right;
}

  .aligncenter{
	text-align: center;
}

	/* text control */
  .textBold, .textBold strong, .current{
	font-weight: bold;
}

  .textTrans{
	text-transform: uppercase;
}

  .indent{
	text-indent: -1em;
	padding-left: 1em;
}

  #top .newsInner dt{
	font-size: 90%;
}

	/* float control */
  .left{
	float: none;
	display: inline;
}

  .right{
	float: none;
	display: inline;
}

	/* pageTop */
  .pagetop{
	text-align: right;
	margin-bottom: 1em;
	padding-top: 1em;
	clear: both;
	width: 95%;
}

	/* pageNavi */
	/* googleMap */
  #mapArea, #mapArea2, #mapArea3{
	width: 100%;
	height: 200px;
	background: #CCC;
	margin: 0 auto;
}

  #mapArea2{
	margin-bottom: 20px;
}

  #mapArea #content, #mapArea2 #content, #mapArea3 #content{
	font-size: 81.25%;
}

  #mapArea #content p, #mapArea2 #content p, #mapArea3 #content p{
	margin-bottom: 0;
}

  #mapArea div, #mapArea2 div, #mapArea3 div{
	width: auto;
	height: auto;
}

	/* Table control  */
  #mainContents .companyTable01{
	border-width: 1px 0pt 0pt 1px;
	border-collapse: separate;
	empty-cells: show;
	line-height: 150%;
	border-spacing: 0;
}

  * html .companyTable01{
	border-collapse: collapse;
}

  *:first-child + html .companyTable01{
	border-collapse: collapse;
}

  .companyTable01 th{
	padding: 20px;
	border-width: 0 0 1px 0;
	border-color: #966822;
	border-style: dotted;
	font-weight: bold;
	text-align: left;
}

  .companyTable01 td{
	padding: 20px;
	border-width: 0 0 1px 0;
	border-color: #966822;
	border-style: dotted;
	font-weight: normal;
	text-align: left;
}

  .companyTable01 td ul, #mainContents .companyTable01 td ol{
	margin-bottom: 0;
}

	/* List Control */
  #mainContents .imgList li{
	float: none;
	display: inline;
	padding-right: 20px;
	text-align: center;
}

  #mainContents .imgList .nopadding{
	padding-right: 0px;
}

  #mainContents .imgList img{
	display: block;
}

  #mainContents .lineList li{
	border-bottom: 1px dotted #9ab9e8;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

  #mainContents ol{
	margin: 0 10px 15px;
	line-height: 1.5;
}

  #mainContents ol li{
	list-style-type: decimal;
	margin-left: 25px;
}

  .listmark{
	line-height: 1.5;
}

  .listmark li{
	list-style-type: disc;
	margin-left: 20px;
}

	/* Image control */
  #mainContents .cont .imgRight{
	float: none;
	display: inline;
	margin: 0 0 10px 15px;
}

  #mainContents .cont .imgLeft{
	float: none;
	display: inline;
	margin: 0 15px 10px 0;
}

  #mainContents .cont .imgRight img, #mainContents .cont .imgLeft img, #mainContents .cont .imgBox img, #mainContents .cont .imgList img{
	padding: 2px;
	border: 1px solid #CCC;
}

  #mainContents .cont .noborder img{
	padding: 0;
	border: none;
}

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

		page CSS

	===================================================*/
	/*-------------------------------------------------
		window（20140814up）
	---------------------------------------------------*/
  #containerWin{
	width: 100%;
	font-size: 90%;
	margin: 0 auto;
}

  #containerWin .winGallery{
	zoom: 1;
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0 auto 18px;
}

  #containerWin .winGallery img{
	position: absolute;
	top: 0;
	left: 0;
}

  #containerWin .styleH3{
	padding: 12px 15px 8px;
	background: url(../img/h3_bg.png) repeat-x left top white;
	border: none;
	margin-bottom: 18px;
	font-weight: bold;
	color: #553f31;
	font-size: 105%;
}

  #containerWin .leadTxt{
	margin: 0 0 18px 6px;
}

  #containerWin .addrList dt{
	padding: 3px 0 6px 12px;
	border-left: 5px solid #84216C;
	border-bottom: 1px dotted #84216C;
	margin-bottom: 6px;
	font-weight: bold;
}

  #containerWin .addrList dd{
	padding: 0 0 18px 12px;
}

  #containerWin .mb10{
	margin-bottom: 18px;
}

  #cboxContent #cboxClose{
	background: #eaeaea;
	padding: 2px;
	font-weight: bold;
}

  #containerWin span.bold{
	font-weight: bold;
}

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

		clearFix

	===================================================*/
	/*-------------------------------------------------
		for class="clearFix"
	---------------------------------------------------*/
  .clearFix{
	zoom: 1;
}

  .clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

	/*-------------------------------------------------
		base clearFix
	---------------------------------------------------*/
  #wrp, #contents, #header, #gNavList, #footer{
	zoom: 1;
}

  #wrp:after, #contents:after, #header:after, #gNavList:after, #footer:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

	/*-------------------------------------------------
		parts clearFix
	---------------------------------------------------*/
  #globalNav ul, .contBox, #contactList, #newsArea, #greetingArea, #cssNiteList{
	zoom: 1;
}

  #globalNav ul:after, .contBox:after, #contactList:after, #newsArea:after, #greetingArea:after, #cssNiteList:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

}
