/* Your style */

.adbutton {
background-color:#fff0f5;
color: #f1877a;
}
.adbutton:hover {
background-color: #ababab;
}

.adbutton {
display: inline-block;
width: 85%;
padding: 15px 8px 15px 8px;
text-align: center;
text-decoration: none;
line-height: 20px;
outline: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 3px solid #4b0082;
font-size:16px;
}
.adbutton::before,
.adbutton::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.adbutton,
.adbutton::before,
.adbutton::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}

.jobdesc li{
list-style-type:none;
padding-left:2em;
}

.jobdesc{
border-bottom-style: dotted;
}


/*リンク文字サイズ */
.module_block .module_body .post_list li .text .title {
font-size:14px;
color: #232323;
}

/*リンク文字サイズ */
.main .aside_post_list .title a{
font-size:14px;
color: #232323;

}

/*タイトル文字サイズ */

.post_header .text .title{
font-size:15px;
}


/*本文文字サイズ */
.post_content p{
font-size:15px;
}

/*本文文字<H3>*/
.post_content h3 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
margin-left: 0.8pc;/*左 1pcの余白*/
color: #363636; /*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #ee9e94;/*左線*/
font-size:16px;
font-weight: bold;/*文字太*/ 
}



/*掲示板のクッキー文字*/
label[for="wp-comment-cookies-consent"] {
color:#ffffff;
font-size:13px;
}

/* */
.border: 1px solid #cccccc; padding: 10px;

/*ヘッダ広告 */

.post_header {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.post_content {
    padding-top: 0px;
}

.post_header.social　{
  padding-top: 0ｐｘ;
  padding-bottom: 0ｐｘ;
}

/*フッター*/

.footer .footer_contents ul {
    float: left;
    width: 110px;
}

.footer .footer_about ul {
    float: left;
    width: 110px;
}

/*診断　フォントサイズ */
.main.shindan .q_lead, .main.survey .q_lead{
  font-size: 15px;
}

.main.shindan .q_title, .main.survey .q_title{
  font-size: 15px;
}

.main.shindan .q_content .q_question, .main.survey .q_content .q_question{
  font-size: 15px;
}

.main.shindan .q_content .q_question_list a, .main.survey .q_content .q_question_list a {
  font-size: 15px;
}

/*関連リンク*/
.post_content .aikatu-extenal-link {
    border: 0px solid #ccc;
}