@charset "UTF-8";
/* CSS Document */

/*
 last updated 2013.08.19
 tcr inc.
*/

/*----------------------------------------------------------------------------
	HEADER SET
----------------------------------------------------------------------------*/
#headSet {
	position: relative!important;
	top: 0;
	width: 100%;
	height: auto!important;
	z-index: 49;
}
/*----------------------------------------------------------------------------
	HEADER AREA
----------------------------------------------------------------------------*/
#header_area {
	max-width: 1120px;
	height: 76px;
	background-image: url(/common/images/bg_body2b.png);
	padding: 0 20px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 100%;
	height: 76px;
	margin: 0 auto;
}
#header #logo {
	position: absolute;
	width: 100%;
	height: 36px;
	top: 12px;
	left: 0;
	clear: both;
}
#header #logo h1 {
	float: left;
	width: 217px;
	height: 36px;
}
#header #logo .header-links {
	position: absolute;
	right: 0;
	top: 5px;
	text-align: right;
}
#header #logo .header-links .link-group {
	display: block;
	margin-bottom: 10px;
}
#header #logo .header-links .txt-link {
	display: inline-block;
	margin-left: 15px;
}
#header #logo .header-links .txt-link:hover {
	opacity: .7;
	text-decoration: none;
}
#header #logo .header-links .txt-link:before {
	content: "＞";
	color: #EA5E00;
	margin-right: 3px;
}
#header #catMenu {
	float: right;
	width: 456px;
	right: 0;
	top: 12px;
	height: 36px;
	background-color: #e6e6e6;
	z-index: 4;
}
#header #catMenu dl dt {
	display: block;
	float: left;
	width: 114px;
	height: 33px;
	padding-top: 3px;
}
#header #catMenu dl dt a {
	display: table-cell;
	height: 30px;
	width: 114px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 11px;
	color: #4b4b4b;
	border-right: solid 1px #fff;
}
#header #catMenu dl dt:hover {
	background: #000;
	background: rgba(0,0,0,0.5);
}
#header #catMenu dl dt:hover a {
	color: #fff;
}
#header #catMenu dl dt.last a {
	border-right: none;
}
#header #catMenu dl dd {
	position: absolute;
	display: none;
	width: 925px;
	left: 0;
	top: 87px;
	padding: 5px 20px 5px 15px;
	background: #000;
	background: rgba(0,0,0,0.8);
	z-index: 2;
}
#header #catMenu dl dd {
	min-height: 44px;
}
/*----------------------------------------------------------------------------
	GLOBAL NAVI
----------------------------------------------------------------------------*/
.gnav {
	background-color: #666666;
}
.gnav-menu {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	z-index: 9999;
}
.gnav-menu > li {
	display: inline-block;
	text-align: center;
	font-size: 1.16071vw;
	width: 11.111111%;
}
.gnav-menu > li > a {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	width: 11.111111%;
	height: 50px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	line-height: 1.3;
}

