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


/*
 last updated 2013.08.08, cleanup at 14, updated 2013.08.19
 tcr inc.
*/

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

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: 320px;
	color: #515151;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.4;
	background-color: #ddd
}
body{
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}
img {
	max-width: 100%;
	height: auto;
}
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 {
	color:#515151;
	text-decoration:none;
}

/*----------------------------------------------------------------------------
	fonts
----------------------------------------------------------------------------
10px - 55.6%
11px - 61.1%
12px - 66.7%
13px - 72.2%
14px - 77.8%
15px - 83.3%
16px - 88.9%
17px - 94.4%
18px - 100%
19px - 105.6%
20px - 111.1%
21px - 116.6%
22px - 122.2%
23px - 127.8%
24px - 133.3%
25px - 138.9%
26px - 144.4%
28px - 155.6%

10px - 58.8%
11px - 64.7%
12px - 70.6%
13px - 76.5%
14px - 82.4%
15px - 88.2%
16px - 94.1%
17px - 100%
18px - 106%
19px - 111.8%
20px - 117.6%
21px - 123.5%
22px - 129.4%
23px - 135.3%
24px - 141.2%
25px - 147.1%
26px - 153%
28px - 164.7%*/


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;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

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


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



#mainBody {
	color: #464646;
	padding:0 10px;
}
#content.flat #mainBody {
    background-color: #fff;
    padding:0 10px 10px;
}
#mainBody .mainTitleSet {
	margin-bottom: 2em;
	padding-top: 25px;
}


#mainBody .section {
	margin-bottom: 2.5em;
	padding-top: 25px;
}
h1,
h2,
h3,
h4 {
	line-height: 1.3;
}
h1 {
	margin-bottom: 10px;
	font-size: 147.1%;
}
h2 {
	clear: both;
	margin-bottom: 1em;
	padding-left: 7px;
	font-size: 129.4%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #646464;
}
h2 span {
	display: none;
}
h3,
h4 {
	font-size: 117.6%;
}
h4 {
	margin-top: 0.5em;
}
h3 {
	margin-bottom: 1em;
	border-bottom: solid 1px #c8c8c8;
}
h5 {
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: 106%;
	background: #dbdbdb;
}
p {
	font-size: 100%;
}
p.lead {
	font-size: 111.8%;
}


.row {
	clear: both;
	width: 100%;
	margin-top: 1.5em;
	box-sizing:border-box;
}

.col_3,
.col_2,
.col_1,
.col_half {
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
}
.col_1.img p,
.col_2.img p,
.col_half.img p,
.col_1.img h4,
.col_2.img h4,
.col_half.img h4,
.col_1.img h3,
.col_2.img h3,
.col_half.img h3 {
	text-align: left;
	margin-top: 0;
}
.col_1.img h3,
.col_2.img h3,
.col_half.img h3 {
	margin-bottom: 0.5em;
}


.centerRow {
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}

.centerTxt {
	text-align: center;
}
.back2top {
	clear: both;
	width: 100%;
	margin-top: 45px;
	padding-bottom: 9px;
	font-size: 0.8em;
	text-align: center;
	color: #069;
	border-bottom: dashed 1px #d1d1d1;
}
.back2top a:after {
	content: 'ページトップへ戻る';
	color: #069;
	margin-left: -88px;
}
.back2top img {
	vertical-align: bottom;
	margin: 0 0 25px 40px;
	padding: 2px;
	border-style : Solid;
	border-left-color : #59b0db;
	border-top-color : #59b0db;
	border-right-color : #3385AD;
	border-bottom-color : #3385AD;
	border-width : 2px;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	box-shadow: 1px 1px 2px #99C2D6;
	-webkit-box-shadow: 1px 1px 2px #99C2D6;
}
.more {
	margin-top: 1em !important;
	text-align: right !important;
}
.more a {
	display: inline-block;
	padding-left: 14px;
	font-size: 88.2%;
	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: 70.6%;
	margin-top: 0.3em;
}
span.caption {
	display: block;
}
.rightTxt {
	text-align: right !important
}
.leftTxt {
	text-align: left !important
}
.centerTxt {
	text-align: center !important
}

/*----------------------------------------------------------------------------
	LINKS BUTTONS
----------------------------------------------------------------------------*/
@media screen and (max-width: 649px) {

.infobutton{
	width:85%;
	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;
}

.infobutton ul li{
		float:none;
	}

.orinfobutton{
	width:85%;
	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;
}

.orinfobutton ul li{
		float:none;
	}

/*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;
}

/*展示場ボタン*/
.goalbutton{
	width:100%;
	background-color:#ccc;
	text-align:center;
}

.goalbutton ul{
	width:100%;
}

.goalbutton ul li{
	float:none;
	margin-right:0px;
	font-size:90%;
}

.goalbutton ul li .goalbox{
	background-color:#fff;
	padding:10px;
	width:80%;
	overflow:hidden;
	font-weight:bold;
	margin:0 auto;
}

.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;
}












/*----------------------------------------------------------------------------
	TOP PAGE
----------------------------------------------------------------------------*/
/*image slider
jquery.bxslider.cssに記載しています*/
body.top div#visual {
	position: relative;
}


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

/*topics*/
#topBodyArea #LeftArea #topics {
	position: relative;
}
#topBodyArea #LeftArea #topics {
	height: auto;
	border-bottom:none;
}
#topBodyArea #LeftArea #topics h2 {
	font-weight: bold;
	font-size: 90%;
	border-bottom: solid 1px #c8c8c8;
	margin-bottom:0;
}
#topBodyArea #LeftArea #topics p#list {
	position: absolute;
	padding-right: 5px;
	height: 17px;
	top: 0;
	right: 0;
	font-size: 70%;
	background: #fff;
	border-radius: 3px;
}
#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;
	text-align: left;
	position: relative;
	overflow: hidden;
	font-size: 85%;
}
#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-box2{
	width:100%;
	float:none;
	margin-right:0;
	text-align:center;
}


