@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　Common Style
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 Basic Settings
--------------------------------------------------------------------------------------- */

/* font ------------------------------ */

html{ 
    height: 100%;
    width: 100%;
}

body{
	font-family: Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.6;
	height: 100%;
	width: 100%;
	min-width:960px;
	text-align:center;
	background:#ffffff;
}

input,textarea,select{
	font-family: Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


/* Reset ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label{
	margin: 0;
	padding: 0;
}

img,table{
	border: none;
}

img {
	vertical-align: top;
	max-width:100%;
	height:auto;
	width:auto;
}

ul{
	list-style: none;
}

address,em,cite{
	font-style: normal;
}

fieldset{
	border: medium none;
}

table{
	font-size: 100%;
}

.normal{
	font-weight:normal;
}

.mini{
	font-size:80%;
}

.big{
	font-size:120%;
}

/* Text Link ------------------------------ */

a {text-decoration: underline;}
a:link {color: #1762b6;text-decoration: underline;}
a:visited {color: #1762b6;text-decoration: underline;}
a:hover {color: #188ddf;text-decoration: underline;}
a:active {text-decoration: underline;}

/* List Style ------------------------------ */

.listStyle01{
	padding:0 0 0 20px;
	list-style-type:disc;
	list-style-position:outside;
}

.listStyle02{
	padding:0 0 0 20px;
	list-style-type:decimal;
	list-style-position:outside;
}

/* --------------------------------------------------------------------------------------
 Float
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
.floatL{
	float:left;
}

.floatR{
	float:right;
}

.clear{
	clear:both;
}


/* --------------------------------------------------------------------------------------
 Padding Margin
--------------------------------------------------------------------------------------- */
.top05{margin-top: 5px;}
.top10{margin-top: 10px;}
.top15{margin-top: 15px;}
.top20{margin-top: 20px;}
.top25{margin-top: 25px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.top50{margin-top: 50px;}
.topP10{padding-top: 10px;}
.topP15{padding-top: 15px;}
.topP20{padding-top: 20px;}
.topP30{padding-top: 30px;}
.topP40{padding-top: 40px;}
.leftP20{padding-left: 20px;}
.under05{margin-bottom: 5px;}
.under10{margin-bottom: 10px;}
.under15{margin-bottom: 15px;}
.under20{margin-bottom: 20px;}
.left05{margin-left: 5px;}
.left10{margin-left: 10px;}
.left15{margin-left: 15px;}
.left20{margin-left: 20px;}
.right05{margin-right: 5px;}
.right10{margin-right: 10px;}
.right15{margin-right: 15px;}
.right20{margin-right: 20px;}
.Punder05{margin-bottom: 5px;}
.Punder10{margin-bottom: 10px;}
.Punder15{margin-bottom: 15px;}
.Punder20{margin-bottom: 20px;}
.all10{padding: 10px;}


/* --------------------------------------------------------------------------------------
 Text
--------------------------------------------------------------------------------------- */

.width100{width:100px;}
.width150{width:150px;}
.width200{width:200px;}
.width300{width:300px;}
.width450{width:450px;}

.readText01L{
	width:420px;
	float:left;
}

.readText01R{
	width:430px;
	float:right;
}

.readText02L{
	width:450px;
	float:left;
}

.readText02R{
	width:450px;
	float:right;
}

.readText03L{
	width:410px;
	float:left;
}

.readText03R{
	width:410px;
	float:right;
}

.mini{
	font-size:85%;
}

/* --------------------------------------------------------------------------------------
 Image
--------------------------------------------------------------------------------------- */
.imageAreaR{
	float:right;
}

.imageAreaL{
	float:left;
}

.tableImageArea{
	display:block;
	padding:5px;
}

/* --------------------------------------------------------------------------------------
 btn
--------------------------------------------------------------------------------------- */

.basicBtn430{
	width:430px;
	padding:10px 0;
	margin:10px auto 0 auto;
	background:url(../images/basic_btn_bg.gif) repeat-x left top;
	text-align:center;
	border:solid 1px #8c8c8c;
	-moz-border-radius: 5px;/*for Firefox*/
	-webkit-border-radius: 5px;/*for Safari and chrome*/
	border-radius: 5px;
}

.basicBtn430 a{
	padding:0 0 0 15px;
	background:url(../images/icon05.png) no-repeat left 2px;
}

a.link_btn:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

header{
	background:url(../../images/top_bg.gif) repeat-x left top;
	width:100%;
	margin:0 auto;
}

header.contents{
	height:197px;
	background:url(../images/contents_bg.gif) repeat-x left top;
	position:relative;
	z-index:1;
}

#header_wrap{
	background:url(../images/header_bg.png) no-repeat center bottom;
	width:100%;
	height:73px;
	margin:0 auto;
}

.header_main{
	width:960px;
	margin:0 auto;
}

#header_left{
	width:600px;
	float:left;
}

#header_left h1{
	width:142px;
	height:39px;
	float:left;
	padding:10px 0 0 0;
}

.header_text{
	width:450px;
	float:right;
	text-align:left;
	padding:18px 0 0 0;
	font-size:85%;
}

.header_name{
	font-weight:bold;
}

#header_right{
	float:right;
	width:336px;
	padding:10px 0 0 0;
}

#header_right_left{
	text-align:right;
	float:left;
	width:232px;
}

#icon{
	float:right;
	text-align:right;
	width:100px;
	background:url(../images/header_line.png) no-repeat 5px;
}

#home_main{
	display:block;
	max-width:1070px;
	min-width:960px;
	padding:20px 0 5px 0;
	margin:0 auto;
}

#home_main ul{
	padding:0;
	margin:0;
}

#home_main li{
	list-style:none;
}

#home_main img{
	width:100%;
	height:auto;
}


/* ------header_en---------------------------------------------------------------------- */


.japanpage_link{
	text-align:right;
}

.japanpage_link a{
	padding:0 0 0 15px;
	background:url(../images/icon06.png) no-repeat left 3px;
}

.japanpage_link{text-decoration: none;}
.japanpage_link:link {color: #222222;text-decoration: none;}
.japanpage_link:visited {color: #222222;text-decoration: none;}
.japanpage_link:hover {color: #222222;text-decoration: none;}
.japanpage_link:active {text-decoration: none;}

/* --------------------------------------------------------------------------------------
 slider
--------------------------------------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width:100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	box-shadow: 0 0 49px 5px #044f87;
	behavior: url("common/js/PIE.htc");
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -30px;
	width:100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* --------------------------------------------------------------------------------------
 title
--------------------------------------------------------------------------------------- */

.subTitle{
	margin:20px 0 0 0;
	font-size:130%;
	font-weight:bold;
	padding:0 0 2px 30px;
	background:url(../images/sub_title_bg.gif) no-repeat left bottom;
}

.subTitle02{
	margin:0 0 5px 0;
	font-size:130%;
	font-weight:bold;
	padding:0 0 2px 10px;
	background:url(../images/sub_title_bg02.gif) no-repeat left center;
}


/* --------------------------------------------------------------------------------------
 hnav
--------------------------------------------------------------------------------------- */

#hnav{
	padding:5px 0 0 0;
	float:left;
	width:235px;
	text-align:right;
}

#hnav ul li{
	float:left;
}

#hnav ul li a{
	display:block;
	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	height:12px;
	background:url(../images/hnav.gif) left top no-repeat;
}


