@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .positionUl {
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	display: none;
	background: url(../img/detail/bg02.png) repeat left top;
	background-size: 5px 5px;
}

#main .positionUl li {
	margin-right: 4.5%;
	width: 40%;
	float: left;
}

#main .positionUl li:last-child {
	margin-right: 0;
	width: 11%;
}

#main .positionUl li img {
	width: 100%;
}

#main .topInner {
	margin-bottom: 15px;
	padding: 15px 10px;
	background: url(../img/detail/bg01.gif) repeat left top;
	background-size: 1.5px 1.5px;
}

#main .topInner .imgBoxR {
	margin-bottom: 10px;
}

#main .topInner .photoBox {
	width: 39%;
	float: right;
}

#main .topInner .photoBox img {
	width: 100%;
}

#main .topInner .textBox {
	margin-top: 15px;
	width: 57%;
	float: left;
}

#main .topInner .textBox .textImg {
	margin-bottom: 10px;
	width: 80%;
}

#main .topInner .textImg img {
	width: 100%;
}

#main .topInner .textBox p {
	padding: 5px 5px 3px;
	color: #C62417;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #CB2518;
	background-color: #fff;
}

#main .topInner .borderBox {
	margin: 0 5px;
	padding: 10px;
	border: 3px solid #F5D66A;
	box-shadow: 1px 1px 1px #D6D6D6;
	background-color: #fff;
}

#main .topInner .borderBox .redTitle {
	color: #D7382B;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#main .topInner .borderBox p {
	font-size: 12px;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 1.8;
}

#main .topInner .borderBox .greenText {
	color: #669933;
	font-weight: bold;
}

#main .topInner .borderBox .blueText {
	color: #3366CC;
	font-weight: bold;
}

#main .detailTable {
	margin: 0 10px 10px;
}

#main .detailTable table {
	width: 100%;
	border-collapse: collapse;
}

#main .detailTable th {
	width: 12%;
}
#main .detailTable td {
	width: 22%;
}



#main .detailTable th,
#main .detailTable td {
	padding: 5px 4px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}

#main .detailTable tr:first-child th {
	padding: 5px 0;
	color: #CB2417;
	background-color: #F7F7F7;
	letter-spacing: -0.5px;
}

#main .detailTable td {
	text-align: right;
}

#main .detailTable td span {
	font-size: 8px;
}

#main .detailTable td .red {
	color: #CB2518;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
}

#main .detailTable td .red span {
	font-size: 8px;
}

#main .detailTable th {
	color: #fff;
	font-size: 9px;
	background-color: #CB2417;
}

#main .redUl {
	margin: 0 10px 5px;
}

#main .redUl li {
	margin-right: 9px;
	letter-spacing: -0.5px;
	display: inline-block;
	color: #CB2417;
	font-size: 9px;
	line-height: 1.6;
}

#main .textUl {
	margin: 0 10px 20px;
}

#main .textUl li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 9px;
	color: #999;
	line-height: 1.6;
}

#main .sliderBox {
	margin-bottom: 15px;
	height: 153px;
	position: relative;
	overflow: hidden;
}

#main .sliderBox .arrow li {
	width: 15%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 10;
	display: table;
}

#main .sliderBox .arrow li img {
	margin-top: -9px;
	position: absolute;
	top: 50%;
}

#main .sliderBox .arrow .prev {
	left: 0;
}

#main .sliderBox .arrow .prev img {
	left: 10px;
}

#main .sliderBox .arrow .next {
	right: 0;
}

#main .sliderBox .arrow .next img {
	right: 10px;
}

#main .sliderBox .foo {
	margin: 0 auto;
}

#main .sliderBox .foo li {
	margin:  0 8px;
	width: 202px;
	float: left;
	overflow: hidden;
	border: 1px solid #999;
}

#main .sliderBox .foo .is-selected {
	border: 1px solid #CB2518;
}

#main .sliderBox .foo li .photo {
	margin: 1px 1px 0;
}

#main .sliderBox .foo li .photo img {
	width: 100%;
}

#main .sliderBox .foopage {
	left: 0;
	position: absolute;
	width: 100%;
	bottom: 1px;
	color: #000;
	font-size: 12px;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

#main .sliderBox .foopage p {
	margin: 0 auto;
	width: 202px;
	background-color: #FCFBF1;
}

#main .sliderBox .foopage img {
	float: right;
}

#main .sliderBox .left, .sliderBox .right {
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 10;
}

#main .sliderBox .left {
    right: -25%;
}

#main .sliderBox .right {
    right: -25%;
}

#main .colorText {
	margin: 0 10px 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
}

#main .colorText span {
	color: #0084C4;
	font-size: 14px;
}

#main .colorText01 {
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}

#main .colorText01 span {
	color: #FF6699;
}

#main .headLine03 {
	margin: 0 10px 15px;
}

#main .map {
	margin: 0 10px 20px;
	height: 234px;
}

#main .detailDl {
	margin: 0 10px 5px;
	font-size: 13px;
	line-height: 1.2;
}

