﻿@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

body {
	font-family: -apple-system, blinkMacSystemFont, Yu Gothic UI, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo UI, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	max-width: none;

}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

#header_base {
	width: 100%;
	background-color: #eee;
}

#header {
}

#header_logo {
}

#header_logo img {
	width: 234px;
	height: auto;
	max-width: none;
}

#header_right {
	display: none;
}

#navbar_base {
	width: 100%;
}

#navbar_left {
	padding: 3px;
}

#navbar_right {
	padding: 3px;
	text-align: right;
}

#navbar_menu_base {
	width: 100%;
	background-color: #ccc;
	border-bottom: 5px solid #666;
}

#navbar_menu {
	margin: 0 auto;
   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      0px;
   column-count:         3;
   column-gap:           0px;
   
}

#navbar_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar_menu li {
	width: 100% !important;
  	border-top: 1px solid #eee;
	border-right: 1px solid #aaa;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	margin: 0;
	text-align: center; 
}

#navbar_menu li a {
	display: block;
	padding: 3px 0;
	background-color: #ccc;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}
#navbar_menu li:hover > a {
	background-color: #666;
	color: #fff;
}
#navbar_menu li:first-child {
	border-left: 1px solid #eee;
}
#navbar_menu li a span {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}

#contents {
	background-color: #fff;
}

#contents_header {
	margin: 0 auto;
	padding: 10px 5px;
}

#contents_header_upper {
	background: #006;
}

#mainpage_title {
	display: inline;
	font-size : 1em;
	font-weight : bold;
	color : #fff;
}

#contents_header_lower {
	text-align: center;
}

#contents_header_ad {
	margin: 0 auto;
}

#main {
}

#main_header,#main_footer {
	padding: 5px;
}

#sub {
	font-size: 0;
}

#submenu_title {
	display:none;
	font-weight : bold;
	border: 4px solid #99f;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0px;
	color : white;
	text-align: center;
	background-color: #006;
}

.submenu_contents_fixed {
	display: none;
}

.submenu_category {
	font-size : 90%;
	line-height : 120%;
	border: 4px solid #cc0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0px;
	margin: 10px 0px;
	background-color : #eec;
	font-weight : bold;
	text-indent: 1em;
}

.submenu_category a {
	text-decoration: none;
}

.submenu_contents {
	font-size : 90%;
	background-color : white;
	line-height: 120%;
	text-align: center
}

.submenu_contents img {
	width : 90%;
	margin : 0 auto;
}
#contents_footer {
	text-align: center;
}

#footer {
	text-align: center;
	padding: 10px;
	background-color: #333;
	color: #fff;
}

#main p {
	text-indent: 1em;
}
#main h2 {
	font-weight : bold;
	border-width : 4px 4px 4px 4px;
	border-style : solid;
	border-color : #99f;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	color : white;
	padding: 5px;
	font-size: medium;
	background-color: #006;
	background: linear-gradient(to right, #006, #99f);
	background: -moz-linear-gradient(left, #006, #99f);
	background: -webkit-gradient(linear, left top, right top, from(#006), to(#99f));
	background: -webkit-linear-gradient(to right, #006, #99f)
}
#main h2 a.link {
	color: yellow;
}
#main h3 {
	border-left: 10px solid #cc0;
	font-weight: bold;
	background-color: #eec;
	font-size: medium;
	padding: 3px 10px;
}
#main ol li {
	list-style-type: decimal;
}

.img_left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}

.imagecell {
	text-align : center;
	padding: 5px 0;
}
.imagecell img {
	max-width: 100%;
}
.imagecell a:hover {
	display: block;
	opacity: .8;
}

.tbl_scroll {
	white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	overflow-x: scroll;

}

.gray_table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
	text-align: center;
}
.gray_table th {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0;
}
.gray_table td {
	padding: 5px;
	border: 1px solid #ccc;
}

.gray_table .left {
	text-align: left;
}

.table_detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

.table_detail tr th {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-right: 0px;
	padding: 5px;
}

