/*
Theme Name: 株式会社タカミツ精機
Description: 株式会社タカミツ精機のテーマ
Theme URI: http://www.takamitz.co.jp/
Author: ROCKSTREAM
Author URI: http://www.rockstream-jp.com
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";


@charset "utf-8";

/*---------------------
base
---------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {  margin: 0; padding: 0;}

p{
}

li {
    list-style:none;
}
a {
    text-decoration: none;
    color: #333;
}
input{
    font-size: 16px;
    margin: 5px 0;
}

a:hover,
a:hover img,
input:hover {
    filter: alpha(opacity=80);
    -ms-filter :"alpha(opacity=80)";
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
    opacity:0.8;
}


/* Reset
------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {  margin: 0; padding: 0;}
body {
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

table{
    border-collapse: collapse;
}


/* Common
------------------------------------------------------------ */

html {
    font-size: 100%;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
}

body {
    font-size: 11px;
    color:#333;
    background: #fff;    
    font-family: "Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3", 'メイリオ',Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align:left;
    background:#FFF url(images/common/body_back.gif) repeat;
	margin-left:30px;
}
body,th,td {
	color : #333;
    font-weight:normal;
	font-size:11px;
}

/*リンク*/
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#FF6600;
	text-decoration:underline;
}

/*---------------------
見出し
---------------------*/
h1 {
	font-size : 11px ;
}

h2 {
	font-size:16px;
}
#menu h2,#submenu h2 {
	font-size:13px;
}

h3{
	font-size: 14px ;
}

.summary h3,.summary_body h3{
	font-size: 18px ;
}

h4{
	font-size: 13px ;
}
h5{
	font-size: 12px ;
}

address {
     font-style: italic;
     margin: 0 0 24px;
}

abbr[title] {
     border-bottom: 1px dotted;
}

b, strong {
     font-weight: bold;
}

dfn {
     font-style: italic;
}

mark {
     background: none repeat scroll 0 0 #FFFF00;
     color: #000000;
}

p {
     line-height: 1.7em;
}

code, kbd, pre, samp {
     -moz-hyphens: none;
     font-family: monospace,serif;
     font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
    margin: 0 0 5px;
}

