@charset "UTF-8";
.underNone {
  text-decoration: none; }
  .underNone:hover {
    text-decoration: underline; }

/*Image Hover*/
a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }

img {max-width: 100%; height: auto;}

img.b,
.b {
  display: block; }

img.auto {
  margin: 0 auto;
  display: block; }

img.full {
  width: 100%;
  height: auto; }

.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}  

.fR {
  float: right;
  _display: inline; }

.fL {
  float: left;
  _display: inline; }

.iL {
  float: left;
  display: inline;
  margin: 0 10px 5px 0; }

.iR {
  float: right;
  display: inline;
  margin: 0 0 5px 10px; }

.clear {
  clear: both;
  font: 1px/1px monospace; }

.aR {
  text-align: right !important; }

.aC {
  text-align: center !important; }

.aL {
  text-align: left !important; }

.vT {
  vertical-align: top !important; }

.vM {
  vertical-align: middle !important; }

.vB {
  vertical-align: bottom !important; }

.hidden {
  display: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px!important;
    box-sizing: border-box;
    font-style: italic!important;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
	font-style: italic!important;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

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

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, font, 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,
figure, figcaption, 
article, section, nav, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  width: 100%; }

/*html {
  overflow-y: scroll;
  font-size: 62.5%; }*/

/* Basic elements
------------------------------------------------------------------*/
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  /* IE7 Resize with html */ }

strong {
  font-weight: bold;
  color: #e64946; }

em {
  font-weight: bold; }

b {
  font-weight: bold; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  list-style: none;
  list-style-position: inside; }

ol li {
  margin-bottom: 1em !important; }
  ul li:last-child, ol li:last-child {
    margin-bottom: 0; }

dl {
  margin: 0; }
  dl dt {
    margin: 0;
    font-weight: bold; }
    dl dt a {
      font-weight: bold; }
  dl dd {
    margin-bottom: 1em; }

hr {
  border-color: #ccc;
  border-style: dotted;
  border-width: 1px 0 0 0;
  height: 1px;
  margin: 15px 0; }
  hr.solid {
    border-style: solid;
    border-color: #ccc; }
  hr.dotted {
    border-style: dotted;
    border-color: #ccc; }
  hr.trans {
    border-color: transparent;
    margin: 35px 0; }

.vT {
  vertical-align: top; }

.vM {
  vertical-align: middle; }

.vB {
  vertical-align: bottom; }

.oH {
  overflow: hidden !important; }

.oV {
  overflow: visible !important; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit; }

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

select, input, button, textarea {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 14px;}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  font-size: 14px;}

blockquote, pre, dl, ol, ul, th, td {
  line-height: 1.5;
  font-size: 14px;}

p {
  line-height: 1.7;
  font-size: 16px; }

ul, ol, dl {
  list-style-position: outside;
  font-size: 14px; }

.supp {
  font-size: 10px; }

blockquote p, pre p, dl p, ol p, ul p, th p, td p, dd p, dt p {
  font-size: 14px; }

/* Base Link
------------------------------------------------------------------*/
a {
  color: #e64946;
  text-decoration: none; }
  a:hover {
    color: #e64946;
    text-decoration: underline !important; }
  a:active, a:focus {
    outline: none; }
  a.uNone {
    text-decoration: none !important; }
  a.uLine {
    text-decoration: underline !important; }

/* Font
------------------------------------------------------------------*/
/* type */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: bold; }
  h1.type-A, h2.type-A, h3.type-A, h4.type-A, h5.type-A, h6.type-A {
	border-bottom: 1px dotted #ccc;
    font-size: 24px;
    width: 100% !important;
    height: auto;
    line-height: 1;
    padding: 30px 0px 10px;
    margin: 0px auto 20px; }
  h1.type-B, h2.type-B, h3.type-B, h4.type-B, h5.type-B, h6.type-B {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
	width: 100% !important;
    margin: 0 auto 0.5em; }
    h1.type-B span, h2.type-B span, h3.type-B span, h4.type-B span, h5.type-B span, h6.type-B span {
      padding: 5px 0 5px 0px;
      display: block;
      font-weight: bold; }
@media only screen and (max-width: 720px) {
h1.type-A, h2.type-A, h3.type-A, h4.type-A, h5.type-A, h6.type-A {
  width: 95%!important;
}
h1.type-B, h2.type-B, h3.type-B, h4.type-B, h5.type-B, h6.type-B {
  width: 95%!important;
}
}

  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    font-size: 22px; }
    h1.title span, h2.title span, h3.title span, h4.title span, h5.title span, h6.title span {
      background-position: left 14px; }

