@charset "utf-8";

/* common
--------------------------------------------------------- */
body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #666;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  /* background-image: url("../images/back.jpg");*/
  /* background-attachment: fixed; */
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
}

a {
  color: #159a1e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.Wrapper {
  min-width: 1044px;
}

.Container {
  width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

.MainColumn {
  width: 64%;
  float: left;
}

.MainColumn h2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-left: 6px solid #d8602e;
  margin: 0 0 15px 0;
  padding:  5px 10px;
  color: #fff;
  background: #696969;
}

.MainColumn h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  /* border-bottom: 1px solid #ccc; */
}

.SideColumn {
  width: 32%;
  float: right;
}

.SideColumn h2 {
  line-height: 1;
  font-size: 18px;
  /* border-top: 1px solid #ccc; */
  border-bottom: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px 10px 5px;
  text-align: center;
}

/* Header
--------------------------------------------------------- */
.Header {
  width: 100%;
  padding: 10px 0;
  background-color: #d8602e;
  border-bottom: solid 1px #fff;
}

.Header h1 a {
  color: #fff;
  font-size: 16px;
}

/* Menu
--------------------------------------------------------- */
.Menu {
  margin: 0 0 25px 0;
  background-color: #d8602e;
}

.Menu ul {
  font-size: 12px;
}

.Menu ul li {
  float: left;
}

.Menu ul li a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}

/* MainScreen
--------------------------------------------------------- */
.MainScreen {
  margin: 0 0 25px 0;
}

.MainScreen img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}

/* TextColumn
--------------------------------------------------------- */
.TextColumn {
  margin: 0 0 25px 0;
}

.TextColumn h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  clear: both;
}

.TextColumn img {
  float: right;
  max-width: 40%;
  height: auto;
  width /***/: auto;
  margin: 0 0 10px 10px;
}

/* Contents1Column
--------------------------------------------------------- */
.Contents1Column {
  margin: 0 0 25px 0;
}

.Item {
  margin: 0 0 25px 0;
}

.Item .ItemImage {
  float: right;
  width: 40%;
}

.Item .ItemImage img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}

.Item .ItemArticle {
  float: left;
  width: 56%;
}

.Item .Wide {
  float: none;
  width: 100%;
  padding: 0;
}

.Item .ItemArticle h3 a {
  font-size: 16px;
  font-weight: bold;
}

.Item .ItemArticle a.btn {
  display: block;
  background: #d8602e;
  line-height: 2.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
}

/* Contents2Column
--------------------------------------------------------- */
.Contents2Column {
  margin: 0 0 25px 0;
}

.Spot {
  margin: 0 0 25px 0;
}

.Spot .SpotImage {
  float: left;
  width: 40%;
}

.Spot .SpotImage img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}

.Spot .SpotArticle {
  float: right;
  width: 56%;
}

.Spot .Wide {
  float: none;
  width: 100%;
  padding: 2%;
  border: 1px solid #d8602e;
  box-sizing: border-box;
}

.Spot .SpotArticle h3 a {
  font-size: 16px;
  font-weight: bold;
}

.Spot .SpotArticle a.btn {
  display: block;
  /* background: #d8602e; */
  line-height: 2.4;
  color: #d8602e;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
  border: 1px solid #d8602e;
}

/* Contents3Column
--------------------------------------------------------- */
.Contents3Column {
  margin: 0 0 25px 0;
}

.Contents3Column a {

  display: block;
  float: left;
  width: 48%;
  margin: 0 25px 25px 0;
  color: #666;
}

.Contents3Column a:nth-child(2n+1) {
  margin: 0 0 25px 0;
}

.Contents3Column a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}

.Contents3Column h3 {
  font-size: 16px;
  font-weight: bold;
}

.Contents3Column img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
  margin: 5px 0 0 0;
}

/* Contents4Column
--------------------------------------------------------- */
.Contents4Column {
  margin: 0 0 25px;
}

.Contents4Column .Detail {
  float: left;
  width: 48%;
  margin: 0 25px 25px 0;
}

.Contents4Column .Detail:nth-child(2n+1) {
  margin: 0 0 25px 0;
}

