@charset "utf-8";

/**********************************************************************
	Browser Default Initialization
**********************************************************************/
html {
	overflow-y: scroll;
}
div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption, ul, ol {
	margin: 0; padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
}
table{
	border-collapse: collapse; border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top; -ms-interpolation-mode: bicubic;
}
ul li, ol li {
	list-style-type: none; margin: 0px; padding: 0px;
}



/**********************************************************************
	common
**********************************************************************/
/*----------------------------------------------------
clearfixの設定
------------------------------------------------------*/
.clearfix:after {
	content: ""; display: block; clear: both; visibility: hidden;
}
.clearfix{
	zoom:1;　/* IE7 */
}


/*----------------------------------------------------
bodyの設定
------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
}

/*フルードイメージ*/
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}



/*----------------------------------------------------
リンク
------------------------------------------------------*/
a {
	outline: none;
}
a:link {
	text-decoration: none; color: #333;
}
a:visited {
	text-decoration: none; color: #333;
}
a:hover {
	text-decoration: underline; color: #333;
}
a:active {
	text-decoration: underline; color: #333;
}


/*----------------------------------------------------
wrapper
------------------------------------------------------*/
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width:100%;
}

/*----------------------------------------------------
main-img
------------------------------------------------------*/
#main{
	background-image : url(main_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#092365;
}

#main .wrap{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------
pan
------------------------------------------------------*/
#pan{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	font-size:93%;
	margin-bottom:60px;
	margin-top:15px;
}
#pan a{
	text-decoration:underline;
}
#pan a:hover{
	text-decoration:none;
}

/*----------------------------------------------------
h2
------------------------------------------------------*/
body#second h2{
	background-image : url(h2_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#092365;
}

body#second h2 .wrap{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-left:140px;
}

body#top h2{
	background-color:#013491; color:#ffffff; font-size:139%; font-weight:bold; margin-top:50px; text-align:center; padding-top:7px; padding-bottom:7px;
}
body#second h3{
	background-color: #013491;
	color: #ffffff;
	font-size: 154%;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image : url(h3_bk.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding:12px 10px 12px 25px;
	margin-bottom:15px;
}
body#second h3 span{
	font-weight:normal; font-size:80%; padding-left:15px;
}

body#second h4{
	font-weight: bold;
	font-size: 108%;
	background-image : url(h4_bk.png);
	background-position: left 30%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom:1px solid #cccccc;
}

/*----------------------------------------------------
header
------------------------------------------------------*/
#header{
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:1px;
}
#header:after{
	content: ""; display: block; clear: both; visibility: hidden;
}

#header .wrap{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}

#header p{
	font-size:85%; margin-bottom:5px;
}
#header #logo{
	float:left; width:140px;
}
#header #nav{
	float:right; width:820px; padding-top:10px;
}
#header #nav li{
	float:right; border-left:#CCCCCC 1px solid; padding-left:20px; margin-left:20px; padding-top:5px; padding-bottom:5px;
}
#header #nav li:last-child{
	border:none;
}

/*----------------------------------------------------
contents
------------------------------------------------------*/
#contents{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
#contents{
	margin-top:30px; margin-bottom:30px;
}

/*news*/
#news{
	margin-top:30px; margin-bottom:30px;
}
#news:after{
	content: ""; display: block; clear: both; visibility: hidden;
}

#news .ttl_l{
	float:left; width:107px;
}
#news .ymd_r{
	float:right; width:830px;
}
#news .ymd_r th{
	padding-right:15px; width:8em;
}
#news .ymd_r th, #news .ymd_r td{
	padding-top:3px; padding-bottom:3px;
}
#news .bt{
	text-align:right; margin-top:10px;
}

#news .ymd_r td a{
	text-decoration:underline;
}
#news .ymd_r td a:hover{
	text-decoration:none;
}

/*products_list*/
#products_list ol{
	margin-right:-30px; margin-top:30px;
}
#products_list ol:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#products_list li{
	float:left; width:300px; margin-right:30px;
}
#products_list li:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#products_list li a{
	display:block; text-decoration:none;
}
#products_list li:hover{
	cursor:pointer; display:block;
}
#products_list li:hover a{
	color:#ff2500;
}
#products_list li:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-filter: alpha(opacity=70);
}

#products_list .ph{
	float:left; width:70px;
}
#products_list .txt{
	float:right; width:205px; padding:7px 10px 7px 10px;
}
#products_list .txt p{
	font-size:85%; line-height:160%;
}
#products_list .txt p span{
	font-size:139%; font-weight:bold; padding-left:0px;
}

/*----------------------------------------------------
footer
------------------------------------------------------*/
#footer{
	background-color: #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	margin-top:30px;
}

#footer .wrap{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
}

#footer p.copy{
	margin-top:20px; text-align:right; font-size:85%;
}

#address{
	float:left;
}
#address:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#address p.name{
	font-weight:bold; font-size:124%;
}
#address .ad{
	float:left;
}
#address .logo{
	float:left; margin-right:15px;
}