/* UL, OL, DL
------------------------------------------------------------------*/
ul.notes li {
  text-indent: -1em;
  margin-left: 1em; }

ul.disc li,
ol.disc li {
  list-style-type: disc; }

ul.circle li,
ol.circle li {
  list-style-type: circle; }

ul.decimal li,
ol.decimal li {
  list-style-type: decimal; }

dl.type-A:last-child {
  margin-bottom: 0; }

table tr.aC th,
table tr.aC td {
  text-align: center; }
table th,
table td {
  vertical-align: top;
  text-align: left; }

table.type-A {
  width: 100%;
  margin: 0 0 0px 0;
  border: 1px solid #ccc; }
  table.type-A th,
  table.type-A td {
    vertical-align: top;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    line-height: 1.7;
    padding: 15px 10px; }
  table.type-A thead th {
    font-weight: bold;
    background-color: #79aae7;
    color: #fff; }
  table.type-A tbody th {
    white-space: nowrap;
    font-weight: bold; }

.inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .inner:before, .inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .inner:after {
    clear: both; }
@media only screen and (max-width: 768px) {
.inner {
  width: 100%;
}
}

.searchform {
  width: 300px;
  *zoom: 1;
  margin-bottom: 30px; }
  .searchform:before, .searchform:after {
    display: table;
    content: "";
    line-height: 0; }
    .searchform:after {
      clear: both; }
    .searchform input {
      vertical-align: middle;
      display: block;
      float: left; }
    .searchform input#s {
      border: 1px solid #cccccc;
      background-color: #f8f8f8;
      width: 260px;
      height: 40px; }
    .searchform #searchSubmit {
      background: url("../images/icon/glass.png") no-repeat center center!important;
      background-color: #e64946!important;
      width: 40px!important;
      height: 40px!important;
      border: none!important; }
      .searchform #searchSubmit:hover {
      cursor: pointer!important; }

