@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
	overflow-y:scroll;
	font-size:62.5% !important;
}
body {
	width:100%;
	margin:0;
	padding:0;
	color:#2b2b2b;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	line-height:1.4;
	font-size:16px;
	font-size:1.6rem;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* --- link --- */
a,
a:link,
a:visited {
	color:#2b2b2b;
	outline:none;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color: #2b2b2b;
	text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}

a img {
	border-style: none;
}

ul,
ol {
	margin:0;
	padding:0;
}
ul li,
ol li {
	list-style: none;
}

img {
	max-width: 100%;
	height:auto;
}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {zoom:1;}
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}

.clear {clear:both;}

.img_l {
	float:left;
	margin:0 10px 10px 0;
}
.img_r {
	float:right;
	margin:0 0 10px 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.layout_l {
	text-align:left;
}
.layout_c {
	text-align:center;
}
.layout_r {
	text-align:right;
}
.txt_small {
	font-size:14px;
	font-size:1.4rem;
}
.txt_large {
	font-size:20px;
	font-size:2.0rem;
}


.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}
.mgn_t60 {
	margin-top: 60px !important;
}

.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}

.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}


.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}

.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}

.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}


.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}


.bold {
	font-weight: bold !important;
}
.red {
	color: #ce0917;
}
.blue {
	color: #1087c5;
}
.br{
    display: inline-block;
}

/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/


/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
#page {
	position: relative;
}

.content {
	clear: both;
}

.contentMain {
	width: 100%;
	max-width: 940px;
	margin: 30px auto 80px;
}

.contentMain .lead {
	margin: 0 -20px 20px;
}



/* --- header --- */
header {
	position: relative;
	letter-spacing: 0;
}
header,
header div nav ul {
	display: table;
	width: 100%;
	height: 70px;
}
header h1,
header div,
header .hdContact,
header .hdSearch {
	display: table-cell;
	vertical-align: top;
}

header h1 {
	padding: 12px 0 0 29px;
	width: 170px;
}

header h1 img[$="hd_logo.png"]{
	max-width:none;
}

header .hdContact,
header .hdSearch {
	width: 100px;
}
header .hdContact a,
header .hdSearch a {
	display: block;
	padding-top: calc((( 100% - 1em) / 2 ) + 55px);
	color: #007fc1;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
}
header .hdContact a {
	background: url(/images/hd_mail.png) 50% 55px no-repeat;
	border-left: 1px solid #83b3c8;
	border-right: 1px solid #83b3c8;
}
header .hdSearch a {
	background: url(/images/hd_search.png) 50% 55px no-repeat;
	border-right: 1px solid #83b3c8;
}
header .hdContact a:hover,
header .hdSearch a:hover {
	text-decoration: none;
	background-color: rgba(0,127,193,0.2);
}

/* nav */
header div nav ul {
	padding-left: 4%;
}
header div nav ul li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
header div nav ul li a {
	display: block;
	padding: 22px 0 15px 0;
	width: 110px;
	/* padding-top: calc((139px - 1.6rem) / 2); */
	color: #000;
	font-weight:bold;
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.2;
	border-bottom: 2px solid #fff;
}
header div nav ul li a:hover,
header div nav ul li.current a {
	text-decoration: none;
	border-bottom: 2px solid #1087c5;
}



/* --- footer --- */
footer {
	text-align: center;
	color: #fff;
	background: #0365b0;
	font-size:14px;
	font-size:1.4rem;
}
footer a,
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
	text-decoration: none;
}

footer .ftLink {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 0 31px;
	background: url(/images/ft_line.png) 50% bottom no-repeat;
}
footer .ftLink li {
	display: inline-block;
	margin-left: -5px;
	margin-bottom: 10px;
	padding: 0 14px;
	border-left: 1px solid #a3bcda;
}
footer .ftLink li:first-child {
	border-left: none;
}

footer .ftAdd {
	padding: 25px 0 20px;
}
footer .ftAdd dt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}


footer .ftBtn {
	margin-bottom: 22px;
}
footer .ftBtn a {
	display: inline-block;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	border: 2px solid #fff;
}
footer .ftBtn a span {
	display: inline-block;
	padding-left: 33px;
	background: url(/images/ft_mail.png) 0 0 no-repeat;
}

footer .copyright {
	font-size: 12px;
	line-height: 1.8;
	background: #002144;
}



