/* ----- Universal Engraving Systems ----- */


/* 基本設定
------------------------------------------------------------ */
body{
	font-size:16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #222;
	line-height:1.8;
	text-align:center;
	height: 100%;
	padding-top:3px;
	min-width: 100px;
}

/* for IE6 */
* html body {font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* HIdes from IE-mac */
*html .clearfix {height:1%;}
.clearfix {display:block;}


/* ----- 見出し ----- */
h1 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:1.5em;
	border-bottom:1px solid #222;
	margin-bottom:30px;
	display:block;
	width:720px;
	}

.wide{
	width:960px;/* サイドメニューなしh1 */
}

h2 {
	font-size:1.3em;
	margin-bottom:10px;
	font-weight:bold;
	}

h3 {
	font-size:1.2em;
	margin-bottom:10px;
}

h4 {
	color:#FF3333;
	font-family: 'Leckerli One', cursive;
	font-size:1.3em;
	margin-bottom:4px;
	}

h5 {
}

h6 {
	}
/* ----- 文章装飾 ----- */

.title{
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:25px;
	letter-spacing:1px;
	margin:10px 0;
	line-height:1.2em;
}

p {
	padding:0 0 10px;
}

strong {
	font-weight:bold;
}

.txtRed {
	color:#FF3333;
	font-weight:bold;
}

.outTxt {
	text-indent: -99999px;
}

.tokucho h2{
	clear:both;
	color:#FF3333;
	font-size:1.3em;
	border-bottom:1px solid #FF3333;
	margin:30px 0 15px;
	font-weight: bold;
}

.list_dot li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left:20px;
}

.text_right{
	text-align:right;
}

.sub_menu{
	font-size:0.9em;
	list-style-type: disc;
	border: none;
}

.toptext{
	font-size:0.7em;
	padding-bottom:10px;
}

/* ----- リンク色 ----- */
/* 通常のリンク */
a:link {
	color:#222;
	text-decoration:none;
}
/* 訪問済みリンク */
a:visited{
	color:#222;
	text-decoration:none;
}
/* カーソルが合っている状態 */
a:hover {
	color:#666;
	text-decoration:none;
}
/* アクティブ状態 */
a:active {
	color:#666;
	text-decoration:none;
}


/* ----- 著作権 ----- */
address {
	clear:left;
	color:#fff;
	font-size:10px;
	font-style:normal;
	letter-spacing:1px;
	text-align:right;
}

/* ----- 画像フロート ----- */

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

.imgR{
	float:right;
	padding:0px 0px 15px 15px;
}

/* ----- toppage banner ----- */
.index_banner td{
	padding-bottom:15px;
}

.index_banner .right{
	text-align:right;
}


/* ----- パンクズナビ ----- */
#pankuzu{
	margin:10px 0px 20px 0px;
	background-color:#e4e6e5;
	text-align:left;
	font-size:0.8em;
	color:#666;
	padding:1px 0px 1px 5px;
}

/* ----- サイドメニュー ----- */
.side_menu{
	margin-bottom:20px;
}

.side_menu li{
	border-bottom:1px dashed #b6b8b7;
}

.side_menu li a{
	display:block;
	padding:5px 0 5px 5px;	
	}

	
.side_menu li a:hover{
	background-color:#e4e6e5;
	color:#000;
}

.side_menu li:last-child{
	border-bottom: none;
}

.contents_menu{
	padding:10px 10px 3px 10px;
	margin-bottom:20px;
	border:1px solid #b6b8b7;
	background-color:#f3ede1;
}

.contents_menu li{
	border-bottom:1px dashed #b6b8b7;
	font-size:0.9em;
	}

.contents_menu li a{
	display:block;
	padding:5px 0 5px 5px;	
}

	
.contents_menu li a:hover{
	background-color:#e4e6e5;
	color:#000;
}

.contents_menu li:last-child{
	border-bottom: none;
	padding-bottom:0px;
}

.contents_menu .select a{
	font-weight: bold;
	color:#ff3333;
}

.contents_small{
	border-bottom:1px dashed #b6b8b7;
	padding-bottom:5px;
}

