﻿
.Closed {
	font-size: 10px;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #828282;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top:2px;
	margin-bottom: 3px;
	padding-top:2px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 125%;
}
.Closed span {
	display: inline-block;
}

#belt-banner {
	background-color: #B00;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top:2px;	
	margin-bottom:3px;
}
#belt-banner .pc {	
	display: none;
}
#belt-banner .sp {
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
}

/*アバンティ*/
#belt-banner02 {
	background-color: #B00;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top:2px;	
	margin-bottom:3px;
}
#belt-banner02 .pc {	
	display: none;
}
#belt-banner02 .sp {
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
}

.clear01 {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;		
}
#header_bg {
	background-color: #FEFEFF;
	width: 100%;
	margin-bottom: 10px;
}

#header {
	width: 100%;
	overflow: hidden;
	position: relative;		
	zoom:1;
	background-color: #FEFEFF;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
}
#header h1 {
	text-align: left;
	float: left;
	margin-left: 10px;
}
#header h1 img {
	height: auto;
	width: 122px;
}

#header p {
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}
#header p img {
	height: auto;
	width: 130px;
}

.intro {
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom:2px;
	margin-top: 2px;
	background-color: #F9F9F9;	
	}	
.intro h2 {
	background-color: white;
	width: 116px;
	float: left;
	height:auto;
	text-align:left;
	font-size: 0;	
	margin-top: 1px;
}
.intro h2 img {
	height: auto;
	width: 100%;
}

.intro p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #0466B0;
	margin-top: -2px;
	float: right;	
}
.intro_txt01 {
	color: #711A1A;
	display: none;
	font-weight: bold;
}
.intro_txt02 {
	color: #711A1A;
	display: inline-block;
	border: 1px solid #711A1A;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight:bold;
	background-color: #FFF;
}

.proviso01 {
	text-align: left;
	font-size: 10px;
	color: #999;
	margin-top: 10px;
	text-indent:-15px;
	margin-right: 10px;
	margin-left: 20px;	
}
.proviso02 {
	text-align: left;
	font-size: 10px;
	color: #999;
	margin-top: 0px;
	text-indent:-15px;
	margin-right: 10px;
	margin-left: 20px;	
}


/*申し込みボタン*/

.order_btn {
	font-size:15px;
	font-weight:bold;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	text-decoration:none;
	background-image: linear-gradient(#BDE7FF 0%, #3E9EFF 49%, #0088EC 50%, #4FA7FF 100%);
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
	background-color:#0A51A1;
	color:#ffffff;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 0px;
	width: 90%;
	border: 1px solid #44A5F4;	
	text-shadow:0 0 2px #048AED;	
}

.order_btn_out {
	font-size:15px;
	font-weight:bold;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	text-decoration:none;
	background-image: linear-gradient(#DBDBDB 0%, #9F9F9F 49%, #787878 50%, #A3A3A3 100%);
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
	background-color:#DBDBDB;
	color:#ffffff;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 0px;
	width: 90%;
	border: 1px solid #A3A3A3;	
	text-shadow:0 0 2px #000;	
}

.order_btn:hover {
	text-decoration: none;
	background-image: linear-gradient(#99D9FF 0%, #3E9EFF 49%, #0088EC 50%, #4FA7FF 100%);
	background-color:#093F7B;
}
.order_btn:active {
    position:relative;
    top:1px;
}


/*カゴ*/

.effect {
	margin-top: 10px;
	height: auto;
	width: 100%;
}
.efect img {
	height: auto;
	width: 100%;
}

.efect01 {
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	margin-right: auto;
	height: auto;
}
.efect01 img {
	height: auto;
	width: 100%;
}

.clear_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#item01 {
	margin-top: 0px;
	padding-top: 20px;
	width: 100%;
}
#item01 h1 {
	margin-bottom: 10px;
	margin-left: 4px;
}
#item01 h1 img {
	height: auto;
	width: 60%;
}