#nav_footer{
	float:right;
}
#nav_footer ol{
	margin-bottom:5px;
}
#nav_footer ol:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#nav_footer li{
	float:right; border-left:#333333 1px solid; padding-left:10px; margin-left:10px; 
}
#nav_footer li:last-child{
	border:none;
}

/*----------------------------------------------------
toPageTopの設定
----------------------------------------------------*/
#toPageTop {
	position: fixed;
	bottom: 150px;
	right: 10%;
}
#toPageTop a {
	display: block;
	width: 39px;
	background-image : url(pagetop_n.png);
	background-repeat: no-repeat;
}
#toPageTop a:hover {
	background-image : url(pagetop_ov.png);
}
#toPageTop a:hover img {
	visibility: hidden;
}

#sp_pagetop{
	display:none;
}


/**********************************************************************
margin CSS
**********************************************************************/
/*bottom*/
.img_bottom3{
	margin-bottom: 3px;
}
.img_bottom5{
	margin-bottom: 5px;
}
.img_bottom10{
	margin-bottom: 10px;
}
.img_bottom15{
	margin-bottom: 15px;
}
.img_bottom20{
	margin-bottom: 20px;
}
.img_bottom25{
	margin-bottom: 25px;
}
.img_bottom30{
	margin-bottom: 30px;
}
.img_bottom35{
	margin-bottom: 35px;
}
.img_bottom40{
	margin-bottom: 40px;
}
.img_bottom100{
	margin-bottom: 100px;
}
.img_bottom200{
	margin-bottom: 200px;
}

/*top*/
.img_top5{
	margin-top: 5px;
}
.img_top10{
	margin-top: 10px;
}
.img_top15{
	margin-top: 15px;
}
.img_top20{
	margin-top: 20px;
}
.img_top25{
	margin-top: 25px;
}
.img_top30{
	margin-top: 30px;
}
.img_top35{
	margin-top: 35px;
}
.img_top40{
	margin-top: 40px;
}
.img_top50{
	margin-top: 50px;
}
.img_top60{
	margin-top: 60px;
}
.img_top70{
	margin-top: 70px;
}
.img_top80{
	margin-top: 80px;
}

/**********************************************************************
	製品情報
**********************************************************************/
/*----------------------------------------------------
TOP
----------------------------------------------------*/
#products_info{
	border-left: 5px solid #013491;
	padding-left: 20px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#products_info p.midashi{
	font-size:185%; font-weight:bold; margin-bottom:15px; color:#000000;
}
#products_info p.read{
	font-size:124%; font-weight:bold; 
}
#products_info p.kome{
	font-size:93%; margin-top:20px;
}
#products_info p.kome02{
	font-size:93%; margin-left:1em;
}
#products_info p.kome02 a{
	text-decoration:underline;
}
#products_info p.kome02 a:hover{
	text-decoration:none;
}

/*----------------------------------------------------
詳細
----------------------------------------------------*/
#gaiyou .wrap{
	margin-left:20px; margin-right:20px;
}
#gaiyou img{
	float:right; margin-left:20px;
}
#gaiyou ul{
	margin-left:20px;
}
#gaiyou li{
	list-style: disc; line-height:200%;
}

.chushaku{
	border:1px dotted #cccccc; padding:20px; margin-top:30px;
}
.chushaku ul{
	margin-left:15px; margin-bottom:10px;
}
.chushaku li{
	list-style: decimal; margin-bottom:5px;
}
.chushaku p{
	color:#FF0000;
}

.outlink{
	margin-bottom:50px; border:dotted 1px #cccccc; padding:20px;
}
.outlink a{
	text-decoration:underline;
}
.outlink a:hover{
	text-decoration:none;
}

/*タブ---------------------------------------------*/
#tabs p.name, #tabs p.name_sec{
	color:#013491; font-weight:bold; font-size:154%; border-bottom:dotted 1px #CCCCCC; padding-bottom:5px; margin-bottom:10px; line-height:160%;
}
#tabs p.name02{
	font-weight:bold; font-size:124%; margin-bottom:30px;
}

#tabs .details, #tabs .details02{
	margin-bottom:30px;
}
#tabs .details:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#tabs .details02:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#tabs .details .ph120{
	width:120px; float:right;
}
#tabs .details .txt{
	width:700px; float:left;
}
#tabs .details02 .ph120{
	width:485px; float:right;
}
#tabs .details02 .txt{
	width:335px; float:left;
}

#tabs table.spec{
	border-collapse:collapse; width:100%; font-size:108%;
}
#tabs table.spec th{
	font-weight:bold; color:#ffffff; background-color:#0098db; text-align:center;
}
#tabs table.spec th span{
	font-weight:nomal; font-size:85%; padding:0px;
}
#tabs table.spec td{}
#tabs table.spec td.left{
	text-align:left; font-weight:bold;
}
#tabs table.spec td.right{
	text-align:right;
}
#tabs table.spec td.center{
	text-align:center;
}
#tabs table.spec td, #tabs table.spec th{
	border:1px solid #cccccc; padding:7px 15px 7px 15px;
}
table.spec tr:nth-child(odd) {
  /* 奇数行の背景色を設定します。 */
  background-color: #f0f0f0;
}
table.spec tr:nth-child(even) {
  /* 偶数行の背景色を設定します。 */
  background-color: #ffffff;
}


