@charset "UTF-8";
/* ----------------------------------------------------------------
PC/SP Common
----------------------------------------------------------------- */
.intro .col-2{
margin-bottom: 10px;
}
#p_controller .block.col-1 {
overflow: hidden;
}
#p_controller .block h3 {
margin-top:  0;
}

#p_controller #select-maker {
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}

#p_controller #select-maker li {
display: table;
float: left;
margin: 0 0 10px;
padding: 0;
text-align: center;
}

#p_controller #select-maker li a {
display: table-cell;
width: 100%;
height: 40px;
margin: 0;
padding: 0;
text-align: center;
border: 1px solid #666666;
border-radius: 20px;
text-decoration: none;
vertical-align: middle;
font-size: 85.7%;
color: #2c2c2c;
line-height: 1;
}
#p_controller #select-maker li a.selected {
color: #fff;
background: #f354a4;
border-color: #f354a4;
}
#p_controller #select-maker li a.disabled {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

#p_controller .select-name input.box {
width: 100%;
height: 40px;
border: 1px solid #cccccc;
background: #fff;
border-radius: 20px;
padding: 5px 20px;
box-sizing: border-box;
}
#p_controller .select-name input.disabled {
background: #ccc;
color: #aaaaaa;
}
#p_controller .select-name input.disabled:placeholder-shown {
color: #aaaaaa;
}
#p_controller .select-name input[type="text"].disabled::-webkit-input-placeholder {
color: #aaaaaa;
}

#p_controller .select-box {
width: 100%;
height: 40px;
position: relative;
top: 0;
border: 1px solid #cccccc;
border-radius: 20px;
box-sizing: border-box;
}
#products .devices-top .section #p_controller .select-box a {
color: #003399;
}

#products .devices-top .section #p_controller .select-box .box {
display: block;
height: 40px;
box-sizing: border-box;
background: url(../images/form_option_01.png) no-repeat right center;
margin: 0 15px;
padding: 7px 0 0;
}
#p_controller .select-box ul {
display: none;
}
#products .devices-top .section #p_controller .select-box ul {
position: absolute;
top: 36px;
left: 10px;
display: none;
width: 95%;
margin: 0;
padding: 0;
border: 1px solid #cccccc;
border-top: none;
background: #fff;
}
#products .devices-top .section #p_controller .select-box ul li {
margin: 0; 
list-style-type: none;
}
#products .devices-top .section #p_controller .select-box ul li a {
display: block;
padding: 5px 10px;
background: #fff;
}
#products .devices-top .section #p_controller .select-box ul li a:hover {
background: #f1f1f1;
}

#products .devices-top .section #p_controller .reset_btn {
width: 200px;
border: 1px solid #666;
border-radius: 20px;
background: #fff url(../images/btn_clear_01.png) no-repeat right 10px center;
padding: 10px;
box-sizing: border-box;
}
#products .devices-top .section #p_controller .reset_btn:active {
color: #fff;
background-color: #f354a4;
border-color: #f354a4;
}

#products .devices-top .section .meaning {
display: table;
width: 100%;
margin: 30px 0;
border: 1px solid #c0c0c0;
border-radius: 5px;
overflow: hidden;
}
#products .devices-top .section .meaning dt {
display: table-cell;
background: #efefef;
padding: 15px;
text-align: center; 
border-right: 1px solid #c0c0c0;
}
#products .devices-top .section .meaning dd {
display: table-cell;
padding: 15px 0;
}
#products .devices-top .section .meaning dd ul {
list-style: none;
margin: 0;
padding: 0 15px;
}
#products .devices-top .section .meaning dd ul li {
margin: 0;
padding: 0;
}

#products .tgl-items {
list-style: none;
text-align: right;
}
#products .tgl-items li {
display: inline-block;
margin-left: 15px;
}
#products .tgl-items li a {
display: inline-block;
padding-left: 25px;
}
#products .tgl-items .open-all {
background: url(../images/icon_open_02.png) no-repeat left center;
}
#products .tgl-items .close-all {
background: url(../images/icon_close_02.png) no-repeat left center;
}


#devices {
margin: 0 0 40px;
}
#devices .device-item {
margin: 0 0 20px;
}
#devices .item-name {
text-align: left;
font-size: 100%;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 5px;
padding: 20px;
padding-right: 35px;
font-weight: normal;
background: url(../images/icon_close_01.png) no-repeat 97% center;
}
#devices .close .item-name {
background: url(../images/icon_open_01.png) no-repeat 97% center;
}

