@charset "euc-jp";

/* ------------------------------
	GENERAL
------------------------------ */

body, textarea { font-family: "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif; }
input, select { font-family: Arial, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif; }

body {
	/*background: #fff url(/top/commons/image/bd_bg.gif) repeat-x;*/
	font-size: 12px;
	font-size: 75%;
	color: #333;
}

*+html body { padding-left: 1px; }
* html body { padding-left: 1px; }

p { line-height: 1.5; }
sup { font-size: 0.8em; }
sub { font-size: 0.8em; vertical-align: bottom; }

a { color: #267298; text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }


.sp{
display:none;
}

.pc{
display:block;
}

@media screen and (max-width: 480px) {

body {
	background:none;
	font-size: 14px;
	font-size: 100%;
	}
	
.sp{
display:block;
}

.pc{
display:none;
}

}



/* ------------------------------
	LAYOUT
------------------------------ */


#wrapper{
	width:100%;
	overflow:hidden;
}

#Header{
	min-height:140px;
}

#header {
	position: relative;
	width: 805px;
	margin:0 auto;
	background: url(/top/commons/image/hd_bg.png) no-repeat 370px 22px;
}

#container {
	overflow:hidden;
	margin:0 auto 0;
	padding:16px 0 10px 0;
	width: 805px;
}

#main{
	float:left;
	width:610px;
	margin-right:20px;
}

#sub{
	float:right;
	width:175px;
}

#footer {
}




@media screen and (max-width: 480px) {


body {
	background:none;
}


#header {
	position: relative;
	width: 100%;
	margin:0 auto;
	background: none;
}
#container {
	overflow:hidden;
	margin:0 auto 0;
	padding:10px 0 10px 0;
	width: 100%;
	box-sizing:border-box;
	padding:3%;
}
#main{
	float:none;
	width:100%;
	margin-right:0;
}

/*
#main img{
	max-with:100%;
	height:auto;
	}
*/


#sub{
	display:block;
	width:100%;
	float:none;
}
#sub.top{
	display:block;
	width:100%;
}
#footer{
}

#Mobile{
	display:none;
}

}


/* ------------------------------
	CLEAR
------------------------------ */

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}

.addclear {
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.none {
	display: none;
}

