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

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

@media only screen and (max-width: 480px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 50px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#title{
	display: none;
}

#LayoutDiv1 #logo{
	position: absolute;
	top: 2px;
	left: 20px;
}

}


#LayoutDiv1 .divider_up {
	width: 100%;
	height: 50px;
}
#LayoutDiv1 #title{
	font-size: 8px;
	text-align:right;
	color:#888;
	position: absolute;
	top: 30px;
	right : 2px;
}

nav {
	text-align: left;
}
nav img{
	height: 22px;
}

#LayoutDiv4 .divider_down {
	width: 100%;
	height: 30px;
	margin-bottom: -30px;
	vertical-align: top;
}
#LayoutDiv4 footer #copyright{
	font-size: 10px;
	text-align:center;
	margin-top: -12px;
}
#LayoutDiv4 footer #privacy{
	position:absolute;
	font-size: 10px;
	top:2px;
	right: 0px;
}

#LayoutDiv3 .divider_up {
	width: 100%;
	height: 71px;
	position: relative;
	top: -71px;
	margin-bottom: -71px;
	z-index: -200;
}
#LayoutDiv3 .divider_down {
	width: 100%;
	height: 93px;
	margin-bottom: -93px;
	z-index: -200;

}

.flushpad{
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.bucket-copy {
	display:block;
	padding-left: 3%;	
	padding-right: 3%;	
}

#LayoutDiv3 article h1 {
	font-size: 20px;
	color: #0B1378;
	margin-bottom: 0px;
}

#LayoutDiv3 article h2 {
	font-size: 12px;
	color: #95B3D7;
	margin-top: 0px;
	margin-bottom: 30px;
}



img.left {
	position: relative;
	z-index: -50;
	display:block;
}
img.right {
	position: relative;
	z-index: -50;
	display:block;
}

span.more {
	font-size: 14px;
	color: #8A7FC5;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	margin-bottom: 0em;
}

p {
	text-indent: 1em;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	margin: 0.3em 0px;
}
table {
	margin-bottom: 30px;
	font-size: 16px;
}
td, th {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5em;
	color: #666;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	margin: auto;	
}
#LayoutDiv1 {
	width: 90.675%;
	position: fixed;
	background-color: white;
	z-index: 10;
}
#LayoutDiv2 {
	width: 21%;
	position: fixed;
	bottom: 100px;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-top: 60px;
	margin-left: 25.6411%;
	width: 74.3589%;
	display: block;
	padding-bottom: 30px;
}
#LayoutDiv4 {
	width: 90.675%;
	position: fixed;
	background-color: white;
	z-index: 10;
	bottom: 0px;
}


nav {
	text-align: right;
	position: relative;
}


h3 {
	font-size: 14px;
}
p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.bucket-copy {
	display:block;
	padding-left: 5%;	
	padding-right: 5%;	
}

table {
	font-size: 14px;
}

#LayoutDiv1 #logo{
	position: absolute;
	top: 2px;
	left: 0px;
}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	position: static;
}
#LayoutDiv1 {
	width: 88.5%;
	max-width: 1000px;
}
#LayoutDiv2 {
	max-width: 210px;
	bottom: 50px;
}
#LayoutDiv3 {
	margin-top: 50px;
	margin-left: 25.4237%;
	width: 74.5762%;
}
#LayoutDiv4 {
	width: 88.5%;
	max-width: 1000px;
}

#bg-image{
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	background:url(images/bg-image.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	z-index: -300;
}

}

/*
#LayoutDiv1 {
	border: #F00 solid 1px;
}
#LayoutDiv2 {
	border: #F00 solid 1px;
}
#LayoutDiv3 {
	border: #F00 solid 1px;
}
#LayoutDiv4 {
	border: #F00 solid 1px;
}
*/

@media only print{
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	width: 100%;
}
#LayoutDiv2 {
	display: none;
}
#LayoutDiv3 {
	width: 100%;
}
#LayoutDiv4 {
	width: 100%;

}
}