/*************************************************
 *		HTML5 cssリセット
 **************************************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:10px;border:0;border-top:none;margin:0;padding:0}
input,select{vertical-align:middle}

/**************************************************
 *		css基本設定
 **************************************************/
html {
	height:100%;
	font-size:62.5%;
} 
body {
	height:100%;
	font-family:meiryo,'メイリオ','Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2;
	color:#666;
}
body {
	-webkit-animation: fadeIn 1s linear 1; /* Safari & Chrome */
	-moz-animation: fadeIn 1s linear 1; /* Firefox */
	-o-animation: fadeIn 1s linear 1;  /* Opera */
	animation: fadeIn 1s linear 1;
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
p{
	margin:0 0 10px 0;
}

ul{list-style:none;margin:0;padding:0;}
hr{border:0;height:20px;margin:0;}

.clearfix:before,
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.clearfix {
	min-height: 1%;
	zoom:1;
}

* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body a{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:link	{color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:active  {color: #666; text-decoration: none;}
a:hover   {color: #000; text-decoration: none;}

.flash:hover{
	-moz-animation:btAnimation 1s 0s 1;
	-o-animation:btAnimation 1s 0s 1;
	-ms-animation:btAnimation 1s 0s 1;
	-webkit-animation:btAnimation 1s 0s 1;
	animation:btAnimation 1s 0s 1;
}
@-webkit-keyframes btAnimation {
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-moz-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-o-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-ms-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@keyframes btAnimation {
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
input:focus,
select:focus{
	outline: none;
	border:1px solid #000;
}
a {
	outline: none;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*layer設定
====================================================*/
div#headerWrap {z-index:30;}
div#footer {z-index:20;}
div#main {z-index:10;}
div#section {z-index:11;}
/* header内 */
ul#officialLink{z-index:38;}
p#menuClose{z-index:37;}
ul#subNav{z-index:36;}
h1,h2#go-home,p#h2Sec{z-index:35;}
div#pannel{z-index:34;}
p#menuOpen{z-index:33;}
ul#headerNav{z-index:32;}

/* header
====================================================*/
div#header{
	width:100%;
  height:101px;
	display:block;
}
div#headerWrap {
	width:100%;
	height:101px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
border-bottom:1px solid #eee;
}
div#headerWrap.fixed {
	position:fixed;
	top:0;
	left:0;
}
/* h1 */
#header h1{
	width:320px;
	height:25px;
	margin:0;
	display:block;
	overflow:hidden;
}
#header h1 a{
	width:100%;
	height:100%;
	padding:6px 0 0 9px;
	display:block;
	overflow:hidden;
	font-family: 'Questrial', serif;
	font-size:14px;
	font-weight:normal;
	color:#aaa;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#header p#h1Sec{
	width:320px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#header p#h1Sec a{
	width:100%;
	height:100%;
	padding:3px 0 0 5px;
	font-size:10px;
	display:block;
	color:#aaa;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
/* h2 */
#header h2#go-home{
	width:320px;
	height:auto;
	margin:0;
	display:block;
	overflow:hidden;
}

#header h2#go-home a{
	width:100%;
	height:60px;
	padding:5px 0 0 5px;
	font-size:44px;
	font-weight: normal;
	font-family: 'Questrial', serif;
	line-height:1.0;
	text-align:left;
	display:block;
	overflow:hidden;
	color:#333;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
span#h2Small{
	width:auto;
	height:auto;
	padding:0 0 0 3px;
	margin:0 auto;
	display:block;
	font-size:11px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
}

#header p#h2Sec{
	width:320px;
	height:60px;
	position:absolute;
	top:28px;
	left:0;
	display:block;
	background:#fff;
	opacity:0;
}
#header p#h2Sec a{
	width:100%;
	height:100%;
	padding:0 0 0 4px;
	display:block;
	color:#666;
	line-height:1.2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* div#headerPannel */
ul#headerNav{
	width: -webkit-calc(100% - 530px);
	width: -moz-calc(100% - 530px);
	width: calc(100% - 530px);
	height:100px;
	position: fixed;
  top:0;
  left:320px;
	background:#fff;
	display:block;
  	border-right:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
}
ul#headerNav li{
	width:16.66%;
	height:50px;
	margin:0px;
	float:left;
	position:relative;
	text-align:center;
	font-size:11px;
	font-size:1.1rem;
	font-family: 'Monda', 'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
	border-bottom:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#headerNav li:nth-last-child(-n+6){
	border-bottom:none
}
ul#headerNav li a{
	width:100%;
	height:100%;
	padding:14px 0 0 0;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#headerNav li.oneLine a{
	padding:20px 0 0 0;
}
/*  underline */
ul#headerNav li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
ul#headerNav li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
ul#headerNav li a.current:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
ul#headerNav li a.current:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/*  subNav */
ul#subNav{
	width:210px;
	height:auto;
	position: fixed;
	top:0;
	right:0;
	text-align:center;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#subNav li{
	width:70px;
	height:50px;
	margin:0;
	display:block;
	float:left;
	border-top:1px solid #eee;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#subNav li a{
	width:100%;
	height:50px;
	padding:8px 0 0 0;
	color:#333;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul#subNav li img{
	width:25px;
	height:auto;
	margin: 0 auto 3px auto;
	display:block;
}
ul#subNav li span.subNavText {
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
}
/* important notice
====================================================*/
div#important-notice{
  width:96%;
  max-width:500px;
  margin:50px auto 30px auto;
  display:block;
}
div#important-notice-img{
  width:96%;
  margin:0 auto 50px auto;
  display:block;
}
div#important-notice-img img{
  max-width:100%;
  margin:0 auto;
  display:block;
}
/* menu animation
============================================*/
/* Open-Close bt */
div#menuWrap{
	width:70px;
	height:70px;
	position:fixed;
	top:0;
	right:0;
	display:none;
  z-index:9999;
}
div#menuWrap a{
	padding:0;
}
div#menuWrap a.active{
	cursor:default;
}
div#menuWrap a.close{
	cursor:pointer;
}
div#menuWrap a.close:hover{
	cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}