/*banner area*/
#topBodyArea #LeftArea #thumbArea ul{
	width:100%;
	overflow:hidden;
}
#topBodyArea #LeftArea #thumbArea ul li {
	display:block;
	width: 223px;
	height: 55px;
	margin: 20px auto;
	background-repeat: no-repeat;
	background-position: left top;
}
#topBodyArea #LeftArea #thumbArea ul li a {
	position: relative;
	display: block;
	width:100%;
	height:100%;
	color: #fff;
}
#topBodyArea #LeftArea #thumbArea ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height:auto;
}

#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: 70%;
	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 {
	border:none;
	height: 55px;
}







/*----------------------------------------------------
	portrait
----------------------------------------------------*/


@media only screen and (orientation:portrait) {
	.col_2.img,
	.col_1.img,
	.col_half.img {
		width: 95%;
		margin-left:auto;
		margin-right:auto;
		margin-top: 1em;
		padding-bottom: 1em;
		text-align: center;
	}
	.col_1.img.sp_mb10 {
		margin-top: 0;
		padding-bottom: 10px;
	}
	.more {
		padding-bottom: 1em;
	}
	.img>h3 {
		display: block;
		width: 100%;
		height: auto;
		font-size: 117.6%;
	}
	.img>h3+img {
		margin-top: 0.5em;
	}
	.col_com.img {
		width: 95%;
		margin-left: 1em;
		margin-right: 1em;
		margin-top: 1em;
		padding-bottom: 1em;
		text-align: center;
	}
}

/*----------------------------------------------------
	landscape
----------------------------------------------------
@media only screen and (orientation:landscape) {
	.col_2 {
		float: left;
		clear:none;
		width: 65%;
	}
	.col_1 {
		float: left;
		clear:none;
		width: 30%;
	}
	.col_half {
		float: left;
		clear:none;
		width: 47.5%;
	}
	.col_3 div {
		margin-right: 5%;
	}
	.col_3 div:last-child {
		margin-right: 0 !important;
	}
	.row .col_3.flow .col_1 {
		width:47.5% !important;
	}
	.row .col_3.flow .col_1.flow {
		width:100% !important;
		float:none !important;
		clear: both;
	}
	.img>h3 {
		display: table-cell;
		width: 100%;
		height: 5em;
		font-size: 88.2%;
		vertical-align: bottom;
	}
	.img>h3+img {
		margin-top: 0.5em;
	}
	.col_1 h4,
	.col_2 h4 {
		font-size: 106%;
	}
}
*/

/*ユニビジョン修正*/
#topBodyArea #catalog-top-box{
	border:1px solid #ccc;
	width:100%;
	margin:10px auto;
}

#topBodyArea #catalog-top-box a{
	display:block;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-size:90%
}

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

@media only screen and (orientation:portrait) {
	.col_2.img,
	.col_1.img,
	.col_half.img {
		width: auto;
		box-sizing:border-box;
	}
}


@media only screen and (orientation:landscape) {
	.img img {
		display:block;
		margin:1.5em auto;
	}
}

#banners{
	box-sizing:border-box;
}

#banners p{
	text-align:center;
		margin:0 auto;
		display:block;
}

/* midori kyoshikawa 201506011437 */
/*----------------------------------------------------------------------------
	BANNER
----------------------------------------------------------------------------*/

.bannerArea {
	text-align:center;
}

.bannerArea a.banner {
	display:inline-block;
	/*width:465px;*/
	width: 100%;
	/*height:128px;*/
	height: 88px;
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background-color:#FFF;
}

.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");
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	 background-size:100% auto;
	width: 100%;
}

.bannerArea a.banner.bnrTenji {
	background-image:url("../images/tenji.jpg");
	border:1px solid #AAA;
	margin-top: 10px;
	-moz-background-size: contain;
	background-size: contain;
	width: 100%;
	box-sizing:border-box;
	background-position:center center;
}
.bannerArea a.bnrCatalogSmartone {
	background-image:url("../images/catalog_smartone.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogGconsept {
	background-image:url("../images/catalog_g_concept.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogCustom {
	background-image:url("../images/catalog_so_custom.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogIdea {
	background-image:url("../images/catalog_idea.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogPremium {
	background-image:url("../images/catalog_premium.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogTechnical {
	background-image:url("../images/catalog_technical.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogStyle {
	background-image:url("../images/catalog_style.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrCatalogZeh {
	background-image:url("../images/catalog_zeh.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrMidokoro {
	background-image:url("../images/midokoro.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrColors {
	background-image:url("../images/catalog_colors.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrTochi {
	background-image:url("../images/tochi_bnr.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
}
.bannerArea a.bnrYoyaku {
	background-image:url("../images/yoyaku_bnr.jpg");
	/*width:465px;*/
	border:1px solid #AAA;
	-moz-background-size: contain;
	background-size: contain;
	width: 100%;
	box-sizing:border-box;
	background-position:center center;
}
.bannerArea a.bnrTenjiTantai {
	background-image:url("../images/tenji_tantai_banner.png");
	/*width:510px;*/
	height: 103px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width: 100%;
}
.bannerArea a.bnrMachisuma {
	background-image:url("../images/machisuma_bnr.jpg");
	/*width:510px;*/
	height:118px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width: 100%;
}
.bannerArea a.bnr0yenTantai {
	background-image:url("../images/0yen_bnr.jpg");
	/*width:510px;*/
	height: 97px;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width: 100%;
}
.mailform__order_doc .my-other-button{
	display:none;
}
.footerBanner{
	text-align:center;
}