@charset "UTF-8";

/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. FontColor styles
		1-2. Headline styles
		1-3. LineList styles
		1-4. Radius styles
		1-5. Error styles
		1-6. Table styles
		1-7. Button styles
		1-8. Pager styles
		1-9. Search styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. Navi styles
		2-4. Breadcrumbs styles
		2-5. Keyv styles
		2-6. Main styles
		2-7. Side styles
		2-8. Footer styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	1-3. LineList styles
-------------------------------------------------------------------*/



/* ------------------------------------------------------------------
	1-4. RadiusList styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	1-5. Error styles
-------------------------------------------------------------------*/



/* ------------------------------------------------------------------
	1-6. Table styles
-------------------------------------------------------------------*/


/* Sheet styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	1-7 Button styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	1-8. Pager styles
-------------------------------------------------------------------*/



/* ------------------------------------------------------------------
	1-9. Search styles
-------------------------------------------------------------------*/



/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/

body {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
#headMenu {
	display:none;
}
.float3 li {
	margin-right: 3px;
}
.float3 li input{
	float:left;
	margin:4px 3px 5px 0;
}
.appBtn{
	text-align:center;
}

/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/


/*	HeaderMenu styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-3. Navi styles
-------------------------------------------------------------------*/
@media only screen and (max-width:1483px) {
	.appBtn{
	text-align:right;
	}
}

@media only screen and (max-width:980px) {
	#navi {
		width:100%;
		max-width:980px;
		/*margin-bottom:12px;*/
		background:#F5F5F5;
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
		background-image:-moz-linear-gradient(top, #FFF, #EEE);
		background-image:-o-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE'); 
		background-image:-ms-linear-gradient(top, #FFF, #EEE);
		font-size:13px;
		font-weight:bold;
		/*behavior:url(/htc/PIE.php);*/
	}
	#navi li {
		float:left;
		width:20%;
		line-height:3.0;
		text-align:center;
	}
	#navi li:first-child a { border-left:1px solid #DDD; }
	#navi a {
		display:block;
		padding-top:0;
		width:auto;
		height:auto;
		border-right:1px solid #DDD;
		border-left:1px solid #FFF;
		background:none;
		color:#444;
		text-decoration:none;
		text-shadow:0 1px 0 #FFF;
	}
	:root #navi li {
		line-height:2.8\9;
	}
	:root #navi {
		margin-top:2px\9;
	}
	ul#footerNavi,
	ol.breadcrumbs,
	#newsBox {
		margin:0 14px;
		width:auto;
	}
	#newsBox {
		position:relative;
	}
	#newsBox p{
		padding-left:143px;
		text-indent:-93px;
		margin-right:150px;
	}
	#newsBox .buttonArea {
		position:absolute;
		top:6px;
		right:0;
	}
	.appBtn{
	text-align:right;
	}
}
@media only screen and (max-width:640px) {
	#main #categoryTitle,
	.breadcrumbs,
	#headerNavi,
	#google_translate_element,
	#newsBox {
		display:none;
	}
	#headerInner {
		height:auto;
	}
	#header {
		height:auto;
		background-image:none;
	}
	a#logo {
		width:120px;
	}
	img {
		max-width:100%;
		height:auto;
	}
	#headMenu {
		display:block;
		position:absolute;
		right:8px;
		top:15px;
	}

	#headMenu a {
		display:block;
		border:1px solid #06C;
		width:60px;
		padding:4px;
		text-align:center;
		text-decoration:none;
	}
	#navi {
		display:none;
		background: white;
		border: solid 1px #06C;
		opacity: 0.9;
		position: absolute;
		right: 8px;
		top: 59px;
		width: auto;
		z-index:999;
	}
	#navi li {
		float:none;
		width:auto;
	}
	#navi a {
		padding:7px 16px;
		line-height:1.5;
		color:#333;
		font-weight:normal;
		text-decoration:underline;
	}
	#navi:after {
		border-color: #FFF transparent;
		border-style: solid;
		border-width: 0 13px 13px;
		top: -12px;
		content: "";
		display: block;
		right: 5px;
		position: absolute;
		width: 0;
	}

	#navi:before {
		border-color: #06C transparent;
		border-style: solid;
		border-width: 0 13px 13px;
		top: -13px;
		content: "";
		display: block;
		right: 5px;
		position: absolute;
		width: 0;
	}
}
@media only screen and (max-width:479px) {
	.sheet th, .sheet td {
		display:block;
	}
	.sheet th {
		width:auto !important;
	}
	.float3 select {
		width:100%;
	}
	.tableStyle th,
	.tableStyle td {
		display:table-cell;
	}
	.sheet.sheetBrowser {
		float:none;
		width:100%;
	}
	.sheet.sheetBrowser td {
		height:auto !important;
	}
	.sheet.sheetBrowser.rightBox {
		border-top:none;
	}
	.sheet.sheetBrowser.rightBox td, .sheet.sheetBrowser.rightBox th {
		border-left:1px solid #CCC;
	}
}
@media only screen and (max-width:380px) {
	.float3 li {
		width:45%;
	}
	#searchPanel .formfield {
		width:97% !important;
	}
}


