﻿@charset "utf-8";
/* CSS Document 全共通css*/

/*PC非表示*/
.sp {
	display:none;
}
/*/PC非表示*/

/* リセット */
html {
	font-size: 14px;
}
body, td, th {
	margin: 0;
	padding: 0;
	color: #303030;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;
	font-size: 100%;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.font_l {
	font-size: 110%;
	font-size: 1.1rem;
}
.font_ll {
	font-size: 120%;
	font-size: 1.2rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: #303030;
	text-decoration: underline;
}
a:hover {
	color: #fa6a00;
	text-decoration: underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/* float背景のバグ処理 */
.clearfix {
	overflow: hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* 基本レイアウト */
body {
	width: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#container {
	width: 1200px;
	margin: 0 auto;
}
header {
	position: fixed;
	width: 100%;
	height: 99px;
	z-index:100;
}
#contents {
	margin-top: 99px;
	width: 100%;
}
footer {
	position: relative;
	width: 100%;
	height: 514px;
}

