@charset "utf-8";
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. indexBox
	02. newBox
	03. selectBox
	04. selectosBox
	05. searchresultBox
	06. searchdetailBox
	07. guideBox
	08. catalogueBox
	09. catalogsBox
	10. manualBox
	11. downloadruleBox
	12. manualsBox
	13. info_e-manualBox
	14. ip_addressBox
	15. agreement
	16. HistoryBox
	17. ResultpageStyle(2017-06-20 ADD)
	18. SupplementaryInformation(2017-06-20 ADD)

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. indexBox ]  ====================================
------------------------------------------------------------*/

.indexBox .panelListWrap {
	width: 910px;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.indexBox .panelList {
	width: 920px;
}
.indexBox .panel {
	float: left;
	width: 174px;
	margin: 0 10px 10px 0;
	background: url(/business/print/download/images/n_bg_panel_01.jpg) left bottom no-repeat;
	cursor: pointer;
}
.indexBox .panelInner {
	padding: 10px 10px 5px;
	background: url(/business/print/download/images/n_bg_panel_02.gif) left top no-repeat;
}
.indexBox .panel .pnImg {
	margin: -10px -10px 9px!important;
	padding: 10px 10px 0;
}
.indexBox .panel .pnTit {
	min-height: 19px;
	height: auto!important;
	height: 19px;
	line-height: 1.5;
	padding: 1px 0 0 25px;
	font-size: 100%;
	font-weight: 700;
	background: url(/business/print/images_global/n_ic_arw_01.gif) left .18em no-repeat;
	margin-bottom: 10px;
}
.indexBox .panel .pnTxt {
	font-size: 92%;
}
.indexBox .panel p {
	margin-bottom: 5px;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 02. newBox ]  ====================================
------------------------------------------------------------*/

/*
.newBox {
}
*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 03. selectBox ]  ====================================
------------------------------------------------------------*/

.selectBox .area_condition {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	padding: 15px;
	background: #f4f4f4;
}
.selectBox .section {
	margin-top: 15px;
}
.selectBox h2 {
	float: left;
	max-width: 700px;
	font-size: 153.9%;
	font-weight: normal;
}
.selectBox h2 em {
	font-weight: bold;
}
.selectBox h3 {
	float: left;
	font-size: 153.9%;
	font-weight: normal;
}
.selectBox h4 {
	font-size: 123.1%;
}
.selectBox p.changeModel {
	float: left;
	margin-left: 1em;
	padding-top: 0.3em;
	padding-left: 10px;
	background: url(/print/download/images/dwl_arw.gif) left 0.6em no-repeat;
}
#main .selectBox p.guideBtn {
	float: right;
	display: block;
	width: 120px;
	margin-bottom: 10px;
}
.selectBox .lead {
	clear: both;
}
.selectBox .area_select {
	clear: both;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	border: solid 1px #d4d4d4;
}
/*
.selectBox .area_select+.area_select {
	margin-top: 40px;
}
*/
.selectBox .area_select {
	margin-top: 40px;
}
.selectBox .area_language {
	float: right;
	padding-bottom: 15px;
}
.selectBox .btn {
	margin: 2em;
	text-align: center;
}
.selectBox .btn span {
	display: inline-block;
	background: url(/business/print/download/images/bg_btn_01_r.png) right center no-repeat;
}
.selectBox .btn a {
	display: inline-block;
	min-height: 30px;
	padding: 10px 20px 10px 25px;
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	font-size:138.5%;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 0px 0px 2px #1c1c1c;
	background: url(/business/print/download/images/bg_btn_01_l.png) left center no-repeat;
}
.selectBox .btn span:hover {
	opacity: 0.9;
}
.selectBox .area_select.model_input h4 span {
	width: 210px;
	font-weight: normal;
}
/*.selectBox .area_select.model_input p {
	width: 240px;
}*/
.selectBox .area_select.model_input p span {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	border: solid 3px #fff;
	border-right: none;
}
.selectBox .area_select.model_input p.current span {
	border: solid 3px #5db1b7;
	border-right: none;
}
/*.selectBox .area_select.model_input input[type="text"] {
	width: 202px;
	height: 22px;
	padding: 2px 0 0 5px;
	border: solid 1px #707070;
	border-right: none;
}*/
/*.selectBox .area_select.model_input input[type="image"] {
	display: block;
	float: left;
	width: 26px;
	margin: 10px 0 0 0;
	border: solid 3px #fff;
	border-left: none;
}*/
.selectBox .area_select.model_input p.current input[type="image"] {
	border: solid 3px #5db1b7;
	border-left: none;
}
.selectBox .area_select.model_input p + p {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}
.selectBox .area_select.model_input .suggest {
	position: absolute;
	width: 201px;
	height: 80px;
	/*margin-left: 4px;*/
	margin-left: 10px;
	/*margin-top: 25px;*/
	margin-top: 39px;
	overflow: auto;
	font-size: 90%;
	border: 1px solid #ccf;
	background-color: #fff;
}
.selectBox .area_select.model_input .suggest div {
	padding: 2px;
	overflow: visible;
	white-space: nowrap;
}
.selectBox .area_select.model_input .suggest div.select {
	background-color: #36f;
	color: #fff;
}
.selectBox .area_select.model_input .suggest div.over {
	background-color: #9cf;
}