#hnav ul li#home_back a{background-position: 0 0;width: 58px;}
#hnav ul li#home_back a:hover{background-position: 0 -12px;}

#hnav ul li#question a{background-position: -58px 0;width: 96px;}
#hnav ul li#question a:hover{background-position: -58px -12px;}

#hnav ul li#sitemap a{background-position: -154px 0;width: 81px;}
#hnav ul li#sitemap  a:hover{background-position: -154px -12px;}


.tel{
	width:208px;
	padding:7px 0 0 0;
}

/* --------------------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------------------- */

#gnav{
	width:960px;
	margin:0 auto;
	padding:5px 0 0 0;
}

#gnav ul{
	box-shadow: 0 0 10px 5px #044f87;
	position:relative;
   	behavior: url("common/js/PIE.htc");
}

#gnav ul li{
	float:left;
}

#gnav ul li a{
	display:block;
	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
	height:43px;
	background:url(../images/gnav.gif) left top no-repeat;
}

#gnav ul li#g_home a{background-position: 0 0;width: 192px;}
#gnav ul li#g_home a:hover{background-position: 0 -43px;}

#gnav ul li#g_about a{background-position: -192px 0;width: 192px;}
#gnav ul li#g_about a:hover{background-position: -192px -43px;}

#gnav ul li#g_business a{background-position: -384px 0;width: 192px;}
#gnav ul li#g_business a:hover{background-position: -384px -43px;}

#gnav ul li#g_supplier a{background-position: -576px 0;width: 192px;}
#gnav ul li#g_supplier a:hover{background-position: -576px -43px;}

#gnav ul li#g_inquiries a{background-position: -768px 0;width: 192px;}
#gnav ul li#g_inquiries a:hover{background-position: -768px -43px;}


#gnav ul li#g_home a.pp{background-position: 0 -43px;}
#gnav ul li#g_about a.pp{background-position: -192px -43px;}
#gnav ul li#g_business a.pp{background-position: -384px -43px;}
#gnav ul li#g_supplier a.pp{background-position: -576px -43px;}
#gnav ul li#g_inquiries a.pp{background-position: -768px -43px;}


/* ------accordion------------------------------------------------------------------- */

#sp_header{
	display:none;
}

#admenu{
	display:none;
}

/* ------main------------------------------------------------------------------------- */

#main{
	display:block;
	box-shadow: 0 -10px 15px 5px #f1f9ff inset;
}

.support_box1{
	display:block;
	width:310px;
	text-align:left;
	margin:30px 15px 50px 0;
	background:#ffffff;
	box-shadow: 0 0 15px 5px #f2f2f2;
	float:left;
  	position:relative;
   	behavior: url("common/js/PIE.htc");
}

.support_box2{
	display:block;
	width:310px;
	text-align:left;
	margin:30px 15px 50px 0;
	background:#ffffff;
	box-shadow: 0 0 15px 5px #f2f2f2;
	float:left;
	position:relative;
   	behavior: url("common/js/PIE.htc");
}

.support_box_end{
	width:310px;
	text-align:left;
	margin:30px 0 50px 0;
	background:#ffffff;
	box-shadow: 0 0 15px 5px #f2f2f2;
	float:left;
	position:relative;
   	behavior: url("common/js/PIE.htc");
}


.support_box1 h1,
.support_box2 h1,
.support_box_end h1{
	background:url(../images/icon01.png) 20px 12px no-repeat;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:10px 0 10px 0;
	font-size:170%;
	float:left;
}

.fontchange{
	font-size:85%;
	margin:5px 0 0 5px;
}

.support_image{
	padding:0 0 10px 10px;
}

.support_box1:hover,
.support_box2:hover,
.support_box_end:hover{
	background:#d7f9fe;
}


.support_box1 p,
.support_box2 p,
.support_box_end p{
	width:290px;
	padding:0 0 10px 10px;
}

.details_button{
	width:150px;
	height:30px;
	margin:10px auto;
	background:url(../../images/top_details_button.gif) no-repeat left bottom;
}


.heightLineParent a{text-decoration: none;}
.heightLineParent a:link {color: #222222;text-decoration: none;}
.heightLineParent a:visited {color: #222222;text-decoration: none;}
.heightLineParent a:hover {color: #222222;text-decoration: none;}
.heightLineParent a:active {text-decoration: none;}


#sp_main{
	display:none;
}

/* ------main_en---------------------------------------------------------------------- */

.business_supplier{
	display:block;
	width:960px;
	margin:20px auto;
	text-align:left;
	background:url(../../images/japan_map.png) right top no-repeat;
}

.business_supplier h1{
	text-align:center;
	font-weight:bold;
	font-size:200%;
	padding:10px 0 20px 0;
}

.supplier_text{
	text-align:left;
	font-size:110%;
	width:630px;
}

.s_click_bottom{
	text-align:left;
	width:260px;
	height:40px;
	padding:30px 0 20px 0;
}


/* -----motto------------------------------------------------------------------------- */

#motto{
	background:#f3f3f3;
}

#motto_text{
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(../../images/motto_bg.gif) center top no-repeat;
}

#motto_text h1{
	font-weight:bold;
	font-size:130%;
	padding:30px 0 0 0;
}

#motto_text p{
	padding:5px 0 30px 0;
}


/* ----------------case---------------------------------------------------------- */

#case_box{
	width:960px;
	margin:40px auto;
	padding:5px 0 5px 0;
	text-align:left;
	border:solid 1px #d4d4d4;
	box-shadow: 0 0 15px 3px #f2f2f2;
	background:#fff;
	position:relative;
   	behavior: url("common/js/PIE.htc");
}

.case_title h1{
	float:left;
	width:180px;
	font-weight:bold;
	font-size:130%;
	background:url(../../images/case_icon.gif) 25px 18px no-repeat;
	padding:8px 0 10px 45px;
}

.case_title p a{
	float:left;
	width:100px;
	padding:9px 0 0 18px;
	background:url(../images/icon06.png) left 15px no-repeat;
}

.case_image{
	display:block;
	float:left;
	padding:0 0 0 3px;
}

ul.case_image li{
	float:left;
	width:140px;
	padding:0 0 0 16px;
}

ul.case_image li p{
	font-size:85%;
	padding:5px 0 15px 0;
	line-height:1.2;
}


