@charset "utf-8";
/*
Theme Name: 薬剤師ブログ 1.3
Theme URI: --
Description: A theme by ONO
Version: 1.3
Author: --
Author URI: --
*/

/* ================================================================================================
  Grobal Setting
================================================================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline:none;
  vertical-align: baseline;
  word-wrap:break-word;
}

body{
  letter-spacing: 0em;
  line-height: 1.5;
  color: #666666;
  font-size: 15px;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  background-color:#fff;
}

/* ================================================================================================
    all contents
================  ================================================================================ */

#wrapper {margin: 0 auto 10px auto;}
#wrapper > img {background: url("images/head_foot_images_ver02.png") no-repeat scroll 0 -210px transparent; height: 58px; width: 972px;}

table {border: 1px solid #000; border-collapse: collapse; table-layout: fixed;}
input:focus {outline: none;}
a {color: #666666; outline: none;text-decoration: none;}
a:hover {text-decoration: none;}
li {list-style-type: none;}
.inline_block {display:inline-block;vertical-align:top;}
.clearfix:after {display:block;clear:both;height:0px;visibility:hidden;content:".";}

.bold {font-weight: bold;}

/*
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
 */

/* ================================================================================================
    Header.php
================================================================================================ */

#header_box_01,
#header_box_02{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 950px;
}
#header_box_01 {
  font-size: 10px;
  padding: 5px 0;
}
#header_box_01 h1,
#header_box_01 h2 {
  font-size: 100%;
  font-weight: normal;
  margin-right: auto;
}
.headerProfile:before,
#header_box_01 .login a:before {
  content: "▲";
  display: inline-block;
  font-size: 90%;
  margin-right: 5px;
  transform: rotate(90deg);
}
.headerProfile {margin-right: 20px;}
#header_box_02 {
  align-items: center;
  height: 60px;
}
#header_box_02 li:first-child {margin-right: auto}
#header_box_02 table.area_navi {
  background-color: #efeee8;
  margin-right: 10px;
}
#header_box_02 table.area_navi td {
  border: solid 2px #fff;
  text-align: center;
}
#header_box_02 table.area_navi a {
  color: #207ea8;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  height: 22px;
  line-height: 22px;
  width: 60px;
}
#header_box_02 table.area_navi a:hover {color: #fe8300;}
#nav {background-color: #ff7070;}
#nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  width: 950px;
}
#nav li {
  border-right: dotted 1px #fff;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  width: 18%;
}
#nav li:first-child {
  border-left: dotted 1px #fff;
  width: 10%;
}
#nav li img {margin-right: 6px;}
#nav a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#nav a:hover {background-color: #df5151;}

#pankuzu {padding:10px 5px;font-size: 11px;}
#pankuzu li {display:inline-block;}
#pankuzu li:after {content:"»"; margin : 0 1em ;}
#pankuzu li:last-child:after {content : none ;}

#mainmv {padding:0 24px 0;}
#mainmv img {width: 920px; margin-bottom: 20px;}

/* ================================================================================================
    Index.php
================================================================================================ */

#content {overflow: hidden; width: 972px; padding: 0 28px;  margin: 0 auto;}

#left {float: left; width: 692px;}
#left a:hover img{opacity:0.7;}

#nav {margin-bottom: 18px; overflow: hidden; padding: 0 15px;}
#gnav { height: 29px; margin-bottom: 5px; overflow: hidden;}
#nav li { float: left;}

#left .midashi1 {margin: 30px 0 15px 0; padding-left: 35px; font-size: 24px; font-weight:bold; background:url('images/icon_01.png') no-repeat center left; line-height: 1;}

