body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

body {
	background-color: #FFF;
	padding:0;
	margin:0;
}

.clear {
  clear: both;
}

img {
  vertical-align: bottom;
  border: none;
}

#wrap {
  text-align: center;
  margin: 0px auto 0px auto;
}

#main {
	text-align: center;
	max-width:1400px;
	margin:20px auto 0 auto;
}
h1{
	font-weight:100;
}

.light_blue1{
	color:#3eb6be;
}

.light_blue2{
	color:#6aa4ae;
}

.light_blue3{
	color:#1e959d;
}

.black{
	color:#000000;
}

.gnav-container li.menu-item-46 a{
	background-color:#6dd6dd !important;
}

.gnav-container li.menu-item-46 a:hover{
	background-color:#40c2cb !important;
}

.marugo{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

/*****　ヘッダー　*****/

@media (max-width:768px){
#h_logo{
	margin:10px 5px 0 10px;
	text-align:left;
	font-size:80%;
}

#h_tel{
	margin:0 5px 10px 10px;
	text-align:left;
	color:#12283b;
	font-size:80%;
}

#h_tel img{
	width:170px;
}
}

@media (min-width:769px){
.header{
	max-width:1140px;
	margin:0 auto;
}

#h_logo{
	margin:20px 0 10px 3px;
	float:left;
	text-align:left;
}

#h_tel{
	margin:20px 3px 7px 0;
	float:right;
	text-align:right;
	color:#12283b;
	font-size:90%;
}
}

#h_logo #yago{
	color:#999999;
	font-size:90%;
}

#h_logo #page_title{
	color:#0d416d;
	font-size:190%;
	font-weight:800;
}

#h_logo #title_ruby{
	color:#3c80ba;
}

#h_logo a:hover{
	text-decoration:none;
}

#h_tel #tel_no{
	font-size:170%;
	font-weight:800;
}
@media (max-width:768px){
nav ul{
	width:100%;
	padding:0;
	text-align:left;
	list-style:none;
	font-size:0;
}

nav ul li{
	display:inline-block;
	text-align:left;
	font-size:initial;
}
}
@media (min-width:769px){
nav ul{
	max-width:1140px;
	margin:10px 0 0 130px;
	padding:0;
	text-align:left;
	list-style:none;
	font-size:0;
}

nav ul li{
	display:inline-block;
	text-align:center;
	font-size:16px;
}
}

nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	padding:0 1em;
}

nav ul li a.current{
	background-color:#40c2cb;
}

nav ul li a:hover{
	background-color:#40c2cb;
}

@media (min-width:769px){
/*****　TOPページ　*****/
.wp-image-26{display:none !important;}

h1.koatsu{
	margin-top:70px;
}

h1 .sanmanv{
	font-size:80%;
}

#introduction {
	width:80%;
	margin:60px auto 0 auto;
	text-align:left;
}

#introduction img .sp{
	display:none;
}

#introduction img{
	margin-left:30px;
	float:right;
	width:40%;
}

#introduction #point{
	background-color:#d4f4f6;
	margin:40px 0 0 0;
	padding:35px 10px 35px 100px;
	position:relative;
	width:57%;
}

#introduction #point #p_icon{
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0.51, #3db6be), color-stop(0.49, #4cbfc6));
	background: -webkit-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -moz-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -o-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -ms-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	width:100px;
	border-radius:50px;
	text-align:center;
	height:100px;
	color:#FFFFFF;
	border:#FFF solid 2px;
	position:absolute;
	left:-25px;
	top:-25px;
	padding-top:25px;
}

#konnashojo{
	width:80%;
	margin:40px auto 70px;
	background:url(img/t005b.jpg) bottom left #ededed no-repeat;
	padding:60px 0 0 385px;
	text-align:left;
}

#konnashojo #shojo_list{
	height:100%;
	padding-bottom:85px;
	padding-right:15px;
	background:url(img/t006b.jpg) bottom right no-repeat;
}

#konnashojo ul{
	display:flex;
	flex-flow:row wrap;
}

#konnashojo ul li{
	list-style:none;
	width:22%;
	font-size:90%;
	margin-left:1.2em;
	margin-right:3px;
}

#konnashojo ul li:before{
	content: '□';
	margin-left:-1.2em;
}

