#topBannerSection .banner-img img{
	width: 100%;
}

#topDateSection {
	background-color: #DCDDDD;
	padding: 5px 5px;
}

#topDateSection .date{
	font-size: 12px;
}

#topTitleSection {
	margin: 20px 0px;
	border-bottom: 2px solid #62B0E3;
	
}

#topTitleSection .title {
	padding-left: 5px;
	border-left: 5px solid #62B0E3;
}

#topTitleSection h1{
	font-size: 20px;
	border-bottom: 0px;
}

#columnSection {
	margin-bottom: 10px;
}

#columnSection .title {
	overflow: hidden;
}

#columnSection .title h2{
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    position: relative;
    color: #FFF;
    padding: 7px 10px 5px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #62B0E3;
    overflow: hidden;
}

#columnSection .title h2::before{
	content: "";
    display: block;
    width: 100px;
    border-bottom: 40px solid #f9c04c;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    right: -30px;
    top: 0px;
}

#columnSection .title h2::after{
	content: "";
    display: block;
    width: 100px;
    border-top: 40px solid #f9c04c;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    left: -35px;
    top: 0px;
}

#columnSection .content {
	padding: 5px 0px;
}

#columnSection .content h3{
    border-left: 10px solid #f9c04c;
    font-size: 20px;
    box-sizing: border-box;
    position: relative;
    color: #FFF;
    padding: 7px 10px 5px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #62B0E3;
}

#columnSection .content h3::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 37px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    right: -1px;
    top: -1px;
}






#columnSection {
    padding: 20px 0px;
}

#columnTopSection {

}

#columnTopSection button{
    width: 100%;
    background-color: #F9C14B;
    color: #FFF;
    border: none;
    margin-bottom: 20px;
    padding: 5px 0px;
    font-weight: bold;
    box-shadow: 4px 3px 6px #646464;
}

#columnTopSection .columnInfoArea{
    /*background-color: #60afe2;*/
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #60afe2;
    margin-bottom: 20px;
}

#columnTopSection .columnInfoArea .list{
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #C9CACA;
}

#columnTopSection .columnInfoArea .list .title{
    /*margin: 5px 5px 0px 5px;*/
    background-color: #60afe2;
    width: 20%;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    /*border: 1px solid #FFF;*/
}

#columnTopSection .columnInfoArea .list .title div{
    border: 1px solid #FFF;
    margin: 5px;
}

#columnTopSection .columnInfoArea .list .title p{
    margin-bottom: 0px;
}

#columnTopSection .columnInfoArea .list .input{
    width: 60%;
}

#columnTopSection .columnInfoArea .list .input input{
    width: 100%;
    height: 70px;
    border: none;
}

#columnTopSection .columnInfoArea .list .select{
    margin: 5px;
    border-left: 1px solid #C9CACA;
    text-align: center;
    width: 20%;
    color: #036EB8;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#columnTopSection .columnInfoArea .list .kara{
    margin: 5px;
    width: 20%;
}

#columnTopSection .columnInfoArea .list .free {
    font-size: 8px;
}

#columnSection .search_result_title {
    color: #036EB8;
    font-weight: bold;
    border-bottom: 2px solid #62B0E3;
    margin-bottom: 5px;
}

#columnSection .search_result_num {
    font-size: 18px;
    margin-bottom: 10px;
}

#columnSection .search_result_num span{
    color: #F9C14B;
}

#columnResultSection {
    margin-bottom: 40px;
}

#columnResultSection a{
    text-decoration: none;
}

#columnResultSection .columnResult h2{
    color: #FFF;
    padding: 5px;
    font-size: 24px;
    margin-bottom: 0px;
}

#columnResultSection .columnInArea {
    padding: 10px;
}

#columnResultSection .columnInArea img{
    width: 100%;
    margin-bottom: 10px;
}

#columnResultSection .columnInArea .title h3{
    color: #F9C14B;
    padding: 5px 5px 0px 5px;
    font-size: 18px;
    margin-bottom: 0px;
    border-left: 4px solid #F9C14B;
}

#columnResultSection .columnInArea .title{
    margin-bottom: 10px;
}

#columnResultSection .columnInArea .tag {
    margin-bottom: 20px;
}

#columnResultSection .columnInArea .tag ul{
    margin-bottom: 0px;    
}

#columnResultSection .columnInArea .tag ul li{
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
}

#columnResultSection .columnInArea .tag .tag_blue li{
    background-color: #62B0E3;
    color: #FFF;

}

#columnResultSection .columnInArea .tag .tag_orange li{
    background-color: #F9C14B;
    color: #FFF;
}

#columnResultSection .columnArea{
    background-color: #62B0E3;
    padding: 1px;
}

#columnResultSection .columnInArea{
    background-color: #FFF;

}

#columnResultSection .table table {
    width: 100%;
}

#columnResultSection .table table tr:nth-child(2n-1){
    background-color: #F7F8F8;
}

#columnResultSection .table table tr td:nth-child(2n-1){
    width: 30%;
    text-align: center;
}

#columnResultSection .button {
    display: flex;
    justify-content: space-around;
}

#columnResultSection .button button{
    width: 45%;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

#columnResultSection .button .favorite {
    background-color: #F9C14B;
}

#columnResultSection .button .favorite img{
    padding-bottom: 5px;
    padding-right: 5px;
}

#columnResultSection .button .detail {
    background-color: #EA5514;
}

#columnSection .kai_page {
    padding-bottom: 20px;
}

#columnSection .kai_page a{
    background-color: #FFF;
    color: #60afe2;
    border: 1px solid #000;
    padding: 3px 5px;
}

#columnSection .kai_page a.select{
    background-color: #60afe2;
    color: #FFF;
}

#columnSection .input_select {
    float: right;

}