.menu-trigger{
	width:100%;
	height:100%;
	display:block;
	top: 0;
	left: 0;
	position: relative;
	cursor:pointer;
}
.menu-trigger div.spanWrap {
	width: 30px;
	height:30px;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-15px;
	display:block;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #666;
}
span#spanTop {
	top: 0;
}
span#middle-1,
span#middle-2 {
	top: 8px;
}
span#bottom{
	bottom: 10px;
}
#facebookHeader{
        width:100px;
        height:70px;
        position:absolute;
  right:0;
  top:0;
}
div.fb-like{
width:100px;
  height:70px;
  overflow:hidden;
          position:absolute;
  right:0;
  top:0;
}
#searchWrap{
        width:98%;
        max-width:1200px;
  height:auto;
        margin:30px auto 10px auto;
        text-align:center;
        overflow:hidden;
  position:relative;
}
.search{
  width:760px;
  height:50px;
  margin:50px auto;
        color:#ccc;
        font-size:24px;
        font-family: 'Questrial', sans-serif;
        position:relative;
}
#searchTop{}
#searchBottom{}

.search-title{
        width:130px;
        font-weight:bold;
        position:absolute;
        top:8px;
        left:0;
}
.searchText{
        width:213px;
        height:42px;
  padding:0 10px;
        font-size:20px;
        font-weight:bold;
        position:absolute;
        top:0;
        left:130px;
        border:1px solid #ccc;
	outline:none;
  border-radius:0;
}
.searchText::placeholder{
	font-weight:normal;
	color:#ddd;
	text-align:center;
	font-size:16px;
}
.searchBt{
        width:70px;
        height:44px;
        font-size:24px;
        font-weight:bold;
        position:absolute;
        top:0;
        left:365px;
        border:none;
        color:#fff;
        background:#aaa;
        cursor:pointer;
	outline:none;
    border-radius:0;
    -webkit-appearance: none;
	transition: all 0.5s linear;
}
.searchBt:hover{
        color:#999;
        background:#ddd;
}
.searchIn{
        width:30px;
        font-size:24px;
        font-weight:bold;
        position:absolute;
        top:8px;
        left:435px;
  text-align:center;
}
.searchSelectWrap{
        width:auto;
        height:auto;
        position:absolute;
        top:0;
        left:465px;
        overflow:hidden;
}
.searchSelect{
        width:285px;
        height:44px;
        padding:10px;
        font-size:18px;
        font-weight:bold;
        border:1px solid #aaa;
        cursor:pointer;
        color:#fff;
        background:#aaa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	outline:none;
  background: #aaa url(https://japgenic.com/12ua_hp/parts/select-arrow.png) right 10px top 15px no-repeat;
}
#header #header-history{
	width:978px;
	margin:0 auto;
        padding-top:20px;
	font-size:10px;
	line-height:1.1em;
	border:1px solid #ccc;
	border-bottom:none;
	overflow:hidden;
        background: #eee;
        display:none;
}

