@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}



/* ========================================
	フロートの解除
========================================= */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* ========================================
	全体設計
========================================= */
body {
	color:#555;
	font-size: 14px;
	line-height: 1;
	font-family: "メイリオ", Meiryo;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ========================================
	ラッパー
========================================= */

div#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	
}

/* ========================================
	ヘッダー
========================================= */

header {
	width: 960px;
	height: 136px;
}
/*h1を左寄せ*/
header h1{
	width: 213px;
	height: 91px;
	margin-top: 20px;
	float: left;
	
}
/*navを右寄せ*/
nav{
	float: right;
	margin-top : 65px;
}

nav ul li{
	float: left;
	margin-left: 20px;
}

nav ul li a {
	color: #555555;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* ========================================
	メイン
========================================= */

div#mainimage {
	width:960px;
	height:300px;
	background-color:skyblue;
	margin-bottom: 30px;		
}

div#mainimage2 {
	width:960px;
	height:120px;
	background-color:skyblue;
	margin-bottom: 30px;		
}


/* ========================================
	レフト
========================================= */

div#left {
	width: 280px;
	height: auto;
	float : left;
	margin-right: 30px;
		
}

div#left ul li {
	widht: 278px; /*境界線1pxの上下2px分を引いた値*/
	height: 48px;
	background-color: #dfe3e2; /*背景色*/
	margin-bottom: 10px; /*幅*/
	border: 1px solid #555555; /*線の種類*/
}

div#left ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: none; /*URLのアンダーバー削除*/
	line-height: 50px; /*中央ぞろえ*/
	padding-left : 60px;
	display: block;/*インライン要素からブロックタイプへ変更(文字以外もクリックできる*/
	
}

