@charset "utf-8";
/*import*/
@import "css/base.css";
@import "css/reset.css";
/*common*/
body {
    width: 100%;
    background-color: #FFF;
    font: 75%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    color: #222;
    letter-spacing: 0;
}
/*common links*/
a {
    text-decoration: none;
}
a:link {
    color: #3171cc;
    text-decoration: none;
}
a:hover {
    color: #2770d6;
    text-decoration: underline;
}
a::visited {
 color: #3f89f3;
}
/*common layout*/
.container {
    width: 100%;
    font-size: 1.083em;
    margin: 0px;
}
.wrap, .indexContent {
    width: 950px;
    margin: 0px auto;
}
.wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
/*common other*/
.easeBlue {
    background-color: #184f9d;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}
.easeBlue:hover {
    background-color: #2770d6;
}
.easeOpacty {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.easeOpacty:hover {
    -moz-opacity: 0.90;
    -ms-opacity: 0.90;
    -o-opacity: 0.90;
    -webkit-opacity: 0.90;
    opacity: 0.90;
}
/*common title*/
.ttlStyle01 {
    width: 313px;
    height: 55px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    display: block;
    /*pie*/
    position: relative;
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
}
.indexContent .ttlStyle01 {
    line-height: 58px;
    padding: 3px 1px 5px 10px!important;
    display: block;
}
.ttlStyle01 span {
    font-family: HiraKakuProN;
    font-size: 14px;
    padding-left: 10px;
}
.ttlStyle02 {
    width: 312px;
    height: 37px;
    color: #ffffff;
    font-size: 15px;
    line-height: 37px;
    padding: 0px 5px;
    background-color: #3171cc;
}
.indexContent .ttlStyle02 {
    text-align: center;
}


.ttlStyle03 {
    width: 313px;
    height: 55px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    display: block;
    /*pie*/
    position: relative;
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
}
.indexContent .ttlStyle03 {
    line-height: 58px;
    padding: 3px 1px 5px 10px!important;
    display: block;
}
.ttlStyle03 span {
    font-family: HiraKakuProN;
    font-size: 14px;
    padding-left: 10px;
}

/*common header*/
#header .wrap {
    padding: 5px 0px 20px 0px;
    position: relative;
}
#header .wrap h1 {
    margin-bottom: 3px;
}
#header .wrap h2 {
    padding-top: 10px;
}
#header #language {
    position: absolute;
    top: 5px;
    right: 0;
}
#header #language {
}
#header #language li {
    padding-left: 8px;
    float: left;
}
#header #language li a {
    line-height: 16px;
    padding-left: 25px;
    display: block;
}
#header #language li:nth-child(1) a {
    background: url('images/common/en.png') left top no-repeat;
}
#header #language li:nth-child(2) a {
    background: url('images/common/ja.png') left top no-repeat;
}
#header .inquiry {
    width: 190px;
    height: 35px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 40px;
    right: 0;
    /*pie*/
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
}
#header .inquiry a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    padding-left: 12px;
    margin-left: 8px;
    background: url('images/icons/arrow-icon1.png') left 50% no-repeat;
    display: block;
}
#header .inquiry a:hover {
    color: #E9E9E9;
    text-decoration: none;
}
#header .inquiry-tel {
    position: absolute;
    top: 37px;
    right: 200px;
}
#header .inquiry-tel address {
    font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  padding-left: 28px;
  background: url('images/icons/tel-icon.png') left 50% no-repeat;
}
#header .inquiry-tel span {
    font-size: 0.750em;
    display: block;
}
#header #gnav {
    width: 100%;
    height: 46px;
    padding: 0px!important;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    background: url('images/common/nav_bg.png') center bottom repeat-x;
    /*pie*/
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
    position: relative;
}
#header #gnav ul {
    width: 948px;
    height: 41px;
    margin: 0px auto;
    border-left: 1px solid #e1e2e9;
    border-right: 1px solid #f7f7f7;
    display: table;
    table-layout: fixed;
}
#header #gnav ul li {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #e1e2e9;
    display: table-cell;
}
#header #gnav ul li a {
    width: 100%;
    height: 41px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none!important;
    color: #222;
    line-height: 41px;
    display: block;
    background: url('images/common/nav_bg_ov.png') left bottom repeat-x;
    -moz-text-shadow: 1px 1px 2px #ebecf4;
    -ms-text-shadow: 1px 1px 2px #ebecf4;
    -o-text-shadow: 1px 1px 2px #ebecf4;
    -webkit-text-shadow: 1px 1px 2px #ebecf4;
    text-shadow: 1px 1px 2px #ebecf4;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    /*pie*/
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
    position: relative;
}
#header #gnav ul li:nth-child(10) a {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
}
#header #gnav ul li a:hover {
    color: #3171cc;
    text-decoration: none;
    -moz-text-shadow: 2px 2px 5px #d7d8e0;
    -ms-text-shadow: 2px 2px 5px #d7d8e0;
    -o-text-shadow: 2px 2px 5px #d7d8e0;
    -webkit-text-shadow: 2px 2px 5px #d7d8e0;
    text-shadow: 2px 2px 5px #d7d8e0;
    background-position: left top;
    /*pie*/
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
}
/*parallax*/
.parallax {
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    border-bottom: 1px solid #dfdfdf;
}
.parallax .container {
    height: 320px;
    padding: 45px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}
