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

/*======================================
 全ページ共通使用CSS

   基本セッティング（body、img、p 等）
   ヘッダ
   フッタ
   サイトマップ
=======================================*/


/*======================================
　* 基本セッティング
=======================================*/
* { /* ユニバーサル（全要素） */
	color: #222;
}

body { /* ボディ */
	background: #666;
}

img { /* イメージ */
	max-width: 100%;
	height: auto;
	width: auto\9;
	_max-width: none; /* IE6（広がりすぎるため） */
}

p {
	line-height: 1.6;
}

a:link { /* リンク */
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #ff6666;
	text-decoration: underline;
}
a:hover span{
	color: #ff6666;
	text-decoration: underline;
}
a:active {
	color: #c33;
	text-decoration: underline;
}

.clearfix:after { /* モダンブラウザ */
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix { /* IE7、MacIE5 */
	display: inline-block;
}
/* IE6以下（MacIE では無視される） ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*======================================
　* ヘッダ
=======================================*/
.w1400px{
	max-width:1400px;
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}
/* PC（1200px以下） */
@media screen and (max-width: 1200px){
.w1400px{
	width:100%;
}
}

.header{
	width:100%;
	background:#fff;
	overflow:hidden;
	min-height: 130px;
}
.header h1 {
	padding:75px 0 0 200px;
	float:left;
	text-align:center;
	margin:0 auto;
}
.btn-en{
	float:right;
	text-align:right;
	padding-right:0px;
	padding:6px 12px 5px 0;
}
/* PC（1200px以下） */
@media screen and (max-width: 1200px){
.header h1 {
	clear:both;
	padding:0;
	float:none;
}
}
/* SP（769px以下） */
@media screen and (max-width: 769px){
.header h1 {
	padding:0;
	float:none;
}
}
/* SP（769px以下） */
@media screen and (min-width: 845px){
.header h1 {
	display: none;
}
}
/* SP（641px以下） */
@media screen and (max-width: 641px) {
.header h1 {
	padding:0;
	float:none;
}
.btn-en{
	padding:7px 7px 0;
	float:none;
}
.header h1 {
	padding-top:16px;
	padding-bottom:16px;
}
}
.catchpos{
	position: relative;
}
.catchfrase{
	position: absolute;
	top: -113px;
	left: 16%;
	width: 81px;
	height: 93px;
}
/*======================================
　* フッタ
=======================================*/
.footer {
	width: 100%;
	color:#fff;
	padding: 26px 0 0;
	clear:both;
}
.footer-in {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
.gray{
	background: #000;
	color:#fff;
	padding-bottom: 21px;
}
.black{
	background: #000;
	color:#fff;
	margin:0 auto;
	padding: 0 0 18px;
}
.footer p,
.footer a,
.footer .display-off639 {
	color:#fff;
}

.footer .display-on639{
	display:none;
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
.footer {
	padding:0;
}
.footer-in {
	width:100%;
}
.gray{
	border-bottom:none;
	padding-top: 14px;
}
.gray a,
.gray p{
	color:#fff !important;
}
.black{
	    padding-bottom: 16px;
}
.footer .display-off639{
	display:none;
}
}

/*======================================
　* サイトマップ
=======================================*/

#sitemap { /* 内囲み（#footerの） */
	width: 100%;
	padding: 12px 0;
	text-align:left;
	font-size: 93%;
}

#sitemap .section { /* 分類 */
	width: 18.9%;
	float: left;
	margin-right:0.5%;
	padding-left:0.5%;
	border-left: #666 solid 1px;
}

#sitemap .section h2 { /* 分類見出し */
	margin:0;
	padding:0;
	margin-top: 0.5em;
	text-align:left;
	font-weight:bold;
}
#sitemap .section .tit { /* 分類見出し */
	padding:0 0.5em 0 1.0em;
	background: url(../../images21/navi/arrow-b.png) no-repeat left center;
	font-weight:bold;
	color:#555;
}
#sitemap .section .tit a { /* 分類見出し */
	color:#555;
}
#sitemap .section .tit2 { /* 分類見出し */
	padding:0 1.0em;
	margin-left:1.0em;
	background: url(../../images21/navi/arrow-b.png) no-repeat left center;
	font-weight:bold;
	color:#555;
}
#sitemap .section .tit2-li { /* 分類見出し */
	margin-left:1.0em;
}
#sitemap .section ul li {
	padding-left:1.0em;
}
#sitemap .section ul li span {
	font-size: 80%;
}

/* PC（1200px以下） */
@media screen and (max-width: 1200px) {
	#sitemap { /* サイトマップ囲み */
		width: 100%;
	}
}
/* SP（641px以下） */
@media screen and (max-width: 641px){
	#sitemap { /* サイトマップ囲み */
		display: none;
	}
}
@media print{ /* プリントしない */
	#sitemap {
		display: none;
	}
}

/*======================================
　* 動画（iframe「YouTube」）
=======================================*/
.iframe-video{
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom:5px;
}
.iframe-video-in{
    padding-top: 56.25%;
}
.iframe-video iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.footer-in p{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.black .footer-in p{
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 641px) {
.footer-in p {
    font-size: 12px;
    font-weight: 400;
}

.black .footer-in p{
	font-size: 11px;
	font-weight: 300;
}
}