@charset "utf-8";


body {
    -webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-size:auto 67px;
}
img{
     max-width: 100%;
     height: auto;
     display:block;
}

/* header
--------------------------*/

.header {
	height:67px
}
.header .header_upper {
	padding:0 7px;
	height:42px;
}
.header h1 {
	float:left;
	width:131px;
}
.header .header_tel {
	float:right;
	padding:2px 0 0 0;
	width:149px;
	color:#FFFFFF;
	font-size:13px;
	line-height: 1.2em;
	text-align:right;
}
p.header_tel a {
	color: #fff;
	text-decoration: none;
}
.header .header_tel span {
	font-size:8px;
}
/*
.header .header_tel {
	float:right;
	padding:7px 0 0 0;
	width:47%;
	max-width:149px;
	text-align:right;
}
.header .header_tel img {
	width:100%;
}
*/
.header .header_lower {
	padding:0 7px 0 13px;
	clear:both;
}
.header .header_contct {
	float:left;
	margin-right:2px;
	width:84px;
}
.header .header_regist {
	float:left;
	width:59px;
}
.header .header_form {
	float:left;
	width:120px;
}
.header .header_form table.login,
.header .header_form table.login th,
.header .header_form table.login td {
	border:0;
	border-collapse:collapse;
}
.header .header_form table.login {
	margin:0;
	width:100%;
}
.header .header_form table.login th,
.header .header_form table.login td {
	padding:0 0 1px;
	color:#FFFFFF;
	font-size:8px;
}
.header .header_form table.login th {
	padding:0 1px 1px 0;
	text-align:right;
}
.header .header_form table.login td input[type="text"] {
	width:60px;
	height:5px;
	font-size:8px;
}
.header .header_login {
	float:right;
	width:31px;
}

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

.wrapper {
     margin: 0 auto;
     width: 100%;
}
 
.content {
}


/* footer
--------------------------*/
 
.footer {
}
.footer .footer_ttl {
	margin-bottom:5px;
}
.footer .footer_add {
	float:left;
	margin-bottom:5px;
	width:225px;
	font-size:10px;
	line-height:140%;
}
.footer .footer_access {
	float:right;
	margin-bottom:9px;
	width:81px;
}
.footer .footer_tel {
	margin-bottom:10px;
	width:100%;
	font-size:15px;
	clear:both;
}
.footer .footer_tel a {
	font-size: 15px;
	text-decoration: none;
	color: #333;
}
.footer .footer_info {
	background-color:#DDDDDD;
	padding:7px 2% 30px;
	clear:both;
}
.footer .footer_menu01 {
	float:left;
}
.footer .footer_menu01 li {
	background-image:url(../images/ico_footer_menu.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:4px 6px;
	float:left;
	margin-right:8px;
	padding:0 0 0 7px;
}
.footer .footer_menu01 li a {
	color:#000000;
	font-size:9px;
	text-decoration:none;
}
.footer .footer_menu02 {
	float:right;
	width:168px;
}
.footer .footer_menu02 li {
	float:left;
	margin-left:3px;
	width:81px;
}
.footer .copyright {
	padding:10px 0 0 0;
	color:#666666;
	font-size:8px;
	clear:both;
}














