﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);

/* body */
body
{
 	/* ※背景色・文字色は色別CSSで定義 */
}
a
{
	/* ※文字色は色別CSSで定義 */
}

h4
{
    font-weight:bold;
    display:inline;
}

/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#struct
{
    margin-left:auto;
    margin-right:auto;
}
#mainBlock
{
    max-width:1200px;
    margin:0px auto;
    padding-top:25px;
}

/*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/
#slidArea
{
    width:885px;
    float:left;
}
div#sliderWrapper6{margin:0 auto;}
.flash
{
	height:auto;
	overflow:hidden;
    padding-top: 3px;
    max-width: 100%;
}
.flash img
{
    display: none; /* 読み込みされただけの画像は非表示 */
}
.bx-wrapper {
    margin: 0 auto 45px;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0;
}
.bx-wrapper .bx-controls
{
    position:relative;
    top:5px;
}
.bx-wrapper .bx-pager{
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: url("../images/top1/bx_loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666666;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
/* ポチボタン */
.bx-wrapper .bx-pager.bx-default-pager span {
    background: none repeat scroll 0 0 #CFCFCF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
/* ポチボタン（選択中） */
.bx-wrapper .bx-pager.bx-default-pager span.active {
    background: none repeat scroll 0 0 #5F6E7E;
}
.bx-wrapper .bx-controls-direction a {
    width: 13px;
    height: 34px;
    margin-top: 0px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 100%;
    z-index: 9999;
    padding:2px 15px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    background: url("../images/top1/slideLeftArrow.png") no-repeat 10px center;
    background-size:16px 34px;
    left: 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
    background: url("../images/top1/slideRightArrow.png") no-repeat 20px center;
    background-size:16px 34px;
    right: 0;
}
.flash li img
{
    width:100%;
}
div.bx-caption
{
	position:absolute;
	color:snow;
	bottom:0px;
	background:url("../../common/images/slideViewer/transparentCap.png") repeat scroll 0 0 transparent;
	font-size:0.8em;
	height:45px;
	line-height:1.4;
	width:99%;
	z-index:99;
}
div.bx-caption span
{
    margin:5px 2px 5px 5px;
    display:block;
}
.bx-controls-auto
{
	width:64px;
	height:20px;
	overflow:hidden;
	z-index:99;
    display: block;
    padding:3px 0px;
	position:absolute;
    bottom:10px;
    left:0px;
    margin:0px;
}
.bx-controls-auto .bx-controls-auto-item {
    width: 14px;
    height: 12px;
    overflow: hidden;
    z-index: 99;
    text-align: center;
    display: block;
    padding: 3px;
    background-color: #ffffff;
	position:relative;
    float:right;
    margin-left:12px;
}
/* 停止ボタン */
.bx-controls-auto a.bx-stop{
    background: rgba(0, 0, 0, 0) url("../images/slideViewer/controls.png") no-repeat scroll -86px -44px;
    display: block;
    height: 11px;
    margin: 0 0px 0px 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
/* 再開ボタン */
.bx-controls-auto a.bx-start{
    background: rgba(0, 0, 0, 0) url("../images/slideViewer/controls.png") no-repeat scroll -86px -11px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-controls-auto a.bx-stop:hover, .bx-controls-auto a.bx-stop.active {
    background-position: -86px -33px;
}
.bx-controls-auto a.bx-start:hover, .bx-controls-auto a.bx-start.active {
    background-position: -86px 0px;
}

/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/
#newInfo
{
    margin-top:40px;
    position:relative;
}
#newInfo .title,
#pickup .title
{
    background:url("../images/top1/ttlImg.png") no-repeat right 0px,
               url("../images/top1/ttlIcon.png") no-repeat 10px 13px;
    border-bottom:solid 3px #0055A5;
    height:45px;
    padding-left:45px;
    line-height:45px;
}
.title h2
{
    font-size:1.6em;
    display:inline-block;
}
a#rss
{
    text-decoration:none;
    font-weight:bold;
    border:solid 1px #E96405;
    vertical-align:top;
    margin-left:10px;
}
.listInfo
{
    padding:5px 3px 0px 2px;
    font-size:1em;
}
.listInfo ul li
{
    line-height:130%;
    padding:5px;
    background-image:url("../images/top1/ya.png");
    background-repeat:no-repeat;
    background-position:10px 10px;
    border-bottom:dotted 1px #999999;
}
#newInfo div.newTtl
{
    float:left;
    max-width:1000px;
    padding:0px 10px 0px 20px; 
}
#newInfo p.koushinDay
{
	width:auto;
	float:left;
	min-width:130px;
    font-size:1em;
    text-indent: 1em;
}
#newInfo ul#important
{
    border-bottom:solid 1px #999999;
}
span.newdspmark
{
    margin-right:4px;
}
span.newdspmark img
{
    margin-right:3px;
}
#newInfo .infoIchiran
{
    padding:3px 2px 2px 24px;
    background:url("../images/top1/ya.png") no-repeat 14px center;
    position:absolute;
    right:290px;
    top:15px;
}
p.nodata
{
    text-align:left;
    margin:10px 0px 30px 15px;
}

/*:::::::::::::::::::::::::
 * ピックアップ
 *::::::::::::::::::::::::*/
#pickup
{
    margin-top:50px;
}
.title h3
{
    font-size:1.8em;
}
#pickup ul
{
    letter-spacing:-.4em;
}
#pickup ul li
{
    letter-spacing:normal;
    display:inline-block;
    width:33.3333333%;
    vertical-align:top;
}
#pickup ul li a
{
    display:block;
    padding:50% 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
    text-decoration:none;
    background-position:center 0px;
    background-repeat:no-repeat;
    margin:0px 10px;
}/*
#pickup ul li:nth-child(1) a {background-image:url("../images/top1/pickupImg01.png");}*/
#pickup ul li:nth-child(1) a{background-image:url("../images/top1/pickupImg02.png");}
#pickup ul li:nth-child(2) a{background-image:url("../images/top1/pickupImg03.png");}
#pickup ul li a:hover
{
    opacity:0.6;
}
#pickup ul li p
{
    text-align:left;
    padding:5px 10px 20px;
    font-weight:normal;
    font-size:0.8em;
}

/*:::::::::::::::::::::::::
 * RECRUIT
 *::::::::::::::::::::::::*/
#recruit 
{
    float: right;
    width: 286px;
}
#recruit ul li
{
    margin-bottom:10px;
}
#recruit ul li:first-child a{background-image:url("../images/top1/recruitImg01.png");}
#recruit ul li:last-child a{background-image:url("../images/top1/recruitImg02.png");}
#recruit ul li:first-child a:hover{background-image:url("../images/top1/recruitImg01_over.png");}
#recruit ul li:last-child a:hover{background-image:url("../images/top1/recruitImg02_over.png");}
#recruit ul li a
{
    display:block;
    text-decoration:none;
    padding-top:140px;
    padding-bottom:15px;
    text-align:center;
    background-repeat:no-repeat;
    background-position:0px 0px;
}
#recruit ul li h3
{
    font-size:1.1em;
    font-weight:bold;
    display:inline;
    border:solid 1px #FFFFFF;
    padding:3px 25px;
    border-radius:15px;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
}

/*:::::::::::::::::::::::::
 * snsボタン
 *::::::::::::::::::::::::*/
.snsbutton
{
    float:left;
    margin: 25px auto 5px;
}
.snsbutton li
{
    z-index:101;
    float:left;
}

#snsbutton_twitter {
    margin-right:15px;
}
#snsbutton_facebook
{
    margin-right:10px;
}

/*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
.Navigation ul
{
	margin: 0;
	padding: 0;
}
.Navigation li
{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
.Navigation a
{
	padding: 5px;
	display: inline;
	z-index: 999;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}
.Navigation a:focus,
.Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}
img.imgFromText
{
	max-height:126px !important;
	max-width:90px !important;
}
* html img.imgFromText
{
	height:126px !important;
	width:90px !important;
}

/*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
.freearea 
{
    padding:10px;
    margin-top:15px;
}
.freeareaTop1
{
    border:solid 5px #C1272D;
    border-radius:15px;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.freeareaTop3
{
    border:solid 3px #C1272D;
    border-radius:15px;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
}
/*記事タイトル*/
h2.title
{
	padding:0 0 4px 35px;
	margin-bottom:16px;
	font-size:1.2em;
    font-weight:bold;
    background:url("../images/top1/ttlIcon.png") no-repeat 7px center;
    border-bottom:solid 3px #005596;
}
/*段落見出しタイトル*/
h3.title
{	
    border-bottom: 3px solid #cccccc;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 10px;
}

/*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
div#browsingHistoryArea {
    max-width:1200px;
    margin:15px 0px 10px 0px;
}
div#browsinghisotry_block ul {
    overflow: hidden;
    padding: 0px 10px;
}
div#browsinghisotry_block ul li {
    border-top: 1px dotted #cccccc;
    margin-top: -1px;
    padding: 5px 0;
}
div#browsinghisotry_block .upddate {
    float: left;
    font-size: 0.9em;
    min-width: 130px;
    width:auto;
    padding-left:5px;
}
#browsingHistoryTop1 .browsinghistory_header
{
    padding:10px 0px 10px 12px;
}
div#browsinghisotry_block .title {
    float: left;
    max-width:800px;
    text-overflow: ellipsis;
    padding:0px 5px 0px 10px;
}
div#browsinghisotry_block .del {
}
#browsinghistory_ttl h2{
    float: left;
    font-size: 1.1em;
    font-weight:bold;
    padding-left:10px;
    border-left: 5px solid #cccccc;
}
#browsinghistory_rmv {
    float: right;
    padding-right:5px;
    font-size:0.9em;
}

/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/
@media screen and (max-width:1200px) {
    #mainBlock{
        padding-left:10px;
        padding-right:10px;
    }
    #slidArea {
        width:70%;
    }
    #recruit {
        width:30%;
    }
    #pickup ul li a{
        background-size:98% auto !important;
    }
}
@media screen and (max-width:1000px) {
    #slidArea{
        width:auto;
        float:none;
    }
    #recruit{
        float:none;
        width:auto;
    }
    #recruit li{
        width:49%;
        display:inline-block;
    }
    #recruit li a{
        background-position:center 0px !important;
    }
}

/* スマホ用 */
@media screen and (max-width:767px) {
    #recruit ul li h3{
        padding:3px 10px;
    }
    #newInfo{
        margin-top:20px;
    }
    #newInfo .title, #pickup .title{
        background:url("../images/top1/ttlIcon.png") no-repeat 10px 20px;
    }
    #newInfo .infoIchiran{
        right:10px;
    }
    #pickup ul li{
        width:100%;
        min-height:75px;
        margin-bottom:10px;
    }
    #pickup ul li a{
        background-position:10px center !important;
        background-size:150px 73px !important;        
        text-align:left;
        padding:10px 10px 10px 170px;
    }
    #pickup ul li p{
        text-align:left;
        padding:0px 0px 10px 0px;
    }
    #newInfo .title, #pickup .title{
        height:auto;
        line-height:normal;
        background-position:10px center;
    }
    .title h2,.title h3{
        font-size:1.3em;
    }
    #newInfo .infoIchiran{
        top:0px;
    }
}
@media screen and (max-width:580px) {
    #recruit ul li a{
        padding-top:40%;
        background-size:95% auto !important;
    }
}

.img-header{
    height:45px;
}

@media screen and (max-width:767px) {
    .img-header {
        height: 28px;
    }
}