@charset "utf-8";
/*==========================================
/
/ □→reset.css
/ □→media-queries.css
/ 0■GLOBAL RESET
/	1■header
/	2■keyVisual
/	2-1■h2,h3
/
/	6■footer
/
/#radius{
	width: 306px;
	height: 198px;
	border: 1px solid #fbbdbd;
	margin-top: 50px;
	moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
	background: #fff;
	position: relative;
	}	

==========================================*/

/* ------ Web Font iconfont ------ */
/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}
.icon_font {
	font-family: iconfont;
	font-weight: normal;
}
.icon-download:before { content: "\00ed"; }

.icon-area:before { content: "x"; }
.icon-list:before { content: "†"; }

/*-----------------------
=01■body
-----------------------*/

html,body{
width:100%;
height:100%;
margin:0;
padding:0;
font-size: 12px;
}

/*-------------------------------
=02■header
---------------------------------*/
#header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	border-top: 3px solid #a9a9a9;  
	z-index: 1;
	}
#headerBox{
	width: 960px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#headerBox #headerLeft{
	float: left;
	margin: 0 0 5px;
}
#headerBox nav{
	float: right;
	width:auto;
}
.breadcrumb{
	clear: both;
	padding-top: 5px;
}


h1{
	width: 500px;
	height: auto;
	padding: 8px 0 0 5px;
	color: #777777;
	font-size: 10px;
	font-weight: bold;
}
#logo{
	width: 178px;
	height: auto;
	margin: 12px 6px 0;
	float: left;
}
.headerCopy{
	float: left;
	margin-top: 30px;
	letter-spacing: -0.1em;
}




/*-----------------------
=03■Container
-----------------------*/

#Container{
	width: 960px;
	margin: 0 auto;
}
#Container a {
	color: #0495f1;
}
#Container a:hover {
	text-decoration: underline;
	color: #888;
}

/*-----------------------
=03-01■main
-----------------------*/

#Container .main{
	position: relative;
	width: 953px;
	height: 420px;
	border: 3px solid #192494;
	box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;









　/* Safari,Google Chrome用 */
	-moz-box-shadow: 1px 2px 3px #ccc; 
}
.main h2{
	color: #192494;
	font-size: 16px;
}
.main h2 span.hMain {
	position: absolute;
	top: 30px;
	left: 532px;
	font-size: 26px;
	letter-spacing: 0.1em;
}
.main h2 span.hSub {
	position: absolute;
	top: 30px;
	left: 320px;
	color: #fff;
	background-color: #4896FF;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.main h2 span.hSub:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

.main .mainNav img{
	padding: 30px;
}

.main h2 span.hSub:before {
    top: 7px;
    left: 192px;
    border: 6px solid transparent;
    border-left: 10px solid #4896FF; 
}

.main .mainNav {
	position: absolute;
	height: 296px;
	width: 960px;
}

.main .mainNav p{
	position: absolute;
	top: 82px;
	left: 315px;
	width: 600px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.main .area{
	letter-spacing: 0.3em;
	position: absolute;
	width: 960px;
	top: 300px;
}
.main .area h3{
	width: 956px;
	height: 30px;
	background-color: #192494
;
	text-align: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.main .area ul {
	padding: 11px 16px;
}


.area ul li a{
	float: left;
	width: 130px;
	font-size: 18px;
	line-height: 23px;
	background-color: #ffffff;
	border: 1px solid #7B8FD9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0);
}




.area ul li{
	text-align: center;
	float:left;
}
.area ul li a {
	text-decoration: none;
	color: #000000 !important;
}
.area ul li.one a {
	height: 41px;
	padding-top: 19px;
}
.area ul li.two a {
	height: 54px;
	padding-top: 6px;
}
.area ul li a:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	background-color:#7B8FD9;
	text-shadow: 1px 1px 1px #fff,-1px -1px 1px rgba(0,0,0,0.5);
}

/*-----------------------
=03-02■workPoint
-----------------------*/
#Container .workPoint {
	clear: both;
	width: 960px;
	height: auto;
	overflow: visible;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}
.workPoint .pointCont {
	float: left;
	position: relative;
	width: 460px;
	height: 180px;
	border: 3px solid #192494
;
}
.workPoint .work02 {
	margin-left: 20px;
}
.workPoint .pointCont h3 {
	width: 460px;
	height: 25px;
	padding-top: 5px;
	background-color: #192494;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.workPoint .work01 ul {
	position: absolute;
	top: 50px;
	left: 30px;
}

.workPoint .work01 .work_right,
.workPoint .work02 .work_right {
	position: absolute;
	top: 50px;
	left: 205px;
}
.workPoint .work02 ul {
	position: absolute;
	top: 50px;
	left: 30px;
}
.workPoint .pointCont li {
	width: 400px;
	height: auto;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

/* ----- connect ----- */

#Container .connect {
	clear: both;
    width: 953px;
    height: 102px;
    border: #192494 3px solid;
    margin-bottom: 20px;
    margin-top: 20px;
}

.connect h3 {
	background-color: #192494;
	height: 24px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 6px;
	font-weight: bold;
}


.connect ul{
  margin-top: 10px;
  margin-left: 96px;
}
.connect ul li { 
float: left; 
padding: 6px 10px 6px 6px;
letter-spacing: 0.1em; 
}

/*-----------------------
=03-03■workList
-----------------------*/
#workList {
	clear: both;
}
#workList .workListTitle {
	width: 927px;
	height: 28px;
	padding: 12px 0 0 30px;
	background-color: #7B8FD9;
	color: #fff;
	font-size: 18px;
	text-align: left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;