#healthtron_guide {
	width:80%;
	margin:40px auto;
}

#healthtron_guide ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	margin:25px auto;
	width:90%;
	
}

#healthtron_guide ul li{
	list-style:none;
	background-color:#c3ecef;
	color:#073437;
	border-radius:5px;
	width:8em;
	height:3em;
	margin:9px;
	line-height:3em;
	font-size:115%;
}

#naikan_wide img{
	max-width:1400px;
}

#healthtron_use{
	background-color:#e6f5f7;
	padding:60px 130px 30px;
	max-width:1400px;
	margin-bottom:30px;
}

#healthtron_use h1{
	font-size:200%;
}

#healthtron_use #text_container{
	display:flex;
	flex-flow:row wrap;
	margin-top:50px;
	justify-content:space-between;
	align-content:space-between;
	align-items:stretch;
}

#healthtron_use #text_container .text_box{
	width:48%;
	text-align:left;
	background-color:#FFF;
	padding:0 1.8em 1.8em 1.8em;
	min-height:250px;
	margin-bottom:30px;
	vertical-align:top;
}

h1#chui_title{
	padding:5px 20px;
	background-color:#FFF;
	display: inline;
    position: relative;
    top: 30px;
}

#chuijiko{
	margin:0 auto;
	width:80%;
	border:#82cbd1 solid 1px;
	padding:70px 50px 0 50px;
	text-align:left;
}

#chuijiko .text{
	margin-bottom:30px;
	margin-left:1.2em;
}

#chuijiko .text:before{
	content: '■';
	margin-left:-1.2em;
	color:#1e959d;
}

}

@media (max-width:1160px){
#introduction #point{
	background-color:#d4f4f6;
	margin:40px 0 0 0;
	padding:35px 10px 35px 100px;
	position:relative;
	width:90%;
}

#introduction #point #p_icon{
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0.51, #3db6be), color-stop(0.49, #4cbfc6));
	background: -webkit-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -moz-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -o-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -ms-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	width:100px;
	border-radius:50px;
	text-align:center;
	height:100px;
	color:#FFFFFF;
	border:#FFF solid 2px;
	position:absolute;
	left:-25px;
	top:-25px;
	padding-top:25px;
}

#konnashojo{
	width:80%;
	margin:40px auto 70px;
	background:url(img/t005b.jpg) bottom left #ededed no-repeat;
	padding:60px 0 0 0;
	text-align:left;
}

#konnashojo h2{
	margin-left:25px;
}

#konnashojo #shojo_list{
	height:100%;
	padding-left:25px;
	padding-bottom:280px;
	padding-right:15px;
	background:url(img/t006b.jpg) bottom right no-repeat;
}

#konnashojo ul{
	display:flex;
	flex-flow:row wrap;
}

#konnashojo ul li{
	list-style:none;
	width:28%;
	font-size:90%;
	margin-left:1.2em;
	margin-right:3px;
}

#konnashojo ul li:before{
	content: '□';
	margin-left:-1.2em;
}
}

@media (min-width:769px){
/*****　医院のご案内ページ　*****/
#goannai{
	max-width:1140px;
}

#goannai #shinryoannai{
	width:48%;
	text-align:left;
	float:left;
	margin-right:2%;
	padding:5px 0 5px 10px;
	border-top:#333 dotted 2px;
	border-bottom:#333333 dotted 2px;
}

#goannai .time_t{
	text-align:left;
	font-size:110%;
	float:left;
	width:47%;
	margin-left:3%;
}

#goannai table{
	width:100%;
	padding:5px 0 5px;
	border-top:#333 solid 1px;
	text-align:center;
}

#goannai table th,td{
	border-bottom:#333 solid 1px !important;
}

#goannai table th{
	width:30%;
	font-weight:100;
	text-align:center;
}

#goannai table .gc{
	color:#6cb6a9;
}

#inchokeireki{
	background-color:#d9e9e3;
	margin:60px auto;
	padding:20px 30px;
}

#inchokeireki dl{
	float:left;
	margin-right:20px;
	text-align:left;
}

#inchokeireki dl dt{
	float:left;
	margin-right:1em;
}

#inchokeireki dl dd{
	display:table-cell;
}

#inchokeireki img{
	margin:10px;
}

/*****　院内の様子ページ　*****/