.Contents4Column .DetailTitle h3 {
  color: #fff;
  text-align: center;
  padding: 0 4%;
}

.Contents4Column .DetailTitle a {
  display: block;
  padding: 77px 0;
}

.Contents4Column .DetailTitle a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
}

.Contents4Column .ImageBack1 {
  background:url(../images/post_image1.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.Contents4Column .ImageBack2 {
  background:url(../images/post_image2.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.Contents4Column .ImageBack3 {
  background:url(../images/post_image3.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.Contents4Column .ImageBack4 {
  background:url(../images/post_image4.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

.Contents4Column .DetailTitle {
  width: 100%;
  height: auto;
  background: rgba(51, 51, 51, 0.74);
}

/* Links
--------------------------------------------------------- */
.Links {
  margin: 0 0 25px;
}

.Links ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

.Links ul li:before {
  content: '\f061';
  color: #d8602e;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: 0 5px 0 0;
}

/* PostList
--------------------------------------------------------- */
.PostList {
  margin: 0 0 25px;
}

.PostList ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

.PostList ul li:before {
  content: '\f061';
  color: #d8602e;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: 0 5px 0 0;
}

/* NewPosts
--------------------------------------------------------- */
.NewPosts {
  margin: 0 0 25px;
}

.NewPosts dt {
  float: left;
  margin: 0 15px 0 0;
}

.NewPosts dd {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

/* ArticleList
--------------------------------------------------------- */
.ArticleList {
  margin: 0 0 25px;
}

.ArticleList ul li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

.ArticleList ul li:before {
  content: '\f061';
  color: #d8602e;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: 0 5px 0 0;
}

/* UpdatePost
--------------------------------------------------------- */
.UpdatePost {
  margin: 0 0 25px;
}

.UpdatePost dd {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

/* EntryPost
--------------------------------------------------------- */
.EntryPost {
  margin: 0 0 25px;
}

.EntryPost a {
  display: block;
  color: #666;
  margin: 0 0 25px;
}

.EntryPost a:hover {
  text-decoration: none;
}

.EntryPost a h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px;
}

.EntryPost a img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
  margin: 0 0 5px;
}

.EntryPost a:last-child {
  margin-bottom: 0;
}

/* Footer
--------------------------------------------------------- */
.Footer {
  background: #d8602e;
  margin: 30px 0 0;
  padding: 15px 0;
}

.Footer ul {
  padding: 10px 0;
}

.Footer ul li {
  float: left;
  width: 23%;
  padding: 0 2% 0 0;
  margin: 0 0 15px 0;
}

.Footer ul li:before {
  content: '\f138';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: 0 5px 0 0;
}

.Footer ul li a {
  color: #fff;
}

.Footer p {
  color: #fff;
  text-align: center;
}

.Footer p a {
  color: #fff;
  text-decoration: underline;
}

.Footer p a:hover {
  text-decoration: none;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width: 480px) {

.Wrapper {
  min-width: 0;
}

.Container {
  width: 96%;
  padding: 0 2%;
}

.MainColumn {
  width: 100%;
  float: none;
}

.SideColumn {
  width: 100%;
  float: none;
}

.Header h1 a {
  text-align: center;
}

.Menu ul li {
  float: none;
}

.Menu ul li a {
  text-align: center;
}

.TextColumn img {
  float: none;
  max-width: 100%;
  height: auto;
  width /***/: auto;
  margin: 0;
}

.Item .ItemImage {
  float: none;
  width: 100%;
}

.Item .ItemArticle {
  float: none;
  width: 100%;
}

.Item .ItemArticle h3 {
  margin: 5px 0 0;
}

.Spot .SpotImage {
  float: none;
  width: 100%;
}

.Spot .SpotArticle {
  float: none;
  width: 100%;
}

.Spot .SpotArticle h3 {
  margin: 5px 0 0;
}

.Contents3Column a {
  float: none;
  width: 100%;
  margin: 0 0 25px 0;
}

.Contents4Column .Detail {
  float: none;
  width: 100%;
  margin: 0 0 25px 0;
}

.Footer ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}

.Footer p a {
  display: block;
}

}