#item01 h2 {
	float: left;	
	width: 54%;	
}
#item01 .clear_box h2 img {
	height: auto;
	width: 100%;
}

.item01_right {
	float: left;
	margin-left: 4px;
	width: 45%;
}
#item01 .clear_box .item01_right img {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.expence {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.expense_box01 {
	margin-top: 36px;
	border: 1px solid #E99698;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-left: auto;
	height: auto;
	width: 98%;
	padding-bottom: 0px;
	margin-right: auto;
}
.expense_box01 .left {
	float: none;
	margin-top: 16px;
	margin-left: auto;
	margin-bottom: 2px;
	height: auto;
	width: 100%;
	margin-right: auto;
	text-align: center;
}
.expense_box01 .left img {
	height: auto;
	width: 65%;
}

.expense_box01 .right {
	float: none;
	margin-left: auto;
	margin-top: 6px;
	height: 46px;
	margin-bottom: 15px;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
.expense_box01 .right .bt_posi01 {
	margin-top: 0px;
}


.txt_indent01 {
	text-indent: -15px;
	margin-top: 8px;	
	margin-left: 15px;
}
.caution02 {
	overflow: hidden;
	position: relative;
	zoom:1;
	width: 100%;
	height: auto;
}
.caution02 ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #DE5858;
	margin-top: 8px;
	float: none;
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.txt_indent01 {
	text-indent: -15px;
	margin-top: 8px;	
	margin-left: 15px;
}
.caution02 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #CC0000;
	float: none;
	margin-right: auto;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	width: 220px;
	margin-top: 14px;
	border: 1px solid #F0B9BC;
	margin-left: auto;
	height: auto;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 12px;
}
.caution02 p a {
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
.caution02 p a:hover {
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
#course {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-top: 4px;
	text-align: left;
}
#course h5 {
	float: none;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-2px;
	text-align:center;
	margin-top:10px;
}
#course h5 img {
	height: auto;
	width: 246px;
	margin-right: auto;
	margin-left: auto;
}
#course .left {
	float: none;
	width:350px;
	margin-top:8px;
	margin-left: auto;	
	margin-right: auto;
}
#course p {
	font-size: 11px;
	color: #FF6F9D;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	width: 100%;
	margin-right: auto;
	padding-left: 10px;
	margin-top: 2px;
}
#course p span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FF6F9D;
	font-size: 10px;
	display: block;
	margin-top: 0px;
	margin-bottom:5px;
	margin-left:20px;
}
.ctn {
	height: auto;
	width: 95%;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 11px;
	color: #000;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
}
.ctn .matter {
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #000;
	margin-bottom: 11px;
	padding-top: 4px;
	padding-bottom:2px;
}
.faucet {
	background-image: url(/lp/img/bg-line.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	height: auto;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.faucet h5 {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #666;
}
.faucet .row {
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-top: 15px;
}
.faucet .row .left {
	float: none;
	height: auto;
	width: 262px;
	margin-right: auto;
	margin-left: auto;
}
.faucet .row .left img {
	height: auto;
	width: 100%;
}
.faucet .row .right {
	float: lnone;
	height: auto;
	width: 262px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.faucet .row .right img {
	height: auto;
	width: 100%;
}



/*スペック折り畳み*/

.business-txttype-01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
	margin-right: auto;
	font-size: 13px;
	margin-left: 2px;
	margin-bottom: 10px;	
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	padding-bottom: 1px;	

}
.spec_box01 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8AD2E4;
	border-bottom-color: #8AD2E4;
}
.spec_box02 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8AD2E4;
	border-bottom-color: #8AD2E4;
}


