/* CSS reset */
* { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance:none;
}


/* 共通 */

body{
	color:#333;
	/*background:url(../images/bg.png) repeat-x left top;  del210301 */
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.clear{
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a{
	color: #03f;
}
a:hover{
	color: #c33;
}
#wrapper,#wrapper2{
	width:820px;
	margin:0 auto;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* header */
#header{
	width:100%;
	margin:0 auto;
	background-color:#fff;
}
#header .logo{
	height:52px;
	position:relative;
}
#header .logo h1{
	width:151px;
	height:29px;
	background:url(../images/han9f_logo.png) no-repeat 0 0;
	background-size:151px 29px;
	-webkit-background-size:151px 29px;
	-moz-background-size:151px 29px;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	left:10px;
}
#header .pagetitle{
	width:100%;
	height:50px;
	/*background:url(../images/pagetitle_bg.png) no-repeat right center; del210301 */
	background-color:#000046; /* change210301 */
}
#header .pagetitle h2{
	font-size:22px;
	line-height:100%;
	color:#fff;
	padding:14px 0 0 10px;
	-webkit-text-shadow: 0 1px 2px #333;
	-moz-text-shadow: 0 1px 2px #333;
	text-shadow: 0 1px 2px #333;
}
#header .status img{
	vertical-align:bottom;
}

/* contents */
span.red{
	color:#f00;
}
span.redb{
	color:#f00;
	font-weight:bold;
}
ul.notice{
	margin:10px;
}
ul.notice li{
	font-size:12px;
	line-height:140%;
	margin-bottom:3px;
	padding-left:16px;
	color:#666;
	background:url(../images/list_marker_notice.png) no-repeat left 2px;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
}
ul.attention{
	margin:10px;
}
ul.attention li{
	font-size:12px;
	line-height:140%;
	margin-bottom:3px;
	padding-left:16px;
	color:#666;
	background:url(../images/list_marker_attention.png) no-repeat left 2px;	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
}
h3{
	margin:0 auto;
	width:98%;
	height:30px;
	background:url(../images/formtitle_bg_01.png) repeat-x right top;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
h3 span{
	margin-left:10px;
	font-size:16px;
	line-height:185%;
	color:#fff;
}

/* input select */
input{
	font-size:14px;
	padding:3px;
	margin-bottom:2px;
}
select{
	margin:0 0 0 0;
	font-size:14px;
	padding:3px;
	margin-bottom:2px;
}
input.w95{
	margin:0 0 0 0;
	width:95%;
}
input.w45,select.w45{
	margin:0 0 0 0;
	width:45%;
}
#ouro input,#fukuro input{
	margin:0 5px;
}
input.radio,input.chk{
	margin:0 5px 0 0;
}
input.s3{
	width:70px;
}
input.s4{
	width:180px;
}
input.age{
	margin:0 5px 0 0;
	width:30px;
}
input.cno{
	margin:0 5px 0 5px;
	width:40px;
}
select.s1,select.s2{
	width:50px;
}
select.s2{
	margin:0 5px 0 0;
}
select.year{
	margin:0 5px 0 0;
}
select.month,select.day{
	margin:0 5px 0 5px;
}
input.mr0,select.mr0{
	margin-right:0;
}
input.ml0,select.ml0{
	margin-left:0;
}
select.ml5{
	margin-left:5px;
}

dl.form,
dl.form dt,
dl.form dd{
	margin: 0;
	padding: 0;
}
dl.form{
	border: 1px solid #ccc;
	border-top: none;
	width: 98%;
	margin:10px auto 10px auto;
	font-size:14px;
}
dl.form dt,
dl.form dd{
	padding: 6px;
}
dl.form dt{
	border-top: 1px solid #ccc;
	float: left;
	width: 25%;
}
dl.form dd{
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 26%;
}
dl.form dt span.hissu{
	font-size:12px;
	line-height:140%;
	color:#f00;
	margin-left:3px;
}
dl.form dd span.hanrei{
	font-size:12px;
	line-height:140%;
	color:#06f;
}
dl.form dd .mt8 input{
	margin-top:8px;
}

/* 処理ボタン */
#form_btn{
	position:relative;
	overflow:hidden;
	margin:50px 0;
}
#form_btn ul{
	position:relative;
	left:50%;
	float:left;
	margin:0;
	padding:0;
}
#form_btn ul li{
	position:relative;
	left:-50%;
	float:left;
	margin:0;
	padding:0;
}
#form_btn a{
	text-decoration:none;
	text-align:center;
}
#form_btn a:link{
	color:#fff;
}
#form_btn a:hover{
	color:#fff;
	background-color:#cc6666;
	border:1px solid #cc6666;
}
.submit_btn{
	margin:0 5px;
	width:200px;
	padding:12px 0;
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	background-color:#0a3a6b;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.reset_btn {
	margin:6px 5px 0 5px;
	width:200px;
	padding:8px 0;
	display:block;
	font-size:16px;
	font-weight:normal;
	color: #fff;
	background-color:#a39999;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.submit_btn2{
	margin:0 5px;
	width:200px;
	padding:12px 0;
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	background-color:#476b90;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.submit_btns{
	margin:0 5px;
	padding:2px 8px 2px;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	background-color:#466c90;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
	text-align:center;
}
a:link.submit_btns{
	color:#fff;
}
a:hover.submit_btns{
	color:#fff;
	background-color:#cc6666;
	border:1px solid #cc6666;
}

