@charset "utf-8";
/* CSS Page */
#simple {
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #191919;
	text-align: center;
	}
* {
	margin:0;
	padding:0;
	}
	
/* サービス総合案内 */
#page_guide {
	}

#page_guide01 {
	height: 120px;
	margin: 0 auto 20px auto;
	}

#page_guide02 {
	float:none;
	clear:both;
	margin: 0 0 40px 0;
	}

#page_guide02 a, #page_guide02 a:hover {
	color: #191919;
	text-decoration: none;
	display:block;
	}
	
#page_guide02 h3 {
	float:left;
	clear:left;
	font-size: 1em;
	line-height:1.5em;
	margin: 10px 0 0 0.76em;
	padding: 0;
	}
#page_guide02 div div p {
	line-height: 1.5em;
	margin: 10px 1.2em 1.2em 0.5em;
	font-size: 1.2em;
	}
#page_guide03_b, #page_guide03_r, #page_guide03_s {
/*	float:left; */
	margin-bottom: 10px;
	padding-left: 145px;
	}
#page_guide03_b {
/*	width: 351px; */
	border: 1px solid #DF176D;
	background: url(images/guide_01-bg.gif) left no-repeat;
	}
/* #page_guide03_r {
	width: 190px;
	} */
#page_guide03_s {
/*	width: 249px; */
	border: 1px solid #95AC26;
	background: url(images/guide_03-bg.gif) left no-repeat;
	}

#page_guide04, #page_guide05 {
	float:none;
	clear:both;
	text-align:justify;
	margin-top: 20px;
	height:7.5em;
	}
#page_guide04 div, #page_guide05 div {
	float: left;
	width:186px;
	text-align:justify;
	}

#page_guide04 h3, #page_guide05 h3 {
	background: url(images/pageguide_h3bg.jpg) no-repeat;
	font-size: 1em;
	}
#page_guide04 h3 a, #page_guide05 h3 a {
	background: url(images/pageguide_h3bg.jpg) no-repeat;
	color: #fff;
	padding: 10px 6px;
	display: block;
	width:170px;
	}
#page_guide04 h3 a:hover, #page_guide05 h3 a:hover {
	background: url(images/pageguide_h3bg_f.jpg) no-repeat;
}
#page_guide04 p, #page_guide05 p {
	margin: 5px 5px 0 5px;
	}
	
#page_guide06 {
	float:none;
	clear:both;
	margin-top: 20px;
	height:111px;
	}
#page_guide06 h3 {
	float:none;
	clear:both;
}
#page_guide06 ul {
	margin:0;
	padding:0;
	}
#page_guide06 li {
	padding:0 10px 0 0;
	list-style: none;
	float: left;
	}
.blankmade {
	margin-right: 20px;
	}


/* 価格 */
#price div{
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	border-bottom: 1px solid #ddd;
	}
#price div h3 {
	font-size: 1em;
	margin: 0 0 0.6em 0;
	}
#price div dl {
	display: compact;
	margin-left:12px;
	float:none;
	clear:both;
	}
#price div h3 span {
	font-size: 1.4em;
	color: #99CCCC;
	}
#price div dt {
	float:left;
	width: 152px;
	}
#price div dd {
	}
#price div dt, #price div dd {
	padding: 6px 0 6px 1em;
	display:block;
	background: url(images/price_dlbg.jpg) repeat-y;
	border-bottom: 1px #fff solid;
	}
#price div ul {
	margin: 1em 0 0 2em;
	padding: 0;
	float:none;
	clear:both;
	}
#price div li {
	list-style: none;
	padding: 0.2em 0;
	margin:0;
	}
#price p {
	padding: 0.2em 0;
	}
#price p span {
	margin-left: 1em;
	}

/* 動作環境 */
#necessary h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
	}
#necessary dl {
	display: compact;
	margin-left:12px;
	float:none;
	clear:both;
	}
#necessary dt {
	float:left;
	width: 152px;
	}
#necessary dd {
	}
#necessary dt, #necessary dd {
	padding: 6px 0 6px 1em;
	display:block;
	background: url(images/price_dlbg.jpg) repeat-y;
	border-bottom: 1px #fff solid;
	}

/* セキュリティ */
#security h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
	}

#security p {
	margin: 1em 0;
	line-height: 1.8em;
	}

/* 利用規約 */
#agreement h3{
	font-size: 1em;
	margin: 0 0 1em 0;
	}
#agreement p {
	margin: 1em 0;
	line-height: 1.8em;
	}
	
