
@charset "utf-8";

/***********
	reset
***********/

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	background: #fff;
	color: #000000;
	min-height: 100%;

}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

ul {

	list-style: none;

}

/***********
	tag
***********/
h1 {

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	background-color:#4D3932;

	padding:10px 0 10px 20px;
	font-size:1em;
	color:#fff;
}

h2 {
    color:#69403A;
padding: 5px;
width:99%;
	padding-left:5px;
padding-right: 5px;
background: #D9C3AC;
text-align:left;

}

p {

	padding:5px 0;
	line-height:1.2;

}



/***********
	layout
***********/
.content {

	background-color:#DDD1BB;

}

.header {

	background-color:#fff;

}

.content {

	padding:10px;

}

.footer {

	text-align:center;
	padding:3px 0;
	font-size:0.875em;

}

.logo {
	background: url(../img/logo_bk.png) repeat-x;
	padding:0px;
	text-align:center;
	height:83px;
}

.imgflow li{

	padding:5px;
	font-weight:bold;
	color:#C00;
}

.imgflow li img{
	padding-bottom:5px;
}

.fcl_txt {
  text-align:left;
	line-height:16px;
	font-weight:normal;
	color:#000000;
}

.content-body {

	margin-bottom:10px;

	border-left:1px solid #babaea;
	border-right:1px solid #babaea;
	border-bottom:1px solid #babaea;
	padding:10px;
	background-color:#fff;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

/***********
	class
***********/
.align-right {

	text-align:right;

}

.align-center {

	text-align:center;

}

.topdiv {

	width:100%;
	display: -webkit-box;
	display: -moz-box;

}

.topLeft{
	width:30%;
}

.topRight{
	width:70%;
	text-align:left;
}

.maintext{
	padding:10px 0 0 10px;
	color:#666;
	font-size:0.875em;
}

dl.staffHistory {  
	margin: 5px 0 0 0;
	padding: 0;
}  

dl.staffHistory dt{
	float: left;
	width: 9em;
	padding: 5px 0;
	text-indent: 1em;
	line-height: 160%;
	background: #FFF;
    color:#9A3300;
	font-size:0.875em;
}

dl.staffHistory dt.his01 {
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
}  

dl.staffHistory dt.his02 {  
	border-top: 1px #666666 solid;
}  

dl.staffHistory dd {  
	padding: 5px 0 5px 8em;
	line-height: 160%;
	font-size:0.875em;
	background: #fff;
}  

dl.staffHistory dd.his03 {  
	border-bottom: 1px #666666 solid;
	border-top: 1px #666666 solid;
}  

dl.staffHistory dd.his04 {  
	border-top: 1px #666666 solid;
}  

.namae{
	border-bottom: 1px #666666 solid;
}

.maintext2{
	padding:10px 0 0 0;
	color:#666;
	font-size:0.875em;
}

.blogdate {

	padding:10px 0 15px;

}

.ui-btn-active {
  border: 1px solid #54413D;
  background: #CBA580;
}

/*table*/
.table02,.table03 {
	background-color: #CFB294;
	width: 99%;
	margin-top: 10px;
	margin-bottom: 10px;

}
.table02 tr .th_title {
	background-color: #FFF;
	color: #9A3300;
}
.table02 tr th {
	background-color: #DDD1BB;
	padding: 5px;
	text-align: center;
}
.table02 tr td {
	padding: 5px;
	background-color: #FFF;
	text-align: left;
}
.table02 tr .price {
	color: #C00;
}

.table03 tr th {
	background-color: #DDD1BB;
	padding: 20px;
	color: #9A3300;
}

.table03 tr td {
	background-color: #FFF;
	padding: 20px;
	text-align: left;
}

.price_list {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size:10px;
}
.price_list li {
	text-align: left;
	list-style-image: url(../img/list_news.jpg);
	list-style-position: inside;
}


dl#whatsnew {
    padding: 10px 15px 10px 10px;
}
dl#whatsnew dt {

    width: 10%;
}
dl#whatsnew dd {

    width: 90%;
}
.date {
  color: #990000;
}

.current {
  padding-bottom: 10px;
padding-left:8px;
padding-right:8px;
padding-top:9px;
  text-align:center;
font-size: 12px;
}

.current img {
}
.btn_web24 {
	display: block;
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: 20px auto;
	background: #EF9172;
	text-align: center;
	color: #fff!important;
	font-weight: normal!important;
	text-decoration: none!important;
	border-radius: 10px;
}