#header div.header-history-block{
        width:180px;
        height:110px;
        margin:5px 0 5px 10px;
        padding-bottom:3px;
        float:left;
        border-bottom:1px dotted #999;
}

#header div.history-pic{
	float:left;
	margin:0;
	clear:both;
}

#header div.history-pic img{
	width:80px;
	height:80px;
        border:1px solid #ccc;
}

#header div.history-name{
	width:95px;
	float:right;
	margin:0;
	color:#666;
}
#header div.history-price{
	width:95px;
	float:right;
	margin:3px 0 0 0;
	color:#f36;
	font-weight:bold;
}

#header #history-bt{
        height:20px;
        position:relative;
}

#header #history-open{
        width:935px;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-490px;
        padding-left:45px;
        border-top:1px solid #ccc;
        color:#666;
        font-size:11px;
        background:url(https://japgenic.com/12ua_hp/parts/header-history-open-bg.png) 10px 4px no-repeat;
        display:block;
        cursor:pointer;
}

#header #history-close{
        width:935px;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-490px;
        padding-left:45px;
        border-top:1px solid #ccc;
        color:#666;
        font-size:11px;
        background:url(https://japgenic.com/12ua_hp/parts/header-history-close-bg.png) 10px 3px no-repeat;
        display:none;
        cursor:pointer;
}

.history-no{
        width:980px;
        margin:0 auto;
        border-top:1px solid #ccc;
}


/* ------------------------------------- 
 *	中央部（メイン・サイド）
 * -------------------------------------  */
div#wrapper{
  width:98%;
        max-width:1200px;
        margin:0 auto;
overflow:hidden;
}

/***　中央部・右側メイン　***/

#main {
	width: -webkit-calc(98% - 220px);
	width: -moz-calc(98% - 220px);
	width: calc(98% - 220px);
	float: right;
}

/***　中央部・左側ナビ　***/
#side {
	float: left;
	width:220px;
        text-align:left;
        overflow:hidden;
}
div#screen{
  width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}
/*　共通部分　*/
#side div.side-title{
	width:100%;
	margin: 10px 0 0 0;
	padding:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
	color:#333;
	clear:both;
}

ul.side-navi{
	width:100%;
	margin:0 auto 30px auto;
	border-top:1px solid #ccc;
}

ul.side-navi li{
	width:100%;
	height:auto;
	display:block;
        overflow:hidden;
}

ul.side-navi li a{
	width:100%;
	height:auto;
    padding:10px 2px 10px 3px;
	display:block;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

ul.side-navi li a:hover{
        color:#333;
        background:#ccc;
}
ul.side-navi li span.labelEn{

}
ul.side-navi li span.labelCatch{
	width:100%;
	height:auto;
	padding:4px 2px 0 2px;
	margin:4px auto 0 auto;
	text-align:right;
	display:block;
	color:#aaa;
	border-top:1px dotted #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
/*　会員専用・ログイン前　*/

ul#side-title-regi{
        width:200px;
	margin:0 0 0 9px;
        list-style:none;
        overflow:hidden;
}

ul#side-title-regi li a{
        width:138px;
        height:25px;
        padding:10px 0 0 60px;
        display:block;
	margin-bottom:5px;
        overflow:hidden;
        background:#eee;
	border:1px solid #ccc;
}

ul#side-title-regi li a:hover{
        background:#ccc;
        color:#333;
}

/*　会員専用・ログイン後　*/

ul#side-member{
        width:200px;
	margin-left:9px;
        padding-top:10px;
        text-align:center;
        list-style:none;
        color:#666;
}