dd {
    margin: 0 0 5px;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

.clear {
    clear: both;
}

/* Micro Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.attention {
    color: #d23511;
}

*{ box-sizing: border-box; }

/* Color
------------------------------------------------------------ */
.blue {
	color:#003399 ;
}
.gray {
	color:#777777;
}
.green {
	color:#55B130;
}
.red {
	color:#A40035 ;
}
.white {
	color:#FFF;
}
.yellow{
	color:#cc9900 ;
}

.bggreen {
	color:#fff;
	background-color:#486A00;
	margin-right:4px;
	padding:2px;
}
.bgyellow{
	color:#fff ;
	background-color:#cc9900 ;
	margin-right:4px;
	padding:2px;
}

/*============================================================ 
Margin Padding
=========================================================== */

/* Margin
----------------------------------------------- */
.ma00{ margin:0  !important; }

/*** Margin - Top ***/
.mt00 { margin-top:0px   !important; }
.mt05 { margin-top:5px   !important; }
.mt10 { margin-top:10px  !important; }
.mt15 { margin-top:15px  !important; }
.mt20 { margin-top:20px  !important; }
.mt25 { margin-top:25px  !important; }
.mt30 { margin-top:30px  !important; }
.mt35 { margin-top:35px  !important; }
.mt40 { margin-top:40px  !important; }
.mt45 { margin-top:45px  !important; }
.mt50 { margin-top:50px  !important; }
.mt60 { margin-top:60px  !important; }
.mt100{ margin-top:100px !important; }
.mt200{ margin-top:200px !important; }
.mt300{ margin-top:300px !important; }

/*** Margin - Bottom ***/
.mb00 { margin-bottom:0px   !important; }
.mb05 { margin-bottom:5px   !important; }
.mb10 { margin-bottom:10px  !important; }
.mb15 { margin-bottom:15px  !important; }
.mb20 { margin-bottom:20px  !important; }
.mb25 { margin-bottom:25px  !important; }
.mb30 { margin-bottom:30px  !important; }
.mb35 { margin-bottom:35px  !important; }
.mb40 { margin-bottom:40px  !important; }
.mb45 { margin-bottom:45px  !important; }
.mb50 { margin-bottom:50px  !important; }
.mb60 { margin-bottom:60px  !important; }
.mb100{ margin-bottom:100px !important; }
.mb200{ margin-bottom:200px !important; }
.mb300{ margin-bottom:300px !important; }

/*** Margin - Left ***/
.ml00{ margin-left:0px  !important; }
.ml05{ margin-left:5px  !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml35{ margin-left:35px !important; }
.ml40{ margin-left:40px !important; }
.ml45{ margin-left:45px !important; }
.ml50{ margin-left:50px !important; }

/*** Margin - Right ***/
.mr00{ margin-right:0px  !important; }
.mr05{ margin-right:5px  !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr35{ margin-right:35px !important; }
.mr40{ margin-right:40px !important; }
.mr45{ margin-right:45px !important; }
.mr50{ margin-right:50px !important; }


/* Padding
----------------------------------------------- */
.pa00{ margin:0  !important; }

/*** Padding - Top ***/
.pt00{ padding-top:0px  !important; }
.pt05{ padding-top:5px  !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }

/*** Padding - Bottom ***/
.pb00{ padding-bottom:0px  !important; }
.pb05{ padding-bottom:5px  !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }

/*** Padding - Left ***/
.pl00{ padding-left:0px  !important; }
.pl05{ padding-left:5px  !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }

/*** Padding - Right ***/
.pr00{ padding-right:0px  !important; }
.pr05{ padding-right:5px  !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }

.bold{ font-weight:bold; }

.fs12{ font-size: 75%; }
.fs14{ font-size: 87.5%; }
.fs16{ font-size: 100%; }
.fs18{ font-size: 112.5%; }
.fs20{ font-size: 142%; }
.fs22{ font-size: 137.5%; }
.fs24{ font-size: 150%; }
.fs30{ font-size: 187.5%; }


.strong{ font-weight: bold;}
.text_under{ text-decoration: underline;}

.overF { overflow: hidden;}
.floatL { float: left; }
.floatR { float: right; }
.clear-b { clear: both; }

.textC { text-align: center;}
.textL { text-align: left;}
.textR { text-align: right; margin-right:5px;}

.w-30 { width: 30%;}
.w-40 { width: 40%;}
.w-50 { width: 50%;}
.w-60 { width: 60%;}
.w-80 { width: 80%;}
.w-100 { width: 100px;}
.w-120 { width: 120px;}
.w-300 { width: 300px;}

.w_auto img{
    width:auto;
}

.dispnone{
    display: none;
}

/***レイアウトの設定　ここから***/
/*---------------------------------------------------------------------------*/
/*全体の幅とセンタリング*/
#global {
	text-align: left;
	background-color:#DADADA;
	width:800px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:800px;
}
html>body #global {
	width:800px;
} 

/*============================
header
============================*/
#header {
	background:#FFF url(images/header/head_back.jpg) no-repeat left top;
	margin:0;
	padding:0px 0px;
	width:800px;
	height:103px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:800px;
	height:103px;
}
/*見出し1*/
#header h1 {
	float:left;
	line-height: 1em;
	padding:15px 0 0 0;
	width:265px;
}
#header h1 a{
	display:block;
	text-indent:-9999px;
	height:80px;
	width:380px;
}
/*ヘッダー内ナビゲーション*/
#header .navi {
	float:right;
	text-align:right;
	margin:0 4px 0 0;
	padding:40px 16px 0 0;
	width:137px;
}

/*---------------------
boxslider topimage
---------------------*/
#topImage {
    position: relative;
    overflow: hidden;
    width: 800px;
    height:240px;
    background: #fff;
}
#topImage .bx-wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 0;
}
#topImage .bx-wrapper .bx-viewport {
	/*overflow: visible!important;*/
	margin: 0 auto;
}

#topImage .bx-wrapper .bx-viewport li{
    margin:0 20px 0 0;
}

#topImage .bx-wrapper .bx-pager,
#topImage .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -50px;
	width: 100%;
}

/* PAGER */
#topImage .bx-wrapper .bx-controls{
    margin-top:30px;
}
#topImage .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
#topImage .bx-wrapper .bx-pager .bx-pager-item,
#topImage .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#topImage .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 2px;
	height: 2px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    padding: 5px;
}
#topImage .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topImage .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffb618;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#topImage .bx-wrapper .bx-prev {
	left: 0;
	background: url("images/main/top/icon_prev.png") no-repeat 0 0;
}

