body{
    margin:0px;
    padding:0px;
}

ul#rotation {
    margin:0;
    padding-bottom:5%;
    position:relative;
    list-style:none;
}

ul#rotation li {
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    left:0;
    display: block;
    margin: 0 auto;
}

a img {
    border-style:none;
}




/* iframe要素 可変用 */

div.iframeWrap {
position: relative;
width: 100%;
}
div.iframeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

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




.embedVideo{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 0px;
  padding-bottom: 10.5%;
  overflow: hidden;
}
.embedVideo iframe,
.embedVideo object,
.embedVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* Twitter要素 可変用 */
.TwitterWidget #twitter-widget-0 {
	width:100% !important;
}





strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-text-fill-color: black;
}

