@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.container-base {
	position: relative;
	min-height: 100%;
}

.container-base2 {
    background:url("../images/main_bg01.gif");
	position: relative;
	min-height: 100%;
}

/* top */

.bg-head {
	background-color: #000; /* ベース基調となる濃い青 */
/*
	height: 450px;
    background:url("../images/head_bg.jpg") no-repeat center top;
*/
	background-attachment: scroll;
	-moz-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 900px) {
.bg-head {
    /* background-color: #000; */
    /* height: 384px; */
    /* background: url("../images/head_bg2.jpg") no-repeat center top; */
    background-attachment: scroll;
    -moz-background-size: cover;
    background-size: cover;
}
}

@media only screen and (max-width: 550px) {
.bg-head {
    /* background-color: #000; */
    /* height: 280px; */
    /* background: url("../images/head_bg4.jpg") no-repeat center top; */
    background-attachment: scroll;
    -moz-background-size: cover;
    background-size: cover;
}	
}


.top_link  a{
	display: block;
	width: 100%;
	height: 450px;
	position:absolute;
}

@media only screen and (max-width: 900px) {
.top_link  a{
	display: block;
	width: 100%;
	height: 384px;
	position:absolute;
}
}

@media only screen and (max-width: 550px) {
.top_link  a {
	display: block;
	width: 100%;
	height: 300px;
	position:absolute;
}
}


.pickup a{
	color: #7d2300;
	font-weight: bold;
}

.pickup a:hover{
	color: #7d2300;
	font-weight: bold;
}


.info-ul ul{
	margin: 0px;
	padding: 0px;
}

.info_text {
	list-style-type: none;
	text-align:left;
	font-size: 12px;
}

.info_line {
	border-bottom: 1px solid #ff790a;
	padding: 0;
	margin-bottom: 3px;
}

.info_day {
	background-color: #ff790a;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	letter-spacing: 1px;
}

.info_t {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 5px;
}

.info_hr {
	border-color: #ccc;
	margin: 10px 0 -10px 0;
}


#twitter {
	height: 200px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}

.twitter_img {
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 12px;
}

.twitter p{
	font-size: 12px;
}


/* index */

.panel-position {
 	margin-top: 50px;
}

.panel-logo {
	height: 40px;
}


/* support */

.support_base {
	border:1px solid #bbb;
	border-radius: 5px;
	padding:10px;
}


/* product */

.product_base {
	border:1px solid #bbb;
	border-radius: 5px;
	padding:10px;
}

.product_img {
	max-height:300px;
	z-index:1;
	position: relative;
}

.product_title {
	color: #fff;
	background-color: #eb6100;
	padding: 10px 5px 10px 5px;
	margin-top: 0px;
}

@media only screen and (max-width: 767px) {
.product_title {
	color: #fff;
	background-color: #eb6100;
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
}
}

.product_title a{
	color: #fff;
	font-weight: bold;
}

.product_title a:hover{
	color: #7d2300;
	font-weight: bold;
}

.product_ul ul{
	margin: 0 0 10px 0;
	padding: 0px;
}

.product_ul li{
	list-style-type: none;
	text-align:left;
	font-size: 14px;

}

.product_ul span{
	color: #fff;
	background-color: #eb6100;
	display: block;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	float: left;
}


/* 汎用 */

.bg-etc-head {
	background-color: #000; /* ベース基調となる濃い青 */
	height: 50px;
        background:url("../images/head_bg_etc.gif");
	position: relative;
	z-index: 10;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.ma {
	margin: auto;
}

.margin-t20 {
	margin-top: 20px;
}

.padding-t10 {
	padding-top: 10px;
}

.padding-t20 {
	padding-top: 20px;
}

.padding-5 {
	padding:5px 0 5px 0;
}

.padding-b100{
	padding-bottom: 100px;
}

.margin-r10{
	margin-right: 10px;
}


.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
}