#topImage .bx-wrapper .bx-next {
	right:0;
	background: url("images/main/top/icon_next.png") no-repeat 0 0;
}
#topImage .bx-wrapper .bx-prev:hover {
}
#topImage .bx-wrapper .bx-next:hover {
}
#topImage .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	outline: 0;
	width: 30px;
	height: 51px;
	text-indent: -9999px;
	z-index: 9999;
}

#topImage .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#topImage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
#topImage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/*---------------------
main
---------------------*/
#main{
}

/*---------------------
コンテンツ
---------------------*/
/* Container
----------------------------- */
/*背景画像*/
/*---------------------------------------------------------------------------*/
#container {
    clear: both;
    position: relative;
    overflow: hidden;
    width:800px;
	margin:0;
	padding:0px 0px;
    background-color:#DADADA!important;
}

/*MacIE hide start\*/
#content2{
	float:right;
}
/*MacIE hide end*/
#content2{
	float:right;
	background:#F3F7F8;
	padding:0px;
	width:603px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:603px;
}
/*段落*/
#content2 h2{
	font-weight:bold;
	background:#F3F7F8 url("images/toppage/h2_bg.gif") no-repeat left top;
	padding:20px 0px 5px 40px;
}
#content2 .topics2 {
	clear:both;
	background:none;
	margin-bottom:10px;
	padding:5px 5px;
}
#content2 p {
	font-size:13px;
	line-height:16px;
	background-color:#F3F7F8;
	line-height:14px !important;
	padding:10px 30px 10px 15px;
}
#content2 p .ltext {
	line-height:1.2em;
}
#content2 p .mtext {
	line-height:1.4em;
}
#content2 p .stext {
	line-height:1.4em;
}
#content2 ul{
	line-height:1.2em;
}
#content2 ol{
	line-height:1.2em;
}
#content2 dl{
	line-height:1.2em;
}
#content2 .menu ul{
	margin:0px;
}
#content2 .menu li{
	margin-bottom:0px;
	background-image:none;
}

/*---------------------
sidebar
---------------------*/
#sidebar{}
/*メニュー*/
#sidebar {
	float: left;
	background:#DADADA url(images/side/menu_bg.jpg) no-repeat left top;
	padding:0px;
	width:197px;
	height:330px;
}
#sidebar ul{
    padding-top:15px;
}
#sidebar li {
	width:180px;
    height:25px;
    margin-left:20px;
    margin-bottom:5px;
}
#sidebar li a{
	display:block;
	width:160px;
    height:25px;
    color:#fff;
    font-size:14px;
	font-weight:bold;
    padding:1px 0px 9px 40px;
}
#sidebar li#jigyou a{
    background:url(images/side/bgMenu01.png) no-repeat;
}
#sidebar li#setsubi a{
    background:url(images/side/bgMenu02.png) no-repeat;
}
#sidebar li#products a{
    background:url(images/side/bgMenu01.png) no-repeat;
}
#sidebar li#company a{
    background:url(images/side/bgMenu02.png) no-repeat;
}
#sidebar li#history a{
    background:url(images/side/bgMenu01.png) no-repeat;
}
#sidebar li#access a{
    background:url(images/side/bgMenu02.png) no-repeat;
}
#sidebar li#home a{
    background:url(images/side/bgMenu01.png) no-repeat;
}
#sidebar li#jigyou a:hover,
#sidebar li#setsubi a:hover,
#sidebar li#products a:hover,
#sidebar li#company a:hover,
#sidebar li#history a:hover,
#sidebar li#access a:hover,
#sidebar li#home a:hover{
    background:url(images/side/bgMenu03.png) no-repeat;
}

#sidebar p{
    padding:15px 10px 10px 25px;
    font-size:11px;
    font-weight: bold;
    line-height: 1.2em;
}

/*---------------------
main_image
---------------------*/
#mainImage {
    width:800px;
    height:83px;
}
#mainImage img{
    height:auto;
    width:100%;
}

/* Bread Navi 
-------------------------------------------*/
.breadcrumb{
    color: #333;
    background: #F3F7F8 url(images/common/topicpath_bg.gif) no-repeat left top;
    line-height: 1em;
    margin: 0px;
    padding: 18px 0 20px 8px;
    font-size: 11px;
}
.breadcrumb a{
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover{
    color:#007564;
}
.breadcrumb li{
    display: inline;
}
#content #topicpath p {
    color: #777;
    background: #F3F7F8 url(../img/topicpath_bg.gif) no-repeat left top;
    line-height: 1em;
    margin: 0px;
    padding: 18px 0 20px 8px;
}