#agreement_completext {
	width: 530px;
	margin: 0 auto 20px auto;
	padding: 20px 0;
	text-align:left;
	border-bottom: 1px dotted #ddd;
	}
#agreement_completext h1 {
	margin: 2em 0;
	font-size:1em;
	color:#999;
	}
#agreement_completext h2 {
	margin:1em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ddd;
	font-size: 1.4em;
	}
#agreement_completext h3 {
	margin: 1.5em 0 0.5em 1em;
	font-size: 1.2em;
	}
#agreement_completext p {
	margin: 0.5em 0 0.5em 3em;
	line-height: 1.6em;
	}
#agreement_completext p.idt {
	margin: 0.5em 0 0.5em 4.5em;
	text-indent: -1.5em;
	}
#agreement_completext p.kakko {
	margin: 0.5em 0 0.5em 7em;
	text-indent: -1.5em;
	}

/* プライバシー */

#privacypolicy h3{
	font-size: 1.3em;
	margin: 1em 0;
	padding: 0.5em 0;
	border-bottom: 1px dotted #ddd;
	color: #666;
	}
#privacypolicy h4{
	font-size: 1em;
	margin: 0 0 0.6em 1em;
	}
#privacypolicy p {
	margin: 0.6em 0 1.5em 2em;
	text-align: justify;
	line-height: 1.6em;
	}
#privacypolicy p.pricom {
	margin: 0.5em 0 1.5em 1em;
	}

/* 待ち時間タイプ */
#guide_type1 p {
	padding: 0 12px;
	line-height: 1.8em;
	}
#guide_type1 h2 {
	font-size: 1.0em;
	margin: 0 0 1em 0;
	color:#DF176D;
	padding: 48px 0 0 0;
	background:url(images/type1_top.jpg) no-repeat top left;
	}
#guide_type1 h2 small {
	font-size:0.8em;
	font-weight: normal;
	}
#guide_type1 h3 {
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
	padding-left: 5px;
	border-left: 4px solid #DF176D;
	float:none;
	clear:both;
	}
#guide_type1-ngr {
	margin: 0 0 0 40px;
	}
#guide_type1-ngr div {
	display:block;
	height: 126px;
	}
#guide_type1-ngr p img {
	}

.typesales {
	float:none;
	clear:both;
	margin: 1em 0;
	}
.type1bestpoint, .type1points {
	display:block;
	margin:1em 0;
	}
.type1points {
	float:left;
	width:290px;
	}
.type1bestpoint h4 {
	font-size: 2.1em;
	font-weight: bold;
	margin: 8px 0 10px 0;
	padding: 0 6px;
	background: none !important;
	}
.type1points h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 8px 6px;
	background-color: #fff;
	border-bottom: 1px solid;
	}
#guide_type1 h4 {
	color: #DF176D;
	}
#guide_type3 h4 {
	color: #95AC26;
	}
	
.type1bestpoint h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 1.5em 1em;
	padding:0.6em;
	border: 1px solid #999;
    border-radius:8px;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
.type1bestpoint p, .type1points p {
	}
.type1points li {
	margin:0;
	padding: 0.2em 0;
	list-style: circle inside;
	}
#guide_type1 {
	float:none;
	clear:both;
	}
#guide_type1:after {
	display:block;
	content:".";
	visibility:hidden;
	clear:both;
	float:none;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	}
#guide_option1 {
	background: url(images/guide_option_keep.gif) no-repeat left top;
	}
#guide_option2 {
	background: url(images/guide_option_yen.gif) no-repeat left top;
	}
#guide_option3 {
	background: url(images/guide_option_file.gif) no-repeat left top;
	}
#guide_option4 {
	background: url(images/guide_option_car.gif) no-repeat left top;
	}
#guide_option5 {
	background: url(images/guide_option_point.gif) no-repeat left top;
	}
#guide_option6 {
	background: url(images/guide_option_mail.gif) no-repeat left top;
	}
.letsentry {
	float:none;
	clear:both;
	padding: 2em 0 0 0;
	text-align:center;
	}
.letsentry h5 {
	font-size: 1em;
	width: 290px;
	margin: 0 auto 1em auto;
	}
.letsentry h5 a {
	height: 16px;
	background: url(images/guide_type_letsentry.jpg) no-repeat;
	display: block;
	padding: 7px 8px;
	}
.letsentry h5 a:hover {
	text-decoration: none;
	}

/* 予約優先タイプ */
#guide_type2 p {
	padding: 0 12px;
	line-height: 1.8em;
	}
