@charset "utf-8";
body,h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
font-size: 3.5em;
margin: 0.3em 0;
}
h3, .h3 {
font-size: 26px;
}
.anchor{
padding-top:80px;
margin-top:-80px
}
#products .row{
margin-bottom:25px
}
#products h3{
margin-top:5px
}
#products .description {
	padding-left: 0px;
	padding-right: 0px;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
}
#slide img,
#introduction img,
#stanp_made img,
#products img {
    width: 100%;
}
#slide .col-md-12,
#footer .col-md-12 {
    padding: 0;
}
#header {
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
    /*position: fixed;
    top: 0;
    left: 0;*/
}
* html section#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}
#header p.headerphone {
	text-align: right;
	margin: 10px 0 5px;
}
#top #slide,#pagefirst {
/*    display: none;*/
/*    margin-top: 144px;*/
}
#top #introduction {
	background-color: #E0E0E0;
}
#top #introduction p {
	font-size: 1.2em;
}
#top #stanp_made {
	color: #E0E0E0;
	background-color: #333333;
}
#footer {
	color: #C0C0C0;
	background-color: #333333;
}
#header #navigation {
	padding: 0;
	margin: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: #A21E00;
	border-bottom: 2px solid #7C1600;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
	z-index: 99;
}
/*
#header #navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#header #navigation li {
    padding: 15px 25px;
    margin: 0 -3px;
    display: inline-block;
    font-size: 1.3em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
*/

#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 55px;
  margin: 0px auto 0px;
  padding: 0;
  background: #A21E00;
  /* border-left: 1px solid #C4461C; */
  box-sizing:border-box;
}
#dropmenu li{
	position: relative;
	width: 16.66666666666667%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 0;
	z-index: 99;
}
#dropmenu li a{
  display: block;
  height: 55px;
  margin: 0;
  padding: 18px 0 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-left: 1px solid #C4461C;
  border-radius: 30px 0px 0px 30px;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
	/*left: -100%; 子メニュー100%以上で一番右がはみでないようにする、はみ出る分をマイナス */
	left: 0; /* 子メニュー100%の場合は0 */
	width: 100%;
}
#dropmenu li ul li{
	top: 3px;
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	height: 40px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-left: 0px solid #fff;
	background-color: #F5F5F5;
	color: #565656;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	border-radius: 0;
}
#dropmenu li:hover > a{
	background-color: #D73D1A;
	color: #F3F3F3;
	background-image: -webkit-linear-gradient(0deg,rgba(215,61,26,1.00) 0%,rgba(162,30,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(215,61,26,1.00) 0%,rgba(162,30,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(215,61,26,1.00) 0%,rgba(162,30,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(215,61,26,1.00) 0%,rgba(162,30,0,1.00) 100%);
}
#dropmenu li ul li:hover > a{
	background-color: #D73D1A;
	color: #F3F3F3;
	background-image:none;
}
#dropmenu > li:hover > a{
/*  border-radius: 3px 3px 0 0;*/
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:first-child a{
  border-radius: 6px 6px 0 0;
  position: relative;
}
#dropmenu li:hover ul li:first-child a:after{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #F5F5F5;
	border-width: 5px;
	margin-left: -5px;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 6px 6px;
	width: 100%;
}
#top #access {
	position: relative;
}
#top #access .access.ochikaku {
	position: absolute;
	z-index: 80;
	left: 12%;
	padding: 20px;
	top: 0px;
	border-radius: 0 0 5px 5px;
	background-color: #333333;
	color: #FFFFFF;
}
#top #access .access.ochikaku h2 {
	margin: 0 0 15px;
}


#top #gmap {
    width: 100%;
    height: 600px;
}
#store .gmap {
	height: 370px;
}

/*Google Maps 情報ウィンドウの縦スクロール防止*/
.gm-style-iw{
	white-space: nowrap !important;
	overflow: hidden !important;
}

section {
	width: 100%;
    padding: 50px 0;
}
section#pagefirst,
section#fb,
section#contact,
section#products {
    padding: 0 0 50px;
}
section#slide,
section#access,
.pad-ud-0 {
    padding: 0px 0;
}
.pad-ud-10 {
    padding: 10px 0;
}
.pad-ud-20 {
    padding: 20px 0;
}
.pad-ud-30 {
    padding: 30px 0;
}
.pad-ud-40 {
    padding: 40px 0;
}
.container .page-header {
	font-size: 1.2em;
}
.container .page-header:before {
	content: "";
	width: 15px;
	height: 100px;
	margin-right: 20px;
	position: relative;
	top: -40px;
	background-color: #A21E00;
	float: left;
	border-radius: 0 0 10px 10px;
}



