﻿@charset "utf-8";
/* CSS Document */

/*********** ********** ********** ********** *********** ********** ********** ********** *********** ********** ********** **********
* reference_index01.html
*/


div#infomation {font-size:18px; font-weight:300;}
/*ページタイトル*/
div#infomation .titles{width:100%;height:auto;background:#d4edde;}
div#infomation .titles .title{float:left;}
div#infomation .titles .title h2{font-size:200%;line-height:1.0;padding-top:12px;padding-bottom:8px;padding-left:20px;padding-right:20px;color:#006644;}

/*レファレンス事例検索*/
div#infomation h3{font-size:200%;line-height:1.0;color:#000;padding-top:12px;padding-bottom:8px;padding-left:20px;padding-right:20px;background-color:#D8D8D8;}
div#infomation .content {margin:20px 10px;}
div#infomation .content p{font-size:110%; padding:10px;}

div#infomation .undeline_always {text-decoration:underline;}
div#infomation .titles .title div#infomation h4{font-size:120%;line-height:1.0;padding-top:12px;padding-bottom:8px;padding-left:5px;padding-right:20px;}
div.content1 {padding-left:2%;width:98%;}

input[type="button"]{
    background: none;
    padding: 0;
    margin: 0px;
    outline: none;
    border: none;
}

input[type="button"]{
    border: #236600 1px solid;
    padding: 3px 9px;
    color: #FFF;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    margin-top: 16px;
    margin-right: 1%;
    margin-left: 5%;
    margin-bottom: 13px;
    background: #4d9980;
    background: linear-gradient(#4d9980, #40806a);
}

input[type="reset"]{
    border: #999 1px solid;
    padding: 3px 9px;
    color: #333;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    margin-right: 5%;
    margin-top: 16px;
    margin-bottom: 13px;
    background: #fafafa;
    background: linear-gradient(#fafafa, #e6e6e6);
}

input[type="text"]{
    height: 28px;
    margin-left: 5%;
    border: 1px #999999 solid;
    background: #fff;
    color: #333;
    outline: none;
    font-size: 180%;
    display: block;
}

iframe {width:98%;}

@media screen and (max-width: 800px) {
	div#infomation .content table td{
           display:block;
           height:150px;
           width:100%;
        }
        div.content1 input[type="text"]{width:90%;}

}
