

/* ページボックス　ナビ start */

#page_arrow{
	padding: 0px;
	margin: 10px auto;
	font-size: 100%;line-height:180%;
	text-align: center;
}


.pagelinks_box {
width: 300px;
border: none;
}

ul.pagelinks {
   padding: 0px;
   margin: 0px auto;
}

ul.pagelinks li {
   width: 2.0em;           /* 横幅 */
   font-size: 100%;line-height:180%;
   list-style-type: none;  /* 先頭記号なし */
   border: 1px solid #97AD63; /* 枠線 */
   float: left;            /* 横に並べる */
   margin: 0.1em;          /* 周囲の余白 */
   padding: 0px;           /* 内側の余白 */
   font-family: Arial,sans-serif;/* フォント */
   font-weight: normal;      /* 太字 */
   text-align: center;     /* センタリング */
}
ul.pagelinks li a.page_cnt {
   display: block;        /* ブロック化 */
   width: 2.0em;          /* 横幅(IE) */
}

ul.pagelinks li a:hover {
   background-color: #C0D0FA; /* 背景色 */
   color: #663300;          /* 文字色 */
}


/* 現在位置項目の装飾 */
ul.pagelinks li.here {
   background-color: #8DA556; /* 背景色 */
   color: #ffff80;          /* 文字色 */
   border-color: green;     /* 枠線色 */
}

/* 前のページへの装飾 */
ul.pagelinks li.before {
   background-color: #ffffff; /* 背景色 */
   color: #663300;          /* 文字色 */
   border-color: #ffffff;     /* 枠線色 */
  width: 150px; 
}

/* 次のページへの装飾 */
ul.pagelinks li.after {
   background-color: #ffffff; /* 背景色 */
   color: #663300;          /* 文字色 */
   border-color: #ffffff;     /* 枠線色 */
  width: 150px;
}

/* ページボックス　ナビ END */

.table_dogoo{font-size:13px; font-size:1.3rem; line-height:1.4;}
.table_dogoo td{padding:5px;}


/* メッセージボックス */

.kakomi-smart {
 position: relative;
 margin: 2em auto;
 padding: 2.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #82ca9c; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: #f7f7f7; /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
}

.title-smart {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: #f7f7f7; /* タイトル背景色 */
font-size:16px; font-size:1.6rem; line-height:1.7;
 font-weight: bold;
}

.txt-smart {
font-size:15px; font-size:1.5rem; line-height:1.6;margin:15px 3px;
}

.btn-smart{cursor : hand;margin:15px auto;padding:5px;}

.red_b{color:#ff5959;font-weight: bold;}
/* //メッセージボックス */



/* サイドメニュー */


.breeder_sub_ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 5px;
font-size:20px; font-size:2rem; line-height:1.7;
    letter-spacing: .03em;
}

.breeder_sub_ttl:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #37789b;
    content: '';
}




div.sub_menu_br{margin-bottom: 30px;padding: 7px 3px;}

div.sub_menu_br ol {
    border-top: 1px dotted #c0c0c0;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

li.my_menu,div.sub_menu_br, li.my_menu_sub {
    padding: 7px 0;
}

div.sub_menu_br li {
    background-repeat: no-repeat;
    border-bottom: 1px dotted #c0c0c0;
}


div.sub_menu_br li a {
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 10px;
}

div.sub_menu_br li a:hover {
    background-color:#EDECFA;
    padding: 3px;

}

div.sub_menu_br li.my_menu_sub a {
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
}
/* /サイドメニュー */


/* ↓サイドメニュー　オススメの記事　*/

ul.dogoo_topics{display:table;
    width:95%;
    padding: 5px;margin-bottom:35px;}

div.topics_img_col {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    width:80px;
}
.dogoo_topics li{
    border-bottom: 1px solid #e0e0e0;
    width:100%;
    padding:3px 0;
    margin:3px 0;
    
}

.dogoo_topics p {
    display: table-cell;
    vertical-align: middle;
    	font-size: 15px;
	font-size: 1.5rem;
    margin-top: 8px;
    	font-weight: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}

.dogoo_topics a{text-decoration: none;color: #4e3100;}
.dogoo_topics a:link{text-decoration: none;}
.dogoo_topics a:visited{text-decoration: none;}
.dogoo_topics a:hover{text-decoration: underline;color: #0033cc;}
.dogoo_topics a:active{text-decoration: underline;color: #0033cc;}
.topics_img_col img{border-radius:8px;max-height: 60px;}

/* /サイドメニュー　オススメ　*/