/* --- pagetop --- */
.pagetop {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 30px;
	bottom: 10px;
	z-index: 1;
}



/* --- パンくず --- */
.path {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.path li {
	float: left;
}
.path li a {
	display: inline-block;
	padding: 0 12px 0 0;
	margin: 0 5px 0 0;
	text-decoration: none;
	background: url(/images/arrow_path.png) right 50% no-repeat;
}
.path li a:hover {
	text-decoration: underline;
}



/* --- 見出し --- */
.content h1 {
	position: relative;
	height: 100px;
	padding-top: 29px;
	text-align: center;
	font-size: 28px;
	color: #002144;
	line-height: 1.2;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	background: url(/images/title_bg.png) 50% 100% no-repeat;
	background-size: cover;
}

.contentMain h2 {
	padding: 0 0 15px 26px;
	margin: 0 -20px 15px;
	font-size: 22px;
	line-height: 1.2;
	background: url(/images/icon.png) 0 3px no-repeat;
	border-bottom: 2px solid #2b2b2b;
}

.contentMain h3 {
	margin: 15px 0;
	padding: 4px 10px 6px;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	background: #007fc1;
}

.contentMain h4 {
	display: inline-block;
	margin: 15px 0 10px;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 2px solid #007fc1;
}
.contentMain h5,
.contentMain h6 {
	margin: 15px 0 10px;
}





/* --- リスト --- */
.contentMain ul {
	margin-bottom: 10px;
}
.contentMain ul li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 16px;
}
.contentMain ul li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 8px;
	height: 8px;
	background: #2b2b2b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;	
	border-radius: 4px;
}
.contentMain ul.slides li {
	position: relative;
	margin-bottom: 0;
	padding-left: 0;
}
.contentMain ul.slides li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 8px;
	height: 8px;
	background: none;
}


.contentMain .caption li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	font-size: 14px;
}
.contentMain .caption li:before {
	display: none;
}

.contentMain ol {
	margin-bottom: 10px;
	padding-left: 2.2em;
}
.contentMain ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}

#support .contentMain ol li,
#service .contentMain ol li {
	margin:0 20px 5px 0;
	padding-bottom:5px;
	list-style-type: decimal;
	list-style-position: outside;
	background: url(/images/dotline_x.png) 0 bottom repeat-x;
}

#support .contentMain .faqContent ol li{
	margin:0 0 5px 0;
	padding-bottom:0;
	background:none;
}

/* --- リンク --- */
.contentMain a,
.contentMain a:link,
.contentMain a:visited {
	color: #1663b9;
}
.contentMain a:hover,
.contentMain a:active,
.contentMain a:focus {
	color: #d93636;
}


/*.linkTxt*/
.contentMain a.linkTxt,
.contentMain a.linkTxt:link,
.contentMain a.linkTxt:visited {
	display: inline-block;
	padding-left: 10px;
	color: #1663b9;
	background: url(/images/arrow_link.png) 0 0.3em no-repeat;
}
.contentMain a.linkTxt:hover,
.contentMain a.linkTxt:active,
.contentMain a.linkTxt:focus {
	color: #d93636;
	background: url(/images/arrow_link_on.png) 0 0.3em no-repeat;
}


/*.link*/
a.link,
a.link:link,
a.link:visited {
	display: inline-block;
	padding: 0 16px 0 0;
	color: #2b2b2b;
	background: url(/images/arrow_r02.png) right 50% no-repeat;
}

/*.btn*/
a.btn,
a.btn:link,
a.btn:visited {
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	background: rgba(0,33,68,1);
}
a.btn span {
	display: inline-block;
	padding-right: 20px;
	line-height: 1.1;
	background: url(/images/arrow_r01.png) right 50% no-repeat;
}
a.btn:hover {
	background: rgba(0,33,68,0.8);
}



/* --- テーブル --- */
.contentMain table {
	width: 100%;
	margin-bottom: 10px;
	border-left: 1px solid #2b2b2b;
	border-top: 1px solid #2b2b2b;
}
.contentMain table th,
.contentMain table td {
	padding: 8px 10px 6px;
	font-size: 16px;
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
}
.contentMain table th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background: #ececec;
}
.contentMain table td {
	vertical-align: top;
}
.contentMain table.tableTxts th,
.contentMain table.tableTxts td{
font-size:14px;
font-size:1.4rem;
letter-spacing:normal;
}
.contentMain table.tableTxts td span{
font-size:16px;
font-size:1.6rem;
letter-spacing:normal;
}