.case_title p a{text-decoration: underline;}
.case_title p a:link {color: #1762b6;text-decoration: underline;}
.case_title p a:visited {color: #1762b6;text-decoration: underline;}
.case_title p a:hover {color: #188ddf;text-decoration: underline;}
.case_title p a:active {text-decoration: underline;}

.case_image ul li a{text-decoration: none;}
.case_image ul li a:link {color: #2a2a2a;text-decoration: underline;}
.case_image ul li a:visited {color: #2a2a2a;text-decoration: none;}
.case_image ul li a:hover {color: #188ddf;text-decoration: underline;}
.case_image ul li a:active {text-decoration: none;}


/* --------------------------------------------------------------------------------------
 contents
--------------------------------------------------------------------------------------- */

#contents_wrap{
	width:960px;
	margin:0 auto;
	top:-10px;
	z-index:2;
	position: relative; 
}

#contents_right{
	width:750px;
	margin:0 auto;
	padding:0 0 25px 0;
	float:right;
	text-align:left;
}

#contents_right.qaBtmSpace{padding:0 0 275px 0;} /*Q&A page only*/

#contents_left{
	width:190px;
	float:left;
	background:#ffffff;
	box-shadow: 0 5px 5px 1px #909396;
	behavior: url("../common/js/PIE.htc");
}

#contents_title{
	max-width:1010px;
	min-width:960px;
	height:70px;
	margin:6px auto 0 auto;
	background:url(../images/pagetop.png) left bottom no-repeat;
}

#contents_title h1{
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	font-size:190%;
	padding:10px 0 0 0;
	margin:0 0 0 25px;
}

.pankuzu{
	text-align:right;
	padding:15px 0 0 0;
}

.contentsBox01{
	margin:15px 0 0 0;
}

#contents_bottom{
	width:100%;
	margin:40px 0 30px 0;
	box-shadow: 0 0 10px 1px #c6c6c6;
	border:1px #dcdcdc;
	behavior: url("../common/js/PIE.htc");
	background:#ffffff;
}

#contents_bottom h1{
	color:#ffffff;
	height:47px;
	padding:8px 0 0 20px;
	text-align:left;
	font-weight:bold;
	background:url(../images/contents_bottom.png) 1px top no-repeat;
	
}

#contents_bottom nav ul li{
	float:left;
	margin:0 20px 20px 25px;
}

#contents_bottom nav ul li a{
	display:block;
	padding:0 0 0 15px;
	font-size:120%;
	background:url(../images/icon06.png) left center no-repeat;
}

.page_top_c{
	text-align:right;
}

.page_top_c a{
	background:url(../images/icon07.png) 5px center no-repeat;
	padding:0 0 0 20px;
}

.contents_list{
	display:block;
	width:750px;
	margin:15px 0 0 0;
	padding:8px 0 8px 0;
	border:solid 1px #dcdcdc;
	border-bottom:solid 3px #dcdcdc;
}

.contents_list li{
	float:left;
	padding:0 15px 0 20px;
}

.contents_list li span{
	padding:0 5px 0 0;
}

.sec_title{
	padding:1px 0 1px 0;
	margin:20px 0 0 0;
	border:solid 1px #ffffff;
	box-shadow: 0 2px 2px 1px #909396;
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff, #dadada);　/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#dadada');
	behavior: url("../common/js/PIE.htc");
}

.sec_title h1{
	text-align:left;
	font-weight:bold;
	font-size:150%;
	padding:4px 0 4px 30px;
	background:url(../images/icon08.png) 10px center no-repeat;
	border-top:solid 2px #082f56;
}

/* --------------------------------------------------------------------------------------
 sideber
--------------------------------------------------------------------------------------- */

#sideber{
	width:190px;
}

#sideber nav{
	background:url(../images/saidber_menu.gif) left top no-repeat;
	text-align:left;
	border-bottom:dotted 1px #d4d4d4;
}

#sideber nav h1{
	color:#ffffff;
	font-size:130%;
	padding:15px 0 0 15px;
	margin:0 0 18px 0;
}

#sideber nav ul{
	width:190px;
}

#sideber nav ul li{
	display: block;
	width:190px;
	float:left;
	border-bottom:dotted 1px #d4d4d4;
}

#sideber nav ul li a{
	display: block;
	height:100%;
	padding:10px 0 10px 35px;
	background:url(../images/icon06.png) 15px center no-repeat;
}

#sideber nav ul li a:hover{
	background:url(../images/icon05.png) 15px center no-repeat;
}

#sideber nav ul li:hover{
	background:#e0ebf7;
}

#sideber nav ul li.pp{
	background:#e0ebf7;
}

#sideber nav ul li a.pp{
	color:#0a58a6;
	background:url(../images/icon05.png) 15px center no-repeat;
}


#sideber a{text-decoration: none;}
#sideber a:link {color: #1762b6;text-decoration: none;}
#sideber a:visited {color: #1762b6;text-decoration: none;}
#sideber a:hover {color: #188ddf;text-decoration: none;}
#sideber a:active {text-decoration: none;}

/* --------------------------------------------------------------------------------------
 supply
--------------------------------------------------------------------------------------- */

.supplyTopWrap{
	padding:15px 0 20px 0;
	background:url(../../supplier/images/supplier_bg.jpg) no-repeat right top;
}

.rootBox{
	width:733px;
	margin:20px 0 0 0;
	padding:10px 5px 10px 5px;
	border:solid 1px #005b9d;
	background:#fff;
	-moz-box-shadow:5px 5px 5px #005b9d;
	-webkit-box-shadow:5px 5px #005b9d;
	box-shadow:5px 5px #005b9d;
}

.rootBox h2{
	zoom:1;
	width:190px;
	padding:65px 0 65px 0;
	float:left;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	-mos-text-shadow: #ffffff 1px 1px 1px; /* FireFox */
	-webkid-text-shadow: #ffffff 1px 1px 1px; /* Webkit */
	text-shadow: #ffffff 1px 1px 1px;
	-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1); /* IE8 */
}

.rootBox h2.outsideRoot{
	background:url(../../supply/images/root_image_01.png) no-repeat center center;
}

.rootBox h2.internalRoot{
	background:url(../../supply/images/root_image_02.png) no-repeat center center;
}

.rootBox table{
	width:525px;
	border-left:dotted 1px #00a0d4;
	padding:5px 0 10px 25px;
	border-spacing: 0;
}

.rootBox table th{
	width:200px;
	text-align:left;
	padding:0 5px 3px 10px;
	border-bottom:solid 3px #00a0d4;
}

.rootBox table td{
	text-align:left;
	padding:3px 5px 3px 10px;
	border-bottom:solid 1px #00a0d4;
}

.supplyCheckList{
	margin:0;
	padding:0;
}

.supplyCheckList li{
	list-style:decimal inside;
	font-size:110%;
	font-weight:bold;
	-mos-text-shadow: #ffffff 1px 1px 1px; /* FireFox */
	-webkid-text-shadow: #ffffff 1px 1px 1px; /* Webkit */
	text-shadow: #ffffff 1px 1px 1px;
	-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1); /* IE8 */
	margin:0 0 10px 0;
	padding:10px 10px 10px 50px;
	background:url(../images/icon_checkmark.png) no-repeat 5px center;
}

.supplyCheckList li.odd{
	background-color:#e0ebf7;
}

