/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background-color: #fff;
}

a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }

.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

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

#micLogo {
  width: 100%;
  height: 180px;
  text-align: center;
  padding-top: 10px;
  background-color: #000;
}

#micLogo img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.dtmmLogo {
  text-align: center;
  margin: 30px auto;
}

.dtmmLogo img {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin-top: 20px;
}

.dtmmImg {
  text-align: center;
  margin: 15px auto;
}

.dtmmImg img {
  width: 96%;
  max-width: 1000px;
  height: auto;
}

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

#contentBox {
  width: 100%;
}

#mainImg {
  margin: 50px auto;
}

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

#aboutTitle {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: 'Corben', cursive;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #333;
  text-shadow: 2px 2px 1px #ccc;
}

#about {
  width: 100%;
}

#aboutBox {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

#aboutBox p {
  background-color: rgba(228,223,208,0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #111;
  margin: 15px auto;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ccc;
}

/* sns btn
------------------------------------------------------------------*/

.snsBtn {
  width: 290px;
  height: 20px;
  margin: 15px auto 30px auto;
}

.snsBtnFb {
  width: 163px;
  height: 20px;
  float: left;
}

.snsBtnTwt {
  width: 127px;
  height: 20px;
  float: left;
}

/* item menu
------------------------------------------------------------------*/

.itemMenu {
  width: 440px;
  margin: 0 auto;
}

.itemMenu li {
  width: 440px;
  display: inline;
  margin: 6px;
  padding: 6px;
  display: block;
}

.itemMenuActive {
  border: 2px solid #c00;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.itemMenuInactive {
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.itemMenuInactiveBase {
  width: 160px;
  height: 48px;
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

/* link button
------------------------------------------------------------------*/
.button4 {
	display: inline-block;
	width: 440px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button4 {
	background-color: rgba(180, 200, 10, .6);
	border-radius: 4px;
	color: #000;
	font-size: 32px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .9);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .6);
}
.button4:hover {
	background-color: rgba(240, 200, 0, .9);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4), inset 0 2px 2px rgba(255, 255, 255, .9);
}

/* swing image
------------------------------------------------------------------*/

.swing {
    margin:10px;
    -moz-animation: swing linear 5s infinite;
    -moz-transform-origin: center -30px 0;
    -webkit-animation: swing linear 5s infinite;
    -webkit-transform-origin: center -30px 0;
    -ms-animation: swing linear 5s infinite;
    -ms-transform-origin: center -30px 0;
    -o-animation: swing linear 5s infinite;
    -o-transform-origin:center -30px 0;
    animation: swing linear 5s infinite;
    transform-origin: center -30px 0;
    display: block;
}
 
@-moz-keyframes swing {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(5deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-5deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes swing {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(5deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(-5deg); }
    100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(5deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(-5deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
