@charset "UTF-8";


/***********************************************
	header
************************************************/

header {
	width: 100%;
	height: 100px;
	background: #FFFFFF;;
}
header .inner {
	height: 100px;
	background: url(../../../img/usr/corporatesite/h-bg.png) top right no-repeat,
	#FFFFFF;
}
header .inner h1 {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
header .inner p a:hover {
	opacity: 1;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6" "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Sans-serif;
	color: #333;
}



.inner {
	width: 960px;
	margin: 0 auto;
}

#block01 #ec {
	float: left;
	width: 470px;
	height: 340px;
	padding-top: 20px;
	border: solid 5px #e6e6e6;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;

}
#block01 #ec h2 {
	margin-bottom: 10px;
}

#block01 #ts {
	float: right;
	width: 470px;
	height: 340px;
	border: solid 5px #e6e6e6;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;

}
#block01 #ts h2{
	margin-bottom: 8px;
}

#block01 #ts {
	text-align: center;
}

#block02 #l-box {
	float: left;
	width: 690px;
}
#block02 #r-box {
	float: right;
	width: 240px;
}


/***********************************************
	block02 l-box
************************************************/

#block02 {
	height: 500px;
	margin-bottom: 40px;
}

/******** banner-recommend ********/

#block02 #l-box #recommend {
	height: 130px;
	margin-bottom: 30px;
	background: #f7f7f7;
}
#block02 #l-box #recommend h3 {
	width: 650px;
	padding: 20px 0 10px 20px;
	color: #4d7cb0;
	font-size: 18px;
}
#block02 #l-box #recommend-border {
	display: block;
	width: 650px;
	height: 1px;
	margin: 0 auto 10px;
	background: #4d7cb0;
}
#block02 #l-box #recommend-desc {
	width: 650px;
	margin: 0 auto;
}

#block02 #l-box #recommend-desc a {
	text-decoration: underline;
}

#block02 #l-box #recommend2 {
	height: 100px;
	margin-bottom: 30px;
	background: #F5F5DC
}
#block02 #l-box #recommend2 h3 {
	width: 650px;
	padding: 20px 0 10px 20px;
	color: #4d7cb0;
	font-size: 18px;
}
#block02 #l-box #recommend2-border {
	display: block;
	width: 650px;
	height: 1px;
	margin: 0 auto 10px;
	background: #4d7cb0;
}
#block02 #l-box #recommend2-desc {
	width: 650px;
	margin: 0 auto;
}


#block02 #l-box #recommend3 {
	height: 100px;
	margin-bottom: 30px;
	background: #e0ffff
}
#block02 #l-box #recommend3 h3 {
	width: 650px;
	padding: 20px 0 10px 20px;
	color: #4d7cb0;
	font-size: 18px;
}
#block02 #l-box #recommend3-border {
	display: block;
	width: 650px;
	height: 1px;
	margin: 0 auto 10px;
	background: #4d7cb0;
}
#block02 #l-box #recommend3-desc {
	width: 650px;
	margin: 0 auto;
}

/******** 新着情報 ********/

#block02 #news {
	height: 100px;
	font-family: sans-serif;
}
#block02 #news h4 {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 6px #4d7cb0;
	font-size: 26px;
	font-weight: bold;
}
.more a {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	background: #f7f7f7;
	font-size: 10px;
	text-align: center;
}
.more a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(../../../img/usr/corporatesite/arrow_b.png) 0 0 no-repeat;
	background-size: 7px 10px;
	content: "";
}
#block02 #news ul li {
	position: relative;
	line-height: 40px;
}
#block02 #news ul li a {
	padding-left: 130px;
	text-decoration: underline;
}

.news:after {
	position: absolute;
	top: 50%;
	left: 70px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: -10px 0 0 20px;
	background: #b04d4d;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	content:"ニュースリリース";
}
.media:after {
	position: absolute;
	top: 50%;
	left: 70px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: -10px 0 0 20px;
	background: #7eb04d;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	content:"メディア掲載";
}


/***********************************************
	block02 r-box
************************************************/

#block02 #r-box img {
	margin-bottom: 10px;
}
#block02 #r-box #banner-case {
	position: relative;
	width: 240px;
	height: 300px;
	background: url(../../../img/usr/corporatesite/banner-case.jpg) top center no-repeat;
}
#block02 #r-box #btn-case {
	position: absolute;
	bottom: 4px;
	left: 156px;
}


/***********************************************
	pagetopボタン
************************************************/

#pagetop {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin-left: 800px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#pagetop a {
	position: relative;
	display: block;
	background: #4d7cb0;
	color: #fff;
}
#pagetop a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	content: "";
	width: 8px;
	height: 11px;
	margin-top: -6px;
	background: url(../../../img/usr/corporatesite/arrow.png) 0 0 no-repeat;
	-webkit-background-size: 8px 11px;
	background-size: 8px 11px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
}

#ec-desc {
	display: block;
	width: 410px;
	height: 100px;
	margin: 0 auto 16px;
	text-align: left;
}

#ts-desc {
	display: block;
	width: 410px;
	margin: 0 auto 12px;
}

#btn_aqua a {
	display: block;
	width: 380px;
	height: 50px;
	line-height: 50px;
	margin-left: 40px;
	background: #21acc6;
	font-weight: bold;
}

/******** TSキャップ ********/

#btn_blue a {
	display: block;
	width: 380px;
	height: 50px;
	margin-left: 40px;
	background: #4d7cb0;
	font-weight: bold;
}

#btn_aqua a, #btn_blue a {
	position: relative;
	line-height: 50px;
	color: #fff;
}
#btn_aqua a:after, #btn_blue a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	content: "";
	width: 8px;
	height: 11px;
	margin-top: -6px;
	background: url(../../../img/usr/corporatesite/arrow.png) 0 0 no-repeat;
	-webkit-background-size: 8px 11px;
	background-size: 8px 11px;
}

footer {
	width: 100%;
	background: #f7f7f7;
	padding-top: 40px;
	text-align: center;
	border-top: solid 1px #ddd;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
