@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#996600;
	background-color: #F2F2E5;
	text-decoration:none;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
}
/*logoの設定*/
header h1 {
	margin:0 auto;
	padding:15px 5px 5px 5px;
	width:90%;
}
header h1 img {
	width:100%;
	max-width:267px;
}
/*s_navの設定*/
header {
	/*#s_navのセンタリングに必要*/
	position:relative;
	overflow:hidden;
}
header ul#s_nav {
	margin-bottom:1px;
	
	/*#s_navのセンタリングに必要*/
	position:relative;
	left:50%;
	float:left;
}
header ul#s_nav li {
	float:left;
	
	/*#s_navのセンタリングに必要*/
	position:relative;
	left: -50%;
}
header ul#s_nav li a {
	display:block;
	font-size:0.8em;
	margin-right:20px;
	color:#336666;
}
header ul#s_nav li a:hover {
	color:#996600;
	background-color: #F2F2E5;
	text-decoration:none;
}
/*topImageの設定*/
header p {
	width:100%;
}
header p img {
	width:100%;
	height:auto;
	max-width:960px;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav ul {
  margin-bottom: 1px;
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 1px none #999999;

}
/*css3 liの偶数指定*/
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px none #999999;
}
nav ul li a{
  display: block;
  width: 100%;
}

/*==========================================
 グローバルナビゲーションのスタイル2
===========================================*/

#stage .globalNavi ul li a:hover {
	color:#999999;
	background-color: #ffffff;
}
#stage .globalNavi ul li.current a {
	background-color: #F2F2E5;
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../images/FA_an.jpg) no-repeat bottom;
  padding-bottom: 20px;
}
/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2 {
  margin: 0 5px 15px 5px;
	color:#333333;
}
div#contents section#work h3 {
  margin: 0 5px 10px 5px;
	color:#333333;
}
div#contents section#work article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
  margin-left: 5px;
}

/*==========================================
 コンテンツエリア -> パンくずリストのスタイル
===========================================*/
.topicPath { font-size: 12px;
             color:#333;
             line-height:150%;
             margin: 0 5px 10px 5px;}
.topicPath a { color: #999966; }
.topicPath a:hover { color: #996600; }
/*==========================================
 コンテンツエリア -> パンくずリストのスタイルB
===========================================*/
.topicPath-B { font-size: 16px;
             color:#333;
             line-height:150%;
             margin: 0 0 0 5px;}
.topicPath-B a { color: #999966; }
.topicPath-B a:hover { color: #996600; }

/*==========================================
 コンテンツエリア -> パンくずリストのスタイルC
===========================================*/
.topicPath-C { font-size: 14px;
             color:#333;
             line-height:150%;
             margin: 0 5px 0 5px;}
.topicPath-C a { color: #999966; }
.topicPath-C a:hover { color: #996600; }

/*==========================================
 コンテンツエリア -> パンくずリストのスタイルD
===========================================*/
.topicPath-D { font-size: 16px;
             color:#333;
             line-height:200%;
             margin: 0 5px 0 5px;}
.topicPath-D a { color: #999966; }
.topicPath-D a:hover { color: #996600; }

/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {
  margin-left: 5px;
  padding-bottom: 3px;
}
div#contents section#news h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#news article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}

/*==========================================
 コンテンツエリア -> LINK のスタイル
===========================================*/
div#contents section#information {
  text-align: center;
  margin-left: 5px;
  padding-bottom: 10px;
} 
div#contents section#information h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#information ul li {
  width: 100%;
  margin-bottom: 5px;
}
div#contents section#information ul li img {
  width: 98%;
  height: auto;
  max-width: 470px;
}
div#contents section#information ul li a:hover {
	opacity: 0.7;
}
/*==========================================
 表のスタイル
===========================================*/
#contents table {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #CCCCCC;
	width: 100%;
}
#contents table th,
#contents table td {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
#contents table th {
	background-color: #EEEEEE;
	text-align: left;
}
#contents table caption {
	text-align: left;
	font-weight: bold;
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 5px solid #999;
}
footer div {
  margin: 20px 0 0 20px;
  padding-bottom: 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}