/*.parallax .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/common/pattern.png');
    position: absolute;
    z-index: -1;
}*/
.parallax h2, .parallax p {
    width: 950px;
    margin: 0px auto 15px auto;
}
.parallax h2 {
    font-size: 78px;
    font-weight: bold;
}
.parallax h2 span {
    font-size: 24px!important;
    color: #666;
    display: block;
}
.parallax h2 span {
    margin-top: 20px;
}
.parallax p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}
#parallax1 {
    background-image: url('images/main.png');
}
/*index concept*/
#concept {
    padding: 25px 0px 10px 0px;
    margin-bottom: 25px;
}
#concept:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#concept figure {
    margin-right: 15px;
    float: left;
    display: block;
	-moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.11);
	/*pie*/
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
    position: relative;
}
#concept h2 {
    font-size: 18px;
    font-weight: bold;
    color: #148813/*#3171cc*/;
}
/*index mainContent*/
#content {
    margin-bottom: 45px;
}
#mainContent.indexContent {
    display: table;
}
#mainContent.indexContent dl {
    width: 313px;
    height: auto;
    padding-right: 1px;
    border-right: 1px solid #e5e5e5;
    display: table-cell;
}
#mainContent.indexContent dl:nth-child(2) {
    padding-left: 1px;
}
#mainContent.indexContent dl:nth-child(3) {
    padding-left: 1px;
    border-right: none;
}
#mainContent.indexContent dl:nth-child(1), #mainContent.indexContent dl:nth-child(3) {
    width: 312px!important;
}
#mainContent.indexContent dl:nth-child(1) .ttlStyle01 {
    width: 312px!important;
    background-color: #3171cc;
}
#mainContent.indexContent dl:nth-child(2) .ttlStyle01 {
    background-color: #184f9d;
}
#mainContent.indexContent dl:nth-child(3) .ttlStyle01 {
    width: 312px!important;
    background-color: #434343;
}


#mainContent.indexContent dl:nth-child(1) .ttlStyle03 {
    width: 312px!important;
    background-color: #298A08;
}
#mainContent.indexContent dl:nth-child(2) .ttlStyle03 {
    background-color: #0B6121;
}
#mainContent.indexContent dl:nth-child(3) .ttlStyle03 {
    width: 312px!important;
    background-color: #0B614B;
}


#mainContent.indexContent dl:nth-child(2) dt.green {
    background-color: #009944!important;
}
#mainContent.indexContent dl dt, #mainContent.indexContent dl dd {
    padding: 3px 1px 5px 1px;
}
#mainContent.indexContent dl dd {
    margin-bottom: 20px;
}
#mainContent.indexContent dl dd p {
    padding: 8px;
}
#mainContent.indexContent dl .banner {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#mainContent.indexContent #topics {
    min-height: 860px;
    max-height: 860px;
    overflow: auto;
}
#mainContent.indexContent #topics li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e3e3e3;
}
#mainContent.indexContent #topics li .time {
    font-size: 10px;
    color: #666;
}
#mainContent.indexContent #topics li h5 {
    font-size: 13px;
    color: #3171cc;
    padding: 0px 1em;
    background: url('images/icons/arrow-icon2.png') left 50% no-repeat;
}
#mainContent.indexContent #topics li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 1em;
}


#mainContent.indexContent #ivents {
    min-height: 360px;
    max-height: 300px;
    overflow: auto;
}
#mainContent.indexContent #ivents li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e3e3e3;
}
#mainContent.indexContent #ivents li .time {
    font-size: 10px;
    color: #666;
}
#mainContent.indexContent #ivents li h5 {
    font-size: 13px;
    color: #3171cc;
    padding: 0px 1em;
    background: url('images/icons/arrow-icon2.png') left 50% no-repeat;
}
#mainContent.indexContent #ivents li p {
    font-size: 12px;
    color: #333333;
    padding: 0px 1em;
}


#mainContent.indexContent .inquiry {
    padding-top: 20px;
}
#mainContent.indexContent .inquiry h4 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding-left: 26px;
    margin-left: 1em;
    background: url('images/icons/tel-icon.png') left 50% no-repeat;
}
#mainContent.indexContent .inquiry address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    margin-left: 26px;
}
#mainContent.indexContent .inquiry span {
    font-size: 12px;
    margin-left: 26px;
    line-height: 1;
}
/*common footer*/
#footer {
    border-bottom: 13px solid #184f9d;
}
#footer #footMenu {
    width: 100%;
    padding: 45px 0px;
    background-color: #fafafa;
    background-image: url('images/common/footTop_line.gif'), url('images/common/footBottom_line.gif');
    background-position: top center, bottom center;
    background-repeat: repeat-x, repeat-x;
    /*pie
     -pie-background: url("images/common/footTop_line.gif") repeat-x top center, url("images/common/footBottom_line.gif") repeat-x bottom center;
    behavior: url(http://www.sk-el.co.jp/sales/rfid/pie/PIE.htc);
    position: relative;*/
    /*ie8*/
    border-top: 1px solid #e7e7e7\9;
    border-bottom: 1px solid #e7e7e7\9;
}
#footer #footMenu .wrap {
    display: table;
    position: relative;
}
#footer #footMenu .wrap aside {
    min-width: 158px;
    display: table-cell;
}
#footer #footMenu .wrap:after {
    content: none;
}
#footer #footMenu .wrap aside h5 {
    font-size: 14px;
    font-weight: bold;
    color: #184f9d;
    margin-bottom: 5px;
    padding-left: 12px;
    background: url('images/icons/arrow-icon3.png') left 50% no-repeat;
}
#footer #footMenu .wrap aside ul li {
    font-size: 12px;
    padding: 1px 0px 2px 1.15em;
}
#footer #footMenu .wrap aside ul li a {
    color: #333;
}
#footer #footMenu .wrap aside ul li a:hover {
    color: #aaa;
}




