@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: top; }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }


/* Common ----------------------*/
body {
  /*font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
	background: #fff;
  color: #666666;
  letter-spacing: .05em; }

a {
  color: #666; }
  a:hover, a:active, a:focus {
    color: #999999; }

.wrapper {
  width: 100%;
  margin: 0 auto;
	text-align: center;
}

/* common style ---------------------- */
a {
  color: #60D9CA;
  text-decoration: underline; }
  a:hover {
    color: #cccccc; }

.btn a:link,
.btn a:visited {
  border-radius: 8px;
  padding: 0 0 5px 0;
  text-align: center;
  color: #FFF;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}
.btn a:link:hover,
.btn a:visited:hover {
  opacity: 0.7;
}

/* header -------------------------- */
header h1 {
	width: 1100px;
	margin: 20px auto;
	text-align: left;
}

/* .report ------------------*/
.report {
	width: 1100px;
	margin: 0 auto;
	background:url(../images/title_bg2.png) top no-repeat;
}

.report p {
	font-size: 14px;
	line-height: 1.8;
}

.report .left {
	float: left;
	width: 531px;
	margin-bottom: 30px;
}

.report .right {
	float: right;
	width: 569px;
	text-align: center;
	margin-bottom: 30px;
}

.report .right h2 {
	margin: 100px auto 40px auto;
}
.report .right h3 {
	margin: 0 auto 50px auto;
}

.report .right h4 {
	margin: 0 auto 10px auto;
	font-size: 20px;
	font-weight: bold;
}

.report_b1_l {
	float: left;
	text-align: center;
}

.report_b1_l h2{
	margin: 30px 0;
	
}
.report_b1_r {
	float: right;
	text-align: left;
}

.report_b2 {
	clear: both;
	height: 530px;
	padding: 30px 0 0 0;
	background: url(../images/coolbiz_ph02.jpg) no-repeat;
	text-align: left;
}

.report_b2 .txt1 { margin-left: 408px; }
.report_b2 .txt2 { margin: 420px 0 0 684px; }
.report_b2 .txt3 { margin: 10px 0 30px 0; text-align: left; font-size: 14px; }

/* .main --------------------*/
.grayout {
	background: url(../images/glayer.png) repeat;
     -webkit-filter: brightness(0.8);
     -moz-filter: brightness(0.8);
     -o-filter: brightness(0.8);
     -ms-filter: brightness(0.8);
     filter: brightness(0.8);
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	width: 100%;
}
.main {
  width: 1100px;
	margin: 0 auto;
  background: url(../images/title_bg.png) top no-repeat;
	font-size: 15px;
	text-align: center;
}

.main h2 {
	padding: 53px 0 20px 0;
}

.main h3 {
	padding: 0 0 35px 0;
}

.lead {
	padding-bottom: 50px;
	width: 700px;
	margin: 0 auto;
}

.lead img {
	float: left;
}

.lead p {
	margin-left: 110px;
	padding-top: 10px;
	line-height: 2em;
	font-size: 18px;
}


.content {
	width: 825px;
	margin: 0 auto;
}

.content h2 {
	margin: 0;
	padding: 0;
}

.content h3 {
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: bold;
}

.content .tL {
	float: left;
}

.content .tL p {
	font-size: 10px;
	text-align: left;
}
	
.content .tR {
	float: right;
}

.content .tR .bg {
	height: 118px;
	background: url(../images/place_bg.jpg) no-repeat;
	padding: 250px 30px 20px 30px;
}

.mt15 { margin-top: 15px !important; }

.pL {
	text-align: left;
	font-size: 14px;
	margin-top: 60px;
}

.flow {
	clear: both;
	padding: 50px 0 0 0;
}

.clear {
	clear: both;
}

/* section ----------------------*/
.applications_h2 {
	clear: both;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
	padding: 10px 0;
	margin: 60px auto 0 auto;
	text-align: center;
}
.applications {
	width: 1020px;
	background: #f5f5f5;
	padding: 40px;
	color: #003399;
	text-align: left;
	margin: 50px auto 40px auto;
}

.applications h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.applications dt{
	float: left;	
}

.applications dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

.applications dd span {
	font-size: 12px;
	margin-bottom: 10px;
}


/* footer ----------------------*/
footer {
	clear: both;
	width: 1100px;
	border-top: 1px solid #999;
	margin: 30px auto 0 auto;
  padding: 10px 0 0 0;
	text-align: left;
}
footer div.tL {
	float: left;
	text-align: left;
	padding-bottom: 30px;
}
footer div.tR {
	float: right;
	text-align: right;
	font-size: 12px;
	padding-bottom: 30px;
}