ul#side-member li a{
        width:180px;
        height:20px;
        padding:0 10px;
        color:#999;
        display:block;
        text-align:right;
}
ul#side-member li a:hover{text-decoration:underline;}

ul#side-member li#customer-name{
        width:180px;
        margin:0 auto 5px auto;
        padding:5px 0;
        border-bottom:1px solid #666;
        font-size:18px;
        color:#333;
}

/*　カートチェック・ログイン前　*/
div #side-cart{
        width:200px;
	margin:-30px 0 30px 9px;
        text-align:center;
        list-style:none;
        color:#666;
        background:#eee;
        border:1px solid #ccc;
}

div#side-title-cartin{
        width:180px;
        margin:0 auto 5px auto;
        padding:10px 0 5px 0;
        text-align:center;
        border-bottom:1px solid #666;
        color:#666;
}

/*　カートチェック・ログイン後　*/
div #side-cart-login{
        width:200px;
	margin-left:9px;
        margin-bottom:30px;
        text-align:center;
        list-style:none;
        color:#666;
}

div#side-title-cartin-login{
        width:180px;
        margin:0 auto 5px auto;
        padding:20px 0 5px 0;
        text-align:center;
        border-bottom:1px solid #666;
        color:#333;
        font-weight:bold;
}

/*　カートチェック・共通　*/

ul#cartcheck{
        width:200px;
        color:#666;
        list-style:none;
        line-height:1.1em;
}

ul#cartcheck li{
        width:180px;
        margin:0 auto 10px auto;
}

ul#cartcheck a:link    {color: #666; text-decoration: none;}
ul#cartcheck a:visited {color: #666; text-decoration: none;}
ul#cartcheck a:active  {color: #666; text-decoration: none;}
ul#cartcheck a:hover   {color: #666; text-decoration: underline;}

div.p-name{
        width:100%;
        border-bottom:1px dotted #ccc;
        padding-bottom:2px;
        color:#f36;
}
div.p-number{
        width:100%;
        text-align:right;
        padding-top:2px;
        color:#f36;
}

div.p-total{
        width:100%;
        text-align:right;
        font-weight:bold;
        padding:5px 0;
        border-bottom:1px dotted #666;
        color:#f36;
}

div.shipping-free{
        width:100%;
        text-align:right;
        padding-top:2px;
        color:#666;
}

div#side-title-cartcheck{
        width:180px;
        margin:0 auto 10px auto;
        text-align:right;
        color:#000;
}

div#side-title-cartcheck a{color:#999;}
div#side-title-cartcheck a:hover{text-decoration:underline;}

/*　サイド検索　*/
div#searchSide{
	width:auto;
	height:auto;
	padding:0 0 0 9px;
	margin:0 auto 50px auto;
	font-weight:bold;
	box-sizing: border-box;
	overflow:hidden;
}
#searchSideText{
	width: 200px;
	height:37px;
	padding:0 10px;
	margin:0 5px 0 0;
	font-size:13px;
	text-align:center;
	outline:none;
	float:left;
	color:#666;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius:0;
}
#searchSideBt{
	width:68px;
	height:37px;
	font-size:16px;
	font-weight:bold;
	border:none;
	color:#fff;
	background:#aaa;
	cursor:pointer;
	float:left;
	border:1px solid #ccc;
	outline:none;
    border-radius:0;
    -webkit-appearance: none;
	transition: all 0.5s linear;
}
#searchSideBt:hover{
	color:#999;
	background:#ddd;
}


/*　ランキング　*/

#side-ranking{
	width:200px;
	height:620px;
	margin:0 auto 30px auto;
	font-size:11px;
	line-height:1.1em;
	background:url(https://japgenic.com/12ua_hp/parts/side-ranking-bg.png) 0 0 no-repeat;
	border:1px solid #ccc;
	overflow:hidden;

}

#side-ranking a:hover{
        text-decoration:underline;
}

#side-ranking-title{
        width:180px;
        height:20px;
        margin:0 auto 25px auto;
        padding:10px 0 0 0;
        border-bottom:1px solid #ccc;
        color:#000;
        font-size:16px;
        font-weight:bold;
        text-align:center;
}

div.ranking-pic{
	float:left;
	margin:0 0 32px 5px;
	clear:both;
}

