@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:700');
html {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
background: #2b2b2b;  /* fallback for old browsers */
background: -webkit-linear-gradient(top, #023b6d, #2b2b2b);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #023b6d, #2b2b2b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }
body {
  font-size: 100%;
}
  a {text-decoration:none;}
a {text-decoration:none;}
a:hover {text-decoration:}
a:hover {color :#87CEEB;}
a {
color: #ffffff;
}
[data-layout=_r] {
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem 1rem;
}
[data-layout=_r] > div, [data-layout=_r] > article, [data-layout=_r] > aside {
  padding: 0 0.5rem 1.2rem 0.5rem;
}
[data-layout=_r] img {
  width: 100%;
  height: auto;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  margin: 0;
  padding: 0.5rem 0;
     	  color: #fafafa; 
  text-align:left;

line-height: 0.9;
}
h2 {
	padding: 0px;      
   font-size: 100%;  
color: #fafafa; 
   text-align: left;
   line-height: 1.6;
margin-top: 15px;
margin-bottom: 20px;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px;      
   font-size: 1.6rem;  
color: #fafafa; 
   text-align: left;
   line-height: 0.9;
margin-top: 10px;
margin-bottom: 5px;
}

p {
color: #fafafa;    
   text-align: left;
   font-size: 90%;  
  line-height: 1.6;
  margin-bottom: 0;
margin-top: 10px;
}
p.sp {
	font-size: x-small; 
	padding: 0px;  
color: White; 
      margin-bottom: 20px;
      margin-top: 5px;
   text-align: left;
}
p.top {
font-size: 2rem;
font-family: 'Covered By Your Grace', cursive;
    text-align:center;
    letter-spacing: 2px;
margin-bottom:5px; 
margin-top:2px;
color: White; 
}
p.time {
	font-size: 100%; 
	padding: 0px;  
color: #fafafa; 
      margin-bottom: 0;
      margin-top: 0;
   text-align: left;
}
	p.sp3 {
		font-size:460%;
		font-weight:bold;
font-family: 'Ubuntu', sans-serif;
letter-spacing: -0.1em;
margin-bottom:0px; 
margin-top:0px;
line-height: 0.8;
}
p.alert {
	font-size: x-small; 
	   color:  #FFFFFF;
      margin-bottom: 10px;
      margin-top: 10px;
         text-align: center;
}
header {
		height: 70px;
 text-align:center;
	   color:  #FFFFFF;
}	
footer {
		height: 180px;
	   text-align:center;
	   color:  #FFFFFF;
	  font-family: Arial, sans-serif;
	    font-size: 0.8rem;
}	
/* Blog 1 */
.mainArea_Body 
p {
  font-size: 1rem;
  	font-family:メイリオ,ヒラギノ角ゴ ProN W3,ＭＳ Ｐゴシック, Osaka,sans-serif; 
color: #fafafa;    
   text-align: left;
  line-height: 1.6;
}
p.sp {
	font-size: x-small; 
	font-family:メイリオ,ヒラギノ角ゴ ProN W3,ＭＳ Ｐゴシック, Osaka,sans-serif; 
	padding: 0px;  
color: White; 
      margin-bottom: 20px;
      margin-top: 5px;
   text-align: left;
}
.mainArea_Meta {
  color: #969696;
}


.mainArea_side ul {
  padding: 0;
  margin: 0;
}
.mainArea_side li {
  list-style: none;
}
.mainArea_side a {
  text-decoration: none;
}

.mainArea_Body img, .mainArea_side img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.archive {
    width: 380px;
    font-size: 18px;
margin-bottom: 25px;
margin-top: 1px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 0.1em;
    text-decoration:none;
    display: inline-block;

    text-align:center;
  padding:14px 0 14px;
    color:#FFFFFF;
    border:2px solid #FFFFFF;
    transition: background-color 1s linear;
        -moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
}
.archive:hover {
	background-color: #00cc9f;
	color : #FFFFFF;
	 border:2px solid #00cc9f;
transition: background-color 0.5s linear
}

	.movie {
    position: relative;
    padding-bottom: 56.25%;
      margin-top: 0px;
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

/* Blog1 Charlie */
@media (min-width: 31.25em) {
  .mainArea_side {
    display: flex;
    flex-wrap: wrap;
  }

  .mainArea_Box {
    flex: 0 0 50%;
  }
  .mainArea_Box:nth-child(odd) {
    padding-right: 1em;
  }
  .mainArea_Box:nth-child(even) {
    padding-left: 1em;
  }
}
/* Blog1 Echo */
@media (min-width: 56.25em) {
  .mainArea_Body p {
    font-size: 1em;
  }
  .mainArea_Body p.mainArea_Intro {
    font-size: 1.2em;
  }

  .mainArea_side {
    display: block;
  }

  .mainArea_Box {
    padding: 0;
    border-bottom: 1px solid gray;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .mainArea_Box:nth-child(odd) {
    padding-right: 0;
  }
  .mainArea_Box:nth-child(even) {
    padding-left: 0;
  }
/* Feature1 */
.MOD_FEATURE_Container {
  border-bottom: 0px solid #b9b9b9;
  display: block;
  text-decoration: none;
}
.MOD_FEATURE_Container:hover img {
  filter: brightness(1.2);
}

.MOD_FEATURE_Title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.2rem 0 0 0;
  line-height: 1;
}
h2{
		font-family: 'Roboto Condensed', sans-serif;
   font-size: 1rem;
   color: #fafafa;
   margin-top: 5px;
   margin-bottom:5px; 
   line-height: 1;
}

.MOD_FEATURE_TextContainer {
  padding: 0.2rem 0.4rem 0.4rem;
}

.MOD_FEATURE_Description {
  color: #fafafa;
   font-size: 0.9rem;
}

.MOD_FEATURE_Picture {
  display: block;
  transition: filter 0.2s;
}