.table_detail th a {
	display: block;
	text-decoration: none;
}

.table_detail th a img {
	width: 80px;
	height: auto;
}

.table_detail th a:hover {
	opacity: .8;
}

.table_detail tr td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #ccc;
	border-left: 0px;
	border-collapse: collapse;
}

.box_details {
	padding: 0;
}

.details_img {
	max-width: 80px;
	max-height: auto;
	float: right;
}

.box_details .logo {
	display: block;
	margin: 5px auto;
}

.box_details .logo:hover {
	opacity: .5;
}

#main .product_box_base {
}

#main .product_box {
	display: block;
	margin-bottom: 5px;
	vertical-align: top;
}
#main .product_box .img {
	float: right;
	width: 120px;
	height: auto;
	margin-left: 5px;
}
#main .product_box p {
	margin: 0;
}
.product_box .logo {
	display: block;
	margin-left: 20px;
}

#main .product_box100 {
	display: block;
	margin-bottom: 5px;
	vertical-align: top;
	width: 100%;
}
#main .product_box100 h4 {
	margin: 0;
}
#main .product_box100 .img {
	max-width: 50%;
}
#main .product_box_column {
	column-width: 130px;
	column-gap: 0;
}
.product_box_column .floatbox154 {
	width: auto;
	break-inside: avoid-column;
}
.product_box_column .floatbox154 .img {
	width: 95%;
}
.title02 {
	font-weight : bold;
	text-align: center;
	padding: 5px 0;
	border-width : 4px;
	border-style : solid;
	border-color : #99f;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	border-radius: 4px;
	color : white;
	background-color : #006;
}
.title01 {
	font-weight : bold;
	background-color : #eeeecc;
	padding-left: 1em;
}

.ins_ad {
	width: auto;
	border: solid 2px #cc0;
	border-radius: 8px;
	margin: 10px 0;
	padding: 10px;
	font-size: .9em;
	vertical-align: middle;
}
.ins_ad .img {
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
}
.ins_ad .logo {
	display: inline;
	margin: 5px;
}
.ins_ad .logo:hover {
	opacity: .7
}
.ins_ad p {
	margin-bottom: 0;
}

a {
	font-weight : bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 0 0 0 0;
}

.redbox {
	display: block;
	border-width : 4px;
	border-style : solid;
	border-color : #f60;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	background-color : #fcc;
	padding: 5px;
}


a:hover {
	color: #f00;
}

a#header_sp_link {
	display: none;
}
.new {
	display: inline;
	color: #fff;
	background: #F30;
	border-radius: 8px;
	font-size: 70%;
	font-weight: bold;
	padding: 0 4px;
	margin: 0 2px;
	vertical-align: middle;
}
.datacell {
	background-color : white;
	line-height : 1.5em;
	margin: 0px;
	padding: 5px;
}

.datacell ul {
}

.datacell ul li{
	list-style: disc outside #999;
}

.Adsense {
	text-align : center;
	margin: 5px 0;
}
a.contact,a.contact_bottom {
	display: inline-block;
	text-align: center;
	margin: 2px 5px;
	padding: 3px 5px;
	border: #999 solid 2px;
	border-radius: 5px;
	background-color: #ccc;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a.contact:hover,a.contact_bottom:hover {
	border: #333 solid 2px;
	background-color: #666;
	color: #fff;
}
a.contact_bottom {
	background-color: #666;
	border-color: #999;
	color: #fff;
}
a.contact_bottom:hover {
	background-color: #999;
	border-color: #ccc;
}
.red {
	color: #f00;
	font-weight: bold;
}

.blackbox {
	display: block;
	border-width : 4px;
	border-style : solid;
	border-color : #ff8000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	background-color : black;
	color: #fff;
	padding : 5px;
	text-align: center;
}

.logo {
	max-width: 140px;
	max-height: 30px;
	margin: 2px;
	vertical-align: middle;
}

