﻿@charset "utf-8";
#content {
    background: url(../img/common/bg_05.jpg) repeat 0 0;
    -webkit-background-size: 320px 25px;
    background-size: 320px 25px;
}

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

.leadSec01{
	position: relative;
	height: 114px;
	margin-bottom: 6px;
}
.leadSec01 .leadTxt01{
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -163px;
}

.conSec01{
	width: 300px;
	margin: 0 auto 0px;
	position: relative;
	height: 417px;
	padding-bottom: 15px;

}
.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;
}

.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 {
	border-bottom: 1px solid #fff;
	height: 54px !important;
	margin-left: 0 !important;
}
.sp-thumbnail span{
	display: inline-block;
	border-right: 1px solid #fff;
}
.btnBox01 a{
	display: block;
}



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

clearfix

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

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