.supplyCheckList li.even{
	background-color:#f2f2f2;
}

.supplySample{
	padding:15px 20px;
	margin:0 0 20px 0;
	background:#f8fafd;

	-moz-border-radius: 5px;/*for Firefox*/
	-webkit-border-radius: 5px;/*for Safari and chrome*/
	border-radius: 5px;
		
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;/*for Firefox*/
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;/*for Safari and chrome*/
	box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;
}

.supplySample li{
	list-style:disc inside;
}

.supplySampleL{
	float:left;
	width:330px;
}

.supplySampleR{
	float:right;
	width:330px;
}

.form_btn{
	margin:20px 0 0 0;
	text-align:center;
}

.form_btn a img{
	box-shadow: 2px 2px 10px #999999; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #999999; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #999999; /* Google Chrome, Safari用*/
}

/*------sample----------------------------------------------------------------------------*/

.photoGallery01{
	margin:15px 0 0 0;
}

.photoGallery01 li{
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	width:240px;
	padding:0 10px 15px 0;
	vertical-align:top;
}

.photoGallery01 li p{
	padding:0 0 0 15px;
	background:url(../images/icon09.png) no-repeat 4px 8px;
}

.photoGallery01 li.last{
	padding:0;
}

.photoGallery01 a{text-decoration: underline; color:#333333;}
.photoGallery01 a:link:link{text-decoration: underline; color:#333333;}
.photoGallery01 a:visited{text-decoration: underline; color:#333333;}
.photoGallery01 a:hover{text-decoration: underline; color:#188ddf;}
.photoGallery01 a:active{text-decoration: underline; color:#188ddf;}


.photoGallery02{
	margin:15px 0 0 0;
	padding:10px;
	background:#f2f2f2;

	-moz-border-radius: 5px;/*for Firefox*/
	-webkit-border-radius: 5px;/*for Safari and chrome*/
	border-radius: 5px;

	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.1) inset;/*for Firefox*/
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1) inset;/*for Safari and chrome*/
	box-shadow:2px 2px 2px rgba(0,0,0,0.1) inset;
}

.photoGallery02 li{
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	width:240px;
	padding:0 0 7px 0;
	vertical-align:top;
}

.photoGallery02 li.last{
	padding:0;
}

.photoGallery02 a{text-decoration: underline; color:#333333;}
.photoGallery02 a:link:link{text-decoration: underline; color:#333333;}
.photoGallery02 a:visited{text-decoration: underline; color:#333333;}
.photoGallery02 a:hover{text-decoration: underline; color:#188ddf;}
.photoGallery02 a:active{text-decoration: underline; color:#188ddf;}


.arrow {
	padding:20px 0 10px 0;
}

.arrow li{
	padding:0 0 3px 15px;
	background:url(../images/icon05.png) no-repeat left 6px;
}

/* --------------------------------------------------------------------------------------
 technical
--------------------------------------------------------------------------------------- */

.technicalTopWrap{
	padding:15px 0 65px 0;
	background:url(../../technical/images/technical_topimage_bg.png) no-repeat right top;
}

/* --------------------------------------------------------------------------------------
 quality
--------------------------------------------------------------------------------------- */

.qualityTopWrap{
	padding:15px 0 100px 0;
	background:url(../../quality/images/quality_topimage_bg.png) no-repeat right top;
}

.qualityDotBox{
	margin:15px 0 0 0;
	padding:6px 0;
	background:url(../images/dotbox_bg_01.gif) repeat left top;
}

.qualityDotBox li{
	float:left;
	padding:0 0 0 6px;
}

.qualityDotBox p{
	width:738px;
	margin:6px 6px 0 6px;
	text-align:center;
	font-weight:bold;
	color:#127ba2;
	background:#ffffff;
}

.PromiseList{
	margin:10px 0 0 0;
	padding:0 2px 0 0;
	list-style:decimal inside;
}

.PromiseList li{
	color:#ffffff;
	margin:10px 0 10px 0;
	padding:12px 12px 12px 20px;
	font-size:110%;

	-moz-border-radius: 5px;/*for Firefox*/
	-webkit-border-radius: 5px;/*for Safari and chrome*/
	border-radius: 5px;

	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;/*for Firefox*/
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;/*for Safari and chrome*/
	box-shadow:2px 2px 2px rgba(0,0,0,0.2) inset;

.}

.PromiseList li.firstList{
	background-color:#3eaed7;
}

.PromiseList li.secondList{
	background-color:#88aee1;
}

.PromiseList li.thirdList{
	background-color:#6f99bc;
}

.PromiseList li.forceList{
	background-color:#3f89e4;
}

.FlowList{
	padding:10px 15px 10px 15px;
	list-style:decimal inside;
}

.FlowList li{
	border-bottom:1px dotted #afafaf;
	padding:6px 0 4px 0;
}


/* --------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------- */

/* ------ceo_message--------------------------------------------------------------------- */

#ceo_message{
	width:750px;
	padding:15px 0 0 0;
}

.message_main{
	width:750px;
	text-align:left;
	padding:20px 0 0 0;
}

.message_left{
	width:450px;
	text-align:left;
	float:left;
}

.message_right{
	width:250px;
	float:right;
	text-align:right;
}

.ceo_name{
	padding:10px 0 0 0;
	text-align:right:
}
.ceo_name img{
	padding:3px 0 0 0;
}

/* ------outline--------------------------------------------------------------------- */

#outline_basis{
	width:750px;
}

#outline_basis_map,
#outline_basis_example,
#outline_basis_history,
#outline_basis_ring{
	width:750px;
	padding:25px 0 0 0;
}

#outline_basis_map .gmap_honsha{
	height:500px;
	width:750px;
	margin:20px 0 0 0;
	border:0;
}

.example{
	width:746px;
	text-align:left;
	margin:15px 0 0 0;
	background: -moz-linear-gradient(top, #ffffff, #e0ebf7);　/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0ebf7));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0ebf7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e0ebf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#e0ebf7');
	behavior: url("../common/js/PIE.htc");
}

.inline_border{
	width:742px;
	margin:1px auto;
	border:solid 1px #e6e6e6;
}

.example ul li ul li{
	display:block;
	width:700px;
	height:70px;
	margin:0 auto;
	border-bottom:dotted 1px #005b9d;
}

.example ul li ul li img{
	float:left;
	width:70px;
	padding:19px 0 0 0;
}

.example ul li ul li p{
	padding:15px 0 0 0;
	float:right;
	width:600px;
}

.example ul li ul li.listend{
	border-bottom:none;
}

/* --------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------- */

#contact_main{
	width:750px;
	margin:20px 0 0 0;
	text-align:left;
}

#contact_main h1{
	font-weight:bold;
	font-size:130%;
	padding:0 0 10px 0;
}

#main_title{
	width:750px;
	padding:15px 0 0 0;
}

#main_title h1{
	text-align:left;
	font-weight:bold;
	font-size:180%;
	padding:0 0 5px 0;
	margin:0 0 0 0;
	background:url(../images/title_ber01.gif) left bottom no-repeat;
}

.top_mes{
	padding:0 0 10px 0;
}

#error_area{
	width:500px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:left;
}


