/*
Theme Name: QUADRAChild
Theme URI:  https://roundup-consulting.jp
Author:     Roundup Inc
Author URI: https://roundup-consulting.jp
Template:   quadra_biz001
Version:    1.0
License:    GNU General Public License v2 or later
*/


#post_category_archive .headline {
    font-size: 22px;
    background-color: aliceblue;
    padding: 6px;
    border: 1px solid silver;
    border-left: solid 7px rgba(var(--tcd-key1-color, 0,147,203),1);
}

#post_category_archive a.link img {
    margin: 10px 0px;
    border-radius: 10px;
}

xxx div.normal-list10 .item a.link img {
    width: 180px;
    float: left;
    margin-right: 20px;
    border-radius: 7px;
}

br.cfx{
	clear : both ;
}

@media(max-width : 1209px){
div.normal-list10 .item a.link img {
    width: 100%;
    float: none;
    margin: 20px auto;
    border-radius: 7px;
}
}

/* 単体アーカイブ */

#archive .post_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  margin: -30px 0px 0px -30px;
}
#archive .item {
  width:calc(100% / 2 - 30px); margin: 0px 0px 30px 30px; border-radius:10px;
}

#archive a.link img {
    margin: 10px 0px;
    border-radius: 10px;
}

@media(max-width : 720px){

	#archive .item  {
    width: 100%;
    margin: 15px 0px 0px 0px;
}
	
#archive .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 20px;
    border: 1px solid silver;
    border-radius: 10px;
}
	

.post_archive_form_area .main_search_area {
    max-width: 600px;
    width: auto;
    margin: 0 60px 0 10px;
    font-size: 16px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
	
	
}

.post_archive_form_area {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
	border-top : 1px solid silver ;
	box-shadow	: 0 0 10px graytext ;
	   z-index: 900;
}

.post_archive_form_area  #searchform #s{
	border : 1px solid #ccc
	
}


@media(min-width : 721px){
.post_archive_form_area {
    background: #f4f4f4;
    padding: 10px 0px;
 
}
	
	
}


/* 見出し */

.post_content h2 {
    font-size: 24px;
    font-size: 21px;
    color: #fff !important;
    margin-bottom: 15px;
    padding-top: 9px;
    padding-bottom: 8px;
    background-color: #104eae;
    padding-left: 10px;
    clear: both;
    border-radius: 4px;
}


 .post_content h3 {
    font-size: 18px;
    color: #2c5386;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ebf3ff;
    padding-left: 10px;
    font-weight: bold;
    border: 1px solid #b8c8dc;
    clear: both;
	  border-radius: 4px;
}

/*  会員ページ関連  */
#wpmem_login legend {
    display: none;
}

.link-text .link-text-register {
    display: none;
}

div#wpmem_login {
    border: 1px solid silver;
    border-radius: 6px;
    margin: 10px auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #e6f3ff;
    border-top: 10px solid #3a7cba;
	width: 100%;
	max-width :540px ;
}
}