/* ------------------------------------------------------------------
	2-4. Breadcrumbs styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-5. Keyv styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-6. Main styles
-------------------------------------------------------------------*/


@media only screen and (max-width:980px) {
	#main {
		float:none;
		margin-right:230px;
		width:auto;
	}
	#contentsInner {
		position:relative;
	}
	#news,
	#case,
	.headline,
	#main #categoryTitle {
		position:relative;
	}
	#news h2:before,
	#case h2:before,
	.headline:before,
	#main #categoryTitle:before {
		content:'';
		display:block;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:2px;
		background-color:#FFF;
		border:1px solid #DDD;
		border-left:none;
	}
	#news h2:before,
	#case h2:before,
	.headline:before {
		width:7px;
		background:url("/img/common/h2.gif") no-repeat 100% 0;
		border:none;
	}
	#news h2:before,
	#case h2:before {
		width:380px;
	}
	#main .headline {
		white-space:nowrap;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis;
		overflow:hidden;
		display:block;
	}
}

@media only screen and (max-width:640px) {
	#contentsInner {
		padding:0;
	}
	#main {
		width:auto;
		float:none;
		padding-bottom:25px;
		margin-right:0px;
	}
	#main .headline {
		line-height:34px;
		height:34px;
		color:#FFF;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
		margin:0 0 10px;
		overflow:hidden;
		background-image:-moz-linear-gradient(top, #2C7FD1, #005BB7);
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2C7FD1), color-stop(1, #005BB7));
		font-weight:normal;
		padding-left:10px;
		clear:both;
		font-size:100%;
	}
	#main .headline a {
		color:#FFF;
	}
	.headline:before,
	#main #categoryTitle:before {
		display:none;
	}
	#news h2:before,
	#case h2:before {
		width:10px;
	}
	#main {
		padding-left:8px;
		padding-right:8px;
	}
	#main .headline,
	#main .headline2,
	#main .headline3,
	.article h3 {
		margin-left:-8px;
		margin-right:-8px;
		padding-left:8px;
		padding-right:8px;
	}
}
/* ------------------------------------------------------------------
	2-7. Side styles
-------------------------------------------------------------------*/
@media only screen and (max-width:980px) {
	#sidebar {
		position:absolute;
		right:15px;
		top:15px;
	}
}
@media only screen and (max-width:640px) {
	#sidebar {
		position:static;
		float:none;
		width:auto;
	}
	.sidebarMenu h3 a {
		position:relative;
	}
	.sidebarMenu h3 a:before {
		content:'';
		display:block;
		position:absolute;
		right:0;
		top:1px;
		left:0;
		height:3px;
		background-color:#0093D8;
	}
	#sidebar ul.section li {
		text-align:center;
	}
	.newCase a img,
	#sidebar .section img {
		display:inline-block;
	}
	.sideCase {
		background-repeat:repeat;
	}
	.sideCase ul,
	.newCase {
		text-align:center;
	}
}


/* ------------------------------------------------------------------
	2-8 Footer styles
-------------------------------------------------------------------*/

/*	page top styles
-------------------------------------------------------------------*/