#error_mes li{
	color:f5300a;
}

.hissu{
	color:#f5300a;
}

.submit_btn{
	height:20px;
	text-align:center;
	margin:0 0 20px 0;
}

.submit_btn p{
	margin:0 0 10px 0;
}

.submit_btn ul{
	width:690px;
	padding:0 0 0 200px;
}

.submit_btn li{
	float:left;
	padding:0 15px 0 0;
}

.cgi_logo{
	text-align:right;
}

.thanks_mes{
	width:750px;
	text-align:center;
	padding:0 0 30px 0;
}

.sw_text{
	text-align:center;
	font-size:80%;
}

.submit_btn a{text-decoration: none;}
.submit_btn a:link {text-decoration: none;}
.submit_btn a:visited {text-decoration: none;}
.submit_btn a:hover {text-decoration: none;}
.submit_btn a:active {text-decoration: none;}


/*---------------Q&A--------------------------------------------------------------------*/

.q_atext{
	width:720px;
	margin:10px 0 0 10px;
	text-align:left;
}

.q_atext h2{
	background:url(../images/icon_q.png) left center no-repeat;
	padding:0 0 0 25px;
	color:#13589d;
	cursor:pointer;
}

.answer_text{
	width:720px;
	background:#f7f7f7;
	margin:10px 0 0 0;
	border:solid 1px #d3d3d3;
}

.answer_text p{
	width:700px;
	margin:15px auto;
}

.answer_text p span{
	background:url(../images/icon_a.png) left top no-repeat;
	padding:2px 0 5px 25px;
}

/* --------------------------------------------------------------------------------------
 privacy
--------------------------------------------------------------------------------------- */

#privacy_main{
	width:750px;
	padding:0 0 20px 0;
}

#privacy_text{
	width:750px;
	text-align:left;
	padding:5px 0 0 0;
}

#privacy_text p{
	width:730px;
	margin:0 auto;
	padding:15px 0 0 0;
}

#privacy_text nav{
	padding:15px 0 0 35px;
}

#privacy_text p span{
	color:#9e9e9e;
}

/* --------------------------------------------------------------------------------------
 sitemap
--------------------------------------------------------------------------------------- */

.sitemap_box{
	width:750px;
	margin:10px 0 25px 0;
}

.sitemap_title{
	background:#e0ebf7;
}

.sitemap_title h1{
	text-align:left;
	font-weight:bold;
	font-size:120%;
	padding:5px 0 5px 20px;
	background:url(../images/icon03.png) no-repeat 10px center;
}

.sitemap_list{
	width:700px;
	text-align:left;
	margin:15px auto;
}

.sitemap_list li{
	padding:0 0 0 25px;
	background:url(../images/icon02.png) no-repeat 10px center;
}

/* --------------------------------------------------------------------------------------
 site_explain
--------------------------------------------------------------------------------------- */

#siteexplain{
	width:750px;
	text-align:left;
}

#siteexplain_text{
	width:750px;
	margin:0 0 10px 0;
}

#siteexplain p{
	width:730px;
	margin:15px auto;
}

.siteexplain_list{
	width:730px;
	margin:15px auto;
}

.siteexplain_list li{
	padding:0 0 0 20px;
	background:url(../images/icon02.png) no-repeat 10px center;
}

.siteexplain_link{
	width:730px;
	margin:15px 0 0 35px;
}

/* --------------------------------------------------------------------------------------
 table
--------------------------------------------------------------------------------------- */
.normalTable {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
	border: 3px solid #88b7ea;
	text-align:left;
}
.normalTable th {
	padding: 7px 10px 7px 10px;
	border: 1px solid #afc9e6;
	background-color: #e0ebf7;
	text-align: left;
}
.normalTable td {
	padding: 5px 10px;
	border: 1px solid #afc9e6;
	background-color: #ffffff;
}

.normalTable02 {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 3px solid #a8bec7;
	text-align:left;
}
.normalTable02 th {
	width:35%;
	padding: 7px 5px 7px 10px;
	border: 1px solid #aaccf2;
	background-color: #e0ebf7;
	text-align: center;
}
.normalTable02 td {
	padding: 5px;
	border: 1px solid #aaccf2;
	background-color: #ffffff;
}

#tableerror{
	width:450px;
	text-align:center;
}

.outline_table{
	word-break:break-all;
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 0 0;
	border: 2px solid #ffffff;
	text-align:left;
}

.outline_table th {
	padding: 7px 5px 7px 10px;
	border: 2px solid #ffffff;
	background-color: #e0ebf7;
	text-align: left;
}
.outline_table td {
	padding: 5px 7px;
	border: 2px solid #ffffff;
	background-color: #f6f6f6;
}

.history_table{
	width: 750px;
	border-collapse: collapse;
	margin: 20px 0 0 0;
	border: 2px solid #ffffff;
	text-align:left;
}

.history_table th {
	padding: 7px 5px 7px 10px;
	border: 2px solid #ffffff;
	background-color: #e6e6e6;
	text-align: left;
}
.history_table td {
	padding: 5px;
	border: 2px solid #ffffff;
	background-color: #f6f6f6;
}

.ring_image{
	margin:0 auto;
	padding:30px 0 50px 0;
}

/* --------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------- */

footer{
	width:960px;
	margin:0 auto;
}

#fnav{
	float:left;
	text-align:left;
	width:400px;
}

#fnav ul li{
	width:150px;
	float:left;
	background:url(../images/icon02.png) left 7px no-repeat;
	padding:0 0 0 10px;
	font-size:90%;
}

.page_top{
	text-align:right;
	padding:5px 0 0 0;
}

#footer_contact{
	background:#eaeaea;
}

#fcontact{
	width:960px;
	margin:0 auto;
	text-align:left;
}

.ftel{
	float:left;
	width:443px;
	padding:21px 0 20px 0;
}

.fcontact,
.fquestion{
	float:right;
	width:260px;
	padding:31px 0 0 20px;
}

#footer_address{
	background:#111111;
}

.faddress{
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(../images/footer_image.png) right top no-repeat;
	color:#929292;
	font-size:85%;
}

.flogo{
	width:142px;
	float:left;
	padding:20px 0 0 0;
}

.faddress_text{
	width:750px;
	float:left;
	padding:20px 0 20px 20px;
}

.footer_copyright{
	margin:0 0 10px 0;
}

#fnav a{text-decoration: none;}
#fnav a:link {color: #2a2a2a;text-decoration: none;}
#fnav a:visited {color: #2a2a2a;text-decoration: none;}
#fnav a:hover {color: #188ddf;text-decoration: none;}
#fnav a:active {text-decoration: none;}


/* --------------------------------------------------------------------------------------
 smart phone
--------------------------------------------------------------------------------------- */