/* --- ブログ用設定 --- */
.contentMain hr {
	margin: 20px 0;
	border-bottom: 1px solid #464e58;
}
.contentMain blockquote {
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(70,78,88,0.1);
}
.contentMain pre {
	margin-bottom: 10px;
}



/* --- pageList --- */
.pageList {
	margin-top: 40px;
	text-align: center;
}
.pageList .prev {
	display: inline-block;
	margin: 0 15px 0 0;
}
.pageList .next {
	display: inline-block;
	margin: 0 0 0 15px;
}
.pageList .list {
	display: inline-block;
	vertical-align: top;
}
.pageList .list a,
.pageList .list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0px;
	padding-top: 5px;
	color: #002144;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	border: 1px solid #002144;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pageList .list a:hover,
.pageList .list span.current_page {
	color: #002144;
	text-decoration: none;
	background: #e2e5e8;
}






/*----------------------------
トップ
----------------------------*/
#index {}

#index h2 {
	position: relative;
	height: 100px;
	padding-top: 29px;
	margin-bottom: -20px;
	text-align: center;
	background: url(/images/title_bg.png) 50% 100% no-repeat;
	background-size: cover;
}

/* 製品 */
#index .productsArea {
	padding: 40px 10px 50px;
	background: url(/images/bg_sora.jpg) 50% 0 no-repeat #f8fdff;
	background-size: cover;
}
#index .productsArea .lead {
	margin-bottom: 22px;
	text-align: center;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1.8;
}
#index .productsArea .productsSec {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#index .productsArea .productsSec .product01 {
	float: left;
	width: 48%;
	min-height: 390px;
	background: rgba(255,255,255,0.5);
	border: 2px solid #fff;
	overflow: hidden;
}
#index .productsArea .productsSec .product01 .proImg {
	float: left;
	width: 39.361%;
	padding: 12px 0 0 20px;
}
#index .productsArea .productsSec .product01 .proRight {
	float: right;
	width: 50%;
	margin-right: 15px;
	line-height: 1.2;
}
#index .productsArea .productsSec .product01 .proRight h3 {
	margin-bottom: 10px;
	padding: 20px 0 10px;
	color: #002144;
	font-size: 30px;
	font-weight: bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border-bottom: 1px solid #2b2b2b;
}
#index .productsArea .productsSec .product01 .proRight h3 span {
	display: block;
	font-size: 20px;
}
#index .productsArea .productsSec .product01 .proRight p {
	margin-bottom: 8px;
	letter-spacing: -1px;
}
#index .productsArea .productsSec .product01 .proRight ul {
	margin-bottom: 10px;
}
#index .productsArea .productsSec .product01 .proRight ul li {
	padding-left: 18px;
	margin-bottom: 3px;
	letter-spacing: 0;
	background: url(/images/icon_check.png) 0 0.1em no-repeat;
}
#index .productsArea .productsSec .product01 .proRight a.btn {
	display: inline-block;
	padding: 7px 20px;
	text-align: center;
}


#index .productsArea .productsSec .productsBox {
	float: right;
	width: 50%;
}


#index .productsArea .productsSec .productsBox .product02,
#index .productsArea .productsSec .productsBox .product03 {
	margin-bottom: 20px;
	min-height: 200px;
	background: rgba(255,255,255,0.5);
	border: 2px solid #fff;
	overflow: hidden;
}
#index .productsArea .productsSec .productsBox .proImg {
	float: left;
	width: 35.51%;
	padding: 9px 0 0 20px;
}
#index .productsArea .productsSec .productsBox .proRight {
	float: right;
	width: 55.918%;
	padding-bottom: 10px;
}
#index .productsArea .productsSec .productsBox .proRight h3 {
	margin-bottom: 10px;
	padding: 44px 0 0;
	color: #002144;
	font-size: 20px;
	font-weight: bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	line-height: 1.2;
}
#index .productsArea .productsSec .productsBox .proRight h3 span {
	display: block;
	font-size: 20px;
}



#index .productsArea .productsSec .productsBox .product03 {
	min-height: 110px; 
}
#index .productsArea .productsSec .productsBox .product03 .proImg {
	padding: 9px 0 0 35px;
}
#index .productsArea .productsSec .productsBox .product03 .proRight h3 {
	margin-bottom: 5px;
	padding-top: 9px;
}