/* 追加 */
h3.other,h3.othert,h3.ouro,h3.fukuro{
	margin:0 auto;
	width:98%;
	height:30px;
	background:url(../images/formtitle_bg_02.png) repeat-x right top;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
h3.othert{
	margin:30px auto 0;
}
h3.mt30{
	margin:30px auto 0;
}
h3.other span,h3.ouro span,h3.fukuro span{
	margin-left:10px;
	font-size:16px;
	line-height:185%;
	color:#fff;
}

#ouro dt,#fukuro dt{
	margin:0 auto;
	width:100%;
	height:30px;
	background:url(../images/formtitle_bg_02.png) repeat-x right top;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#ouro dt span,#fukuro dt span{
	margin-left:10px;
	font-size:16px;
	line-height:185%;
	color:#fff;
}
#ouro table,#fukuro table{
	margin:5px 0;
	width:100%;
	border-collapse: collapse;
	font-size:14px;
}
#ouro table th,#fukuro table th{
	padding:6px;
	width:100%;
	border:none;
}
#ouro table td,#fukuro table td{
	width:50%;
	padding:6px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	vertical-align:top;
}
#fukuro dt{
	background:url(../images/formtitle_bg_03.png) repeat-x right top;
}
h3.fukuro{
	background:url(../images/formtitle_bg_03.png) repeat-x right top;
}
h3.other,h3.othert{
	background:url(../images/formtitle_bg_04.png) repeat-x right top;
}
p.txt{
	margin:10px 0 0 15px;
}
.mt15{
	margin-top:15px;
}
.mr5{
	margin-right:5px;
}
.ml15{
	margin-left:15px;
}
.ml5{
	margin-left:5px;
}
.roomimg br,.name br{
	display:none;
}
table.sele{
	background-color:#ffffc6;
}
dl.form dd.sele{
	background-color:#ffffc6;
}
label{
	margin-right:10px;
}
.disabled{
	color:#ccc;
}

/* ステータス */
#status{
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
	-webkit-box-shadow: 0 0px 1px #ccc;
	-moz-box-shadow: 0 0px 1px #ccc;
	box-shadow: 0 0px 1px #ccc;
}
#status ul{
	margin:0;
	padding:0;
	font-size:12px;
}
#status ul li{
	background:url(../images/arrow.gif) no-repeat right center #fff;
	padding:3px 13px 3px 5px;
	margin:0 2px 0 0;
	color:#555;
	float:left;
}
#status ul li.sele{
	background:url(../images/arrow_sele.gif) no-repeat 95% center #8fa5ba;
	background-color:#8fa5ba;
	color:#fff;
	padding:3px 17px 3px 7px;
	margin:0;
}
#status ul li.end{
	background-image:none;
	padding:3px 7px;
}

/* マリンメイト会員 */
#marine{
	margin:10px 10px;
	font-size:0.875em;
	color:#555;
}
#marine ul li.no{
	float:left;
	font-size:16px;
}
#marine ul li.kigen{
	float:right;
	font-size:12px;
	margin-top:2px;
}
#marine ul.tline{
	border-top:1px solid #ccc;
	padding-top:15px;
}
#marine ul li.no span.member{
	display:inline-block;
	width:110px;
	font-size:13px;
	line-height:100%;
	text-align:center;
	border:2px solid #669933;
	background-color:#669933;
	color:#fff;
}

/* 期限切れ */
div.kigen{
	margin:0 10px 10px;
	font-size:12px;
	padding-left:16px;
	color:#f00;
	background:url(../images/list_marker_attention.png) no-repeat left 2px;	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
}
#marine .mb0{
	margin-bottom:0;
}

/* 部屋詳細 */
#room{
	width:98%;
	margin:15px auto 0;
	text-align:center;
}
#room img{
	border:1px solid #ccc;
}
/*#room h3{
	margin-top:20px;
} */

.contents{
	border:1px solid #ccc;
	width:90%;
	margin:10px auto 10px;
	font-size:12px;
	padding:5px;
}
#room div.detail{
	padding:5px 10px 0;
}
#room div.common{
	padding:0 10px 5px;
}
#room div.detail p,#room div.common p{
	text-align:left;
	padding:0;
	margin:0;
}
#room #form_btn{
	margin:20px 0;
}

/* 連番 */
div.number{
	border:1px solid #ccc;
	width:98%;
	margin:10px auto;
	background-color:#63b637;
	padding:0;
}
div.number p{
	float:left;
	margin:5px 0 5px 12px;
	color:#FFF;
	font-weight:bold;
}
div.number dl.form{
	background-color:#FFF;
	border-right:none;
	border-top:none;
	border-bottom:none;
	width: 95%;
	margin: 0;
	padding: 0;
	float:right;
}
div.number dl.form dt,
div.number dl.form dd {
	padding: 6px;
}
div.number dl.form dt {
	width: 21%;
}
div.number dl.form dd {
	margin-left: 22%;
}
div.number dl.form dt.lineno,
div.number dl.form dd.lineno {
	border-top:none;
}

