@charset "utf-8";
/* common desktop
=================================================================== */
#wrapper{
	min-width: 940px;
}
.wrap{
	width: 940px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wrap-no{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.block{
	margin: 0 auto 40px;
	padding: 40px 0;
  overflow: hidden;
}
.block.noMargin{
	margin-bottom: 0px;
}

.head{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/* all
=================================================================== */
body{
	overflow: scroll;
	overflow-x: hidden;
}

.visible-xs,
.visible-sm{display: none !important;}

h1 {
	font-size: 48px;
	line-height : 1;
	margin-bottom : 0.5em;
}

h2 {
	font-size: 36px;
	line-height : 1.3333;
	margin-bottom : 0.6667em;
}

h3 {
	font-size: 24px;
	line-height : 1;
	margin-bottom : 0.7em;
}

h2,h4,h5,h6 {
	font-size: 16px;
	line-height : 1.5;
	margin-bottom : 1.5em;
}

.oneColumn .table{
	width: 100%;
}
.table{
	font-size: 12px;
	line-height: 1.8;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	display: table;
}
.table .th,
.table .td{
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	display: table-cell;
}
.table .row{
	display: table-row;
}
.table .th{
	width: 28%;
	padding: 1%;
	vertical-align: middle;
	font-weight: bold;
	background: #fafafa;
}
.table .td{
	width: 68%;
	padding: 1%;
}
.table .require{
	color: #cc0000;
	font-weight: bold;
}
.table input,
.table textarea{
	padding: 5px;
	border: 1px solid #cccccc;
}
.table input.middle{
	width: 70%;
}
.table input.long,
.table textarea{
	width: 98%;
	width: 94%\9;
}

#notfound ul{
	width: 500px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	display: inline-block;
}
#notfound li{
	list-style: disc inside;
}

/* header
=================================================================== */
#header{
	margin: 0 auto;
	padding-top: 20px;
}
#header #logo{
	float: left;
	display: inline;
	/width: 251px;
	/font-size: 10px;
}
#header #headMenu{
	float: right;
	display: inline;
}
#header #headMenu .links{
	margin-left: 20px;
	font-size: 12px;
	display: inline-block;
	/float: right;
}
#header #headMenu .links i{
	font-size: 18px;
	color: #1b82c8;
	vertical-align: middle;
}

#navi{
	background: url(../img/header/bg_head01.jpg) repeat-x;
}
#navi ul{
	width: 940px;
	padding: 0 1px 0 0;
	background: url(../img/header/bg_head02.jpg) right top no-repeat;
}
#navi ul li{
	width: 20%;
	float: left;
}
#navi ul li a{
	padding: 10px;
	text-align: center;
	color: #ffffff;
	display: block;
	background: url(../img/header/bg_head01_no.jpg) no-repeat;
}
#navi ul li a:hover{
	opacity: 1;
	/*background: url(../img/header/gnavi01_on.jpg) repeat-x;*/
	background: url(../img/header/bg_head01_on.jpg) no-repeat;
}

#crumb{
	font-size: 11px;
	color: #666666;
	background: #eff6fb;
}
#crumb a{
	color: #1b82c8;
}
#crumb li{
	padding-right: 10px;
	display: inline-block;
	float: left;
}
#crumb li i{
	padding-left: 10px;
}

#headWrap h2{
	margin: 0;
	padding: 50px 0;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
 text-shadow: 0 0 10px rgba(0,0,0,.8);
}

/* contents
=================================================================== */
#main.twoColumn{
	width: 740px;
	min-height: 700px;
	padding-left: 30px;
	border-left: 1px solid #cccccc;
	float: right;
}

