@charset "UTF-8";

html {
  overflow-y: scroll; 
}

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

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

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

/* link
------------------------------------------------ */
 
a:link {
color:orange;
text-decoration:none;
}

a:visited {
color:orange;
text-decoration:none;
}

a:hover {
/*color:#00A0F7;*/
text-decoration:underline;
}

a:active {
/*color:#00A0F7;*/
text-decoration:none;
}


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


/* 
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;
}

#header a:hover img,
#nav ul li a:hover img,
#nav ul li a:active img {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1;
}
------------------------ */

/* clearfix
------------------------------------------------ */

.img{
float:right;
padding:0em 0em 1em 0.5em;
margin:0em 0em 0em 0em;
font-size:16px;
line-height:140%;
}

.yaji{
background-image:url("/yaji1.gif");
background-repeat:no-repeat;
background-position:left middle;
padding:0px 0px 0px 20px;
margin:10px 0px 10px 5px;
font-size:16px;
line-height:100%
}

.title3,
h2 {
font-size: 120%;
    color: #005890;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    line-height: 1.5;
}

.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;
}

.textL {
  text-align: left;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.smallCap {
font-size: 1.3rem;
}

.largeCap {
font-size: 2rem;
}

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

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

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

.super {
vertical-align: super;
font-size: 0.8rem;
}

#main .entryBody p {
margin-bottom: 1em;
}

.floatL {
float: left;
}

.floatR {
float: right;
}

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

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

.img-r{
float:right;
padding:0em 0em 1em 0.5em;
margin:0em 0em 0em 0em;
font-size:16px;
line-height:140%;
}

/* ボタン
------------------------------------------------ */
.button {
text-align: center;
}

.button a {
display:inline-block;
padding: 5px 15px;
color: #fff;
background: #FF325B;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

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

.button a:hover {
color: #fff;
text-decoration: none;
background: #FF7F99; 
}
/* ------------------------ */
.button-wide {
text-align: center;
}

.button-wide a {
display:block;
padding: 5px 15px;
color: #fff;
background: #FF325B;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

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

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

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

.buttonMore {
text-align: center;
}

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

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

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

.pageButton {
margin: 20px;
}

.pageButton .next {
float: right;
}

.pageButton .prev {
float: left;
}

.pageButton .mokuji {
clear: both;
}

.pageButton .mokuji a {
display: block;
}

/* 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;
}

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


/* header
------------------------ */



/* footer
------------------------ */



/* #page-top
------------------------------------------------ */

#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 90%;
text-align: center;
z-index: 9999;
}
#page-top a {
display: block;
text-decoration: none;
color: #fff;
background: #FF0033;
opacity: 0.7;
}
#page-top a:hover {
background: #771118;
}
#page-top a.btnA {
padding: 10px 10px 5px 10px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
}

#page-top a.btnB {
padding: 5px 10px 10px 10px;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}

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

#slideMenu {
background: #fff;
padding: 10px;
}

#slideMenu li {
border-top: 1px dotted #0072E4;
padding-left: 1em;
}

#slideMenu li:last-child {
border-bottom: 2px solid #0072E4;
}

#slideMenu li.title {
border-top: 2px solid #0072E4;
padding-left: 0;
color: #333;
}

#slideMenu li a {
display:block;
}


/* ------------2018　糖をはかる日　写真----------------- */
.photo {
width: 100%;
background: #ffffff	;
}
.aword_title {
	width: 100%;
}

.explaine{
	font-size: 110%;
	font-weight: bold;
	color:#004FC9;!important
}

.photobox1 {
background: #ffffff	;
padding: 15px;
margin: 5px;
font-size: 2rem;
max-width: 370px;
border: solid 1px #7C7C7C;
}
.photobox2 {
background: #ffffff	;
padding: 15px;
margin: 5px;
font-size: 1.9rem;
max-width: 350px;
height: 100%;
display: inline-block; /* インラインブロック化 */
vertical-align: top;   /* 上端を揃える */
border: solid 1px #7C7C7C;
}

.photobox3 {
background: #ffffff	;
padding: 15px;
margin: 5px;
font-size: 1.8rem;
max-width: 300px;
height: 100%;
display: inline-block; /* インラインブロック化 */
vertical-align: top;   /* 上端を揃える */
border: solid 1px #7C7C7C;
}

.phototext {
color:#000;
line-height: 1.5;
font-size: 0.8em;
background: #fff;
padding: 5px;
text-align: left;
max-width: 370px;

}


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

.shimekiri {
background: #2DBF28;
padding: 10px;
text-align: center;
font-size: 2rem;
color: #fff;
}

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

#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 !important;
}

@media screen and (max-width: 735px) {
#modal-content {
width: 70% ;
background: #017EEC ;
color: #fff;
}

#modal-content a {
color: #fff !important;
font-size: 150%;
}

#modal-content a:link,
#modal-content a:visited,
#modal-content a:hover,
a:active {
color: #fff !important;
}
}

@media screen and (min-width: 736px) {
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

/* --------------------20190729追加------------------ */

#mainVisual .main-info{
    background-color: #FA8072;
    color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
a.overwhite{
  opacity: 1;
  transition: 0.3s;
}

a.overwhite:hover img{
  opacity: .5;
}


.btn {
    background-color: #41a7ff;
    text-align: center;
    color: #fff;
display: inline-block;
    margin: 0.5em 0;
    padding: 0.2em 2em 0.2em 2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 2;
    list-style-type: none!important;
    box-shadow: 0 2.5px 0 #dadada;
    transition: 0.15s;
}


.btn:hover{
    box-shadow: 0 0px 0 #dadada;
    transform: translateY(2.5px);
    text-decoration: none;
    filter: brightness(110%);
}


 .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
}
@media screen and (max-width:890px){
 .btn a {
    font-size: 100%;
}
}


.ad ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.ad li {
    margin:5px;
}
.left{
float:left;
padding: 0 10px 10px 0;
}

h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: double 6px #fff;
}

.caution{
background:#fff;
padding:10px;
margin:10px;
border-radius:5px;
}

.center {
    text-align: center;
}