.contents_small li{
	border-bottom: none;
	list-style-type: disc;
	list-style-position:outside;
	margin-left:12px;
	font-size:0.9em;
}

#right_box .tel li{
	letter-spacing:1px;
	padding:3px 0 3px 5px;
}

#right_box .banner li{
	margin-bottom:10px;
}

#right_box .goods_bn{
	margin-bottom:10px;
}


/* ----- ページトップへ戻る ----- */
#page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
		font-family: Verdana, Roboto, 'Droid Sans', sans-serif;
		font-size:85%;
}
#page-top a {
        background: #333;
        text-decoration: none;
        color: #fff;
        width: 90px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}
#page-top a:hover {
        text-decoration: none;
        background: #777;
}

/* ----- 画像マウスオーバー ----- */
#common a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* ----- センタリング ----- */
.center{
	text-align:center;
}

/* ----- アテンション ----- */
.attention{
	font-size:0.9em;
	margin-top:10px;
	border:1px dashed #333;
	padding:10px;
}



/* Webサイト設定
------------------------------------------------------------ */
/* ----- 外枠 ----- */

#index #wrap {
	background-image: none;
	clear:both;
}

#wrap {
	margin:0 auto;
	text-align:center;
}
	
section{
	line-height:1.6;
	letter-spacing:0.9px;
}


/* ----- ヘッダー ----- */
header {
	padding-bottom:0px;
	margin-bottom:0px;
	height:700px;
	*height:195px;
}

.header_box{
	margin:0 auto;
	width:960px;
	text-align:left;
}

.head_left{
	float:left;
	width:600px;
	}
	
.head_right{
	float:right;
	width:300px;
}
	

/* ----- メニュー ----- */

#menu-wrap {
	clear:both;
  width: 100%;
	  height: 90px;
	  background: #fff;
	  border-bottom:12px solid #222;
	  padding-top:5px;
	}
	#menu {
	margin:0 auto;
	width: 960px;
	padding: 0;
	}
	
	#menu li {
	width:14.2%;
	  float: left;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  font-weight: bold;
	  font-size:0.9em;
	}
	
	#menu li.last{
			  border-right:1px solid #a0a0a0;
}

	
	#menu li a {
	  display: block;
	  width : 200%;
	  color: #222;
	  border-left:1px solid #a0a0a0;
	  height:20px;
	  padding:5px 0 10px 0;
	}
	
	#menu li a:hover {
	  color: #ff3333;
	  background-color:#f3ede1;
	  border-bottom:2px solid #ff3333;
	}
	
		#menu li.last a:hover {
			  border-right:1px solid #a0a0a0;
			  *border-right: none;
	}
	
.fixed{
	  position: fixed;
	  top: 0px;
	  z-index: 9999;
	  left: 0px;
	}
	



/* ----- 共通枠 ----- */

#common{
	width:960px;
	margin:0 auto;
	text-align:left;
	height:100%;
}

#left_box{
	float:left;
	width:720px;
	margin-right:24px;
	margin-bottom:70px;
	height:100%;
}

#left_box a:link {
	text-decoration: underline;
}

#left_box a:visited {
	text-decoration: underline;
}

#left_box a:hover{
	text-decoration:none;
}

#right_box{
	float:left;
	width:198px;
	margin-bottom:20px;
	height:100%;
	font-size:0.9em;

}

/* ----- 共通テーブル ----- */

.table_hyo table{
	border:1px solid #b6b8b7;
}

.table_hyo table td{
	padding:3px 3px 3px 5px;
	border-right:1px solid #b6b8b7;
	border-bottom:1px solid #b6b8b7;
}

.table_hyo table th{
	text-align:center;
	background-color:#666;
	color:#fff;
	font-weight: normal;
	border-right:1px solid #b6b8b7;
}

.enkaku table th{
	font-weight: normal;
	width:90px;
	vertical-align:middle;
}

.enkaku table td{
	padding-bottom:20px;
}

/* ----- 共通テーブル 沿革・概要etc ----- */

.table_hyo2 table{
	border:1px solid #b6b8b7;
	margin-bottom:30px;
}

