@charset "utf-8";

/* @override http://localhost/rokkomiso/css/common.css */

body,p,img,h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
	border: 0;
	font-size: 62.5%;
}

body{
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #CC9;
}

p{
	line-height: 140%;
}

a:link{
	color: #039;
}
a:visited{
	color: #25B;
}
a:hover{
	color: #C00;
}
a:active{
	color: #25B;
}

.pager {
  margin: 10px 0;
  color: #663300;
  text-align: center;
}
.pager a,
.pager span {
  line-height: 150%;
  margin: 2px;
  padding: 2px 5px 2px 5px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
}
.pager .noLink {
  color: #CCCCCC;
}
.pager .current {
  color: #CC0000;
}
.nav {
  font-size: 1.4em;
}

#wrap{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header{
	height: 100px;
	text-align: center;
	background: url(../images/common/header_bg.png) left top repeat-x;
}
#header #logoCatch{
	width: 210px;
	float: left;
}
#header #logo{
	width: 274px;
	margin-left:5px;
	float: left;
}
#header #headerRight{
	padding: 10px 0 0 0;
	width: 260px;
	float: right;
}
#header #headerRight ul{
	list-style-type: none;
}
#header #headerRight li{
	float: left;
}
#header #headerRight #headNavi{
	width: 260px;
	height: 22px;
	margin: 0;
	padding: 0 5px 0 0;
}
#header #headerRight #headNavi li{
	padding-right: 5px;
}
#header #headerRight #fSizeChg{
	clear: both;
	width: 250px;
	height: 48px;
	margin: 5px 5px 0 0;
	background: url(../images/common/fsize_bg.png) top left no-repeat;
}
#header #headerRight #fSizeChg ul{
	margin: 0;
	padding: 8px 0 0 125px;
}
#header #headerRight #fSizeChg li{
	padding-right: 2px;
}

#gNavi{
	margin: 0 0 -2px; /* for IE */
}
#gNavi ul{
	margin: 0;
	padding: 0;
	height: 41px;
	list-style-type: none;
}
#gNavi ul li{
	line-height: 0px;
	float: left;
}

#contents .flow{
	margin: -15px 0 20px;
}

#contents .formTable{
	width: 700px;
    margin-bottom: 5px;
	font-size: 1.4em;
	border-collapse: collapse;
}
#contents .formTable tr{

}

#contents .formTable th,
#contents .formTable td{
	padding: 5px;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
}
#contents .formTable td.submit{
	text-align: center;
}
#contents .formTable th{
	text-align: left;
	vertical-align: middle;
	background: #F4F4EE;
	width: 160px;
	font-weight: normal;
}

#contents .formTable input.lineText,
#contents .formTable textarea.textArea{
	width: 500px;
	border: 1px solid #999;
	padding: 2px 3px;
}

#contents .formTable input.lineText_s{
	width: 200px;
	border: 1px solid #999;
	padding: 2px 3px;
}

#contents .formTable input.lineText_m{
	width: 300px;
	border: 1px solid #999;
	padding: 2px 3px;
}

#contents .formTable textarea.textArea{
	width: 500px;
	height: 15em;
}
#contents .formTable textarea.textArea2{
	width: 500px;
	border: 1px solid #999;
	padding: 2px 3px;
	height: 5em;
}
#contents .formTable .info{
	color: #630;
	font-size: 0.9em;
}

#contents .formTable p.subInfo{
	width: 500px;
	font-size: 1em;
}


#contents .formTable.comInfo{
	width: 500px;
	margin: 0 auto;
	margin-top: 100px;
}

#contents .listTable{
	width: 700px;
    margin-bottom: 5px;
	font-size: 1.4em;
	border-collapse: collapse;
}
#contents .listTable th,
#contents .listTable td{
	border: 1px solid #CCC;
}

#contents .listTable th,
#contents .listTable td{
	padding: 3px 5px;
}
#contents .listTable th{
	text-align: center;
	background: #F4F4EE;
}

#contents .listTable td.date{
	width: 100px;
	text-align: center;
}
#contents .listTable td.name{
}
#contents .listTable th.num{
	width: 60px;
}
#contents .listTable td.num{
	width: 40px;
	text-align: center;
}
#contents .listTable td.num input{
	width: 30px;
	text-align: right;
}
#contents .listTable td.addr{
	width: 270px;
}
#contents .listTable td.price{
	width: 100px;
	text-align: right;
}
#contents .listTable td.edit{
	text-align: center;
}
#contents .listTable td.delete{
	text-align: center;
}

.goBack{
	clear: both;
	font-size: 1.4em;
	text-align: center;
	padding: 10px;
}
.goTop{
	clear: both;
	font-size: 1.4em;
	text-align: right;
	padding: 10px;
}
.goTop a{
	padding-left: 15px;
	background: url(../images/common/arrow_top01.png) left center no-repeat;
}
.formBtn{
	text-align: center;
}

.require{
	font-size: 1.2em;
	color: #C00;
}
.note{
	font-size: 1em;
	color: #C00;
}
th .require{
	font-size: 1.2em;
	color: #C00;
}
.error{
	font-size: 1.4em;
	color: #C00;
	background-color: #fcc;
	font-weight: bold;
	border: 2px dashed red;
	padding: 8px;
}

#footer{
	height: 60px;
	padding: 10px;
	clear: both;
	background: #F6ECA8 url(../images/common/footer_bg.png) left top repeat-x;
}

#footer #footerNavi{
	font-size: 1.4em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 20px;
}
#footer #footerNavi li{
	padding: 0 10px 0 0;
	float: left;
}
#footer #footerNavi li a{
	padding-left: 15px;
	background: url(../images/common/arrow_right02.png) left center no-repeat;
}
#footer #footerNavi li.guide a{
	background: url(../images/common/shoshinsha.png) left center no-repeat;
}
#footer address{
	color: #643200;
	font-style: normal;
	font-size: 1.4em;
	padding: 5px 0;
	line-height: 140%;
	width: 680px;
	float: left;
}
#footer #freeDial{
	padding-top: 20px;
	float: right;
}


ul.li {
	font-size: 1.4em;
}


/* ClearFix */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide form IE-mac */