.roomselect_area{
	width:812px;
	margin:0 0 10px 8px;
}
table.roomselect{
	width:260px;
	font-size:14px;
	line-height:140%;
	margin:10px 10px 0 0;
	float:left;
}
table.roomselect td{
	border:1px solid #ccc;
	border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:3px 6px;
	line-height:1.75em;
}
table.roomselect th.roomname{
	padding:0;
	background:url(../images/formtitle_bg_02.png) repeat-x 0 0;
	color:#fff;
	font-size:16px;
	line-height:100%;
	padding:6px;
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.roomselect td.roomimg{
	padding:0;
	text-align:center;
	line-height:100%;
}
table.roomselect td.roomimg div.photo{
	width:258px;
	height:160px;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:258px 160px;
	cursor:pointer;
}
table.roomselect td.roomimg div.cur{
	cursor:default;
}
table.roomselect td.roomimg h4{
	border-bottom:1px solid #ccc;
	padding:0;
	color:#fff;
	font-size:14px;
	line-height:100%;
	padding:6px;
}
table.roomselect td.ouro h4{
	background:url(../images/formtitle_bg_02.png) repeat-x 0 0;
}
table.roomselect td.fukuro h4{
	background:url(../images/formtitle_bg_03.png) repeat-x 0 0;
}
table.roomselect td.roomimg p{
	margin:5px 0;
}
table.roomselect td.btn{
	text-align:center;
	font-size:12px;
	line-height:100%;
	padding:6px 0;
	color:#999;
}
table.roomselect td.btn a:link{
	text-decoration:none;
	background:url(../images/link_arrow.png) no-repeat 0 center;
	padding-left:12px;
	cursor:pointer;
}
table.roomselect td.btn a:hover{
	text-decoration:underline;
}
table.roomselect td input{
	margin-right:5px;
}
div.roomselect_area table.mt0{
	margin-top:0;
}
div.roomselect_area table.roomsele{
	background-color:#ffffc6;
}
table.roomselect td select{
	margin:2px 5px;
}
table.roomselect td.btn_disabled{
	text-align:center;
	font-size:12px;
	line-height:100%;
	padding:6px 0;
	color:#ccc;
}
table.roomselect td.btn_disabled span{
	background:url(../images/link_arrow.png) no-repeat 0 center;
	text-decoration:none;
	cursor:default;
	padding-left:12px;
}

/* ページトップ */
p.pagetop{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* エラー */
.err_area{
	border:5px solid #f00;
	background-color:#fff2f2;
}
.err_area ul.notice li{
	color:#f00;
	font-size:14px;
	line-height:130%;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/list_marker_err.png) no-repeat left 2px;
	background-size:14px 14px;
	-webkit-background-size:14px 14px;
	-moz-background-size:14px 14px;
}
dl.form dt.err{
	color:#f00;
}
dl.form dd.err{
	background-color:#ffcccc;
}
.roomselect_area .err{
	background-color:#ffcccc;
}

/* 削除項目 */
dl.form dd.del{
	color:#00a800;
	text-align:right;
}

/* 空席照会 */
.hanrei1{
	color:#33c;
	font-weight:bold;
}
.hanrei2{
	color:#693;
	font-weight:bold;
}
.hanrei3{
	color:#c33;
	font-weight:bold;
}
.hanrei4{
	color:#666;
	font-weight:bold;
}
#form_btn_kuseki{
	position:relative;
	overflow:hidden;
	margin:0 10px 20px 10px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #ccc;
}
#form_btn_kuseki ul{
	position:relative;
	left:50%;
	float:left;
	margin:0;
	padding:0;
}
#form_btn_kuseki ul li{
	position:relative;
	left:-50%;
	float:left;
	margin:0;
	padding:0;
}
#form_btn_kuseki a{
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	padding:10px;
}
#form_btn_kuseki a:link{
	color:#fff;
}
#form_btn_kuseki a:hover{
	color:#fff;
	background-color:#cc6666;
	border:1px solid #cc6666;
}
.kuseki_navi_btn {
	position:relative;
	overflow:hidden;
	margin:5px auto 15px auto;
	padding:10px 0 0 0;
}
.kuseki_navi_btn ul{
	position:relative;
	left:50%;
	float:left;
	margin:0;
	padding:0;
}
.kuseki_navi_btn ul li{
	position:relative;
	left:-50%;
	float:left;
	margin:0;
	padding:0;
}
.kuseki_navi_btn ul li.date{
	margin:0 20px;
	line-height:180%;
}
.kuseki_navi_btn ul li.date br{
	display:none;
}
.kuseki_navi_btn a {
	text-decoration:none;
	text-align:center;
	margin:0 10px;
	width:80px;
	padding:3px;
	display:block;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color:#999;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.kuseki_navi_btn a:link{
	color:#fff;
	background-color:#999;
}
.kuseki_navi_btn a:hover{
	color:#fff;
	background-color:#cc6666;
	border:1px solid #cc6666;
}
table.kuseki {
	font-size:12px;
	line-height:110%;
	border-collapse: collapse;
}
table.list1 {
	width:800px;
	margin:10px auto;
}
table.list2 {
	width:480px;
	margin-left:10px;
	float:left;
}
table.list3{
	width:320px;
	float:left;
}
table.list4 {
	width:480px;
	margin:10px auto 10px 10px;
}
table.list5{
	width:320px;
	float:left;
}
table.list6{
	width:480px;
	float:left;
}
table.kuseki th,
table.kuseki td{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}
table.kuseki th.w40{
	width:40%;
}
table.kuseki th.w20{
	width:20%;
}
table.kuseki th.w160p{
	width:160px;
}
table.kuseki th.w160p2{
	width:160px;
}
table.kuseki th.w320p{
	width:320px;
}
h3.pcvisible{
	margin-bottom:10px;
}
h3.pchidden{
	display:none;
}
table.kuseki th.list3toukyu{
	display:none;
}
table.kuseki th.dble_r,
table.kuseki td.dble_r{
	border-right:3px double #ccc;
}
table.kuseki th.dble_b,
table.kuseki td.dble_b{
	border-bottom:3px double #ccc;
}
table.kuseki th.red,
table.kuseki td.red{
	background-color:#fff0f5;
}
table.kuseki th.blue,
table.kuseki td.blue{
	background-color:#ebebf9;
}
table.kuseki th.ladys,
table.kuseki td.ladys{
	background-color:#ff0066;
}
table.kuseki th.shipname_red{
	font-weight:bold;
	color:#fff;
	background-color:#b78494;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
table.kuseki th.shipname_blue{
	font-weight:bold;
	color:#fff;
	background-color:#697b9b;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
table.kuseki th.data{
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	width:50px;
}
table.kuseki th.room{
	text-align:right;
	font-weight:bold;
}
table.kuseki th.room span.teiin{
	margin-left:3px;
	color:#666;
}
table.kuseki th.room span.ladys{
	margin-left:3px;
	color:#f66;
}
table.kuseki td.data{
	white-space:nowrap;
	text-align:center;
}
table.kuseki td.room {
	text-align:center;
}

span.hanrei .bold{
	font-weight:bold;
	color:#f00;
}

/* 運賃シュミレーション
#unchinsimulation{
	width:780px;
	margin:0 auto;
 }
#unchinsimulation .unchin{
	width:260px; 
	height:260px;
	margin:20px 0 40px 0;
	float:left; 
	text-align:center;
}
.unchin:last-child {
	margin-right: 0;
}

#unchinsimulation .unchin h4{
	margin:110px 0 5px 0;
	font-size:20px;
	font-weight:bold;
	color:#496d91;
}
#unchinsimulation .unchin p{
	font-size:14px;
	line-height:140%;
	color:#666;
}
#unchinsimulation .unchin a{
	display:block;
	width:120px;
	margin:15px auto 0 auto;
	padding:6px;
	font-size:18px;
	line-height:100%;
	text-decoration:none;
	color: #fff;
	background-color:#0a3a6b;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	border-radius: 6px; 
}
#unchinsimulation .unchin a:hover{
	background-color:#cc6666;
	border:1px solid #cc6666;
}

#unchinsimulation .car{
	background:url(../images/unchin_car.png) no-repeat center 5px;
	background-size:160px 80px;
	-webkit-background-size:160px 80px;
	-moz-background-size:160px 80px;
}
#unchinsimulation .bike{
	background:url(../images/unchin_bike.png) no-repeat center 5px;
	background-size:160px 80px;
	-webkit-background-size:160px 80px;
	-moz-background-size:160px 80px;
	border-right:1px dotted #ccc; 
	border-left:1px dotted #ccc; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#unchinsimulation .hito{
	background:url(../images/unchin_hito.png) no-repeat center 5px;
	background-size:160px 80px;
	-webkit-background-size:160px 80px;
	-moz-background-size:160px 80px;
}
*/

/* 運賃シミュレーション */
#search{
}
.room_pict{
	margin:0 auto 20px 9px;
	width:98%;
}
.room_pict ul{
	margin:0;
	padding:0;
}
.room_pict li{
	float:left;
	font-size:8px;
	text-align:center;
	width:16%;
	margin:0 5px 10px 0;
	background:none;
}
.room_pict li img{
	margin:0;
	border:1px solid #ccc;
	width:100%;
}

div.room1{
	width:49%;
	margin-left:4px;
	float:left;
}
div.room2{
	width:49%;
	margin-right:4px;
	float:right;
}
div.room1 select.s1,div.room2 select.s1{
	margin:0 5px 5px;
}
div.room1 input,div.room2 input{
	margin-right:5px;
}
/* 連番 */
div.division{
	border:1px solid #ccc;
	width:98%;
	margin:10px auto;
	background-color:#63b637;
	padding:0;
}
div.division p{
	float:left;
	margin:5px 0 5px 12px;
	color:#FFF;
	font-weight:bold;
}
div.division dl.form{
	background-color:#FFF;
	border-right:none;
	border-top:none;
	border-bottom:none;
	width: 95%;
	margin: 0;
	padding: 0;
	float:right;
}
div.division dl.form dt,
div.division dl.form dd {
	padding: 6px;
}
div.division dl.form dt {
	width: 21%;
}
div.division dl.form dd {
	margin-left: 22%;
}
div.division dl.form dt.lineno,
div.division dl.form dd.lineno {
	border-top:none;
}
div.room1 .division,div.room2 .division{
	background-color:#fff;
}
div.room1 .division p,div.room2 .division p{
	color:#555;
	font-weight:normal;
}
div.room1 .division dl.form,div.room2 .division dl.form{
	width:89%;
}
div.room1 .division dl.form dt,div.room1 .division dl.form dt.top,div.room2 .division dl.form dt,div.room2 .division dl.form dt.top{
	width:50%;
}
div.room1 .division dl.form dt.top,div.room1 .division dl.form dd.top,div.room2 .division dl.form dt.top,div.room2 .division dl.form dd.top{
	border-top:none;
}
div.room1 .division dl.form dd,div.room1 .division dl.form dd.top,div.room2 .division dl.form dd,div.room2 .division dl.form dd.top{
	margin-left:52%;
}
div.smoney1{
	width:49%;
	margin-left:4px;
	float:left;
}
div.smoney2{
	width:49%;
	margin-right:4px;
	float:right;
}
div.smoney1 table,div.smoney2 table{
	border:1px solid #ccc;
	margin:10px auto 0 auto;
	width:98%;
	font-size:0.75em;
}
div.smoney1 table th{
	text-align:center;
	border:1px solid #ccc;
	background-color:#697b9b;
	color:#fff;
}
div.smoney2 table th{
	text-align:center;
	border:1px solid #ccc;
	background-color:#b78494;	
	color:#fff;
}
div.smoney1 table td,div.smoney2 table td{
	border:1px solid #ccc;
	text-align:right;
	padding:3px;
}
div.smoney1 table td.shubetu,div.smoney2 table td.shubetu{
	text-align:left;
}
div.smoney1 table td.ttext,div.smoney2 table td.ttext{
	text-align:center;
}
div.smoney1 table tr.total{
	background-color:#ebebf9;
	font-weight:bold;
}
div.smoney2 table tr.total{
	background-color:#fff0f5;
	font-weight:bold;
}
div.totalm dl{
	margin-top:30px;
	margin-right:10px;
	width:30%;
	font-weight:bold;
	border:3px double #ccc;
}
div.totalm dt{
	width:37%;
	border-top:none;
	text-align:center;
}
div.totalm dd{
	text-align:right;
	margin-left:42%;
	border-left:3px double #ccc;
	border-top:none;
}

/* footer */
#footer{
	width:98%;
	margin:0 auto;
	height:35px;
	border-top:1px solid #ccc;
}
#footer p.address{
	font-size:12px;
	line-height:100%;
	padding:10px 0 0 0;
	color:#666;
	float:left;
}
#footer p.address span{
	display:inline-block;
}
#footer p.copy{
	font-size:12px;
	line-height:100%;
	padding:10px 0 0 0;
	color:#666;
	float:right;
}

