/* スライダー
================================================== */
.wideslider {
    width: 100%;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.slider_btn {
    position: relative;
    top: 320px;
    left: 60px;
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    z-index: 1000;
}
.slider_btn p {
    background: #fff;
    width: 200px;
    height: 45px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/wideslider_prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/wideslider_next.png) no-repeat left center;}

.pagination {
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 3px;
    width: 80px;
    height: 3px;
    display: inline-block;
    overflow: hidden;
}
.pagination a {background: transparent url(../img/wideslider_btn.png) no-repeat left top;}

.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    background: transparent url(../img/wideslider_btn_act.png) no-repeat left top;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/* 共通
================================================== */
.h3_normal_bg {
	height: 60px;
	background: url(../img/h3_normal_bg.png) center 0 no-repeat;
}
.h3_normal_bg h3.normal {
	margin: 0 auto;
	width: 1000px;
	padding-top: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}
h4.normal {
    color: #ff1400;
    font-size: 20px;
    font-weight: bold;
}
.lead1 {
    font-size: 19px;
}
.separator1 {
    margin-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}

/*置くだけ防火水槽用*/
.h3_bouka-suisou_bg {
	height: 60px;
	background: url(../img/h3_bouka-suisou_bg.png) center 0 no-repeat;
}
.h3_bouka-suisou_bg h3.normal {
	margin: 0 auto;
	width: 1000px;
	padding-top: 20px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}


/*
================================================== */
#tp_copy_bg {
	height: 240px;
	background: #222 url(../img/tp_copy_bg.jpg) center 0 no-repeat;
}
#tp_copy {
    margin-left: 344px;
    width: 656px;
}
#tp_copy h2 {
    padding-top: 40px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1em;
	text-shadow: 1px 1px 0 #000;
}
#tp_copy p {
    margin-top: 10px;
	color: #fff;
}


/* 在庫リスト
================================================== */
#tp_stock {

}
#tp_stock h3 {
    margin-top: 45px;
    color: #ff1400;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#tp_stock table {
    margin-top: 35px;
    width: 100%;
}
#tp_stock table tr th {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    background: #222;
    border: 1px solid #222;
}
#tp_stock table tr th.border_r {
    border-right: 1px solid #fff;
}
#tp_stock table tr td {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f0f0f0;
    border: 1px solid #aaa;
}
#tp_stock table tr td.red {
    color: #ff1400;
}
#tp_stock table tr td.blue {
    color: #008dff;
}
#tp_stock table tr td.num {
    width: 10%;
    padding: 20px 0;
    font-size: 26px;
    text-decoration: underline;
}
#tp_stock table tr td.num a {
    color: #222;
}
#tp_stock table tr td.comment {
    background: #fff;
}
#tp_stock .notice {
    margin-top: 10px;
    font-size: 13px;
	text-align: center;
}
#tp_stock .notice a {
    color: #ff1400;
    font-weight: bold;
    text-decoration: underline;
}

/*置くだけ防火水槽在庫リスト*/
#tp_stock2 h3 {
    margin-top: 55px;
    color: #008dff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#tp_stock2 table {
    margin-top: 35px;
	margin-left: 20%;
    width: 60%;
}
#tp_stock2 table tr th {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    background: #222;
    border: 1px solid #222;
}
#tp_stock2 table tr th.border_r {
    border-right: 1px solid #fff;
}
#tp_stock2 table tr td {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f0f0f0;
    border: 1px solid #aaa;
}
#tp_stock2 table tr td.red {
    color: #ff1400;
}
#tp_stock2 table tr td.blue {
    color: #008dff;
}
#tp_stock2 table tr td.num {
    width: 10%;
    padding: 20px 0;
    font-size: 26px;
    text-decoration: underline;
}
#tp_stock2 table tr td.num a {
    color: #222;
}
#tp_stock2 table tr td.comment {
    background: #fff;
}
#tp_stock2 .notice {
    margin-top: 10px;
    font-size: 13px;
	text-align: center;
}
#tp_stock2 .notice a {
    color: #ff1400;
    font-weight: bold;
    text-decoration: underline;
}


/* ノッチタンク・ウォータータンクとは
================================================== */
#tp_about {
    padding: 30px 0 50px 0;
}
#tp_about p {
    font-size: 14px;
    line-height: 1.5em;
}

.tp_gallery {
	margin-top: 30px;
	padding: 10px;
	background: #000;
}
.tp_gallery .left {
	float: left;
	width: 416px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
.tp_gallery .left .title {
    font-size: 20px;
}
.tp_gallery .left .subtitle {
	color:#FFF;
    font-size: 8px;
}


.tp_gallery .left .text {
    color:#FFF;
}
.tp_gallery .right {
	float: left;
	width: 534px;
}


/* 商品ラインナップ
================================================== */
#tp_lineup {
    padding: 30px 0 50px 0;
}
.tp_lineup_box_title {
    margin-right: 10px;
    padding: 10px;
    float: left;
    width: 170px;
    height: 170px;
    color: #fff;
    background: #222;
}
.tp_lineup_box_title .title1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
}
.tp_lineup_box_title .title2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1em;
}
.tp_lineup_box_title .title3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2em;
}
.tp_lineup_box_notch , .tp_lineup_box_tank {
    float: left;
    width: 395px;
    background: #f0f0f0;
}
.tp_lineup_box_notch.red_bg , .tp_lineup_box_tank.red_bg {
    background: #ffb8b2;
}

