@charset "utf-8";

/*-------------------------------------------------------
search
---------------------------------------------------------*/
.err{
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
}
.err span{
    vertical-align: middle;
}
.icoExcl:before{
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #333;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

#search .search{
    position:relative;
    background:#eee;
}
.search dt{
/*    padding: 10px 15px;*/
    padding-right: 55px;
}
.search dt input{
/*
    width:86%;
    height:30px;
*/
    line-height:30px;
    background:none;
    border:none;
 
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
}
.search dd{
    position:absolute;
    top:0;
    right:0;
}
.search dd button{
    display:block;
/*    padding: 25% 10px 0; */
    background:none;
    border:none;
  
    padding: 10px 9px;
    cursor: pointer;
}
.search dd button span{
    display:block;
    width:36px;
    height:30px;
    background:url('../../images/icon_search_02.png') no-repeat scroll 0 0 / contain;
}
#word_area{
    border-top:1px solid #333;
    margin: 80px 0 30px;
    padding-top: 60px;
}
.search_word{
    overflow: hidden;
}
.search_word dt{
    width: 7.0em;
    float: left;
    padding: 6px 0 0;
}
.search_word dd{
    margin-left: 5.0em;
    font-size: 20px;
    font-weight: bold;
}

.searchTitle{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}
.searchDay{
    line-height: 1.7;
}
/*
.threeColumn{
    overflow: hidden;
    margin-bottom: 30px;
}
.threeColumn li{
    float: left;
    width: 31.666%;
    margin-right: 2.5%;
    margin-bottom: 50px;
    padding: 0;
}
.threeColumn li img{
    width: 100%;
    display: block;
    margin: 0 auto 10px;
}
.threeColumn li:nth-child(3n){
    margin-right: 0;
}
*/
.searchBox .boxColumn02 a{
    background: transparent;
}


/*-------------------------------------------------------
smart phone
---------------------------------------------------------*/
@media screen and (max-width:750px) {
header#header {
    height: 60px;
    position: fixed;
}
.threeColumn li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}

.threeColumn li:nth-child(3n){
    margin-right: 3%;
}
.threeColumn li:nth-child(2n){
    margin-right: 0;
}
#search .textBox01{
    padding: 10px;
}





}
