/*===================================
bootstrap css overwrite
===================================*/
.btn-danger {
    color: #fff;
    background: rgb(239,210,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,210,226,1) 0%, rgba(240,4,130,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,210,226,1)), color-stop(100%,rgba(240,4,130,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,210,226,1) 0%,rgba(240,4,130,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,210,226,1) 0%,rgba(240,4,130,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,210,226,1) 0%,rgba(240,4,130,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,210,226,1) 0%,rgba(240,4,130,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd2e2', endColorstr='#f00482',GradientType=0 ); /* IE6-9 */
}
.btn-primary {
    color: #fff;
    background: rgb(201,223,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(201,223,229,1) 0%, rgba(14,180,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,223,229,1)), color-stop(100%,rgba(14,180,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(201,223,229,1) 0%,rgba(14,180,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(201,223,229,1) 0%,rgba(14,180,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(201,223,229,1) 0%,rgba(14,180,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(201,223,229,1) 0%,rgba(14,180,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dfe5', endColorstr='#0eb4e6',GradientType=0 ); /* IE6-9 */
}
/*===================================
diversion part
===================================*/
.centering {
    text-align: center;
}
.banner {
    margin-bottom: 1em;
}
/*marquee*/
.marquee {
width:100%;
padding:0.5em 0;
overflow:hidden;
background-color:#fff;
margin-bottom:10px;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:100%;
display:inline-block;
white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:50s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:50s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:50s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:50s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:50s;
    animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
/* /marquee*/
/*===================================
index
===================================*/
.top_title{
    margin-top: 0;
}
.logo {
    margin-top: 2em;
}
.enter_panel {
    margin-top: 2em;
    margin-bottom: 2em;
}
.enter_panel a {
    margin-bottom: 1em;
}
h4.puffery {
    font-size: 1em;
}
/*===================================
include parts
===================================*/
/*footer*/
footer {
    color: #fff;
    background: #000;
    padding: 1em 0;
    margin: 0;
}
    /* unvisited link */
footer a:link {
    color: #fff;
}

/* visited link */
footer a:visited {
    color: #999;
}

/* mouse over link */
footer a:hover {
    color: #999;
}

/* selected link */
footer a:active {
    color: #333;
}
.f_navi {
    padding-bottom: 1em;
}
.f_navi li {
    list-style: none;
    float: left;
    display: block;
}
.copyright {
    margin-top: 1em;
}

/*-------------------------------------------------*/
/*menu deco*/
/*-------------------------------------------------*/
/* Main */
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
/*    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 5px;
    box-shadow: 0 10px 5px #9c9c9c;
    font-family: 'Noto Sans Japanese', serif;*/
}

#menu li {
    /*float: left;*/
    padding: 0.5em 0.5em 0.3em 0.5em;/*IEでバランス悪いから下だけ0.3。 0にすると操作性が悪くなる*/
    /*padding-bottom: 10px;*/
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #666;
    text-transform: uppercase;
    /*font: bold 12px/25px Arial, Helvetica;*/
    text-decoration: none;
    /*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover > a {
    color: #999;
}

*html #menu li a:hover { /* IE6 */
    color: #999;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #b8117a;
    /*background-image: linear-gradient(#a22121, #721717);*/
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #a22121; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

.navbar-collapse {
    padding-left: 0;
    padding-right: 10px;
}
.nav-collapse .nav > li {
    float: none;
}
.navbar-collapse {
    max-height: 360px;
}
#menu .children {
    color: #fff;
}
/*-------------------------------------------------*/
/*sidebar*/
/*-------------------------------------------------*/
#sidebar-top {
    margin-top: 20px;
}
/*-------------------------------------------------*/
/*レスポンシブ化前の引き継ぎstyle*/
/*-------------------------------------------------*/
h2 {
    border-bottom: 2px solid #dedede;
    color: #2a2a2a;
    display: block;
    font-family: georgia,sans-serif;
    font-size: 35px;
    font-weight: normal;
    height: 40px;
    margin-right: 5px;
    padding-bottom: 8px;
    text-transform: uppercase;
    /*width: 605px;*/
    max-width: 85%;
}
.m_sign {
    color: #666666;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    t/*ext-align: right;*/
    width: 90%;
}
.double .view-all {
    width: 80px;
}
.sp-box a {
    color: #0f89df;
    text-decoration: none;
}
.list-top .thumb {
    background: rgba(0, 0, 0, 0) url("../img/mark_new.png") no-repeat scroll 0 0;
}
.list-sp .thumb {
    border: 1px solid #ccc;
    /*font-size: 13px;*/
    /*height: 190px;*/
    height: 100%;
    margin-left: 5px;
    padding-top: 7px;
    /*width: 185px;*/
}
.list-sp li {
    display: block;
    float: left;
    margin: 5px 0;
    padding: 0;
    width: 200px;
}
.list-sp .thumb .area, .list-sp .thumb .thumb-txtbg {
    padding-left: 1.8em;
}
.fa-camera, 
.fa-video-camera {
color: #c3c3c3;
position: absolute;
right: 0.5em;
}
.view-all {
    display: block;
    float: right;
    font-size: 0.3em;
    height: 20px;
    line-height: 3;
    margin-left: 2px;
    position: relative;
    text-align: center;
    top: 20px;
    background: #dedede;
}