.gnav-menu > li:first-child > a,.gnav-menu > li:last-child > a {
	width: 11.111111%;
}
.gnav-menu > li:first-child > a {
	border-left: 1px solid #fff;
}
.gnav-menu > li > a:hover,.gnav-menu > li > a.active,.gnav-menu > li.active > a {
	background-color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gnav-menu.-tablet > li > a {
	pointer-events:none;
}
.gnav-menu.-tablet > li:first-child > a,.gnav-menu.-tablet > li:nth-child(8) > a {
	pointer-events: auto;
}
@media screen and (min-width: 1120px) {
.gnav-menu > li {
	display: inline-block;
	width: auto;
	font-size: 13px;
}
.gnav-menu > li > a {
	width: 124px;
}
.gnav-menu > li:first-child > a,.gnav-menu > li:last-child > a {
	width: 126px;
}
}
li.gnav-menu-mega .gnav-menu-second {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	font-size: 1.25vw;
}
li.gnav-menu-mega .gnav-menu-second {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 3.57142vw 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 9999;
	
}
li.gnav-menu-mega:hover .gnav-menu-second {
	top: 50px;
	visibility: visible;
	opacity: 1;
	width: 100%;
	margin: 0;
	color: #fff;
}
.gnav-menu-second-box {
	display: table;
	width: 100%;
	max-width: 1120px;
	min-height: 17.41071vw;
	margin: 0 auto;
}
.gnav-menu-second-box .-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1.78571vw;
	box-sizing: border-box;
}
.gnav-menu-second-box .-inner:first-child {
	width: 23.21428vw;
	padding-right: 6.25vw;
	border-right: 1px solid #fff;
}
@media screen and (min-width: 1120px) {
li.gnav-menu-mega .gnav-menu-second {
	font-size: 14px;
}
li.gnav-menu-mega .gnav-menu-second {
	padding: 40px 0;
}
.gnav-menu-second-box {
	min-height: 195px;
}
.gnav-menu-second-box .-inner {
	padding: 0 20px;
}
.gnav-menu-second-box .-inner:first-child {
	width: 260px;
	padding-right: 70px;
	padding-left: 0;
}
}
.gnav-menu-second-box .-inner .-ttl {
	font-size: 1.86428vw;
	margin-bottom: 0.89285vw;
}
.gnav-menu-second-box .-inner .-btn {
	margin-top: 1.78571vw;
}
.gnav-menu-second-box .-inner .-btn a {
	font-size: 1.51785vw;
	border: 1px solid #fff;
	line-height: 2;
	display: block;
	color: #fff;
}
.gnav-menu-second-box .-inner .-btn a:hover {
	background-color: #f15a24;
}
@media screen and (min-width: 1120px) {
.gnav-menu-second-box .-inner .-ttl {
	font-size: 22px;
	margin-bottom: 10px;
}
.gnav-menu-second-box .-inner .-btn {
	margin-top: 20px;
}
.gnav-menu-second-box .-inner .-btn a {
	font-size: 17px;
}
}
.gnav-menu-second-box .-inner .-btn a:hover {
	text-decoration: none;
}
.gnav-menu-second-box .-inner .-nav {
	overflow: hidden;
	margin-bottom: 10px;
}
.gnav-menu-second-box .-inner .-nav:last-child {
	margin-bottom: 0;
}
.gnav-menu-second-box .-inner .-nav li {
	width: 16.5vw;
	margin-right: 1.78571vw;
	float: left;
}
.gnav-menu-second-box .-inner .-nav li:last-child {
	margin-right: 0;
}
.gnav-menu-second-box .-inner a {
	color: #fff;
}
.gnav-menu-second-box .-inner a:hover {
	text-decoration: none;
}
@media screen and (min-width: 1120px) {
.gnav-menu-second-box .-inner .-nav li {
	width: 190px;
	margin-right: 20px;
}
}
.gnav-menu-second-box .-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.gnav-menu-second-box__exhibition .-inner:last-child {
	width: 39.28571vw;
}
.gnav-menu-second-box__exhibition .-pref {
	text-align: left;
}
.gnav-menu-second-box__exhibition .-pref ul {
	font-size: 0;
}
.gnav-menu-second-box__exhibition .-pref li {
	display: inline;
	margin-right: 0.5vw;
	padding-right: 0.5vw;
	border-right: 1px solid #fff;
	font-size: 1.25vw;
}
.gnav-menu-second-box__exhibition .-pref li a:hover {
	text-decoration: underline;
}
.gnav-menu-second-box__exhibition .-pref li:first-child {
	border-left: 1px solid #fff;
	padding-left: 0.5em;
}
.gnav-menu-second-box__exhibition .-pref dt {
	margin-bottom: 3px;
	font-size: 14px;
}
.gnav-menu-second-box__exhibition .-pref dd {
	margin-bottom: 10px;
}
.gnav-menu-second-box__exhibition .-pref dd:last-child {
	margin-bottom: 0;
}
.gnav-menu-second-box__exhibition .exhibition-btn {
	margin-top: 2.67857vw;
}
.gnav-menu-second-box__exhibition .exhibition-btn a {
	display: block;
	background-color: #f7931e;
	line-height: 2.5;
	font-size: 16px;
	line-height: bold;
}
.gnav-menu-second-box__exhibition .exhibition-btn a:hover {
	background-color: #f15a24;
}
@media screen and (min-width: 1120px) {
.gnav-menu-second-box__exhibition .-inner:last-child {
	width: 440px;
}
.gnav-menu-second-box__exhibition .exhibition-btn {
	margin-top: 30px;
}
.gnav-menu-second-box__exhibition .-pref li {
	font-size: 14px;
	margin-right: 0.5em;
	padding-right: 0.5em;
}
}
/*----------------------------------------------------------------------------
	breadcrumb list
----------------------------------------------------------------------------*/
#breadCrumb {
	position: relative!important;
	top: auto!important;
	width: 100%;
	height: 26px;
	padding: 5px 10px;
	font-size: 85%;
	border-top: solid 1px #aeaeae;
	background: #969696;
	overflow: hidden;
	box-sizing: border-box;
}
#breadCrumb ul {
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 0 auto;
	width: 1100px;
}
#breadCrumb ul li {
	display: inline
}
#breadCrumb ul li:before {
	padding: 0 7px;
	content: ">> "
}
#breadCrumb ul li:first-child:before {
	padding: 0;
	content: ""
}
#breadCrumb ul li, #breadCrumb ul li a {
	color: #fff
}
/*----------------------------------------------------------------------------
	FOOTER
----------------------------------------------------------------------------*/
#footer {
	background: #ddd;
}
.groupLinksHeadTitle {
	font-size: 18px;
	margin-bottom: 10px;
}
.groupLinks {
	display: table;
	width: 100%;
}
.groupLinks_col {
	display: table-cell;
	width: 20%;
	border-right: 1px solid #999999;
	padding-left: 10px;
}
.groupLinks_col:first-child {
	padding-left: 0;
}
.groupLinks_col:last-child {
	border-right: none;
}
.groupLinks_col dl {
	margin-bottom: 10px;
}
.groupLinks_col dl:last-child {
	margin-bottom: 0;
}
.groupLinksTitle {
	color: #f15a24;
	font-size: 123.1%;
	margin-bottom: 5px;
}
.groupLinks_col li {
	list-style: none;
	line-height: 1.8;
}
#footer #footerLinks {
	position: relative;
	min-height: 130px;
	margin: 0 auto;
	border: solid 1px #a3a3a3;
	background-image: url(/common/images/bg_footer_menu.png);
	margin-bottom: 35px;
}
.top #footer #footerLinks, .mailform__order_doc #footer #footerLinks, .online_reservation #footer #footerLinks {
	margin-bottom: 0;
}
#footer #footerLinks li {
	display: inline;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#footer #footerLinks li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#footer #footerLinks li a {
	color: #fff;
}
#footer .footerBanner {
	margin-left: 150px;
	margin-top: 20px;
}
#footer .footerBanner img {
	margin-right: 15px;
}
#siteMap #siteMapLinks ul li a img {
	vertical-align: baseline;
	margin-right: 3px;
}
#hnkHD {
	position: absolute;
	bottom: 30px;
	right: 27px;
	font-weight: bold;
	font-size: 95%;
	color: #fff;
	z-index: 2;
}
#hnkHD a {
	color: #fff;
}
#hnkHD a:before {
	content: '▶ '; /*BLACK RIGHT-POINTING TRIANGLE*/
	font-size: 70%;
	vertical-align: middle;
}
#banners {
	margin-left: 100px;
}
#banners p {
	text-align: center;
	margin: 0 auto;
	display: block;
}
#copyright {
	position: absolute;
	bottom: 3px;
	right: 15px;
	font-family: verdana;
	font-size: 77%;
	color: #a4a4a4;
}
/*----------------------------------------------------------------------------
	SITEMAP
----------------------------------------------------------------------------*/
#siteMap {
	position: absolute;
	bottom: 0;
	left: 0;
	top: inherit;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#siteMap a {
	color: #fff;
}
#siteMap #siteMapBtn {
	width: 1120px;
	margin: 0 auto;
}
#siteMap #siteMapBtn p {
}
#siteMap #siteMapBtn p.tab {
	width: 115px;
	padding: 3px 0;
	color: #fff;
	text-align: center;
	background: #333;
	cursor: pointer;
}
#siteMap #siteMapBg {
	width: 100%;
	height: auto;
	background-color: #333;
}
#siteMap #siteMapLinks {
	width: 945px;
	margin: 0 auto;
	padding: 42px 0 40px 15px;
	text-align: left;
	overflow: hidden;
}
#siteMap #siteMapLinks ul li {
	list-style-type: disc;
	margin-left: 8px;
	font-size: 100%;
	color: #757575;
}
#siteMap #siteMapLinks dl {
	display: block;
	float: left;
}
#siteMap #siteMapLinks #link01, #siteMap #siteMapLinks #link02, #siteMap #siteMapLinks #link03, #siteMap #siteMapLinks #link04, #siteMap #siteMapLinks #link05, #siteMap #siteMapLinks #link06, #siteMap #siteMapLinks #link07, #siteMap #siteMapLinks #link08 {
	margin-right: 32px;
}
#siteMap #siteMapLinks #link01 {
	height: 330px;
	width: 190px;
}
#siteMap #siteMapLinks #link02 {
	height: 300px;
	width: 190px;
}
#siteMap #siteMapLinks #link03 {
	height: 180px;
	width: 180px;
}
#siteMap #siteMapLinks #link04 {
	height: 340px;
	width: 240px;
}
#siteMap #siteMapLinks #link05 {
	height: 300px;
	width: 190px;
}
#siteMap #siteMapLinks #link06 {
	width: 190px;
}
#siteMap #siteMapLinks #link07 {
	width: 180px;
}
#siteMap #siteMapLinks #link08 {
	width: 200px;
}
#siteMap #siteMapLinks dt {
	font-weight: bold;
	line-height: 2;
}
#siteMap #siteMapLinks ul {
	font-size: 12px;
}
#siteMap #siteMapLinks #link02 dd {
	margin-bottom: 20px;
}
#siteMap #siteMapLinks dd {
	margin-left: 1em;
}
li.secondSet {
	margin-top: 2em;
}


