@charset "utf-8";


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

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

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



/*==-----------------------------------------------
body
-------------------------------------------------*/
html, body {height: 100%;}


	  /* must be same height as the footer */





/*==-----------------------------------------------
container
-------------------------------------------------*/
#container{
	width:100%;
	text-align: center;
}

* html #container {display:table;}



/*==-----------------------------------------------
header
-------------------------------------------------*/
#header{
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}
#header .section{
	width:960px;
	height: 120px;
	margin: 0 auto;
}


/*==-----------------------------------------------
navigation
-------------------------------------------------*/
#nav{
	width:960px;
	height: 50px;
	margin:0 auto 10px auto;
}


/*==-----------------------------------------------
contents
-------------------------------------------------*/
#contents {
	width:960px;
	margin: 0 auto;
	font-size: 0.85rem;

}

/*==-----------------------------------------------
main
-------------------------------------------------*/
#main{
	width:960px;
	padding: 0 0 0px 0;
	margin-bottom: 20px;
	background: #EFEFEF url(../../img/pc/common/bg_main.gif) repeat-x 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear:both;

}
#home #main{
	background:none;
}
#home #main .article{
	background: #EFEFEF url(../../img/pc/common/bg_main.gif) repeat-x 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;

}






/*==-----------------------------------------------
sidebar
-------------------------------------------------*/
#sidebar.aside{
	width:210px;
	float:right;

}


/*==banner*/

#sidebar.aside #banner{
	margin: 0 0 10px 0;
}

/*==mobile*/

#contents .aside #mobile{
	margin: 0 0 10px 0;
}



/*==-----------------------------------------------
footer
-------------------------------------------------*/
#footer{
	position: relative;
	height: 80px;
	width:100%;
}


#footer .section{
	width:100%;
	overflow:hidden;
	margin: 0 auto;
}






/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix {clear:both; }

.clearfix:after,
#container:after,
#nav:after,
#header:after,
#footer:after,
#anchor:after,
.article:after,
.section:after,
.inner:after,
.aside:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     font-size:0.1em;
}

.clearfix,
#container,
#nav,
#header,
#footer,
#anchor,
.article,
.section,
.inner,
.aside{
display: inline-block;
}

.clearfix,
#container,
#nav,
#header,
#footer,
.article,
.section,
.inner,
.aside{
display: block;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
