@charset "utf-8";

/* reset */
body {
	overflow: auto;
	color: #333333;
}

#header {
	position:relative;
}

#footer {
	position:relative;
	
}


/*ボタン*/
ul#link404 {
	overflow: hidden;
	padding: 30px 0;
}

ul#link404 li {
	float: left;
	margin-left: 11px;
}

ul#link404 li:first-child {
	margin-left: 0;
}


a.btnLink {
	width: 226px;
	display: block;
	font-size: 14px;
	box-sizing: border-box;
	padding: 11px 0;
	border: 1px solid #f39626;
	text-align: center;
	color: #ffffff;
	background: #f39626 url(/common/images/arrowBtnLink.png) no-repeat;
	background-position: right center;
}

	a.btnLink:hover {
		color: #f39626;
		text-decoration: none;
		background: #ffffff url(/common/images/arrowBtnLink_o.png) no-repeat;
		background-position: right center;
	}
	

@media screen and (max-width: 1000px){
	#footer {
	width: 100%;
	background-color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	color: #FFFFFF;
	height: 80px;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	z-index: 10px;
}
#footer ul {
	height: 50px;
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer ul li {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 10px 0 0;
	margin-left: 0;
	float: left;
	width:50%;
	border-right: 1px solid #6C6C6C;
}

#footer address {
	font-style: normal;
	width: 100%;
	font-size: 12px;
	display: block;
	height: 30px;
	padding: 5px;
	text-align:center;
}


}
@media screen and (max-width: 768px){
	
	body {
	overflow:auto;
	}
	
	#header .grouplogo  {
	display:none;

}

#content-wrap h1  {

}

#content-wrap h1 img {
	width: 260px;


}

	#footer {
	width: 100%;
	background-color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	color: #FFFFFF;
	height: 220px;
	overflow: hidden;
	position: relative;
	}
	#footer ul {
	padding: 0px;
	height:auto;
	width: 100%;
	text-align: left;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#footer ul li {
	color: #FFFFFF;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #6C6C6C;
	margin: 0;
	padding:0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	}
	
	#footer ul li a{
	display: block;	
	padding: 15px 0 15px 30px;
	font-size: 14px;
	
		
}
	#footer img {
	display:block;
	margin:10px auto 0;
	}


	#footer address {
	font-style: normal;
	width: 100%;
	font-size: 12px;
	display: block;
	height: 50px;
	padding: 15px 15px 15px 0;
	float: none;
	}
	
	/*ボタン*/
ul#link404 {
	overflow: inherit;
	padding: 0;
}

ul#link404 li {
	float: none;
	margin-left: 0;
	text-align: center;
}

ul#link404 li a {
	margin: 0 auto;
}


	
}


/* end of reset */




#breadcrumbs {
	width: 100%;
	height: 40px;
	background-color: #E5E5E5;
}

#breadcrumbs ul {
	max-width:740px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	height:40px;
	line-height:40px;
	
}

#breadcrumbs ul li {
	float: left;
	font-size:14px;
}

#breadcrumbs ul li:before {
	content:">";
	margin: 0 10px;
}

#breadcrumbs ul li:first-child:before{
	content:none;
}

#breadcrumbs a {
	color: #f39625;
	
}

#main-wrap {
	width:100;
	text-align:left;
}

#content-wrap{
	max-width:740px;
	margin: 0 auto;
	padding: 0 20px;
}

#content-wrap h1 {
	margin: 40px 0;
	text-align: left;
}

h2 {
	margin: 40px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #E5E5E5;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 20px 0 30px 0;
	font-weight: bold;
}

#content-wrap ul li {
	font-size: 14px;
	padding:5px 0;
	
}

.adobe {
	margin:30px 0 40px 0;
	height:40px;
	overflow:hidden;
	}
	
.adobe .link1 {
	display:block;
	height:40px;
	width: 158px;
	margin-right:15px;
	float:left;
}

.adobe .link2 {
	width:210px;
	float:left;
	line-height:40px;
}

.adobe .link2 a {
	font-size: 14px;
	color: #F39626;
}
	

#content-wrap p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}


#page-top {
	width: 100%;
	height: 45px;
	background-color: #194A88;
	margin-top:60px;
	text-align: center;
}

#page-top img {
	padding: 14px 0;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
