@charset "utf-8";

html {
	overflow-y: scroll;
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #172433;
}

#container {
	font-size: 13px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	padding-bottom: 60px;
}

/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 22px;
	margin: 0;
	text-align: center;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}

/*--------------------------------
#navMenu
--------------------------------*/
#navMenu{
    position: fixed;
    right: 0;
    top: 0;
    font-size:0;
	z-index:1;
	margin: 1px 0 0 0;
}
#navMenu li{
	list-style: none;
	float:left;
	color:#FFF;
	margin:0 1px ;
   }
#navMenu li a{
	display:block;
	background-color:#FFF;}	
#navMenu li a:hover{
	display:block;
	background-color:#ef0023;}

#navMenu a{
	padding: 0;
	margin: 0;
}

/* Fixed header and footer.
* --------------------------------------- */
#header{
	display:block;
	width: 100%;
	background: #172433;
	z-index:9;
	text-align:center;
	color: #fff;
	padding: 0.5% 0 0.5% 20px;
	top:0px;
	margin-bottom: 30px;
	float: left;
}
#footer{
	height: 3%;
	display:block;
	width: 100%;
	background: #172433;
	z-index:9;
	text-align:left;
	color: #f2f2f2;
	padding: 0.7% 0 0.5% 20px;
	bottom:0px;
}
#header_left{
	float: left;
}
#header_right {
	font-family: 'FontAwesome',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #fff;
	font-size: 15px;
	float: right;
	padding: 10px 3% 0.5% 0;
	line-height: 100%;
}
#header_right a, #section1 a {
	display: block;
	width: 200px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	float: left;
}
#header_right a:hover, #section1 a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#header_right a:link, #section1 a:link,
#header_right a:visited, #section1 a:visited {
	color: #fff;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

.btn-header_catarog_dl {
	padding:6px;
	font-weight:bold;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(102, 102, 102, 1) 0%,rgba(75, 75, 75, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(102, 102, 102, 1) 0%, rgba(75, 75, 75, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(102, 102, 102, 1) ),color-stop(1,rgba(75, 75, 75, 1) ));
	background : -o-linear-gradient(-90deg, rgba(102, 102, 102, 1) 0%, rgba(75, 75, 75, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(102, 102, 102, 1) 0%, rgba(75, 75, 75, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#4B4B4B' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(102, 102, 102, 1) 0%, rgba(75, 75, 75, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#4B4B4B' , GradientType=0);

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}
.btn-header_catarog_dl:before {
	content: "\f0f6";
	margin-right: 5px;
}

.btn-header_contact {
	padding:6px;
	font-weight:bold;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(195, 0, 0, 1) 0%,rgba(166, 0, 0, 1) 100%);
	background : -webkit-linear-gradient(-90deg, rgba(195, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(195, 0, 0, 1) ),color-stop(1,rgba(166, 0, 0, 1) ));
	background : -o-linear-gradient(-90deg, rgba(195, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	background : -ms-linear-gradient(-90deg, rgba(195, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C30000', endColorstr='#A60000' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(195, 0, 0, 1) 0%, rgba(166, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C30000',endColorstr='#A60000' , GradientType=0);

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 15px;
}
.btn-header_contact:before {
	content: "\f003";
	margin-right: 5px;
}

table {
	width: 700px;
	margin: 5px auto 0;
}
th {
	width: 24%;
	font-weight: normal;
	color: #fff;
	background-color: #172433;
}
td {
	width: 76%;
	padding: 4px 6px;
	background-color: #efefef;
}
#about th {
	width: 30%;
	font-weight: normal;
	color: #fff;
	background-color: #172433;
}
#about td {
	width: 70%;
	font-size: 1.1em;
	padding: 12px 18px;
	background-color: #efefef;
}
td.button{
	background-color: #fff;
	text-align: center;
	padding: 10px;
}
.error {
	display: block;
	color: #ff0000;
}
p.thanks {
	text-align: center;
}
p.thanks {
	text-align: center;
}
.required {
	color: #ff0000;
	margin-left: 5px;
}
.tac {
	text-align: center;
}

/* press */
#press {
	width: 640px;
	margin: 20px auto 50px;
}
#press a, #press a:link, #press a:visited{
	color:#006699;
	text-decoration: none;
}
#press a:hover{
	text-decoration: underline;
}
#press .date {
	width: 100px;
	float: left;
}
#press li {
	list-style: none;
	border-bottom: 1px dotted #d8dadc;
	overflow: hidden;
	padding: 8px 0;
}
#press li div.content {
	padding-left: 30px;
	width: 500px;
	float: left;
}