/* 製品名を入力して探す */

.selectBox .product_search {
	padding: 10px 0 5px;
}
.selectBox .product_search p {
	display:inline;
	float:left;
	margin-left: 10px;
	margin-top: 18px;
	
}
.selectBox .product_search:after {
    content: "";
    clear: both;
    display: block;
	
}
.selectBox .pdt_search01 {
    background: url(/business/print/support/images/n_bg_pdt_search_246.gif) no-repeat left top;
	width: 246px;
    padding: 14px 0;
    float: left;
	/*margin-top:10px;*/
}
.selectBox .product_search .active {
    background: url(/business/print/support/images/n_bg_pdt_search_active_246.gif) no-repeat left top;
	width: 246px;
    padding: 14px 0;
    float: left;
	/*margin-top:10px;*/
}
.selectBox .product_search .form {
    float: right;
    width: 228px;
    margin: 0 8px 0 0;
}
.selectBox .product_search span {
    display: block;
    float: left;
    width: 201px;
    height: 24px;
    margin: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background: #ffffff;
   /* background: url(/common/img/global/bg_search.jpg) repeat-x left top;*/
}
.selectBox .product_search #MF_form_pdt_search {
    float: none;
    margin: 4px 0 0 5px;
    width: 186px;
    border: none;
    outline: 0;
    background: transparent !important;
    vertical-align: middle;
}
.selectBox .pdt_search01:after {
    content: "";
    clear: both;
    display: block;
}