/* 完了 */
.comp{
	border:5px solid #00a300;
	background-color:#d8f9cc;
	margin:0px 10px 20px;
	padding:50px 20px;
	text-align:center;
}
.comp p{
	color:#00a300;
	font-size:16px;
	line-height:130%;
	margin-bottom:5px;
	padding:0px;
	font-weight:bold;
}

/* 満 */
span.full{
	background-color:#f00;
	width:50px;
	color:#fff;
	margin-left:10px;
	padding:1px 5px 0;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	font-size:0.875em;
}

/* 注意事項折り畳み */
.notice_01,
.notice_02,
.notice_03,
.notice_04,
.notice_05,
.notice_06,
.notice_07,
.notice_08{
	display:none;
}
.notice_01_btn,
.notice_02_btn,
.notice_03_btn,
.notice_04_btn,
.notice_05_btn,
.notice_06_btn,
.notice_07_btn,
.notice_08_btn{
		font-size:12px;
		color:#666;
		margin:10px;
}

@media only screen and (min-width: 480px) {
	.notice_01_btn,
	.notice_02_btn,
	.notice_03_btn,
	.notice_04_btn,
	.notice_05_btn,
	.notice_06_btn,
	.notice_07_btn,
	.notice_08_btn{
		display:none;
	}
	.notice_01,
	.notice_02,
	.notice_03,
	.notice_04,
	.notice_05,
	.notice_06,
	.notice_07,
	.notice_08{
		display:block;
	}
}

