
/*==-----------------------------------------------
CSS Information

 File name:      common.css
 Author:         Crea.,Inc. 
 Style Info:     レイアウト関連のスタイル

-------------------------------------------------*/

/*==-----------------------------------------------
container
-------------------------------------------------*/
#sns{
	max-width:960px;
	height:24px;
	margin:0 auto 10px auto;
}

#sns ul{
	float:right;
	list-style-type:none;
	margin:0 10px;
}

#sns ul li{
	float:left;
}

/*==-----------------------------------------------
pagetop
-------------------------------------------------*/
#container p.pagetop{
    position:absolute;
    right: 2%;
    bottom:120px;
}
#container p.pagetop a{
    width: 60px;
    height: 40px;
    display: block;
}

/*==-----------------------------------------------
ミディアムサイズ　600px～
-------------------------------------------------*/
@media only screen and (min-width:600px){
	#container p.pagetop a{
		width: 80px;
		height: 54px;
	    display: block;
	}
}
/*==-----------------------------------------------
ラージサイズ　960px～
-------------------------------------------------*/
@media only screen and (min-width:960px){
	#container p.pagetop{
	    position:absolute;
	    bottom:0px;
	}
}
/*==-----------------------------------------------
IE7,IE8
-------------------------------------------------*/
.ie8 #container p.pagetop,
.ie7 #container p.pagetop{
	position:absolute;
	bottom:0px;
}
.ie8 #container p.pagetop a,
.ie7 #container p.pagetop a{
	width: 80px;
	height: 54px;
	display: block;
}