/*----------------------------------------------------------------------------
	Reset and Base
----------------------------------------------------------------------------*/


html, body {
	height: 100%
}
html {
	overflow-y: scroll
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
body {
	/*min-width: 1200px;*/
	color: #515151;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"MS PGothic","ＭＳ Ｐゴシック",Osaka, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-color: #ddd
}

img {
	border: 0;
	vertical-align: top
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0
}

ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {background-image:url(image);}/*Android*/

/*----------------------------------------------------------------------------
	link
----------------------------------------------------------------------------*/

a:link {
	color:#515151;
	text-decoration:none;
}
a:visited {
	color:#515151;
	text-decoration:none;
}
a:hover {
	color:#515151;
	text-decoration:underline;
}
a:active {
	color:#515151;
	text-decoration:underline;
}
a { outline: none; }



a:hover img {
	opacity:0.7;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=70 )";
}

a.textlink{
	color:#069;
}


/*----------------------------------------------------------------------------
	fonts
----------------------------------------------------------------------------
10px - 77%
11px - 85%
12px - 93% (was 93%)
13px - 100%
14px - 108% (was 107%)
15px - 116% (was 114%)
16px - 123.1% (was 122%)
17px - 131% (was 129%)
18px - 138.5% (was 136%)
19px - 146.5% (was 144%)
20px - 153.9% (was 152%)
21px - 161.6% (was 159%)
22px - 167%
23px - 174%
24px - 182%
25px - 189%
26px - 197%
28px - 215.4%
*/