/* メディアクエリ　タブレット用　ここから */
@media screen and (min-width:481px) and (max-width: 822px) {
	#wrapper,#wrapper2{
		width:100%;
		margin:0 auto;
		background-color:#fff;
		border-left:none;
		border-right:none;
	}
	dl.form dt {
		border-top: 1px solid #ccc;
		float: left;
		width: 30%;
	}
	dl.form dd {
		background: #fff;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin-left: 31%;
	}
	#footer{
		width:98%;
		height:35px;
		margin:0 auto;
		border-top:1px solid #ccc;
		text-align:center;
	}
	#footer p.address{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	#footer p.copy{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	.roomselect_area{
		width:98%;
		margin:0 auto 10px auto;
	}
	table.roomselect{
		width:50%;
		font-size:14px;
		line-height:140%;
		margin:10px 0 0 0;
		float:left;
	}
	table.list1{
		width:98%;
		margin:10px auto;
	}
	table.list2{
		width:98%;
		margin:10px auto;
		float:none;
	}
	table.list3{
		width:98%;
		margin:10px auto;
		float:none;
	}
	table.list4{
		width:68%;
		margin:10px auto 10px 10px;
	}
	table.list5{
		width:68%;
		margin:10px auto 10px 10px;
	}
	table.list6{
		width:68%;
		margin:10px auto 10px 10px;
		float:none;
	}
	h3.pcvisible{
		display:none;
		margin-bottom:10px;
	}
	h3.pchidden{
		display:block;
	}
	table.kuseki th.list3toukyu{
		display:table-cell;
	}
	table.kuseki th.w160p{
		width:30%;
	}
	table.kuseki th.w160p2{
		width:40%;
	}
	table.kuseki th.w320p{
		width:30%;
	}
	table.roomselect td.roomimg div.photo{
		width:100%;
		height:200px;
		overflow:hidden; 
		text-indent:-9999px;
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size:cover;
		cursor:pointer;
	}
	select.s1,select.s2{
		width:60px;
	}
	label{
		padding:5px 10px;
		line-height:2em;
	}
	.roomimg br,.name br{
		display:none;
	}
	table.roomselect td label{
		line-height:1.75em;
	}
	table.roomselect td{
		line-height:1.75em;
		padding-left:10px;
	}