#devices .item-detail {
display: block;
margin-bottom: 35px;
}
#devices .close .item-detail {
display: none;
}

.item-detail table {
width: 100%;
margin: 10px 0;
border-radius: 5px;
border-collapse: separate;
}
.item-detail table th {
text-align: center;
vertical-align: middle;
border-width: 1px 1px 0 0;
}
.item-detail table td {
text-align: center;
vertical-align: middle;
border-width: 1px 1px 0 0;
}
.item-detail table td:last-child {
border-right-width: 0;
}
.item-detail table th[rowspan] {
padding-left: 5px;
padding-right: 5px;
}
.item-detail table tr:first-child th, .item-detail table tr:first-child td {
width: 50%;
border-top-width: 0;
}
.item-detail table sup {
font-size: 85.7%;
}

.apan_pdf {
display: block;
width: 15px;
height: 15px;
margin: 0 auto; 
background: url('/products/images/devices_icon_pdf.png') 0 0 no-repeat;
background-size: 15px 15px;
text-indent: -9999px;
overflow: hidden;
}

#devices .message .block-gray{
padding-top: 10px;
}

ul.text-left li {
margin-left: 15px;
}
ol .mark {
font-size: 85.7%;
}
ol .mark .link {
color: #4e4e4e;
}

/* ----------------------------------------------------------------
PC
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
.intro .bnr {
float: right;
}
#p_controller #select-maker li {
width: 148px;
margin-right: 7px;
}
#p_controller #select-maker li:nth-child(6n) {
margin-right: 0;
}
#p_controller #select-maker li a:hover, #p_controller #select-maker li a:focus {
color: #fff;
background: #f354a4;
border-color: #f354a4;
}
#p_controller #select-maker li a.disabled:hover {
color: #2c2c2c;
border-color: #666;
background: #fff;
}
#p_controller .searchbox {
margin-bottom: 15px;
}
#p_controller .searchbox .block {
margin-bottom: 15px;
}
#p_controller .searchbox .col-2:nth-child(2n+1) {
clear: left;
margin-right: 10px;
}
#products .devices-top .section #p_controller .reset_btn:hover, #products .devices-top .section #p_controller .reset_btn:focus {
color: #fff;
background-color: #f354a4;
border-color: #f354a4;
}
#products .devices-top .section .meaning dd ul {
padding-left: 30px;
padding-right: 0;
}
#products .devices-top .section .meaning dd ul li {
display: inline-block;
width: 32%;
margin: 0;
padding: 0;
}
}

/* ----------------------------------------------------------------
SP
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
.popup .container.pad_adjust {
padding-left: 0;
padding-right: 0;
}
.intro .col li {
text-align: center;
}
#p_controller #select-maker li {
width: 32%;
margin-right: 1%;
}
#p_controller #select-maker li:nth-child(3n) {
margin-right: 0;
}
#p_controller .searchbox {
margin-bottom: 15px;
}
#p_controller .searchbox .block {
margin-bottom: 15px;
}
#products .devices-top .section #p_controller .select-box ul {
width: 92%;
}
#products .devices-top .section #p_controller #select-sim ul {
z-index: 2;
}
#products .devices-top .section #p_controller .reset_btn {
width: 60%;
padding: 15px;
}
#products .devices-top .section .meaning dt {
vertical-align: middle;
padding: 5px;
}
#products .devices-top .section .meaning dd {
padding: 10px;
}
#products .devices-top .section .meaning dd ul {
padding: 0;
}
#devices .device-item {
margin-bottom: 10px;
}
.item-detail table tr:first-child th {
width: 60%;
}
}

.col-2 {
margin: 0;
}

.clear {
clear: both;
}

/* Global Menu fixed */
@media print, screen and (min-width: 769px) {
.tableFloatingHeaderOriginal{
padding-top:65px;
background: #fff;
}
}
article .headline{
    padding-top:40px;
}
footer{
    background:#e4007f;
    width:100%;
    height:70px;
    line-height: 70px;
}
footer .inner_01{
    margin-top:25px;
}
footer p{
    font-size:14px;
    color:#fff;
}
footer p:first-of-type{
    float:left;
    height:16px;
    padding-right:10px;
}
footer div .border:after{
    display: block;
    width:1px;
    height:16px;
    background:#fff;
}
footer p:nth-of-type(2){
    float:left;
    padding-left:10px;
}
footer p:nth-of-type(3){
    float:right;
}
.border_uq{
    display:block;
    width:1px;
    height:17px;
    background:#fff;
    margin:2px 0 0 0;
    float:left;
}