.floatbox154 {
	width: 49%;
	float: left;
	padding: 15px 0;
	margin: 1px;
	text-align: center;
	border: 1px solid #ccc;
}
.floatbox308 {
	width: 308px;
	float: left;
	margin: 10px auto;
	text-align: center;
}
.floatbox154 .img {
	width: 90%;
	height: auto;
	margin: 5px;
}
.floatbox308 .img {
	width: 240px;
	height: auto;
}
.floatbox154 .logo,.floatbox308 .logo {
	margin: 2px auto;
}
.floatbox154 a:hover .logo,.floatbox308 a:hover .logo {
	opacity: .5;
}
.floatbox308 p {
	margin: 10px;
	text-align: left;
}
.floatbox154 ul {
	list-style: none;
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
}
.floatbox308 ul {
	text-align: left;
}
.clearfix:after{/*for modern browser*/
    clear:both;
    content: '';
    display: block;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
/* IE6用 */
* html .clearfix {
    display: inline-block;
}
/* IE7用 */
*+html .clearfix {
    display: inline-block;
}

#main_footer #footer_ad {
	display: block;
	margin: 20px 0px;
}
#main_footer .footer_ad {
	padding: 5px;
}

.product_image {
	display: block;
	margin: 5px auto;
	max-width: 250px;
	height: auto;
}

.graybox {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0;
}

#rakuten320 {
	margin: 10px 0;
	display: block;
}
#rakuten468,#rakuten728 {
	margin: 10px 0;
	display: none;
}

#container{
	line-height: 120%;
	margin: 0 auto;
}

.page-top {
	margin: 0 ;
	padding: 0 ;
	z-index: 200;
	display: none;
}
 
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top {
	display: block ;
	background: #000 ;
	width: 50px ;
	height: 50px ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	opacity: .5 ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover {
	opacity: 0.85 ;
}

.tan,.yori {
	display: inline;
	border-radius: 4px;
	font-size: .8em;
	alignment-adjust: middle;
	text-align: center;
	text-indent: 0;
}
.tan {
	color: #fff;
	background: #39F;
	border: 2px solid #06F;
}
.yori {
	color: #fff;
	background-color: darkorange;
	border: 2px solid #C63;
}

.table_scroll{
    overflow: auto;
}
.table_scroll table{
    width: 100%;
	margin: 0;
    border-spacing: 0;
}
.table_scroll td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 5px;
	text-align: center;
}
.table_scroll th{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    position: sticky;
    top: 0;
    left: 0;
}
.table_scroll tr:first-child th{
    border-top: 1px solid #999;
}
.table_scroll th:first-child{
    border-left: 1px solid #999;
}
.table_scroll tr:first-child th:first-child{
    z-index: 1;
}
@media screen and (min-width: 768px) {

#navbar_menu li{
	width: 33%;
}

#contents_header {
	padding: 10px;
}
.table_detail th a img {
	width: auto;
	max-width: 160px;
	height: auto;
}

.details_img {
	max-width: 160px;
	float: right;
}
.box_details .logo {
	display: inline-block;
	margin: 5px;
}
.box_details .link {
	list-style: none;
}
.box_details .link li {
	display: inline;
	padding-right: 0.5em;
}
#main .product_box_base {
	margin: 0;
	padding: 0;
}
#main .product_box {
	display: inline-block;
	width: 49.6%;
}
#main .product_box .img {
	width: 160px;
}
#main .product_box100 .img {
	max-width: 160px;
	float: right;
}
#main .product_box_column {
}

.product_image {
	float: right;
	max-width: 160px;
	height: auto;
}
.datacell p .product_image {
}
.ins_ad li {
	display: inline;
	list-style: none;
	padding-right: 0.5em;
}
#rakuten728 {
	display: block;
}
#rakuten320,#rakuten468 {
	display: none;
}
.floatbox154 {
	width: 24%;
	margin: 2px;
}

}

@media screen and (min-width: 992px) {

#container{
	width: 982px;

}
#header_base {
	width: 100%;
	background-color: #eee;
	padding-top: 10px;
}

