/*
Theme Name: SSC
Theme URI: http://www.kkssc.co.jp/
Description: a-brief-description
Author: starr direct
Author URI: http://www.s-direct.com/
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot");
  src: url("font/fontello.eot?57098116#iefix") format('embedded-opentype'), url("font/fontello.woff") format('woff'), url("font/fontello.ttf") format('truetype'), url("font/fontello.svg#fontello") format('svg');
}
/* GLOBAL RESET
============================================================*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
}
table, th, td, th {
	font-weight: normal;
}
body {
	font-family: 'Open Sans', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'Verdana', 'MS P ゴシック';
	font-size: 14px;
	margin:0;
	text-aling:left;
	line-height:1.7;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
table {
	font-size: 14px;
	font: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
.form-btn {
	cursor: pointer;
}
/*list style*/
ul {
	list-style:none;
}
.number {
	padding-left:30px;
	list-style-type: decimal;
}
.number li {
	margin-bottom:20px;
}
.alphabet {
	padding-left:25px;
	list-style-type: lower-alpha;
}
.square {
	padding-left:25px;
	list-style-type: square;
}
/*link*/
a {
	color: #006BBE;
	text-decoration: underline;
}
a:hover {
	color: #2AA8EB;
	text-decoration: none;
}
a img {
	text-decoration: underline;
	border-style: none;
}
img {
	vertical-align:top;
}
/*color*/
.white {
	color:#ffffff;
}
.green {
	color:#006600;
}
.blue {
	color:#003399;
}
.yellow {
	color:#ffcc00;
}
.orange {
	color:#FF9900;
}
.red {
	color:#CC0000;
}
.b {
	font-weight:bold;
}
/* FONT-SIZE ADJUSTMENT
77% = 10px | 122% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |
============================================================*/

h1, h2, h3, h4, h5 {
	font-size:100%;
	font-weight:normal
}
.read {
	font-size:110%;
	line-height:1.8;
}
.attention {
	font-size:152%;
	font-weight:bold;
	line-height:200%;
}
.txtshadow {
	text-shadow: 1px 1px 2px #bfbfbf;
}
.font-small {
	font-size:92%;
}
.font-medium {
	font-size:120%;
}
.font-large {
	font-size:150%;
}
/*margin*/

.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom60 {
	margin-bottom: 60px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/*center*/
.item-center {
	text-align:center;
}
/*right*/
.item-right {
	text-align:right;
}
/*************************************************************
CONTAINERS
*************************************************************/
body {
	color: #333333;
	text-align: left;
}
/*************************************************************
header
*************************************************************/
#header {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:15px;
}
.logo {
	float:left;
	width: 300px;
}
.logo img {
	margin-top:10px;
}
.logo a:hover {
}
/*************************************************************
menu
*************************************************************/

#menu {
	float:right;
	line-height:1.5;
	width: 640px;
}

#menu ul {
	display: table;
	border-left:1px solid #ddd;
	width: 640px;
}
#menu li {
	display:table-cell;
	width:25%;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #ddd;
	font-weight:bold;
	font-size:95%;
}
#menu li:hover {
	background-color:#ddd;
}
#menu a {
	color:#4c4c4c;
	text-decoration:none;
	padding:17px 0;
	display:block;
}
#menu a:hover {
	color: #222;
	text-decoration: none;
}
#menu .inquiry a {
	font-weight:bold;
	background-color:#d95749;
	text-align:center;
	color:#fff;
	display: block;
	padding:10px 15px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
}
#menu .inquiry a:hover {
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
/*************************************************************
main
*************************************************************/
#main {
	width:960px;
	padding: 40px 0 60px 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main-single {
	width:680px;
	margin: 0 auto;
	padding-bottom:30px;
}

#container {
	float: right;
	width: 640px;
}
#footer {
	padding:15px;
	color:#999;
	font-size:93%;
	background-color:#1e2528;
	text-align:center;
}
/*************************************************************
main image
*************************************************************/
.box {
	width:1400px;
	height:365px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-700px;
}
.box a {
	width:366px;
	height:244px;
	position:absolute;
	top:60px;
	left:1514px;
	margin-left:-700px;
}

.category {
	background-image: url(/in-company-file/img/bg-index.png);
}
body.category-admindept .category,
body.category-admin-dept .category {
	background-image: url(/in-company-file/img/bg-admin.png);
}
body.category-pmdept .category,
body.category-privacy-manage .category {
	background-image: url(/in-company-file/img/bg-pm.png);
}
body.category-techdept .category,
body.category-tech-manage .category {
	background-image: url(/in-company-file/img/bg-tech.png);
}
.category h1.title {
	width: 960px;
	margin:0 auto;
	font-size:24px;
	color:#FFF;
	padding:20px 0;
	font-weight:bold;
	line-height:1;
}
.category h1.title span {
	font-size:14px;
	font-weight: normal;
	line-height:1;
}
h2.title  {
	font-size:180%;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:12px;
}
.news-date {
	font-weight:bold;
	margin-bottom:1.5em;
}
.post h2{
	font-size:180%;
	font-weight:bold;
	margin-bottom:30px;
}
.subhead {
	border-bottom: 1px solid #135ca8;
	background-color: #2568b3;
}
.category-pmdept .subhead,
.category-privacy-manage .subhead {
	border-bottom: 1px solid #227D42;
	background-color: #227D42;
}
.category-techdept .subhead,
.category-tech-manage .subhead {
	border-bottom: 1px solid #6A3CA1;
	background-color: #6A3CA1;
}
.subhead div {
	border-bottom: 1px solid #fff;
	padding:18px 20px;
	font-weight:bold;
	font-size:140%;
	line-height:1;
	color:#fff;
}
/*************************************************************
サイドメニュー指定
*************************************************************/
.subber {
	width:260px;
	float:left;
}
.subber li {
	zoom:1;
	padding:5px 0;
	border-bottom: solid 1px #e5e5e5;
	padding-left:18px;
	text-indent:-18px;
}
.subber a {
	color:#333;
	text-decoration:none !important;
	display:block;
}
.subber a:hover {
	text-decoration:underline !important;
}
.sideblock h2 {
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 15px #e5e5e5;
	background-color:#f2f2f2;
	margin-bottom:12px;
	font-weight:bold;
	padding:8px 12px;
	color:#111;
	font-size: 105%;
}
.sideblock {
	margin-bottom:25px;
}

