﻿@charset "UTF-8";

/* !wrapper
---------------------------------------------------------- */
#wrapper{
	background:#000000;
}
#wrapper .inner {
	width:1000px;
	padding:0 10px;
	margin:0 auto;
}
@media screen and (max-width: 959px) {
#wrapper .inner {
	width:auto;
}
}
/* !header
---------------------------------------------------------- */
header{
	padding:35px 0;
}
header .logoa{
	float:left;
	margin-right:40px;
}
header .logob{
	float:left;
}
header .facebook{
	margin:0 0.5rem 0 3rem;
}
header a:hover{
	opacity:.7;
}
@media screen and (max-width: 959px) {
header{
	padding:10px 0;
}
.headerlinks img{
	height:25px;
}
header .logob{
	display:none;
}
}
/* !breadcrumb
---------------------------------------------------------- */
.breadcrumb{
	background:#fff;
	padding:1.5rem 0;
}
.breadcrumb .brea{
	float:left
}
.breadcrumb .brea li{
	float:left;
}
.breadcrumb .brea li a,
.breadcrumb .brea li span{
	display:inline-block;
	padding:1rem 3.4rem;
	line-height:2rem;
}
.breadcrumb .brea li a{
	font-size:1.2rem;
	border-right:1px solid #ec0000;
	color:#47474d;
}
.breadcrumb .brea li span{
	font-size:1.4rem;
	font-weight:bold;
}
.breadcrumb .brea li a.home{
	padding-left:2rem;
	background:url(../images/top/ico_homer.png) left center no-repeat;
}
.breadcrumb .snsico{
	float:right;
}
.breadcrumb .snsico ul{
	display:table;
	height:100%;
}
.breadcrumb .snsico li{
	display:table-cell;
	vertical-align:middle;
	padding-left:5px;
}

.breadcrumb .snsico li.last {
	padding-top: 3px;
}
@media screen and (max-width: 959px) {
.breadcrumb{
	padding:10px 0;
}
.breadcrumb .brea li a,
.breadcrumb .brea li span{
	padding:5px;
	line-height:15px;
}
.breadcrumb .brea li a{
	font-size:11px;
}
.breadcrumb .brea li span{
	font-size:12px;
}
.breadcrumb .brea li a.home{
	padding-left:5px;
	background:url(../images/top/ico_homer.png) left center no-repeat;
	background-size:3px 5px;
}
.breadcrumb .snsico{
	float:right;
}
.breadcrumb .snsico li{
	margin-left:3px;
	height:15px;
	/*padding:5px 0;*/
}
.breadcrumb .snsico li img{
	height:15px;
}
}
/* !contents
---------------------------------------------------------- */
#contents .bg{
	padding:10px;
	background:#262626;
}
#contents .bgin{
	border:10px solid #050601;
	background:#fff;
	padding-bottom:100px;
}
#contents .bginfo{
	padding:0 50px;
}
@media screen and (max-width: 959px) {
#contents .bg{
	padding:5px;
}
#contents .bgin{
	border:5px solid #050601;
	padding-bottom:20px;
}
#contents .bginfo{
	padding:0 10px;
}
}
/* !teaser
---------------------------------------------------------- */
#teaser {
	position:relative;
}
#teaser .txtbox{
	position:absolute;
	top:50px;
	left:50px;
}
#teaser .txtbox .tittxt{
	font-size:20px;
	line-height:50px;
}
#teaser .txtbox .tit{
	font-size:48px;
	line-height:54px;
	font-weight:bold;
}
#teaser .txtbox .txt{
	font-size:15px;
	line-height:28px;
}
@media screen and (max-width: 959px) {
#teaser .txtbox{
	position:static;
	background:url(../images/top/bg_teaser01.png) right top no-repeat;
	background-size:100% auto;
	padding:10px;
}
#teaser .txtbox .tittxt{
	font-size:12px;
	line-height:1.2;
	margin-bottom:5px;
}
#teaser .txtbox .tit{
	font-size:14px;
	line-height:1.2;
	margin-bottom:5px;
}
#teaser .txtbox .txt{
	font-size:10px;
	line-height:1.2;
}
}
/* !pageTop
---------------------------------------------------------- */
.pagetop {
	
}

/* -- 1-3: Footer ----------------------------- */
.bgfooter{
	padding:0 10px;
	background:#262626;
	padding-top:20px;
}
#products {
	padding:20px 0px 20px;
	float: left;
	width: 980px;
	background-image:url(../images/top/products_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#products .productsin {
	padding:60px 0 0 25px;
}
#products .productsin a+a{
	padding-left:6px;
}
#products .shaft-costom {
	float:left;
	padding:10px 0 0 25px;
	color:#000000;
	font-size:14px;
	line-height:20px;
}
#products .shaft-costom li{
	list-style:disc;
}
#products .custom{
	color:#000000;
}

#products .custom a:link,
#products .custom a:visited{
	color:#000000;
	text-decoration:underline;
}
#products .custom a:hover,
#products .custom a:active{
	color:#666666;
	text-decoration:underline;
}

#products .shaft {
	float:left;
	padding:10px 0 0 20px;
	color:#000000;
	font-size:14px;
	line-height:20px;
}
@media screen and (max-width: 959px) {
.bgfooter{
	padding:0 5px;
	padding-top:10px;
}
#products {
	padding:10px 0px 10px;
	width: auto;
	float:none;
	background-image:url(../images/top/products_bg.gif);
	background-size:cover;
	background-position: top left;
	overflow:hidden;
}

#products .productsin {
	padding:50px 8px 0;
	overflow:hidden;
}
#products .productsin a{
	padding:0 2px !important;
	margin-bottom:4px;
	float:left;
	max-width:50%;
	box-sizing:border-box;
}
#products .shaft-costom {
	float:none;
	padding:5px 10px;
	font-size:12px;
	line-height:15px;
}
#products .custom a:link,
#products .custom a:visited{
	color:#000000;
	text-decoration:underline;
}
#products .custom a:hover,
#products .custom a:active{
	color:#666666;
	text-decoration:underline;
}

#products .shaft {
	float:none;
	padding:5px 10px;
	font-size:12px;
	line-height:15px;
}
}
#link {
	color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.2;
}

#link .linkin {
	padding:0px 20px;
	margin: 0px;
}

#link .linkin ul {
	margin: 0px;
	padding: 0px;
}

#link .linkin li {
	padding:0px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
.selector03{
	border-left:7px solid #000;  
	border-bottom:1px dashed #000;  
	padding:.2em .8em;
	margin-bottom:10px;
	width:425px;
}
#link a{
	color: #ffffff;
	text-decoration: underline;

} 
#footer {
	border-top:solid #ffffff 1px;
	width:938px;
	padding:20px 20px 40px;
	text-align:center;
	line-height:2em;
	font-size: 12px;
	color:#666;
}
@media screen and (max-width: 959px) {
.selector03{  
	border-left:2px solid #000;  
	border-bottom:1px dashed #000;  
	padding:.2em .4em;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
}
#link {
	font-size: 10px;
	padding-bottom: 10px;
}
#link .linkin {
	padding:0px 5px;
}
#link .linkin ul {
	overflow:hidden;
}
#link .linkin li {
	margin-right: 10px;
	margin-bottom:5px;
} 
#footer {
	width:100%;
	box-sizing:border-box;
	padding:10px 10px 20px;
}
}
/* !section
---------------------------------------------------------- */