/* Pager 
--------------------------------------------*/
.pager::before, .pager::after {
    content: " ";
    display: table;
}
.pager::after {
    clear: both;
}
.pager::before, .pager::after {
    content: " ";
    display: table;
}
.pager {
    clear: both;
    margin: 25px 0 30px;
    position: relative;
    box-sizing: border-box;
}
.pager .page_count {
    left: 0;
    position: absolute;
    top: 0;
}
.pager span.pager_num {
    /*display:inline-block;*/
    display: none;
}
.pager div.pager_num {
    display:inline-block;
    width:80%;
    text-align:center;
    margin:0 auto;
}
.pager .pager_num span.current {
    color:#fff;
    background:#ea5413;
}
.pager .pager_num span.page-numbers:last-child{
    border:none;
}
.pager .pager_right {
    position: absolute;
    right: 0;
    top: 0;
}
.pager .pager_orderby {
    font-size: 120%;
    margin-bottom: 10px;
}
.pager .pager_orderby .page_num {
    margin-right: 10px;
}
#contents .pager .pager_orderby .num {
    font-size: 120%;
    font-weight: bold;
}
.pager .pager_num span,
.pager .pager_num a {
    padding: 5px 8px;
    background:#fff;
    border-radius:5px;
    border:1px solid #ccc;
}
.pager a {
}
.pager .pager_num a:hover {
}
.pager a.next{
}
.pager a.prev {
}

/*---------------------
footer
---------------------*/
footer {
	clear: both;
	width: 100%;
    position: relative;
    padding:0 0 50px;
}
#footer {
	font-size:11px;
}
#footer {
	clear:both;
	background:url(images/footer/footer_back.gif) no-repeat left top;
	line-height:1em;
	text-align:left;
	width:800px;
	height:24px;
	margin:5px 0 0 0;
	padding:5px 10px 5px 50px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:800px;
	height:19px;
}
#footer .copyl {
	float:left;
	text-align:left;
	width:200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:200px;
}
#footer .copyr {
	clear:both;
	float:right;
	padding:0px;
	margin:0px;
	width:300px;
}
#footer address{
	float:right;
	font-style : normal;
	color:#0000FF;
	line-height: 1em;
	letter-spacing:0px;
	padding : 5px;	
}
#footer a:link {
	color:#fff;
	text-decoration:underline;
}
#footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer a:active {
	color:#fff;
	text-decoration:underline;
}

/*---------------------
トップページ
---------------------*/

/*---------------------
コンテンツ
---------------------*/

/*MacIE hide start\*/
#content{
	float:right;
}
/*MacIE hide end*/
#content{
	float:right;
	background:#F3F7F8;
	padding:0px;
	width:603px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:603px;
}
/*見出し2*/
#content h2 {
	font-weight:bold;
	background:#FFF url("images/common/h2_bg.gif") no-repeat left top;
	margin:0px;
	padding:2px 0px 5px 35px;
}
/*見出し3*/
#content h3 {
	font-weight:bold;
	letter-spacing:0px;
	background: url("images/common/h3_bg.gif") no-repeat left top;
	margin:0px;
	padding:4px 0px 15px 45px;
}
/*見出し4*/
#content h4 {
	color:#333;
	font-weight:bold;
	letter-spacing:0px;
	background: url("images/common/h4_bg.gif") no-repeat left top;
	margin:0px;
	padding:4px 0px 10px 45px;
}
/*見出し5*/
#content h5 {
	color:#0000FF;
}
/*見出し6*/
#content h6 {
}
/*段落*/
#content p {
	font-size:13px;
	line-height:16px;
	margin:5px 20px 10px 5px;
	padding:0 0 0 30px;
}
#content p .ltext {
}
#content p .mtext {
}
#content p .stext {
}

#content ul{
	line-height : 16px;
	margin-left: 1em;
	padding:5px;
}
#content ol{
	line-height : 16px ;
	margin-left: 3em;
	padding:5px;
}
#content dl{
}
#content ul li,#content ol li,#content dl dd{
}
#content ul li {
	list-style: square ;
}
#content dl dt {
	line-height:1em;
}
#content address{
	line-height: 1.2em;
/*	background-color:#FFFEF1;*/
	background-color:#E5E5E5;
/*	border-bottom:1px solid #FFCC66;*/
	border-bottom:1px solid #064D79;
	border-bottom:1px solid #B5B5B5;
	margin-left:12px;
	margin-bottom:1em;
	padding : 8px;	
}
#content blockquote{
	color:#353535;
	padding-left : 20px;
}
#content blockquote>p {
	margin-left:20px;
}
#content dfn{
}
#content .pagetop{
	clear:both;
	margin-bottom:0;
}