small {
	font-size: 85%
}



/*----------------------------------------------------------------------------
	margin
----------------------------------------------------------------------------*/
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

.mb50{
	margin-bottom:50px;
}

.catalogrow{
	width:960px;
	margin-top:60px;
	clear:both;
}

/*----------------------------------------------------------------------------
	LAYOUT
----------------------------------------------------------------------------*/
#wholeWrap {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	background-image: url(/common/images/bg_body2b.png);
}
#content {
	padding-top: 0!important;
	padding-bottom: 20px;
	text-align: left;
}
#content.flat {
	padding-top: 136px;
	padding-bottom: 0;
}
#top.top #content {
	padding-bottom: 0;
}





/*----------------------------------------------------------------------------
    MAIN BODY
----------------------------------------------------------------------------*/



#mainBody {
    color: #464646;
}
#content.flat #mainBody {
    background-color: #fff;
	padding-bottom: 50px;
}

#mainBody .mainTitleSet {
    margin-bottom: 2em;
    padding-top: 25px;
	max-width: 1120px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}
#mainBody .section {
    margin-bottom: 2.5em;
    padding-top: 25px;
	margin:0 auto;
	max-width: 1120px;
	padding-left:20px;
	padding-right:20px;
}

#mainBody h1 {
    margin-bottom: 10px;
    font-size: 215.4%;
}
#mainBody h2 {
    clear: both;
    height: 41px;
    padding-left: 7px;
    font-size: 167%;
    line-height: 41px;
    border: solid 1px #c8c8c8;
}
#mainBody h2 span {
    display: inline-block;
    float: left;
    width: 10px;
    height: 41px;
    margin-right: 10px;
    color: #ff9100;
    font-size: 1%;
    line-height: 41px;
    background: #ff9100;
}
h3,
h4 {
    font-size: 138.5%;
}
h4 {
    margin-top: 0.5em;
}
h3 {
    clear: both;
    margin-bottom: 1em;
    border-bottom: solid 1px #c8c8c8;
}
.col_1.img>h3,
.col_2.img>h3 {
    
}

