﻿@charset "utf-8";


#content .bgWrap{
  background: url(../img/about/bg_01.jpg) no-repeat 0 0;
  -webkit-background-size: 320px 500px;
  background-size: 100% 500px;
}

.leadSec01{
	position: relative;
	height: 169px;
	margin-bottom: 6px;
}
.leadSec01 .leadTxt01{
	position: absolute;
	top: -71px;
	left: 50%;
	margin-left: -172px;
}

.conSec01{
	width: 300px;
	margin: 0 auto 15px;
	position: relative;
	height: 217px;
}
.conSec01 .box01{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec01 .box02{
	position: absolute;
	top: 75px;
	left: 8px;
}

.conSec02{
	width: 300px;
	margin: 0 auto 15px;
	position: relative;
	height: 260px;
}
.conSec02 .box01{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec02 .box02{
	position: absolute;
	top: 90px;
	right: 8px;
}

.conSec03{
	width: 300px;
	margin: 0 auto ;
	position: relative;
	height: 439px;
	padding-bottom: 31px;
}
.conSec03 .box01{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec03 .box02{
	position: absolute;
	top: 45px;
	right: 0;
	width: 283px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	background: url(../img/about/bg_box01.png) repeat-y 0 0;
	background-size: 288px 14;
}
.box02Main{
	margin: 17px 0 14px 0;
	position: relative;
	height: 116px;
}
.box02Main span.ico01{
	position: absolute;
	top: 48px;
	left: 9px;
}
.box02Main span.ico02{
	position: absolute;
	top: 48px;
	right: 9px;
}
.box02Main div{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -106px;
}
.btnBox01{
	width: 220px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	/*margin: 0 0 23px 31px;*/
}
.btnBox01 > div {
	height: 54px !important;
	margin-left: 0 !important;
}
.sp-thumbnail span{
	display: inline-block;
	border-right: 1px solid #fff;
}
.btnBox01 a{
	display: block;
}


/* slider pro */
#my-slider {
	padding: 15px 0;
}
#my-slider .sp-slides-container {
	height: 116px;
}
#my-slider .sp-slides {
	height: 126px;
}
#my-slider .sp-slide {
	text-align: center;
	width: 100%;
	opacity: 0;
}
#my-slider .sp-slide:first-child,
#my-slider .sp-slides-container .sp-slide {
	opacity: 1;
}

#my-slider .sp-arrow {
	width: 15px;
	height: 20px;
	z-index: 100;
}
#my-slider .sp-previous-arrow {
	left: 4px;
}
#my-slider .sp-next-arrow {
	right: 2px;
}
#my-slider .sp-arrows {
	margin-top: -10px;
}

#my-slider .sp-thumbnails-container {
	margin-top: 10px;
	width: 221px !important;
	padding: 7px 10px 15px;
}
#my-slider .sp-thumbnails {
	width: 220px !important;
	height: 217px !important;
	overflow: visible !important;
}
#my-slider .sp-thumbnail-container {
	position: relative;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	width: 0 !important;
}
#my-slider .sp-thumbnail {
	position: relative;
	top: inherit;
	width: 220px;
	border-bottom: 1px solid #fff;
}

#my-slider .sp-selected-thumbnail:before,
#my-slider .sp-selected-thumbnail:after {
	content: '';
	width: 16px;
	height: 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 0;
	border: none;
	position: absolute;
	margin-top: 0;
}
#my-slider .sp-selected-thumbnail:before {
	top: -2px;
	left: -3px;
	background-image: url(../img/about/img_chara_active_01.png);
}
#my-slider .sp-selected-thumbnail:after {
	background-image: url(../img/about/img_chara_active_02.png);
	bottom: -4px;
	right: -223px;
	top: inherit;
	left: inherit;
}


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

clearfix

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

/* Modern Browsers
------------------------------- */
.box02Main:after,
.btnBox01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