#footer {
    padding: 20px 0;
}
.headercontent {
	margin: 3px auto;
}
#store h2 {
	background-color: #eee;
	padding: 10px;
	margin: 0 15px 10px;
	font-size: 26px;
	font-weight: bold;
}

#tenmei h3 {
    padding: 10px;
	margin: 0 15px 10px;
	font-size: 20px;
	font-weight: bold;
}




#industrial .media,
#personal .media,
#businesscard .media {
	margin: 0 0 20px;
}

/* その他の製品 ヘッダー調整 */
#otherproducts .container .page-header {
	font-size: 1.10em;
}
#otherproducts .container .page-header:before {
	height: 154px;
}

/*  スライドショー調整 */
.flexslider {
margin: 0 0 0px !important;
background: #fff !important;
border: 0px none #fff !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-o-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
z-index: 10 !important;
}

/* facebook */
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ 
  width: 100%!important;
}
/*** ソーシャルボタン ***/
.snsb {
/*	overflow: hidden;*/
    margin: 0;
    padding: 0;
    list-style: none;
}
.snsb li {
	float: right;
	margin-right: 6px;
}
.snsb iframe {
	margin: 0 !important;
}

/* Twitter */
.snsb iframe#twitter-widget-0 {
	width: 7em !important;
}
.count-o {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}
.vcount .count-o i, .rtl.vcount .count-o i, .vcount .count-o u, .rtl.vcount .count-o u {
    margin: 0 0 -5px -5px !important;
    border: 5px transparent solid !important;
}
.vcount #count {
    font-size: 16px !important;
    width: 100% !important;
    height: 32px !important;
    line-height: 32px !important;
}
.vcount .btn-o {
    margin-top: 41px !important;
}
/* Google+ */
.b1 {
    text-align: center !important;
    margin-bottom: 7px !important;
    width: 48px !important;
    height: 32px !important;
    border: 1px solid #aaa !important;
}
/*** 動画埋め込み ***/
#video .video{
position: relative;
margin-top: 1.2em;
margin-bottom: 1.2em;
padding-top: 69px;
padding-bottom: 50%;
overflow: hidden;
}
 
#video .video iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

.caption h3 {
margin-top: 7px;
margin-bottom: 25px;
}

/** ゴム印ができるまで 矢印 **/
#gum_made .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
#gum_made .box.next:after {
	content: "\e092";
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 110px;
	right: -10px;
	font-size: 25px;
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #DF0000;
	color: #DF0000;
}
#gum_made .txt .list-group-item.next:after {
	content: "\e094";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 30px;
	left: 47%;
	z-index: 1;
	/* background-color: #EFEFEF; */
	border: 1px solid #ddd;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 22px;                        
	border: 1px solid #DF0000;
	color: #DF0000;
}
#gum_made .txt .list-group-item.next.end:after {
	content: "\e092";
	font-family: 'Glyphicons Halflings';
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);      
	transform: rotate(-45deg);
}


/*** スマホ用ナビゲーション ***/
.slicknav_menu,
.phonemenu {
	display:none;
}
@media screen and (max-width: 991px) {
#products .description {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
    #pagefirst,#slide {
        padding-top: 70px !important;
    }
	.js #header {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
        position: fixed;
        width: 100%;
        z-index: 1000;
	}
	.js .phonemenu {
		display:block;
	}

/*** ここからスマホカスタム ***/
	.container .page-header {
		padding-bottom: 7px;
		margin: 16px 0 16px;
	}
	.container .page-header {
		font-size: 1em;
	}
	.container .page-header:before {
		content: "";
		width: 10px;
		height: 52px;
		margin-right: 10px;
		top: -16px;
	}
	section#pagefirst, section#fb, section#contact, section#products {
		padding: 0 0 20px;
	}
	h1 {
		font-size: 2.5em;
	}
	/* その他の製品 ヘッダー調整 */
	#otherproducts .container .page-header {
		font-size: 0.65em;
	}
	#otherproducts .container .page-header:before {
		height: 64px;
	}
	/** ゴム印ができるまで 矢印(スマホ) **/
	#gum_made .box.next:after {
		display: none;
	}
	#gum_made .txt .list-group-item.next.end:after {
		content: "\e094";
		font-family: 'Glyphicons Halflings';
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);      
			transform: rotate(0deg);
	}
}

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

