/*___ general ___*/

.main h1 {
    padding: 0px 0 40px 0;
    color: #121212;
    font-size: 30px;
    font-size: 1.5rem;
    font-weight: normal;
}

.main h2 {
    padding: 4em 0 1em 0;
    color: #121212;
    font-size: 20px;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
}

.main h2.light {
	padding: 0;
}

#contentheader .row {
    width: 100%;
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#contentheader h2 {
	text-transform: uppercase;
}

/*___ index ___*/

.content-index li .description {
    margin-top: 1em;
    min-height: 60px;
}

.main > h1 + p {
	margin-bottom: 3em;
}


/*___ article-summary ___*/

.main section.category-container{
	margin:0 auto;
	max-width:1024px !important;
}

.main section.category-container img{
	max-width:100%;
	height:auto;
}

.article-summary section{
	border-top:1px solid #D5D5D5;
	box-sizing:border-box;
	min-height:220px;
	position:relative;
	padding:20px 0;
}

.article-summary section:first-child{
	border-top:1px solid #D5D5D5;
}

.article-summary h3{
	font-size:28px;
	font-size:1.4rem !important;
	line-height:1.28571429;
	font-weight:100;
}

.article-summary h3 small{
	font-size:16px;
	font-size:0.6rem;
	line-height:1.3125;
	font-weight:400;
	color:#5c5c5c;
	display:block;
	margin:1em auto;
}

.article-summary p a{
	display:inline-block;
	margin-left:0.25em;
	text-decoration:none;
}

.article-summary p a:hover{
	text-decoration:underline;
}

.article-summary figure{
	height:100%;
	padding:0 0 20px;
	box-sizing:border-box;
}

.article-summary figure img{
	max-width:100%;
	display:block;
}


/*___ detail ___*/

.main .solutions img{
	width:100%;
	margin-bottom:.5em;
}

.main .client h4 {
	padding: 4em 0 .5em 0;
	margin: 0;
}

.main .client a {
	font-size: .8em;
	color: #000;
}

.main .client a:hover{
	color: #ff5a00;
}

.main .client p {
	padding: 2em 0;
}

.main .client p + p {
	padding: 0 0;
}

.main .client .cl-links {
	font-size: .8em;
}

.main .client .cl-links a {
	font-size: 1em;	
}

.main .client figure {
	margin-top: 3em;
}

.main .client figure img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.main h3 {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	font-size: 2rem;
}

.main .solutions h4 {
	padding: 2em 0 1em;
	margin: 0;
	font-size: 1.4rem;
}

.main .solutions h5 {
	margin-top: 0;
}

.main .solutions {
	width: 100%;
	margin-top: 2em;
}

.main .solutions > div {
	margin-bottom: 2em;
}

.main .solutions > div + h4 {
	padding-top: 2em;
}

.main .solutions p,
.main .solutions figure img {
	margin: 0;
	padding: 0;
}

.main .solutions figure {
	margin: 1em 0;
}

.main .lay figure,
.main .lay.lay2 figure {
	margin: 0 0;
}

.main .solutions .left,
.main .solutions .right {
	width: 100%;
}

.main .solutions .left::after,
.main .solutions .right::after {
	clear: both;
}

.main .solutions .left figure,
.main .solutions .right figure {
	width: 40%;
	box-sizing: border-box;
	margin: 0;
}

.main .solutions .left figure {
	float: right;
	padding: 0 0 .6em 1em;
}

.main .solutions .right figure {
	float: left;
	padding: 0 1em .6em 0;
}

.main .solutions figure figcaption {
	font-size: .5em;
	padding: .2em 0 0 0;
	line-height: 1.4;
}

.main .lay {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.main .lay > div,
.main .lay > figure {
	display: table-cell;
	vertical-align: top;
}

.main .lay > div {
	width: 60%;
	box-sizing: border-box;
	padding: 0 1em 0 0;
}

.main .lay2 > div {
	width: 50%;
	box-sizing: border-box;
	padding: 0;
	vertical-align: top;
}

.main .lay2 > div:nth-of-type(1) {
	padding-right: .5em;
}

.main .lay2 > div:nth-of-type(2) {
	padding-left: .5em;
}

.main .lay > figure+div {
	padding: 0 0 0 1em;
}

.main .lay > div h4 {
	padding-top: 0;
}

.main .solutions h4+p {
	margin-top:.8em;
}

.main .solutions p+h5 {
	margin-top: 4em;
}

.main .solutions p+h4 {
	margin-top: 3em;
}

.main .solutions .frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.main .solutions .frame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.main .solutions .use-products {
	border-top: 1px #ccc solid;
	margin-top: 2em;
}

.main .solutions .use-products h4 {
	padding-top: 2em;
}

.main .solutions .use-products ul li a {
	font-size: .8em;
}

.slideshare iframe{
	max-width:100%;
}

.slideshare+h3{
	margin-top:1.9em;
}

.main .solutions .relation {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}

.main .solutions .relation li {
	line-height: 1;
	margin-bottom: .5em;
}

.main .solutions .relation li:last-child {
	margin-bottom: 0;
}

.main .solutions .relation li a {
	font-size: .9em;
    font-weight: normal;
	
}


@media screen and (max-width:1340px){
	#contentheader .row{
		max-width:none;width:100%;
		padding-left:80px;
		padding-right:80px;
	}
}


@media all and (min-width: 768px){
	.article-summary section{
		padding:40px 20px 40px 50%;
	}
	
	.article-summary figure{
		border-right:1px solid #D5D5D5;
		left:0;
		padding:20px;
		position:absolute;
		top:0;
		width:45%;
	}
}

@media screen and (max-width: 767px){
	.main .solutions figure {
		float:none !important;
		width: 100% !important;
		max-width:100% !important;
		height:auto;
		margin:1em 0;
		padding: 0 !important;
	}

	.main .lay,
	.main .lay > div,
	.main .lay > figure {
		display: block;
		width: 100%;
		padding: 0 !important;
	}

	.main .solutions .relation {
		padding-top: 2em !important;
	}

	.main .solutions .relation div ~ div {
		margin-top: 4em;
	}

	.slideshare iframe{
		height:464px;
	}
}

@media screen and (max-width: 400px){
	.slideshare iframe{
		height:258px;
	}
}

@media screen and (max-width: 320px){
	.slideshare iframe{
		height:214px;
	}
}

.solutions p {
	margin-bottom: 1.5em !important;
}