.selectBox .area_select.model_select ol {
	margin-top: 1em;
}
.selectBox .area_select.model_select ol li {
	width: 246px;
	float: left;
	text-align: right;
	opacity: 0.3;
	background: url(/business/print/download/images/img_arw_01.gif) 8px no-repeat;
}
#main .selectBox .area_select.model_select ol li {
	margin-bottom: 0;
}
.selectBox .area_select.model_select ol li.active {
	opacity: 1;
}
.selectBox .area_select.model_select ol li p {
	display: inline-block;
	border: solid 3px #fff;
}
.selectBox .area_select.model_select ol li.current p {
	border: solid 3px #5db1b7;
}
.selectBox .area_select.model_select ol li select {
	border: solid 1px #707070;
	height: 110px;
	width: 240px;
}
.selectBox .area_select.model_select ol li h5 {
	text-align: left;
	margin-bottom: 0.5em;
	margin-left: 28px;
}
.selectBox .area_select.model_select ol .step1 h5 {
	margin-left: 0;
}
.selectBox .area_select.model_select ol .step2 {
	width: 274px;
}
.selectBox .area_select.model_select ol .step3 {
	width: 324px;
}
.selectBox .area_select.model_select ol .step3 select {
	width: 290px;
}
#main .selectBox .area_select.os_auto .attention {
	/*margin-bottom: 0;*/
	margin: 1em auto;
	text-align: center;
}
.selectBox .area_select+p {
	margin-top: 1em;
}
.selectBox .area_select.os_other h4 span {
	margin-right: 0.5em;
}
.selectBox .area_select.os_other h4 span img {
	vertical-align: middle;
	margin-bottom:5px;
}
.selectBox .area_select.os_other h4.open span img {
	-ms-transform: rotate(90deg);/*IE9*/
	transform: rotate(90deg);
	animation: arwOpen 0.2s linear;
	visibility: hidden\9;/*IE8, 9, 10*/
}
*+html .selectBox .area_select.os_other h4.open span img {
	visibility: hidden;/*IE7*/
}
:root .selectBox .area_select.os_other h4.open span img {
	visibility: visible;/*IE9-*/
}
.selectBox .area_select.os_other h4.open span {
	background: url(/business/images_global/products/n_ic_arw_02_rotate.png) 0 0.4em no-repeat \9;/*IE8, 9, 10*/
}
*+html .selectBox .area_select.os_other h4.open span {
	background: url(/business/images_global/products/n_ic_arw_02_rotate.png)  no-repeat;/*IE7*/
}
:root .selectBox .area_select.os_other h4.open span {
	background: none;/*IE9-*/
}
@keyframes arwOpen {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(90deg);}
}
.selectBox .area_select.os_other h4.close span img {
	animation: arwClose 0.2s linear;
}
@keyframes arwClose {
	0% {transform: rotate(90deg);}
	100% {transform: rotate(0deg);}
}
.selectBox .area_select.os_other div {
	width: 480px;
	margin: 2em auto;
}
.selectBox .area_select.os_other select {
	border: solid 1px #707070;
	height: 110px;
	width: 480px;
}
#main .selectBox .area_select.os_other p {
	font-size: 123.1%;
}
.selectBox .error {
	clear: both;
	padding-top: 2em;
}
.selectBox .error p {
	text-align: center;
	font-size: 123.1%;
}
.selectBox .error .btn a {
	width: 254px;
}

#main .selectBox ul.note_jp li,
#main .selectBox ul.note_en li {
	/*background: url(../images_global/products/n_ic_arw.gif) no-repeat left 0.2em;*/
    text-indent: -1em;
    padding-left: 1em;
}
#main .selectBox ul.note_jp li:before {
    content: '●';
}
#main .selectBox ul.note_en li:before {
    content: '*';
    display: inline-block;
    width: 1em;
    text-indent: 0.25em;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 04. selectosBox ]  ====================================
------------------------------------------------------------*/

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 05. searchresultBox ]  ====================================
------------------------------------------------------------*/

.searchresultBox .result_list {
	background: #f4f4f4;
	padding: 15px 15px 5px;
	margin: 0 0 20px;
	position: relative;
}
.searchresultBox .result_list dt,
.searchresultBox .result_list dd {
	font-weight: bold;
	font-size: 107.1428%;
}
.searchresultBox .result_list dt {
  clear: left;
  float: left;
}
.searchresultBox .result_list dd {
	color: #275e72;
}
.searchresultBox .result_list dd sup {
  *vertical-align: 0.2em;
}
.searchresultBox .accList01 li {
	margin: 0 0 15px !important;
}
.searchresultBox .accBtn01 {
	margin: 0 0 0 10px !important;
	cursor: pointer;
}
.searchresultBox .accBtn01 img {
	vertical-align: top;
	margin: -5px 0 5px;
}
.searchresultBox .accBox01 {
	background: #f4f4f4;
	padding: 15px;
	margin: 5px 0 15px 0;
	/*display: none;*/
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 06. searchdetailBox ]  ====================================
------------------------------------------------------------*/

.searchdetailBox .model_list li {
	float: left;
	margin: 0 10px 0 0 !important;
	width: 7em;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 07. guideBox ]  ====================================
------------------------------------------------------------*/

