/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

.reset {
	margin: 0 !important;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 940px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#header {
	width: 100%;
	height: 67px;
	padding-top: 13px;
	background: #acacac;
	position: fixed;
  	top: 0;
  	left: 0;
	z-index: 9999;
}

#header div {
	width: 940px;
	margin: 0 auto;
}

#header div h1 {
	float: left;
}

#header div ul {
	padding-top: 15px;
}

#header div ul li {
	float: left;
	margin-left: 40px;
}

#header div ul li a {
	color: #fff;
	font-size: 14px;
}

body, html, main {
    /* important */
    height: 100%;
}
  
.cd-fixed-bg {
    /*min-height: 100%;*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
  
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg01.jpg");
  height: 556px !important;
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bg02.jpg");
  height: 395px !important;
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/bg03.jpg");
  height: 370px !important;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/bg04.jpg");
}

.cd-fixed-bg.cd-bg-1 div {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.cd-fixed-bg.cd-bg-1 div h2 {
	position:absolute;
	top: 427px;
}

.cd-color-2 {
	width: 100%;
	background: #f6f5f5;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	padding: 65px 0 75px 0;
}

.cd-color-2 h3,
.cd-color-3 h3,
.cd-color-4 h3 {
	text-align: center;
	margin-bottom: 25px;
}

.cd-color-2 ul {
	margin-left: 60px;
}

.cd-color-2 ul li {
	float: left;
	width: 315px;
	font-size: 12px;
	margin-left: 180px;
}

.cd-color-2 ul li dl dt {
	text-align: center;
}

.cd-color-2 ul li dl dd {
	margin-top: 25px;
	line-height:24px;
	text-align: center;
	color: #000;
}

.cd-bg-2 div {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

.cd-bg-2 div h3 {
	padding-top: 55px;
	margin-bottom: 45px;
}

.cd-bg-2 div ul {
	float: right;
	margin-bottom: 25px;
}

.cd-bg-2 div ul li {
	float: left;
	margin-left: 18px;
}

.cd-bg-2 div p {
	clear: both;
}

.cd-color-3 {
	width: 100%;
	background: #f6f5f5;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	padding: 65px 0 75px 0;
}
.cd-color-5 {
	width: 100%;
	border-top: 1px solid #d5d5d5;
	text-align: center;

}

.cd-color-3 dl dt {
	text-align: center;
	margin-bottom: 30px;
}

.cd-color-3 dl dd {
	font-size: 12px;
	color: #000;
	margin: 0 0 20px 300px;
}

.cd-color-3 dl dd span {
	width: 75px;
	display: inline-block;
}

.cd-color-4 {
	width: 100%;
	background: #f6f5f5;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	padding: 65px 0 75px 0;
	margin-bottom: 20px;
}

.cd-color-4 dt {
	font-size: 14px;
	text-align: center;
}

.cd-color-4 dd {
	text-align: center;
	margin: 20px 0 30px 0;
}

.cd-color-4 table {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}

.cd-color-4 table th,
.cd-color-4 table td {
	border: 1px solid #777;
}

.cd-color-4 table th {
	width: 240px;
	padding: 18px 0 18px 28px;
	text-align: left;
	font-size: 12px;
}

.cd-color-4 table td {
	padding: 18px 0 18px 28px;
	text-align: left;
	vertical-align:top;
}

.cd-color-4 table td input[type="text"] {
	width: 400px;
}

.cd-color-4 table td textarea {
	width: 600px;
	height: 200px;
}

.cd-color-4 p {
	text-align: center;
}

.cd-color-4 input[type="submit"] {
	width: 140px;
	height: 34px;
	color: #fff;
	background: #ce0000;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.cdCopy p {
	text-align: center;
	font-size:12px;
	margin-bottom: 20px;
}