@media screen and (max-width: 580px)  {

.img100{
	width:100%;
}

body{
	background:none;
	min-width:100%;
}


.width100,
.width150,
.width200,
.width300,
.width450{width:95%;}

form{
	height:100%;
}

.spHide{
	display:none;
}

/* --------------------------------------------------------------------------------------
 Text
--------------------------------------------------------------------------------------- */

.readText01L{
	width:100%;
	float:none;
}

.readText01R{
	width:100%;
	float:none;
}


.readText02L{
	width:100%;
	float:none;
}

.readText02R{
	width:100%;
	float:none;
}

.readText03L{
	width:100%;
	float:none;
}

.readText03R{
	width:100%;
	float:none;
}

/* --------------------------------------------------------------------------------------
 Image
--------------------------------------------------------------------------------------- */
.imageAreaR{
	float:none;
	text-align:center;
	margin:0 0 15px 0;
}

.imageAreaR img{
	max-width:400px;
	width:100%;
}

.imageAreaL{
	float:none;
	text-align:center;
	margin:0 0 15px 0;
}

.imageAreaL img{
	max-width:400px;
	width:100%;
}

/* --------------------------------------------------------------------------------------
 btn
--------------------------------------------------------------------------------------- */

.basicBtn430{
	width:100%;
}

/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

header{
	background:none;
}

header.contents{
	height:50px;
	background:none;
	z-index:auto;
}

#header_wrap{
	width:100%;
	height:100%;
	background:none;
	padding:0;
}

.header_main{
	width:100%;
	margin:0;
	position:fixed;
	z-index:1500;
}

#header_left{
	width:100%;
	float:none;
}

#header_left h1{
	display:none;
}

.header_text{
	display:none;
}

#header_right{
	display:none;
}

#home_main{
	min-width:100%;
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1000;
	top:50px;
}

#home_main ul{
	padding:0;
	margin:0;
}

#home_main li{
	list-style:none;
	line-height:0;
}

#home_main img{
	width:100%;
	height:auto;
}

/* --------------------------------------------------------------------------------------
 slider
--------------------------------------------------------------------------------------- */

.bx-wrapper{
	margin:0 0 50px 0;
}

.bx-wrapper .bx-viewport {
	box-shadow:none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	background: none;
	
}

/* PAGER */

.bx-pager{
	display:none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	background:none;
}

.bx-wrapper .bx-next {
	background:none;
}

/* --------------------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------------------- */

#gnav{
	display:none;	
}

/*  accordion
---------------------------------------------------------- */

#sp_header{
	display:block;
}

#admenu{
	display:block;
}

#sp_header{
	display: block;
	width:100%;
	background:#FFF;
	text-align:center;
	box-shadow: 0 0 4px rgba(0,0,0,0.30);
	position:fixed;
	z-index:1500;
}

#sp_header-inner{
	background: -moz-linear-gradient(top, #fdfdfd 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#efefef 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#efefef 100%);
	border-bottom:1px solid #fff;	
}

#sp_header #sp_logo{
	width:114px;
	height:27px;
	margin:9px 0 9px 10px;
	padding:0;
	float:left;
}

#admenu {
	width:100%;
	font-size:13px;
	text-align: left;
	background-color:#e0ebf7;
	line-height:100%;
	color:#333;
	position:fixed;
	top:-250px;
	z-index:1300;
}

#admenu.on {
	display: block;
}
#admenu.off {
	display: none;
}

#admenu li {
	border-bottom:1px solid #bed0e4;
	border-top:1px solid #eef6fe;
	list-style:none;
}

#admenu li a {
	display: block;
	padding:13px 0 13px 25px;
	background:url(../images/icon05.png) no-repeat 5px center;
}

#admenu li a:link,
#admenu li a:hover,
#admenu li a:visited,
#admenu li a:active {
	color: #333333;
	text-decoration: none;
}

#admenu .search {
	white-space: nowrap;
	padding:13px 20px;
}

#admenu .searchInput {
	width:70%;
	padding:5px;
	color:#333;
	float: left;
}

#admenu .btn{
	width:70px;
	height:31px;
	float: right;
}

#accordion {
	width:45px;
	height:45px;
	border-left:1px solid #d6d6d6;
	float:right;
}

#adtitle{
	height:37px;
	padding:5px 0 0 0;
	font-size:10px;
	line-height:110%;
	cursor:pointer;
}

#adtitle span{
	background:url(../images/open.png) no-repeat center center;
	padding:0 0 40px 0;
}

#adtitle span.close{
	background:url(../images/open.png) no-repeat center center;
	padding:0 0 40px 0;
}

#adtitle span.open{
	background:url(../images/close.png) no-repeat center center;
	padding:0 0 40px 0;
}

/* --------------------------------------------------------------------------------------
 main
--------------------------------------------------------------------------------------- */

#main_wrap{
	background:none;
	position:relative;
	z-index:1000;
}

#main{
	width:100%;
	margin:0 auto;
}

.business_supplier{
	width:95%;
	background:none;
}

.business_supplier h1{
	text-align:center;
	font-weight:bold;
	font-size:200%;
	padding:10px 0 20px 0;
}

.supplier_text{
	width:100%;
}

.s_click_bottom{
	text-align:center;
	width:auto;
	height:auto;
	padding:30px 0 20px 0;
}

.support_box1,
.support_box2{
	width:33%;
	text-align:left;
	margin:0;
	box-shadow:none;
	border-right:1px solid #919191;
	background:none;
}

.support_box_end{
	width:33%;
	text-align:left;
	margin:0;
	box-shadow:none;
	background:none;
}

.support_box1 h1{
	width:100%;
	background:url(../../images/sd_main_logo01.png) no-repeat center 5px;
	font-weight:bold;
	margin:0 auto;
	padding:50px 0 5px 0;
	font-size:100%;
	text-align:center;
}

.support_box2 h1{
	width:100%;
	background:url(../../images/sd_main_logo02.png) no-repeat center 5px;
	font-weight:bold;
	margin:0 auto;
	padding:50px 0 5px 0;
	font-size:100%;
	text-align:center;
}

.support_box_end h1{
	width:100%;
	background:url(../../images/sd_main_logo03.png) no-repeat center 5px;
	font-weight:bold;
	margin:0 auto;
	padding:50px 0 5px 0;
	font-size:100%;
	text-align:center;
}

.fontchange{
	display:block;
	font-size:85%;
	margin:0;
	padding:0 0 5px 0;
}

.support_image{
	display:none;
}

.support_box1 p,
.support_box2 p,
.support_box_end p{
	display:none;
}

.details_button{
	display:none;
}

#sp_main{
	display:block;
	background:#565656;
}

#sp_main ul{
	width:100%;
	display:table;
	table-layout: fixed;
}

#sp_main li{
	display:table-cell;
	float:none;
	background:url(../images/icon04.png) no-repeat 98% center;
	box-shadow:inset 1px 0 0 0 #919191;
	text-align:center;
}

#sp_main li a{
	height:100%;
	display:block;
	font-size:80%;
	font-weight:bold;
	padding:15px 0 15px 0;
}

