@charset "UTF-8";
/*
Common
*/

.clear {
	clear: both;
}

@media screen and (min-width:681px){
	body {
		margin: 0px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	header {
		height: 110px;
		width: 100%;
		background-image: url(../format2/header/header_bg.gif);
		background-repeat: repeat-x;
		background-position: top;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		display: block;
	}
	header #headerArea {
		display: block;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		width: 900px;
		height: 110px;
	}
	header h1 {
		margin: 0px;
		font-size: 80%;
		color: #333;
		margin-bottom: 20px;
		height: 14px;
	}
	header #logo {
		display: block;
		float: left;
		height: 70px;
		width: 174px;
		margin-left: 10px;
	}
	header #contact {
		display: block;
		float: right;
		height: 53px;
		width: 180px;
		margin-top: 14px;
	}
	#contentArea {
		display: block;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999;
		background-color: #FFF;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #999;
		padding-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
		width: 900px;
	}
	#contentArea #1column {
		display: block;
		width: 780px;
		margin-right: auto;
		margin-left: auto;
	}
	footer {
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		overflow: hidden;
		background-image: url(../format2/footer/bg.jpg);
		background-repeat: repeat-x;
		background-position: center top;
	}
	footer .area {
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		overflow: hidden;
		max-width: 960px;
		min-width: 480px;
	}
	footer .area2 {
		margin-right: auto;
		margin-left: auto;
		width: 960px;
		margin-top: 0px;
		margin-bottom: 0px;
		overflow: hidden;
		font-size: 60%;
		text-align: right;
		color: #B4AEA7;
	}
	footer .area2 a{
		color: #97928C;
		text-decoration: none;
	}
	footer .corporate {
		display: block;
		float: left;
		width: 300px;
	}
	footer .name  {
		font-size: small;
		color: #333;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: 0px;
	}
	footer .adress {
		font-size: x-small;
		color: #666;
		margin: 0px;
	}
	#footer ul.database {
		font-size: 10px;
		margin-top: 80px;
		margin-bottom: 0px;
		padding-left: 500px;
	}
	footer ul.database li {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	footer ul.database a {
		color: #663;
	}
	#totop {
		margin-top: 20px;
		clear: both;
		padding-right: 20px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		padding-top: 5px;
		margin-right: 10px;
		margin-left: 10px;
	}
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 10%;
		padding-bottom: 20px;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
	#totop ul {
		margin: 0px;
	}
	#contentArea #leftColumn {
		display: block;
		float: left;
		width: 610px;
		margin-left: 40px;
	}
	#contentArea #rightColumn {
		display: block;
		width: 170px;
		float: right;
		margin-right: 40px;
		text-align: center;
	}
}
.imgFull {
	width: 100%;
	height: auto;
}


/*Smartphone*/
@media screen and (max-width:680px){
	body {
		margin: 0px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		width: 100%;
	}
	header {
		position: relative;
		display: block;
	}
	header h1 {
		display: none;
	}
	header #headerArea {
		overflow: hidden;
	}
	header #logo {
		width: 174px;
		float: left;
	}
	header #contact {
		height: 53px;
		width: 180px;
		margin-top: 10px;
		float: right;
	}
	header #smartPhoneNav {
		clear :both;
	}
	#contentArea {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		overflow: hidden;
	}
	#contentArea #rightColumn {
		width: 100%;
	}
img.imgFull {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	clear: both;
}
footer {
	background-color: hsla(0,7%,80%,1.00);
	padding: 5px 5px 80px;
	}
	footer .name {
		font-size: 1em ;
		margin-bottom: 5px;
	}
	footer .adress {
		font-size: 0.8em;
	}
	footer .area2 {
		display: none;
	}
.none {
	display: none;
}
	#totop {
		width: 20%;
		margin-left: auto;
		margin-right: auto;
	}
	#page-top {
	position: fixed;
	bottom: 10px;
	padding-bottom: 10px;
	}
	#page-top a:hover {
		opacity: 0.7;
	}

}