/*****　アクセスページ　*****/
#a-img{
	max-width:880px;
	display:flex;
	justify-content:space-between;
	margin:0 auto 20px;
}

#a-shosai{
	max-width:880px;
	padding:10px 10px 20px 10px;
	background-color:#d9d9d9;
	margin:0 auto 20px;
}

#a-map{
	max-width:880px;
	height:530px;
	margin:0 auto;
}
}

@media (max-width:768px){
.breadcrumbs{display:none !important;}

/*****　TOPページ　*****/
.galleryid-2{display:none !important;}

#main {
	font-size:90%;
	margin-top:0;
	border-top:#6dd6dd solid 2px;
}

h1.koatsu{
	padding:0 15px;
}

h1.koatsu{
	margin-top:40px;
}

h1 .sanmanv{
	font-size:90%;
}

#introduction {
	width:90%;
	margin:30px auto 0 auto;
	text-align:left;
}

#introduction img .pc{
	display:none;
}

#introduction img{
	margin:15px auto 35px;
}

#introduction #point{
	background-color:#d4f4f6;
	margin:50px 0 0 0;
	padding:70px 10px 35px 20px;
	position:relative;
	width:100%;
}

#introduction #point #p_icon{
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0.51, #3db6be), color-stop(0.49, #4cbfc6));
	background: -webkit-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -moz-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -o-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: -ms-linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	background: linear-gradient(to right bottom, #4cbfc6 49%, #3db6be 51%);
	width:100px;
	border-radius:50px;
	text-align:center;
	height:100px;
	color:#FFFFFF;
	border:#FFF solid 2px;
	position:absolute;
	left:-12px;
	top:-40px;
	padding-top:25px;
}

#konnashojo{
	width:100%;
	margin:40px auto 30px;
	background:url(img/t005b.jpg) bottom left #ededed no-repeat;
	padding:30px 25px 0;
	text-align:left;
}

#konnashojo #shojo_list{
	height:100%;
	padding:0 0 280px 0;
	background-image:none !important;
}

#konnashojo ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

#konnashojo ul li{
	list-style:none;
	width:80%;
	font-size:100%;
	margin-left:1.2em;
	margin-right:3px;
}

#konnashojo ul li:before{
	content: '□';
	margin-left:-1.2em;
}

#healthtron_guide {
	width:90%;
	margin:40px auto;
}

#healthtron_guide ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	margin:25px auto;
	width:100%;
	
}

#healthtron_guide ul li{
	list-style:none;
	background-color:#c3ecef;
	color:#073437;
	border-radius:5px;
	width:8em;
	height:3em;
	margin:9px;
	line-height:3em;
	font-size:115%;
}

#naikan_wide img{
	max-width:1400px;
}

#healthtron_use{
	background-color:#e6f5f7;
	padding:60px 25px 30px;
	max-width:1400px;
	margin-bottom:30px;
}

#healthtron_use h1{
	font-size:200%;
}

#healthtron_use #text_container{
	display:flex;
	flex-flow:row wrap;
	margin-top:50px;
	justify-content:space-between;
	align-content:space-between;
	align-items:stretch;
	justify-content: center;
}

#healthtron_use #text_container .text_box{
	width:90%;
	text-align:left;
	background-color:#FFF;
	padding:0 1.8em 1.8em 1.8em;
	min-height:250px;
	margin-bottom:30px;
	vertical-align:top;
}

h1#chui_title{
	padding:5px 20px;
	background-color:#FFF;
	display: inline;
    position: relative;
    top: 30px;
}

#chuijiko{
	margin:0 auto;
	width:90%;
	border:#82cbd1 solid 1px;
	padding:55px 25px 0 25px;
	text-align:left;
}

#chuijiko .text{
	margin-bottom:30px;
	margin-left:1.2em;
}

#chuijiko .text:before{
	content: '■';
	margin-left:-1.2em;
	color:#1e959d;
}

/*****　医院のご案内ページ　*****/
#goannai{
	max-width:1140px;
	
}

#goannai #shinryoannai{
	width:90%;
	text-align:left;
	margin:0 auto;
	padding:5px 0 5px 10px;
	border-top:#333 dotted 2px;
	border-bottom:#333333 dotted 2px;
}

#goannai .time_t{
	text-align:left;
	width:90%;
	margin:20px auto 0;
}