#sp_main li a {text-decoration: none;color: #ffffff;}
#sp_main li a:link {color: #ffffff;text-decoration: none;}
#sp_main li a:visited {color: #ffffff;text-decoration: none;}
#sp_main li a:hover {color: #ffffff;text-decoration: none;}
#sp_main li a:active {text-decoration: none;}


/* --------------------------------------------------------------------------------------
 motto
--------------------------------------------------------------------------------------- */

#motto{
	background:#ffffff;
}

#motto_text{
	width:90%;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:left;
	background:none;
}

#motto_text h1{
	font-weight:bold;
	font-size:130%;
	padding:0 0 5px 0;
}

#motto_text p{
	padding:0 0 10px 0;
}

/* --------------------------------------------------------------------------------------
 case
--------------------------------------------------------------------------------------- */

#case_box{
	width:100%;
	margin:0 auto;
	padding:0;
	border:none;
	box-shadow:none;
}

.case_title{
	width:100%;
	background:#565656;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}

.case_title h1{
	float:left;
	width:40%;
	font-size:100%;
	padding:0 0 0 5%;
	color:#fff;
	background:none;
}

.case_title p{
	float:right;
	width:10%;
	padding:0;
	margin:0 5% 0 0;
	text-align:right;
}

.case_title p a{
	float:none;
	width:100%;
	padding:0 0 0 18px;
	background:url(../images/icon06.png) left 4px no-repeat;
}

.case_image{
	display:table;
	margin:0 auto;
	float:none;
	padding:0;
	width:94%;
	table-layout:fixed;
}

ul.case_image li{
	width:100%;
	display:table-cell;
	float:none;
	margin:0 auto;
	padding:15px 0 0 0;
}

ul.case_image li p{
	padding:0;
	width:100%;
}


.case_title p a{text-decoration: underline;}
.case_title p a:link {color: #fff;text-decoration: underline;}
.case_title p a:visited {color: #fff;text-decoration: underline;}
.case_title p a:hover {color: #fff;text-decoration: underline;}
.case_title p a:active {text-decoration: underline;}

.case_image ul li a{text-decoration: none;}
.case_image ul li a:link {color: #2a2a2a;text-decoration: underline;}
.case_image ul li a:visited {color: #2a2a2a;text-decoration: none;}
.case_image ul li a:hover {color: #188ddf;text-decoration: underline;}
.case_image ul li a:active {text-decoration: none;}

/* --------------------------------------------------------------------------------------
 contents
--------------------------------------------------------------------------------------- */

#contents_wrap{
	width:95%;
	z-index:auto;
}

#contents_right{
	width:100%;
	float:none;
	padding:0 0 20px 0;
}

#contents_right.qaBtmSpace{padding:0 0 160px 0;} /*Q&A page only*/

#contents_left{
	width:100%;
	float:none;
	box-shadow:none;
}
.business #contents_left,
.supplier #contents_left,
.inquiries #contents_left{
	display:none;
}

#contents_title{
	max-width:100%;
	min-width:100%;
	height:100%;
	margin:0 auto;
	background:none;
}

#contents_title h1{
	display:none;
}

#main_title{
	width:100%;
}

.pankuzu,
#contents_bottom{
	display:none;
}

.contents_list{
	width:100%;
	text-align:left;
}

.contents_list li{
	float:none;
}

.contents_list li span{
	padding:0;
}


/* --------------------------------------------------------------------------------------
 sideber
--------------------------------------------------------------------------------------- */

#sideber{
	width:100%;
	margin:0;
}

#sideber nav{
	height:100%;
	background:#0957a5;
	text-align:left;
	border-bottom:dotted 1px #d4d4d4;
}

#sideber nav h1{
	color:#ffffff;
	font-size:130%;
	padding:10px 0 0 10px;
	margin:0 0 10px 0;
}

#sideber nav ul{
	width:100%;
}

#sideber nav ul li{
	width:100%;
}

#sideber nav ul li a:hover{
	background:url(../images/icon06.png) 15px center no-repeat;
}

#sideber nav ul li:hover{
	background:#ffffff;
}

#sideber nav ul li.pp{
	background:#ffffff;
}

#sideber nav ul li a.pp{
	color:#1762b6;
	background:url(../images/icon06.png) 15px center no-repeat;
}


#sideber a{text-decoration: none;}
#sideber a:link {color: #1762b6;text-decoration: none;}
#sideber a:visited {color: #1762b6;text-decoration: none;}
#sideber a:hover {color: #1762b6;text-decoration: none;}
#sideber a:active {text-decoration: none;}

/* --------------------------------------------------------------------------------------
 supply
--------------------------------------------------------------------------------------- */

.supplyTopWrap{
	padding:15px 0 0 0;
	background:none;
}

.rootBox{
	width:96%;
	margin:20px 0 0 0;
	padding:10px 5px 10px 5px;
	border:solid 1px #005b9d;
	background:#fff;
	box-shadow:5px 5px #005b9d;
	-moz-box-shadow:5px 5px 5px #005b9d;
	-webkit-box-shadow:5px 5px #005b9d;
	behavior: url("../common/js/PIE.htc");
}

.rootBox h2{
	zoom:1;
	width:100%;
	padding:0;
	float:none;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	-mos-text-shadow: #ffffff 1px 1px 1px; /* FireFox */
	-webkid-text-shadow: #ffffff 1px 1px 1px; /* Webkit */
	text-shadow: #ffffff 1px 1px 1px;
	-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1); /* IE8 */
}

.rootBox h2.outsideRoot{
	background:#00a0d4;
}

.rootBox h2.internalRoot{
	background:#00a0d4;
}

.rootBox table{
	width:100%;
	border-left:none;
	padding:5px;
	border-spacing: 0;
}

.rootBox table th{
	width:auto;
	text-align:left;
	padding:0 5px 3px 10px;
	border-bottom:solid 3px #00a0d4;
}

.rootBox table td{
	text-align:left;
	padding:3px 5px 3px 10px;
	border-bottom:solid 1px #00a0d4;
}

.supplyCheckList{
	margin:10px 0 0 0;
	padding:0 5px 0 5px;
}

.supplyCheckList li{
	font-weight:bold;
	-mos-text-shadow: #ffffff 1px 1px 1px; /* FireFox */
	-webkid-text-shadow: #ffffff 1px 1px 1px; /* Webkit */
	text-shadow: #ffffff 1px 1px 1px;
	-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1); /* IE8 */
	margin:10px 0 10px 0;
	padding:10px 10px 10px 50px;
	background:url(../images/icon_checkmark.png) no-repeat 5px center;
}

.supplyCheckList li.odd{
	background-color:#e0ebf7;
}

.supplyCheckList li.even{
	background-color:#f2f2f2;
}


.supplySampleL,
.supplySampleR{
	float:none;
	width:100%;
}

/*------supply_sample----------------------------------------------------------------------------*/

.photoGallery01,
.photoGallery02{
	text-align:center;
}

