@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}

html{
	font-size:62.5%;
}

@media screen and (max-width: 640px) {
	html{
		font-size:56%;
	}
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

p{
}

img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
	padding: 0;
	max-width:100%;
}

a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 
}

body,
table,
input, textarea, select, option {
	background:#FFFFFF;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #F39;
	text-decoration:underline;
}

a:visited {
	color:#FF3399;
	text-decoration:underline;
}

a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}

a:active {
	color:#FFFFCC;
	text-decoration:underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background: #000;
	color: #FFF;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#container{
	max-width:640px;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 3em;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	text-align:center;
	margin:0px auto 1em;
	line-height:1;
	font-size:0;
}

#gHeader h1 img{
	display: block;
}

#gHeader div{
}

#gHeader .refund_head{
	background:rgba(94,65,65,1.00);
	text-align:center;
	padding:1em 0;
}

.dNone{
	display:block;

}

@media screen and (max-width: 767px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
.dNone{
	display:none;

}
}



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/


#Head{}

#Intro{}

#Intro h2{
}

#Intro .textBox{
	color: #FFF;
	margin-bottom: 2em;
}

#Intro .textBox p{}


#About{
	text-align:left;
	width: 87.5%;
	margin: 0 auto 2em;
	background:#fafafa;
	color:#333;
	border:3px solid #7f8691;
	padding:32px;
	border-radius:1em;
	box-sizing:border-box;
}

#About h2{
	margin-bottom:1em;
}

#About .textBox{
}

#About .textBox p{
	font-size:1.6rem;
	margin-bottom: 2em;
}

#About .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#About .textBox ul{
	margin-bottom: 2em;
}

#About .textBox ul li{
	font-size:1.6rem;
	color: #F90;
	position:relative;
	padding-left:1.2em;
}

#About .textBox ul li:before{
	content:'◎';
	display:block;
	position: absolute;
	left:0;
	top:0;
}

#Enable{
	text-align: left;
	margin-bottom: 3em;
}

#Enable h2{
	margin-bottom: 1em;
}

#Enable .textBox{
	padding: 0 20px;
}

#Enable .textBox p{
	margin-bottom: 1em;
	font-size: 1.3em;
}

#Enable .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0;
}

#Info{}


section.machine h2 {
	color: #FC0;
    margin-bottom: 1em;
	font-size:2.4rem;
	display:flex;
	justify-content:center;
	align-items:center;
}

section.machine h2:before {
    content: "＼";
	font-size:2em;
}

section.machine h2:after {
    content: "／";
	font-size:2em;
}

section.machine h3 {
	color: #FC0;
    margin-bottom: 1em;
	font-size:2rem;
}

section.machine ul {
    display: flex;
    flex-wrap: wrap;
	width:96%;
	margin:0 auto 4em;
}

section.machine ul li:first-of-type,
section.machine ul li:nth-child(3),
section.machine ul li:nth-child(4),
section.machine ul li:nth-child(6),
section.machine ul li:nth-child(7) {
    margin-right: 2%;
}

section.machine ul li:first-of-type,
section.machine ul li:nth-child(2) {
    width: 49%;
}

section.machine ul li {
    width: 32%;
}



#Next{
	margin-bottom: 2em;
}

#Next h2{
	margin-bottom:1em;
}

#Next .textBox{
	font-size:1.6rem;
	line-height:1.2;
	padding:0 4% 20px;
	text-align:left;
	color:#FFFF66;
}

#Next .textBox p{
	margin-bottom:1.2rem;
}

#Next .textBox ul{
	padding: 0;
	display: block;
	margin: 0 4px 1em;
}

#Next .textBox li{
	margin-bottom: 0.25em;
}

#Enquete{
	margin-bottom: 1em;
}

#Enquete p{
	line-height:1;
	font-size:0;
}

#Bottom{
	margin-bottom:0em;
}



#Get{
	margin-bottom: 2em;
}



#System{
	margin-bottom: 2em;
}