#index .productsArea .productsSec .productsBox .product04 {
	min-height: 40px;
	background: rgba(255,255,255,0.5);
	border: 2px solid #fff;
}
#index .productsArea .productsSec .productsBox .product04 h3 {
	padding: 8px 0 0;
	text-align: center;
}
#index .productsArea .productsSec .productsBox .product04 h3 a {
	display: inline-block;
	padding-right: 18px;
	font-size: 20px;
	color: #002144;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.1;
	background: url(/images/arrow_r02.png) right 50% no-repeat;
}


/* インフォメーション */
#index .infoArea {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

#index .infoArea .infoSec {
	margin-bottom: 55px;
	overflow: hidden;
}
#index .infoArea .infoSec .infoLeft {
	float: left;
	width: 75%;
	padding: 10px 0 0;
}
#index .infoArea h3 {
	padding: 0 0 15px 26px;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
	background: url(/images/icon.png) 0 3px no-repeat;
	border-bottom: 2px solid #2b2b2b;
}
#index .infoArea .infoSec .infoLeft dl {
	margin-bottom: 10px;
	overflow: hidden;
}
#index .infoArea .infoSec .infoLeft dl dt {
	clear: both;
	float: left;
	width: 8em;
	padding: 10px 0;
	letter-spacing: 0;
}
#index .infoArea .infoSec .infoLeft dl dd {
	padding: 10px 0 10px 8em;
	background: url(/images/dotline_x.png) 0 bottom repeat-x;
}

#index .infoArea .infoSec .infoRight {
	float: right;
	width: 20.8%;
	margin-top:20px;
}
#index .infoArea .infoSec .infoRight li {
	margin-bottom: 10px;
	font-size: 0;
	text-align:center;
}

#index .infoArea .infoCUDO {
	margin: 8px 0 0;
	overflow: hidden;
}
#index .infoArea .infoCUDO dt {
	float: left;
	width: 100px;
}
#index .infoArea .infoCUDO dd {
	margin-left: 100px;
	line-height: 1.8;
}

/* --     追加部分     -- */
/* 社名変更のお知らせ */
#index div.change {padding:1.8em calc((100vw - 50em) /2);}
#index div.change p { margin-top: 0.5em; }


/* サポート */
#index .supportArea {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
#index .supportArea .supportList {
	overflow: hidden;
}
#index .supportArea .supportList li {
	float: left;
	margin: 0 2.5% 30px 0;
	width: 31.632%;
	max-width: 310px;
}
#index .supportArea .supportList li:nth-child(3n) {
	margin-right: 0;
}
#index .supportArea .supportList li a {
	display: block;
}
#index .supportArea .supportList li a p {
	padding: 8px 20px 10px;
	text-align: left;
	background: #f2f2f2;
}





/*----------------------------
製品情報
----------------------------*/
#products {}

/*-----デフォルト<ul>打ち消し-----*/
#products .proList,
#products .proDlBtn {
	margin-bottom: 0;
}
#products .proList li,
#products .proDlBtn li {
	margin-bottom: 0;
	padding-left: 0;
}
#products .proList li:before,
#products .proDlBtn li:before {
	display: none;
}




#products .contentMain h3.inline {
	display: inline-block;
}

#products .proList {
	margin-left: -1%;
	overflow: hidden;
}
#products .proList li {
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
}
#products .proList li .proImg {
	height:320px;
}
#products .proList li .proDtl {
	padding: 10px 10px 10px 8px;
	letter-spacing: 0;
	background: #f2f2f2;
}
#products .proList li .proDtl dt {
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 1.2;
	color: #002144;
	border-bottom: 1px solid #2b2b2b;
}
#products .proList li .proDtl dd {
	min-height: 48px;
	margin-bottom: 8px;
	font-size: 12px;
}
#products .proList li .proDtl p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#products .proList li .proDtl p a.btn,
#products .proList li .proDtl p a.btn:link,
#products .proList li .proDtl p a.btn:visited {
	padding-right: 15px;
	padding-left: 15px;
}
#products .proList li .proDtl p a.btn span {
	padding-right: 15px;
}




#products .proList li.large {
	width: 29%;
	max-width: 275px;
}

#products .proList li.medium {
	width: 24%;
	max-width: 228px;
}

