@charset "UTF-8";
/* CSS Document */

html {
	background-color: #4fc9ef;
}

body {
	font-family: 'Noto Sans Japanese', serif;
	letter-spacing: 0.15em;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
#content {

}
.cf:after {
	content: "";
	clear: both;
	display: block;
}

a {
	color: #004488;
}
a:hover {
	text-decoration: underline;
}

/*---------- header ----------*/
header {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
header h1 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

/*---------- #container ----------*/
#container {
}
.wrap-about {
	padding: 120px 0;
	line-height: 3em;
}
.wrap-news {
	padding: 120px 0;
	background-color: #fff;
	text-align: center;
}
.wrap-master {
	padding: 120px 0;
}
.wrap-shop {
	padding: 120px 0;
	background-color: #fff;
	text-align: center;
	width: 92%;
	margin: auto;
}
section {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
h2 {
	display: block;
	font-size: 150%;
	margin: 0 0 40px 0;
	font-weight: normal;
	text-align: center;
}
h2.title-white-icon,
h2.title-white {
	color: #fff;
}
h2.title-blue-icon,
h2.title-blue {
	color: #4fc9ef;
}
h2.title-white-icon:after {
	content: url(../img/logomark.png);
	width: 50px;
	height: 54px;
	margin: 40px auto;
	display: block;
}
p {
}
.font180 {font-size: 180%;}
.font170 {font-size: 170%;}
.font160 {font-size: 160%;}
.font150 {font-size: 150%;}
.font140 {font-size: 140%;}
.font130 {font-size: 130%;}
.font120 {font-size: 120%;}
.font110 {font-size: 110%;}
.font95 {font-size: 95%;}
.font90 {font-size: 90%;}
.font85 {font-size: 85%;}
.font80 {font-size: 80%;}
.font75 {font-size: 75%;}
.font74 {font-size: 74%;}/*主要取引先*/
.font70 {font-size: 70%;}
.font65 {font-size: 65%;}
.fontBold {font-weight: bold;}
.blue {color: #004488;}
.red {color: #CC0000;}
.right {text-align: right; float: right;}
.center {text-align: center;}
.ind1em {text-indent: -1em; margin-left: 1em;}
.ind15em {text-indent: -1.5em; margin-left: 1.5em;}
.ind2em {text-indent: -2em; margin-left: 2em;}
.linethrough {text-decoration: line-through;}

/*---------- footer ----------*/
footer {
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	font-size: 90%;
}
a.backToTop {
	width: 780px;
	text-align: right;
	margin: 0 auto 30px auto;
	display: block;
}