#System h2{
	padding:0 0 0.25em 0;
	color:#FF6;
	margin-bottom:0.5em;
	font-size: 0.9em;
	text-align: left;
	border-bottom: 1px dotted #FF6;
}


#System ul{
	padding: 1em;
	color: #FF6;
	text-align:left;
	font-size: 0.85em;
}

#System li{
	margin-bottom: 0.25em;
}

#User h2{
	margin-bottom: 1em;
}
#User .userBox{
	text-align: left;
	margin-bottom: 1em;
	background-color: #FFF;
	color: #333;
	padding: 12px;
}

#User .userBox h3{
	padding:0.25em 6px;
	background-color:#F2F2F2;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color: #333;
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	width: 100%;
}

#User .userBox .user_photo{
	float:left;
	margin-top:-0.5em;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 30%;
}

#User .userBox span.red{
	color:#EB0046;
}


#User .userBox span.user_name{
	font-size:1.4rem;
	font-weight:normal;
	color:#333;
}

#User .userBox p{
	margin-bottom: 1em;
	font-size:1.4rem;
	line-height: 1.5;
}
#User{
	width:94%;
	margin:auto;
}

#Faq{
	text-align: left;
}

#Faq h2{
	margin-bottom: 2em;
}

#Faq .textBox{
	padding: 0 3% 20px;
	line-height: 1.2;
}

#Faq h3.question{
	background: url(../img/faq02.jpg) no-repeat;
	width:100%;
	padding-top:48px;
	font-weight: bold;
	color: #FC0;
	font-size: 1.6rem;
	margin-bottom: 0.85em;
}

#Faq p.answer{
	padding-top:40px;
	background:url(../img/faq03.jpg) no-repeat;
	margin-bottom: 2em;
	font-size: 1.6rem;
}


#Result{
	margin-bottom: 2em;
}

#Result ul{
	width: 94%;
	margin: 0 auto;
}

#Result li{
	float: left;
	margin-bottom: 1em;
	width:50%;
}



#How{
	margin-bottom: 2em;
}

#How h2{
	margin-bottom:1.0em;
}

#How h3{
	margin-bottom:1.0em;
}

#How .textBox{
	font-size:1.4rem;
	line-height:1.2;
	padding:0;
	text-align:left;
	color:#FFFFFF;
}

#How .textBox p{
	padding: 0 4%;
	margin-bottom: 1.6rem;
}

#How .textBox ul{
	display: block;
}

#How .textBox li{
	float:left;
	font-size:0;
	width:31.25%;
}
#How .textBox li:last-child{
	width:37.5%;
}

#Postscript{
	margin-bottom: 3em;
}

#Postscript .textBox{
	padding: 20px;
	text-align: left;
	background-color: #330000;
}

#Postscript .textBox p{
	font-size: 1.6rem;
	margin-bottom: 1em;
}

#Postscript .textBox span.red{
	color:#EB0046;
	font-size: 1.5em;
	padding: 0 0.25em 0 0;
}


#Price{
	margin-bottom: 2em;
}

#Price h2{
	margin-bottom:1em;
}

#Price .textBox{
	font-size:1.25em;
	line-height:1.2;
	color:#FFFFFF;
}

#Price .textBox p{
	margin-bottom:1em;
}

.Tel{
	margin: 0 auto 2em;
	width:94%;
}

.Bookmark{
	width:75%;
	margin:0 auto 2em;
}

.Bookmark .bookmarkButton{
	float:left;
	width:48%;
}

.Bookmark .sendurlButton{
	float:right;
	width:48%;
}

.Button{
}

.Button a{
	display: block;
	padding: 0.5em 1em;
	background: #FF0000;
	width: 60%;
	margin: 0 auto 1em;
	border-radius: 0.5em;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	box-sizing: border-box;
	transition: 0.5s;
	text-decoration:none;
 }

@media screen and (max-width: 767px) {
	.Button a{
		font-size: 1.8rem;
		width: 90%;
	}
}

.Button a:hover{
	opacity:0.7;
}

.Entry{}

.Return{
	margin:0 auto 2em;
	width:94%;
}

.Present{
	margin-bottom: 2em;
}

