﻿@charset "utf-8";

header, nav, #graphic, #contents, footer {
	margin: 0 auto;
	width: 95%;
}
nav ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
#graphic {
	box-sizing: border-box;
	height: auto;
	padding-top: 10px;
}
#graphic ul li {
	box-sizing: border-box;
	width: 100%;
}
#graphic ul li img {
	max-width: 100%;
	width: 100%;
}
#main, #news ul li, h2 {
	width: auto;
	float: none;
}
nav ul li#nav_frame,
nav ul li#nav_lens,
nav ul li#nav_coherence,
nav ul li#nav_access {
	box-sizing: border-box;
	width: 50%;
}
nav ul li#nav_frame,
nav ul li#nav_coherence {
	border-top: none;
	border-left: none;
}
nav ul li#nav_lens,
nav ul li#nav_access {
	border-top: none;
	border-right: none;
	border-left: none;
}
#news h2 {
	margin-bottom: 0;
}
.image_right{
	margin: 0;
	float: none;
}
.image_left {
	margin: 0;
	float: none;
}
.gallery_box figure {
	margin: 0;
	float: none;
}
#sub {
	margin: 0 auto;
	float: none;
}
footer {
	padding-top: 30px;
}
footer p {
	float: none;
}
.image_width {
	max-width: 100%;
	width: 100%;
}