/*------- 共通 ------------------------------*/
.clear{
    clear : both ;
    width : 100% ;
}
.text{
    font-weight : bold ;
    border:1px solid #777;
    padding: 3px 0;
    color : #333 ;
    background-color: #fff;
    border-radius: 3px;
    /* Webkit */
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    /* Firefox */
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
.dropdown{
    font-weight : bold ;
    border:1px solid #777;
    padding: 3px 0 ;
    color : #333 ;
    background-color: #eee;
    border-radius: 3px;
    /* Webkit */
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    /* Firefox */
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

/*-- aタグ --*/
a:link,
a:visited {
    color: #0050B8;
    text-decoration: none;
    font-weight: bold;
}
a:hover,
a:active {
    color: #4F86CE;
    text-decoration: underline;
}
.r-link {
    font-size : 14px ;
    text-align: right;
    padding-right: 15px;
}
hr{
    border : 1px solid #ccc ;
}

/*------- ヘッダー --------------------------*/
#header{
    width : 100% ;
    height : 100px ;
    padding : 10px 0 5px 0 ;
}
#header #header_contents{
    width : 100% ;
    min-width : 960px ;
    height : 100px ;
    margin : 0 auto ;
}
@media screen and (max-width: 1000px){
    #header #header_contents{
        min-width : 320px ;
    }
}
#header #header_contents h1{
    float : left ;
    width : 320px ;
    vertical-align : top ;
}
#header #header_contents #logo_link img{
    width : 100% ;
}
.header_menu_box{
    float : right ;
    padding-top : 10px ;
    vertical-align : top ;
}
.header_menu01{
    float: right;
    margin-bottom: 10px;
}
.header_menu01_menu{
    float: left;
    font-size: 12px;
    margin: 15px 0;
}
.header_menu01_search {
    float: left;
    background-color: #EFEFEF;
    height: 40px;
    width: 260px;
    margin: 0 15px;
    line-height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 11px;
    padding: 0 10px;
}
#searchform {
    background-image: url(../images/search_bg.jpg);
    background-repeat: no-repeat;
    background-position: 68px center;
    display: block;
    height: 40px;
    position: relative;
}
#keywords {
    width: 155px;
    position: absolute;
    top: 8px;
    left: 77px;
    border: 1px solid #FFF;
    outline: none;
}
#search_btn{
    position: absolute;
    top: 12px;
    left: 234px;
}
.header_menu02 {
    font-size: 14px;
    text-align : right ;
}
.header_menu02 span {
    margin: 0 20px;
}
#header a:link,
#header a:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#header a:hover,
#header a:active {
    color: #999999;
    text-decoration: underline;
}



/*------- コンテンツボックス -----------------*/
#main{
    padding : 0 10px ;
    margin : 0 auto ;
}
#left_box{
    display : table-cell ;
    vertical-align : top ;
    width : 210px ;
    padding : 0 10px 0 5px ;
}
#right_box{
    display : table-cell ;
    vertical-align : top ;
    width : 100% ;
}
.main {
    padding: 20px;
}
.main .left-box {
    display : inline-block ;
    vertical-align : top ;
    width: 55%;
    min-width : 400px ;
}
.main .left-inner-box {
    padding-right: 10px;
}
.main .right-box {
    display : inline-block ;
    vertical-align : top ;
    width: 40%;
    min-width : 400px ;
}
.main .right-inner-box {
}



/*------- フッター --------------------------*/
#go_top{
    padding-right : 10px ;
    margin : 0 auto ;
    text-align : right ;
}
#footer{
    background-color: #EFEFEF;
    border-top: 5px solid #3c3;
    width: 100%;
    height : 200px ;
}
#footer .footer_menu01_menu,
#footer .footer_menu01_menu a{
    font-size: 12px;
    margin: 15px 0;
    color : #333 ;
}
#footer #footer_inner{
    padding-left : 30px ;
}
@media screen and (max-width: 1000px){
    div[role~="presentation"],table[role~="presentation"],tr[role~="presentation"],td[role~="presentation"] {
    width: 100%;
}
}