　/* Safari,Google Chrome用 */
	-moz-box-shadow: 1px 2px 3px #ccc;
}
#workList .workListTitle span{
	padding-left: 10px;
}
#workList .workListCont {
	float: left;
	width: 396px;
	height: auto;
	margin: 20px 0 30px 20px;
	padding: 15px 25px;
	border: 2px solid #7B8FD9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.workListCont h4 {
	padding: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}
.workListCont img {
	margin: 0 20px 15px 0;
	float: left;
	border: #CCC 1px solid;
}
.workListCont p {
	padding: 8px 25px 0 0;
	line-height: 1.3em;
}
.workListCont .topics {
	clear: both;
	position: relative;
	width: 346px;
	height: auto;
	padding: 10px 25px;
	margin: auto;
	border: #ccc 1px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.workListCont ul {
	float: left;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.workListCont ul.topics02 {
	position: absolute;
	top: 10px;
	left: 214px;
}


/*-----------------------
=03-04■snsBox
-----------------------*/
#snsBox{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:0px -1px 3px 0 rgba(150,150,150, 0.1);
	-moz-box-shadow:0px 1px 3px 0 rgba(50,50, 50, 0.5) inset;
	-webkit-box-shadow:0px 1px 5px 0 rgba(0,0, 0, 0.5) inset;
	border: 1px solid #dddddd;
	z-index: 30;
}
#snsBox .hb{
	position: absolute;
	display:block;
	width: 20px
	height: 20px;
	overflow: hidden;
	top: 10px;
	left:25px;
	z-index: 70;
}
#snsBox .mc{
	position: absolute;
	display:block;
	width: 60px
	height: 60px;
	overflow: hidden;
	top: 10px;
	left:60px;
	z-index: 60;
}
#snsBox .tt{
	position: absolute;
	display:block;
	width: 80px
	height: 30px;
	overflow: hidden;
	top: 10px;
	left:135px;
	z-index: 50;
}

#snsBox .fb{
	position: absolute;
	display:block;
	width: 72px;
	height: 24px;
	overflow: hidden;
	top: 8px;
	left: 230px;
	z-index: 40;
}
#snsBox .gp{
	position: absolute;
	width: 50px;
	height: 20px;
	top: 10px;
	left: 315px;
	z-index: 30;
}
	
/*-------------------------------
=04■footer
---------------------------------*/




	
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}