article {margin-bottom:10px; padding: 15px; background-color: #FAFAFA; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
article .thumbnail {margin-right: 20px; width: 150px; height: 120px; background-color: #F2F2F2; float:left;}
article .text h3 {margin:5px 0 10px 0; font-size:18px;}
article .text h3 img {margin-right: 8px; vertical-align: middle;}

.catlink {margin:20px 0; text-align:right;}
.catlink a {
    font-size: 16px;
    font-weight:bold;
    color: #D71F1F;
}

article a time{
    margin-top: 5px;
    display: inline-block;
    color: #666;
    font-size: 90%;
    float: right;
}

/* ================================================================================================
    Single.php
================================================================================================ */

#single .sorcial {text-align:right;}
#single .sorcial li {margin-left:10px; display:inline-block; vertical-align:top;}
/*.wp_social_bookmarking_light .wsbl_twitter {width:68px;}*/

#single {font-size: 17px; color: #636363; letter-spacing: 0.05em;}
#single h1 {margin-bottom: 20px; font-size:25px; border-left: 20px double #E00; padding-left: 15px;}
#single h2 {margin:50px 0 30px 0; border-left: 10px solid #D71F1F; padding-left: 10px;}
#single > h3,
.subcon_h3 {margin:40px 0 25px 0; border-left: 10px double #D71F1F; padding-left: 10px; padding-bottom: 5px; border-bottom: 1px solid #ddd;}

#single p {margin-bottom:20px; word-wrap: break-word; line-height: 2em;}
#single #thumb {margin:20px auto; max-width:450px; max-height:300px; overflow: hidden;}
#single #thumb img {height:auto; width:100%;}
#single #text {padding:15px;}
#single .mokuji {background-color: #F2F2F2; padding: 20px; font-size: 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #000;}
#single .mokuji li {margin-bottom:5px; list-style-type: none;}
#single .mokuji a {text-decoration: underline; color: #006fff;}
#single .mokuji a:hover {text-decoration: none;}

#single > ul, #single ol {margin: 20px; list-style-position: inside;}
#single > ul {margin: 10px 0px; list-style-type: none;}
#single > ol li {margin: 10px 0; list-style-type: decimal;}
#single blockquote{margin:10px;background-color:#EDEDED;padding:1em 1em 1em 3em;position:relative;}
#single blockquote:before{
  content:"“";
  font-size:600%;
  line-height:1em;
  color:#999;
  position:absolute;
  left:0;
  top:0;
}

#single .text_link a {text-decoration: underline; color: #006fff;}
#single .text_link a:hover {text-decoration: none;}

#single .link_cat {margin-top:15px; text-align:right;}
#single .link_cat a {color: #D71F1F; text-decoration: underline;}
#single a:hover {text-decoration:none;}

#addlink_ofh {padding:10px;}
#addlink_l {padding-bottom: 5px; border-bottom: 1px dotted #CFCFCF;}
#addlink_r {margin-top:10px;}
#addlink_ofh dl {font-size: 11px; margin-bottom: 5px; overflow: hidden;}
#addlink_ofh dt,
#addlink_ofh dd {display: inline-block;}
#addlink_ofh dt {width:120px;}
#addlink_ofh li {display:inline-block; vertical-align:top;}
#addlink_ofh li a {border-right:1px solid #666666;}
#addlink_ofh a {padding:5px; text-decoration: underline;}
#addlink_ofh a:hover {text-decoration:none;}

#yakuzaishi ul {margin-left:10px;}
#yakuzaishi li {margin-right: 30px; padding-left:20px; font-size: 16px; display: inline-block; vertical-align: top; position:relative;}
#yakuzaishi li :before {display: block; content: ""; position: absolute; top: 50%; left: 0; width: 0; height: 0; margin-top: -5px; border: 5px solid transparent; border-left: 5px solid red;}
#yakuzaishi li a {text-decoration: underline;}
#yakuzaishi li a:hover {text-decoration: none;}

#usefull {padding: 0 10px; font-size: 14px;}
#usefull p {margin-bottom: 10px;}
#usefull dl {margin-right: 30px; width: 45%; display: inline-block; vertical-align: top;}
#usefull dl:last-child {margin-right:0;}
#usefull dt {padding: 5px; font-size:16px; font-weight:bold; background:url(images/bg_pk.jpg) no-repeat left top; background-size:100% 100%; text-align: center;}
#usefull dt a {color: #fff;}
#usefull dd {padding: 10px; border: 1px solid #ccc;}

#single .keywordlink { margin:20px 0; border: 3px solid  #D71F1F; padding: 10px 15px; line-height: 1.6; }
#single .keywordlink p { margin:0; color:  #D71F1F; }
#single .keywordlink a { font-weight: bold; color:  #D71F1F;}

.time_area{text-align: right;}

/*SNS*/
.social {
  margin-bottom: 10px;
}

.social li {
  margin-left: 10px;
  height: 24px;
  float: left;
}

.social a {
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

.social a:hover {
  opacity: 1;
}

.fb_iframe_widget {
  display: grid !important;
}

/*.social a .share-count {
  font-weight: normal;
}

.social .fb {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 2px 0 2px;
  background: #4862AE;
  letter-spacing: 0.05em;
}

.social .fb a {
  color: #FFF;
}
.social .fb img {
  vertical-align: top;
}

.social .fb .fb-txt {
  padding-top: 3px;
  display: inline-block;
}

.social .fb .share-count {
  padding: 0 2px 0 5px;
}

.social .hatebu {
  webkit-border-radius: 3px;
    border-radius: 3px;
  height: 20px;
  background: #0DA0DB;
}

.social .hatebu a {
  padding-right: 8px;
  padding-left: 5px;
  color: #FFF;
}
.social .hatebu img {
  vertical-align: top;
}
.social .hatebu a .share-count {
  padding-left: 6px;
  font-weight: bold;
}
.social .hatebu a .hatebu-txt {
  padding-top: 2px;
  display: inline-block;
}*/

.social_bottom > li {
  margin-left: 10px;
  margin-right: 0px !important;
  display: inline-block;
  float: left;
}
.social_bottom .fb {
  background: transparent !important;
  margin-left: 0;
}


.social_bottom .fb a{
    width: 72px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}
.social_bottom .fb .share-count {
  padding: 0px !important;
  background: #fff;
  border: 1px solid #90949c;
  border-bottom: 0px;
  height: 20px;
  color: #1d2129;
  font-size: 12px;
  display: block;
  text-align: center;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.social_bottom .fb .share-area {
  height: 22px;
  display: block;
  background: #4267b2;
  vertical-align: middle;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.social_bottom .fb .share-area img {
  padding-left: 2px;
}
.social_bottom .fb .share-area span {
  padding-left: 2px;
}
.social_bottom .hatebu {
  height: 40px !important;
  
}
.social_bottom .hatebu a{
  padding: 0 !important;
  width: 84px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}

.social_bottom .hatebu .share-count {
  padding: 0 !important;
  background: #fff;
  border: 1px solid #ADC1DA;
  border-bottom: 0px;
  height: 20px;
  color: #1d2129;
  font-size: 12px;
  display: block;
  text-align: center;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.social_bottom .hatebu .share-area {
  width: 100%;
  height: 20px;
  background: #00a4de;
  vertical-align: middle;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: table;
}
.social_bottom .hatebu .share-area .hatena-icon {
  display: table-cell;
  vertical-align: middle;
}
.social_bottom .hatebu .share-area .hatena-icon img{
  margin-top: 2px;
}
.social_bottom .hatebu .share-area span {
  display: table-cell;
  vertical-align: middle;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}

/* 20180222 */
.social_custom {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.social_custom li {
  padding: 0 2px;
  flex-grow: 1;
}
.social_custom .fb_area {
  flex-basis: 42px;
  flex-grow: unset;
}
.social_custom li a {
  text-align: center;
  border-radius: 4px;
  color: #FFF;
  display: block;
}
.social_custom li a span {
  line-height: 1;
}

.social_custom .fb_btn {
  padding: 6px 14px 4px;
  background: #4869AF;
}


.social_custom .fb_area .icon {
  padding-bottom: 5px;
  display: block;
  text-align: center;
  float: none;
}
.social_custom .fb_area .num {
  padding-left: 5px;
}

.social_custom .share_btn {
  padding: 5px 14px 3px;
  background: #4869AF;
}

.social_custom .fb_area .iine {
  display: flex;
  justify-content: center;
}
.social_custom .fb_area .txt {
  margin-left: 4px;
}

.social_custom .tw_area .tw_btn {
  padding: 6px 14px 3px;
  background: #1da1f2;
}


.social_custom .hatebu_area .hatebu_btn {
  background: #00A4DE;
  padding: 7px 14px 3px;
  text-decoration: none;
}
.social_custom .hatebu_area .hatebu_icon {
  display: block;
  text-align: center;
}
.social_custom .line_area .line_btn {
  padding: 10px 14px 6px;
  background: #00b900;
}
.social_custom.social_foot {
  margin-bottom: 10px;
}
.social_custom.social_foot + .social_foot {
  margin-bottom: 20px;
}

.social_custom.social_foot .line_btn {
  padding: 7px 14px 3px;
}
.social_custom.social_foot .line_area.is-new .line_btn {
}
.social_custom.social_foot .line_num {
  display: block;
}
.social_custom.social_foot .merumaga_btn {
  padding: 10px 14px 4px;
  background: #48a9a6;
}


/*SNSおわり*/


/* ================================================================================================
    SideMenu.php
================================================================================================ */

#right {float: right; width: 199px; font-size:12px; line-height: 1;}
#right .tp {margin-top:10px;}
#right li {line-height:1.5;}

#profile_tp01_inner {border-left: 1px solid #D7E0E8; border-right: 1px solid #D7E0E8; border-bottom: 1px solid #D7E0E8;}
#profile_tp01_inner li:first-child {background-image: none;}
#profile_tp01_inner li { background: url("images/side_border01.png") no-repeat scroll 0 0; padding-top: 1px;}
#profile_tp01_inner li a {background: url("images/side_icon_01.png") no-repeat scroll 5px 16px; display: block; padding: 10px 8px 10px 12px; text-align: justify;}

#faq_tp01_inner {border-left: 1px solid #FBDFA4; border-right: 1px solid #FBDFA4; border-bottom: 1px solid #FBDFA4;}
#faq_tp01_inner li {background: url("images/side_border02.png") no-repeat scroll 0 bottom; padding-bottom: 1px;}
#faq_tp01_inner li a {background: url("images/side_faq_icon01.png") no-repeat scroll 5px 12px; display: block; padding: 10px 8px 10px 23px; text-align: justify;}
#faq_tp01_inner li + li a {background: url("images/side_faq_icon02.png") no-repeat scroll 5px 12px;}
#faq_tp01_inner li + li + li a {background: url("images/side_faq_icon03.png") no-repeat scroll 5px 12px;}
#faq_tp01_inner li + li + li + li a {background: url("images/side_faq_icon04.png") no-repeat scroll 5px 12px;}
#faq_tp01_inner li + li + li + li + li a {background: url("images/side_faq_icon05.png") no-repeat scroll 5px 12px;}
#faq_tp01_inner > a {background: url("images/side_icon_03.png") no-repeat scroll 90px 8px; display: block; padding: 7px; text-align: right;}

#case_tp01 {margin-bottom: 10px;}
#case_tp01 p {font-size: 11px; padding: 0 6px; text-align: justify;}
#case_tp01 p, #case_tp01_inner {border-left: 1px solid #FBDFA4; border-right: 1px solid #FBDFA4;}
#case_tp01_inner {border-bottom: 1px solid #FBDFA4;}
#case_tp01 p, #case_tp01_inner li {background: url("images/side_border02.png") no-repeat scroll 0 bottom; padding-bottom: 1px;}
#case_tp01_inner li a {background: url("images/side_icon_02.png") no-repeat scroll 8px 14px; display: block; padding: 8px 10px 8px 20px; text-align: justify;}
#case_tp01_inner > a {background: url("images/side_icon_03.png") no-repeat scroll 43px 8px; display: block; padding: 7px; text-align: right;}

#kuchikomi_tp01 img {margin-bottom: 10px; background: url("images/side_kuchikomi.png") no-repeat scroll 0 0; display: block; width: 199px; height: 131px;}

.searchform {margin-bottom: 20px; background-color: #EE0000; text-align: left; border: 1px solid #ee0000;}
.searchtext {padding: 5px 10px; width: 90%; height: 25px; border: 0;}
.searchsubmit {color: #fff; background-color: #Ee0000; border: 0; font-weight: bold; font-size: 14px;; cursor: pointer;}

#cat_menu {border:1px solid #ff7f7f; padding:0 3px;}
#cat_menu li a {
  margin:3px 0;
  background: #ff87b1;
  background-image: -webkit-linear-gradient(top, #ff87b1, #ff7f7f);
  background-image: -moz-linear-gradient(top, #ff87b1, #ff7f7f);
  background-image: -ms-linear-gradient(top, #ff87b1, #ff7f7f);
  background-image: -o-linear-gradient(top, #ff87b1, #ff7f7f);
  background-image: linear-gradient(to bottom, #ff87b1, #ff7f7f);
  color: #ffffff;
  padding: 6px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight:bold;
  text-align:center;
}

/* ================================================================================================
    Footer.php
================================================================================================ */

footer {margin: 50px auto 30px;}
footer a {font-size: 12px; text-decoration: none;}
footer a:hover {text-decoration: underline;}
footer .bold {
  font-size: 13.5px;
  font-weight: bold;
}
#top_page_link {
  margin: 0 auto 10px;
  text-align: right;
  width: 950px;
}
.footerMiddle_bkg {
  background-color: #595959;
  /*line-height: 1.8;*/
}
.footerMiddle {
  color: #fff;
  display: flex;
  margin: 0 auto;
  padding: 25px 0;
  width: 950px;
}
footer .footerMiddle a,
footer .footerMiddle a:hover {color: #fff;}
.contentList_group {
  box-sizing: border-box;
  width: 25%;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}
.contentList_group:not(:last-child) {padding-right: 10px;}
.contentList:not(:last-child) {margin-bottom: 25px;}
.contentList dl {
  display: flex;
  flex-wrap: wrap;
}
.contentList dt {padding-top: 4px; width: 35%; font-size: 12px;}
.contentList.areaList dt {width: 20%;}
.contentList dd {width: 65%;}
.contentList dd ul {
  display: flex;
  flex-wrap: wrap;
}
.contentList.areaList dd li {
  width: 33.3%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.footer_bottom {
  margin: 0 auto;
  width: 950px;
}
.footer_bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0;
}
.footer_banner li:not(:last-child) {margin-right: 20px;}
#footer_logo img {
  display: block;
  margin: 15px auto;
}
.copyright{font-size: 12px; text-align: center;}

.pager {height: 30px;margin-top: 20px;text-align: center;}
a.page-numbers, .pager .current {margin: 0 1px;padding: 5px 10px;background: #ccc;border: solid 1px #ccc;border-radius: 5px;color: #333;font-weight: bold;}
.pager .current {background: #Ee0000; border: solid 1px #Ee0000; color: #fff;}

#pagetop {position: fixed; bottom:20px; right:20px; display:none; cursor: pointer;}

/* ================================================================================================
    メディア別設定
================================================================================================ */

/* --------------------------------------------------------------------------
      スマホ
-------------------------------------------------------------------------- */
@media screen and (max-width:479px) {


}

/* --------------------------------------------------------------------------
      スマホ(ラ)
-------------------------------------------------------------------------- */
@media screen and (min-width:480px) and (max-width:767px) {


}

/* --------------------------------------------------------------------------
      タブレット
-------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1023px) {


}

/* --------------------------------------------------------------------------
      パソコン
-------------------------------------------------------------------------- */
@media screen and (min-width:1024px) {


}