.table_hyo2 table td{
	padding:3px 3px 3px 5px;
	border-right:1px solid #b6b8b7;
	border-bottom:1px solid #b6b8b7;
	padding-bottom:20px;
	width:510px;
}

.table_hyo2 th{
	background-color:#333;
	width:170px;
	color:#ccc;
	font-weight: normal;
	padding-left:5px;
	border:1px solid #b6b8b7;
}



/* ----- 問い合せボタン ----- */

.contact_btn a{
	clear:both;
	display:block;
	font-weight:bold;
	vertical-align:middle;
	font-size:1.3em;
	letter-spacing:2px;
	width:270px;
	height:45px;
	text-align:center;
	margin:30px auto;
    color: #F3EDE1;
    padding-top: 4px;
	
    line-height: 2em;
    background-color:  #FF3333;
	text-decoration:none;
    border-radius: 10px;        /* CSS3草案 */ 
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.contact_btn a:visited{
    color: #F3EDE1;
    background-color:  #FF3333;
}

.contact_btn a:hover{
	background-color:#666;
}

/* ----- フッター　製品ページへのリンクバナー ----- */
.foot_products{
	margin-top:50px;
}




/* ----- footer問い合せ ----- */

.foot_info{
	clear:both;
	background-color:#F7F2EA;
	padding:10px 40px;
	margin-bottom:30px;
	height:85px;
	color:#555;
	font-size:0.9em;
}

.foot_info .left{
	width:410px;
	float:left;
	margin-right:25px;
}
.foot_info .right{
	width:410px;
	float:left;
	padding-left:25px;
}

.foot_info .bl{
	background-color:#3497CB;
}

.foot_info .red{
	background-color:#ff3333;
}

.foot_info .f_btn{
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align:center;
	color:#fff;
	width:410px;
	background-repeat: no-repeat;
	padding:10px 0 10px 10px;
	font-size:1.2em;
	font-weight:600;
	letter-spacing:2px;
	background-color:#ff3333;
}

.foot_info .f_btn a{
	display:block;
	color:#fff;
	}

.foot_info a:hover{
	color:#ddd;
}

.foot_info .lefty{	background-image: url(../images/common/mail.png);
	background-position: 40px;
}

.foot_info .righty{	background-image: url(../images/common/laser.png);
	background-position: 40px;
}

#processing_case .foot_info .lefty,#processing_case2 .foot_info .lefty{	background-image: url(../images/common/shop.png);
	background-position: 25px;
}

#processing_case .foot_info .righty,#processing_case2 .foot_info .righty{	background-image: url(../images/common/service.png);
	background-position: 30px;
}



/* ----- フッター ----- */
footer{
	clear:both;
	margin:0 auto;
	text-align:center;
	background-color:#222;
	color:#fff;
	padding:15px 0;
	width:100%;
	height:100%;
	margin-bottom:-30px;
}

#footer{
	margin:0 auto;
	text-align:left;
	font-size:0.7em;
	width:960px;
}

#footer .point{
	padding-left:10px;
	background-image: url(../images/common/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:5px;
}

#footer dl{
	margin-bottom:10px;
}

#footer dd{
	margin-left:10px;
}

#footer .footerbox{
	float:left;
	margin-right:50px;
	padding-bottom:10px;
}


#footer .foot_bottom{
	clear:both;
	border-top:1px solid #fff;
	padding-top:5px;
}

#footer .copy{
	height:27px;
	vertical-align: middle;
}


footer a:link{
	color:#fff;
	text-decoration:none;
}

footer a:visited{
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#fff;
	text-decoration:underline;
}


.btnnn a{
	color:#fff ;
}

.btnnn{
	width:960px;
	margin-bottom:30px;
}
.btnnn td{
	padding-left:50px;
}

.btn04 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
}
 
.btn04::before {
    content: '';
    background-color: #888;
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #888;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn04:hover::before {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    box-shadow:
        0 0 0 14px #fff,
        0 0 0 16px #888;
}

.btnnn .active .btn04::before {
	background-color:#333 !important;
}

.mt20{
	margin-top:20px;
}