/*キャッチ*/
#content .catch{
}
#content .catch .catchcopy{
	visibility:hidden;
}

/*戻る*/
#content p.pageback{
	text-align:right;
	border-top:2px solid #7A7A7A;
	line-height:1em;
	margin-bottom:10px;
	padding:10px 0;
}

/*一覧*/
#content .listtable{
	background: url("../img/listtable_back.gif") no-repeat left bottom;
	margin-bottom:20px;
}
#content .listtable th{
	padding:0 0 0 45px;
}
#content .listtable th p.caption{
	ine-text:left;
	background-color:#E5E5E5;
	padding:5px;
}
#content .listtable td{
	padding:0 0 0 20px;
}
#content .listtable h4{
	background: url("../img/h4_back.gif") no-repeat left bottom;
	padding:5px 0 5px 0;
}
#content .listtable h4 a:link{
	color:#333;
}
#content .listtable h4 a:visited {
	color:#333;
}

/*詳細*/
#content .detailtable{
	background: url("../img/listtable_back.gif") no-repeat left 240px;
	margin-bottom:20px;
}
#content .detailtable th{
	padding:0 0 0 10px;
}
#content .detailtable th p.caption{
	ine-text:left;
	background-color:#E5E5E5;
	line-height:13px;
	margin-bottom:0;
	padding:5px 10px;
}
#content .detailtable th p.movie{
	ine-text:left;
	background-color:#E5E5E5;
	line-height:13px;
	padding:0 5px;
}
#content .detailtable td{
	padding:0 0 0 20px;
}
#content .detailtable td .font12px{
	background: url("../img/dot_x.gif") repeat-x left bottom;
	line-height:18px;
	padding-bottom:10px;
}
#content .detailtable td ol{
}

#content .detailtable p.cart{
	text-align:right;
	background: url("../img/dot_x.gif") repeat-x left top;
	line-height:1em;
	padding:10px 0;
}


/*トピックス*/
#content .topic {
	clear:both;
	background:#E7F0F7;
	padding:12px 0 10px 5px;
	width:500px;
}
#content .topic p {
	line-height:14px;
	margin:5px 20px 10px 5px;
	padding:0 0 0 5px;
}

#content .topics h3{
	clear:both;
}
#content .topics_body dl {
	margin:0;
	padding:4px;
}
#content .topics_body dt {
	clear:both !important;
	float:left;
	display:block;
	padding:4px 12px 4px 4px;
	width:88px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:72px;
}
#content .topics_body dd {
	float:left;
	display:block;
	margin-bottom:0px;
	padding:0px;
	width:472px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:472px;
}
#content .topics_body dd p{
	margin-bottom:0.4em;
	margin-left:0;
}
#content .topics_body dd ul{
	margin-left:0;
}
#content .topics_body dd li{
	background-image:none;
}
#content .topics_body dd li a{
	display:block;
	margin:0;
}

/*アドレス*/
#content .iframe address {
	margin-left:0px;
}

/*テーブル*/
#content table.layouttable,
#content table.historyTb{
	clear:both;
	margin:auto;
}
#content table.layouttable p,
#content table.historyTb p{
	line-height:14px;
	margin:5px 10px 5px 10px;
	padding:0 0 0 0px;
}
#content table.layouttable{
    width:540px;
    margin:auto;
}
table.layouttable td.BFC1C7{
    background: #BFC1C7;
    border-bottom:1px solid #fff;
}
table.layouttable td.B1B1C0{
    background: #B1B1C0;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
}
table.layouttable td.E3E3E5{
    background: #E3E3E5;
    border-bottom:1px solid #fff;
}
table.layouttable td.FFFFFF{
    padding:20px 0;
    background: #fff;
    border-bottom:1px solid #f1f1f1;
}
table.layouttable td.DADCE3{
    background: #DADCE3;
    border-bottom:1px solid #fff;
}
table.historyTb{
    width:573px;
}
.tdimage01 {
    background: #E3E3E5 url(images/access/main_bg.jpg) no-repeat center bottom;
}

/*プライバシーポリシー*/
ul.liPolicy li{
    margin:0 0 10px 30px;
    list-style-position: inside !important;
    list-style-type: disc !important;
    font-size:13px;
}

