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

　advance1st base.style
	
	*base	
	  base max-width 900px
	  
	*header
	  nav
	  nav max-width 900px
	  
	*articre
	*footer

********************************/


/*=================================

	base

=================================*/
a {
	color: #595757;
}
a:hover {
	color: #CCC;
}
body {
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* ====== base max-width 900px ====== */
@media screen and (max-width: 900px) {
body {
	-webkit-text-size-adjust: 100%;
}
img {
	width: 100%;
	max-width: 900px;
	height: auto;
}
}
/*=================================

	header

=================================*/

header {
	width: 100%;
	background: rgba(0,0,0,0.75);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);/*IE8*/

	position: fixed;
	top: 0;
	z-index: 10000;
}
header a {
	color: #FFF;
}
/* ====== nav ====== */
header nav {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
header nav #logo {
	width: 100px;
	float: left;
	margin: 5px 60px 5px 0px;
}
.menuWrap {
	display: block;
}
header nav ul {
	width: 760px;
	float: right;
}
header nav ul li {
	width: 140px;
	float: left;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 50px;
	font-size: 70%;
}
header nav ul li.contact {
	width: 183px;
	margin-left: 15px;
	background: url(../img/icon_contact.png) center left no-repeat;
}
header nav ul li.contact a {
	color: #F29600;
}
#spMenuIcon {
	display: none;
}

/* ====== nav max-width 900px====== */
 @media screen and (max-width: 900px) {
#spMenuIcon {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.75) url(../img/menu_sp.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: block;
}
header {
	width: 100%;
	background: rgba(0,0,0,0.95);
	position: relative;
	z-index: 1;
	top: 0;
	/* z-index: 10000; */
}
.menuWrap {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 10;
	display: none;
}
header nav {
	width: 100%;
}
header nav #logo {
	float: left;
	margin: 9px 12px 0;
}
header nav #logo img{
	height: 32px;
	width: auto;
}
header nav ul {
	width: 180px;
	background: rgba(0,0,0,0.75);
	top: 50px;
	right: 0;
	margin-top: 50px;
	padding-bottom: 10px;
	z-index: 100;
}
header nav ul li {
	width: 100%;
	text-align: center;
	line-height: 50px;
}
header nav ul li.contact {
	width: 100%;
	margin-left: 15px;
}
header nav ul li.contact a {
	color: #F29600;
}
}
 @media screen and (min-width: 901px) {
.menuWrap {
	display: block !important;
}
}
/*=================================

	base article

=================================*/

article {
	padding: 50px 0 80px;
	letter-spacing: 2px;
 clear: both;
}
article .articleInner {
	max-width: 1000px;
	margin: 0 auto;
}
h2 {
	font-size: 250%;
	letter-spacing: 4px;
	margin: 0 25px 20px;
	color: #a9a9a9;
}
h2 span {
	font-size: 35%;
	display: block;
}

h3 {
	font-size: 120%;
	color:#333;
	/*letter-spacing: 4px;*/
	margin: 25px 25px 0;
}

article p {
	margin: 20px 25px;
	font-size: 70%;
	line-height: 2.0;
}
@media screen and (max-width: 900px) {
article {
	padding: 30px 15px 50px;
	letter-spacing: 2px;
}
h2,h3 {
	margin: 0 0 20px;
}
article p {
	margin: 30px 0px;
}
}
/*=================================

	footer

=================================*/

footer {
	background: #EEEEEF;
}
.footContact {
	width: 100%;
	height: 60px;
	background: #231815;
	text-align: center;
}
.footContact p {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 60px;
}
.footContact a {
	color: #F29600;
	background: url(../img/icon_contact.png) bottom left no-repeat;
	padding-left: 38px;
}
.footCopyright {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 90%;
	padding: 20px 10px 20px;
}
.footCopyright p{
	margin:0 20px;
	font-size:75%;
}
@media screen and (max-width: 900px) {
.footCopyright {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 90%;
	padding: 20px 10px 20px;
}
.footCopyright p{
	margin:0 0px;
}
}