.col_2.img>h3 {
    width: 630px;
}
.img>h3+img {
    margin-top: 1em;
}
h5 {
    margin-bottom: 1em;
    padding: 5px 10px;
    font-size: 123.1%;
    background: #EEE;
}
p {
    font-size: 108%;
}
p.lead {
    font-size: 123.1%;
}

.row {
    clear: both;
	max-width: 1120px;
    margin: 2.5em auto 0;
}
.row img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.row .camera_wrap img{
	width:auto;
	display:inline;
	max-width:100%;
}
.row .h_owner_thumbnails img,
.row img.tantou,
.row img.exhibitionAnswerIcon,
.row img.noResize,
#mailformpro .row img,
.row img.twogene,
#land_information .row img{
	width:auto;
	max-width:100%;
}
.row #update_contents  img {
	width:auto;
	max-width:100%;
}
.row img.sp_only{
	display:none;
}
.col_3 {
    margin: 0;
}
.col_2,
.col_1 {
    float: left;
    margin-right: 3.125%;/*35px*/
}
.col_half {
    float: left;
    margin-right: 3.21428%;/*36px*/
}
.col_half:last-child {
    margin-right: 0;
}
.col_2 {
    width: 65.625%;/*735px*/
}
.col_1 {
    width: 31.25%;/*350px*/
}
.col_1_4 {
    width: 23.66071%;/*265px*/
    float: left;
    margin-right: 1.78571%;/*20px*/
}
.col_half {
    width: 48.39285%;/*542px*/
}
.col_3 div:last-child {
    margin: 0;
}
.col_3coment {
    width: 990px;
    margin: 0 -30px 0 0;
}
.col_3coment div:last-child {
    margin-bottom: 10px;
}
.centerTxt {
    text-align: center;
}
.back2top {
    clear: both;
    max-width: 1120px;
    margin-top: 45px;
    padding-bottom: 9px;
    text-align: right;
    border-bottom: dashed 1px #d1d1d1;
	margin:0 auto;
}
.more {
    margin-top: 1.5em;
    text-align: right;
    font-size: 93%;
}
.more a {
    display: inline-block;
    padding-left: 14px;
    color: #336699;
    line-height: 12px;
    background-image: url(/common/images/ico_arrow_trans.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.caption {
    font-size: 85%;
    margin-top: 0.3em;
}
span.caption {
    display: block;
}
.rightTxt {
    text-align: right;
}
.leftTxt {
    text-align: left;
}
.centerTxt {
    text-align: center;
}
.textlink{
display: inline-block;
padding-left: 14px;
margin-right: 1em;
color: #369;
line-height: 12px;
background-image: url(/common/images/ico_arrow_trans.gif);
background-repeat: no-repeat;
background-position: left center;
}

#mainBody .section.wide_version {
	width:100%;
}
#mainBody .section.wide_version h2 {
	width:960px;
	margin:0 auto;
}
#mainBody .section.wide_version img {
	width:100%;
	height:auto;
}
#mainBody .section.wide_version .row {
	width:100%;
}


/*----------------------------------------------------------------------------
	LINKS BUTTONS
----------------------------------------------------------------------------*/

/*infobutton*/

.infobutton{
	width: 40%;
	margin: 20px auto 20px auto;
}

.infobutton a{
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#88b5d3;
	padding:10px;
	padding-left:30px;
	color:#fff;
	border-bottom:2px solid #ccc;
	display:block;
	text-align:center;
}