div.ranking-pic img{
	width:80px;
	height:80px;
}

div.ranking-name{
	width:105px;
	float:right;
	margin-right:5px;
}
div.ranking-price{
	width:105px;
	float:right;
	margin:5px 5px 0 0;
	color:#f36;
	font-weight:bold;
}

/*　ご利用ガイド　*/
ul#side-notice{
	width:200px;
	height:220px;
	margin:0 auto 30px auto;
	font-size:11px;
	line-height:1.1em;
	border:1px solid #ccc;
	overflow:hidden;
	list-style:none;
}

ul#side-notice li a{
	margin:0 auto 3px auto;
	width:165px;
	height:20px;
        display:block;
	overflow:hidden;
}

ul#side-notice li a:hover{
        text-decoration:underline;
}

ul#side-notice li#side-notice-title{
        width:180px;
        height:20px;
        margin:0 auto 10px auto;
        padding:10px 0 0 0;
        border-bottom:1px solid #ccc;
        color:#000;
        font-size:16px;
        font-weight:bold;
        text-align:center;
}

/*　他サービス　*/

ul#other-service{
        width:200px;
        height:310px;
	margin:0 auto 30px auto;
	border:1px solid #ccc;
	overflow:hidden;
	list-style:none;
}

ul#other-service li{
        width:180px;
        height:110px;
	margin:0 auto;
}

ul#other-service li#other-service-title{
        width:180px;
        height:20px;
        margin:0 auto 10px auto;
        padding:10px 0 0 0;
        border-bottom:1px solid #ccc;
        color:#000;
        font-size:16px;
        font-weight:bold;
        text-align:center;
}

ul#other-service li.title{
        height:15px;
        margin-bottom:5px;
        text-align:center;
        font-size:11px;
}

/*　フェイスブック　*/

#side-facebook{
        width:195px;
	margin:0 0 30px 9px;
        padding-left:5px;
	overflow:hidden;
}

/* ------------------------------------- 
 *	フッター
 * -------------------------------------  */
#footer{
        width:100%;
        height:auto;
        text-align:left;
        font-size:11px;
        clear:both;
	background: #333;
        color:#fff;
        overflow:hidden;
}

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

#footer-body {
        width:90%;
  max-width:1200px;
  padding:0 0 10px 0;
        height:auto;
	margin:0 auto;
	position:relative;
}
#company-phone{
  width:100%;
    max-width:1200px;
    padding:0 100px;
  margin:0 auto;
        list-style:none;
        margin-top:20px;
        border-top:1px solid #666;
  overflow:hidden;
    	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#company-phone li{
  width:48%;
 max-width:500px;
  margin:0 1%;
          float:left;
}
#company-phone li img{
  width:100%;
  height:auto;
  display:block;
}
#company-phone li:nth-child(2) img{
  width:100%;
  height:auto;
  margin-top:30px;
  display:block;
}
div#footerNavWrap{
	width: 100%;
	margin:50px auto;
	display:block;
	overflow:hidden;
	border-left:1px solid #666;
	border-right:1px solid #666;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
div.footerBlock{
	width:25%;
  height:280px;
	padding:30px 0 30px 30px;
	float:left;
	border-right:1px solid #666;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
div.footerBlock:last-child{
	border-right:none;
}
div.footerBlock a{
	color:#bbb;
	border-bottom:1px solid #333;
}
div.footerBlock a:hover{
	color:#bbb;
	border-bottom:1px solid #bbb;
}
div.footerBlock h5{
	width:100%;
	margin:0 auto 15px auto;
	font-size:12px;
	font-size:1.2em;
	color:#fff;
}
div.footerBlock h4 a{
	color:#fff;
}
ul.footerNav{
	width:100%;
	overflow:hidden;
}
ul.footerNav li{
	width:100%;
	height:auto;
	overflow:hidden;
}
ul.footerNav li a{
	padding:5px 5px 2px 10px;
	display:inline-block;
  position:relative;
}
ul.footerNav li a:before{
        content:"\0bb";
  padding:0 3px 0 0;
 }
ul.footerNav li a img{
	width:20px;
	height:auto;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align: -2px;
}
ul.footerNavNolink{
	width:100%;
	height:auto;
	overflow:hidden;
}
ul.footerNavNolink li{
	width:100%;
	height:auto;
  padding:0 20px 0 0;
  	margin:0 0 10px 0;
	overflow:hidden;
  line-height:1.4;
  	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
ul.footerNavNolink li a span{
	border-bottom:1px dotted #fff;
	display:inline-block;
	transition:all 0.5s linear;
}
ul.footerNavNolink li a span:hover{
	border-bottom:1px dotted #333;
}
#copyright {
        width:100%;
  max-width:1200px;
        padding-top:20px;
  margin:0 auto;
        text-align:center;
        font-size:30px;
        line-height:1.1;
        font-family: 'Questrial', sans-serif;
        border-top:1px solid #666;
}
#copyright a{
        display:block;
}
#copyright a:hover{
        text-decoration:none;
}
p.pageTop{
	width:60px;
	height:60px;
  	margin:0;
	position:fixed;
	bottom:0;
	right:0;
	display:none;
    background:rgba(0,0,0,0.8);
  	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
  z-index:9999;
}
p.pageTop:hover{
  cursor:pointer;
    background:rgba(0,0,0,0.9);
}
p.pageTop img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
}
/****************************************************
 *	-1100px
 ****************************************************/