.photoGallery01 li,
.photoGallery02 li{
	width:41%;
	padding:0 10px 10px 10px;
}

.photoGallery01 li p{
	padding:0;
	background:none;
}

.photoGallery01 li.last,
.photoGallery02 li.last{
	padding:0 10px 10px 10px;
}

/* --------------------------------------------------------------------------------------
 technical
--------------------------------------------------------------------------------------- */

.technicalTopWrap{
	background:none;
	padding:15px 0 0 0;
}
	
/* --------------------------------------------------------------------------------------
 quality
--------------------------------------------------------------------------------------- */

.qualityTopWrap{
	padding:15px 0 0 0;
	background:none;
}

.qualityDotBox{
	padding:6px 6px;
}

.qualityDotBox li{
	float:none;
	text-align:center;
	padding:0 0 6px 0;
}

.qualityDotBox li img{
	max-width:400px;
	width:100%;
}

.qualityDotBox p{
	width:100%;
	margin:0;
}

/* --------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------- */


/* ------ceo_message--------------------------------------------------------------------- */

#ceo_message{
	width:100%;
	padding:15px 0 0 0;
}

#ceo_message p{
	width:100%;
	padding:20px 0 0 0;
}

.message_main{
	width:100%;
}

.message_left{
	width:100%;
	float:none;
}

.message_right{
	width:100%;
	float:none;
	text-align:center;
	padding:20px 0 0 0;
}

.ceo_name p{
	padding:0;
}

/* ------outline--------------------------------------------------------------------- */

#outline_basis{
	width:100%;
}

#outline_basis_map,
#outline_basis_example,
#outline_basis_history,
#outline_basis_ring{
	width:100%;
}

#outline_basis_map .gmap_honsha{
	width:100%;
}


.sec_title h2{
	text-align:left;
	font-weight:bold;
	font-size:150%;
	padding:4px 0 4px 30px;
	background:url(../images/icon08.png) 10px center no-repeat;
	border-top:solid 2px #082f56;
}

.example{
	width:100%;
}

.inline_border{
	width:99%;
}

.example ul li ul li{
	width:90%;
	height:100%;
	padding:0;
}

.example ul li ul li img{
	float:none;
	text-align:center;
	padding:14px 0 0 0;
}

.example ul li ul li p{
	padding:10px 0 10px 0;
	float:none;
	width:100%;
}

.example ul li ul li.listend{
	border-bottom:none;
	padding:0 0 10px 0;
}

/* --------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------- */

#contact_main{
	width:100%;
	margin:10px auto 10px auto;
}

#error_area{
	width:100%;
	margin:0 auto;
}

.submit_btn{
	height:20px;
	padding:20px 0 0 0;
}

.submit_btn ul{
	width:100%;
	padding:0;
}

.submit_btn li{
	width:48%;
	padding:0 5px 0 0;
	margin:0 auto;
}

.cgi_logo{
	text-align:right;
}

.thanks_mes{
	width:100%;
	margin:20px auto 0 auto;
}

/*---------------Q&A--------------------------------------------------------------------*/

.q_atext{
	width:100%;
	margin:10px 0 0 0;
}

.q_atext h2{
	padding:0 0 0 25px;
	color:#13589d;
}

.answer_text{
	width:100%;
	margin:10px 0 0 0;
	padding:0 0 15px 0;
}

.answer_text p{
	width:95%;
	margin:10px auto;
}

/* --------------------------------------------------------------------------------------
 privacy
--------------------------------------------------------------------------------------- */

#privacy_main{
	width:100%;
	margin:0 auto;
}

#privacy_text{
	width:100%;
}

#privacy_text p{
	width:95%;
	margin:0 auto;
	padding:15px 0 0 0;
}

#privacy_text nav{
	padding:15px 0 0 30px;
}

/* --------------------------------------------------------------------------------------
 sitemap
--------------------------------------------------------------------------------------- */

.sitemap_box{
	width:100%;
	margin:10px 0 25px 0;
}

.sitemap_title{
	background:#e0ebf7;
}

.sitemap_title h1{
	text-align:left;
	font-weight:bold;
	font-size:120%;
	padding:5px 0 5px 20px;
}

.sitemap_list{
	width:90%;
	text-align:left;
	margin:15px auto;
}

.sitemap_list li{
	padding:0 0 0 25px;
}

/* --------------------------------------------------------------------------------------
 site_explain
--------------------------------------------------------------------------------------- */

#siteexplain{
	width:100%;
}

#siteexplain_text{
	width:100%;
	margin:0 0 10px 0;
}

#siteexplain p{
	width:95%;
	margin:15px auto;
}

.siteexplain_list{
	width:95%;
	margin:15px auto;
}

.siteexplain_list li{
	padding:0;
	background:none;
}

.siteexplain_link{
	width:90%;
	margin:0 0 0 7%;
}


/* --------------------------------------------------------------------------------------
 table
--------------------------------------------------------------------------------------- */
.normalTable{
	width:100%;
	margin:0 auto;
}

.normalTable th{
	width:30%;
}

.normalTable td{
	width:70%;
}

.normalTable td input:size{
	width:100%;
}

.company{
	width:250px;
}

#tableerror{
	width:90%;
}

.outline_table{
	width: 100%;
}

.history_table{
	width: 100%;
}

/* --------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------- */

#footer_wrap{
	width:100%;
	margin:15px 0 0 0;
	position:relative;
}

footer{
	width:100%;
	margin:0 auto;
	padding:0 0 5px 0;
}

.page_top a img{
	float:right;
	padding:5px 10px 5px 10px;
}

#fnav{
	float:none;
	text-align:left;
	width:100%;
}

#fnav ul{
	padding:0 0 0 10px;
}

#fnav ul li{
	width:35%;
	padding:0 0 0 8px;
	margin:0 0 0 0;
	font-size:80%;
	background:url(../images/icon02.png) left 7px no-repeat;
}

#footer_contact{
	background:#eaeaea;
	margin:0 auto;
}

#fcontact{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0 0 0;
}

.ftel{
	float:none;
	width:90%;
	padding:0 0 20px 0;
	margin:0 auto;
}

.fcontact{
	display:block;
	float:none;
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
}
.fquestion{
	float:right;
	width:45%;
	text-align:center;
	padding:0 10px 20px 0;
}

#footer_address{
	background:#525252;
}

.faddress{
	width:90%;
	margin:0 auto;
	text-align:left;
	background:none;
	color:#929292;
	font-size:85%;
}

.flogo{
	display:block;
	width:100%;
	float:none;
	padding:20px 0 10px 0;
}

.faddress_text{
	
	width:100%;
	float:none;
	padding:0;
}

.footer_copyright{
	margin:10px 0 10px 0;
}

#fnav a{text-decoration: none;}
#fnav a:link {color: #2a2a2a;text-decoration: none;}
#fnav a:visited {color: #2a2a2a;text-decoration: none;}
#fnav a:hover {color: #188ddf;text-decoration: none;}
#fnav a:active {text-decoration: none;}



}