/*	#unchinsimulation{
		width:100%;
	}
	#unchinsimulation .unchin{
		width:33.333%;
	}
	#unchinsimulation .unchin h4{
		margin:90px 0 5px 0;
		font-size:20px;
	}
	#unchinsimulation .unchin p{
		font-size:14px;
	}
	#unchinsimulation .unchin a{
		font-size:18px;
	}
	#unchinsimulation .car,
	#unchinsimulation .bike,
	#unchinsimulation .hito{
		background-size:130px 65px;
		-webkit-background-size:130px 65px;
		-moz-background-size:130px 65px;
	}
*/
	#search dl.form dt{
		border-top:1px solid #ccc;
		width:20%;
	}
	#search dl.form dd{
		background:#fff;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-left:21%;
	}
	.room1 dl.form dt,.room2 dl.form dt{
		border-top:1px solid #ccc;
		float:left;
		width:22%;
	}
	.room1 dl.form dd,.room2 dl.form dd{
		background:#fff;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-left:23%;
	}
	div.totalm dl{
		margin-top:30px;
		margin-right:10px;
		width:35%;
		font-weight:bold;
		border:3px double #ccc;
	}
	div.totalm dt{
		width:40%;
		border-top:none;
		text-align:center;
	}
	div.totalm dd{
		text-align:right;
		margin-left:43%;
		border-left:3px double #ccc;
		border-top:none;
	}
}
/* メディアクエリ　タブレット用　ここまで */

/* メディアクエリ　携帯横用　ここから */
@media screen and (min-width:481px) and (max-width: 767px) {
	#wrapper2{
		width:100%;
		margin:0;
		background-color:#fff;
		border-left:none;
		border-right:none;
		-webkit-text-size-adjust: 100%;
	}
	#wrapper2 dl.form {
		border: none;
		border-top: none;
		border-bottom: 1px solid #ccc;
		width: 98%;
		margin:10px auto 10px auto;
		font-size:14px;
	}
	#wrapper2 #search dl.form {
		font-size:14px;
	}
	#wrapper2 dl.form dt {
		border-top: 1px solid #ccc;
		float: none;
		width: 100%;
		padding:6px 0 0 0;
	}
	#wrapper2 dl.form dd {
		background: #fff;
		border-left: none;
		border-top: none;
		border-bottom: none;
		margin-left: 0;
	}
	#wrapper2 dl.form dt span.hissu{
		font-size:12px;
		line-height:120%;
		color:#f00;
		margin-left:3px;
	}
	#wrapper2 dl.form dd span.hanrei{
		font-size:12px;
		line-height:120%;
		color:#06f;
	}
	#wrapper2 input,#wrapper2 select{
		font-size:16px;
	}
	#wrapper2 #form_btn ul{
		left:8%;
		float:none;
	}
	#wrapper2 #form_btn ul li{
		left:0;
		float:none;
	}
	#wrapper2 .submit_btn{
		margin:5px 0;
		width:85%;
		font-size:18px;
		font-weight:bold;
		color: #fff;
		background-color:#0a3a6b;
		border:1px solid #ccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#wrapper2 .reset_btn{
		margin:5px 0;
		width:85%;
		font-size:16px;
		font-weight:normal;
		color: #fff;
		background-color:#a39999;
		border:1px solid #ccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#wrapper2 #footer{
		width:98%;
		height:35px;
		margin:0 auto;
		border-top:1px solid #ccc;
		text-align:center;
	}
	#wrapper2 #footer p.address{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	#wrapper2 #footer p.copy{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	#wrapper2 #status ul{
		line-height:100%;
	}
	#wrapper2 #form_btn{
		margin:15px 0 20px;
	}
	#wrapper2 select.year{
		margin-bottom:5px;
	}
	/* シミュレーション */
	#wrapper2 .room_pict{
		margin:0 auto 20px 5px;
		width:98%;
	}
	#wrapper2 .room_pict ul{
		margin:0;
		padding:0;
	}
	#wrapper2 .room_pict li{
		float:left;
		font-size:8px;
		text-align:center;
		width:16%;
		margin:0 3px 10px 0;
		background:none;
	}
	#wrapper2 .room_pict li img{
		margin:0;
		border:1px solid #ccc;
		width:100%;
	}
	#wrapper2 div.room1,#wrapper2 div.room2{
		width:98%;
		margin-left:4px;
		float:none;
	}
	#wrapper2 div.smoney1,#wrapper2 div.smoney2{
		width:98%;
		margin-left:4px;
		float:none;
	}
	#wrapper2 div.totalm{
		width:96%;
		margin:0 auto;
	}
	#wrapper2 div.totalm dl{
		margin-right:3px;
		width:50%;
		font-weight:bold;
		border:3px double #ccc;
	}
	#wrapper2 div.totalm dt{
		float:left;
		width:40%;
		border-top:none;
		text-align:center;
	}
	#wrapper2 div.totalm dd{
		text-align:right;
		margin-left:42%;
		border-left:3px double #ccc;
		border-top:none;
	}
	#wrapper2 .room2 h3,#wrapper2 .smoney2 h3{
		margin-top:15px;
	}
	#wrapper2 div.room1 .division,#wrapper2 div.room2 .division{
		border:none;
		width:100%;
		margin:0 auto 0 0;
		float:none;
	}
	#wrapper2 div.room1 .division p,#wrapper2 div.room2 .division p{
		float:none;
		height:12px;
		padding:3px 0 10px 0;
		font-weight:bold;
		margin-left:7px;
	}
	#wrapper2 div.room1 .division dl.form,#wrapper2 div.room2 .division dl.form{
		float:none;
		background-color:#FFF;
		border: none;
		border-bottom:1px solid #ccc;
		width:98%;
		margin:0 auto 0 auto;
		padding:0;
	}
	#wrapper2 div.room1 .division dl.form dt,#wrapper2 div.room2 .division dl.form dt,#wrapper2 div.room1 .division dl.form dt.top,#wrapper2 div.room2 .division dl.form dt.top{
		border-top:1px solid #ccc;
		float:none;
		width:100%;
		padding:6px 0 0 0;
	}
	#wrapper2 div.room1 .division dl.form dd,#wrapper2 div.room2 .division dl.form dd,#wrapper2 div.room1 .division dl.form dd.top,#wrapper2 div.room2 .division dl.form dd.top{
		background: #fff;
		border-left:none;
		border-top:none;
		border-bottom:none;
		margin:0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	#wrapper2 .division p br{
		display:none;
	}
	#wrapper2 select.s1,#wrapper2 select.s2{
		width:60px;
		margin-left:5px;
	}
}

