/*
Theme Name: CKCNET_SMR 1.2
Theme URI: http://example.com/
Description:change header color
Version: 1.2
Author: 
Author URI: 

1.2 75th
1.1 add Global site link
1.0 start for SmartPhone
*/
html {
	-webkit-text-size-adjust: 100%;
}
body{
	color:#023744;
	font-size:0.95em;
	font-family:'',sans-serif;
	line-height:210%;
	background-color:#fff;
	margin:0;
}
a{
	text-decoration:none;
	color:#11677f;
}
a img{border-style:none;}
div.clear{clear:both;}

#container{
	min-height:600px;
}
/* topage-top */
#topage-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1em;
}
#topage-top a {
    background: #a398a2;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0 25px 0;
    text-align: center;
	line-height:110%;
    display: block;
    border-radius: 5px;
}
#topage-top a:hover {
    text-decoration: none;
    background: #bbb5b4;
}


/* current-navi */

/* Entry Header */
#breadcrumbs{
	width:100%;
	margin:0 auto;
	font-size:0.8em;
	line-height:30px;
	}

#content{
	width:100%;
	margin:10px auto 30px auto;
	}
h1#entrytitle{
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	line-height:210%;
	margin:0 0 0 0;
	padding:0 20px;
	}
div#normalpage h1#entrytitle,
div#corporation h1#entrytitle,
div#search h1#entrytitle,
div#news h1#entrytitle{
	background: url(img/h-logo.png),linear-gradient(#bbb5b4, #a398a2);
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#a398a2;
	}
div#tech h1#entrytitle{
	background: url(img/h-logo.png),linear-gradient(#67d2ef, #1fbbe5);
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#1fbbe5;
	}
div#csr h1#entrytitle{
	background: url(img/h-logo.png),linear-gradient(#14E8DE, #05DBC6);
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#05DBC6;
	text-shadow:1px 1px 0 #000;
	}
div#corporation h1#entrytitle,
div#news h1#entrytitle{
	margin-bottom:50px;
}

/* News */
strong.newmark{
	color:#009CFE;
	font-size:0.65em;
	vertical-align:top;
	-webkit-animation: switchtext 0.7s infinite alternate;
	-moz-animation: switchtext 0.7s infinite alternate;
	animation: switchtext 0.7s infinite alternate;
}

@-webkit-keyframes switchtext {
from { opacity: 1.0; }
to { opacity: 0; }
}
@-moz-keyframes switchtext {
from { opacity: 1.0; }
to { opacity: 0; }
}
@keyframes switchtext {
from { opacity: 1.0; }
to { opacity: 0; }
}
/* Tech directory */
div#childs-tile-rap{
	margin:0;
	}
div.childs-tile{
	margin:0 0 20px 0 ;
	padding:0;
	text-align:center;
	float:left;
	width:50%;
	}
div.childs-tile a.thumbnail{
	display:block;
	width:100%;
	height:35%;
	overflow:hidden;
	border-radius:3px;
	}
div.childs-tile a.thumbnail img{
	width:100%;
	height:auto;
}

div.childs-tile a.title{
	display:block;
	font-size:1.1em;
	line-height:140%;
	margin:15px;
	}
div.childs-tile a.excerpt{
	color:#685C02;
	line-height:160%;
	display:block;
	text-align:left;
	padding:0 10px;
	}

div.childs-tile a.link{
	display:block;
	text-align:right;
	}
div#tech div.childs-content-title{
	color:#1A9BBF;
	font-weight:normal;
	line-height:210%;
	font-size:1.5em;
	font-weight:normal;
	margin:50px 0;
	padding:0 10px;
	border-top:1px solid #1FBAE5;
	border-bottom:1px solid #1FBAE5;
	background-image: url(img/bg/bg-tx-tech-blue.png);
	background-repeat:no-repeat;
	background-position:center right;
	}

div#recruit  div.childs-content-title{
	color:#1A9BBF;
	font-weight:normal;
	line-height:260%;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 10px;
	border-top:1px solid #1A9BBF;
	background-image: url(img/bg/bg-tx-recruit.png);
	background-repeat:no-repeat;
	background-position:center right;
	}

div.childs-content img{
	border-radius:3px;
	}
/* Page Common */
div.page-cc{
	color:#11677F;
	font-size:1.4em;
	text-align:center;
	margin:0 20px 50px 20px;
	padding-top:50px;
	line-height:140%;
	}
div.lead{
	margin:0 20px 50px 20px;
	font-size:1.1em;
	font-weight:bold;
	}
div#tech div.childs-content div.lead,
div#tech div.tech2ndhead div.lead,
div#csr div.csr2ndhead div.lead{
	margin:0 20px 50px 20px;
	}
div.pagemainpic{
	text-align:center;
	margin:50px auto;
	}
div#tech div.childs-content div.pagemainpic,
div#tech div.tech2ndhead div.pagemainpic,
div#csr div.csr2ndhead div.pagemainpic,
div#recruit div.pagemainpic{
	margin:0 auto;
	}

div#tech div.childs-content div.large{
	float:none;
	}
div#tech div.childs-content div.large img{
	width:100%;
	height:auto;
	}
div.pagemainpic img{
	width:100%;
	height:auto;
	}
