@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}
body {
	min-width: 1024px;
	margin: 0 auto;
}
hr {
	display: none;
}

/* ページトップ（標準）
----------------------------------------------------*/
.pageTop01 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	width: 100px;
	z-index: 1;
}

.pageTop01 a {
	background: #555;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	padding: 25% 5%;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.pageTop01 a:hover {
	text-decoration: none;
	background: #777;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
.clear,#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#wrapper（ページ全体）
----------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
#contents {
	margin: 0 auto;
	overflow: visible !important;
}
section {
	background: #FFF;
}
section p {
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center 0;
}
section p:last-of-type {
	padding-bottom: 0;
}
section .img01 {background-image: url(../img/usui_img01.jpg); height: 550px;}
section .img02 {background-image: url(../img/usui_img02.jpg); height: 550px;}
section .img03 {background-image: url(../img/usui_img03.jpg); height: 550px;}
section .img04 {background-image: url(../img/usui_img04.jpg); height: 550px;}
section .img05 {background-image: url("../img/usui_img05-2.jpg"); height: 550px;}
section .img06 {background-image: url(../img/usui_img06.jpg); height: 550px;}
section .img07 {background-image: url("../img/usui_img07-2.jpg"); height: 1400px;}
section .img11 {background-image: url("../img/usui_img11-3.jpg"); height: 410px;}
section .img12 {background-image: url(../img/usui_img12.jpg); height: 550px;}
section .img08 {background-image: url(../img/usui_img08.jpg); height: 550px;}
section .img09 {background-image: url(../img/usui_img09.jpg); height: 1980px;}
section .img10 {background-image: url(../img/usui_img10a.jpg); height: 300px;}


img {
	vertical-align: bottom;
}
section#fixed_btn {
	height: 100%;
}
section#fixed_btn ul {
	position: fixed;
	right: 0;
	top: 40px;
}
section#fixed_btn ul li {
	opacity: .5;
	list-style: none;
}
section#fixed_btn ul li:hover {
	opacity: 1;
}
