@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

gallery CSS File

File Name		gallery.scss
Note			症例&動画用スタイルシート


New Creation	2012/07/06 12:54
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
	6-1.	main
	6-2.	sub
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body ,
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
div ,
p ,
ul ,
ol ,
dl ,
form ,
fieldset ,
table ,
address ,
blockquote ,
noscript ,
pre ,
tr ,
td ,
input ,
textarea {
	margin:0;
	padding:0;
	line-height:1;
	font-style:normal;
}

body {
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
	font-size:62.5%;
}

* + html body {
	font-size:62.5%;
}

/* start \*/
html:\66irst-child body {
	font-size:62.5%;
}

/* end */
body:first-of-type {
	font-size:62.5%;
}

h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
	font-size:1em;
	font-weight:normal;
}

fieldset {
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	font-size:inherit;
	font:100%;
}

li {
	list-style-type:none;
}

dd {
	margin:0;
}

a ,
abbr ,
acronym ,
em ,
strong ,
span ,
img ,
sub ,
sup ,
input ,
button ,
textarea ,
select ,
label ,
caption {
	font-weight:normal;
	font-style:normal;
}

a {
	text-decoration:none;
}

img {
	border:none;
	vertical-align:bottom;
}

caption ,
th {
	font-weight:normal;
	text-align:left;
}

th ,
td {
	padding:0px;
}

input ,
textarea ,
select {
	font-family:inherit;
	font-size:inherit;
}

header ,
footer ,
article ,
section ,
aside ,
nav ,
figure ,
figcaption {
	display:block;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html ,
body {
	height:100%;
}

a:hover {
	color:#da7a24 !important;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
	position:relative;
	min-width:1000px;
	min-height:100%;
	background:url(../img/container_bg1.jpg) left top no-repeat, url(../img/container_bg2.jpg) right top no-repeat, black;
	background-attachment:fixed;
}

* html #container {
	width:expression(document.body.clientWidth < 902  ? "900px" : "auto");
	height:100%;
}

* + html #container {
	height:100%;
}

#container {
	-pie-background:url(https://www.vaser-4d.com/img/container_bg1.jpg) left top no-repeat, url(https://www.vaser-4d.com/img/container_bg2.jpg) right top no-repeat, black \9;
	behavior:url(https://www.vaser-4d.com/js/PIE.htc) \9;
}

body > #container {
	height:auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
nav {
	width:900px;
	margin:0 auto;
}

nav ul:before ,
nav ul:after {
	content:"";
	display:table;
}

nav ul:after {
	clear:both;
}

* html nav ul {
	zoom:1;
}

* + html nav ul {
	zoom:1;
}

nav ul li {
	float:left;
	width:150px;
	height:68px;
}

nav ul li a {
	position:relative;
	display:block;
	width:150px;
	height:68px;
	overflow:hidden;
}

nav ul li a img {
	position:absolute;
	top:0;
	left:0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
	text-align:center;
}

#header #logo {
	margin:0 117px 39px 0;
	padding-top:50px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
	margin:0 auto;
	width:900px;
}

#content:before ,
#content:after {
	content:"";
	display:table;
}

#content:after {
	clear:both;
}

* html #content {
	zoom:1;
}

* + html #content {
	zoom:1;
}

#topicpath:before ,
#topicpath:after {
	content:"";
	display:table;
}

#topicpath:after {
	clear:both;
}

* html #topicpath {
	zoom:1;
}

* + html #topicpath {
	zoom:1;
}

#topicpath li {
	float:left;
	line-height:40px;
	color:#C8C8C9;
}

#topicpath li:after {
	content:'>';
	margin:0 0.5em;
}

#topicpath li:last-child {
	content:''\9;
	margin:0\9;
}

#topicpath li:last-child:after {
	content:'';
	margin:0;
}

#topicpath li a {
	color:#C8C8C9;
}

#topicpath li a:hover {
	text-decoration:underline;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main {
	float:left;
	width:650px;
}

#main section {
	margin-bottom:50px;
	padding-top:30px;
	border:2px solid rgba(105, 84, 75, 0.5);
}

#main section {
	border:2px solid #69544b \9;
}

#main section h1 {
	margin-bottom:43px;
}

#main section p {
	margin:0 55px;
	font-size:1.2em;
	line-height:2.167;
	color:#c8c8c9;
}

#main section section {
	margin:0 0 30px;
	padding:0 55px;
	border:none;
}

#main section section h1 {
	margin-bottom:30px;
}

#main section section p {
	margin:0;
}

#main #gallery section {
	margin-bottom:45px;
}

#main #gallery section h1 {
	margin-bottom:30px;
}

#main #gallery #about ul li {
	margin-bottom:15px;
}

#main #gallery #about ul li:last-child {
	margin:0;
}

#main #gallery #case ul:before ,
#main #gallery #case ul:after {
	content:"";
	display:table;
}

