body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
}
/* Header */
.monsterballHead {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}
.monsterballHead:before {
	width: 35px;
	height: 35px;
	margin-bottom: -10px;
	content: "";
	display: inline-block;
	margin-right: 10px;
	background-image: url(../images/monster_ball01@2x.png);
	background-size: 100%;
}

#head-contents {
    min-height: 0px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}


#head {
    text-align: center;
    margin-top:65px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}

#head .background {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 120%;
	height:100%;
	margin: 0 -10% -10%;
	min-height: 620px;
	background-image: url(../images/bg.png);
}

/* ---------旧ヘッダー背景------------
#head .background {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 120%;
	height: 120%;
	margin: 0 -10% -10%;
	min-height: 520px;
	background-image: url(../images/background_01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    filter: blur(27px);
    -ms-filter: blur(27px);
	-webkit-filter: blur(27px);
	opacity: 0.7;
}
--------------------- */

#head .pokemonLogoImages {
	width: 220px;
}
#head .currentPositionButton {
	margin: 20px 0;
	display: inline-block;
}
#head .searchPokestopInputWrap input {
	width: 250px;
  border-radius: 7px;
  border: none;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(255,255,255,0.9);
	transition: 0.2s ease all;
}
#head .searchPokestopInputWrap input:hover {
	background-color: rgba(255,255,255,0.8);	
}
#head .searchPokestopButtonWrap {
	margin-top: 10px;
}
#head .searchPokestopButtonWrap button {
	border-radius: 7px;
	padding: 10px 20px;
	background-color: #3f7dbd;
	border: none;
	border-bottom: 5px solid #2d5c8a;
}
#head .searchPokestopButtonWrap button img {
	width: 295px;
	height: 21px;
}
#head .searchPokestopButtonWrap button:hover {
	position: relative;
	bottom: -1px;
	background-color: #4286c9;
	border-bottom: 4px solid #326496;
}
#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}
#head .lead {
    font-family: "Open sans", Helvetica, Arial;
    font-size: 44px;
    margin-bottom: 6px;
    color: white;
    line-height: 1.15em;
}
#head .tagline {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
}
#head .tagline a {
    color: #fff;
}
#head .btn {
    margin-bottom: 10px;
}
#head .btn-default {
    text-shadow: none;
    background: transparent;
    color: rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    background: transparent;
}
#head .btn-default:hover,
#head .btn-default:focus {
    color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    background: transparent;
}
#head .btn-default:active,
#head .btn-default.active {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background: transparent;
}
.intro {
	padding: 10px 0 30px;
}

@media (max-width: 767px) {
    #head {
        margin-top:65px;
    }
    #head .lead {
        font-size: 34px;
    }
}
@media (max-width: 320px) {
  #head .pokemonLogoImages {
    margin-top:65px;
		width: 250px;
	}
	#head .searchPokestopInputWrap input {
		width: 250px;
	}
	#head .searchPokestopButtonWrap button {
		margin: 0 10px;
	}
	#head .searchPokestopButtonWrap button img {
		height: 19px;
	}
	.intro {
		padding: 10px 0;
	}
}
/* Autohide navbar */

.slideUp {
    top: -100px;
}
.headroom {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/* Highlights (in jumbotron in most cases) */

.highlight {
    margin-top: 40px;
}
.h-caption {
    text-align: center;
}
.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}
.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.h-body {}
/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open sans", Helvetica, Arial;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 30px;
}
blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}
label {
    color: #777;
}
.thin {
    font-weight: 300;
}
.page-title {
    margin-top: 20px;
    font-weight: 300;
}
.text-muted {
    color: #888;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}
ul.list-spaces li {
    margin-bottom: 10px;
}
/* Helpers */

.container-full {
    margin: 0 auto;
    width: 100%;
}
.top-space {
    margin-top: 60px;
}
.top-margin {
    margin-top: 20px;
}
img {
    max-width: 100%;
}
img.pull-right {
    margin-left: 10px;
}
img.pull-left {
    margin-right: 10px;
}
#map {
    width: 100%;
    height: 280px;
}
#social {
    margin-top: 50px;
    margin-bottom: 50px;
}
#social .wrapper {
    width: 340px;
    margin: 0 auto;
}
/* Main content block */

.maincontent {}
/* Sidebars */

.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3 {
    margin-top: 20px;
}
/* Footer */

.footer1 {
    background: #232323;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}
.footer1 a {
    color: #ccc;
}
.footer1 a:hover {
    color: #fff;
}
.footer1 .widget {
    margin-bottom: 30px;
}
.footer1 .widget-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin: 0 0 20px;
}
.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}
.footer1 .entry-meta a {
    color: #333333;
}
.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.follow-me-icons {
    font-size: 45px;
}
/* ---------旧------------
.follow-me-icons i {
    float: left;
    margin: 0 10px 10px 0;
}
--------------------- */
.follow-me-icons i {
    margin: 0 10px 0 0;
}
.footer2 {
    background: #191919;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}
.footer2 a {
    color: #aaa;
}
.footer2 a:hover {
    color: #fff;
}
.footer2 p {
    margin: 0;
}
.widget-simplenav {
    margin-left: -5px;
}
.widget-simplenav a {
    margin: 0 5px;
}


.socialbox {
    width:100%;
    text-align:center;
    padding: 5px 0px 0px 0px;
    margin:0 auto 0 auto;
}
