@charset "Shift_JIS";

html {
    height:100%;
}

body{
    width:100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background-image: url("back.png");
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

font{
    size : 1.45em;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
}

a {
    font-weight: bold;
    color:#004875;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
    background-color :#c5e8ff; /*背景色*/
}

hr {
    border-top: 0px;
    border-color:transparent;
}

img {
    max-width : 100% ;
    height : auto ;
    vertical-align:middle;
}

img:hover{
    opacity : 0.8;
}

h1{
    padding-top: 10px;
    max-width: 100% ;
    height: 50px;
    margin:0 auto;
    position: relative;
    color: #333;
    font-size: 1.0em;
    text-align: center;
}

h2{
    padding: 10px;
    background: #80d9f5;
    max-width : 100% ;
    height : 50px;
    margin:50 0 50 0;
    position: relative;
    font-size: 2.0em;
}

h3 {
    padding: 10px;
    max-width : 100% ;
    font-size: 1.3em;
    font-family: 'メイリオ' ;
    background-color: #c5e8ff;
    position: relative;
    text-align: left;
}

h3 span.en {
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-family: 'メイリオ' ;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
}

h3 span.ja {
    padding: 10px;
    text-align: left;
    font-family: 'メイリオ' ;
}

h3.syubetu{
    max-width : 100% ;
    color:#3a3419;
    font-size: 1.75em;
    font-family: 'メイリオ' ;
    position: relative;
    text-align: left;
}

h4 {
    color: #223a70;
    max-width : 100% ;
    font-size: 1.3em;
    border-bottom: solid 5px #80d9f5;
    position: relative;
    text-align: left;
}

h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #223a70;
    bottom: -5px;
    width: 20%;
}

h4.syougai {
    color: #CC0000;
    max-width : 100% ;
    font-size: 1.3em;
    border-bottom: solid 5px #DADADA;/*灰色のライン*/
    position: relative;
    text-align: left;
}

h4.syougai:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #CC0000;/*赤のライン*/
    bottom: -5px;
    width: 20%;
}

@media screen and (min-width: 400px) {
.br-sp {
    display:none;
}
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

/*==========　ヘッダー　==========*/

#header {
    max-width : 100% ;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center ;
}

.title{
    max-width : 100% ;
    margin: 0 auto;
    height: 150px;
    display: block;
    text-align: center ;
}

/*==========　ナビゲーション　==========*/

#nav {
    display: inline-block;
    margin:0 auto;
    width: 100%;
    list-style: none;
    overflow: hidden;
    text-align: center;
    line-height: 180px;
    vertical-align: middle;
    color: #333;
}

.nav li {
    display: inline-block;
    width: 200px;
    height: 180px;
    float: left;
    border-radius: 50%;/*角丸*/
    background-image: url("navi1.png");/*背景画像*/
    text-align: center;
    line-height: 180px;
    vertical-align: middle;
    color: #333;
    font-size:1.2em;
}

.nav li a {
    display: inline-block;
    width: 200px;
    height: 180px;
    float: left;
    border-radius: 50%;/*角丸*/
    background-image: url("navi1.png");/*背景画像*/
    text-align: center;
    line-height: 180px;
    vertical-align: middle;
    color: #333;
    font-size:1.2em;
}


.nav li a:hover {
    display: inline-block;
    width: 200px;
    height: 180px;
    float: left;
    border-radius: 50%;/*角丸*/
    background-color: transparent;/*透明*/
    background-image: url("navi2.png");/*背景画像*/
    text-align: center;
    line-height: 180px;
    vertical-align: middle;
    color: #fff;
    font-size:1.4em;
}

.nav li.active a {
    display: inline-block;
    width: 200px;
    height: 180px;
    float: left;
    border-radius: 50%;/*角丸*/
    background-image: url("navi2.png");/*背景画像*/
    text-align: center;
    line-height: 180px;
    vertical-align: middle;
    color: #fff;
    font-size:1.4em;
}
/*==========　サイド　==========*/

#side{
    width: 30%;
    margin: 0;
    padding: 50px 0 100px 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    text-align: left;
    font-size: 0.8em;
    float:left;
}

/*==========　メイン　==========*/

#main{
    font-size:13pt;
    width: 70%;
    margin: 0;
    padding: 50px 0 100px 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    text-align: left;
    float:right;
}

/*==========　ニュース　==========*/
.scr {
    overflow-y : scroll;   /* スクロール表示 */ 
    overflow-x : 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height : 200px;
    width : 95%;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

dt {
    float: left;
    margin: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 180px !important;
    background-image : url(point.png);
    background-position: 3px 8px;
    background-repeat: no-repeat;
}

dd {
    margin: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 156px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #72c95a;
}

dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

/*==========　先頭へ　==========*/

#pagetop{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 50px;
    padding-left: 5px;
    padding-bottom: 100px;
    padding-right: 5px;
    text-align: right;
}

#pagetop a:link a:hover{
    color: #000;
    text-decoration: none;
    background-color: none;
}

#pagetop a {
    background-image: url(top.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
}

/*==========　フッター　==========*/

#footer{
    clear: both; 
    display: block;
    width:100%;
    height:20px;
    bottom:0;
    text-align:center;
    overflow:hidden;
    font-size: 0.8em;
    color: #004875;
    padding-bottom: 20px;
    padding-top: 45px;
}

/*==========　バナーー　==========*/

#banner{
}

#banner li{
    height:55;
    vertical-align: middle;
    position: relative;
    margin-top: 1em;
    margin-bottom:1em;
    margin-right:2em;
    padding-top: 0.5em;
    padding-bottom:0.5em;
}

#banner li a{
    background-color: transparent;
}

#banner li a :hover{
    background-color: transparent;
}

ul {
    list-style-type: none
}

/*==========　テーブル　==========*/
table {
    border-left: 0px;
    border-right: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}
th, td {
    padding: 10px 20px;
    color: #333;
}

th {
    background-image:linear-gradient(#80d9f5,#c5e8ff);
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 0px;
    border-right: 0px;
}
td {
    height:75px;
    background-image:linear-gradient(#f1f9ff,#FFFFFF);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 0px;
    border-right: 0px;
}

/* ★↓↓↓職種から探す表↓↓↓★ */

table.kaigo{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #78d519;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #78d519;
    width: 900px;
    border: 1;
    cellspacing: 2;
    cellpadding: 0;
}

table.kaigo th{
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    font-weight: normal;
    background-color: #e9f9e9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #78d519;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #78d519;
    height: 26px;
}

table.kaigo td{
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #78d519;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #78d519;
    background-color: #fff;
    height: 60px;
}

/* ★↑↑↑職種から探す表↑↑↑★ */



/* ★↓↓↓各医院　表↓↓↓★ */

table.info{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    text-align : center;
    vertical-align: middle;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #80d9f5;
    width: 600px;
    border: 1;
    cellspacing: 2;
    cellpadding: 0;
}

table.info th{
    padding: 10px;
    text-align : center;
    vertical-align: middle;
    font-weight: normal;
    background-color: #e9f9e9;
    border-width: 1px;
    border-style: solid;
    border-color: #80d9f5;
    text-align : center;
}

table.info td{
    padding: 10px;
    text-align : center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #80d9f5;
    background-color: #fff;
    height: 33px;
}

/* ★↑↑↑各医院　表↑↑↑★ */

/* フォームパーツ設定 */
input.button{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}




