@charset "utf-8";

h1{color:#ff0000}

.biz-udmincho-bold {
    font-family: "BIZ UDMincho", serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "BIZ UDMincho", serif;
    margin: 0;
    padding: 0;
}



 /* 表組の設定　*/
.entryTable{
    width:100%;
    margin-bottom :30px;
    border:2px solid #f6bb9e;
    border-collapse:collapse;



}

.entryTable th,
.entryTable td{
    padding:10px 20px;
    border:1px solid #f6bb9e;
    border-collapse:collapse;

}

.entryTable th{
    width:10em;
    background-color: #ffeeee;
    text-align: left;
}

.entryTable caption{
    margin-bottom :10px;

}

/* 入力フォームの設定　*/

.entryTable input[type="text"],
.entryTable input[type="email"],
.entryTable textarea{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    box-sizing: border-box;
    font-size: 1em;

}
.entryTable input[type="text"]:focus,
.entryTable input[type="email"]:focus,
.entryTable textarea:focus{
    background-color: #ffffee;

    outline:none;
    border-left: 5px solid #ffa700;
}

/*カーソル形状*/
label,
input,
textarea,
select{
    cursor: pointer;
}

#status {
    font-size: 1em;
    color: red;
}


/*ボタンの形状変更*/

.entryBtns{
    text-align: left; /* 左寄せに変更 */
}


/*ボタン基本スタイル*/
.entryBtns input {
    width:200px;
    margin: 0 10px;
    padding: 10px;
    background:#fff ;
    border: 2px solid#f6bb9e;
    border-radius: 10px;
    font-size: 1em;
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;         /* Standard */
    -moz-appearance: none;    /* Firefox */
}

/*送信ボタン用のスタイル*/

.entryBtns input[type="submit"]{
    background: #fadccc;
}
/*ボタンにマウスが乗った時*/
.entryBtns input:hover{
    opacity:0.7;
}


/* ウインドウ背景の設定　*/
body{
    /*
    background-color: #fbf9cc;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    */

    background: #fbf9cc url(../img/bg.png) repeat-x;
    }

/* リンク色の設定　*/
a{
    color:#df4839;
}
a:hover{
    color: #ff705b;
    text-decoration:none;
}

/*　ヘッダー、ナビ、フッターの設定　*/
header,nav,footer{
    text-align: center;
}


/*ナビ　*/
.menu li{
    list-style: none;
    display:inline-block;  
    width: 180px;
    margin: 0 10px;
}

.menu a{
    background: #6fbb9a;
    color:#fff;
}

.menu a:hover{
    background: #90ddbb;
}

.menu a{
    display:block;
    padding: 10px;
    background: #6fbb9a;
    border-radius: 8px;
    text-decoration: none;

}



/*　ページタイトルの設定　*/
h1{
    width:300px;
    margin:40px auto;
    padding:30px ;
    border:5px solid #95dbbd;
    background-color: #6fbb9a;
    color:#fff;
    font-size: 300%;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    text-shadow: 1px 1px 2px #307657;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    background-image: linear-gradient(to bottom,#c3e4d6,#083a24);
}

/*　大見出しの設定　*/
.h{
    padding:10px;
    margin-bottom: 30px;
    border: 1px dotted #94c8b1;
    border-left: 10px solid #dde35b;
    color:#6fbb9a;   
    border-radius: 5px 0 0 5px;
}

/*　　小見出しの設定　*/
.h-sub{
    background-color: #fbf9cc;
    color:#ff605b;
    padding: 10px;
   border-radius:10px;
   box-shadow: 0 0 5px 2px #ffd0ad inset;


}

.h-sub span{
    font-weight: normal;
}

/*　コンテンツ枠の設定　*/
#contents{
    width: 960px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 80px;
    border:1px solid #f6bb9e
    

}

/*　「もっと見る」　リンクの設定　*/
.more {
    text-align: right;
}

.more a{
    /*
    background-image: url(../img/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    */

    background: url(../img/ico_arrow.png) right center no-repeat;
    padding-right: 18px;
}
/*回り込み設定*/

.imgL {
    float: left;
    margin-right: 20px;
}

.imgR {
    float: right;
    margin-left: 20px;
}


.clear{
    clear: both;

}

.clearfix::after {
    content:"";
    display:block;
    clear:both;
}

/*　リンク種別アイコン　*/

/* セクション 間隔 */
#contens > section + section{
     margin-top:80px;

}

/* 飼い主の写真を円形    classを使用する方が望ましい　./

#profile img{
    border-radius:50%;

    radius 
}
*/

.circle{
    border-radius: 50%;
}


@media (max-width: 600px) {
    .entryTable th, .entryTable td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .entryTable th {
        text-align: left;
    }
}