#guide_type2 h2 {
	font-size: 1.0em;
	margin: 0 0 1em 0;
	color:#368DA1;
	padding: 48px 0 0 0;
	background:url(images/type2_top.jpg) no-repeat top left;
	}	
#guide_type2 h3 {
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
	padding-left: 5px;
	border-left: 4px solid #368DA1;
	float:none;
	clear:both;
	}
#guide_type2 {
	float:none;
	clear:both;
	}
#guide_type2:after {
	display:block;
	content:".";
	visibility:hidden;
	clear:both;
	float:none;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	}

/* ショップサイト制作 */
#guide_type3 p {
	padding: 0 12px;
	line-height: 1.8em;
	}
#guide_type3 h2 {
	font-size: 1.0em;
	margin: 0 0 1em 0;
	color:#95AC26;
	padding: 48px 0 0 0;
	background:url(images/type3_top.jpg) no-repeat top left;
	}	
#guide_type3 h3 {
	font-size: 1.4em;
	margin: 2em 0 0.5em 0;
	padding-left: 5px;
	border-left: 4px solid #95AC26;
	float:none;
	clear:both;
	}
.type3forcompany {
	float: none;
	clear: both;
	padding: 12px 0;
	text-align:justify;
	border-top: 1px #95AC26 dotted;
	}
.type3forcompany p {
	display: block;
	}
#guide_type3 {
	float:none;
	clear:both;
	}
#guide_type3:after, #guide_type3 .type1points:after {
	display:block;
	content:".";
	visibility:hidden;
	clear:both;
	float:none;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	}

/* リンク */
#linkslists li {
	padding: 0.5em  1em  0.5em 0;
	line-height: 1.6em;
	}

/* 企業情報 */

#companyinfo h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
	}
#companyinfo dl {
	display: compact;
	margin-left:12px;
	float:none;
	clear:both;
	}
#companyinfo dt {
	float:left;
	width: 152px;
	}
#companyinfo dd {
	}
#companyinfo dt, #companyinfo dd {
	padding: 6px 0 6px 1em;
	display:block;
	background: url(images/price_dlbg.jpg) repeat-y;
	border-bottom: 1px #fff solid;
	}

/* お申し込み */
#applicationsfront {
	}
#applicationsfront h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
	}
#appl_bye {
	margin: 2em 0 1em 0;
	background-color: #F3F8F8;
	padding: 1em;
	}
#appl_bye h4 {
	margin:0 0 0.5em 0;
	font-size: 1em;
	}
#applicationsfront .obk {
	display:block;
	text-align: justify;
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px dotted #ddd;
	}
#applicationsfront a:hover img {
	bottom:-1px;
	position:relative;
	}
.appl_buttons {
	text-align: center;
	margin: 10px auto;
	}

/* サイトマップ */
#pagesitemap {
	width: 400px;
	margin: 0 auto;
}
#pagesitemap ul,
#pagesitemap ul ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#pagesitemap ul li{
	border: 1px solid #ddd;
	margin: 0 0 1em 0;
	padding:0 0 0 1em;
	font-weight:bold;
	line-height: normal;
}
#pagesitemap ul li ul li{
	padding:0;
	margin: 0 24px;
	line-height: normal;
	font-weight: normal;
	border-width: 1px 0 0 0;
	border-style: dotted;
	list-style: none;
}
#pagesitemap li a {
	padding: 6px;
	margin:0;
	display: block;
	widows:100%;
	height:100%;
}
#pagesitemap li a:hover {
	color: #97A5F0;
	text-decoration: none;
	}
#pagesitemap li a span {
	color:#191919;
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 1em;
}
	
/* HELP */
#help_ch {
	padding-bottom:1em;
	border-bottom: 1px dotted;
	}
#help_ch p{
	padding-bottom: 1em;
	}
	
#faq {
	}
#faq h3 {
	font-size: 1.4em;
	margin:0 0 0.5em 0;
	padding-top: 40px;
	font-weight: normal;
	}
#faq h4{
	font-size: 1em;
	margin:0 0 1em 0;
	font-weight: normal;
	}
#faq h3 small{
	font-size: 10px;
	}
#faq_pick {
	margin: 2em 0;
	}
#faq_pick h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #EF6262;
	margin: 1em 0 0 1em;
	}
#faq_pick p {
	margin: 0.5em 0 0.5em 2em;
	}
#faq_pick p a {
	color: #191919;
	}
#faq_qanda h5 {
	font-size:1em;
	margin-top: 2em;
	}
.faq_blk {
	margin:1em 0 1em 1em;
	}
