@charset "utf-8";


/************************************************

	FONT

*************************************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?5n27qk');
	src:url('../fonts/icomoon.eot?#iefix5n27qk') format('embedded-opentype'),
		url('../fonts/icomoon.woff?5n27qk') format('woff'),
		url('../fonts/icomoon.ttf?5n27qk') format('truetype'),
		url('../fonts/icomoon.svg?5n27qk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-keyboard:before {
	content: "\e600";
}
.icon-tablet:before {
	content: "\e601";
}
.icon-user:before {
	content: "\e602";
}
.icon-search:before {
	content: "\e603";
}
.icon-earth:before {
	content: "\e604";
}



/************************************************

	RESET

*************************************************/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after{
	clear: both;
}

/************************************************

	COMMON

*************************************************/

html,body {
	font-family: 'Raleway','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',helvetica,arial,clean,sans-serif;
	color: #333;
	font-size: 14px;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

h1 {
	position: absolute;
	top: 10px;
	left: 30px;
	line-height: 60px;
	font-size: 30px;
}

h2 {
	margin-bottom: 40px;
	padding: 5px 0;
	border: double 5px #333;
	background: url(../image/over-h2bg.png) no-repeat center;
	font-size: 20px;

}

#outline, #campain, #company, #contact {
	padding-top: 120px;
}


/************************************************

	NAV

*************************************************/


.nav-wrap {
	position: fixed;
	width: 800px;
	height: 90px;
	background: url(../image/over-bg.png) #eeeeee; /* Old browsers */
	box-shadow: 0 4px 1px #999;
	z-index: 9999;
}

nav {
    float: right;
	width: 600px;
	margin: 20px 0 0 0;
	line-height: 20px;
}
nav li {
    float: left;
	margin: 0 10px;
	overflow: hidden;
	border: solid 2px #333;
	border-radius: 5px;
	text-align: center;
}

nav li:last-child {
	margin-right: 30px;
}

nav a {
    display: block;
	width: 100px;
	padding: 10px 10px;
	border-radius: 5px;
	background: #fff;
	color: #333;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav a:hover {
    background-color: #72D7EF;
	border-radius: 5px;
	color: #fff;
}

#image {
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	border: double 5px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;v

}

#privacy {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}

#privacy a {
	position: absolute;
	top: 26px;
	right: 30px;
	padding: 1px 10px;
	border-radius: 15px;
	background: #999;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
	
#privacy a:hover {
	background: #128A9E;
}
/************************************************

	HEADER

*************************************************/

header {
	margin-top: 160px;
	margin-bottom: 40px;
}

header p {
	margin-top: 2px;
}


/************************************************

	CAMPAIN

*************************************************/


#campain {
	height: 300px;
	margin-bottom: 0;
	padding: 0;
	line-height: 250px;
	background: #aaa;
	color: #eee;
	text-align: center;
	font-size: 60px;
}

#campain a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
}

/************************************************

	COMPANY

*************************************************/

#company table {
	width: 650px;
	overflow: hidden;
	margin: 0 auto 40px auto;
	text-align: center;
}

#company tr {
	height:40px;
}

#company th {
	width: 40%;
	padding: 20px 30px;
	border-bottom: solid 5px #fff;
	background: #278e75;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#company td {
	padding-left: 40px;
	text-align: left;
}


section span {
	margin:  0 5px 0 10px;
}

#map {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

#map small a {
	 padding: 5px 40px;
	 border-radius: 15px;
	 background: #593A9B;
	 color: #fff;
	 letter-spacing: 4px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

#map small a:hover {
	background: #3E90C4;
	color: #FFF;
}

/************************************************

	OUTLINE

*************************************************/

h3 {
	height: 40px;
	line-height: 40px;
	margin: 0 40px 20px 40px;
	background: url(../image/line1.gif) no-repeat center;
	background-size:contain;
	color: #fff;
	font-size: 16px;
}

section p {
	margin-bottom: 10px;
	padding: 0 40px;
	font-size: 12px;
}

section p:last-child {
	margin-bottom: 40px;
}

#enduser {
	color: #862E2F;
	font-weight: bold;
}


/************************************************

	CONTACT

*************************************************/

#contact {
	margin-bottom: 200px;
}

#formWrap {
	text-align: center;
}

#formWrap p {
	margin-bottom: 40px;
	font-size: 14px;
}


#formWrap th {
	width: 25%;
	text-align: right;
}

#formWrap td {
	padding-left: 20px;
}

input {
	height: 40px;
}

textarea {
	margin-top: 10px;
}

input, textarea {
	margin-bottom: 10px;
	width: 550px;
	border-radius: 3px;
}

input[type="submit"] {
	margin: 10px 0 0 50px;
	width: 420px;
	height: 60px;
	border: solid 1px #333;
	border-radius: 5px;
	background: #3e5aa8;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

input[type="submit"]:hover{
	background: #fff;
	border-radius: 5px;
	color: #2E3884;

}

.req {
	line-height: 16px;
	margin-left: 5px;
	padding: 2px 6px;
	border-radius: 5px; 
	background: #8F3031;
	color: #fff;
	font-size: 10px;
}

#formWrap p .req {
	margin-right: 5px;
}


/************************************************

	FOOTER

*************************************************/


footer {
	height: 300px; 
	background: url(../image/foot.png) #000 bottom center;
	text-align: center;
}

footer small {
	padding-top: 260px;
	display: block;
	color: #666;
}