a#icon_company{
	background: url(images/icon_company.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_voice{
	background: url(images/icon_voice.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_etc{
	background: url(images/icon_etc.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_tel{
	background: url(images/icon_tel.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_racing{
	background: url(images/icon_racing.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_blog{
	background: url(images/icon_blog.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}

a#icon_facebook{
	background: url(images/icon_facebook.png) no-repeat 14px center;
	/*no-reperatで画像繰り返し終了　その後位置を指定*/
}
/* ========================================
	ライト
========================================= */

div#right {
	width:650px;
	height:auto;
	float : left;
		
}

div#right h2{
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
	padding: 10px; 
	border: 3px double #333333; 
	border-radius: 10px;
}

div#right h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
	padding: 10px; 
	border: 3px double #333333; 
	border-radius: 10px;
}

div#right dt {
    font-size: 12px;
    color: #a8a8a8;
    float: left;
    width: 79px;
    line-height: 40px;
    padding-left: 5px;
}

div#right dd {
    font-size: 13px;
    color: #555555;
    float: left;
    width: 556px;
    line-height: 40px;
}

div#right dt:nth-of-type(odd),div#right dd:nth-of-type(odd){
	background-color: #f5f5f5;
}

/*スライドショー用*/
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div.cp_cssslider {
background:#cccccc;
border: 10px solid #ffffff;
box-shadow:1px 1px 5px rgba(0,0,0,0.7);
height:338px;
width:650px;
margin:2em auto;
overflow:visible;
position:relative;
}
div.cp_cssslider .mask {
overflow:hidden;
height:315px;/* ボーダー分を差し引く */
}
div.cp_cssslider ul {
margin:0;
padding:0;
position:relative;
}
/* tooltip */
div.cp_cssslider div.tooltip {
background:rgba(0,0,0,0.7);
width:200px;
height:auto;
position:relative;
bottom:95px;
left:-300px;
-webkit-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
div.cp_cssslider div.tooltip h1 {
color:#fff;
padding:0 0 0 20px;
}
div.cp_cssslider li:hover div.tooltip{
left:0px;
}
div.cp_cssslider:hover li,
div.cp_cssslider:hover div.cp_progressbar {
-webkit-animation-play-state:paused;
animation-play-state:paused;
}
div.cp_cssslider li {
width:650px;
height:338px;
position:absolute;
top:-200px;
list-style:none;
}
div.cp_cssslider li:nth-child(1){
-webkit-animation:cycle1 25s linear infinite;
animation:cycle1 25s linear infinite;
}
div.cp_cssslider li:nth-child(2){
-webkit-animation:cycle2 25s linear infinite;
animation:cycle2 25s linear infinite;
}
div.cp_cssslider li:nth-child(3){
-webkit-animation:cycle3 25s linear infinite;
animation:cycle3 25s linear infinite;
}
div.cp_cssslider li:nth-child(4){
-webkit-animation:cycle4 25s linear infinite;
animation:cycle4 25s linear infinite;
}
div.cp_cssslider li:nth-child(5){
-webkit-animation:cycle5 25s linear infinite;
animation:cycle5 25s linear infinite;
}
@keyframes cycle1 {
0%  { top:0px; }
4%  { top:0px; }
16% { top:0px; opacity:1; z-index:0; }
20% { top:338px; opacity:0; z-index:0; }
21% { top:-338px; opacity:0; z-index:-1; }
50% { top:-338px; opacity:0; z-index:-1; }
92% { top:-338px; opacity:0; z-index:0; }
96% { top:-338px; opacity:0; }
100%{ top:0px; opacity:1; }
}
@keyframes cycle2 {
0%  { top:-338px; opacity:0; }
16% { top:-338px; opacity:0; }
20% { top:0px; opacity:1; }
24% { top:0px; opacity:1; }
36% { top:0px; opacity:1; z-index:0; }
40% { top:338px; opacity:0; z-index:0; }
41% { top:-338px; opacity:0; z-index:-1; }
100%{ top:-338px; opacity:0; z-index:-1; }
}
@keyframes cycle3 {
0%  { top:-338px; opacity:0; }
36% { top:-338px; opacity:0; }
40% { top:0px; opacity:1; }
44% { top:0px; opacity:1; }
56% { top:0px; opacity:1; z-index:0; }
60% { top:338px; opacity:0; z-index:0; }
61% { top:-338px; opacity:0; z-index:-1; }
100%{ top:-338px; opacity:0; z-index:-1; }
}
@keyframes cycle4 {
0%  { top:-338px; opacity:0; }
56% { top:-338px; opacity:0; }
60% { top:0px; opacity:1; }
64% { top:0px; opacity:1; }
76% { top:0px; opacity:1; z-index:0; }
80% { top:338px; opacity:0; z-index:0; }
81% { top:-338px; opacity:0; z-index:-1; }
100%{ top:-338px; opacity:0; z-index:-1; }
}
@keyframes cycle5 {
0%  { top:-338px; opacity:0; }
76% { top:-338px; opacity:0; }
80% { top:0px; opacity:1; }
84% { top:0px; opacity:1; }
96% { top:0px; opacity:1; z-index:0; }
100%{ top:338px; opacity:0; z-index:0; }
}
/* progressbar */
div.cp_progressbar {
position:relative;
top:-5px;
width:650px;
height:5px;
background:#000000;
-webkit-animation:progressbar 25s ease-out infinite;
animation:progressbar 25s ease-out infinite;
}
/* animation */
@keyframes progressbar {
0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; z-index:2; }
4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; z-index:2; }
16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.3; z-index:2; }
18%, 38%, 58%, 78%, 98% { width:100%; opacity:0;  z-index:2; }
}
/*スライドショーここまで*/

div.clearfix {
	clear: both;
}

/* ========================================
	フッター
========================================= */

footer {
	width:100%;
	height:79px;
	background-color: #dfe3e2;
	margin-top: 50px;
}

div#footer_inner{
	width: 960px;
	margin: 0 auto;
	position: relative; /*innerを範囲基準として指定*/
	padding: 20px 0;
}

p#pagetop a{
	width: 78px;
	height: 20px;
	background-color: #dfe3e2;
	text-align: center;
	cplor: white;
	display: block;
	text-decoraton: none;
	line-height: 20px;
	position: absolute; /*innerの位置を基準としている*/
	top: -20px;
	right: 0px;
	
}

p#footer_logo {
	float: left;
}

p#footer_context{
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

p#footer_copyright{
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}