.Present h2{}

.Present h3{
}

.Present .textBox{
	margin-bottom: 1em;
}

.Present .textBox p{
	line-height:1;
	font-size:0;
}

.Data{
	margin: 0 auto 2em;
	width:94%;
}

.Data h2{
	color: #FF6;
	margin-bottom: 0.4em;
	font-size: 1.4rem;
	text-align: left;
	font-weight: bold;
}

.Data ul{
	padding: 2em;
	color: #FF6;
	text-align:left;
	background: #333;
	display: block;
}

.Data li{
	margin-bottom: 0.4em;
	float: left;
	display: block;
	padding-right: 1.2em;
	font-size: 1.4rem;
}


#Order{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Order h2{
}

#Order h3{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Order h4{
	margin-bottom: 0.5em;
}

#Order h4 span{
	padding:0 1.5em;
}

#Order .textBox{
	margin-bottom: 2em;
}

#Order .textBox .boxInner{
	margin-bottom:1em;
}

#Order .textBox ul{
}

#Order .textBox ul li{
	display:inline-block;
	font-size:0;
	line-height:1;
}

#Order .textBox ul li:first-child{
	margin-right:20px;
}

#Order .textBox ol{
	list-style:decimal inside;
	padding:0;
}

#Order .textBox ol li{
}

#Order .textBox ol li dl{
	padding:0 2em;
}

#Order .textBox ol li dl dt{
	color: #FF0;
}

#Order .textBox ol li dl dd{
	padding-left: 1em;
}



#Order .textBox p{
	margin-bottom: 1em;
}


#Order .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#Order .textBox p .guest{
	color: #99CC00;
}

#Order .textBox p .staff{
	color: #CFF;
}

#Flow{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Flow h2{
}

#Flow h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
	color: #FF0;
}

#Flow h4{
	margin-bottom: 0.5em;
	color: #FF0;
}

#Flow h4 span{
	padding:0 1.5em;
}

#Flow h5{
	margin-bottom: 0.5em;
	color: #FFFF99;
}

#Flow .textBox{
	margin-bottom: 2em;
}

#Flow .textBox .boxInner{
	margin-bottom:1em;
}

#Flow .textBox ul{
}

#Flow .textBox ul li{
	display:block;
}

#Flow .textBox ol{
	list-style:decimal inside;
	padding:0;
}

#Flow .textBox ol li{
}

#Flow .textBox ol li dl{
	padding:0 2em;
}

#Flow .textBox ol li dl dt{
	color: #FF0;
}

#Flow .textBox ol li dl dd{
	padding-left: 1em;
}

#Flow .textBox p{
	margin-bottom: 1em;
}

#Flow .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#Flow .textBox p .guest{
	color: #99CC00;
}

#Flow .textBox p .staff{
	color: #CFF;
}


#Firsttime{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Firsttime h2{
}

#Firsttime h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Firsttime h4{
	color:#FFFF00;
}

#Firsttime td h4{
	margin-bottom: 0.5em;
	color: #F36;
	font-weight: bold;
	display: block;
	background-color: #FFE5F2;
	padding: 0 0.5em;
}

#Firsttime dd h4{
	color: #FF0;
	font-weight: bold;
	display: block;
}


#Firsttime .textBox{
	margin-bottom: 2em;
}

#Firsttime .textBox .boxInner{
	margin-bottom:2em;
}

#Firsttime .textBox .boxInner p{
	margin-bottom:0.5em;
}

#Firsttime dl{
	width: 600px;
}

#Firsttime dt{
	margin: 0 10px 1em 0;
	float: left;
	clear: both;
}

#Firsttime dd{
	float: right;
	width: 490px;
	display: block;
	min-height: 100px;
	margin: 0 0 1em;
}

#Firsttime table{
	width: 100%;
	background: #000;
}

#Firsttime th{
	background: #F9C;
	width:100px;
	vertical-align:top;
}

#Firsttime td{
	padding: 0 0.5em 1em;
}

#Firsttime .boxInner ul{
}

#Firsttime .boxInner li{
	color:#FFCC00;
}