.infobutton a.activeon{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

.infobutton a:hover{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

/*soinfobutton*/
.soinfobutton{
	width: 100%;
	margin: 20px auto 20px auto;
}
.soinfobutton a{
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#88b5d3;
	padding:10px;
	padding-left:30px;
	color:#fff;
	border-bottom:2px solid #ccc;
	display:block;
	text-align:center;
	border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}

.soinfobutton a.activeon{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

.soinfobutton a:hover{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}
.orinfobutton{
	width: 40%;
	margin: 20px auto 20px auto;
}

.orinfobutton a{
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#FE9A2E;
	padding:10px;
	padding-left:30px;
	color:#fff;
	border-bottom:2px solid #ccc;
	display:block;
	text-align:center;
}

.orinfobutton a.activeon{
	background-color:#ff6600;
	color:#fff;
	border-bottom:2px solid #666;
}

.orinfobutton a:hover{
	background-color:#ff6600;
	color:#fff;
	border-bottom:2px solid #666;
}

.menu11 .infobutton a.activeon,.menu11 .infobutton a:hover{background-color:#943f68;}
.menu12 .infobutton a.activeon,.menu12 .infobutton a:hover{background-color:#749e2e;}
.menu13 .infobutton a.activeon,.menu13 .infobutton a:hover{background-color:#298999;}
.menu14 .infobutton a.activeon,.menu14 .infobutton a:hover{background-color:#a04f41;}

.twolinks{
	width: 80%;
	padding-left: 10px;
}

.twolinks ul{
	width: 600px;
	margin:0 auto;
	overflow:visible;
}

.twolinks ul li{
	float: left;
	margin-right: 10px;
}

.twolinks ul li a{
	width:250px;
}


.threelinks{
	width: 100%;
}

.threelinks ul{
	margin:0 auto;
	overflow:visible;
}

.threelinks ul li{
	margin-right: 6%;
	width:27.9%;
	display:inline-block;
}
.threelinks ul li:last-child{
	margin-right: 0;
}

.threelinks ul li.pagetitle{
	width:258px;
	font-weight:bold;
	padding-top:6px;
	font-size:140%;
	height:34px;
	text-align:center;
	background-color:#eee;
}


.threelinks ul li a{
	width: 100%;
}


.fourlinks{
	width: 100%;
}

.fourlinks ul{
	margin:0 auto;
	overflow:visible;
}

.fourlinks ul li{
	float: left;
	margin-right: 1.07142%;/*12px*/
	width:24.19642%;/*271px*/
	box-sizing:border-box;
}
.fourlinks ul li:last-child{
	margin-right: 0;
}

.fourlinks ul li.pagetitle{
	width:230px;
	font-weight:bold;
	padding-top:6px;
	font-size:140%;
	height:34px;
	text-align:center;
	background-color:#eee;
}

.fourlinks ul li a{
	
}

.fivelinks{
	width: 100%;
}

.fivelinks ul{
	margin:0 auto;
	overflow:visible;
}

.fivelinks ul li{
	float: left;
	margin-right: 0.89285%;/*10px*/
}

.fivelinks ul li.pagetitle{
	width:19.28571%;/*216px*/
	font-weight:bold;
	padding-top:10px;
	font-size:110%;
	height:34px;
	text-align:center;
	background-color:#eee;
}

.fivelinks ul li{
	width:19.28571%;/*216px*/
}
.fivelinks ul li a{
	width:100%;/*216px*/
	box-sizing:border-box;
}

.fivelinks ul li:last-child {
margin-right: 0;
}

/*reservation*/

.reservation{
	width: 40%;
	margin: 20px auto 20px auto;
}

.reservation a{
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#b94047;
	padding:10px;
	padding-left:30px;
	color:#fff;
	border-bottom:2px solid #ccc;
	display:block;
	text-align:center;
}

.reservation a.activeon{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

.reservation a:hover{
	background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

.menu11 .reservation a.activeon,.menu11 .reservation a:hover{background-color:#943f68;}
.menu12 .reservation a.activeon,.menu12 .reservation a:hover{background-color:#749e2e;}
.menu13 .reservation a.activeon,.menu13 .reservation a:hover{background-color:#298999;}
.menu14 .reservation a.activeon,.menu14 .reservation a:hover{background-color:#a04f41;}


.category {
    background-color: #FFEEC7;
    width: 100%;
	padding:0 20px;
	box-sizing:border-box;
}

.category_blue {
    background-color: #d6eaff;
    width: 100%;
	padding: 10px 10px 10px 10px;
	box-sizing:border-box;
}

.theater {
    background-color: #1b1b1b;
    width: 100%;
}

/*----------------------------------------------------------------------------
	TOP PAGE
----------------------------------------------------------------------------*/

/*image slider  jquery.bxslider.cssに記載しています*/
body.top div#visual {
	position: relative;
	max-width:1600px;
	max-height:688px;
	margin:0 auto;
	overflow:hidden;
}


/*topBody*/
#topBodyArea {
	clear: both;
	color: #fff;
	background-color: #333;
	overflow: hidden;
}
#topBodyArea #LeftArea {
	width: 940px;
	padding: 10px;
	margin:0 auto;
}


/*topics*/
#topBodyArea #LeftArea #topics {
	position: relative;
}
#topBodyArea #LeftArea #topics {
	height: 75px;
}
#topBodyArea #LeftArea #topics h2 {
	font-weight: bold;
	font-size: 108%;
}
#topBodyArea #LeftArea #topics p#list {
	position: absolute;
	padding-right: 5px;
	height: 17px;
	top: 0;
	left: 100px;
	font-size: 90%;
	background: #fff;
	border-radius: 3px;
}

#topBodyArea #LeftArea #topics p#announce {
	position: absolute;
	padding-right: 5px;
	height: 17px;
	top: 0;
	left: 170px;
	font-size: 90%;
}

#topBodyArea #LeftArea #topics p#announce a{
	color:#fff;
	text-decoration:underline;
}

#topBodyArea #LeftArea #topics p#list a {
	display: block;
	padding-left: 13px;
	margin-left: 3px;
	background-image: url(/common/images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#topBodyArea #ticker {
	padding: 10px 20px;
	width: 660px;
	text-align: left;
	position: relative;
	overflow: hidden;
	float:left;
	border-bottom: solid 1px #c8c8c8;
	border-top: solid 1px #c8c8c8;
}
#topBodyArea #ticker ul {
	position: relative;
}
#topBodyArea #ticker ul li {
	width: 100%;
	display: none;
}
#topBodyArea #ticker ul li span {
	display: block;
	color: #ccc;
	font-size: 85%;
}
#topBodyArea #ticker ul li a {
	color: #fff;
}