#footer #footMenu .wrap aside2 {
    min-width: 158px;
    display: table-cell;
}
#footer #footMenu .wrap aside2 h5 {
    font-size: 14px;
    font-weight: bold;
    color: #184f9d;
    margin-bottom: 5px;
    padding-left: 12px;
    background: url('images/icons/arrow-icon3.png') left 50% no-repeat;
}
#footer #footMenu .wrap aside2 ul li {
    font-size: 12px;
    padding: 1px 0px 2px 1.15em;
}
#footer #footMenu .wrap aside2 ul li a {
    color: #333;
}
#footer #footMenu .wrap aside2 ul li a:hover {
    color: #aaa;
}



#footer #footMenu .wrap .pageTop {
    position: absolute;
    top: -70px;
    right: 0;
    top: -71px\9;
}
#footer #footMenu .wrap .pageTop a {
    width: 114px;
    height: 25px;
    text-indent: -9999em;
    background: url('images/common/pagetop.png') left top no-repeat;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    display: block;
}
#footer #footMenu .wrap .pageTop a:hover {
    background-position: left 3px;
}
#footer #copy {
    padding: 10px 0px;
}
#footer #copy:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#footer #copy h5 {
    float: left;
}
#footer #copy small {
    text-align: right;
    padding-top: 10px;
    display: block;
}




.two_column {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.two_column > .block {
    vertical-align: top;
    display: table-cell;
}
.two_column > .block:nth-child(1) {
    width: 62.66%;
}
.two_column > .block:nth-child(2) {
    width: 33.33%;
    padding-left: 4%;
}



#top_other h4 {
    font-size: 1.333em;
    color: #00408f;
}
#top_other .block:nth-child(1) img {
    width: 298px;
    margin: 20px auto;
    display: block;
}
#top_other .block:nth-child(1) p {
    width: 400px;
    margin: 0px auto 20px auto;
    display: block;
}
#top_other .botton_blue {
    width: 256px;
    margin: 0px auto;
    display: block;
}
#top_other #topics {
	max-height: 680px;
	overflow: auto;
}
#top_other #topics li {
    padding: 20px;
    border-bottom: 1px dotted #d0d0d0;
    position: relative;
}
#top_other #topics li p {
    padding-left: 0px;
}
#top_other #topics li a {
    padding-bottom: 5px;
}
#top_other #topics li .detail{
    font-weight: bold;
    padding-left: 10px;
    background: url('images/icon/arrow-icon2.png') left 5px no-repeat;
    position: absolute;
    bottom: 0px;
    right: 10px;
    display: block;
}
#top_other #topics li .time {
    float: left;
    display: block;
}




.ttl_blue_line {
    border-bottom: 2px solid #d0d0d0;
}
.ttl_blue_line span {
    font-weight: bold;
    margin-bottom: -2px;
    border-bottom: 2px solid #00408f;
    display: inline-block;
}







#data_table {
	width: 700px;
	border-collapse:separate;
	border-spacing: 3px;
	table-layout:fixed;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
#data_table td, #data_table th {
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}


#data_table2 {
	width: 400px;
	border-collapse:separate;
	border-spacing: 3px;
	table-layout:fixed;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
#data_table2 td, #data_table th {
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}


#data_header {
	width: 11em;
	background-color: #E0F2F7;
}
#data_cell {
	background-color: #F2F2F2;
}
#data_cell2 {
	background-color: #F3E2A9;
}
#data_cell3 {
	background-color: #FFFFFF;
}


#company_print {
	height: 21px;
	width: 569px;
}

#data_table ul {
	margin-left: 1em;
}

#data_table02 {
	width: 569px;
	border-collapse:separate;
	border-spacing: 3px;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 2em;
	margin-left: 10px;
}
#data_table02 td, #data_table02 th {
	padding-top: 0.25em;
	padding-right: 1.0em;
	padding-bottom: 1.25em;
	padding-left: 0.5em;
}

#data_table02 ul {
	margin-left: 10em;
}



#data_table li {
	list-style-type:disc;
	color: #333333;
}

#data_table02 li {
	list-style-type:disc;
	color: #333333;
}