#header {
	width: 982px;
	margin: 0 auto;
	padding: 0 0 5px;
}
a#header_sp_link {
	display: block;
	width: 728px;
	padding: 10px;
	font-size: 34px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 10px solid #cc0;
	border-color: #cc0;
	border-radius: 30px;
	background-color: #eec;
	text-decoration: none;
	font-weight:normal;
	color: #000;
}

#header_logo {
	float: left;
	width: 234px;
}

#header_right {
	display: block;
	float: right;
	width: 748px;
	text-align: right;
	padding: 0;
}

#navbar {
	width: 982px;
	margin: 0 auto;
}

#navbar_left {
	float: left;
	width: 742px;
}
#navbar_right {
	float: right;
	width: 228px;
}
#navbar_menu_base {
}
#navbar_menu {
	margin: 0 auto;
	width: 982px;
		-webkit-column-count: 9;
		-moz-column-count:    9;
	column-count:		 9;
	columns: 9;
}
#navbar_menu ul{
}

#navbar_menu li{
	border-top: 0px;
	border-bottom: 0px;
}

#navbar_menu li a{
}

#navbar_menu li:hover > a{
}

#navbar_menu li:first-child {
}

#navbar_menu li a span {
}

#contents_base {
	clear: both;
}

#contents {
}

#contents_header_base {
	width: 100%;
}

#contents_header_upper {
}

#contents_header {
	width: 962px;
}

#mainpage_title {
	display: inline;
	font-size : 150%;
	font-weight : bold;
	color : #fff;
	padding : 10px;
}

#contents_header_lower {
}

#contents_header_ad {
	width: 982px;
}

#main{
	float: left;
	width: 748px;
}
#main_header, #main_footer {
	padding: 10px;
	width: 728px;
}

#sub{
	width : 234px;
	float: right;
	font-size: medium;
}

#sub_ad {
	width : 234px;
}

#submenu_title{
	font-weight : bold;
	border: 4px solid #99f;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0px;
	color : white;
	text-align: center;
	background-color: #006;
}

.submenu_contents_fixed {
	display: block;
	width: 234px;
}

.submenu_category {
	font-size : 90%;
	line-height : 120%;
	border: 4px solid #cc0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0px;
	margin: 10px 0px;
	background-color : #eec;
	font-weight : bold;
	text-indent: 1em;
}
.submenu_contents {
	font-size : 90%;
	background-color : white;
	line-height: 120%;
}


#contents_footer {
	clear: both;
}



#footer {
}


.datacell {
	padding: 10px;
}
.datacell ul li .TabbedPanelsTab{
	list-style-type: none;
	list-style: none;
}
.imagecell img {
}

.graybox_ichiran {
	background-color: #ccc;
}
.graybox_ichiran th {
	background-color: #eee;
}
.graybox_ichiran td {
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_detail {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

.table_detail tr th {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-right: 0px;
	padding: 5px;
}

.table_detail th a {
	display: block;
	text-decoration: none;
}

.table_detail th a img {
	width: 160px;
	height: auto;
}

.table_detail th a:hover {
	opacity: .8;
}

.table_detail tr td {
	padding: 10px;
}

.details_img {
	max-width: 160px;
	float: right;
}
.box_details .logo {
	display: inline-block;
	margin: 5px;
}

a .details_img {
	display: inline-block;
}
a .details_img:hover {
	opacity:.7;
}
.details_text {
	width: 540px;
	display: inline-block;
	vertical-align: top;
}

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

#google_RelationContents {
	margin: 10px 0;
}
.ins_ad {
	width: auto;
	border: solid 2px #cc0;
	border-radius: 8px;
	margin: 10px 0;
	padding: 10px;
	font-size: .9em;
	vertical-align: middle;
}
.ins_ad .img {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 10px;
}
.ins_ad .logo {
	display: inline;
	margin: 5px;
}
.ins_ad .logo:hover {
	opacity: .5
}
.ins_ad p {
	margin-bottom: 0;
}
.floorplan {
}

#rakuten320,#rakuten468 {
	display: none;
}
#rakuten728 {
	display: block;
	margin: 10px 0;
}

}