#tabs ul.inner_menu{
	margin-bottom:60px;
}
#tabs ul.inner_menu:after{
	content: ""; display: block; clear: both; visibility: hidden;
}
#tabs ul.inner_menu li{
	float:left; margin-right:10px;
}
#tabs ul.inner_menu li a{
	padding: 10px 15px 10px 28px;
	border: 1px solid #cccccc;
	background-image : url(arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size:116%;
}
#tabs ul.inner_menu li a:hover{
	text-decoration:none; background-color:#f0f0f0;
}

@media projection, screen {.ui-tabs-hide {
	display: none;
}}
@media print {.ui-tabs-nav {
	display: none;
}}

#tabs{
	margin-bottom:20px; margin-top:50px;
}
#tabs .tabwrap{
	border:4px solid #cccccc; padding:55px;
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	
}
.ui-tabs-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ui-tabs-nav:after {
	 /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0px 5px 0px 0px;
    min-width: 100px; /* be nice to Opera */
	font-size: 18px;

}
.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0px 15px 0px 15px;/*文字の左右の空き*/
	background-repeat: no-repeat;
	background-image : url(tab.png);
}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #666666;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	position: relative;
    top: 0px;
    z-index: 2;
	cursor:pointer;
	font-size:80%;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
    color: #000000;
	border-bottom:none;
}
.ui-tabs-nav a span {
    width: 100px; /* IE 6 treats width as min-width */
    min-width: 100px;
    height: 34px; /* IE 6 treats height as min-height */
    min-height: 34px;
    padding-top: 18px;
    padding-right: 0;
	padding-bottom: 2px;
}
* >.ui-tabs-nav a span {
	 /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 2px; 
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -210px;
}
 
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -140px;
	color: #000000;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -70px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	 /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active {
	 /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
	 /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/**********************************************************************
	プライバシー
**********************************************************************/
#privacy ul{
	margin-left:20px;
}
#privacy li{
	list-style: disc;
}
#privacy a{
	text-decoration:underline;
}
#privacy a:hover{
	text-decoration:none;
}

/**********************************************************************
	NEWS一覧
**********************************************************************/
#news #side{
	width:200px; float:left;
}
#news #side li a{
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 25px;
	background-image : url(arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display:block;
	margin-bottom:10px;
}
#news #side li a:hover,#news #side li a.active {
	background-color:#F0F0F0; text-decoration:none;
}

#news #list{
	width:730px; float:right;
}
#news #list h3{
	margin-top:0px;
}
#news #list table{
	border-collapse:collapse; width:100%;
}
#news #list table th, #news #list table td{
	border-bottom:1px dotted #CCCCCC; border-top:1px dotted #CCCCCC; padding:8px 5px 8px 5px;
}
#news #list table th{
	padding-right:15px; width:8em;
}
#news #list a{
	text-decoration:underline;
}
#news #list a:hover{
	text-decoration:none;
}

/**********************************************************************
	会社概要
**********************************************************************/
#company{}
#company table{
	border-collapse:collapse; width:100%;
}
#company table th, #company table td{
	border-bottom:1px dotted #CCCCCC; border-top:1px dotted #CCCCCC; padding:7px 5px 7px 5px;
}
#company table th{
	padding-right:20px; font-weight:bold; width:14em;
}
#company table th span{
	padding-right:5px; padding-left:5px; color:#092365;
}
#company a{
	text-decoration:underline;
}
#company a:hover{
	text-decoration:none;
}

/**********************************************************************
	サイトマップ
**********************************************************************/
#sitemap{}
table.sitemap{
	margin-bottom: 30px;
	margin-right: -30px;
}
table.sitemap td{
	vertical-align: top;
	padding-right: 30px;
}

table.sitemap td:first-child {
	border: none;
}


table.sitemap li a, table.sitemap li a:visited{
	text-decoration: none;
	background-image : url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #CCCCCC;
	text-indent: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 108%;
	width: 278px;
}

table.sitemap li a:hover{
	text-decoration: none;
	background-color: #def2fb;
}

table.sitemap ul.snavi{
	line-height: 160%;
	margin-top: -15px;
	margin-bottom: 20px;
}

table.sitemap .snavi li a, table.sitemap .snavi li a:visited{
	text-decoration: none;
	background-image : url(arrow.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-position: 20px center;
	font-weight: normal;
}

table.sitemap .snavi li a:hover{
	text-decoration: none;
	background-color: #def2fb;
}


/**********************************************************************
	お問合せ
**********************************************************************/
#contact p.tel{
	font-weight:bold; font-size:139%; margin-bottom:10px;
}
#contact p.tel span{
	font-weight:normal; font-size:80%; padding-left:15px;
}