#topBodyArea #catalog-top-box{
	border:1px solid #ccc;
	width:220px;
	float:right;
	margin-right:5px;
}
#topBodyArea #catalog-top-box2{
	width:220px;
	float:right;
	margin-right:10px;
}

#topBodyArea #catalog-top-box a{
	display:block;
	line-height:55px;
	color:#fff;
	text-align:center;
}

#topBodyArea #catalog-top-box a:hover{
	background-color:#555;
}

/*banner area*/
#topBodyArea #LeftArea #thumbArea{
	clear:both;
}

#topBodyArea #LeftArea #thumbArea ul{
	width:940px;
	overflow:hidden;
}
#topBodyArea #LeftArea #thumbArea ul li {
	float: left;
	margin-top: 10px;
	margin-right: 14px;
	width: 223px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: left top;
}
#topBodyArea #LeftArea #thumbArea ul li a {
	position: relative;
	display: block;
	width: 223px;
	height: 58px;
	color: #fff;
}
#topBodyArea #LeftArea #thumbArea ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#topBodyArea #LeftArea #thumbArea ul li a span {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	padding: 3px 0 2px 0;
	text-align: center;
	font-size: 85%;
	z-index: 3;
	background-color:#000;
}

#topBodyArea #LeftArea #thumbArea ul li#thumb01 a span{
	background-color:#298999;
}

#topBodyArea #LeftArea #thumbArea ul li#thumb02 a span{
	background-color:#1d428d;
}

#topBodyArea #LeftArea #thumbArea ul li#thumb03 a span{
	background-color:#8b1b50;
}

#topBodyArea #LeftArea #thumbArea ul li#thumb05 a span{
	background-color:#8d2e1e;
}

#topBodyArea #LeftArea #thumbArea ul li#thumb06 a span{
	background-color:#749e2e;
}

#topBodyArea #LeftArea #thumbArea ul li.lastCol {
	margin-right: 0;
	border:none;
}