div.pagemainpic div.caption{
	line-height:160%;
	font-size:1em;
	width:400px;
	margin:10px auto;
	}

/* CSR */
ul li a.pdflink{
	padding-left:22px;
	background-image: url(img/pdficon_small.gif);
	background-repeat:no-repeat;
	background-position:center left;
	}

/* tablepress */
div.scrolltable{
	overflow: auto;
}
div.scrolltablenowrap{
	overflow: auto;
	white-space: nowrap;
}
table.tablepress{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	font-size:1em;
	}

table.tablepress-id-treatise td{
	
}
#tablepress-kaisyagaiyou td.column-1{
	width:25%;
	}
#tablepress-3 td.column-1{
	width:50%;
	}

#tablepress-award th{
	font-size:0.9em;
	text-align:center;
	}
#tablepress-award td{
	font-size:0.9em;
	}
#tablepress-award td.column-1{width:12%;}
#tablepress-award td.column-3{width:12%;}
#tablepress-award td.column-5{width:10%;}

#tablepress-history td.column-3{
	width:60%;
	}
#tablepress-history td.column-2,
#tablepress-history td.column-3{
	font-size:0.9em;
	line-height:160%;
	}
#tablepress-network td,
#tablepress-networkworld td{
	vertical-align:middle;
}
#tablepress-network td strong.branch,
#tablepress-networkworld td strong.branch{
	color:#11677F;
	font-size:1em;
	line-height:240%;
}
#tablepress-history{
	width:150%;
}
#tablepress-history td.column-1,
#tablepress-history td.column-2{
	white-space: nowrap;
}
#tablepress-network td.column-1,
#tablepress-network td.column-2,
#tablepress-network td.column-3,
#tablepress-networkworld td.column-1,
#tablepress-networkworld td.column-2,
#tablepress-networkworld td.column-3{
	white-space: nowrap;
	font-size:0.9em;
}

/* wpcf7-form */
form.wpcf7-form{
	margin:50px auto;
	padding:20px 0;
	width:100%;
	background: linear-gradient(#CCCCCC, #B3B3B3);
	background-color:#B3B3B3;
	}
form.wpcf7-form div.leftlegend{
	color:#fff;
	font-size:1em;
	padding:5px 20px;
	}
form.wpcf7-form div.rightinput{
	overflow: auto;
	padding:5px 20px;
	}
form.wpcf7-form div.rightinput input[type="text"],
form.wpcf7-form div.rightinput input[type="email"]{
	width:80%;
	border:none;
	font-size:1em;
	border-radius:3px;
	padding:5px;
	}
form.wpcf7-form div.rightinput textarea{
	width:95%;
	height:200px;
	border:none;
	font-size:1.1em;
	border-radius:3px;
	padding:5px;
	}
form.wpcf7-form input[type="submit"]{
	color:#FF3C7B;
	display:block;
	margin:25px auto;
	padding:5px;
	width:70%;
	border:none;
	font-size:1.4em;
	font-weight:bold;
	border-radius:5px;
	background-color:#fff;
	}

/* Search Form */
form#searchform{
	background-color:#fff;
	border-radius:3px;
	padding:3px 5px;
	margin:0;
	font-size:1.2em;
	line-height:1.1em;
	}
form#searchform input[type="text"]{
	border:none;
	width:200px;
	margin: 0;
	padding:0;
	background-color:#fff;
	}
form#searchform select{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 0;
	margin: 0;
	padding: 0 6px;
	background: none transparent;
	vertical-align: baseline;
	box-sizing: content-box;
	color:#fff;
	background-color:#FF3C7B;
	}
form#searchform select option{
	color:#685C02;
	background-color:#fff;
	}
form#searchform input[type="submit"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border:none;
	background-color:#fff;
	margin: 0;
	padding:0 6px;
	}

/* Search Page */
div#searchpageform-rap{
	text-align:center;
	padding:10px;
	background-color:#777;
	}

div#search div#result{
	clear:both;
	color:#FF3C7B;
	font-size:1.1em;
	}
div#search-result-rap{
	border-top:1px solid #999;
	}
div.search-entry-rap{
	border-bottom:1px solid #999;
	padding:10px;
	}
div.search-entry-rap div.parents{
	font-size:0.8em;
	line-height:140%;
	}
div.search-entry-rap h1{
	margin:5px 0;
	padding:0;
	font-size:1.2em;
	line-height:25px;
	}
div.search-entry-rap h1 a,
div.search-entry-rap div.searchlead a{
	color:#685C02;
	}
div.search-entry-rap div.searchlead{
	font-size:0.9em;
	margin:0;
	line-height:160%;
	}
/* Footer */
div#footer-rap{
	color:#063c49;
	background-color:#caf2fc;
	}
div#footerbt-rap div{
	float:left;
	width:50%;
}
div#footerbt-rap a{
	color:#fff;
	display:block;
	margin:0.3em auto;
	width:85%;
	font-size:1.1em;
	text-align:center;
	line-height:200%;
	background-color:#063c49;
	border-radius:3px;
}
div#footer{
	width:100%;
	margin:0 auto;
	font-size:0.8em;
	}
div#am-switch-btn-rap{
	text-align:center;
	margin:20px auto;
}
a.am-switch-btn{
	font-size:1.4em;
	
}