@charset "UTF-8";
/* CSS Document */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.7;
}
/*jquery mobile hack*/
.ui-header .ui-title {
	white-space: normal;
	margin:0 1em;
	}
	h1.text-title a {
   /* add text logo */
   margin-left:13px;
   font-size:32px;
   line-height:50px;
   text-decoration:none !important;
   font-weight:bold;
   color:black;
}
h2{
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 0 20px;
	text-shadow: 0px 2px 2px #ccc;
}

h3.corner_title {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1;
	padding:5px;
	margin:30px 0 10px;
	border:solid 1px #ccc;
	background:url(../images/bg_h.png) right no-repeat #666;
	color:#fff;
	/*text-shadow: 0px 2px 2px #333;*/
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}


/*汎用スタイル*/
.clear { clear:both; }
.textshadow1{
	text-shadow:1px 1px 2px #ccc;
	}
.radius3{
	border-radius: 3px!important;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	/*for IE(PIE使用）対策*/
	zoom:1;
}
.radius5{
	border-radius: 5px!important;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	/*for IE(PIE使用）対策*/
	zoom:1;

}
.radius10{
	border-radius: 10px!important;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	/*for IE(PIE使用）対策*/
	zoom:1;
}
.w_max{
	width:100%;
}
.normal_table{
	border-collapse:collapse;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:20px 0;
}
.normal_table tbody{
	/*border-bottom:solid 3px #999;*/
	border-bottom:solid 1px #ccc;
}
.normal_table tr {
}
/*.normal_table tr.odd {
}
.normal_table tr.even {
}*/
.normal_table th {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#f2f2f2;
	text-align:left;
}
.normal_table td {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#fff;
	text-align:left;
}
.normal_table td.dotted {
	border-bottom:dotted 1px #CCCCCC;
}
/*共通スタイル*/
#cont{
	background:url(../images/bg_contarea.png) top repeat-x;
}
/*footer*/
#footer{
	padding:20px;
	text-align:center;
}
#footer .copyrights{
	font-weight:normal;
	font-size:small;
}
/*toppage*/
.top_read{
	font-size:smaller;
}
.top_company_name{
	margin:20px 10px;
	font-size:larger;
	font-weight:bold;
}
#whatsnewbox{
	margin:20px 0;
}
/*#whatsnewbox h3{*/
.index h3{
	font-size:larger;
	font-weight:bold;
	margin:10px 0;
}
#whatsnewbox dl{
	border:solid 1px #ccc;
	padding:0.5em;
}
#whatsnewbox dl dt{
	font-size:smaller;
	margin:0 0 0.5em 0;
}
#whatsnewbox dl dd{
	padding:0 0 0.5em 1em;
	border-bottom:dotted 1px #ccc;
	margin:0 0 0.5em 0;
}
#whatsnewbox dl dd:last-child{
	border-bottom:none;
}
/*top写真部分*/
body.portrait .box_thumb{
	width:270px;
	margin:20px auto;
	text-align:center;
}
body.landscape .box_thumb{
	width:100%;
	margin:20px auto;
	text-align:center;
}

.box_thumb img{
	margin:10px 5px;
}
#box_com_adress{
	border:dotted 1px #ccc;
	background-color:#f3f3f3;
	padding:0.5em;
}
#box_com_adress .com_name{
	font-weight:bold;
	margin:0 0 0.5em 0;
}
#box_com_adress .com_adress{
	font-weight:normal;
	color:#666;
}

/*画像ボックス 下位ページ*/
.ph_box{
	margin:20px 0;
	text-align:center;
}
.ph_box  .ph_container{
	display:inline-block;
	margin:0 auto;
}
.ph_box img{
	margin: 0 10px 15px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 2px;
}