/*************************************************************
リンクアイコン指定
*************************************************************/
/* 外部リンク */
.subber a[href^="http://"]:before {
    font-family: 'fontello';
    content: 'l';
    color: #333;
    margin:0 5px 0 0;
}
/* PDFファイル */
.subber a[href$=".pdf"]:before {
    font-family: 'fontello';
    content: 'f';
    color: #c00;
    margin:0 8px 0 0;
}

/* zipファイル */
.subber a[href$=".zip"]:before {
    font-family: 'fontello';
    content: 'z';
    color: #333;
    margin:0 8px 0 0;
}
/* エクセルファイル */
.subber a[href$=".xls"]:before,
.subber a[href$=".xlsm"]:before,
.subber a[href$=".xlsx"]:before,
.subber a[href$=".xlsb"]:before {
    font-family: 'fontello';
    content: 'f';
    color: #358f1d;
    margin:0 8px 0 0;
}
/* ワードファイル */
.subber a[href$=".doc"]:before,
.subber a[href$=".docx"]:before {
    font-family: 'fontello';
    content: 'f';
    color: #008dd3;
    margin:0 8px 0 0;
}
/* メールリンク */
a[href^="mailto:"]:before {
    font-family: 'fontello';
    content: 'm';
    color: #006BBE;
    margin:0 3px;
}
a[href^="mailto:"] {
    color: #006BBE;
				font-weight:bold;
				text-decoration:none;
}
.news dl dt {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #ddd;
}
.news dl dd {
	clear: both;
	padding-top:8px;
}
.news .taxonomy {
	padding: 4px 7px;
	line-height:1;
	float:left;
	font-size:80%;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	letter-spacing:1px;
	margin-right:1em;
	width:7em;
	text-align:center;
}
.news .taxonomy.admindept {
	background:#257a9f;
}
.news .taxonomy.pmdept {
	background:#1a7b3c;
}
.news .taxonomy.techdept {
	background:#562998;
}
.news .date {
	float: left;
	width: 9em;
	font-weight:bold;
}
.news .nonews{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #ddd;
}
.mainloop {
	margin-top:60px;
}
.news h2 {
	font-size: 150%;
	font-weight: bold;
	color:#111;
	padding-bottom:10px;
}
.news h2 span {
	font-weight: normal !important;
}
.category-in-company li.inc a,
.category-admindept li.admindept a,
.category-admin-dept li.admindept a,
.category-pmdept li.pmdept a,
.category-privacy-manage li.pmdept a,
.category-techdept li.techdept a,
.category-tech-manage li.techdept a{
	background:#27333d;
	color:#fff !important;
	cursor:default;
}
.mailmidashi {
	font-weight:bold;
	font-size:140%;
	margin-bottom:10px;
}

.category-emergency-info .news,
.category-emergency-info .side-admin,
.category-emergency-info .side-pm,
.category-emergency-info .side-tech {
	display:none;
}

.category-in-company .side-admin,
.category-in-company .side-pm,
.category-in-company .side-tech {
	display:none;
}

.category-admin-dept .side-index,
.category-admin-dept .side-pm,
.category-admin-dept .side-tech {
	display:none;
}
.category-privacy-manage .side-index,
.category-privacy-manage .side-admin,
.category-privacy-manage .side-tech {
	display:none;
}
.category-tech-manage .side-index,
.category-tech-manage .side-admin,
.category-tech-manage .side-pm {
	display:none;
}

.norton dl {
	display:table;
}
.norton dt {
	display:table-cell;
	vertical-align:bottom;
}
.norton img.nortonlogo {
	width:120px;
	height:auto;
	margin-right:15px;
}
.norton p {
	font-size:83%;
	color:#777;
	line-height:1.5;
	margin-top:7px;
}
.sideblock h2.emargencymenu {
	color:#FFF;
	background-color: #b00;
	border-bottom:1px solid #900;
	border-left:15px solid #900;
}
.incompany-topics img {
margin: 7px 0 !important;
}
.incompany-topics h2.pagetitle {
font-size:24px;
border-bottom:double 3px #003974;
color:#003974;
padding:0 0 7px 0;
margin:0 0 2em 0;
}