@import 'normalize.min.css';
@import 'font-awesome.min.css';
@import 'buttons.css';
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  font-family: Roboto, 'Droid Sans', 'Lucida Grande', YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
.header {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto ;
  background-color: #db3561;
}
.header .logoBlock {
  padding: 10px 20px;
}
.header h1,
.header .title {
  font-size: 1.8rem;
  color: #fff;
}
.header h1 a,
.header .title a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb {
  background-color: #fbdde9;
  padding: 10px 20px;
  font-size: 14px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb i {
  font-size: 12px;
  color: #666666;
}
.footer {
  border-top: 1px solid #ebebeb;
  background-color: #f7f7f7;
  padding: 20px;
  color: #747e8e;
  font-size: 1.4rem;
}
body {
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.8rem;
}
a {
  color: #317cc8;
}
.page--wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.page--wrapper:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .page--wrapper,
*:first-child + html .page--wrapper {
  zoom: 1;
}
.page--wrapper:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .page--wrapper,
*:first-child + html .page--wrapper {
  zoom: 1;
}
.contents:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .contents,
*:first-child + html .contents {
  zoom: 1;
}
.contents:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .contents,
*:first-child + html .contents {
  zoom: 1;
}
.main {
  float: left;
  width: 700px;
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
}
@media screen and (max-width: 1060px) {
  .main {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    box-sizing: border-box;
  }
}
body.archive .main .post--wrapper {
  border-bottom: 1px solid #ebebeb;
}
.main .post {
  margin: 30px;
}
@media screen and (max-width: 1060px) {
  .main .post img {
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.main .post h2 {
  margin: 0  0  30px;
}
.main .post p {
  margin: 0  0  30px;
}
.main article:last-child .post--wrapper {
  border-bottom: none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  float: none;
  margin: 0 auto;
}
.side {
  float: right;
  width: 360px;
  padding-top: 10px;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
}
@media screen and (max-width: 1060px) {
  .side {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .side {
    width: 100%;
    clear: both;
  }
}
.side .widget-area > ul {
  padding-left: 0;
}
.side .widget-area .widget-container {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.side .widget-area .widget-container ul {
  padding: 0 30px 0 30px;
}
.side .widget-area .widget-container li {
  list-style-type: none;
}
.side .widget-area .widget-container li a {
  font-size: 14px;
}
.side .widget-area li:last-child {
  border-bottom: none;
}
.side .widget-area h3 {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}
.side .widget-area .textwidget {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: normal;
}
.side .widget-area .textwidget h3 {
  padding-left: 0;
  font-size: 16px;
}
@media screen and (max-width: 1060px) {
  .side .widget-area .textwidget img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1060px) {
  .side .widget-area .textwidget img.resize {
    width: 100%;
    height: auto;
  }
}
.side #searchform {
  margin-bottom: 20px;
  padding-left: 20px;
}
@keyframes bounce1 {
  0% {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    -moz-transform: translate(0px, 5px);
    -o-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    -moz-transform: translate(0px, 5px);
    -o-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}
.button.bounce {
  /*
		animation-name: "bounce1";
		.transition-duration(@duration: 3s);
		animation-direction:alternate;
		animation-iteration-count: infinite;
		animation-play-state: running; 
		
*/
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-animation: bounce1 1s linear -2s infinite alternate;
  -moz-animation: bounce1 1s linear -2s infinite alternate;
  -o-animation: bounce1 1s linear -2s infinite alternate;
  -ms-animation: bounce1 1s linear -2s infinite alternate;
  animation: bounce1 1s linear -2s infinite alternate;
}
/* † blog */
.gray {
  color: #a7a7a7;
}
.blue {
  color: #223ea7;
}
.green {
  color: #00a760;
}
.yellow {
  color: #efdb06;
}
.orange {
  color: #ff8000;
}
.red {
  color: #eb0f15;
}
.pink {
  color: #e31898;
}
.purple {
  color: #6435e3;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.img-l:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .img-l,
*:first-child + html .img-l {
  zoom: 1;
}
.img-l:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .img-l,
*:first-child + html .img-l {
  zoom: 1;
}
.img-l img {
  margin: 0 10px 10px 0;
  float: left;
  max-width: 100px;
}
.img-r img {
  margin: 0 0 10px 10px;
  float: right;
  max-width: 100px;
}
hr {
  border: none;
  border-bottom: 1px solid #595959;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-below {
  padding: 10px;
}
.nav-below table {
  width: 100%;
}
.nav-below .td-next {
  text-align: right;
}
.fsize_50 {
  font-size: 0.8rem;
}
.fsize_60 {
  font-size: 0.96rem;
}
.fsize_70 {
  font-size: 1.12rem;
}
.fsize_80 {
  font-size: 1.28rem;
}
.fsize_90 {
  font-size: 1.44rem;
}
.fsize_100 {
  font-size: 1.6rem;
}
.fsize_110 {
  font-size: 1.76rem;
}
.fsize_120 {
  font-size: 1.92rem;
}
.fsize_130 {
  font-size: 2.08rem;
}
.fsize_140 {
  font-size: 2.24rem;
}
.fsize_150 {
  font-size: 2.4rem;
}


/* ボタンリンク */

.btn a {
  font-size: 130%;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  background-color: #00CC00;
  border: 2px solid #669933;
  text-decoration: none;
  margin-left:auto;margin-right:auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ボタンリンク マウスオーバー*/

.btn a:hover {
  background-color: #99FFCC;
  border: 2px solid #33FF00;
}

/* ボタンリンク。必要であれば。 */

#adbtn a.btn {
	display:block;
	width:250px;
	margin: 15px auto 0;
	padding: 5px;
	border: 1px solid #00CC00;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background: #00CC00;
	color:#fff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}

/* バナータグ用 */
#banner{
	text-align: center;
}

#banner a{
	display: block;
	color: #0066FF;
	font-size: 16px;
	text-decoration: underline;
	padding: 10px 0 10px 0;
}

/* セクション */
#about {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 3px solid #dddddd;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #fff;
}	

#about_any {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border:1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: -moz-linear-gradient(#fff,#dddddd);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}	
#about_any a{
	color: #666;
	text-decoration: none;
}

#about_any p{
        padding: 5px; 
}

/*/ HR/*/
hr {
	margin-bottom: 1em;
	border: 1px dashed #ff8040;
}


div.pankuzu {
	font-size: 60%;
	padding : 5px;
	background-color: #CCCCCC;
}

/* マーカー */
.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}


/* ボックス */

.nmlbox,.dottbox,.ylwbox,.graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

.graybg{
	background-color:#EBEBEB;
}

.dottbox{
	border:dotted 1px #666;
}
.nmlbox {
	border: 2px solid #CCCCCC;
}
.ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}

.txt-img img {
	margin:0 10px 10px;
}

 .user1,.user2 {
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
	overflow: hidden;
}

 .user1{
	background-image: url(../images/user1.png);
}

 .user2{
	background-image: url(../images/user2.png);
}

.travel_g_map {
	width: 85%;
	height: 320px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	list-style-type:none;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left 3px no-repeat; }
.no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left 3px no-repeat; }
.no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}