/*設備一覧*/
table.setsubiTb{
    width:540px;
    margin:20px auto 40px;
    border-left:1px solid #fff;
}
table.setsubiTb th,
table.setsubiTb td{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
table.setsubiTb th{
    padding:10px 0;
    text-align: center;
}
table.setsubiTb td{
    padding:10px;
}
table.setsubiTb th.BFC1C7{
    background: #BFC1C7;
}
table.setsubiTb th.B7BFBE{
    background: #B7BFBE;
}
table.setsubiTb th.B1B1C0{
    background: #B1B1C0;
}
table.setsubiTb td.setsubiTit{
    width:260px;
    background: #E3E3E5;
}
table.setsubiTb td.setsubiSize{
    width:110px;
    background: #D9DDDC;
}
table.setsubiTb td.setsubiNum{
    width:50px;
    text-align: center;
    background: #D9DDDC;
}
table.setsubiTb td.setsubiImg{
    width:110px;
    text-align: center;
    background: #D3D3DB;
}
table.setsubiTb td.setsubiImg img{
    width:100px;
    height:auto;
    border:1px solid #000;
}

/*---------------------
問い合わせ
---------------------*/
#inquiry{
    margin-bottom:50px;
    font-size:14px;
}
.inquiryTxt{
    width:550px;
    margin:20px auto;
    padding:15px;
    background: #DDDDDD;
}
.inquiryTxt span{
    color:#ff0000;
}

#inquiryForm{
    width:550px;
    margin:0 auto 20px;
}
#inquiryForm th{
    width:25%;
    padding:15px 0;
    text-align: left;
    font-size:13px;
}
#inquiryForm th span{
    color:#ff0000;
}
#inquiryForm td{
    width:75%;
    padding:10px 15px;
    font-size:13px;
}
span.mwform-tel-field input[name="tel[data][0]"],
span.mwform-tel-field input[name="fax[data][0]"]{
    width:15%;
}

span.mwform-tel-field input[name="tel[data][1]"],
span.mwform-tel-field input[name="fax[data][1]"]{
    width:20%;
}

span.mwform-tel-field input[name="tel[data][2]"],
span.mwform-tel-field input[name="fax[data][2]"]{
    width:20%;
}
.btnForm{
    margin-bottom:50px;
}
input.btnConfirm{
    color:#fff;
    background:#ff0000;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    width:230px;
    padding:10px 0;
    border-radius:5px;
    cursor:pointer;
    margin:0 10px;
    box-shadow: 0;
    border:0;
}
input.btn_contact_return{
    margin:0 10px;
}

.mw_wp_form_confirm .fmdispnone{
    display:none;
}



.tablebg_yellow{
	background-color:#F5F5E5 !important;
}
.tablebg_gray{
	background-color:#F5F5F5 !important;
}
.tablebg_blue{
	background-color:#064D79 !important;
}
.tablebg_white{
	background-color:#FFF !important;
}
/******テーブル設定 枠付きテーブル用（movie\index.html/corporation\novelty.html）******/
.line {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/******テーブル設定 枠付きテーブル用（movie\index.html/corporation\novelty.html）ここまで ******/

/***テーブル設定　ここまで***/
/*---------------------------------------------------------------------------*/


/***フォーム設定　ここから***/
/*---------------------------------------------------------------------------*/
input {
}
textarea{
	border : 1px solid #B5B5B5;
}
/***フォーム設定　ここまで***/
/*---------------------------------------------------------------------------*/


.artcap{
margin:5px 25px;
}

/***１ピクセル線***/
/*---------------------------------------------------------------------------*/
#lin2 {
	clear:both;
}

#lin img{
	border: 1px solid #333333;
}


/***文字装飾の設定　ここから****/



.font18px {
	font-size:18px;
}
.font16px {
	font-size:16px;
}
.font13px {
	font-size:13px;
}
.font12px {
	font-size:12px;
}
.font11px {
	font-size:11px;
}
.font10px {
	font-size:10px;
}
.font9px {
	font-size:9px;
}
.ltext {
	font-size:16px;
}
.mtext {
	font-size:13px;
}
.stext {
	font-size:10px;
}

#header .navi label{
	font-size:12px;
}
#content .catchcopy p{
	font-size:16px;
}
#content  #topicpath p{
	font-size:11px;
}
#content p.pagetop{
	font-size:10px;
}

.ltext {
	font-size:14px;
}
.mtext {
	font-size:12px;
}
.stext {
	font-size:10px;
}
#content .catchcopy p{
	font-size: 14px ;
}

/***文字装飾の設定　ここまで****/