/*-----------------------------------------------------	*/
/*	for all	- 1000px以上の記述　*/
/*-----------------------------------------------------	*/

/* ----------------------------------
   General Settings
---------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	background-color: #110715;
	position: relative;
}
a {
	color: #19D853;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
a:hover {
	color: #00FF9B;
	background: #078C23;
}
a:focus {
	outline: none;
}
hr {
	border-top: none;
	border-bottom: solid 1px #a4005b;
}

/* ------- img ------- */
img {
	vertical-align: bottom;
}
#img_left {
	float: left;
	margin-right: 20px;
}
.sm_only {
	display: none;
}
.mb20 {
	margin-bottom: 20px;
}
/* ------- text ------- */
p {
	margin-bottom: 10px;
}
p.p_second {
	margin-left: 30px;
}
p.atten {
	margin-bottom: 10px;
	padding-left: 12px;
	text-indent: -1em;
	overflow: hidden;
}
p.p_right {
	clear: both;
	display: block;
	float: right;
}
span {
	color: #ffff00;
	font-size: 20px;
	font-weight: bold;
} 
span.cafe_link a {
	color: #FF00D6;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
span.cafe_link a:hover {
	color: #FF66E6;
	background: #70015E;
}
/* ------- header ------- */
#header {
	position: fixed;
	width: 100%;
	height: 33px;
	background: #720043;
	border-bottom: solid 1px #FFF;
	z-index: 300;
}
#header_main {
	width: 1000px;
	margin: 0px auto 0px auto;
}


#header_main ul {
	width: 450px;
	float: right;
	margin-top: 5px;
}
#header_main ul li {
	float: right;
    margin: 0  10px;
    padding: 0;
}
.twitter-share-button {
	width: 100px!important;
}

/* ------- wrapp ------- */
#wrapp {
	width: 100%;
	height: auto;
	xposition: relative;
	padding-bottom: 30px;
}
#slow_loris {
	width: 550px;
	height: 543px;
	position: absolute;
	top: 34px;
	left: 0px;
}
#key {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}

/* ------- content ------- */
#content {
	width: 650px; /* befoer padding 1000px */
	xmin-height: 244px; /* befoer padding 264px */ 
	padding-top: 20px;
	padding-left: 250px;
	padding-right: 100px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}
.shop {
	background: url(../img/shop_title-trans.png) left top no-repeat;
}
.photo {
	background: url(../img/photo_title-trans.png) left top no-repeat;
}
.cafe {
	background: url(../img/cafe_title-trans.png) left top no-repeat;
}

.photo ul {
	width: 650px;
}
.photo ul li {
	float: left;
	width: 470px;
}
.photo ul li.btn_pic {
	width: 160px;
	margin-right: 20px;
}

.cafe ul li {
	xwidth: 216px;
	width: 325px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cafe ul li img {
	margin-bottom: 5px;
}

/* ------- details ------- */
#details {
	width: 800px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
}
#details table {
	width: 800px;
	border: 0px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
}
#details table tr td {
	padding: 20px 30px;
	border: 1px solid #a4005b;
}
#details table tr td.tt1 {
	width: 80px;
	background: #720043;
}
#details table tr td .ryokin {
	text-indent: -2em;
	margin-left: 28px;
}
#details table tr td ul.atten {
	font-size: 12px;
	text-indent: -1em;
	margin-left: 20px;
}
#details table tr td iframe {
	padding-top: 10px;
}

/* ------- link & footer ------- */
#link {
	width: 540px;
	height: 50px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}
#link li {
	float: left;
	margin: 0px 10px 0px 10px;
}
#sega-sunshine {
	width: 443px;
	height: 43px;
	margin: 0px auto 30px auto;
}
#footer {
	text-align: center;
	font-size: 12px;
}

/*-----------------------------------------------------	*/
/*	for - 600px以下の記述　*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 600px) {
/* ------- img ------- */
.sm_only {
	display: inherit;
}
.pc_only {
	display: none;
}

/* ------- header ------- */
#header_main {
	width: 500px;
}
/* ------- wrapp ------- */
#key {
	width: 500px;
}
#slow_loris {
	width: 321px;
	height: 332px;
}
/* ------- content ------- */
#content {
	width: 500px;
	padding-top: 90px;
	padding-left: 0px;
	padding-right: 0px;
}
.shop {
	background: url(../img/sm_shop_title-trans.png) left top no-repeat;
}
.photo {
	background: url(../img/sm_photo_title-trans.png) left top no-repeat;
}
.cafe {
	background: url(../img/sm_cafe_title-trans.png) left top no-repeat;
}
.photo ul {
	width: 500px;
}
.photo ul li {
	width: 320px;
}
.cafe ul li {
	width: 250px;
}

/* ------- details ------- */
#details {
	width: 500px;
}
#details table {
	width: 500px;
}
#details table tr td {
	padding: 10px 15px;
}
#details table tr td.tt1 {
	width: 15px;
}
/* ------- link & footer ------- */
#link {
	width: 498px;
}
#link li {
	margin: 0px 3px 0px 3px;
}
}