#goannai table{
	width:100%;
	padding:5px 0 5px;
	border-top:#333 solid 1px;
	text-align:center;
}

#goannai table th,td{
	border-bottom:#333 solid 1px !important;
}

#goannai table th{
	width:30%;
	font-weight:100;
	text-align:center;
}

#goannai table .gc{
	color:#6cb6a9;
}

#inchokeireki{
	background-color:#d9e9e3;
	margin:60px auto;
	padding:20px 5%;
}

#inchokeireki dl{
	float:left;
	margin-right:20px;
	text-align:left;
}

#inchokeireki dl dt{
	float:left;
	margin-right:1em;
}

#inchokeireki dl dd{
	display:table-cell;
}

#inchokeireki img{
	margin:10px;
}

/*****　院内の様子ページ　*****/
#gallery-1{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

#gallery-1 .gallery-item{
	width:80% !important;
}

/*****　アクセスページ　*****/
#a-img{
	max-width:880px;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	margin:0 auto 10px;
}

#a-img img{
	margin-bottom:10px;
}

#a-shosai{
	max-width:880px;
	padding:10px 10px 20px 10px;
	background-color:#d9d9d9;
	margin:0 auto 20px;
}

#a-map{
	max-width:100%;
	height:300px;
	margin:0 auto;
}

}
/*****　フッターはstyle.css *****/

/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}

/**
 * mainvisual
 */
.mainvisual {
  overflow-x: hidden;
}

/*--------------------------
	おしらせ（年末年始のお知らせ）
--------------------------*/
/*おしらせ*/
.infomaiton-news{
	width: 100%;
    overflow: hidden;
    margin: 2% 0;
    padding: 1% 9% 2%;
    background-color: #e6f5f7;
}
.infomaiton-news h2{
	color: #5072b3;
    border-bottom: 1px solid #5072b3;
    width: 64%;
    margin: 1% auto 2%;
    padding: 0%;
    letter-spacing: 0.7em;
		
}
.infomaiton-news-conts {
	color: #5072b3;
    padding: 1%;
    font-size: 1.1em;
    border: 1px solid #5072b3;
    width: 64%;
    margin: 2% auto;
}
.txt-small {
    font-size: 0.8em;
    color: #52bcbf;
}
.txt-h {
    background: #5072b3;
    color: #fff;
    padding: 1%;
}

@media (max-width:767px){
.infomaiton-news {
    width: 100%;
    overflow: hidden;
    margin: 4% 0;
    padding: 4%;
    background-color: #edf6fb;
}
.infomaiton-news h2 {
    width: 100%;
	margin: 4% auto;

}
.infomaiton-news-conts {
    width: 100%;
    margin: 3% auto;
    text-align: left;
    padding: 2%;
}
}


