@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------



Cascading Style Sheets for [machicomi affiliate] 



module.css



---------------------------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------
    commonLink
----------------------------------------------------*/
/*html {
    font-size: 28px;
}*/
body {
	background: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

/*----------------------------------------------------
	tap color
----------------------------------------------------*/
a {
	-moz-tap-highlight-color: rgba(200,235,255,.6);
	-webkit-tap-highlight-color: rgba(200,235,255,.6);
	tap-highlight-color: rgba(200,235,255,.6);
}
input {
	-moz-tap-highlight-color: rgba(200,235,255,.6);
	-webkit-tap-highlight-color: rgba(200,235,255,.6);
	tap-highlight-color: rgba(200,235,255,.6);
}

/*----------------------------------------------------
	.headerArea
----------------------------------------------------*/
.headerArea {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}
/*----------------------------------------------------
	.footerArea
----------------------------------------------------*/
.footerArea{
	background:#1c3036;
}
.footerArea .footerContent{
	width:100%;
	height:40px;
	color:#FFFFFF;
	text-align:center;
	font-size: 10px;
}
.footerArea .footerContent a:link,
.footerArea .footerContent a:visited{
	color:#fff;
	text-decoration:underline;
}
.footerArea .footerContent a:hover,
.footerArea .footerContent a:active{
	color:#fff;
	text-decoration:underline;
}
/*----------------------------------------------------
	page top
----------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
	/*font-size: 77%;*/
}
#page-top a {
	text-decoration: none;
	/*color: #fff;*/
	width: 64px;
	display: block;
}