/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	font-size: 1em;
	line-height: 1.4;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*base要素*/

header {
}

main {
}

footer {
}

/*共通要素*/

.contents {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 24px;
	max-width: 1200px;
	text-align: center;
	width: 1150px;
	padding-bottom: 24px;
}


/*各コンテンツ*/
/*header*/

header h1 {
	font-size: 11px;
	font-weight: normal;
}

header {
}

header .header_wrapper {
	
}

header .header_wrapper .header_inner {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.header_wrapper .header_inner.clearfix .logo {
	float: left;
	margin-right: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.header_wrapper .header_inner.clearfix .header_txt  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	float: left;
	font-size: medium;
}


main article #mainvisual {
	background-image: url(../img/bg_mainvisual.png);
	background-repeat: repeat;
}
article #mainvisual .mainvisual_wrapper {
	background-image: url(../img/bg_mainvisual_wrapper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
footer .footer_wrapper {
}
footer .footer_wrapper .logo {
	background-color: #f0f0f0;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer .footer_wrapper .footer_inner {
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 11px;
}
.footer_wrapper .footer_inner .footer_txt {
}
.footer_inner .contents .footer_nav ul {
	list-style-type: none;
	list-style-image: none;
}
.footer_inner .contents .footer_nav ul li a {
	color: #000000;
	text-decoration:underline
}
.footer_wrapper .footer_inner .footer_address {
	text-align: center;
}
.entry .entry_cach {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 36px;
	font-weight: bolder;
	line-height: 18px;
	text-shadow: 0px 1px 0px rgba(102, 51, 51, 0.75);
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.entry .bt_entry {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}

@keyframes horizontal {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-100px); }
  100% { transform:translateY(  0px); }
}

.entry .bt_entry .btn {
  animation: horizontal 1s ease-in-out infinite alternate;
}

.entry .bt_entry .btn a {
  animation: vertical 1s ease-in-out infinite alternate;
}


#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 40px;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	border-radius: 4px;
	padding: 16px;
	font-size: small;
}

#page-top:hover{
  background: rgba(0,0,0,.8);
}
