﻿@charset "utf-8";

#solution #contents {
	width: 700px;
	float: right;
	margin-bottom: 30px;
	display: inline;
	position:relative;
}

#solution #contents h1,
#casestudies #contents h1 {
	background-image: url(../images/bg-h1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 17px;
	width: 700px;
}

#solution #contents h1 span.h1,
#casestudies #contents h1 span.h1 {
	display: block;
	font-size: 18px;
	background-image: url(../images/bg-h1.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 18px 20px;
	font-weight: bold;
	color:#FFFFFF;
}

#solution #contents h1 span.category,
#casestudies #contents h1 span.category {
	position: absolute;
	display: block;
	padding: 10px 20px 10px 10px;
	font-size: 110%;
	font-weight: bold;
		color:#FFFFFF;
	border-left: 1px solid #FFFFFF;
	top: 25px;
	right: 0px;

}
.contentsMain{
	background: url(../images/contents-bg-top.gif) no-repeat;
	padding-top: 7px;

}
.contentsMain .contentsInner{
	padding-top:5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin-bottom:20px;
	zoom:1;
}
#solution #contents h2 {
	background: url(../../solution/images/bg-h2.gif) no-repeat left top;
	padding-bottom: 3px;
	margin-bottom: 20px;
	zoom:1;

}

#solution #contents h2 span {
	display: block;
	font-size: 160%;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	padding: 0px 10px 5px 5px;
	background-image:none;

}
#solution #contents h3 {
	color: #28508c;
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 5px;
	background-image: url(../../common/images/bg-h3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 12px;
}

#tabArea{
	width:284px;
	height:47px;
	position:absolute;
	top:59px;
	right:-1px;
	overflow:hidden;


}
#tabArea li{
float:right;
margin-right:10px;
line-height:0;
font-size:1px
}
/* solutionTopIndex */
#solution #contents h1.top{
	background-image:none;
	padding: 0px;
}
#solution #topIndex h2 span {
	font-size:15px;
}
#solution #topIndex #application h2 {
	background: url(../images/title_app.gif) no-repeat;
}
#solution #topIndex #outsource h2 {
	background: url(../images/title_outsource.gif) no-repeat;
}
#solution #topIndex h3 {
background:none;
margin-bottom:0;
}
#solution #topIndex #outsource h3 {
	color:#8d4566;
}
#solution #topIndex #platform h2 {
	background: url(../images/title_platform.gif) no-repeat;
}
#solution #topIndex #platform h3 {
	color:#496323;
}
#solution #topIndex #security h2 {
	background: url(../images/title_security.gif) no-repeat;
}
#solution #topIndex #other h2 {
	background: url(../images/title_other.gif) no-repeat;
}
#solution #contents p.catch {
	color: #28508c;
	font-weight:bold;
	font-size:150%;
	margin-left:0;
}

/*/solution/application/kyuyo/unpaid_overtime.html FAQ*/
/*ボックス全体*/
.accbox {
	margin: 2em 0;
	padding: 0;
	/*max-width: 665px;最大幅*/
}

/*ラベル*/
.accbox label {
	display: block;
	margin: 1.5px 0 1.5px 0;
	padding : 1em 1em 1em 4em;
	color: #28508c;
	font-weight: bold;
	background: #FFF;
	cursor :pointer;
	transition: all 0.5s;
	font-size: 125%;
	text-indent: -4em;
	line-height: 1.5;
}

/*アイコンを表示*/
.accbox label:before {
	content: '＋';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
	background :#EEE;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	/*transition: 0.1s;*/
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px 0;
	opacity: 1;
	margin-left: 0.5em;
	font-size: 100%;
}

.accbox .accshow p {
	margin: 5px 0 5px 5px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content: '－';
}