@charset "UTF-8";

#contents .headSection .ttl {
	float:left;
    width: 100%;
}

#contents .headSection .ttl p.productsLogo{
    font-size:1.5em;
    font-weight: bold;
}

#contents .headSection .ttl p.productsLogo a{
    color: #333;
}

#contents .headSection .ttl p.productsLogo a:hover{
    text-decoration: none;
}

#contents .headSection .ttl h1 {
	vertical-align: super;
} 

.Col2Block01 .lamp{
    width:30%;
    float: left;
}

.Col2Block01 .lamp .text{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    text-align: left;
}

.Col2Block01 .marc{
    float: left;
}
.Col2Block01 .attention{
    float: right;
    width: 80%;
}

.Col2Block01 .lamp:first-child{
    margin-left: 50px;
}

@media screen and (max-width:767px) {
    
    #contents .headSection .innerBlock {
	width:100%;
	margin:0 auto;
}
    .wrapMaxCol{
    width:100%;
    margin:0 auto;
    min-width:auto;
}
    
    #contents .headSection .ttl h1 {
	background:none;
    padding-left:0;
    padding-top:5px;    
}    

    .articleSec01 {
        max-width: 100%;
}
    
    .articleSec01 dd{
        margin: 0 2%;
}
    
    .articleSec01 img{
        height: auto;
}
    
    .col2Article {
        max-width: 100%;
}
    
    .Col2Block01 .center {
        width: 100%;
}
    
    #contents .headSection .ttl p.productsLogo{
        font-size:1.5em;
        font-weight: bold;
}
    
    .Col2Block01 .connect img{
        max-width: 100%;

}
    
    .Col2Block01 .lamp .text{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    
    .Col2Block01 .marc{
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;    
}
    
    .Col2Block01 .attention{
    float: none;
    width: 100%;
}

    
    .Col2Block01 .lamp{
    width:100%;
    float: none;
    margin-top:25px; 
}
    
    .Col2Block01 .lamp:first-child{
    margin-left: 0px;
}


}