/* メディアクエリ　スマフォ用　ここから */
@media screen and (max-width: 480px) {
	#wrapper,#wrapper2{
		width:100%;
		margin:0;
		background-color:#fff;
		border-left:none;
		border-right:none;
	}
	dl.form{
		border: none;
		border-top: none;
		border-bottom: 1px solid #ccc;
		width: 98%;
		margin:10px auto 10px auto;
		font-size:14px;
	}
	dl.form dt {
		border-top: 1px solid #ccc;
		float: none;
		width: 100%;
		padding:6px 0 0 0;
	}
	dl.form dd {
		background: #fff;
		border-left: none;
		border-top: none;
		border-bottom: none;
		margin-left: 0;
	}
	dl.form dt span.hissu{
		font-size:12px;
		line-height:120%;
		color:#f00;
		margin-left:3px;
	}
	dl.form dd span.hanrei{
		font-size:12px;
		line-height:120%;
		color:#06f;
	}
	input,select{
		font-size:16px;
	}
	input.w95,
	input.w45,
	select.w45{
		margin:0 0;
		width:97%;
	}
	#form_btn ul{
		left:8%;
		float:none;
	}
	#form_btn ul li{
		left:0;
		float:none;
	}
	.submit_btn{
		margin:5px 0;
		width:85%;
		font-size:18px;
		font-weight:bold;
		color: #fff;
		background-color:#0a3a6b;
		border:1px solid #ccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.submit_btn2{
		margin:5px 0;
		width:85%;
		font-size:18px;
		font-weight:bold;
		color: #fff;
		background-color:#476b90;
		border:1px solid #ccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.reset_btn{
		margin:5px 0;
		width:85%;
		font-size:16px;
		font-weight:normal;
		color: #fff;
		background-color:#a39999;
		border:1px solid #ccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#footer{
		width:98%;
		height:35px;
		margin:0 auto;
		border-top:1px solid #ccc;
		text-align:center;
	}
	#footer p.address{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	#footer p.copy{
		font-size:12px;
		line-height:100%;
		padding:10px 0 0 0;
		color:#666;
		float:none;
	}
	#status ul{
		line-height:100%;
	}
	/* 連番 */
	div.number{
		border:none;
	}
	div.number p{
		float:none;
		height:12px;
		padding:3px 0 0 0;
	}
	div.number dl.form {
		background-color:#FFF;
		border: none;
		border-bottom: 1px solid #ccc;
		width: 100%;
		margin:10px auto 0 auto;
	}
	div.number dl.form dt {
		border-top: 1px solid #ccc;
		float: none;
		width: 100%;
		padding:6px 0 0 0;
	}
	div.number dl.form dd {
		background: #fff;
		border-left: none;
		border-top: none;
		border-bottom: none;
		margin-left: 0;
	}
	.roomselect_area{
		width:98%; 
		margin:0 auto 10px auto;
	}
	table.roomselect{
		width:100%;
		font-size:14px;
		line-height:140%;
		margin:10px 0 0 0;
		float:none;
	}
	table.roomselect td{
		width:50%;
	}
	table.roomselect td.ouro{
		background-color:#69598a;
	}
	table.roomselect td.fukuro{
		background-color:#a2722c;
	}
	table.roomselect td.ouro h4{
		background:none;
	}
	table.roomselect td.fukuro h4{
		background:none;
	}
	table.roomselect td.roomimg{
		height:75px;
		vertical-align:middle;
		position:relative;
	}
	table.roomselect td.roomimg div.photo{
		width:28%; 
		height:75px;
		overflow:hidden;
		text-indent:-9999px;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size:cover;
		cursor:pointer;
		float:left;
		padding:0;
		margin:0;
		top:0;
		left:0;
		border-right:1px solid #ccc;
	}
	table.roomselect td.roomimg h4{
		width:70%; 
		color:#fff;
		font-size:16px;
		line-height:100%;
		float:right;
		border-bottom:none;
		padding:0;
		position: relative;
		top: 50%;
		right:0;
		margin-top: -0.75em;
	}
	table.list1 {
		width:98%;
		margin:10px auto;
	}
	table.list2 {
		width:98%;
		margin:10px auto;
		float:none;
	}
	table.list3 {
		width:98%;
		margin:10px auto;
		float:none;
	}
	table.list4 {
		width:98%;
		margin:10px auto;
	}
	table.list5 {
		width:98%;
		margin:10px auto;
	}
	table.list6 {
		width:98%;
		margin:10px auto;
		float:none;
	}
	h3.pcvisible{
		display:none;
		margin-bottom:10px;
	}
	h3.pchidden{
		display:block;
	}
	table.kuseki th.list3toukyu{
		display:table-cell;
	}
	table.kuseki th.w160p{
		width:30%;
	}
	table.kuseki th.w160p2{
		width:40%;
	}
	table.kuseki th.w320p{
		width:30%;
	}
	.kuseki_navi_btn a{
		text-decoration:none;
		text-align:center;
		font-weight:normal;
		width:50px;
		margin:0 0;
		font-size:12px;
		font-weight:normal;
		padding:10px 3px;
	}
	.kuseki_navi_btn ul li.date{
		margin:0 20px;
		line-height:140%;
		text-align:center;
	}
	.kuseki_navi_btn ul li.date br{
		display:block;
	}
	#form_btn_kuseki{
		position:relative;
		overflow:hidden;
		margin:0 10px 0 10px;
		padding:0 0 10px 0;
		border-bottom:1px solid #ccc;
	}
	label{
		padding:3px 6px;
		border:1px solid #ddd;
		line-height:2em;
		background-color:#eee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.roomimg br,.name br{
		display:inherit;
	}
	.name{
		line-height:2.125em;
	}
	select.s1,select.s2{
		width:60px;
		margin-left:5px;
	}
	tr.empty,td.brn br{
		display:none;
	}
