@charset "utf-8";

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

body{
	font-size:16px;
}

a:link,a:visited{
	color:#00F;
}

a:hover{
	background-color: #BFDFFF;
}

div#bgColor{
	background: #FFF;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 1140px;
	min-height:452px;
	height: auto !important;
	height: 452px;
	position: relative;
}

div#mainImgBox div#mainMessageBox{
	width: 277px;
	min-height:452px;
	height: auto !important;
	height: 452px;
	background-color:#fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	z-index: 2;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

	div#mainImgBox div#mainMessageBox strong{
	font-weight: bold;
	font-size: 19px;
	display: block;
	padding: 90px 20px 10px;
	color: #005BB7;
	text-shadow: 1px 1px 3px #BBB;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
	}


/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.slides_container {
	width: 1140px;
	height: 452px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:1140px;
	height:452px;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	position:absolute;
	top: 458px;
	right: 5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-------------------------------------*/


div#mainContents{
	width: 1140px;
	margin: 0 auto;
	text-align: left;
	margin-top: 60px;
}

	/* ３つのトピックス */
	div#mainContents div.topicsBox{
		width: 356px;
		float: left;
		margin-left: 33px;
		margin-bottom: 45px;
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}

	div#mainContents strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 16px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}


/* 新着情報 */

#newTopics{
	width:400px;
}

div#newTopics{
	float: left;
}

	div#newTopics dl{
		width: 96%;
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	div#newTopics dl dt{
		float:left;
		width:100px;
		padding-right:30px;
		clear:both;
		background: url(../img/bg_boder.gif) repeat 0 0 ;
	}

	div#newTopics dl dd{
		width:86%;
		margin-left:34px;
		padding-left: 20px;
	}


/* 会社概要 */
div#outlineBox{
	margin-left: 20px;
	float: left;
	width:400px;
}

	div#outlineBox dl{
		width: 300px;
	}

	div#outlineBox dl dt,
	div#outlineBox dl dd{
		padding: 10px 0;
	}

	div#outlineBox dl dt{
		float:left;
		width:60px;
		clear:both;
		font-weight: bold;
	}

	div#outlineBox dl dd{
		width:338px;
		margin-left:60px;
		padding-left: 20px;
		color: #666;
	}


/* バナーエリア */
div#bannerBox{
	float: right;
	width: 258px;
}

	div#bannerBox ul{}
	div#bannerBox ul li{
		margin-bottom: 15px;
}

#footer{
	padding-bottom: 80px;
	background-color: #F3F3F3;
}

/* SNSボタン */
.sns_button{
	display:inline-table;
    line-height: 15px;
}

.sns_button > * {
	vertical-align: bottom;
	margin: 4px;
}

/*-------------------------------------*/
/* ウェブショップ */
/*-------------------------------------*/

.shop{
	float:left;
	margin-right:16px;
}

.shop img{
	border: 1px solid #999;
}

.shop a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

.shop_name{
	display:block;
	text-align:center;
}

.shop_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
}

/*-------------------------------------*/
/* タブ表示 */
/*-------------------------------------*/

/*タブ部分*/
#tab .tab_area ul li{
    display:block;
    float:left;
    background:#dddddd;
    width: 100px;
    border-right:1px solid #ffffff;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
    text-align:center;
    font-size:1.1em;
    padding: 5px;
    color:#313131;
}
 
#tab .tab_area ul li:hover {
    background:#999999;
    color:#ffffff;
    cursor:pointer;
}
 
/*コンテンツ部分の表示領域を固定してはみ出さないようにする*/
#tab .content_area {
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 1px solid #DDDDDD;
    position: relative;
}
 
#tab .content_area .content_block {
    height: auto;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
}
 
.content_block_3 {
    background: #ffffff;
    padding: 10px;
}
 
#contents_1 {
}
 
#contents_2 {
}

/*-------------------------------------*/
/* TOPへ戻るボタン */
/*-------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*-------------------------------------*/
/* フォント */
/*-------------------------------------*/

.font_red{
	color: #F00;
	display: inline !important;
}

/*-------------------------------------*/
/* 浮動コンテンツのクリア */
/*-------------------------------------*/

.clear{ display: block; clear:both; height:0;}

/*//clearFix Coponents//*/
.clear {clear:both;}
.clearfix{ display:block;} 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

/*-------------------------------------*/
/* 動画のボックス */
/*-------------------------------------*/

.flex_box{
	display:flex;
	width:100%;
	justify-content:space-between;
}
.flex_item {
margin-bottom:18px;
}


@media only screen and (max-width: 480px){
.flex_box{
	display:block;
}
/* --YouTubeサイズ調整-- */
.flex_item {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.flex_item iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}