#Media{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Media h2{
}

#Media h3{
}

#Media h4{
	margin-bottom: 0.5em;
}

#Media h4 span{
	padding:0 1.5em;
}

#Media .textBox{
	margin-bottom: 2em;
}

#Media .textBox .boxInner{
	margin-bottom:1em;
}


#Mechanism{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Mechanism h2{
	margin-bottom:1em;
}

#Mechanism h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Mechanism h4{
	margin-bottom: 0.5em;
	color: #FF0;
}

#Mechanism h5{
	margin-bottom: 0.5em;
	border:1px solid #FF0;
	padding:0.5em;
}

#Mechanism h4 span{
	padding:0 1.5em;
}

#Mechanism .textBox{
	margin-bottom: 2em;
}

#Mechanism .textBox .boxInner{
	margin-bottom:1em;
}

#Mechanism .textBox ul{
}

#Mechanism .textBox ul li:first-child{
	margin-right:20px;
	float: left;
}

#Mechanism .textBox ol{
	list-style:decimal inside;
	padding:10px;
	background-color: #FF0;
	color: #333;
}

#Mechanism .textBox ol li{
}

#Mechanism .textBox ol li dl{
	padding:0 2em;
}

#Mechanism .textBox ol li dl dt{
	color: #FF0;
}

#Mechanism .textBox ol li dl dd{
	padding-left: 1em;
}

#Mechanism .textBox p{
	margin-bottom: 1em;
}

#Mechanism .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#Aboutthissite{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Aboutthissite h2{
	margin-bottom:1em;
}

#Aboutthissite h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Aboutthissite h4{
	margin-bottom: 0.5em;
	color: #FF0;
}

#Aboutthissite h5{
	margin-bottom: 0.5em;
	border:1px solid #FF0;
	padding:0.5em;
}

#Aboutthissite h4 span{
	padding:0 1.5em;
}

#Aboutthissite .textBox{
	margin-bottom: 2em;
}

#Aboutthissite .textBox ul{
}

#Aboutthissite .textBox ul li:first-child{
	margin-right:20px;
	float: left;
}

#Aboutthissite .textBox p{
	margin-bottom: 1em;
}

#Aboutthissite .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#Agreement{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Agreement h2{
	margin-bottom:1em;
}

#Agreement h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Agreement h4{
	margin-bottom: 0.5em;
	color: #FF0;
}

#Agreement h5{
	margin-bottom: 0.5em;
	border:1px solid #FF0;
	padding:0.5em;
}

#Agreement h4 span{
	padding:0 1.5em;
}

#Agreement .textBox{
	margin-bottom: 2em;
}

#Agreement .textBox ul{
	margin-bottom: 1em;
}

#Agreement .textBox ul li:first-child{
}

#Agreement .textBox p{
	margin-bottom: 1em;
}

#Agreement .textBox p span.emphasis{
	color: #F90;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}


#Introduction{
	width: 600px;
	margin: 0 auto;
	font-size:1.6rem;
}

#Introduction h2{
	margin-bottom:1em;
}

#Introduction h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.25em;
	border-bottom: 2px dotted #FF0;
	margin-bottom: 1em;
}

#Introduction h4{
	margin-bottom: 0.5em;
	color: #FF0;
}

#Introduction h5{
	margin-bottom: 0.5em;
	border:1px solid #FF0;
	padding:0.5em;
}

#Introduction h4 span{
	padding:0 1.5em;
}

#Introduction .textBox{
	margin-bottom: 2em;
}

#Introduction .textBox .boxInner{
	margin-bottom:1em;
}

#Introduction .textBox ul{
	list-style:none;
	padding:10px;
	background-color: #FF0;
	color: #333;
	margin-bottom: 1.5em;
}

#Introduction .textBox li{
	line-height:1.2;
	margin-bottom:0.5em;
}

#Introduction .textBox li:last-child{
	margin-bottom:0;
}

#Introduction .textBox table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

#Introduction .textBox table caption{
	font-size:0.85em;
	padding-bottom:0.5em;
}