.guideBox .btn01 {
	text-align: center;
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px dotted #b9bec2;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 08. catalogueBox ]  ====================================
------------------------------------------------------------*/

.catalogueBox .tbl02 {
	table-layout: fixed;
}
.catalogueBox .tbl02 a {
	background: url(../../../images_global/products/n_ic_arw.gif) no-repeat left 0.1em;
	padding: 0 0 0 20px;
}
.catalogueBox .toTop .arrow01 {
	background: url(../../../images_global/products/n_ic_arw.gif) no-repeat left 0.1em !important;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 09. catalogsBox ]  ====================================
------------------------------------------------------------*/

/*
.catalogsBox {
}
*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 10. manualBox ]  ====================================
------------------------------------------------------------*/

.manualBox .tbl02 {
	table-layout: fixed;
}
.manualBox .tbl02 a {
	background: url(/business/images_global/products/n_ic_arw.gif) no-repeat left 0.1em;
	padding: 0 0 0 20px;
}
.manualBox .txt {
	background: url(/business/images_global/products/n_ic_circle.gif) no-repeat left 0.2em;
	padding: 0 0 0 16px;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 11. downloadruleBox ]  ====================================
------------------------------------------------------------*/

.downloadruleBox .list {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.downloadruleBox .btn {
	text-align: center;
	margin: 3em 0;
}
.downloadruleBox .btn p {
	display: inline;
	margin: 0 5px;
}
/* ***************************************************************************** */
/*-----------------------------------------------------------
===  [ 12. manualsBox ]  ====================================
------------------------------------------------------------*/

/*
.manualsBox {
}
*/
/* ***************************************************************************** */
/*-----------------------------------------------------------
===  [ 13. info_e-manualBox ]  ====================================
------------------------------------------------------------*/

.info_e-manualBox .number01,
.info_e-manualBox .number02,
.info_e-manualBox .number03,
.info_e-manualBox .number04 {
	padding: 3px 0 3px 30px;
}
.info_e-manualBox .number01 {
	background: url(/business/print/download/manuals/images/ico_info_e-manual_01.gif) no-repeat left 0.1em;
}
.info_e-manualBox .number02 {
	background: url(/business/print/download/manuals/images/ico_info_e-manual_02.gif) no-repeat left 0.1em;
}
.info_e-manualBox .number03 {
	background: url(/business/print/download/manuals/images/ico_info_e-manual_03.gif) no-repeat left 0.1em;
}
.info_e-manualBox .number04 {
	background: url(/business/print/download/manuals/images/ico_info_e-manual_04.gif) no-repeat left 0.1em;
}
/* ***************************************************************************** */


/*-----------------------------------------------------------
===  [ 14. ip_addressBox ]  ====================================
------------------------------------------------------------*/

/*
.ip_addressBox {
}
*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 15. agreement ]  ====================================
------------------------------------------------------------*/

.cmn_agreement {
	padding: 10px 20px;
}
.cmn_agreement h3 {
	font-size: 123.0769%;
	margin: 0 0 0.5em;
}
.cmn_agreement p {
	padding: 0 0 0 20px;
	margin: 0 0 0.5em;
}
.cmn_agreement .default {
	list-style: lower-roman;
	padding: 0 0 0 40px;
	margin: 0 0 0.5em;
}
/*
.cmn_agreement .default li {
}
*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 16. HistoryBox ]  ====================================
------------------------------------------------------------*/

.historyBox .cmn_history02 dd.txt {
	padding: 0 0 0 12.5em;
	margin: 0 0 0.6em;
	background: none;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 17. ResultpageStyle ]  ===============================
------------------------------------------------------------*/

.reg_date {
	position: absolute;
	right: 300px;
}

.opt_link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 85%;
	background: url(/business/print/images_global/n_ic_arw_01.gif) no-repeat left 0px;
	padding: 3px 0 3px 22px;
	text-decoration: none !important;
}

.opt_link:hover{
	background: url(/business/print/images_global/n_ic_arw_01_on.gif) no-repeat left 0px;
}
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 18. SupplementaryInformation ]  ======================
------------------------------------------------------------*/

.supple_info ol li {
	padding-left: 20px;
	background: url(/business/print/support/images/ic_title_arrow_10.gif) no-repeat left top;
	background-position-y: 2px;
}

.supple_info ol li:last-child {
	margin-bottom: 0px !important;
}
/* ***************************************************************************** */
