@import 'normalize.css';
/* + common */
body {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo, "メイリオ",  sans-serif;
  background-color: #fddff1;
}
img {
  max-width: 100%;
}
.main-content {
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.sub-area {
  padding: 0 10px;
}
.block {
  border: 1px solid #cbbcc5;
  background-color: #fff;
  margin-bottom: 10px;
}
.block p {
  margin: 0 10px 10px;
  word-wrap: break-word;
}
.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: 5px 10px 5px 0px;
  float: left;
  padding:0;
  max-width: 330px;
}
.img-r img {
  margin: 5px 15px 5px 10px;
  float: right;
  max-width:320px;
}
.btn a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #cc3333;
  border: 2px solid #e47272;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn a:hover {
  background-color: #e08585;
  border: 2px solid #f4c8c8;
}
.fsize_50 {
  font-size: 0.5em;
}
.fsize_60 {
  font-size: 0.6em;
}
.fsize_70 {
  font-size: 0.7em;
}
.fsize_80 {
  font-size: 0.8em;
}
.fsize_90 {
  font-size: 0.9em;
}
.fsize_100 {
  font-size: 1em;
}
.fsize_110 {
  font-size: 1.1em;
}
.fsize_120 {
  font-size: 1.21em;
}
.fsize_130 {
  font-size: 1.3em;
}
.fsize_140 {
  font-size: 1.4em;
}
.fsize_150 {
  font-size: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}
h2 {
  background-color: #877881;
  color: #fddff1;
  padding: 5px 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
h3 {
  color: #7f7079;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
h3,
h4,
h5,
h6 {
  color: #7f7079;
  margin-bottom: 10px;
}
hr {
  border: none;
  border-bottom: 1px solid #eae0e6;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-list {
  max-width: 800px;
  margin: 0 auto 10px;
}
.menu-list ul {
  margin: 0;
  padding: 0;
}
.menu-list h2 {
  margin-bottom: 0;
}
.menu-list li a {
  padding: 10px;
  display: block;
  border-bottom: 1px dotted #cab2c1;
}
.menu-list li:last-child a {
  border-bottom: 1px none;
}
.breadcrumb {
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.breadcrumb:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .breadcrumb,
*:first-child + html .breadcrumb {
  zoom: 1;
}
.breadcrumb:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .breadcrumb,
*:first-child + html .breadcrumb {
  zoom: 1;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  list-style-type: none;
  float: left;
  padding-left: 5px;
}
.breadcrumb li:before {
  content: "> ";
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  content: none;
}
.sitemap {
  max-width: 800px;
  margin: 0 auto;
}
.sitemap h2 {
  margin-bottom: 0;
}
.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap li {
  list-style-type: none;
}
.sitemap li a {
  border-bottom: 1px solid #fddff1;
}
.sitemap li:last-chid a {
  border-bottom: 1px none;
}
.sitemap p {
  margin: 0;
}
.sitemap a {
  padding: 10px;
  display: block;
}
.backlink {
  max-width: 800px;
  margin: 0 auto;
}
.backlink p {
  margin: 0;
}
.backlink a {
  padding: 10px;
  display: block;
}
/* - common */
/* + header */
.header {
  display: block;
}
.header .h1-module {
  background-color: #877881;
}
.header h1 {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .header h1 {
    font-size: 12px;
  }
}
.header h1.alignLeft {
  text-align: left;
}
.header h1.alignCenter {
  text-align: center;
}
.header h1.alignRight {
  text-align: right;
}
.header p {
  margin: 0;
}
.header p.main-visual {
  margin: 0 auto;
}
.main-visual {
  max-width: 800px;
}
.main-visual img {
  display: block;
  font-size: 0;
  max-width: 100%;
}
/* - header */
/* + footer */
.footer {
  padding: 10px;
}
.footer .copyright {
  text-align: center;
}
.footer p {
  margin: 0;
}
/* - footer */
/* + toppage */
/* - toppage */


/* 画像位置指定 */


#space {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
}

#space p{
	font-size: 11px;
	line-height: 14px;
}


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

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

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

#about p{
        padding: 5px; 
}

#about_any {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border: 3px solid #d2baae;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #fff;
        font-size:85%
}	
#about_any a{
	color: #666;
	text-decoration: none;
}

#about_any p{
        padding: 5px; 
}

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

/* ボタンリンク。必要であれば。 */
#adbtn a.btn {
	font-size: 90%;
	display:block;
	width:220px;
	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-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);
}

.pr_n { background: url(../pr_img/rank-n.gif) no-repeat center center;}
.pr_0 { background: url(../pr_img/rank-0.gif) no-repeat center center;}
.pr_1 { background: url(../pr_img/rank-1.gif) no-repeat center center;}
.pr_2 { background: url(../pr_img/rank-2.gif) no-repeat center center;}
.pr_3 { background: url(../pr_img/rank-3.gif) no-repeat center center;}
.pr_4 { background: url(../pr_img/rank-4.gif) no-repeat center center;}
.pr_5 { background: url(../pr_img/rank-5.gif) no-repeat center center;}
.pr_6 { background: url(../pr_img/rank-6.gif) no-repeat center center;}
.pr_7 { background: url(../pr_img/rank-7.gif) no-repeat center center;}
.pr_8 { background: url(../pr_img/rank-8.gif) no-repeat center center;}
.pr_9 { background: url(../pr_img/rank-9.gif) no-repeat center center;}



.textOverflowTest1, .textOverflowTest2 {
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    background: #eee;
    line-height: 1.0;
    white-space: nowrap;
}
 
.textOverflowTest1 {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
 
.textOverflowTest2 {
    text-overflow: clip;
    -webkit-text-overflow: clip; /* Safari */
    -o-text-overflow: clip; /* Opera */
}

.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;
}

 .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;
}
img {
	margin-right: 1em;
}

/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
	list-style-type: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}


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

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

}

.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;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: left; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r.png) 0 7px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 7px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-yellow.png) 0 7px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-yellow.png) 0 7px no-repeat;
}

#adbtn2 a.btn {
	display:block;
	width:250px;
	margin: 15px auto 0;
	padding: 5px;
	border: 1px solid #FF0000;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background: #FF0000;
	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);
}

