@charset "UTF-8";

/*****************************************/
/*** General Layout ***/
/*****************************************/

#container {
	text-align: center;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
}

/* ベースフォントサイズ
-----------------------------------------*/
body, select, input, textarea {
	font-size: 1.4rem;
}

/* ベースフォントカラー
-----------------------------------------*/
body, select, input, textarea, a {
	color: #333;/*BASE FONT*/
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*****************************************/
/*** Header Layout ***/
/*****************************************/

header {
	margin-bottom: 30px;
}

header #head {
	padding: 15px 0;
}

header h1 {
	background: url(../images/header.png) no-repeat;
	width: 960px;
	height: 261px;
	text-align: right;
}

header h1 img {
	margin-right: 20px;
	margin-top: 168px;
}

header h1 a:hover img {
	opacity: 1;
}



/*****************************************/
/*** main ***/
/*****************************************/

#chatch {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}

#chatch a {
	color: #00C;
	text-decoration: underline;
}

#chatch h2 {
	margin-bottom: 20px;
}

#about-program {
	width: 920px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 30px auto;
	background-color: #f7981c;
	color: #FFF;
}

#about-program h5 {
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 10px;
}

#about-program .left {
	display: inline-block;
	width: 420px;
	float: left;
	padding: 20px 0;
	margin-left: 40px;
	border-right: 1px solid #fff;
}

#about-program .right {
	display: inline-block;
	padding: 20px 0 20px 40px;
}

#pdca {
	width: 920px;
	margin-bottom: 30px;
	line-height: 0px;
}

#join {
	width: 940px;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	background: url(../images/cloud.png) no-repeat right bottom;
}

#join h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#join ol {
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
	line-height: 2em;
}

#join ol li{
}

#join ol li:before{
	counter-increment: number;
	content: counter(number);
	height: 21px;
	margin-right: 3px;
	padding: 0 11px;
	text-align: center;
	background: url(../images/ol.png) no-repeat center top;
	color: #FFF;
}

.button {
	text-align: center;
	margin-bottom: 50px;
}

#commercial-solution {
	width: 900px;
	margin: auto;
	margin-bottom: 30px;
	line-height: 2em;
}

h3.commercial-solution {
	margin-bottom: 20px;
}

#commercial-solution h4 {
	margin-top: 50px;
	margin-bottom: 10px;
}

#commercial-solution h5 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

#commercial-suite {
	border: 1px solid #5d7f98;
	text-align: center;
}

#commercial-suite h4 {
	padding: 3px;
	background-color: #5d7f98;
	font-size: 2.4rem;
	color: #FFF;
}

#commercial-suite img {
	margin: 20px auto;
}

/*****************************************/
/*** Form ***/
/*****************************************/

#program-form header h1 {
	background: url(../images/form_header.png) no-repeat;
	width: 960px;
	height: 283px;
}

#program-form header h1 img {
	margin: 0;
}

#program-form iframe {
	margin: 0 auto;
	padding: 0;
	border: none;
	overflow-x : hidden;
}

#program-form span.require {
	color: #F00;
	font-size: 120%;
	font-weight: bold;
}

input#submit {
	padding: 5px 10px;
}




/*****************************************/
/*** Thanks ***/
/*****************************************/


#program-form .thanks {
	height: 100%;
	min-height: 300px;
}

#program-form .thanks p {
	margin-top: 50px;
	margin-bottom: 80px;
}



/*****************************************/
/*** Footer Layout ***/
/*****************************************/

/* トップへもどる
-----------------------------------------*/

#pagetop {
	text-align: center;
	margin: 20px auto;
}

footer {
	padding: 15px 0;
	background-color: #f7981c;
	color: #FFF;
}

footer aside {
	width: 960px;
	margin: auto;
}

footer .address {
	float: left;
	text-align: left;
}

footer .copyright {
	float: right;
	text-align: right;
	line-height: 1.6em;
}