#Introduction .textBox th{
	color:#333333;
	font-size: 0.75em;
	padding: 0.5em 0;
	background: #DEDEDE;
	border: 1px solid #666;
}

#Introduction .textBox td{
	color:#FF6666;
	border: 1px solid #666;
	text-align: center;
	font-size: 0.85em;
	padding: 0.5em 0;
	font-weight: bold;
}

#Introduction .textBox td.fever{
	background-color: #F66;
}

#Introduction .textBox td.aisle{
	background-color: #000;
	text-align:center;
	color:#FFFFFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 0.9em;
	padding: 0.5em 0;
}

#Introduction .textBox p{
	margin-bottom: 1em;
}

#Introduction .textBox p span.emphasis{
	color: #F96;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em;
}

#Note{
	padding: 2em 0;
	font-size:1.6rem;
}

#Note .textBox{
	line-height:1.2;
	padding:0 3%;
	text-align:left;
	color:#FFFFFF;
}
#Note .textBox h2{
	font-size:1.4rem;
	margin-bottom:0.5em;
	font-weight:bold;
}

#Note .textBox ul{
	text-align: left;
}

#Note .textBox li{
	font-size:1.4rem;
}


#gFooter{
	padding:25px 0;
	text-align:center;
	font-size:1.3rem;
}

	#gFooter div{
		padding-bottom:20px;
		color:#FFFFFF;
	}
	#gFooter p{
	color:#FFFFFF;
	}
	

#gFooter a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#gFooter a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#gFooter a:hover {
	color: #FF0;
	text-decoration:underline;
}

#gFooter a:active {
	color: #C90;
	text-decoration:underline;
}


#wrap{
	text-align:left;
	line-height: 1.5;
}

#wrap section{
	margin-bottom:2em;
}

#other{
	padding:0 20px;
	font-size:1.6rem;
}

#form{}


#other h1,
#form h1{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #FF0;
}

#form h2{
	padding:0 20px;
}

#form iframe{
	width:95%;
	margin: auto;
	background:#FFF;
}
#form .iframe_wrap{
	background:#FFF;
	text-align: center;
}

#other_content{
	padding:0 20px;
	font-size:1.6rem;
}

#other_content h2{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #FF0;
}

#other_content dt{
	font-weight: bold;
	color: #FF0;
	font-size:1.6rem;
}

#other_content dd{
	margin-bottom:0.5em;
	font-size:1.6rem;
}


#Sct{
	padding: 0 20px;
}



#Sct h2{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #F99;
}

#Sct table{
	width:100%;
	border:1px solid #FF0;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5;
}

#Sct th{
	font-weight: normal;
	border:1px solid #CCC;
	padding:0.5em 1em;
	vertical-align:top;
	color: #666;
	background: #FFC;
	width: 35%;
	font-size:1.6rem;
}

#Sct td{
	border:1px solid #CCC;
	padding:0.5em 1em;
	color:#666;
	vertical-align:top;
	font-size:1.6rem;
}


#Sct td dl{
}

#Sct td dt{
}

#Sct td dd{
	margin-bottom:1em;
}

#Sct td p{
}


.button_hover{}

.button_hover:hover{
	cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 
}

.button_hover:active{
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5; 
}

.note{
	font-size:0.8em;
	font-weight:normal;
}

.notice{
	font-size:0.9em;
	font-weight:normal;
	color:#FF3399;
}

p#page-top{position:fixed;bottom:20px;right:20px;font-size:0.75em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;line-height:1em}

p#page-top a{background:#666;text-decoration:none;color:#fff;padding:1em;text-align:center;display:block;border:2px solid #FFF;border-radius:10em}
p#page-top a:hover{text-decoration:none;background:#999}


#social{
width:100%;
position:fixed;
left:0;
bottom:0;
background-color:rgba(0,0,0,0.75);
}

#social ul{
width:90%;
margin:0 auto;
}

#social ul li{
float:left;
display:inline;
margin:0 8px 0 0;
padding:0.5em 0 0 0;
line-height:1;
}

.pocket-btn{
	width:60px;
}