#products .proList li.small {
	width: 19%;
	max-width: 180px;
}

#products .proList li.none {
	margin-bottom: 10px;
	width: 19%;
	max-width: 180px;
}
#products .proList li.none .proImg {
	display: none;
}
#products .proList li.none .dlLink {
	display: inline-block;
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.1;
	color: #002144;
	font-weight: bold;
	background: url(/images/icon_dl.png) 0 0 no-repeat;
}






/*-----製品情報　個別ページ-----*/
#products .proWrap {
	margin-bottom: 40px;
	overflow: hidden;
}
#products .proWrap h3 {
	letter-spacing: 0;
}
#products .proWrap .proLeft {
	float: left;
	width: 47.872%;
}
#products .proWrap .proRight {
	float: right;
	width: 47.872%;
}
#products .proWrap .proRight .labelWrap {
	overflow: hidden;
}
#products .proWrap .proRight .labelWrap .labelLeft,
#products .proWrap .proRight .labelWrap .labelRight {
	float: left;
	width: 48.8%;
	padding: 10px;
	background: #f2f2f2;
}
#products .proWrap .proRight .labelWrap .labelRight {
	float: right;
}
#products .proWrap .proRight .labelWrap .labelLeft dt,
#products .proWrap .proRight .labelWrap .labelRight dt {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: url(/images/dotline_x.png) 0 bottom repeat-x;
}
#products .proWrap .proRight .labelWrap .labelLeft dd,
#products .proWrap .proRight .labelWrap .labelRight dd {
	font-size: 12px;
	letter-spacing:0.1em;
}


#products .contentMain h2.noicon {
	padding-left: 0;
	background: none;
}


#products .proBox {
	float: left;
	width: 47.872%;
	padding-bottom: 25px;
}
#products .proBox:nth-child(odd) {
	margin-right: 4.255%;
}


#products .proDlBtn {
	overflow: hidden;
}
#products .proDlBtn li {
	float: left;
	width: 240px;
	margin:0 20px 10px 0;
}


#products .proOthers {
	margin-top: 40px;
	padding: 15px 20px 25px;
	border: 1px solid #2b2b2b;
}
#products .proOthers .othersTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2b2b2b;
}
#products .proOthers .proList {
	text-align: center;
}
#products .proOthers .proList li {
	display: inline-block;
	float: none;
	margin-right: -5px;
}
#products .proOthers .proList li .proDtl dl {
	text-align: left;
}






/*----------------------------
事例紹介
----------------------------*/
#works {}

/*-----デフォルト<ul>打ち消し-----*/
#works .worksList {
	margin-bottom: 0;
}
#works .worksList li {
	margin-bottom: 0;
	padding-left: 0;
}
#works .worksList li:before {
	display: none;
}




#works .worksList {
	margin-left: -8px;
	overflow: hidden;
}
#works .worksList li {
	float: left;
	width: 229px;
	margin-left: 8px;
	margin-bottom: 20px;
}
#works .worksList li a {
	display: block;
	color: #2b2b2b;
}
#works .worksList li:hover a {
	text-decoration: none;
}
#works .worksList li .worksImg {
	position: relative;
	width: 229px;
	height: 172px;
	overflow: hidden;
}
#works .worksList li .worksImg img {
	position: absolute;
	max-width: none;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
#works .worksList li .worksDtl {
	padding: 5px;
	background: #f2f2f2;
}
#works .worksList li .worksDtl p {
	padding-left: 8px;
	border-left: 2px solid #007fc1;
}


/*-----事例紹介　個別ページ-----*/
#works .worksOthers {
	margin-top: 40px;
	padding: 15px 20px 25px;
	border: 1px solid #2b2b2b;
}
#works .worksOthers .othersTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2b2b2b;
}

#works .worksOthers .worksList li {
	width: 218px;
}
#works .worksOthers .worksList li .worksImg {
	width: 218px;
	height: 164px;
}




/*----------------------------
サポート
----------------------------*/
/*デフォルト<ul>打ち消し*/
#support .supportList {
	margin-bottom: 0;
}
#support .supportList li {
	margin-bottom: 0;
	padding-left: 0;
}
#support .supportList li:before {
	display: none;
}



