@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、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:	10;
	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 およびそれ以下. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header {
	width: 100%;
	background-image:url(../images/header01.png);
	background-repeat:repeat-x;
}
.header .header01{
	margin-left: auto; 
	margin-right: auto;
	max-width: 1024px;
	padding-top:70px;

}
.header .title{
	text-align:center;
	margin-left:0;
}
.header .menu{
	text-align: center;
	margin-right:0;
}
.header img {
	width:100%;
}
.narrowMenu {
	display: block;
	background-color:#FFF;
}
.ui-btn {
	text-decoration: none;
	color: #000000;
	color: #000000;
	border-style: solid;
	border-width: thin;
}
.ui-btn:hover{
	/* background-color:rgba(204,204,204,10);*/
}
.ui-btn:link{
	color: #000000;
}
.ui-btn:visited{
	color: #000000;
}
.ui-corner-all {
	border-radius: 4px;
}
.ui-listview, .ui-listview > li {
	background-color:#FFF;
}
.ui-listview > .ui-li-static {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.ui-listview > li h1, .ui-listview > li h2, .ui-listview > li h3, .ui-listview > li h4, .ui-listview > li h5, .ui-listview > li h6 {
    margin-bottom: 0;
    margin-top: 0;
		font-weight: normal;
}
.ui-collapsible {
    margin-left: 0;
    margin-right: 0;
		border-color:inherit;
}
.ui-collapsible-themed-content .ui-collapsible-content {
	border-bottom-width:0;
}
.ui-collapsible-heading .ui-btn {
	border-bottom-width:0;
	border-top-width:0;
}
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child, .ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn {
    border-top-width: 1px;
}
.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
	border-color:#000;
}
.menuButton {
}
.menuTitle {
	color: #000000;
	text-shadow: none;
}
.wideMenu {
	display: none;
	background-color:#FFF;
}
.menuTable {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width:100% ;
	max-width:1024px;
}
.menuTable div{
	display:table-cell;
	padding-top:15px;
	padding-bottom:15px;
}
.menuTable img {
	width: 100%;
}
.menuItem:hover {
	background-color:#F3B3AB;
}
.menuItem {
	background-color: inherit;
}
.contents {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content1 hr{
	border-style:none;
	background-color:#4AC4EE;
}
.content1 h1{
	font-size:30px;
	vertical-align: baseline;
}
.content1 h2{
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 40px;
}
.content1 p{
	font-size:14px;
	line-height: 160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer {
	text-align:center;
	background-image:url(../images/footer01.png);
	background-repeat:repeat-x;
}
.footer table{
	max-width:1024px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:381px;
}
.footer .leftCell{
	text-align:left; 
	padding-left:5px; 
	font-size:14px; 
	line-height:150%; 
	width: inherit;
}
.footer .centerCell {
	text-align:left; 
	padding-left:0px; 
	font-size:14px; 
	line-height:150%;
}
.footer .rightCell{
	text-align:right; 
	padding-right:5px; 
	width: inherit;
}
.footer td{
	padding-top:230px;
}
.footer img {
	max-width:1024px;
	width:100%;
}
.footer h1{
	font-size:24px;
	text-align:left;
}
.footer p{
	text-align:left;
	line-height:110%;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer .button{
	background-color:#fff;
	padding:10px 10px;
	border-radius:4px;
	text-decoration:none;
}

p {
	line-height: 200% ;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.naviRow:hover {
	cursor: pointer;
}
h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
}
h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight:normal;
}
h4{
	font-size:13px;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header .title{
	text-align: left;
	margin-left:35px;
}
.header .menu{
	text-align:right;
	margin-right:60px;
}
.header .header01{
	padding-top:140px;

}
.narrowMenu {
	display: none;
}
.wideMenu {
	display: block;
	clear: both;
	width: 100%;
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
}
.menuTable div{
	padding-right: 5px;
}
.footer .leftCell{
	text-align:left; 
	padding-left:70px; 
	font-size:14px; 
	line-height:150%; 
	width:26%;
}
.footer .centerCell {
	text-align:left; 
	padding-left:50px; 
	font-size:14px; 
	line-height:150%;
}
.footer .rightCell{
	text-align:right; 
	padding-right:30px; 
	width:40%;
}
.footer td{
	padding-top:180px;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1024px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	float: none;
	max-width: 1024px;
}
.narrowMenu {
	display: none;
}
.wideMenu {
	display: block;
	clear: both;
	width: 100%;
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
	
}
.menuTable div{
	padding-right: 0px;
}
.footer td{
	padding-top:130px;
}
}