/*----------------------------------------------------------------------------
	展示場ボタン
----------------------------------------------------------------------------*/
.goalbutton{
	clear:both;
	overflow:hidden;
	background-color:#ccc;
	margin:40px auto 0 auto;
	padding:10px;
	width:940px;
}

.goalbutton ul{
	display:block;
	margin:0 auto;
	width:780px;
	overflow:hidden;
}

.goalbutton ul li{
	float:left;
	margin-right:10px;
}

.goalbutton ul li .goalbox{
	background-color:#fff;
	padding:10px;
	width:360px;
	overflow:hidden;
	font-weight:bold;
}

.goalbutton ul li .goalbox img{
	float:left;
	margin-right:10px;
	display:block;
	border:thin solid #eee;
}

.goalbutton ul li .goalbox .goalright{
	float:right;
}

.goalbutton ul li .goalbox .goallink a{
	margin-top:20px;
	text-align:center;
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color:#ddd;
	padding:10px;
	padding-left:30px;
	color:#333;
	border-bottom:2px solid #ccc;
	display:block;
	text-align:center;
	font-weight:normal;
}

.goalbutton ul li .goalbox .goallink a:hover{
		background-color:#5C7C91;
	color:#fff;
	border-bottom:2px solid #666;
}

/*----------------------------------------------------------------------------
	CLEAR
----------------------------------------------------------------------------*/

.row:after,
.clearfix:after {
    display:table;
    content:"";
    height:0;
    clear:both;
}
.row,
.clearfix {
    *zoom: 1;
}


/*----------------------------------------------------------------------------
	PRINT
----------------------------------------------------------------------------*/
@media print {
body {
	overflow: visible !important;
	_zoom: 0.68;
    }
}


/*----------------------------------------------------------------------------
	BANNER
----------------------------------------------------------------------------*/

.bannerArea {
	text-align:center;
}

.bannerArea a.banner {
	display:inline-block;
	width:41.51785%;/*465px*/
	height:128px;
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background-color:#FFF;
	-moz-background-size: contain;
	background-size: contain;
	background-position:center center;
	border:1px solid #AAA;
}

.bannerArea a.banner:first-child {
	margin-right:10px;
}
.bannerArea a.banner:last-child {
	margin-left:10px;
}

.bannerArea a.banner:hover {
	opacity:0.7;
}
.bannerArea a.banner.bnrCatalog {
	background-image:url("../images/catalog_banner.jpg");
}

.bannerArea a.banner.bnrTenji {
	background-image:url("../images/tenji.jpg");
}
.bannerArea a.bnrCatalogSmartone {
	background-image:url("../images/catalog_smartone.jpg");
}
.bannerArea a.bnrCatalogGconsept {
	background-image:url("../images/catalog_g_concept.jpg");
}
.bannerArea a.bnrCatalogCustom {
	background-image:url("../images/catalog_so_custom.jpg");
}
.bannerArea a.bnrCatalogIdea {
	background-image:url("../images/catalog_idea.jpg");
}
.bannerArea a.bnrCatalogPremium {
	background-image:url("../images/catalog_premium.jpg");
}
.bannerArea a.bnrCatalogTechnical {
	background-image:url("../images/catalog_technical.jpg");
}
.bannerArea a.bnrCatalogStyle {
	background-image:url("../images/catalog_style.jpg");
}
.bannerArea a.bnrTenjiTantai {
	background-image:url("../images/tenji_tantai_banner.png");
	width:510px;
	height:165px;
	border:none;
}
.bannerArea a.bnrMachisuma {
	background-image:url("../images/machisuma_bnr.jpg");
	width:510px;
	height:200px;
	border:none;
}
.bannerArea a.bnr0yenTantai {
	background-image:url("../images/0yen_bnr.jpg");
	width:510px;
	height:165px;
	border:none;
}
.bannerArea a.bnrCatalogZeh {
	background-image:url("../images/catalog_zeh.jpg");
}
.bannerArea a.bnrMidokoro {
	background-image:url("../images/midokoro.jpg");
}
.bannerArea a.bnrColors {
	background-image:url("../images/catalog_colors.jpg");
}
.bannerArea a.bnrTochi {
	background-image:url("../images/tochi_bnr.jpg");
}
.bannerArea a.bnrYoyaku {
	background-image:url("../images/yoyaku_bnr.jpg");
}