#support .supportList {
	margin: 15px 0 0;
	overflow: hidden;
}
#support .supportList li {
	float: left;
	margin: 0 2.1% 30px 0;
	width: 31.9%;
	max-width: 300px;
}
#support .supportList li:nth-child(3n) {
	margin-right: 0;
}
#support .supportList li a {
	display: block;
	color: #2b2b2b;
}
#support .supportList li a p {
	padding: 8px 20px 10px;
	text-align: left;
	background: #f2f2f2;
}


/*-----サポート　個別ページ-----*/
#support .faqSection h3 {
	margin: 0;
	padding: 15px 0 15px 10px;
	color: #2b2b2b;
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
	border-bottom: 2px solid #a7c8e2;
	background: url(/images/arrow_b01.png) 98.5% 50% no-repeat;
}
#support .faqSection h3.open {
	background-image: url(/images/arrow_t01.png);
}

#support .faqSection .faqContent {
	display: none;
	margin-bottom: 35px;
	padding: 0 0 0 20px;
}
#support .faqSection .faqContent dl dt {
	display: table;
	width: 100%;
	padding: 10px 0 5px;
}
#support .faqSection .faqContent dl dt .iconQ {
	display: table-cell;
	width: 42px;
}
#support .faqSection .faqContent dl dt .iconQ span {
	display: inline-block;
	width: 42px;
	height: 42px;
	padding-top: 14px;
	line-height: 1.1;
	color: #0365b0;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold;
	background: #d6e8f7;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-o-border-radius: 21px;
	-ms-border-radius: 21px;	
	border-radius: 21px;
}
#support .faqSection .faqContent dl dt .txtQ {
	display: table-cell;
	padding-left: 12px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

#support .faqSection .faqContent dl dd {
	display: table;
	width: 100%;
	padding: 5px 0 10px;
	background: url(/images/dotline_x.png) 0 bottom repeat-x;
}
#support .faqSection .faqContent dl dd .iconA {
	display: table-cell;
	width: 42px;
}
#support .faqSection .faqContent dl dd .iconA span {
	display: inline-block;
	width: 42px;
	height: 42px;
	padding-top: 14px;
	line-height: 1.1;
	color: #ce0917;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0;
	font-weight: bold;
	background: #fcdbde;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-o-border-radius: 21px;
	-ms-border-radius: 21px;	
	border-radius: 21px;
}
#support .faqSection .faqContent dl dd .txtA {
	display: table-cell;
	padding-left: 12px;
	vertical-align: middle;
}

#support .supportOthers {
	margin-top: 60px;
	padding: 15px 20px 0;
	border: 1px solid #2b2b2b;
}
#support .supportOthers .othersTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2b2b2b;
}



/*----------------------------
サービス
----------------------------*/
/*デフォルト<ul>打ち消し*/
#service .serviceList {
	margin-bottom: 0;
}
#service .serviceList li {
	margin-bottom: 0;
	padding-left: 0;
}
#service .serviceList li:before {
	display: none;
}



#service .serviceList {
	margin: 15px 0 0;
	overflow: hidden;
}
#service .serviceList li {
	float: left;
	width: 48.9%;
	margin-bottom: 20px;
}
#service .serviceList li:nth-child(odd) {
	margin-right: 2%;
}
#service .serviceList li a {
	display: block;
	color: #2b2b2b;
}
#service .serviceList li a p {
	padding: 10px 20px;
	background: #f2f2f2;
}


#service .serviceOthers {
	margin-top: 60px;
	padding: 15px 20px 0;
	border: 1px solid #2b2b2b;
}
#service .serviceOthers .othersTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2b2b2b;
}



/*----------------------------
お知らせ
----------------------------*/
#news {}

#news .newsSection {
	margin-bottom: 90px;
}
#news .newsSection h2 {
	position: relative;
	padding-right: 110px;
}
#news .newsSection h2 a {
	color: #2b2b2b;
}
#news .newsSection h2 span {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}


/*----------------------------
会社案内
----------------------------*/
.gmap {
	position: relative;
	padding-bottom: 33.333%;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*----------------------------
検索
----------------------------*/
form#search input#site-search-query {
    font-size: 16px;
    line-height: 18px;
    padding: 2px 10px;
	margin-bottom:10px;
	width:100%;
    max-width: 600px;
    height: 40px;
    border: 2px solid #C0C0C0;
}
form#search button{
    padding:7px 16px;
    background:#ddf0fb;
    border-radius:5px;
	border:2px solid #cbe6f5;
}