/************************************************************************

	TOP 新着情報

************************************************************************/
.page-home-staffblog {
    background: #e3f3fa;
	padding: 2%;
	overflow:hidden;
	margin: 5% 0;
    background: -moz-linear-gradient(top, #d4f4f6, #FFF);
    background: -webkit-linear-gradient(top, #d4f4f6, #FFF);
    background: linear-gradient(to bottom, #d4f4f6, #FFF);
}

.heading-txt {
    text-align: center;
    margin: 1em 0 1.5em;
    width: 40%;
    float: left;
}

.heading-txt a {
    color: #333;
	/*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
	letter-spacing: 0.1em;
}

.heading-txt a,.heading-txt a:visit,.heading-txt a:active{
	color:#333!important;
}

.heading-txt a:hover{
	color:#3da3bf;
	text-decoration: none;
}

.heading-txt h2 {
    text-align: center;
    font-size: 1.8em;
}

.page-home-staffblog .more span:hover{
	color: #fff;
	border: 1px solid #ff9300;
    text-decoration: none;
	background:url(img/icon-arrow.png)no-repeat;
    background-color: #ff9300;
    background-position: 92%;
}

.newsListItem{
	margin: 0 0 2%;
    /* padding: 4%; */
    border-bottom: 1px solid #6dd6dd;
}

.newsListItem h3{
	color: #003667;
}

.new-icon{
	color:#e60012;
}

.news-entry ul{
	list-style: none;
	font-size: 14px;
}

.news-entry {
    width: 60%;
    float: left;
}

.news-entry a,.news-entry a:visit,.news-entry a:active{
	color:#003667;
}

.news-entry a:hover{
	color:#3da3bf;
}

.news{
	text-align: center;
    padding: 4% 0 4%;
	max-width: 1000px;
    margin: 0 auto;
}

.news-area{
}

p.date {
    width: 30%;
    float: left;
	color: #3db6be;
}

.cf.main-blog {
    padding: 4% 0 0 0;
}

.cf.main-blog .main-column  .content{
    padding: 5% 0 0 0;
}


/*ニュースタイトルが長い時に途中までで切ります。*/

.newstitle{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	width: unset;
    padding: 0 10%;
}

.newstitle a{
	color:#333;
}

.entry-list{
	text-align:right;
}

/************************************************************************

	各 ブログページ共通

************************************************************************/
/*固定ページで基本出てくるのh1の非表示*/

.entry-title{
	display:none;
}

.sub-mainvisual {
    background-image: url(img/subpage-main-bg.jpg);
    background-repeat: no-repeat;
    height: 180px;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: -moz-linear-gradient(top, #d4f4f6, #FFF);
    background: -webkit-linear-gradient(top, #d4f4f6, #FFF);
    background: linear-gradient(to bottom, #fff, #d4f4f6);
}
.blog-top {
    font-size: 1.5em;
}

.blog-top a{
    color:#41c1cc;
}

.blog-top a:hover{
    color:#6dd6dda3;
	text-decoration:none;
}

.blog-page {
    padding: 2%;
}

.main-column h1{
	border-bottom: solid 3px #6dd6dd;
    position: relative;
	font-size: 2em;
	padding: 0 0 1%;
	margin: 0 0 2%;
}

.main-column h1:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #95b168;
    bottom: -3px;
    width: 30%;
}

.main-column .content{
    padding: 2%;
}

.main-column .content p{
	line-height: 30px;
    margin: 2%;
}

.main-column a {
    color: #333;
}

.main-column a:hover {
    text-decoration: none;
    color: #41c1cc;
}

.side-column a {
    color: #333;
}

.side-column a:hover {
    text-decoration: none;
    color: #41c1cc;
}


.entry-container{
	margin:0;
	padding:0 0 4%;
}

.entry-header{
	border-bottom: 1px solid;
}

.entry-header h2{
	font-size:2em;
}

/*ブログページタイトル*/

.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6dd6dd;
}

.blog-header {
    padding: 1%;
    margin: 4% 0;
    font-size: 1.5em;
    position: relative;
    background: #6dd6dd;
    color: white;
}


/*ブログのタイトル*/

.blog-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}

.blog-title {
    border-bottom: solid 3px #f8e8c6;
    position: relative;
}


/*サイドバーのタイトル*/

.widget-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #95b167;
    bottom: -3px;
    width: 30%;
}

.widget-title {
    border-bottom: solid 3px #6dd6dd;
    position: relative;
}


/*テキストウエッジ*/

.textwidget {
    padding: 0;
    margin: 0 0 20px 20px;
}


/*カレンダー*/

#wp-calendar {
    background-color: transparent;
    width: 100%;
    text-align: center;
}

#wp-calendar th{
	text-align:center;
}

#wp-calendar a{
	color: #ffc678;
}


/*　ページネーション　*/

.pagenation {
    margin: 1em 0;
	clear: both;
}

.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin: 1px;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/************************************************************************

	single(記事ページ)

************************************************************************/

/*シングルページだけのページャー*/

.navigation a, .navigation span{
        padding: 10px!important;
    	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	    transition: 1.0s;
}

.navigation a:hover{
	color:#fff;
	text-decoration:none;
}

/************************************************************************

	error(404.php)

************************************************************************/

.error-page{
	width: 100%;
    padding: 4%;
}

/************************************************************************

	レスポンシブtop-スタッフブログ

************************************************************************/
@media (max-width: 768px){
p.date {
    width: 42%;
}
.heading-txt a {
    writing-mode: unset;
}

.heading-txt {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.news-entry {
    width: 100%;
    float: none;
}

.newsListItem .date {
    width: 100%;
    float: initial;
}

.section-staffblog li {
	font-size: inherit;
}

.news-entry ul {
    margin: 2%;
}
}