.hidden_box {
    margin: 0 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	display:block;
	height:auto;
	width:180px;
	text-align:center;
	color:#fff;
	background-color:#16A5C9;
	font-size:12px;
	margin-left:10px;
	margin-right:auto;
	padding-top:8px;
	padding-bottom:8px;
    font-weight: bold;
    border: solid 2px #17A2B8;
    cursor :pointer;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 5px;
	border-radius:5px;	
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #16A5C9;
    border: solid 2px #9CD7E1;	
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*スペック折り畳み ここまで */





/*レンタルエリア*/
#aboutRENTAL {
	background-image: url(../img/RENTAL_bg_sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 10px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#aboutRENTAL h2 {
	height: auto;
	width: 83%;
	margin-right: auto;
	margin-left: auto;
}
#aboutRENTAL h2 img {
	height: auto;
	width: 100%;
}
#aboutRENTAL figure {
	display: block;
	height: auto;
	width: 80%;
	margin-top:8px;
	margin-right: auto;
	margin-left: auto;
}
#aboutRENTAL figure img {
	height: auto;
	width: 100%;
}
#aboutRENTAL .each {
	height: auto;
	width: 72%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.each .region {
	height: auto;
	width: 88%;
	display: block;
}
#aboutRENTAL .each h3 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#aboutRENTAL .each h3 img {
	height: auto;
	width: 100%;
}
#aboutRENTAL .each .new {
	font-size: 12px;
	background-image: url(../img/RENTAL_icon01.png);
	background-size: 52px 25px;
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding-top: 7px;
	padding-left:10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	font-weight: 500;	
}
#aboutRENTAL .each .easy {
	font-size: 12px;
	background-image: url(../img/RENTAL_icon02.png);
	background-size: auto 27px;
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding-top: 7px;
	padding-left:10px;	
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	font-weight: 500;
}
#aboutRENTAL .each .easy br {
	display: none;
}
.easy .air_ver {
	display: none;
}
#aboutRENTAL .each .relief {
	font-size: 12px;
	background-image: url(../img/RENTAL_icon03.png);
	background-size: 46px 28px;
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding-top: 7px;
	padding-left:10px;	
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 120%;
	font-weight: 500;
}
#aboutRENTAL .each .small {
	font-size: 10px;
	color: #999;
	line-height: 100%;
	margin-top: 5px;
}
#aboutRENTAL .each .small br {
	display: none;
}

/*お客様の声*/

#voice {
	margin-top: 100px;
	margin-bottom: 60px;
	height: auto;
	width: auto;
}
#voice h3 {
	background-image: url(../img_rental/effect04.gif);
	background-repeat: repeat-x;
	background-position: 14px;
	padding-left: 0px;
	width: 100%;
	height: auto;
}
#voice h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #FF99CC;
	width: 250px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 10px;
	border-radius:10px;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
}
#voice .box {
	border: 1px solid #FF99CC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 10px;
	border-radius:10px;
	height: auto;
	width: 80%;
	padding: 20px;
}
.voice_personal {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 14px;
}


/*申し込みの流れ*/
.pc {
	display: none;
}
.pc02 {
	display: none;
}
.sp {
	display: block;
}
.sp02 {
	display: block;
}
#FR_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#flow_box {
	height: auto;
	width: 100%;
	margin-top: 45px;
}
#flow_box .title {
	overflow: hidden;
	position: relative;
	zoom:1;
	height: 25px;
	width: 100%;
	margin-top: 20px;
	background-image: url(/lp/img/flow_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#flow_box .title h5 {
	float:left;
	margin-left: 10px;
	height: auto;
	width: 140px;
	margin-top: 7px;
}
#flow_box .title h5 img {
	height: auto;
	width: 100%;
}
#flow_box .title p {
	float:right;
	margin-right:8px;
	margin-left: 0px;
	height: auto;
	width: 156px;
}
#flow_box .title p img {
	height: auto;
	width: 100%;
}
#flow_box div:empty {
	background-color: #F4F7F9;
	border: 1px solid #D1DFE7;
	height: 4px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;	
}
/*ブルー
#flow_box div:empty {
	background-color: #F1F9FE;
	border: 1px solid #C1D9EA;
	height: 4px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;	
}
*/
#flow_box ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#flow_box ul li {
	height: auto;
	width: 75%;
	text-align: center;
	margin-top: 5px;
}
#flow_box ul li .sp {
	height: auto;
	width: 100%;
}
#flow_box ul li .sp02 {
	height: auto;
	width: 28px;
	margin-right: auto;
	margin-left: auto;		
}
#flow_box .tel {
	background-color: #F4F7F9;
	height: auto;
	width: 98%;
	border: 1px solid #F4F7F9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#flow_box .tel h6 {
	font-size: 13px;
	color: #FFF;
	background-color: #F98498;
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
#flow_box .tel p {
	font-size: 15x;
	color: #3A526D;	
	height: auto;
	width: 96%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 100%;	
	text-align: center;
	padding-right:30px;			
}
/*
#flow_box .tel {
	background-color: #F1F9FE;
	height: auto;
	width: 98%;
	border: 1px solid #9DD1F9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#flow_box .tel h6 {
	font-size: 13px;
	color: #FFF;
	background-color: #0E8EF0;
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
#flow_box .tel p {
	font-size: 13px;
	height: auto;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D9EA;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	font-weight: bold;
	text-align: center;	
}
 */