/* products */
.products{
	position: relative;
	overflow: hidden;
}
.products li{
	width: 300px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
.products li.last{ margin-right: 0; }
.products li .link{
	width: 280px;
	padding: 5px 10px;
	color: #fff;
	background: #1b82c8;
	background: rgba(27, 130, 200, .8);
	position: absolute;
	bottom: 0;
}
.products li .link i{
	margin-top: 8px;
	float: right;
}

.productsItem{
	position: relative;
	overflow: hidden;
}
.productsItem li{
	width: 155px;
	min-height: 270px;
	margin: 0 30px 0px 0;
	float: left;
	position: relative;
}
.productsItem li.last{ margin-right: 0; }
.productsItem li.active .link{
	padding-left: 10px;
	color: #fff;
	background: #1b82c8;
}
.productsItem li img{
	display: block;
	margin: 0 auto;
}

#detail h3{
	font-size: 28px;
	font-weight: bold;
}
.list_pic{
	width: 150px;
	height: 180px;
	vertical-align: middle;
   display: table-cell;
}

.social-icon-big{
  text-align: center;
}
.social-icon-big li{
  display: inline-block;
  margin: 2rem;
}
.social-icon-big a:hover{
  color: #000;
}
.social-icon-big a img{
  transition: transform 0.2s linear;
  width: 56px;
  height: auto;
}
.social-icon-big a:hover img{
  transform: scale(1.2);
}
.social-icon-big i{
  font-size: 3rem;
}

.social-icon-small{
  margin-left: 1.25rem;
  margin-top: 0.75rem;
}
.social-icon-small li{
  display: inline-block;
  margin-right: 0rem;
}
.social-icon-small i{
  font-size: 1.25rem;
}

/* sideber
=================================================================== */
#side{
	width: 170px;
  	margin-top: 40px;
  	/*float: right;*/
  	position: absolute;
/*
	left: 0;
	top: 40px;
	position: absolute;
*/
}
#side h2{
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
}
#side li{
	margin-bottom: 1px;
}
#side li ul li{
	font-size: 12px;
}
#side li ul li a{
	padding: 0px 0 0 20px;
}
#side li ul li i{
	padding-right: 5px;
}
#side a{
	padding: 5px 10px;
	display: block;
}
#side a:hover{
	color: #ffffff;
	background: #1b82c8;
}
#side .active a{
	color: #ffffff;
	background: #1b82c8;
  position: relative;
}
/*#side .active a:after{
	content: '';
	width: 10px;
	height: 20px;
	margin-top: 3px;
	right: -10px;
	background: url(../img/bg/bg_sideActiveNavi01.png) 0 0 no-repeat;
	position: absolute;
}*/
#side .active a:before{
	content: "";
	position: absolute;
	bottom: 30%;
	left: 100%;
	border: 7px solid transparent;
	border-left: 7px solid #1b82c8;
}

#side .active a:hover{
	opacity: 1;
}

#side h2 a{
	padding: 0;
}
#side h2 a:hover{
	color: #1b82c8;
	background: transparent;
}

/* footer
=================================================================== */
#footer{
	margin-top: 40px;
}
.pagetop{
	text-align: right;
}
.pagetop a{
	font-weight: bold;
	color: #1b82c8;
}

#footLink{
	padding: 40px 0;
	background: #333333;
}
#footLink a{
	color: #ffffff;
	display: block;
}
#footLink dl{
	width: 20%;
	float: left;
}
#footLink dl.last{margin-right: 0;}
#footLink dt{
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1;
}
#footLink dd{
	font-size: 12px;
	line-height: 1.8em;
}
#footLink dt i{
	margin-right: 5px;
}
#footLink dd i{
	padding: 3px 5px 0 5px;
	margin-right: 5px;
}
#footLink .showcase{
	margin-top: 20px;
}

#footOuter{
	margin: 10px auto;
	font-size: 12px;
	text-align: right;
}
#footOuter .left{
	float: left;
}
#footOuter .left a{
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #1b82c8;
	display: inline-block;
}
#footOuter .right{
	float: right;
}

#copy{
	margin-left: 10px;
}