#main #gallery #case ul:after {
	clear:both;
}

* html #main #gallery #case ul {
	zoom:1;
}

* + html #main #gallery #case ul {
	zoom:1;
}

#main #gallery #case ul li {
	float:left;
	margin-right:6px;
}

* html #main #gallery #case ul li {
	display:inline;
}

#main #gallery #case ul li:last-child {
	margin:0;
}

#main #movie h1 {
	margin-bottom:5px;
}

#main #movie div {
	padding:45px 55px;
	border-bottom:2px solid rgba(105, 84, 75, 0.5);
	text-align:right;
}

#main #movie div:last-child {
	border:none;
}

#main #movie div h2 ,
#main #movie div object {
	display:table-cell;
	vertica-align:bottom;
	text-align:right;
}

* html #main #movie div h2 ,
* html
#main #movie div object {
	display:inline;
	zoom:1;
}

* + html #main #movie div h2 ,
* + html
#main #movie div object {
	display:inline;
	zoom:1;
}

#main #movie div h2 {
	padding-right:50px;
	width:116px;
}

#main #case h1 {
	margin:0;
}

#main #case div {
	padding:45px 55px;
	border-bottom:2px solid rgba(105, 84, 75, 0.5);
}

#main #case div:before ,
#main #case div:after {
	content:"";
	display:table;
}

#main #case div:after {
	clear:both;
}

* html #main #case div {
	zoom:1;
}

* + html #main #case div {
	zoom:1;
}

#main #case div {
	border-bottom:2px solid #69544b \9;
}

#main #case div:nth-child(2) {
	padding-top:50px;
}

#main #case div:last-child {
	border:none;
}

#main #case div h2 {
	margin-bottom:30px;
}

#main #case div p {
	position:absolute;
	top:146.5px;
}

#main #case div .slides {
	position:relative;
	padding:0 !important;
	border:none;
}

#main #case div .slides div {
	padding:0;
	border:none;
}

#main #case #arms .slides .slides_container {
	margin:0 auto 30px;
	width:334px;
	height: 340px;
}

#main #case #tummy .slides .slides_container {
	margin:0 auto 30px;
	width:362px;
	height: 320px;
}

#main #case #mommy .slides .slides_container {
	margin:0 auto 30px;
	width:375px;
	height: 320px;
}

#main #case div .slides .prev {
	left:-18px;
}

#main #case div .slides .next {
	right:-18px;
}

#main #case div .slides .pagination:before ,
#main #case div .slides .pagination:after {
	content:"";
	display:table;
}

#main #case div .slides .pagination:after {
	clear:both;
}

* html #main #case div .slides .pagination {
	zoom:1;
}

* + html #main #case div .slides .pagination {
	zoom:1;
}

#main #case div .slides .pagination li {
	float:left;
}

* html #main #case div .slides .pagination li {
	display:inline;
}

#main #case div .slides .pagination li:last-child {
	margin:0 !important;
}

#main #case #arms .slides .pagination li {
	margin-right:10px;
	width:99px;
	height:102px;
}

#main #case #tummy .slides .pagination li {
	margin-right:16px;
	width:94px;
	height:96px;
}

#main #case #mommy .slides .pagination li {
	margin-right:12px;
	width:97px;
	height:96px;
}

/*
6-2.	#sub
----------------------------------------------------------------------*/
#sub {
	float:right;
	width:210px;
}

#sub section {
	position:relative;
	margin-bottom:40px;
}

* html #sub section#gallery ul {
	width:210px;
}

#sub section#gallery ul li {
	height:220px;
}

#sub section#report ul li {
	height:150px;
}

#sub section ul li a {
	display:block;
}

#sub section .link {
	background:url("../img/link_more_h.gif") left top no-repeat;
	position:absolute;
	top:9px;
	right:5px;
}

#sub section .link a {
	display:block;
	width:63px;
	height:18px;
}

#sub section .link a img {
	display:block;
	width:auto;
	height:auto;
}

#sub section .link a:hover {
	background:none;
}

#sub section .link a:hover img {
	vertical-align:top;
}

#sub aside {
	padding-top:40px;
	border-top:1px solid rgba(105, 84, 75, 0.5);
}

#sub aside #facebook {
	margin-bottom:30px;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}

#footer nav {
	padding:0 50px;
	margin-bottom:60px;
}

#footer #dynamx {
	width:1000px;
	margin:0 auto 40px;
}

#footer #pagetop {
	position:fixed;
	right:0;
	bottom:50px;
	width:50px;
	height:50px;
}

#footer #pagetop a {
	display:block;
}

#footer #pagetop a img {
	position:absolute;
	top:0;
	right:0;
}

#footer #copyright {
	margin:0 auto;
	width:1000px;
	text-align:center;
	line-height:30px;
	color:#da7a24;
}