#flow_box .tel p .size01 a {
	font-size: 31px;
	font-weight: bold;
	color: #3A526D;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-decoration-color: #3A526D;
}
#flow_box .tel small {
	text-align: center;
	display: block;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1DFE7;
	padding-right:0px;		
}
#flow_box .tel small br {
	display: none;
}


.size02 {
	display: block;		
	color: #3A526D;		
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 3px;	
	margin-bottom:5px;	
}
.call {
	display: block;	
	color: #4E7892;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom:5px;	
}

.library_prefooter {
	width: 90%;
	margin-right: auto;
	margin-left: auto;	
	text-align: left;
	font-size: 9px;
	color: #999;
	margin-top: 0px;
}	
	
#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	margin-top: 30px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: none;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#footer a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#foot_container {
	overflow: hidden;
	position: relative;
	zoom:1;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;	
	border-right-style: none;
	border-left-style: none;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;	
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;	
	margin-top: 0px;
	height: auto;
}
#footbox01 {
	width: 32%;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;	
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#footbox02 {
	width: 32%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	float: left;
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;	
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;	
	margin-right: 0px;
	margin-left: 0px;
}
#footbox03 {
	width: 32%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	float: left;
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;	
	margin-right: 0px;
	margin-left: 0px;
}
#footbox04 {
	width: 32%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	float: left;
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;	
	margin-right: 0px;
	margin-left: 0px;
}
#foot_container dl dt {
	margin-top: 30px;
	margin-bottom: 16px;
	margin-left: 10px;
}
#foot_container dl dd {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
	margin-left: 20px;
}
#foot_container dl dd a {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#foot_container dl dd a:hover {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	color: #CCC;
}
#copyright {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11px;
	color: #999;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}	
/*回遊バナー*/

#category {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-top: 0px;
}
#category {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-top: 0px;
}
#category h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #EB94A0;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0AEB8;
	width: 100%;
	margin-bottom: 0px;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#category .content {
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color:#F0F0F0;	
	background: -moz-linear-gradient(top, #F0F0F0, #FFF 55%, #F0F0F0);
	background: -webkit-linear-gradient(top, #F0F0F0, #FFF 55%, #F0F0F0);
	background: linear-gradient(to bottom, #F0F0F0, #FFF 55%, #F0F0F0);	
}
#category .content .lead {
	height: 22px;
	width: auto;
	margin-left: 2px;
	margin-bottom:2px;
}
#category .content .lead img {
	height: 100%;
	width: auto;
}
#category .content h4 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size:0;		
}
#category .content h4 img {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#category .content h5 {
	float: none;
	margin-top: 6px;
	height: auto;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-size:0;	
}
#category .content h5 img {
	height: auto;
	width: 100%;
}
#category .content p {
	float: none;
	margin-top: 6px;
	height: auto;
	width: 480px;	
	margin-right: auto;
	margin-left: auto;			
}

#category .content p img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 100%;		
}
#category .content .air {

}
#category .content .premium {

}
#category .content .shower {

}
