﻿img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.maincontents
{
    margin-top:62px;
    width:100%;
}

.topimage
{
    background-image:url("../image/top.png");
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#f6f6f6;
    width:100%;
    min-height:100px;
    height:calc(40vh - 100px);
    display:table;
    border:0px solid red;
}
.topimage img
{
    width:100%;
    height:100%;
}
.main-menu
{
    width:90%;
    padding: 10px;
    margin: auto;
    border: solid 0px red;
    text-align:center;
}

.menu-item
{
    display : inline-block;
    width:260px;
    height:190px;
    text-align:center;
    border:1px solid #c0c0c0;
    margin:10px;
    vertical-align: top;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
    
}

.menu-item:hover
{
    background-color:#d7ebff;
    cursor:pointer;
}

.menu-item2
{
    display : inline-block;
    width:260px;
    height:190px;
    text-align:center;
    border:1px solid #c0c0c0;
    margin:10px;
    vertical-align: top;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
    
}

.menu-item2:hover
{
}

.menu-item2 a:link{
	color:#1384db;
	text-decoration:none;
	cursor:pointer;
}
.menu-item2 a:visited{
	color:#1384db;
	text-decoration:none;
	cursor:pointer;
}
.menu-item2 a:hover{
	color:#1384db;
	text-decoration:underline;
}

.menu-item3
{
    display : inline-block;
    width:260px;
    height:190px;
    text-align:center;
    border:0px solid #c0c0c0;
    margin:10px;
    vertical-align: top;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
    
}

.menu-item3:hover
{
}

.searchtext
{
    border: 0;
    padding: 6px;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    color: black;
    border: solid 1px #ccc;
    margin: 0 0 5px;
    width: 160px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.searchtext:hover
{
    border: solid 1px #EEA34A;
}
.src-button
{
    vertical-align:middle;
}


@media screen and (max-width: 479px)
{
    .menu-item
    {
        display : inline-block;
        width:260px;
        height:90px;
        text-align:center;
        margin:5px;
        border:1px solid #c0c0c0;
    }
    .menu-item2
    {
        display : inline-block;
        width:260px;
        height:140px;
        text-align:center;
        margin:5px;
        border:1px solid #c0c0c0;
    }
    .menu-item3
    {
        display : inline-block;
        width:260px;
        height:140px;
        text-align:center;
        margin:5px;
        border:1px solid #c0c0c0;
    }   
}






