@charset "UTF-8";

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Reset
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
* {padding:0;margin:0;list-style:none;font-style:normal;}body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{margin:0;padding:0;vertical-align:baseline;font-size:100%;font-weight:normal;}body{background:none repeat scroll 0 0 #fff;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;font-size: 15px;overflow-y:scroll;}select,input,textarea,option{font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}img{border:0;margin:0px;padding:0px;display:block;}a img{border-style:none;border:0;}h1,h2,h3,h4,h5,h6{margin:0px;font-style:normal;padding:0px;line-height:normal;clear:both;}a{outline: medium none;text-decoration:none;}a:hover{text-decoration:underline;}*:after{clear:both;}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
共通,h1,h2,h3
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
.inner {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
}

body {
	background: #FFEBD1;
}
body p { /* Font */
  font-size: 100%;
}
body a { /* Link */
  color: #EB8400;
  font-size: 100%;
  font-weight: bold;
}

/* h1,h2,h3
-------------------------------------------*/
h1 {
	position:relative;
	padding: 10px;
	margin-bottom: 10px;
	color: #011931;
	font-weight: bold;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
 

h2 {
	color: #FC3F19;
	width: 100%;
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.0em;
	font-size: 18px;
	color: #333;
	padding: 5px 10px;
}
 
h3 {
	color: #FC3F19;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 3%;
	color: #333;
	padding: 5px 0;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
header .inner #titleLogo a {
  text-decoration: none;
  font-size: 35px;
}
header .inner #titleLogo a p {/* Logo */
	font-weight: bold;
  color: #EB8400;
  margin: 0 auto;
  letter-spacing: .1em;
  text-shadow: 
  0 -1px 0 #fff,
  0 1px 0 #2e2e2e,
  0 2px 0 #2c2c2c,
  0 3px 0 #2a2a2a,
  0 4px 0 #282828,
  0 5px 0 #262626,
  0 6px 0 #242424;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #FFCCFF;
}
.contents:before, .contents:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.contents:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.contents_inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px 30px;
  color: #fff;
}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
container
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#container { 
  max-width: 1000px;
  margin: 0 auto;
}
#container .containerMain article { /* Main */
  margin: 3% 1%;
  background: #D8F2D8;
  color: #434343;
  padding: 10px;
  overflow: hidden;
}
.container .containerMain article:before, .effect8:after {
  content:"";
  position:absolute;
  z-index:-1;
}

#container .containerMain article img { 
  width: 30%;
  padding:0 10px;
}
#container .containerMain article p { 
  padding: 10px;
}
#container_sitemap { 
  max-width: 1000px;
  background: #D8F2D8;
  padding: 20px;
  margin: 25px auto 25px;
  box-sizing: border-box;
}

article li {
  border-bottom: dotted 1px #ccc;
  line-height: 2.5em;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
sidebar
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
#sidebar {
  max-width: 1000px;
  margin: 15px auto;
}
#sidebar .sidebarMain aside {
  margin: 2% 1.66%;
  padding: 1%;
  box-sizing: border-box;
}
#sidebar .sidebarMain aside ul {
  padding: 2%;
  background: #fff;
}
#sidebar .sidebarMain aside ul li {
  border-bottom: dotted 1px #ccc;
  padding: 5px 0 5px;
}

aside {
    position: relative;
    padding: 20px 16px;
    background: #D8F2D8;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
footer 
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
footer {
  margin-top: 60px;
	font-weight: bold;
	text-align: center;
  padding: 50px 0;
  border-top: 2px solid #011931;
	clear: both;
}
footer p { /* Footer Font */
  color: #434343;
}
footer p a { /* Footer Link */
	color :#EB8400;
	font-size: 24px;
	font-weight: bold;
  letter-spacing: .1em;
  text-shadow: 
  0 -1px 0 #fff,
  0 1px 0 #2e2e2e,
  0 2px 0 #2c2c2c,
  0 3px 0 #2a2a2a,
  0 4px 0 #282828,
  0 5px 0 #262626,
  0 6px 0 #242424;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
media screen style
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (max-width: 767px) {
  #container { 
    width: 100%;
    float: none;
    margin-top: 16px;
  }
  #sidebar {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #container .containerMain article img {
    margin: 1%;
    width: 98%;
    padding: 0;
  }
  header .inner #titleLogo a p {
    text-align: center;
  }
  #container .containerMain article {
    margin: 3%;
    padding: 2% 3%;
  }
  #sidebar .sidebarMain aside {
    float: none;
    margin: 3%;
    padding: 2%;
    width: 94%;
  }
  #container_sitemap { 
    width: 94%;
    margin: 25px auto 25px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
}
