@charset "UTF-8";

html {
  overflow-y: scroll; 
}

body {
background: #6EE1FF;
  color: #333333;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
-webkit-text-size-adjust: 100%;
}

/* for IE7 */
*+html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック'; 
}

/* for IE6 */
* html body {
  font-family: 'ＭＳ Ｐゴシック';
}


/* link
------------------------------------------------ */

a:link {
color:#1681b2;
text-decoration:none;
}

a:visited {
color:#3030c1;
text-decoration:none;
}

a:hover {
color:#3398e2;
text-decoration:underline
}

a:active {
color:#3398e2;
text-decoration:none;
}

a:hover img {
opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;
}
a:active img {
opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;
}

a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#pagetop a:hover img,
#globalNavi ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#pagetop a:active img,
#globalNavi ul li a:active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* clearfix
------------------------------------------------ */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-Mac */

/* 文字
------------------------------------------------ */

strong {
  font-weight: bold;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.smallCap {
font-size: 80%;
}

.largeCap {
font-size: 120%;
}

.vLast {
margin-bottom:0 !important;
}

.hLast {
margin-right:0 !important;
}

.margin-bottom {
margin-bottom: 20px;
}

.super {
vertical-align: super;
font-size: 80%;
}

/* 画像
------------------------------------------------ */

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

/* ボタン
------------------------------------------------ */
.button {
font-size:15px;
text-align: center;
}

.button a {
display:inline-block;
padding: 5px 10px;
color: #fff;
background: #4993FC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.button a:link,
.button a:visited,
.button a:active {
color: #fff;
}

.button a:hover {
color: #fff;
text-decoration: none;
background: #F9070B; 
}

/* ------------------------ */

.buttonMore {
text-align: center;
}

.buttonMore span {
cursor: pointer;
display:inline-block;
padding: 5px 10px;
color: #fff;
background: #4993FC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.buttonMore span:hover {
color: #fff;
text-decoration: none;
background: #F9070B; 
}

/* ------------------------ */

.pageButton {
margin: 20px;
}

.pageButton .next {
float: right;
}

.pageButton .prev {
float: left;
}

/* ------------------------ */

.button-wide {
margin-bottom: 20px;
text-align: center;
}

.button-wide a {
display:block;
padding: 5px 10px;
color: #fff;
background: #4993FC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.button-wide a:link,
.button-wide a:visited,
.button-wide a:active {
color: #fff;
}

.button-wide a:hover {
color: #fff;
text-decoration: none;
background: #F9070B; 
}

/* noscript
------------------------------------------------ */
#noscript {
  position: relative;
  z-index: 5260;
  padding: 10px;
  border-bottom: #00A893 solid 1px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
}

#noscript span {
  color: #ff0000 }

/* header
------------------------------------------------ */
header {
min-width: 1000px; 
background: #fff;
padding: 5px 0;
}

header .wrap {
width: 1000px; 
position:relative;
margin:0 auto;
}

header .wrap a {
display:block;
width: 100%;
}


header #search {
position:absolute;top:0;right:0;width:260px; max-height: 48px; overflow:hidden;
}

header #search .mhlab {
font-size: 12px;
}

header #search .mhlab img {
vertical-align:middle;
}

#function {
display: none;
}

/* monthly-heder
------------------------------------------------ */

/* mhead 
------------------------------------------------ */

#mhead {
width: 960px;
margin: 20px auto 0 auto;
padding:20px;
background:#fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#mhead .header_monthly_2015 {
margin-bottom:10px;
}

#mhead .mhead_wrap {
background:url(http://www.seikatsusyukanbyo.com/monthly/img/mhead_bg.png) no-repeat 0 0;width:960px;margin:0 auto;
}

#mhead ul {

}

#mhead ul li {
float:left;
margin-right:4px;
padding-top:34px;
}
#mhead ul li.home {
padding-top:0;
}

#mhead ul li.last {
margin-right:0;
}

#mhead .mnav_current a:hover img,
#mhead .mnav a:hover img {
opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1;
}
#mhead .mnav_current a:active img,
.toList .mnav a:active img {
opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1;
}

#mhead .banner {
position:relative;margin-top:10px;background:url(http://www.seikatsusyukanbyo.com/monthly/2015/images/in_01.gif) no-repeat 0 0;height:47px;width:960px;
}

#mhead .banner_box_1 {
position:absolute;top:4px;right:252px;
}

#mhead .banner_box_2 {
position:absolute;top:4px;right:128px;
}

#mhead .banner_box_3 {
position:absolute;top:4px;right:4px;}

/* slogan
------------------------------------------------ */

#slogan2016 {
text-align: center;
margin: 20px 0 0 0;
}

/* layout
------------------------------------------------ */


footer {
min-width: 1000px; 
position:relative;
padding:20px 0;
background: rgba(0,91,165, 0.8);
background: #005BA5\9;
color:#fff;
}

footer .wrap {
width: 100%;
margin:0 auto;
}

footer .copyright {
text-align:center;
}

#note {
min-width: 980px; 
padding: 10px;
background: rgba(0,91,165, 0.5);
background: #005BA5\9;
font-size: 80%;
text-align: center;
color: #fff;
}

/* site-map
------------------------------------------------ */

#site-map {
min-width: 1000px; 
padding:20px 0;
background: rgba(0,91,165, 0.5);
background: #005BA5\9;
color:#fff;
}

#site-map a {
color: #fff;
}

#site-map a:link {
color: #fff;
text-decoration:none;
}

#site-map a:visited {
color: #fff;
text-decoration:none;
}

#site-map a:hover {
color: #fff;
text-decoration:underline
}

#site-map a:active {
color: #fff;
text-decoration:none;
}


#site-map .wrap {
position:relative;
width: 900px;
min-width: 900px;
margin:0 auto;
}

#site-map section {
width: 33%;
float: left;
}

#site-map .title-1,
#site-map .title-2 {
font-size: 110%;
font-weight: bold;
}

#site-map .title-1 {
margin-bottom: 10px;
}

#site-map ul {
margin: 0 0 30px 20px;
}

#site-map ul.last {
margin-bottom: 0;
}

#site-map .address {
position: absolute;
bottom: 0;
left: 0;
}

#site-map .address .name {
font-size: 140%;
font-weight: bold;
}

/* ------------------------------------------------ */

#pagetop {
position:fixed;
bottom:-126px;
right:40px;
}

/* ------------------------------------------------ */


#site-map .session {
padding-right: 65px;
background:url(http://www.seikatsusyukanbyo.com/images/session.gif) no-repeat right 50%;
font-weight: bold;
}