/*	footer styles
-------------------------------------------------------------------*/
@media only screen and (max-width:980px) {
	#footerList dl { 
		margin:0 14px 25px;
	}
	#footerList dl:last-child { 
		margin-bottom:0px;
	}
	#footerList dt {
		margin-bottom:10px;
	}
	#footerList .solution,
	#footerList .media,
	#footerList .group,
	#footerList .social { width:45%;}
	#footerBox {
		padding-bottom:15px;
		text-align:center;
	}
	#footerBox a {
		float:none;
		width:auto;
		background-position: 50% 50%;
	}
	#footerBox span {
		display:none;
	}
}
@media only screen and (max-width:640px) {
	#footerList {
		display:none;
	}
	#footerList .solution,
	#footerList .media,
	#footerList .group,
	#footerList .social,
	#footerList .media dd,
	#footerList .media dd .mediaLeft,
	#footerList .media dd .mediaRight {
		float:none;
		width:auto;
	}
	ul#footerNavi {
		text-align:center;
		margin:10px;
		padding:0;
		border:1px solid #CCC;
	}
	ul#footerNavi:after {
		clear: both;
		content: "";
		display: block;
	}
	ul#footerNavi li {
		margin:0;
		padding:0;
		width:50%;
		line-height:3.0;
		background-image:none;
	}
	ul#footerNavi li a {
		border-bottom:1px solid #CCC;
		text-decoration:none;
	}
	ul#footerNavi li:nth-last-child(2):nth-child(odd) a,
	ul#footerNavi li:nth-last-child(1):nth-child(odd) a,
	ul#footerNavi li:nth-last-child(1):nth-child(even) a {
		border-bottom:none;
	}
	ul#footerNavi li:nth-child(odd) a { border-right:1px solid #CCC; }
	#footer ul#footerNavi li a {
		display:block;
		width:auto;
		height:auto;
		padding:0 5px;
		white-space:nowrap;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis;
		background-image:none;
		font-size:12px;
	}
	ul#footerNavi li .active {
		background:#194FDC;
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4185F4), color-stop(1, #194FDC));/* Safari 4-5, Chrome 1-9, Android 1.6-3.0 */
		background-image:-webkit-linear-gradient(top, #4185F4, #194FDC);/* Safari 5.1+, iOS Safari 5.1+, Chrome 10+ */
		background-image:-moz-linear-gradient(top, #4185F4, #194FDC);/* Firefox 3.6+ */
		background-image:-o-linear-gradient(top, #4185F4, #194FDC);/* Opera 11.10+ */
		color:#FFF !important;
		text-shadow:none;
	}
	#footerList {
		margin:0 10px;
	}
	#footerList dl {
		margin: 0 0 25px;
	}
	#footerList li {
		padding-left:0;
		margin-bottom:-1px;
		background-image:none;
	}
	#footerList li a {
		display:block;
		border:1px solid #CCC;
		background:url(/img/common/icon/arrow_blue.gif) no-repeat 8px 50%;
		padding:10px 10px 10px 18px;
	}
	#footerList .media dd .mediaLeft {
		padding-right:0;
	}
}
@media only screen and (max-width:320px) {
	#footerList .media {
		display:none;
	}
}
/*Part Style*/
@media only screen and (max-width:980px) {
	#main .section img {
		max-width:100%;
		height:auto;
	}
	#main .caseList .leftBox {
		padding-right:20px;
		background-color:#FFF;
	}
	#main .caseList .rightBox {
		float:none;
		width:auto;
	}
	#main .caseList .rightSec {
		float:none;
		width:auto;
		margin-left:165px;
	}
	ul.cat {
		border-top:none;
	}
	ul.cat li {
		border-top:solid 1px #E3E3E3;
		margin-top:-1px;
		width:49.5%;
	}
	ul.cat li a {
		display:block;
		white-space:nowrap;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis;
	}
	table.works td img {
		max-width:100%;
		height:auto;
	}
	ul.disc.float2 {
		padding-left:0;
	}
	.float2 li {
		width:auto;
		min-width:46%;
		margin-left:4%;
	}
	#appList {
		width:auto;
		text-align:center;
	}
	#appList li {
		width:47%;
	}
	table.sheet {
		table-layout:auto;
	}
}
@media only screen and (max-width:800px) {
	.float2 li {
		width:100%;
	}
}
@media only screen and (max-width:640px) {
	.require {
		color: #c00;
	}
	textarea {
		height:5em;
	}
	.spDisplay {
		display: none;
	}
}
@media only screen and (max-width:480px) {
	#main .caseList .leftSec,
	#main .caseList .leftBox {
		float:none;
		width:auto;
		text-align:center;
	}
	#main .caseList .rightSec,
	#main .caseList .rightBox {
		margin:10px 0 0;
	}
	input[type="text"],
	input[type="password"],
	form select,
	textarea {
		width:96%;
	}
	.sheet th {
		width:auto;
	}
	#appList li {
		width:45.5%;
	}
	.works a.breakWord {
		display:block;
		word-break:break-all;
	}
}
@media only screen and (max-width:980px) {
	#pageStyle #main .asset-body p,
	#pageStyle #main .asset-body ul,
	#pageStyle #main .asset-body ol,
	#pageStyle #main .asset-more-link {
		width:auto;
		float:none;
		display:inline-block;
		padding:0 10px 0 182px;
	}
	#pageStyle #main .asset-header h2{
		width:auto;
		float:none;
		padding-left:182px;
		font-weight:bold;
	}
	#pageStyle #main .section {
		margin-bottom:15px;
	}
	#pageStyle #main .entry-content {
		min-height:105px;
		position:relative;
	}
	#pageStyle .entryContents {
		min-height:105px;
		position:relative;
		margin-bottom:40px;
	}
	#pageStyle .entryContents01 {
		min-height:250px !important;
		position:relative;
		margin-bottom:20px;
	}
	#pageStyle .entryContents02 {
		min-height:160px !important;
		margin-bottom:40px;
	}
	#pageStyle .entryContents03 {
		min-height:130px !important;
		margin-bottom:40px;
	}
	#pageStyle .entryContents04 {
		min-height:200px !important;
		margin-bottom:40px;
	}
	#pageStyle .setM01 {
		margin:-30px 0 20px;
	}
	#pageStyle .asset-body img.asset-image {
		position:absolute;
		top:-29px;
		float:none !important;
		margin:0 20px 20px 0;
	}
	#pageStyle .asset-body img.asset-image01 {
		position:absolute;
		top:0;
		float:none !important;
	}
	#pageStyle .asset-body img {
		display:inline-block;
		float:none;
		padding-top:4px;
		padding-left:10px;
	}
	#pageStyle .entryData dt {
		width:16%;
	}
	#pageStyle .entryData dd {
		width:84%;
	}
	.float5 {
		float:left;
		width:54%;
	}
	.float5 li {
		float:left;
		width:30% !important;
		margin-right:3%;
	}
	#main .section img.mt-image01 {
		width:100%;
		max-width:200px;
		height:auto;
	}
	.asset-body a {
		display:block;
		word-wrap:break-word;
	}
	#pageStyle #main .asset-body ul {
		display:block;
	}
}
@media only screen and (max-width:800px) {
	.float5 {
		clear:both;
		float:left;
		width:96%;
	}
	.float5 li {
		float:left;
		width:30% !important;
		margin-right:3%;
	}
	#main .section img.mt-image01 {
		float:none !important;
		margin-left:0 !important;
	}
}
@media only screen and (max-width:640px) {
	.spDisplay {
		display:none !important;
	}
	#pageStyle .entryData dt {
		width:14%;
	}
	#pageStyle .entryData dd {
		width:86%;
	}
}
@media only screen and (max-width:480px) {
	#pageStyle .entryData dt {
		width:22%;
	}
	#pageStyle .entryData dd {
		width:78%;
	}
	.float5 {
		float:none;
		width:96%;
		margin:0 20px 10px!important;
		padding:0 !important;
	}
	.float5 li {
		float:left;
		width:47% !important;
		margin-right:3%;
	}
	.appBtn{
	text-align:center;
	}
}