.tp_lineup_box_notch.bouka-suisou_bg , .tp_lineup_box_tank.bouka-suisou_bg {
    background: #8ccfff;

}

.tp_lineup_box_notch {
    margin-right: 10px;
}
.tp_lineup_box_notch .photo , .tp_lineup_box_tank .photo {
    float: left;
    width: 190px;
}
.tp_lineup_box_notch .text , .tp_lineup_box_tank .text {
    float: left;
    padding: 10px 10px 10px 7px;
    width: 188px;
}
.tp_lineup_box_notch .text .copy , .tp_lineup_box_tank .text .copy {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}
.tp_lineup_box_notch .text .name {
    color: #ff1400;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
}
.tp_lineup_box_tank .text .name {
    color: #008dff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
}
.tp_lineup_box_notch .text .comment , .tp_lineup_box_tank .text .comment {
    font-size: 13px;
    line-height: 1.2em;
}
.tp_lineup_box_notch .text .price , .tp_lineup_box_tank .text .price {
    margin-top: 5px;
    color: #ff1400;
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    text-align: right;
}
.tp_lineup_box_notch .text .tax , .tp_lineup_box_tank .text .tax {
    font-size: 11px;
    text-align: right;
    line-height: 1em;
}
.tp_lineup_box_notch .text .btn a , .tp_lineup_box_tank .text .btn a {
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    color: #fff;
    font-size: 13px;
    background: #222 url(../img/arrow1.png) right center no-repeat;
    border-radius: 3px;
}

.tp_used {
    float: left;
    padding: 10px 10px 10px 370px;
    width: 276px;
    height: 200px;
    margin-right: 32px;
    background: url(../img/tp_used_bg.jpg) 0 0 no-repeat;
}
.tp_used p {
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
}
.tp_used .btn a {
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    color: #222;
    font-size: 13px;
    background: #fff url(../img/arrow2.png) right center no-repeat;
    border-radius: 3px;
}

.tp_vessel {
    float: left;
    width: 312px;
    height: 200px;
    background: #ff1400;
}
.tp_vessel .photo {
    padding: 3px;
}
.tp_vessel .inner {
    padding: 3px 10px 10px 10px;
}
.tp_vessel .title {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.tp_vessel .inner .text {
    font-size: 13px;
}
.tp_vessel .inner .btn a {
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    color: #fff;
    font-size: 13px;
    background: #222 url(../img/arrow1.png) right center no-repeat;
    border-radius: 3px;
}



.option_hatch {
	margin-top: 20px;
	padding: 20px;
	border: 3px solid #ff1400;
}
.option_hatch .title {
	margin-top: 6px;
	font-size: 24px;
	color: #ff1400;
	line-height: 1.2em;
	
}
.option_hatch .text {
    float: left;
    width: 246px;
}
.option_hatch .photo {
	float: left;
	width: 410px;
}
.option_hatch .show_details{
	float: left;
	margin-left: 18px;
	width: 280px;
	padding-top: 0px;
}


/* 新商品
================================================== */
#tp_new {
    padding: 30px 0 50px 0;
}
.tp_new_box {
    padding: 10px;
    background: #f0f0f0;
}
#tp_new .photo {
    float: left;
    width: 310px;
}
#tp_new .text {
    padding: 0 20px;
    float: left;
    width: 245px;
}
.spec {
    float: left;
    width: 385px;
}
.spec table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
}
.spec table caption {
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    background: #222;
    text-align: left;
}
.spec table tr th {
    padding: 6px 0;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
.spec table tr td {
    padding: 6px 0 6px 10px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: #fff;
}
.photo_box {
    margin-top: 10px;
    width: 988px;
}
.photo_box .box {
    float: left;
    width: 239px;
    margin-right: 8px;
}
.order_left {
    margin-top: 10px;
    margin-left: 180px;
    float: left;
    width: 280px;
}
.order_left p {
    margin-top: 10px;
    font-size: 14px;
}
.order_right {
    margin-top: 10px;
    float: left;
    width: 340px;
}

.drawing {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 980px;
    text-align: center;
    background: #fff;
}

/* オーダーサイズのご注文
================================================== */
#tp_order {
    padding: 30px 0 50px 0;
}
.tp_order_wrap {
    width: 1008px;
}
.tp_order_wrap .box {
    float: left;
    width: 244px;
    margin-right: 8px;
}
.tp_order_wrap .box .text {
    margin-top: 5px;
    font-size: 14px;
}


/* 工場見学可能！
================================================== */
#tp_tour {
    padding: 30px 0 50px 0;
}
#tp_tour .left {
	float: left;
	width: 430px;
	margin-right: 30px;
}
#tp_tour .right {
	float: left;
	width: 540px;
}
#tp_tour .column1 {
    padding: 20px;
    border: 1px solid #aaa;
}
