body {
  	background-color: #ffffff;
  	font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #7d7d7d;
	line-height : 1.5;
	text-align: left; 
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	margin: 0;
}

img {
  border: 0;
}

/* リンク */
a {
    color: #e597b2;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #D6D6D6;
	text-decoration: underline;
	outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ナビバー */

.h1{
	font-size:15px;
	font-weight:lighter;
	margin:-5px 0 -10px 0;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-inverse {
	background-color: #e9546b;
	border-color: #ebafa4;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

/* メイン */

.search{
	margin:10px 10px 0px 10px;
}

.bread{
	margin-left:20px;
	font-size:18px;
	text-align:left;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.h2 {
	font-size: 28px; 
	line-height: 1.5;
	color:#c9171e;
	font-weight:lighter;
	text-shadow: 2px 2px 2px #FFF,
    -2px 2px 2px #FFF,
    2px -2px 2px #FFF,
    -2px -2px 2px #FFF;
	margin:20px 0px;
	padding:15px 0 10px 30px;
	background:url(images/header_back.png) repeat;
	border-top:#f4b3c2 thin solid;
	border-bottom:#f4b3c2 thin solid;
}

.h2 img{
	vertical-align:bottom;
	margin-right:5px;
}

.city{
	font-size: 18px; 
	line-height: 1;
	color:#BFBFBF;
	font-weight:lighter;
	margin:0;
	padding:0 0 0 20px;
}

.copy{
	text-align:left;
	font-size : 18px;
	line-height : 150%;
	margin:-15px 10px 10px -20px;
	padding-left:20px;
	font-weight:lighter;
	color:#fff;
	background-color:#BFBFBF;
	width:330px;
	border-radius: 0px 5px 5px 0;
}

.pict img{
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

.mainPic{
	position: relative;
}

.mainPic img{
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
}

.frameWhiteCity{
	font-size: 18px; 
	line-height: 1;
	color:#BFBFBF;
	font-weight:lighter;
	margin:0;
	padding:20px 0 0 20px;
}

.frameCopyBig{
	text-align:left;
	font-size : 22px;
	line-height : 150%;
	margin:10px 10px 15px -10px;
	font-weight:lighter;
	color:#fff;
	background-color:#BFBFBF;
	width:350px;
	border-radius: 0px 5px 5px 0;
}

.frameWhite {
    width:80vw;
	height: 1;
    background:#fff;
	padding:10px 10px 5px 10px;
	color:#eeeee;
	border:#BFBFBF 2px solid;
	box-shadow: 0 0 10px #BFBFBF;
	margin:20px -10px 20px 20px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	text-align:left;
}

@media screen and (max-width : 860px){
.leftPic{
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	box-shadow: 0 0 10px #BFBFBF;
	text-align:center;
	margin:20px 10px 10px 20px;
}
}

@media screen and (min-width: 861px) {
.leftPic{
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	box-shadow: 0 0 10px #BFBFBF;
	margin:30px;
	padding:-10px 0 10px 0;
	float:left;
}
}

.data tr th,td{
	border-bottom:#d9333f thin dotted;
}
	 	
.data th{
	color:#d9333f;
}	

.ad{
	text-align:center;
	margin:20px 0;
	clear:both;
}

.rakutenLink{
	font-size:25px;
	font-weight:bold;
}

.adBig{
	margin:20px 40px;
}

.h3 {
	font-size: 26px; 
	line-height:1.2;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:10px;
}

.h3 img{
	vertical-align:bottom;
	margin-right:5px;
}
.extra{
	color:#d9333f;
	font-weight:lighter;
}

.small{
	font-size:15px;
}

.listmark img{
	vertical-align:bottom;
	margin-right:5px;
}

#A8Ad{
	margin:20px 0 20px 20px;
	text-align:center;
}

@media screen and (max-width : 739px){
.A8AdBig{
	display:none;
}
}

@media screen and (min-width : 740px){
.A8AdSmall{
	display:none;
}
}

/* リンク */

.linkList{
	float:left;
	margin-left:-20px;
}

.linkListLi{
	padding-left:50px;
}

/* フッター */

#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: white;
}

.ninja_onebutton{
	text-align:center;
	margin:20px 0px 10px 20px;
}

.rss{
	font-size:small;
	margin:20px 0px;
	background-color:#2f2f2f;
}

#page-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
}

#page-top a {
    cursor: pointer;
}

#page-top a:hover {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
	display: inline-block;
}

/* fluidity.min */

img, canvas, iframe, video, svg {
	max-width: 100%;
}

.overflow-container{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}