/*
	#unchinsimulation{
		width:98%;
		margin:20px auto 0 auto;
	}
	#unchinsimulation .unchin{
		width:100%;
		height:auto;
		margin:0;
		padding:15px 0 20px 0;
	}
	#unchinsimulation .unchin h4{
		margin:75px 0 5px 0;
		font-size:20px;
	}
	#unchinsimulation .unchin p{
		font-size:14px;
	}
	#unchinsimulation .unchin a{
		font-size:16px;
		margin:10px auto 0 auto;
	}
	#unchinsimulation .car,
	#unchinsimulation .bike,
	#unchinsimulation .hito{
		background-size:130px 65px;
		-webkit-background-size:130px 65px;
		-moz-background-size:130px 65px;
		background-position: center 12px;
	}
	#unchinsimulation .bike{
		border:0;
		border-top:1px dotted #ccc; 
		border-bottom:1px dotted #ccc; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#unchinsimulation .bike br{
		display:none;
	}
*/
	#form_btn{
		margin:15px 0 20px;
	}
	.room_pict{
		margin:0 auto 20px 5px;
		width:98%;
	}
	.room_pict ul{
		margin:0;
		padding:0
	}
	.room_pict li{
		float:left;
		font-size:8px;
		text-align:center;
		width:48%;
		margin:0 5px 10px 0;
	}
	.room_pict li img{
		margin:0;
		border:1px solid #ccc;
		width:100%;
	}
	select.year{
		margin-bottom:5px;
	}
	/* シミュレーション */
	div.room1,div.room2{
		width:98%;
		margin:0 auto 0;
		float:none;
	}
	div.smoney1,div.smoney2{
		width:98%;
		margin:0 auto 0;
		float:none;
	}
	div.totalm dl{
		margin-right:6px;
		width:65%;
		font-weight:bold;
		border:3px double #ccc;
	}
	div.totalm dt{
		float:left;
		width:40%;
		border-top:none;
		text-align:center;
	}
	div.totalm dd{
		text-align:right;
		margin-left:42%;
		border-left:3px double #ccc;
		border-top:none;
	}
	.room2 h3,.smoney2 h3{
		margin-top:15px;
	}
	div.room1 .division,div.room2 .division{
		border:none;
		float:none;
		width:98%;
		margin 0 auto;
	}
	div.room1 .division p,div.room2 .division p{
		float:none;
		height:12px;
		padding:3px 0 10px 0;
		font-weight:bold;
		margin-left:0;
	}
	div.room1 .division dl.form,div.room2 .division dl.form{
		background-color:#FFF;
		border: none;
		border-bottom: 1px solid #ccc;
		width:100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	div.room1 .division dl.form dt,	div.room2 .division dl.form dt,div.room1 .division dl.form dt.top,div.room2 .division dl.form dt.top{
		border-top: 1px solid #ccc;
		float: none;
		width: 100%;
		padding:6px 0 0 0;
	}
	div.room1 .division dl.form dd,div.room2 .division dl.form dd,div.room1 .division dl.form dd.top,div.room2 .division dl.form dd.top{
		background: #fff;
		border-left: none;
		border-top: none;
		border-bottom: none;
		margin: 0;
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	.division p br{
		display:none;
	}
}
/* メディアクエリ　スマフォ用　ここまで */


/* Retina対応　ここから */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	#header .logo h1{
		background:url(../images/han9f_logo-retina.png) no-repeat 0 0;
		background-size:151px 29px;
		-webkit-background-size:151px 29px;
		-moz-background-size:151px 29px;
		text-indent:-9999px;
		position:absolute;
	}
	ul.notice li{
		background:url(../images/list_marker_notice-retina.png) no-repeat left 2px;
		background-size:12px 12px;
		-webkit-background-size:12px 12px;
		-moz-background-size:12px 12px;
	}
	ul.attention li{
		background:url(../images/list_marker_attention-retina.png) no-repeat left 2px;
		background-size:12px 12px;
		-webkit-background-size:12px 12px;
		-moz-background-size:12px 12px;
	}
	.err_area ul.notice li{
		background:url(../images/list_marker_err-retina.png) no-repeat left 2px;
		background-size:14px 14px;
		-webkit-background-size:14px 14px;
		-moz-background-size:14px 14px;
	}
}
/* Retina対応　ここまで */