.faq_blk p {
	padding: 1em 1em 1em 7em;
	margin:0;
	text-align: justify;
	line-height: 1.8em;
	}
.faq_q {
	background: url(images/faq_q.gif) no-repeat left top #F5F5F5;
	border:1px solid #F5F5F5;
	}
.faq_a {
	background: url(images/faq_a.gif) no-repeat left top #FFF;
	border:1px solid #F5F5F5;
	}
.faq_bye {
	margin-top: 30px;
	}
.faq_bye img {
	vertical-align: middle;
	}


/* ユーザーボイス */
#uservoive_sidebar {
	float:none;
	clear:both;
	padding: 1px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #eee;
	}
#uservoive_sidebar p {
	border-top: 1px solid #ddd;
	display:block;
	padding-top:10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	}
#uservoive_sidebar p a, #uservoive_sidebar p a:hover {
	color: #191919;
	text-decoration: none;
	}
#uservoive_sidebar ul {
	padding:0;
	margin:0;
	line-height: normal;
	}
#uservoive_sidebar ul li {
	padding:0 10px 0 0;
	list-style: none;
	float: left;
	}
#entry-useivoice p {
	line-height: 1.8em;
	text-align: justify;
	}
#entry-useivoice h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	}
#entry-useivoice h3 {
	margin: 2em 0 1em 0;
	font-size: 1em;
	}
#userinfo {
	margin-left: 1em;
	}
.uv_ochiai #usercomment {
	background: url(images/voice_bg-ochiai.jpg) no-repeat right top;
	}
.uv_ochiai {
	background: url(images/uv_sp_ochiai.jpg) no-repeat right bottom;
	}
.uv_ntokoya #usercomment {
	background: url(images/voice_bg-ntokoya.jpg) no-repeat right top;
	}
.uv_ntokoya {
	background: url(images/uv_sp_ntokoya.jpg) no-repeat right bottom;
	}
.uv_matsuura #usercomment {
	background: url(images/voice_bg-matsuura.jpg) no-repeat right top;
	}
.uv_matsuura {
	background: url(images/uv_sp_matsuura.jpg) no-repeat right bottom;
	}
.uv_apples #usercomment {
	background: url(images/voice_bg-apples.jpg) no-repeat right top;
	}
.uv_apples {
	background: url(images/uv_sp_apples.jpg) no-repeat right bottom;
	}
.uv_ys #usercomment {
	background: url(images/voice_bg-ys.jpg) no-repeat right top;
	}
.uv_ys {
	background: url(images/uv_sp_ys.jpg) no-repeat right bottom;
	}
.uv_ys .illustby {
	font-size: 10px;
	color:#666;
	display:block;
	margin: 1em 0 0 1em;
	}
#usercomment .voice {
	padding: 0;
	margin-left: 1em;
	background: url(images/voice_bg.jpg) no-repeat top left;
	width: 400px;
	}
#usercomment .voice p {
	padding: 1em 2em 0 2em;
	width: 350px;
	color:#3D3A21;
	}
#usercomment .voice_end {
	margin-left: 1em;
	background: url(images/voice_bg-end.jpg) no-repeat bottom left;
	height: 25px;
	}
#shopdata dl {
	float:none;
	clear:both;
	margin: 1em 0 0 1em; 
	}
#shopdata dl dt {
	float:left;
	clear:left;
	width: 8em;
	}
#shopdata dl dt, #shopdata dl dd {
	margin-bottom: 0.5em;
	}
#uservoice_gate {
	background: url(images/uvtop.jpg) no-repeat top center;
	margin-bottom: 20px;
	height: 200px;
	}
#uservoice_gate p {
	padding: 150px 1em 0 0;
	text-align:right;
	color: #fff;
	}
#useivoice_idx {
	float:none;
	clear:both;
	}
#useivoice_idx:after {
	display:block;
	content:".";
	visibility:hidden;
	clear:both;
	float:none;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	}
.uv_idxinfo {
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 1em;
	width: 264px;
	height: 125px;
	float: left;
	background: url(images/uv_idxinfo_bg.jpg);
	}
.uv_idxinfo h3 a, .uv_idxinfo h4 a {
	}
.uv_idxinfo h3 {
	font-size: 1.3em;
	margin: 0.5em 0;
	font-weight: normal;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 0.5em;
	}
.uv_idxinfo h4 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	font-weight: normal;
	}
.uv_idxinfo h4 small {
	font-weight: normal;
	font-size: 0.8em;
	}
.uv_idxinfo h4 img {
	margin-right: 2px;
	}
	
