

#contents_home_wrap *, #contents_home_wrap *:before,#contents_home_wrap *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#contents_home_wrap{width:100%;margin:20px 0;}
#main_title{margin:0;padding:0;padding-right:8px;}

h1#dogoo_title {
color: #fff;text-align: right;text-shadow: 1px 2px 3px #585858;
font-size:13px; font-size:1.3rem; line-height:1.4;
}


/* メインメニュー　*/
.mainmenu_block {
    padding-top: 15px;
    padding-bottom: 30px;
    background: #fff;
          /* 画像ファイルの指定 */
  background-image: url(/images/16top/backgrnd-a.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定   scroll;*/
  background-attachment: fixed;
       
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #8a8a6f;

}

.mainmenu_block_inner {
    max-width:1100px;
    margin:0 auto;
    padding:0;
    
}


.mm_single_colum {
    background: #fff;
    padding:15px 10px 10px 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.18);
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	border-radius: 1ex;   min-height: auto;
}

.mm_single_colum a:link, .submenu_single_colum  a:link, .news_main_tittle  a:link{color:#36c;text-decoration: none;}
.mm_single_colum a:visited, .submenu_single_colum  a:visited, .news_main_tittle  a:visited{color:#36c;}
.mm_single_colum a:hover, .submenu_single_colum  a:hover, .news_main_tittle  a:hover{color:#36c;text-decoration: underline;}
.mm_single_colum a:active,.submenu_single_colum a:active, .news_main_tittle  a:active{color:#f33;text-decoration: underline;}

.submenu_single_colum {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.18);
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	border-radius: 1ex;
    min-height: auto;

}
.submenu_single_colum h3{
	font-size : 16px;
font-size : 1.6rem;
line-height : 1.3333;
margin:5px 0;
}



.mm_single_colum .icon_title_wrap{
 width:100%;
}

.mm_single_colum h3{
	font-size : 16px;
font-size : 1.6rem;
line-height : 1.3333;
color: #ff5722;
margin:5px 0;
}


.menu_ul_list li{
	width:100%;
}

.menu_ul_list li a{
display: block;
position: relative;
padding: 10px 25px 10px 10px;
border-bottom: 1px solid #D9D9D6;
background: #FFF;
color: #36c;
font-size: 14px;
font-weight: bold;

}




.menu_ul_list li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 8px;
height: 8px;
margin: -4px 0 0 0;
border-top: solid 1px #093;
border-right: solid 1px #093;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}




.mm_icon{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2ca9e1;/* 円の色 */
	margin:0  auto; padding: 0;
	float:left;
}
.mm_icon_ption{
	font-size : 18px;
font-size : 1.8rem;
line-height : 1.3333;
position:relative; top:12px; left:12px;
color:#fff;
}




.mm_icon_wrap{float:left; margin-bottom:3px;}
.mm_title_wrap{
	margin:10px 5px;
	float:left;
}

.mm_detail{}

/* //メインメニュー　*/


/* 犬の動画　*/


/* Article Container */
.article_container {
    padding: 5px;
    display: flex;
    margin: 3px 0;
    
        border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    
}

.article_image_wrap {
    overflow: hidden;
    height: 100px;
    position: relative;
}

.article_image_wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:8px;
    
}

.article_image_wrap p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.mark_movie_site {
    font-size: 3.5rem;
    line-height: 1.8;
    text-shadow: 0 0 15px #555;
    opacity: 0.8;
}

.article_image_blk {
    max-width: 95px;
    min-width: 80px;
    max-height: 100px;
}

.article_content {
    padding: 8px;
}

.article_data_date{
font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #7e7e7e;
    margin-bottom: 5px;
}

.article_title{    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.article_excerpt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
/* //犬の動画　*/


/* 2nd ブロック mainmenu 里親募集　*/

.news_block {
    padding-top: 15px;
    padding-bottom: 30px;
    background: #fff;

}

.news_block_inner {
    max-width:1100px;
    margin:0 auto;
    padding:0;
    
}

.news_left_cols {
float:left;
}

.news_right_cols {
float:left;
}

/* //里親募集　*/



/* 犬のQ&A集　*/

.qa_block {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #f5f5f5;
}

.qa_block_inner {
    max-width:1100px;
    margin:0 auto;
    padding:0;
    
}

.qa_title_main_wrap{float:left;width:100%; white-space: nowrap;}
.qa_title_sub_wrap{float:left;font-size:13px; width:100%;

color:#7e7e7e;
font-size:1.3rem; line-height:2.0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}


h2.dogqa_title {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;    
font-size:25px; font-size:2.5rem; line-height:1.4;
    font-weight: 600;
    margin-left: 8px;
}


.qa_block_wrap {
    margin-right:15px;
    margin-left: 15px;
    
    
    
}
.qa_block_wrap:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.qa_single_colum {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
     background: #ffffff;
     border-top: 3px solid #2CA9E1;
     box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);




}

.qa_single_colum h3{
	font-size : 17px;
font-size : 1.7rem;
line-height : 1.3333;
margin-bottom:15px; font-weight:500;
}



.qa_detail{
	font-size : 14px;
font-size : 1.4rem;
line-height : 1.8;

}


.qa_icon_ption{
	font-size : 18px;
font-size : 1.8rem;
line-height : 1.3333;
position:relative; top:12px; left:12px;
color:#fff;
}

.qa_icon_ptn{
font-size:25px; font-size:2.5rem;
margin: 0px 8px 0 0; padding:0;
color: #4E3100;
}

.news_icon_ptn{
font-size:20px; font-size:2.0rem;
margin: 0px 8px 0 0; padding:0;
color: #4E3100;
}

.qa_block_wrap a:link{color:#36c;text-decoration: none;}
.qa_block_wrap a:visited{color:#36c;}
.qa_block_wrap a:hover{color:#36c;text-decoration: underline;}
.qa_block_wrap a:active{color:#f33;text-decoration: underline;}


/* // 犬のQ&A集　*/


/* 犬のニュース→17/3　里親募集と迷子犬へ　*/

.news_single_cols {
    padding: 10px 20px 0 20px;
    margin-top: 5px;
    min-height: auto;
}


.news16_base_inner {
    margin: 0px auto;
    padding: 10px 5px 10px 10px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 1ex;
    background-image: url(./images/2010top_main/news_main_coner_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
 
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.news16_basebox{    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    margin:8px 0;
    padding:5px;
    }



.icon_satooya{
    border-radius:8px;
padding: 2px;
margin: 3px auto;
float: left;
max-width:95px;
max-height:100px;

}


.news16_basebox_inner {
    padding-left: 100px;
    margin-bottom: 5px;

}

.news16_basebox_inner  p{
	font-size:14px; font-size:1.4rem; line-height:1.5;
}


.news_main_tittle{
    border-bottom: solid 1px #ccc;

}

.news_main_tittle h3{
font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 5px 0;
}

.news16_btm_link{
border-top-width: 1px;
    padding-top: 3px;
    text-align: right;
    margin: 5px 3px 0 auto;
font-size:12px; font-size:1.2rem; line-height:1.4;
}

.news16_tittle {
    margin: 3px 10px 5px 0;
font-size:14px; font-size:1.4rem; line-height:1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news16_tittle_ctg_date{
font-size:12px; font-size:1.2rem; line-height:1.4;color: #7e7e7e;
margin-bottom:5px;
}

ul.dognews_sub li {
    list-style-type: none;
    padding: 5px 5px 8px 25px;
    background-image: url(./images/2010top_main/ya_news.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
	font-size:13px; font-size:1.3rem; line-height:1.4;
}

.news16_ctg_date{color:#7e7e7e;font-size:11px; font-size:1.1rem; line-height:1.4;}


/* ／／犬のニュース　*/


/* サブ・メニュー　*/

.submenu_block {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
}

.submenu_block_inner {
    max-width:1100px;
    margin:0 auto;
    padding:0;
    
}

/* //サブ・メニュー　*/


/* レスポンシブ　web デザイン　*/
/* 5-1 0px - 767px
-----------------------------------------*/

.mm_single_wrap {
    width: 100%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.qa_single_wrap {
    width: 100%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.submenu_single_colum{
    min-height: auto;
}

.news_left_cols{width: 100%;}
.news_right_cols{width: 100%;}

.qa_detail_ul li{float:left; width:50%;  padding-right: 5px;    
    margin:10px 0px;
}


.qa_detail_ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #D9D9D6;
    color: #36c;
    font-size: 14px;
    text-decoration: none;
    display: block;
 overflow: hidden; white-space: nowrap;    text-overflow: ellipsis;
    
}

.qa_detail_ul li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 5px;
width: 8px;
height: 8px;
margin: -4px 0 0 0;
border-top: solid 1px #093;
border-right: solid 1px #093;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.colum_pagetop{text-align:right;width:100%;margin:3px 0;padding:0;display:block;}
.colum_pagetop a{margin-right:5px;color:#36c;}
.colum_pagetop a:link{color:#36c;text-decoration: none;}








/* 5-1 0px - 767px ------ */
/* 初期スタイル */

/* pc表示 */
.sppc_sp_block { display: block;}
/* pc表示 */
.sppc_pc_block { display: none;}


.mm_single_wrap {
    width: 100%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.qa_single_wrap {
    width: 100%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.submenu_single_colum{
    min-height: auto;
}

.news_left_cols{width: 100%;}
.news_right_cols{width: 100%;}

.qa_detail_ul li{float:left; width:50%;  padding-right: 5px;    
    margin:10px 0px;
}


.qa_detail_ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #D9D9D6;
    color: #36c;
    font-size: 14px;
    text-decoration: none;
    display: block;
 overflow: hidden; white-space: nowrap;    text-overflow: ellipsis;
    
}

.qa_detail_ul li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 5px;
width: 8px;
height: 8px;
margin: -4px 0 0 0;
border-top: solid 1px #093;
border-right: solid 1px #093;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.colum_pagetop{text-align:right;width:100%;margin:3px 0;padding:0;display:block;}
.colum_pagetop a{margin-right:5px;color:#36c;}
.colum_pagetop a:link{color:#36c;text-decoration: none;}


/* 5-2 768px - 1023px ------ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 768px以上1023px以下のスタイル */

/* スマホ表示 */
.sppc_sp_block { display: none;}
/* pc表示 */
.sppc_pc_block { display: block;}


.mm_single_wrap { width: 33%;}
.qa_single_wrap { width: 50%;}
.qa_single_colum { min-height: 200px;    padding-left: 28px;
    padding-right: 28px;
    padding-top: 25px;}
.qa_title_main_wrap{width:20%; min-width:160px;max-width:160px;}
.qa_title_sub_wrap{width:78%;}

.mm_single_colum {min-height: 385px;padding-left: 25px; padding-right: 25px;  padding-top: 25px;}
.submenu_single_colum{min-height: 330px;}
.news_left_cols{width: 49%;}
.news_right_cols{width: 49%;}

.qa_detail_ul li{float:left; width:auto;margin:0px;margin-right:5px;}
 /*afterをリセット */
.qa_detail_ul li a:after {content:none;}
.qa_detail_ul li a {border: none;   text-decoration: underline;}
.colum_pagetop{display:block;}


}

/* 5-3 1024px以上 ------ */
@media screen and (min-width: 1024px) {


/* スマホ表示 */
.sppc_sp_block { display: none;}
/* pc表示 */
.sppc_pc_block { display: block;}


    /* 1024px以上のスタイル */
.qa_single_wrap { width: 25%;}
.qa_single_colum { min-height: 270px;  padding-left: 20px; padding-right: 20px;  padding-top: 20px;}
.qa_title_main_wrap{width:20%; min-width:160px;max-width:160px;}
.qa_title_sub_wrap{width:78%;}

.mm_single_wrap { width: 33%;}
.mm_single_colum {min-height: 385px;padding-left: 25px; padding-right: 25px;  padding-top: 25px;}
.submenu_single_colum{min-height: 330px;}

.news_left_cols{width: 49%;}
.news_right_cols{width: 49%;}

.qa_detail_ul li{float:left; width:auto;margin:0px;margin-right:5px;}
 /*afterをリセット */
 .qa_detail_ul li a {
    border: none;
    text-decoration: underline;}
.qa_detail_ul li a:after {content:none;}
.colum_pagetop{display:none;}
    
    
}