@media only screen and (max-width: 1100px) {
	/* footer
	============================================*/
	div#footerNavWrap{
		width:80%;
		margin: 20px auto 0 auto;
		border:none;
	}
	div.footerBlock{
		width:100%;
		height:auto;
      	padding:30px 0 20px 0;
		margin:0 auto 20px auto;
		text-align:center;
		width:100%;
		border:none;
		border-top:1px solid #666;
	}
  ul#company-phone li{
    width:98%;
    margin:0 auto;
    float:none;
  }
}
/****************************************************
 *	-980px
 ****************************************************/
@media only screen and (max-width: 980px) {
  /*ヘッダー*/
  div#header{
  	height:71px;
  }
  div#headerWrap{
    height: 71px;  
  }
  div#menuWrap{
    display:block;
  }
  div#headerPannel{
    display:none;
  }
  #header h1 a{
    height:40px;
    padding:2px 0 0 9px;
  }
  #header p#h1Sec a{
    padding: 2px 0 0 5px;
  }
  #header h2#go-home a{
    height:40px;
    padding:3px 0 0 5px;
    font-size: 30px;
  }
  #header p#h2Sec{
    top:24px;
    height:45px;
    font-size:9px;
    line-height: 1.3em;
  }
  #facebookHeader{
    right: 0;
    top: 34px;
  }
  /*サイド*/
  div#side{
	width: 300px;
    padding: 15px!important;
	height: -webkit-calc(100% - 72px)!important;
	height: -moz-calc(100% - 72px)!important;
	height: calc(100% - 72px)!important;
	top: 72px!important;
	right: -330px;
	margin: 0;
	position: fixed;
	overflow-y: scroll;
	float: none;
    display:block;
    background:#fff;
  }
  ul.side-navi li a{
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*footer*/
  #main {
	width: 100%;
	float: none;
  }
  /*footer*/
  #searchBottom {
	width: 287px;
	height: auto;
	margin: 50px auto;
	position: relative;
    overflow:hidden;
  }
}
/****************************************************
 *	-800px
 ****************************************************/
@media only screen and (max-width: 800px) {
	/*検索ボックス*/
	#searchWrap{
		height:auto;
		margin:20px auto 10px auto;
		overflow:hidden;
	}
	.search{
		width:50%;
		height:45px;
		margin: 0 0 0 auto;
	}
	.search-title,
	.searchIn{
		display:none;
	}
	.searchText{
		width: calc(100% - 94px);
		left:0;
	}
	.searchText::placeholder{
		font-size:14px;
	}
	.searchBt{
		right:0;
		left:auto;
		font-size:18px;
	}
	.searchSelectWrap{
		display:none;
	}
}
/****************************************************
 *	-640px
 ****************************************************/
@media only screen and (max-width: 640px) {
	.search{
		width:100%;
		margin: 0 auto;
	}
}
/****************************************************
 *	-600px
 ****************************************************/
@media only screen and (max-width: 600px) {
  #main {
	padding:10px 0;
  }
  #company-phone{
  border:none;
  }
}