@media only screen and (max-width:320px) {
	#pageStyle #main .asset-body p,
	#pageStyle #main .asset-body ul,
	#pageStyle #main .asset-body ol,
	#pageStyle #main .asset-more-link {
		width:auto;
		float:none;
		display:inline-block;
		padding:0 10px 0 0 !important;
	}
	#pageStyle #main .asset-body ul {
		display:block;
	}
	#pageStyle #main .asset-header h2{
		width:100%;
		float:none;
		padding-left:0;
		font-weight:bold;
	}
	#pageStyle .entryContents {
		margin-bottom:10px;
	}
	#pageStyle .asset-body img.asset-image {
		position:relative;
		left:20%;
		top:0;
		float:none !important;
		margin:0 20px 10px 0 !important;
		text-align:center !important;
	}
	#pageStyle .asset-body img.asset-image01 {
		display:block;
		position:relative;
		top:0;
		float:none !important;
		margin:0 auto 10px auto !important;
		padding-left:0;
		text-align:center !important;
	}
	#pageStyle .asset-body img {
		display:inline-block;
		float:none;
		padding-top:4px;
		padding-left:10px;
	}
	#pageStyle .entryData dt {
		width:22%;
	}
	#pageStyle .entryData dd {
		width:78%;
	}
	#pageStyle .setM01 {
		margin:0 0 20px;
	}
}