#main .detailDl dt {
	padding: 4px 3px 3px;
	width: 22%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	color: #CB2417;
	font-size: 9px;
	border: 1px solid #CB2518;
	border-radius: 2px;
}

#main .detailDl dd {
	padding: 3px 0 12px 25%;
	letter-spacing: -0.5px;
}

#main .detailDl dd .grey {
	display: block;
	color: #999;
}

#main .detailDl dd a {
	color: #CB2417;
	text-decoration: underline;
}

#main .comColorList {
	margin: -10px 10px 25px;
}

#main .comColorList li {
	margin: 10px 10px 0 0;
	padding: 6px 5px 5px;
}

#main .comColorList .liStyle06 {
	padding: 5px 15px;
}


#main .formBox {
	margin: 0 10px 20px;
}

#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm th {
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FCF4F3;
}

#main .mailForm td {
	padding: 10px 0 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#main .mailForm th span {
	padding: 0 9px;
	display: block;
	float: right;
	color: #fff;
	text-align: center;
	background-color: #CB2417;
	border-radius: 9px;
}

#main .mailForm td input[type="text"] {
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	height: 28px;
	line-height: 2.0;
	border: none;
	background-color: #F2F2F2;
}

#main .mailForm td .tabList01 li {
	width: 45%;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#main .mailForm td .wid01 {
	width: 22% !important;
}

#main .mailForm td .wid03 {
	margin: 0 6px 0 0;
	width: 62% !important;
}

#main .mailForm td span {
	margin: 0 10px 0 5px;
}

#main .mailForm td .tabList01 li .pNote {
	margin: 0;
	display: block;
	width: 100%;
}

#main .mailForm td .tabList01 li .date {
	overflow: hidden;
}

#main .mailForm td .tabList01 li .add-on {
	float: left;
}

#main .mailForm td .date input {
	float: left;
	vertical-align: middle;
}

#main .mailForm td .tabList02 li {
	margin-right: 5px;
	display: inline-block;
}

#main .mailForm td .wid02 {
	width: 60% !important;
}

#main .mailForm td textarea {
	padding: 5px;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	font-size: 12px;
	border: none;
	background-color: #F2F2F2;
}

#main .mailForm td input.off {
	color: #999;
}

#main .mailForm .submit {
	margin: 0 auto;
	width: 50%;
	text-align: center;
	overflow: hidden;
}

#main .mailForm .submit input {
	width: 100%;
	vertical-align: top;
}

#main .mailForm .submit01 {
	width: 90%;
}

#main .mailForm .submit01 li {
	margin-right: 4%;
	float: left;
	width: 48%;
}

#main .mailForm .submit01 li:last-child {
	margin-right: 0;
}

#main .formBox .errorMsg {
	margin-bottom: 20px;
}

#main .formBox .errorMsg li {
	font-size: 14px;
	color: #F00;
}

#main .formBox .text {
	margin-bottom: 10px;
	font-size: 14px;
}

#main .formBox .thanks {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/detail/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}

.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;

}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}

#main .h2Ttl {
	padding: 5px 0;
	font-size: 14px;
	background: #555 url(../img/detail/bg03.jpg) repeat-x left bottom;
	background-size: 2px 45px;	
	border-radius: 2px;
}

#main .h2Ttl span {
	margin: 0 auto;
	padding-left: 30px;
	width: 50%;
	display: block;
	color: #fff;
	text-align: center;
	background: url(../img/detail/icon05.gif) no-repeat left center;
	background-size: 25px 15px;
}

#main .h2Ttl01 {
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background-color: #C72416;
}

#main .photoList {
	margin-bottom: 25px;
	
}

#main .photoList > li {
	border-bottom: 1px dotted #9E9E9E;	
}

#main .photoList > li:last-child {
	margin-bottom: 0;
}

#main .photoList li a {
	padding: 15px 10px 10px;
	display: block;
	overflow: hidden;
}

#main .photoList li .photo {
	width: 20%;
	float: left;
}

#main .photoList li .photo img {
	width: 100%;
}

#main .photoList li .inner {
	width: 76%;
	float: right;
}

#main .photoList li .lBox {
	width: 80%;
	float: left;
}

#main .photoList li .rBox {
	margin-top: 7%;
	width: 15%;
	float: right;
}

#main .photoList li .rBox img {
	width: 100%;
}

#main .photoList li .lBox ul {
	margin-bottom: 5px;
}

#main .photoList li .lBox li {
	padding: 5px 3px 4px;
	margin-right: 2%;
	width: 40%;
	display: inline-block;
	font-size: 9px;
	color: #333;
	text-align: center;
	background-color: #FFCC00;
}

#main .photoList li .lBox li:last-child {
	margin-right: 0;
	color: #fff;
	background-color: #D7382B;
}

#main .photoList li .lBox dt {
	font-weight: bold;
	font-size: 15px;
}

#main .photoList li .lBox dd {
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}

#main .photoList li .lBox dd span {
	padding-left: 8px;
}