span.search-highlight {background:#a8e326;}

.globalFooter {
  width: 100%;
  border-top: 1px solid #000;
  *zoom: 1; }
.globalFooter .footNavi {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin-bottom: 20px; }
  .globalFooter .footNavi:before, .globalFooter .footNavi:after {
    display: table;
    content: "";
    line-height: 0; }
  .globalFooter .footNavi:after {
    clear: both; }
  .globalFooter .footNavi ul {
    *zoom: 1; }
    .globalFooter .footNavi ul:before, .globalFooter .footNavi ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .globalFooter .footNavi ul:after {
      clear: both; }
    .globalFooter .footNavi ul li {
      float: left;
      padding-left: 10px;
      font-size: 12px; }
      .globalFooter .footNavi ul li a {
        color: #333;
        margin-right: 20px; }
.globalFooter .inner {
  padding: 20px 0; }
.globalFooter .inner .imgbox {
    float: left;
	width: 100%;
    max-width: 220px;
    margin-bottom: 5px;}
  .globalFooter .inner .address {
    float: left;
	width: 100%;
    max-width: 500px; }
    .globalFooter .inner .address dt {
      font-size: 14px;
      margin-bottom: 0.2em; }
    .globalFooter .inner .address dd {
      font-size: 12px;
      margin-bottom: 0.2em; }
  .globalFooter .inner small {
    float: right;
    text-align: right;
    font-size: 10px; }
@media only screen and (max-width: 768px) {
.globalFooter .inner {
    width: 95%; }
.globalFooter .inner small {
	width: 100%;
    float: left;
    text-align: left;
    font-size: 10px; }
.globalFooter .inner .address {
	margin-bottom: 10px; }
}

.contentsWrap {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 20px auto 120px!important; }
  .contentsWrap:before, .contentsWrap:after {
    display: table;
    content: "";
    line-height: 0; }
  .contentsWrap:after {
    clear: both; }
  .contentsWrap .mainContents {
    float: left;
    width: 670px; }
.contentsWrap .mainContents .wrapper {
  width:100% ;
  margin: 0 auto ;
  *zoom: 1; }
    
@media only screen and (max-width: 768px) {
.contentsWrap {
  margin: 5px auto 40px; }
.contentsWrap .mainContents {
    width: 100%;
	margin: 10px auto;}
.contentsWrap .mainContents .wrapper {
  width:95% ; }
}

  .contentsWrap .subContents {
    float: right;
    width: 300px; }
    .contentsWrap .subContents .wrapper {
      width: 100%;
      margin: 0 auto; }
    .contentsWrap .subContents p.bnr a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
@media only screen and (max-width: 768px) {
.contentsWrap .subContents {
    width: 100%;
	margin: 10px auto; }
}

article.content {
	width: 100%;
  *zoom: 1;
  padding: 25px 0; }
article.content.wrapper {
	width: 100%;
	margin: 0 auto;
   }
  article.content:before, article.content:after {
    display: table;
    content: "";
    line-height: 0; }
  article.content:after {
    clear: both; }
@media only screen and (max-width: 768px) {
article.content.wrapper {
    width: 95%; }
}

body.home .homeVisual {
  width: 100%;
	margin: 0 auto;
   }

/* Contact Form
------------------------------------------------------------------*/
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

select option {
  padding-right: 15px; }

* html select option {
  padding-right: 0;
  _padding-right: 15px; }

label {
  cursor: pointer; }

fieldset {
  border: none; }

input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px; }
  input.err {
    border: 3px solid #00bbcc !important; }

textarea.textarea {
  width: 100%;
  height: 80px;
  padding: 8px 5px; }

.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  width: 150px; }
  .button:hover {
    color: #fff; }
    .button:hover a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
  .button.type01 {
    background-color: #e5007f; }
  .button.type02 {
    background-color: #ef9d27; }

a.button {
  line-height: 1;
  text-align: center;
  display: block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box; }

.block {
  margin-bottom: 35px; }

article.page .content {
  *zoom: 1; }
  article.page .content:before, article.page .content:after {
    display: table;
    content: "";
    line-height: 0; }
  article.page .content:after {
    clear: both; }
article.page .plan {
  *zoom: 1;
  margin-bottom: 1em; }
  article.page .plan:before, article.page .plan:after {
    display: table;
    content: "";
    line-height: 0; }
  article.page .plan:after {
    clear: both; }
  article.page .plan .left {
    width: 320px;
    float: left; }
  article.page .plan .right {
    float: right;
    width: 320px; }
  article.page .plan dl {
    *zoom: 1;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0 !important;
    padding: 7px 0; }
    article.page .plan dl:before, article.page .plan dl:after {
      display: table;
      content: "";
      line-height: 0; }
    article.page .plan dl:after {
      clear: both; }
    article.page .plan dl dt {
      border-left: 3px solid #328bda;
      padding-left: 8px;
      float: left;
      width: 110px;
      font-size: 12px; }
    article.page .plan dl dd {
      float: left;
      margin-bottom: 0;
      width: 200px; }
      article.page .plan dl dd em {
        color: #f92c1c; }

    article.page .content h1 {
      border-left: 5px solid #e64946;
      font-size: 22px;
      padding: 5px 0 5px 10px;
      margin-top: 2em;
      margin-bottom: 1em; }
    article.page .content h2 {
      border-left: 2px solid #e64946;
      border-bottom: 1px dotted #ccc;
      font-size: 18px;
      padding: 3px 0 3px 10px;
      margin-top: 1.5em;
      margin-bottom: 0.5em; }
    article.page .content h3 {
      color: #000000;
	  border-left: 2px solid #e64946;
      font-size: 14px;
	  padding: 0px 10px;
      margin-bottom: 1em;
      margin-top: 2em; }

article.entry {
  margin: 0px 0; }
  article.entry .entryInfo {
    *zoom: 1;
    margin: 10px 0; }
    article.entry .entryInfo:before, article.entry .entryInfo:after {
      display: table;
      content: "";
      line-height: 0; }
    article.entry .entryInfo:after {
      clear: both; }
    article.entry .entryInfo .categories {
      float: left; }
      article.entry .entryInfo .categories ul {
        *zoom: 1; }
        article.entry .entryInfo .categories ul:before, article.entry .entryInfo .categories ul:after {
          content: "";
          line-height: 0; }
        article.entry .entryInfo .categories ul:after {
          clear: both; }
        article.entry .entryInfo .categories ul li {
          float: left;
          background-color: #e64946;
          padding: 5px 15px;
          color: #fff;
          margin-right: 10px; }
          article.entry .entryInfo .categories ul li a {
            color: #fff;
            text-decoration: none; }
            article.entry .entryInfo .categories ul li a:hover {
              text-decoration: underline; }
@media only screen and (max-width: 768px) {
article.entry .entryInfo {
	margin: 10px 10px;}
}

    article.entry .entryInfo time {
      float: left;
      font-size: 14px;
      padding: 5px 10px; }
    article.entry .entryInfo .weather {
      float: left;
      font-size: 14px;
      padding: 5px 10px;
      margin-right: 10px;
      font-weight: bold;
      color: #328bda;
      border: 2px dotted #c6daf7; }
  article.entry .content {
    margin-bottom: 30px; }
    article.entry .content h1:first-child, article.entry .content h2:first-child, article.entry .content h3:first-child, article.entry .content h4:first-child {
      margin-top: 0; }
    article.entry .content h1 {
      border-left: 5px solid #e64946;
      font-size: 22px;
      padding: 5px 0 5px 10px;
      margin-top: 2em;
      margin-bottom: 1em; }
    article.entry .content h2 {
      border-left: 2px solid #e64946;
      border-bottom: 1px dotted #ccc;
      font-size: 18px;
      padding: 3px 0 3px 10px;
      margin-top: 1.5em;
      margin-bottom: 0.5em; }
    article.entry .content h3 {
      color: #000000;
	  border-left: 2px solid #e64946;
      font-size: 16px;
	  padding: 0px 10px;
      margin-bottom: 1em;
      margin-top: 2em; }
    article.entry .content ul li {
      background: url("../images/icon/circle01.png") no-repeat left 8px;
      padding: 5px 0 5px 20px;
      margin-bottom: 0.3em !important; }
  article.entry .authorBlock {
    *zoom: 1;
    border: 3px solid #c8dff4; }
    article.entry .authorBlock:before, article.entry .authorBlock:after {
      display: table;
      content: "";
      line-height: 0; }
    article.entry .authorBlock:after {
      clear: both; }
    article.entry .authorBlock figure {
      float: left;
      width: 90px;
      margin: 10px 20px; }
      article.entry .authorBlock figure img {
        display: block; }
    article.entry .authorBlock .text {
      float: right;
      width: 510px;
      margin: 20px 20px 10px 0px; }
  article.entry .postNavi {
    border-top: 1px dotted #ccc;
    padding-top: 25px;
	margin: 0 auto;
	width: 100%;
    *zoom: 1; }
    article.entry .postNavi:before, article.entry .postNavi:after {
      display: table;
      content: "";
      line-height: 0;
      color: #000; }
    article.entry .postNavi:after {
      clear: both; }
    article.entry .postNavi span {
      font-size: 14px; }
      article.entry .postNavi span.prev a {
		color: #000000;
        float: left;
        padding-left: 20px;
        background: url("../images/icon/arr_left.jpg") no-repeat left;
        width: 48%; }
      article.entry .postNavi span.next a {
		color: #000000;
        float: right;
        padding-right: 20px;
        background: url("../images/icon/arr_right.jpg") no-repeat right;
        text-align: right;
        width: 48%; }
@media only screen and (max-width: 768px) {
article.entry .postNavi {
	width: 95% ;}
	  article.entry .postNavi span.prev a {
        width: 100%; }
      article.entry .postNavi span.next a {
        width: 100%; }
}

.threearea{
	width: 100%;
	margin: 0 auto!important;	
}
.threearea .banner {
	width: 33.1%;
	margin: 1% 0.1% 0.5%;	
	float: left;
}
@media only screen and (max-width: 768px) {
.threearea{
	width: 95%;
}
}
@media only screen and (max-width: 480px) {
.threearea .banner {
	width: 100%;
	margin: 5px auto;	
}
}

.twoarea{
	width: 100%;
	max-width: 1000px;
	*zoom: 1;
	margin: 0px auto 20px!important;	
}
.twoarea .banner {
	width: 50%;
	margin: -0.3% 0%;	
	float: left;
}
@media only screen and (max-width: 768px) {
.twoarea{
	width: 95%;
}
.twoarea .banner {
	margin: -0.5% 0%;	
}
}
@media only screen and (max-width: 480px) {
.twoarea{
	margin: 0 auto!important;	
}
.twoarea .banner {
	width: 100%;
	margin: 0 auto;	
}
}

.works_left {
	width: 49%;
	margin: 0px auto 20px;
	float: left;
}
.works_right {
	width: 49%;
	margin: 0px auto 20px;
	float: right;
}
@media only screen and (max-width: 480px) {
.works_left {
	width: 100%;
}
.works_right {
	width: 100%;
}
}

.works_spec{
	font-size:12px;
}

.subContents .recentEntries,
.subContents .recentCategories,
.subContents .recentArchives,
.subContents .recentplan,
.subContents .mecena-medical,
.subContents .search-form,
.subContents .mecena {
  width: 100%;
  margin: 0px auto 30px; }
ul.categories.a { padding: 0; position: relative; } 
ul.categories li { line-height: 4.0em; list-style-type: none!important; border-bottom: dotted 1px #cccccc; } 
ul.categories li a { color: #000000; font-size: 14px; margin-left: 20px; } 
ul.categories li:before {/*疑似要素*/ font-family: FontAwesome; content: "\f0c9";/*アイコンの種類*/ position: absolute; margin: 0; /*左端からのアイコンまで*/ color: #e64946; /*アイコン色*/ }
ul.archives.a { padding: 0; position: relative;  } 
ul.archives li { line-height: 4.0em; list-style-type: none!important; border-bottom: dotted 1px #cccccc; } 
ul.archives li a { color: #000000; font-size: 14px; margin-left: 20px; } 
ul.archives li:before {/*疑似要素*/ font-family: FontAwesome; content: "\f271";/*アイコンの種類*/ position: absolute; margin: 0; /*左端からのアイコンまで*/ color: #e64946; /*アイコン色*/ }
ul.plan.a { padding: 0; position: relative;  } 
ul.plan li { line-height: 4.0em; list-style-type: none!important; border-bottom: dotted 1px #cccccc; } 
ul.plan li a { color: #000000; font-size: 14px; margin-left: 20px; } 
ul.plan li:before {/*疑似要素*/ font-family: FontAwesome; content: "\f0da";/*アイコンの種類*/ position: absolute; margin: 0; /*左端からのアイコンまで*/ color: #e64946; /*アイコン色*/ }
@media only screen and (max-width: 768px) {
.subContents .recentEntries,
.subContents .recentCategories,
.subContents .recentArchives,
.subContents .recentplan,
.subContents .mecena-medical,
.subContents .search-form,
.subContents .mecena {
  width: 95%; }
}

.subContents .entries {
  border-bottom: 1px dotted #ccc; }
  .subContents .entries .entry {
    *zoom: 1;
    padding-top: 10px;
    padding-bottom: 10px;
	  border-bottom: 1px dotted #ccc;
     }
    .subContents .entries .entry:before, .subContents .entries .entry:after {
      display: table;
      content: "";
      line-height: 0; }
    .subContents .entries .entry:after {
      clear: both; }
    .subContents .entries .entry:last-child {
      border-bottom: none; }
    .subContents .entries .entry a {
      display: table;
      width: 100%;
      text-decoration: none; }
      .subContents .entries .entry a .text {
        display: table-cell;
        vertical-align: middle;
        color: #000;
        width: 80%; }
        .subContents .entries .entry a .text time {
          font-size: 12px;
          color: #000; }
        .subContents .entries .entry a .text .title {
          font-size: 16px;
          color: #000; }
      .subContents .entries .entry a figure {
        display: table-cell;
        vertical-align: middle;
        width: 20%; }
        .subContents .entries .entry a figure img {
          display: block; }
      .subContents .entries .entry a:hover .title {
        text-decoration: underline;
        text-decoration-color: #000;}
      .subContents .entries .entry a:hover time {
        text-decoration: underline;
        text-decoration-color: #000;}
@media only screen and (max-width: 768px) {
.subContents .entries .entry a .text {
        width: 90%; }
.subContents .entries .entry a figure {
        width: 10%; }
}
@media only screen and (max-width: 480px) {
.subContents .entries .entry a .text {
        width: 85%; }
.subContents .entries .entry a figure {
        width: 15%; }
}

.subContents .socialBanners {
	width: 100%;
  margin: 20px auto 10px; }
  .subContents .socialBanners .banners ul li {
    margin: 0px auto 10px; }
    .subContents .socialBanners .banners ul li a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
    .subContents .socialBanners .banners ul li img {
      display: block;
margin: 0 auto;}

.newsBlock h1 {
  margin-bottom: 0; }
.newsBlock .news {
  border-bottom: 1px dotted #ccc;
  padding: 25px 0;
  *zoom: 1; }
  .newsBlock .news:before, .newsBlock .news:after {
    display: table;
    content: "";
    line-height: 0; }
  .newsBlock .news:after {
    clear: both; }
  .newsBlock .news .text {
    float: right;
    width: 70%; }
    .newsBlock .news .text .entryInfo {
      *zoom: 1;
      margin: 10px auto; }
      .newsBlock .news .text .entryInfo:before, .newsBlock .news .text .entryInfo:after {
        display: table;
        content: "";
        line-height: 0; }
      .newsBlock .news .text .entryInfo:after {
        clear: both; }
      .newsBlock .news .text .entryInfo .categories {
        float: left; }
        .newsBlock .news .text .entryInfo .categories ul {
          *zoom: 1; }
          .newsBlock .news .text .entryInfo .categories ul:before, .newsBlock .news .text .entryInfo .categories ul:after {
            display: table;
            content: "";
            line-height: 0; }
          .newsBlock .news .text .entryInfo .categories ul:after {
            clear: both; }
          .newsBlock .news .text .entryInfo .categories ul li {
            float: left;
            background-color: #e64946;
            padding: 5px 15px;
            color: #fff;
            margin-right: 10px; }
            .newsBlock .news .text .entryInfo .categories ul li a {
              color: #fff;
              text-decoration: none; }
              .newsBlock .news .text .entryInfo .categories ul li a:hover {
                text-decoration: underline; }
      .newsBlock .news .text .entryInfo time {
        float: left;
        font-size: 14px;
        padding: 5px 10px;
        margin-right: 10px; }
      .newsBlock .news .text .entryInfo figure.author {
        *zoom: 1;
        float: none;
        width: auto; }
        .newsBlock .news .text .entryInfo figure.author:before, .newsBlock .news .text .entryInfo figure.author:after {
          display: table;
          content: "";
          line-height: 0; }
        .newsBlock .news .text .entryInfo figure.author:after {
          clear: both; }
        .newsBlock .news .text .entryInfo figure.author img {
          margin-right: 5px;
          vertical-align: middle;
          display: inline; }
        .newsBlock .news .text .entryInfo figure.author figcaption {
          display: inline;
          font-weight: bold;
          font-size: 12px; }
    .newsBlock .news .text h1 {
      font-size: 18px;
      margin-bottom: 10px; }
      .newsBlock .news .text h1 a {
        color: #333; }
        .newsBlock .news .text h1 a:hover {
          text-decoration: none; }
    .newsBlock .news .text p {
      display: inline; }
      .newsBlock .news .text p a {
        color: #e64946; }
  .newsBlock .news figure {
    float: left;
    width: 26%; }
    .newsBlock .news figure a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
@media only screen and (max-width: 768px) {
.newsBlock .news {
	margin: 0 auto;
  width: 95%; }
}

.aboutBlock {
  margin-bottom: 30px; }
  .aboutBlock .banners {
    width: 670px; }
    .aboutBlock .banners ul {
      *zoom: 1;
      width: 700px;
      margin-right: -30px;
      overflow: hidden; }
      .aboutBlock .banners ul:before, .aboutBlock .banners ul:after {
        display: table;
        content: "";
        line-height: 0; }
      .aboutBlock .banners ul:after {
        clear: both; }
      .aboutBlock .banners ul li {
        float: left;
        width: 320px;
        margin-right: 30px; }
        .aboutBlock .banners ul li a:hover img {
          opacity: 0.8;
          filter: alpha(opacity=0.8);
          -ms-filter: "alpha( opacity=$alpha )"; }
@media only screen and (max-width: 768px) {
.aboutBlock {
	margin: 0 auto;
  width: 100%; }
.aboutBlock .banners {
	text-align: center;
    width: 100%;
	margin: 10px auto;}
.aboutBlock .banners ul {
	margin: 0 auto;
      *zoom: 1;
      width: 100%;
      overflow: hidden; }
.aboutBlock .banners ul li {
        float: left;
        width: 48%;
        margin: 1%; }
}
@media only screen and (max-width: 480px) {
.aboutBlock {
  width: 95%; }
.aboutBlock .banners ul li {
        width: 100%;
	margin: 0 auto;
	text-align: center;
        }
}

.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px !important;
  *zoom: 1;
  padding: 0;
  *zoom: 1;
  color: #999; }
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs span {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1; }
    .breadcrumbs span:first-child {
      margin-left: 0; }
    .breadcrumbs span:last-child {
      background: none; }
    .breadcrumbs span a {
      color: #999; }
@media only screen and (max-width: 768px) {
.breadcrumbs {
  width: 95%; }
.breadcrumbs span {
    font-size: 10px;}
}

.wp-pagenavi {
  margin-top: 25px; }

/**
 * WordpressのネイティブCSS
 * http://codex.wordpress.org/CSS
 */
/*.alignnone {
  margin: 5px 20px 20px 0; }*/

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