/*製品案内*/
.product_box{
	text-align:center;
}
.product_box img{
	/*margin:20px auto 15px;*/
	margin:0 auto;
}
.product_box table.normal_table{
	width:100%;
	margin:5px auto 30px;
	
}
/*お問い合わせ*/
.contact_table{
	border-collapse:collapse;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:20px 0;
	width:100%;
}
.contact_table tr {
	
}

.contact_table th {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#f2f2f2;
}
.contact_table td {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#fff;
}
/*お取引先様専用サイト*/
.h1_customer_midashi{
	margin:0 0 0 0;
	font-size:18px;
	color:#E80404;
	text-shadow: 0px 2px 2px #ccc;
}
.index_box{
	width:100%;
	margin:40px 0 20px;
}
/*tool*/
.menu{
	margin:20px 0 10px;
}
.menu h3{
	/*background-color:#d2d2d2;*/
	border-bottom:solid 1px #ccc;
	margin:0 0 10px 0;
}
.menu ul{
	list-style:none;
}
.menu ul li{
		float:left;
		padding:5px 0;
}

.menu ul li a{
	background:#fff;
	text-decoration:none;
	margin: 10px;
	padding:5px 10px;
	border:solid 1px #ccc;
	/* border-radius */
	border-radius: 3px!important;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.menu ul li a:hover{
	background:#f2f2f2;
}
.listBase{
}
.listBase h3{
	font-size:16px;
	font-weight:bold;
	border-left:solid 5px #666;
	border-bottom:solid 1px #666;
	margin:20px 0 20px 0;
	padding:0 0 5px 10px;
}
.listBase img{
	float:left;
	margin:0 0 20px;
}

.listBase table{
	float:left;
	border-collapse:collapse;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:0 8px 20px 0;
	/*width:19%;*/
	width:100%;
}
.listBase table.first{
	clear:left;
}
.listBase table tr {
	
}

.listBase table th {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#fff;
}
.listBase table td {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#fff;
}
.pTop{
	clear:both;
	text-align:right;
	
}
.pTop a{
	padding:0 0 0 20px;
	margin:10px 0;
	background:url(../images/bg_pTop.png)left no-repeat;
}
/*processing*/
ul.comKomeList{
	color:#f00;
	margin:20px 0;
}
table.proBox{
	width:100%;
}
table.proBox th,table.proBox td{
	vertical-align:top;

}
table.proBox th,table.proBox td.parts_img{
	vertical-align:middle;
	background-color:#fff;
	margin:0 10px 0 0;
}
table.proBox table{
	border-collapse:collapse;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:20px 10px 20px 0;
	width:100%;
}
table.proBox table tr {
}
/*.normal_table tr.odd {
}
.normal_table tr.even {
}*/
table.proBox table th {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#f2f2f2;
}
table.proBox table td {
	padding:5px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#fff;
}
table.proBox h3{
	font-size:14px;
	font-weight:bold;
	border-left:solid 5px #666;
	border-bottom:solid 1px #666;
	margin:20px 0 20px 0;
	padding:0 0 5px 10px;
}
/*calendar*/

#cal{
	font-family:Verdana, Osaka , “ＭＳ Ｐゴシック”,sans-serif; padding-bottom:20px;
	}
#cal h3{
		font-size:197%;
		font-weight:bold;
		color:#666;
		}
#cal .cBase{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	}
#cal .cBase div{/*カレンダー枠*/
	display:inline-block;
	width:225px;
	padding:0 0 1px 2px;
	background-color:#ccc;
	margin:0 auto  20px;
	padding:0 0 1px 2px;
	}
#cal p{/*月名*/
	width:225px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:3px 0;
	}
#cal ul{
	width:225px;
	overflow:hidden;
	list-style:none;
	}
#cal li{
	float:left;
	width:30px;
	text-align:center;
	background-color:white;
	margin:0 1px 1px 1px;
	font-weight:bold;
	}
#cal li.week{
	background-color:#EFEFEF;
	font-size:93%;
	}	
#cal li.holi	{
	color:red;
	}