@charset "UTF-8";

/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

main {
	background-image: url(../img/concept/main_back.png);
	background-size: contain;
	background-position: center 38px;
	background-repeat: no-repeat;
}

.contents_wrap {
	width: 90%;
	margin: 0 auto;
}
.content {
    width: 794px;
    float: right;
}
h1 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    margin: 60px auto;
}
h1 span {
    display: block;
    width: 80px;
    margin: 20px auto;
    height: 4px;
    background-color: #000;
}
.mo_list {
    font-size: 0;
}
.mo_list li {
    width: 29.9%;
    margin: 0 5% 4% 0px;
    display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.mo_list li img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.mo_list li:hover img {
	transform: scale(1.1);
	opacity: 0.6;
}
.mo_list li:nth-child(3n) {
    margin-right: 0;
}
.thumb {
    border: 3px solid #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.thumb img {
    width: 100%;
}
h2 {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 6px;
}
.mo_list li p {
    font-size: 1.1rem;
    line-height: 18px;
    color: #555;
}
.download {
	font-size: 10px;
	color: #fff;
	background: #222;
	padding: 5px;
	border-radius: 3px;
	width: 120px;
	text-align: center;
	margin: 10px 0 0;
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.download a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.download:hover {
	background: #666;
}
.download_area {
    text-align: center;
}
.download_area li {
    font-size: 10px;
    color: #fff;
    background: #222;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
    width: 31%;
    text-align: center;
    margin: 10px 0 0;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.download_area li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*///////////TAB//////////*/
.sidebar {
    margin-top: 80px;
}
.sidebar .banners {
    margin-top: 30px;
}
.sidebar .banners a {
    display: block;
    margin-top: 13px;
    transition: all 0.3s ease;
}
.sidebar .banners a:hover {
    opacity: 0.8;
}
.tab_area {
    width: 100%;
    background: #eee;
    margin: 0 auto 25px;
    border-bottom: 4px solid #000;
    overflow: hidden;
    list-style: none;
    letter-spacing: -0.4rem;
    text-align: center;
}
.tab_area li {
    display: inline-block;
    width: 16.66%;
}
.tab_area a {
    display: inline-block;
    width: 100%;
    padding: 18px 0 15px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    /*transition: all 0.3s ease;*/
}
/*.tab_area a:hover,*/
.tab_area a.active {
    background-color: #000;
    color: #fff;
}
#tabs .panel {
    display: none;
}
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {}
