@charset "utf-8";
/*リセットCSS*/
html {
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none
}
/*共通*/
* {
	text-decoration: none;
	font-size: 1em;
	margin: 0 auto;
	color: #3C3C3C;
}
body {
	position: relative;
}
#container {
	　　max-width: 1024px;
	　　margin: auto;
		width: 100%;
		overflow:hidden;
}

h2.subTitle {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.font-250{
	font-size:1.250em;
	}
	
em{
	font-weight:bold;
	color:#f00;
	}

 @media screen and (max-width: 768px) {
#wrapper {
	padding-top: 90px;
}
}
a {
	color: #3C3C3C;
	display: block;
	overflow: hidden;
}
img {
	vertical-align: bottom;
}
nav, #infoWrap p a.viewAll {
	color: #3C3C3C;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/*コンテナ*/	
@media screen and (min-width:1025px) {
/*　for PC　*/
#container {
	width: 1024px;
	margin: 0 auto;
}
}
 @media screen and (min-width:480px) {
/*　for iPhone Landscape　(iPhone 横)　*/
#container {
	margin: 0 auto;
}
}
 @media screen and (min-width:768px) and ( max-width:1024px) {
/*　for iPad 　*/
#container {
	width: 100%;
	margin: 0 auto;
}
}
/*ヘッダー*/
header h1 {
	line-height: 35px;
	height: 35px;
	margin: 50px 0 15px;
	text-align: center;
}
/*グローバルナビ*/
nav#globalNavi {
	width: 100%;
	overflow: hidden;
}
div.underPage {
	border-bottom: 1px solid #3c3c3c;
	margin-bottom: 30px;
}
/*ハンバーガーメニュー*/

/* トグルボタン */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
 @media screen and (max-width: 768px) {
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
/*トグルボタンここまで*/

/*ハンバーガーメニュー切り替え 768px以下*/
@media screen and (max-width: 768px) {
/* header */
header h1 {
	line-height: 35px;
	width: 165px;
	height: 35px;
	padding:20px;
	margin:0 auto;
	text-align: center;
	background: #fff;
}
}
 @media screen and (max-width: 768px) {
#nav-toggle {
	display: none;
	position: absolute;
	cursor: pointer;
	z-index: 101;
	margin-top:10px;
}
#top-head {
	background: #fff;
	width: 100%;
	height: 75px;
	z-index: 999;
	position: fixed;
}
/* Fixed reset */
#mobile-head {
	background: #fff;
	width: 100%;
	height: 75px;
	z-index: 999;
	position: relative;
	border-bottom: 1px solid #3c3c3c;
}
#globalNavi {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
}
#globalNavi ul li {
	clear: both;
	float: none;
	height: 60px;
	width: 100%;
	line-height: 60px;
	position: static;
	background: #000;
	border-bottom: 1px solid #fff;
}
#globalNavi ul li a {
	color: #fff;
	display: block;
	margin: 0;
}
#nav-toggle {
	display: block;
}
/* #globalNavi スライドアニメーション */
.open #globalNavi {
	/* #globalNavi top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#slider1 {
	padding-top: 75px;
}
}
 @media screen and (min-width:769px) {
nav#globalNavi {
	position: relative;
	overflow: hidden;
}
nav#globalNavi ul {
	float: left;
	left: 50%;
	position: relative;
}
nav#globalNavi ul li {
	float: left;
	margin: 0 6px;
	overflow: hidden;
	left: -50%;
	position: relative;
}
nav#globalNavi ul li a {
	display: block;
	padding: 30px 5px 20px;
	font-size: 14px;
	color: #3C3C3C;
	text-align: center;
	border-bottom: 10px solid #fff;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
nav#globalNavi ul li a:hover {
	font-size: 14px;
	border-bottom-color: #3C3C3C;
}
}
 @media screen and (min-width:1024px) {
nav#globalNavi {
}
nav#globalNavi ul li {
	margin: 0 24px;
	overflow: hidden;
}
}
/*パンくずリスト*/
#breadcrumb {
	overflow: hidden;
	clear: both;
	padding: 0 20px;
	margin: 0 auto 15px;
}
#breadcrumb ul li {
	font-size: 0.750em;
	float: left;
	margin-right: 15px;
}
#breadcrumb ul li a {
	color: #3c3c3c;
}
/*フッター*/
#footerBox {
	width: auto;
	background: #000;
}
footer {
	max-width: 964px;
	background: #000;
	list-style-type: none;
	padding: 20px 30px;
	overflow: hidden;
	clear: both;
}
footer p {
	line-height: 14px;
	margin-right: 20px;
	padding: 0 0 10px;
}
footer address {
	font-size: 12px;
}
footer ul {
	padding: 20px 0;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	background: url(../images/arrow_min_white.png) no-repeat;
	padding: 0 15px 15px 10px;
	float: left;
}
footer ul li a:hover {
	text-decoration: underline;
}
/*ページトップへ戻るボタン*/
p#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 10px;
}
p#page-top:hover {
	opacity: 0.8;
}

/*youtubeレスポンシブ*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*youtubeレスポンシブここまで*/

/*PDF*/
p.pdf img{
	margin-right:5px;
	}
	
p.pdf a:hover{
	text-decoration:underline;
	}