@charset "utf-8";

/*===============================================
●smart.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px){

/*Back to Top*/
.backtotop {
	position: fixed;
	right: 20px;
	bottom: 38px;
	z-index: 100;
	display: none;
} 
.backtotop a {
	display: block;
	margin: 0;
	border-radius: 28px;
	text-decoration: none;
	background: #666666;
	color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.backtotop a:hover {
	background-color: #999999;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.backtotop a img {
	height: auto;
	width: 45px;
}



#cms {
	/*font-family: 'Titillium Web', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow-x: hidden;
	color: #000;
	word-wrap: break-word;
	font-size: 10px;
	line-height: 14px;
}

#cms a {
	text-decoration: none;
	color: #000;
	border: none;
}
#cms a img {
	border:none;
}

#cms .over:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*h1,h2,h3,h4,h5,h1 a,h2 a,h3 a,h4 a,h5 a{
	margin: 0;
	font-weight:400;
}*/

#cms sup{
	font-size:55%;
}

.sphidden {
	display: none;
}
.pchidden {
	display: block;
}
.hidden {
	display: none;
}

.hrefbox:hover {
	cursor: pointer;
}


/*indexスライドショー*/
.indextease01 {
display:block;
width: 140px;
height:65px;
background-image: url(gwimg/tease01text2.png);
background-repeat: no-repeat;
background-size:contain;
margin:0 0 10px;
}
.indeximgeuro {
display:block;
width:40px;
height:40px;
background-image: url(common/catlogo_euro.gif);
background-size:contain;
margin:0 0 10px;
}
.indeximgreal {
display:block;
width:40px;
height:40px;
background-image: url(common/catlogo_r.gif);
background-size:contain;
margin:-20px 0 10px;
}
.indeximgmulti {
display:block;
background-image: url(common/catlogo_m.gif);
background-repeat: no-repeat;
background-size:40px;
background-position: left top;
padding:45px 0 0;
margin-left:10px;
}
.indeximgladies {
display:block;
float:right;
background-image: url(common/catlogo_l.gif);
background-repeat: no-repeat;
background-size:40px;
background-position: left top;
padding:45px 0 0;
margin-left:10px;
}



#head {
	/*text-align: center;*/
	margin: 0px;
	padding: 0;
	position: relative;
	border-top: 5px solid #000;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	min-width: 320px;
	height: 35px;
	text-align: center;
}


#head .headlogo {
	margin: 0px auto;
	padding: 0px;
	float: none;
}
#head .headlogo a img {
	height: 35px;
}
#head .menubot {
	position: absolute;
	left: 7px;
	top: 7px;
}
#head .menubot img {
	height: 20px;
}
#head .headright {
	position: absolute;
	top: 6px;
	right: 7px;
}
#head .headright .search {
	border-right: none;
	padding: 0;
}
#head .headright .search a img {
	width: 24px;
	vertical-align: middle;
}
#head .headright .favorite span {
	display:none;
}
#head .headright .favorite a img {
	vertical-align: middle;
	width: 24px;
}
#head .headright div {
	display: inline;
}
#head .gmenu {
	display: none;
}
#pdctbody  {
	margin: 0px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left;
	min-width: 320px;
	background-color: #FFF;
}
#pdctbody .spec {
	margin: 0px;
	padding: 10px;
	float: none;
	width: auto;
}
#pdctbody .spec .line {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	vertical-align: middle;
}
#pdctbody .spec .line img {
	height: 40px;
	width: 40px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#pdctbody .spec h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 0;
}
#pdctbody .spec h1 span {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #E60013;
	display: inline-block;
	border-radius: 10px;
	padding: 0 8px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
#pdctbody .spec .pdctname {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0px;
}
#pdctbody .spec .price {
	font-size: 10px;
	line-height: 20px;
	margin: 10px 0;
	padding: 0px;
	float: left;
}
#pdctbody .spec .price span {
	font-size: 16px;
}
#pdctbody .spec .store a {
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	background-image: url(common/storebot_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	margin: 5px 0;
	padding: 0 30px 0 12px;
	display: inline-block;
	border-radius: 15px;
	font-weight: bold;
	float: right;
}
#pdctbody .spec .store a:hover {
	background-color: #666;
}
#pdctbody .spec .user {
	list-style-type: none;
	margin: 10px 0;
	padding: 0px;
	clear: left;
	text-align: center;
}
#pdctbody .spec .user li {
	margin: 0 4px 0 0;
	padding: 0px;
	display: inline-block;
}
#pdctbody .spec .user li figure {
	margin: 0;
	padding: 0px;
}
#pdctbody .spec .user li a img {
	width: 37px;
	height: auto;
	margin: 0;
	padding: 0;
}
#pdctbody .spec dl dt {
	float: left;
}
#pdctbody .spec dl dd {
	margin: 0 0 4px 40px;
	padding: 0px;
}
#pdctbody .mainslider {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#pdctbody .mainslider .slides figure   {
	margin: 0;
	padding: 0;
}
#pdctbody .mainslider .slides figure a img {
	width: 100%;
	margin: auto;
}
#pdctbody .mainslider .slides {
	font-size: 10px !important;
	line-height: 14px !important;
}
#pdctbody .mainslider .flex-control-nav{
	margin: 10px 0;
	padding: 0px;
	text-align: center;
}
#pdctbody .mainslider .flex-control-nav li {
	margin: 0 4px;
	padding: 0px;
	display: inline-block;
}
#pdctbody .mainslider .flex-control-nav li img{
	width: 60px;
}
#pdctbody .spec2 {
	margin: 0;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: -500px 0px;
}
#pdctbody .spec2.pants {
	background-position: -290px -30px;
}
#pdctbody .spec2 .specinner{
	background-image: url(common/spec2_bg.png);
	padding: 20px 10px 10px;
}
#pdctbody .spec2 .ptcr {
	margin: 0 0 5px 10px;
	padding: 0px;
	float: right;
}
#pdctbody .spec2 .ptcr img{
	max-width: 240px;
	max-height: 90px;
}
#pdctbody .spec2 p {
	margin: 0;
	padding: 0 0 10px;
}
#pdctbody .spec2 p a {
	text-decoration: underline;
}
#pdctbody .spec2 p.bikou {
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0 0 10px;
}
#pdctbody .spec2 .specinner .function {
	text-align: center;
	clear: both;
	margin: 10px 0;
	padding: 0;
}
#pdctbody .spec2 .specinner .function li {
	display: inline-block;
	margin: 3px;
	padding: 0px 10px;
	border: 2px solid #999;
	border-radius: 17px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	background-color: #FFF;
}
#pdctbody .spec2 .specinner .function li img {
	width: 26px;
	position: absolute;
	left: 2px;
	top: 2px;
}
#pdctbody .spec2 .specinner .function .tadashi {
	font-size: 9px;
	line-height: 12px;
}
#pdctbody .spec2 .specinner .material {
	text-align: center;
	margin: 10px 0;
	padding: 0px;
}
#pdctbody .spec2 .specinner .material li  {
	display: inline-block;
	margin: 4px 5px;
}
#pdctbody .spec2 .specinner .material li .dttbottom img {
	height: 40px;
	width: auto;
}
#pdctbody .spec2 .specinner .my-gallery  {
	margin: 20px 0 0 -9px;
	overflow: auto;
}
#pdctbody .spec2 .specinner .my-gallery figure {
	border: 1px solid #CCC;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 9px;
}
#pdctbody .spec2 .specinner .my-gallery figure:hover {
	opacity: 1.0;
	border: 1px solid #777;
}
#pdctbody .spec2 .specinner .my-gallery figure a img {
	width: 80px;
}
#pdctbody .spec2 .specinner .my-gallery .funcimg a img {
	height: auto;
	width: 170px;
}
#pdctbody .spec2 .specinner .my-gallery figure figcaption {
	display: none;
}
.catitem {
	border-top: 1px solid #CCC;
	padding: 20px 0 0;
	min-width: 320px;
}
.catitem .cattitle {
	text-align:center;
}
.catitem .cattitle h2 a {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align:center;
}
.catitem ul {
	margin: 0px 0 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.catitem ul li {
	display: inline-block;
	width: 95px;
	margin: 8px;
	height: 160px;
	vertical-align: top;
}
.catitem ul li img {
	width: 95px;
	margin: 0px;
	padding: 0px;
}
.catitem ul li p  {
	margin: 0;
	font-size: 11px;
}
.catitem ul li p span.new {
	font-size: 8px;
	line-height: 12px;
	display: inline-block;
	background-color: #E60013;
	padding: 0 4px;
	margin-left: 5px;
	border-radius: 6px;
	color: #FFF;
	vertical-align: middle;
}
.catitem ul li p span {
	font-size: 9px;
	line-height: 12px;
	display: block;
}
.catlist {
	border-top:1px solid #CCC;
	min-width: 320px;
	padding: 20px 0px 0;
}
.catlist h2   {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.catlist .line {
	margin: 10px 0 10px 1%;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
.catlist .line li {
  width: 47%;
  overflow: hidden;
  float: left;
  margin: 0 0 6px 2%;
  position: relative;
}
.catlist .line li:before {
  padding-top: 45%;
  display: block;
  content:"";
}
.catlist .line li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.catlist .line li a img {
  width: 110%;
  margin: -2% 0 0 -5%;
   -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.catlist .line li a img:hover {
    transform: scale(0.95);
}

.catlist .type .slides {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.catlist .type .slides li{
	margin: 0;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
.catlist .type .slides li a{
	text-align: center;
}
.catlist .type .slides li a img{
	padding: 0px;
	width: 90%;
	display: block;
	margin: auto;
}
#contents .blist {
	margin: 10px 10px 0;
	padding: 0px;
	font-size: 10px;
}

/*categories*/
.titlewrap {
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 10px 0 10px;
	text-align: center;
	min-width: 320px;
}
.titlewrap .titleinner {
	margin: auto;
	padding: 0 10px;
	width: auto;
}
.titlewrap img {
	width: 40px;
	/*float: left;*/
	height: 40px;
	margin: 0 0 5px;
}
.titlewrap .pagetitle {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.titlewrap .readcopy {
	font-size: 12px;
	line-height: 18px;
	margin: 0 10px 10px;
}
.titlewrap.line {
	background: none;
	margin: -120px 0 20px;
	padding: 30px 0 0px;
	z-index: 9999;
	position: relative;
}
.titlewrap.line .pagetitle {
	font-size: 20px;
	line-height: 20px;
}
.titlewrap.line, .titlewrap.line a {
	color: #FFF;
}
.titlewrap .pagetitle a {
	text-decoration: none;
}
.titlewrap .blist {
	font-size: 10px;
	line-height: 14px;
	margin: auto;
	padding: 0;
}
.subtitle  {
	margin: 0px;
	padding: 20px 30px 10px;
	font-size: 14px;
	line-height: 20px;
}

.titlewrap ul  {
	margin: 0px;
	padding: 20px 30px 10px;
	list-style-type: none;
}
.titlewrap ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0px;
}
.titlewrap ul li a {
	padding: 5px 10px;
	margin: 0px;
	border-radius: 15px;
}
.titlewrap ul li a:hover {
	background: #000;
	color: #FFF;
}
.titlewrap a {
	color: #000;
}

#contents .catcopy {
	margin: 0 0 0px;
	padding: 0px 10px 10px;
	overflow: auto;
	min-width: 300px;
	text-align: center;
}
#contents .catcopy h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0px;
}
#contents .catcopy p {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#contents .catcopy .eurowrap {
float: none;
width: 100%;
margin: 0;
}
#contents .catcopy .eurocopy {
position:relative;
margin: 0 0 0 0;
	text-align: center;
}
#contents .euroclub {
float: none;
width: auto;
	margin: 10px 0 0;
	text-align: left;
}
#contents .euroclub img {
	margin: 0 10px 5px 0;
	float:left;
	width: 150px;
	height: auto;
}
#contents .euroclub p {
	margin: 0 0 0 160px;
	font-size: 10px;
	line-height: 14px;
}
#contents .euroclub a:hover {
text-decoration:underline;
}
#contents .youtube2 {
float: none;
width: 200px;
	font-size: 10px;
	line-height: 14px;
margin: 10px auto;
}
#contents .youtube2 p {
	font-size: 9px;
	line-height: 11px;
	margin: 5px 0 0;
}
#contents .cycleshow {
clear:both;
margin:0px 0 0px;
padding:15px 0;
text-align:center;
border-top:1px solid #CCC;
}
#contents .cycleshow span {
display:block;
}
#contents .cycleshow a:hover {
text-decoration:underline;
}
#contents .fuzoku{
	border-top: 1px solid #CCC;
	margin: 10px 0 0;
	padding: 10px 0 0;
	clear: left;
	width: auto;
}
#contents .fuzoku h2{
	font-size: 16px;
	line-height: 20px;
	margin: 5px auto;
}
#contents .fuzoku p{
	font-size:10px;
	margin:0 0 10px;
}
#contents .fuzoku p span{
	display:block;
}
#contents .fuzoku ul{
	margin: 0 0 4px 0%;
	width:100%;
}
#contents .fuzoku ul li h3{
	font-size: 12px;
	line-height: 26px;
	margin:0 0 0 7px;
}
#contents .fuzoku ul li{
	width:47%;
	height:50px;
	margin:0 0 6px 2%;
	padding: 0;
	float:left;
	text-align: left;
	overflow: hidden;
	position: relative;
	background: #EEE;
	border-radius: 2px;
}
#contents .catitem .fuzoku ul li img{
	position: absolute;
	top: -10px;
	right: -10px;
	left: auto;
	height: auto;
	width: 100px;
}
#contents .catitem .fuzoku ul li.belt img{
	left: auto;
	top: 0px;
	right: -10px;
	width: 110px;
}
#contents .fuzoku ul li.list img{
	top: -10px;
	left: auto;
	width: 92px;
}


/*productstop*/
#contents .linebigbot {
	margin: 0 auto;
	padding: 10px;
	width:300px;
}
#contents .linebigbot ul {
	margin: 0 0 0 -10px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
#contents .linebigbot li  {
	height: 420px;
	width: 32%;
	overflow: hidden;
	margin: 0 0 10px 10px;
	padding: 0px;
	float: left;
}
#contents .linebigbot li.euro {
	width: 920px;
	height: 400px;
}
#contents .linebigbot li a img{
	margin: -21px 0 0 -15px;
	width: 330px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}

#contents .linebigbot{
	margin: 10px 10px 0;
	padding: 0px;
	overflow: auto;
	width: auto;
}
#contents .linebigbot ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
#contents .linebigbot li  {
	width: 32%;
	overflow: hidden;
	float: left;
	margin: 0;
	padding-bottom:0px;
	height: auto;
}
#contents .linebigbot li.euro  {
	width: 100%;
	height: auto;
	margin: 0 0 1%;
}
#contents .linebigbot li.center {
	margin:0 2%;
	height: auto;
}
#contents .linebigbot li a img {
	margin: 0;
	width: 100%;
	height: auto;
}
#contents .linebigbot li a img:hover {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
}
#contents .linebigbot .euro a img {
	width: 100%;
	margin: 0;
	padding: 0px;
}


#contents .catlistbig {
	clear: both;
	margin: 10px 0 20px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	min-width: 320px;
}
#contents .catlistbig   h2{
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0 10px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
#contents .catlistbig ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#contents .catlistbig ul li {
	width: 110px;
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
	font-size: 12px;
}
#contents .catlistbig ul li span {
	display: block;
}
#contents .catlistbig ul li a img {
	width: 90px;
	margin: 0 auto 5px;
	display: block;
}
#contents .catlistbig ul li:hover {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
}



#contents .indexnews {
	padding: 10px 0;
	min-width: 320px;
}
#contents .indexnews h2 {
	font-size: 16px;
	font-weight: bold;
	float: none;
	margin: 10px auto 10px;
	text-align:center;
}
#contents .indexnews .jumplist {
	float: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents .indexnews .jumplist li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 33%;
	background: #CCC;
	float: left;
}
#contents .indexnews .jumplist li.info {
	width: 34%;
}
#contents .indexnews .jumplist li a {
	font-size: 10px;
	line-height: 40px;
	color: #FFF;
	background-color: #E4A600;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 113px center;
	margin: 0px;
	padding: 0;
	display: block;
	border-radius: 0px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#contents .indexnews .jumplist li a:hover {
	background-color: #666;
}
#contents .indexnews .jumplist .event a {
	background-image: none;
	background-color: #A7B220;
}
#contents .indexnews .jumplist .info a {
	background-image: none;
	background-color: #4FA1D1;
}
#contents .indexnews .newslist {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: none;
}
#contents .indexnews .newslist li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	border-top: 1px solid #CCC;
}
#contents .indexnews .newslist li a {
	margin: 0px;
	padding: 10px 10px 10px 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: auto 18px;
}
#contents .indexnews .newslist li:nth-child(2n+1) a{
	background-color: #FFF;
}
#contents .indexnews .newslist li:nth-child(2n) a{
	background-color: #F6F7F7;
}
#contents .indexnews .newslist li a:hover {
	background-color: #EEE;
}
#contents .indexnews .newslist li a span {
	float: none;
	text-align: right;
	display: block;
}
#contents .indexnews .newslist .news a {
	background-image: url(common/index-newstag.png);
}
#contents .indexnews .newslist .event a{
	background-image: url(common/index-eventtag.png);
}
#contents .indexnews .newslist .info a {
	background-image: url(common/index-infotag.png);
}

#contents .indexpdct {
	padding: 20px 0 10px;
	min-width: 320px;
}
#contents .indexpdct h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
#contents .col.indexpdct .linebot {
	margin: 0 10px;
	padding: 0px;
	list-style-type: none;
}
#contents .col.indexpdct .linebot li{
	width: 32.65%;
	overflow: hidden;
	float: left;
	margin: 0;
	position: relative;
	padding-top: 38.8%;
}
#contents .col.indexpdct .linebot li.euro{
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0 0 1%;
	position: relative;
	padding-top: 33.5%;
}
#contents .col.indexpdct .linebot li.center{
	margin: 0 1%;
}
#contents .col.indexpdct .linebot li a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#contents .col.indexpdct .linebot li a img{
	width: 100%;
	margin: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
#contents .col.indexpdct .linebot li.euro a img {
	margin: 0;
}
#contents .col.indexpdct .linebot li a img:hover {
    transform: scale(1);
}
#contents .col.indexpdct .linebot li.euro a img:hover {
	transform: scale(1);
}
#contents .col.indexpdct .type {
	clear: left;
	margin: 0 0 30px;
	padding: 20px 0 0;
}
#contents .col.indexpdct .type .slides li   {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
#contents .col.indexpdct .type .slides li span  {
	display: block;
}
#contents .col.indexpdct .type .slides li a img {
	width: 70%;
	margin: 0 auto 5px;
}


#contents .indexlink {
	padding: 10px;
	min-width: 300px;
}
#contents .indexlink h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
#contents .indexlink .con01  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents .indexlink .con01 li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0 0 1%;
	position: relative;
	padding-top: 32%;
}
#contents .indexlink .con01 li.euro20bot {
	width: 100%;
}
#contents .indexlink .con01 li.euro20bot a img {
	width: 190%;
	margin: -3% 0 0 -45%;
}
#contents .indexlink .con01 li:nth-child(2n) {
	float: right;
}
#contents .indexlink .con01 li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#contents .indexlink .con01 li a img {
	width: 110%;
	margin: -2% 0 0 -5%;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
#contents .indexlink .con01 li a img:hover {
    transform: scale(1);
}
#contents .indexlink .con02  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
	clear: both;
}
#contents .indexlink .con02 li {
	width: 50%;
	overflow: hidden;
	float: left;
	margin: 0 0 1%;
	position: relative;
	padding-top: 40%;
	text-align: center;
	color: #9F9FA0;
	font-size: 12px;
}
#contents .indexlink .con02 li .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .indexlink .con02 li a img {
	width: 60%;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	padding-top: 0%;
}
#contents .indexlink .con02 li:hover {
    background-color: #EEE;
}



/*photograpy*/
#contents .photograpy  {
	margin: 0;
	min-width: 300px;
}
#contents .photograpy .my-gallery  {
	margin: -1% 0 0 -1%;
	padding: 0 0 0 10px;
	position: relative;
}
#contents .photograpy .item {
    position: relative;
	float: left;
	margin: 1% 0 0 1%;
	width: 23%;
	overflow: hidden;
}
#contents .photograpy .item.big {
	width: 47%;
}



/*movie*/
#contents .movie {
	padding: 10px;
	list-style-type: none;
	margin: 0 auto;
	min-width: 300px;
}
#contents .movie ul {
	margin: 0 0 0 -2%;
	padding: 0px;
	list-style-type: none;
}
#contents .movie ul li {
	position: relative;
	float: left;
	width: 48%;
	overflow: hidden;
	display: block;
	margin: 0 0 10px  2%;
}
#contents .movie ul li h3 {
	font-size: 10px;
	line-height: 14px;
}
#contents .movie ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 12px;
	height: 24px;
	display: block;
}


/*euro20th*/
.euro20main {
	background-image: url(common/euro20th_bg_sp.jpg);
	background-position: right bottom;
	min-width: 0;
	background-size: cover;
}
.euro20main .col {
	padding: 10px 10px 0 10px;
}
.euro20main h1 {
	height: auto;
	width: 100%;
	margin: 10px 0;
	}
.euro20main h1 img  {
	width: 100%;
	height: auto;
	}
.euro20main .maincopy {
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	margin: 10px 0 0;
}
.euro20main .col .euro20logo  {
	width: 220px;
	margin: 180px auto 0;
	padding: 0 0 30px;
}
.euro20main .col .euro20logo img {
	width: 220px;
}
.euro20main .col .eurologo  {
	width: 40px;
	top: auto;
	right: auto;
	position: relative;
}
.euro20main .col .eurologo img {
	width: 60px;
}
#contents .col.euro20party {
	min-width: 0;
	padding: 10px;
	position: relative;
}
#contents .col.euro20party .pdf {
	width: 140px;
	position: relative;
	top: auto;
	right: auto;
}
#contents .col.euro20party .pdf img {
	width: 140px;
}
#contents .col.euro20party h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
#contents .col.euro20party p {
	margin: 5px 0;
}
#contents .col.euro20party dl {
	margin: 10px 0 0;
}
#contents .col.euro20party dl dt {
	float: left;
}
#contents .col.euro20party dl dd {
	margin: 0 0 10px 40px;
	padding: 0px;
}
#contents .col.euro20party dl dd a:hover {
	text-decoration: underline;
}
#contents .col.euro20party .textbot {
	margin: 20px 0;
}

#contents .col.euro20 {
	margin: auto;
	padding: 10px;
	width: auto;
	min-width: 0px;
	display: none;
}
#contents .col.euro20 .left {
	float: none;
	width: 100%;
}
#contents .col.euro20 .left h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
#contents .col.euro20 .left img {
	width: 100%;
}
#contents .col.euro20 .left p {
	width: 100%;
	text-align: justify;
}
#contents .col.euro20 .left .caption {
	font-size: 10px;
	margin: 5px 0;
	line-height: 14px;
}
#contents .col.euro20 .right {
	margin: 20px 0 0;
	padding: 0px;
}
#contents .col.euro20 .right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contents .col.euro20 .right ul li {
	margin: 0 0 20px;
	border-bottom: none;
	padding: 0;
}
#contents .col.euro20 .right ul li h2 span {
	font-size: 0.7em;
	border: 2px solid #999;
	padding: 2px 5px;
	color: #666;
	margin: 0 5px 0 0;
}
#contents .col.euro20 .right ul li h2 {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #666;
}
#contents .col.euro20 .right ul li p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

#contents .col.euro20th .story {
	padding: 80px 0;
	min-width: 0px;
}
#contents .col.euro20th .story h2  {
	width: 80%;
	height: auto;
	margin: auto;
}
#contents .col.euro20th .story h2 img {
	width: 100%;
	height: auto;
}
#contents .col.euro20th .story p {
	width: 80%;
	margin: 10px auto;
}
#contents .col.euro20th  {
	min-width: 0px;
}
#contents .col.euro20th ul {
	margin: 0px;
	width: auto;
	padding: 30px 10px;
	list-style-type: none;
}
#contents .col.euro20th ul h2 {
	font-size: 20px;
	float: none;
	line-height: 30px;
}
#contents .col.euro20th ul .subcopy {
	margin: 0;
}
#contents .col.euro20th ul li  {
	margin: 30px 0 0;
	clear: both;
	overflow: auto;
}
#contents .col.euro20th ul li p {
	text-align: justify;
}
#contents .col.euro20th ul li p a  {
	color: #CCC;
	text-decoration: underline;
}
#contents .col.euro20th ul li h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#contents .col.euro20th ul li .right {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
#contents .col.euro20th ul li .midr {
	float: none;
	width: auto;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
#contents .col.euro20th ul li .left {
	float: none;
	width: auto;
	margin: 0 0 10px;
}
#contents .col.euro20th ul li img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
#contents .col.euro20th ul li cap {
	font-size: 10px;
	line-height: 14px;
}
#contents .col.euro20th ul li .miranshow {
	width: auto;
}
#contents .col.euro20th ul li .miranshow p {
	font-size: 10px;
	line-height: 14px;
}
#contents .col.euro20th ul .accident {
	padding: 10px;
}
#contents .limited {
	color: #FFF;
}
#contents .col.limited .inner {
	margin: auto;
	padding: 30px 10px 30px;
	width: auto;
}
#contents .col.limited .inner .title img {
	width: 260px;
}
#contents .col.limited .inner h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
	float:none;
}
#contents .col.limited .inner .shoponly {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 5px 0;
	width: auto;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#contents .col.limited .inner .logo20 img {
	display: block;
	width: 120px;
	margin: 20px auto;
}
#contents .col.limited .inner .product {
	margin: auto;
	width: auto;
}
#contents .col.limited .inner .product .pdctmain {
	width: 100%;
}
#contents .col.limited .inner .product .func img {
	margin: 20px auto;
	width: 100%;
}
#contents .col.limited .inner .product h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
	font-weight: bold;
}
#contents .col.limited .inner .product h3 .code {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	display: block;
}
#contents .col.limited .inner .product h3 .right {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	float: none;
	display: block;
}
#contents .col.limited .inner .product h3 .right span {
	font-size: 18px;
}
#contents .col.limited .inner .product .pdctbot a {
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin: 20px auto 0px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	width: auto;
}
#contents .col.limited .inner .product .pdctbot a:hover {
	background-color: #666;
}


/*euro20 party*/
#contents .euro20col{
	margin: auto;
	width: auto;
	padding: 30px 10px;
	position: relative;
}
.euro20main.party .col .euro20logo  {
	margin: 30px auto;
}
.euro20main.party .col h1  {
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	width: auto;
	height: auto;
	padding: 0;
	margin: 240px 0 0px;
	white-space: normal
}
.euro20main.party .col .maincopy {
	width: auto;
	margin: 0;
	padding: 0 0 10px;
}
#contents .euro20col h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px;
}
#contents .euro20col p {
	text-align: left;
}
#contents .euro20col .location {
	text-align: center;
	margin: -5px 0 20px;
	padding: 0px;
	font-size: 10px;
}
#contents .euro20col dl dd {
	margin: 0;
	padding: 10px 10px 10px 100px;
	border-top: 1px solid #999;
}
#contents .euro20col .prizemaxi {
	width: 100%;
}
#contents .euro20col .prizemaxi img {
	width: 100%;
}
#contents .euro20col .prizemascot {
	width: 100%;
	padding: 0;
}
#contents .euro20col .prizewafer {
	width: 100%;
}
#contents .euro20col ul h3 , #contents .euro20col dl h3{
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0 5px;
}
#contents .euro20col ul li {
	padding: 10px 0px;
}
#contents .euro20col ul li img {
	width: 150px;
	margin: 0 0 0 10px;
}
#contents .euro20col ul li h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0px;
	font-weight: bold;
}
#contents .euro20col ul li p {
	margin: 0;
}
#contents .euro20col p img {
	width: 100%;
	height:	auto;
	margin: 0 0 10px;
}
#contents .euro20col iframe {
	width: 100%;
}
#contents .euro20col table {
	text-align: center;
	margin: 20px 0;
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#contents .euro20col table tr th {
	color: #FFF;
	background-color: #666;
	padding: 5px;
	border-right: 1px solid #999;
}
#contents .euro20col table tr td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}



/*CONCEPT*/
.conceptmain {
	height: auto;
	min-width: 0px;
	background-image: url(common/concept_spmainbg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 20px 380px;
	background-color: #000;
}
.conceptmain .col {
	margin: auto;
	padding: 0;
	width: auto;
}
.conceptmain h1 {
	line-height: auto;
	background-image: url(common/concept_sph1.png);
	height: 32px;
	width: 280px;
	margin: 0px auto 10px;
	padding: 30px 0 0;
	background-repeat: no-repeat;
	background-position: 0px 30px;
	}
.conceptmain h1 {
	background-image: url(none);
	height: auto;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0 0;
	}
.conceptmain h1 img{
	height: auto;
	width: 100%;
	}
.conceptmain .catchcopy {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background-image: url(common/concept_spmaincopy.png);
	height: 17px;
	width: 280px;
	margin: 0px auto;
	line-height: auto;
	}
.conceptmain .maincopy {
	color: #EEE;
	width: 100%;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px auto 0;
}
.conceptcase {
	margin: 10px 20px 40px;
	overflow: hidden;
	background-image: none;
	line-height: auto;
	height: auto;
	width: auto;
	text-indent: 0;
	white-space: normal;
	display: block;
}
.conceptcase h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background-image: url(common/concept_spcasetitle.png);
	height: 17px;
	margin: 20px auto 5px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	}
.conceptcase p {
	line-height: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 5px 0 0;
	font-size: 12px;
}
.conceptcase ul {
	list-style-type: none;
	background-image: url(common/concept_spcase4.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 157px;
	margin: 20px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0;
}

.conceptcase2016 {
	width: auto;
	margin: 20px 20px 0;
	overflow: hidden;
	padding: 0;
}
.conceptcase2016 h2 img{
	width: 100%;
	margin: 0;
}
.conceptcase2016 .casecopy {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px 0 20px;
}
.conceptcase2016 ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	overflow: auto;
}
.conceptcase2016 ul li {
	border: 2px solid #999;
	float: left;
	padding: 13px;
	border-radius: 10px;
	margin: 0 0 20px;
	height: auto;
	position: relative;
	width: auto;
}
.conceptcase2016 ul li img {
	width: 50px;
	position: relative;
	float: left;
}
.conceptcase2016 ul .comfort img,.conceptcase2016 ul .activity img,.conceptcase2016 ul .safety img,.conceptcase2016 ul .easy img {
	left: 0;
	top: 0;
}
.conceptcase2016 ul li h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.conceptcase2016 ul .comfort h2,.conceptcase2016 ul .activity h2,.conceptcase2016 ul .safety h2,.conceptcase2016 ul .easy h2 {
	position: relative;
	text-align: left;
	margin: 0 0 20px;
	padding: 0px;
	top: 6px;
	left: 10px;
}
.conceptcase2016 ul li p {
	text-align: justify;
	width: 100%;
	margin: 0;
	padding: 0;
}



/*shop*/
#contents.shop {
	margin: auto;
	padding: 0px;
	min-width: 0;
}
#contents.shop h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #999;
}
#contents.shop .selectmap {
	text-align: center;
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px solid #CCC;
	height: auto;
}
#contents.shop .selectmap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 40px 2px 7px;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px;
	width: 100%;
	color: #666;
	background: none transparent;
	background-image: url(common/selectbg_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 41px;
	border: 1px solid #AAA;
}
#contents.shop p {
	padding: 0 10px 0;
}
#contents.shop p strong {
	padding: 5px 0 0;
	display: block;
}
#contents.shop ul {
	padding: 0;
	margin: 0 0 20px;
}
#contents.shop ul li {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	list-style-type: none;
	text-align:left;
	overflow:auto;
	position: relative;
}
#contents.shop ul li:nth-child(odd) {
    background:#F5F5F5;
}
#contents.shop ul li h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0px 0 0;
	padding: 0px;
	line-height: 20px;
	float: none;
	width: auto;
}
#contents.shop ul li .addr {
	float: none;
	font-size: 10px;
	font-weight: lighter;
	line-height: 18px;
	margin: 0 0px 0 0;
	width: auto;
}
#contents.shop ul li .telno {
	float: none;
	font-size: 10px;
	line-height: 14px;
	font-weight: lighter;
	margin: 0 60px 0 0;
	text-align: left;
	width: auto;
}
#contents.shop ul li .web a {
	border: none;
	border-left: 1px solid #CCC;
	position: absolute;
	top:10px;
	right: 0px;
	padding: 35px 10px 10px 10px;
	background-color: none;
	background-image: url(common/shop_arrow_g.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	text-align:center;
	font-size: 10px;
	width: 40px;
}
#contents.shop ul li .web a:hover {
	color: #FFF;
	background-color: #999;
	background-image: url(common/shop_arrow_w.png);
}

#contents .col.contact {
	padding: 10px;
}
#contents .col.contact h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
}
#contents .col.contact p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
}
#contents .col.contact div {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 0 5px;
}
#contents .col.contact img {
	margin: 5px 0;
	max-width: 100%;
}
#contents .col.contact dl {
	margin: 10px 0 10px;
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #CCC;
}
#contents .col.contact dl dt {
	clear: left;
	float: left;
}
#contents .col.contact dl dd {
	margin: 0 0 5px 60px;
}




/*cms*/
#contents .cms {
	margin: 0 0 40px;
	padding: 0;
	width: auto;
}
#contents .cms .cmstitle {
	font-size: 1px;
	color: #FFF;
	background-image: url(common/cmstitlesp.jpg);
	background-repeat: no-repeat;
	background-size:300px;
	height: 67px;
	width: 300px;
	text-indent: -200px;
	overflow: hidden;
	margin: 20px 10px 0;
}
#contents .cms p a {
	text-decoration: underline;
}
#contents .cms .copy {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 20px 10px 5px;
}
#contents .cms .mpoint {
	margin: 10px 10px 0;
	padding: 0px;
	overflow: auto;
}
#contents .cms h2 {
	font-size: 18px;
	line-height: 24px;
	border-top: 1px solid #AAA;
	padding: 10px 10px 0px;
	margin: 20px 0 5px;
	border-bottom: none;
}
#contents .cms h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 10px 5px;
	padding: 0px;
	font-weight: bold;
	color: #999;
}
#contents .cms .mpoint h3 {
	margin: 0px 0px 0px;
}
#contents .cms .mpoint img {
	display: block;
	margin: auto;
	max-width: 100%;
}
#contents .cms p {
	font-size: 12px;
	margin: 0px 10px 20px;
}
#contents .cms .tadashi {
	margin: 0px;
	padding: 0 10px 0;
}
#contents .cms .color {
	margin: 0 0 0;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
#contents .cms .color li {
	float: left;
	width: 29%;
	margin: 0 0 5px 10px;
	text-align: center;
	font-size: 8px;
	line-height: 12px;
}
#contents .cms .color li div{
	font-size: 1px;
	text-indent: -300px;
	overflow: hidden;
	height: 20px;
	border: 1px solid #CCC;
	margin: 0 0 3px;
	border-radius: 5px;
}
#contents .cms .textbot a {
	text-decoration: none;
}
#contents .cms .spimgwrap {
	margin:5px 10px 0;}
#contents .cms .spimgwrap img {
	width:100%;}
#contents .cmsorder {
	width:300px;
	padding:0 10px;
}


#contents .cms .cmstitle17 {
	float: none;
	margin: 10px;
}
#contents .cms .cmstitle17 img {
	width: 100%;
}
#contents .cms .cmscopy {
	padding: 0;
	margin: 20px 10px;
}
#contents .cms .cmscopy img {
	width: 100%;
}

#contents .cms .step {
	padding: 0;
	margin: 0 10px;
	overflow: auto;
}
#contents .cms .step ul {
	padding: 0;
	margin: 0;
}
#contents .cms .step ul li {
	width: auto;
	padding: 10px 0 0;
	margin: 0 0 10px;
	float: none;
	overflow: auto;
	border-top: 1px solid #CCC;
}
#contents .cms .step ul li div {
	width: 40%;
	float: left;
	clear: both;
}
#contents .cms .step ul li h3 {
	margin: 0;
	padding: 10px 10px;
	font-size: 25px;
	line-height: 30px;
}
#contents .cms .step ul li h3 span {
	font-size: 11px;
	line-height: 15px;
	display: block;
}
#contents .cms .step ul li p {
	height: auto;
	line-height: 14px;
	margin: 10px 0;
}
#contents .cms .step ul li img {
	width: 55%;
	margin: 0;
	padding: 0;
	float: right;
}

#contents .cms .mpoint ul {
	margin: 0;
}
#contents .cms .mpoint ul li {
	width: auto;
	margin: 0;
	padding: 5px 0 0;
	float: none;
	border-top: 1px solid #CCC;
	overflow: auto;
}
#contents .cms .mpoint ul li img {
	width: 50%;
	margin: -10% 0 0;
}
#contents .cms .mpoint ul li.mpointdown {
	margin-top: 0;
}
#contents .cms .mpoint ul li.parker img {
	margin: 0;
}

#contents .cms .price {
	margin: 0 10px 5px;
}
#contents .cms .price img {
	width: 100%;
	border-top: 1px solid #666;	
}
#contents .cmsorder {
	float: none;
	display: block;
	width: 280px;
	padding: 0;
	margin: 0 auto;
}


/*faq*/
.w980 {
	min-width:0;
	margin: 0;
	padding: 0;
}
.col .cscall {
	text-align: left;
	padding: 15px;
	background-color: #EEE;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 4% 20px;
}
.col .cscall span {
	font-size: 12px;
	display: block;
	line-height: 16px;
	margin: 10px 0 0;
	border-top: 1px solid #AAA;
	padding: 10px 0 0;
	font-weight: normal;
}
.col .faqh2 {
	margin: 15px 4% 5px;
	font-weight: bold;
}
.col .faqtop {
	margin: 0px 4% 15px;
}
.faqcol {
	margin: 0 0 40px;
}
.faqcol h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 4% 10px;
	background-image: url(common/faqh3bg.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 0 0 30px;
}
.faqcol h4.accordion{
	border-top: 1px solid #CCC;
	font-size: 14px;
	margin: 0px;
	padding: 10px 70px 10px 4%;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	background-image: url(common/faqopen.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.faqcol  h4.accordion.faqselected{
	background-image: url(common/faqclose.png);
	color: #666;
}
.faqcol .faq-contents {
	margin: 0 4% 30px;
}
.faqcol .faq-contents h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 3px;
}
.faqcol .faq-contents table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.faqcol .faq-contents table tr th {
	padding: 7px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	background: #EEE;
}
.faqcol .faq-contents table tr td {
	padding: 7px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
}



/*contact*/
#contents .col.contact {
	padding: 0 10px;
}
#contents .col.contact h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 20px;
}
#contents .col.contact p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
}
#contents .col.contact div {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 0 5px;
}
#contents .col.contact img {
	margin: 5px 0;
	max-width: 100%;
}
#contents .contact .gwtel {
	width: auto;
	padding: 0;
}
#contents .col.contact dl {
	margin: 10px 0 10px;
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #CCC;
}
#contents .col.contact dl dt {
	clear: left;
	float: left;
}
#contents .col.contact dl dd {
	margin: 0 0 5px 60px;
}



/*Parts list*/
#contents .partslist {
	margin: 0;
	width: auto;
	padding: 0;
}
#contents .partslist ul   {
	margin: 0 0 20px;
	border-bottom: 1px solid #CCC;
	padding: 0;
	list-style-type: none;
}
#contents .partslist ul li   {
	overflow: auto;
}
#contents .partslist ul li .pdct  {
	padding: 5px;
	border-top: 3px solid #CCC;
	float: none;
	width: auto;
}
#contents .partslist ul li .pdct img {
	height: 61px;
	float: left;
}
#contents .partslist ul li .pdct h3 , #contents .partslist ul li .pdct h3 a{
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 10px 0 0;
	display: inline;
}
#contents .partslist ul li .pdct p {
	display: inline;
	font-size: 12px;
	line-height: 26px;
	margin: 0;
}
#contents .partslist ul li .parts  {
	overflow: auto;
}
#contents .partslist ul li .parts  div{
	border-top: 1px solid #CCC;
	padding: 0px 0;
	overflow: auto;
}
#contents .partslist ul li .hrefbox:hover  {
	background: #EEE;
}
#contents .partslist ul li .parts  div img{
	margin: 0 20px 0 0;
	height: 30px;
	float: left;
	width: 30px;
}
#contents .partslist ul li .parts  div h4{
	width: 45%;
	font-size: 12px;
	line-height: 20px;
	float: left;
	padding-left: 5px;
	word-break: break-all;
}
#contents .partslist ul li .parts  div p{
	font-size: 14px;
	line-height: 20px;
	float: none;
	width: auto;
	border-left: 1px solid #CCC;
	padding: 5px;
	margin: 0 0 0 47%;
}
#contents .partslist ul li .parts  div .tadashi{
	width: auto;
}
#contents .partslist ul li .parts div p span {
	font-size: 12px;
	padding: 0 0 0 10px;
	display: inline;
}
#contents .partslist ul li a  {
	text-decoration: underline;
}
#contents .partslist .kome {
	padding: 0 10px;
}



/*news*/
.newscol div {
	overflow: auto;
}
.newscol {
	margin: 0px 0 20px;
	padding: 0 10px 10px;
	border-bottom:1px solid #CCC;
	overflow: auto;
}
.newscol p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 14px;
}
.newscol img {
	max-width: 100%;
	height: auto;
}
#contents .newscol h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
}
#contents .newscol h3 span {
	font-size: 14px;
	margin: 0 0 0 10px;
}
.newscol h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}


/*lws16fw*/
#contents .lws16ss .lwscol16fw .inner{
	margin: auto;
	width: auto;
	padding: 0;
	position: relative;
}
#contents .lws16ss .lwscol16fw h1 {
	margin: auto;
	top: 10px;
	position: relative;
	width: 94%;
	z-index: 101;
	right: 0px;
}
#contents .lws16ss .lwscol16fw h1 img{
	width: 100%;
	height: auto;
}
#contents .lws16ss .lwscol16fw .kaiteki {
	height: auto;
	width: 94%;
	display: block;
	position: relative;
	z-index: 100;
	top: 10px;
}
#contents .lws16ss .lwscol16fw .mainitem {
	position: relative;
	left: 0px;
	top: -60px;
	z-index: 102;
	width: 100%;
	text-align: center;
}
#contents .lws16ss .lwscol16fw .mainitem.hrefbox a img {
	height: auto;
	width: 100%;
}
#contents .lws16ss .lwscol16fw .mainitem.hrefbox p {
	margin: -20px 0 0px;
}
#contents .lws16ss .lwscol16fw ul {
	list-style-type: none;
	margin: -50px 0 0px;
	padding: 0px;
	position: relative;
	z-index: 103;
}
#contents .lws16ss .lwscol16fw ul li {
	float: left;
	width: 33%;
}
#contents .lws16ss .lwscol16fw ul li a img {
	width: 110%;
}
#contents .lws16ss .lwscol16fw .present img {
	width: 94%;
	height: auto;
	margin: 10px 3% 0;
	padding: 0 0 10px;
}

/*lws16ss*/
#contents .lws16ss  {
	min-width: 320px;
	background: none;
}
#contents .lws16ss .lwscol {
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}
#contents .lws16ss .lwscol .pchidden .spbg {
	height: auto;
	width: 100%;
}
#contents .lws16ss .lwscol .pchidden .spinner {
	position: absolute;
	width: 94%;
	left: 3%;
	top: 3.7%;
}
#contents .lws16ss .lwscol .gsm12603 {
	width: 50%;
	position: relative;
	top: auto;
	left: auto;
	float: left;
}
#contents .lws16ss .lwscol .gsm12603 img {
	width: 100%;
	margin: 5% 0 0;
}
#contents .lws16ss .lwscol .gsm12604  {
	width: 50%;
	position: relative;
	left: auto;
	top: auto;
	float: left;
}
#contents .lws16ss .lwscol .gsm12604 img {
	width: 100%;
}
#contents .lws16ss .lwscol .lswtopcon {
	position: relative;
	top: auto;
}
#contents .lws16ss .lwscol .lswtopcon .lswdcrtn {
	text-align: center;
	margin: 10px 3%;
}
#contents .lws16ss .lwscol .lswtopcon .inner {
	width: 94%;
	float: none;
	text-align: center;
	margin: 0 3%;
}
#contents .lws16ss .lwscol .lswtopcon .inner a  img{
	width: 50%;
	margin: 0 auto -15px;
	display: block;
}
#contents .lws16ss .lwscol .lswtopcon .inner   .txt{
	width: 163px;
	margin: 5px auto 0;
	display: block;
}
#contents .lws16ss .lwscol .lswtopcon .under    {
	width: 94%;
	margin: 0 3%;
}
#contents .lws16ss .lwscol .lswtopcon .under ul   {
	width: 100%;
	overflow: visible;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
#contents .lws16ss .lwscol .lswtopcon .under ul li  {
	width: 50%;
	display: block;
	text-align: center;
	float: left;
}
#contents .lws16ss .lwscol .lswtopcon .under ul li a {
	width: 100%;
	display: block;
	margin: 0 0 -10px;
}
#contents .lws16ss .lwscol .lswtopcon .under ul li img {
	width: 100%;
}
#contents .lws16ss .lwscol .lswtopcon .under   .txt{
	width: 300px;
	margin: 0 auto;
	display: block;
	clear: both;
	padding: 10px 0 20px;
}
#contents .lws16ss .lswcol2 {
	margin: auto;
	padding: 20px 3%;
	width: 92%;
}
#contents .lws16ss .lswcol2 a{
	text-decoration: underline;
}
#contents .lws16ss .lswcol2 h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
}
#contents .lws16ss .lswcol2 dl  {
	border-top: 1px solid #CCC;
}
#contents .lws16ss .lswcol2 dl dt {
	float: left;
	padding: 10px 0;
}
#contents .lws16ss .lswcol2 dl dd {
	padding: 10px 0px 10px 120px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
#contents .lws16ss .lswcol2 .tadashi {
	font-size: 9px;
	line-height: 12px;
}
#contents .lws16ss .lswcol2 .center {
	text-align: center;
	margin: 20px auto;
}
#contents .lws16ss .lswcol2 .lswfigure  {
	width: 94%;
	margin: auto;
}
#contents .lws16ss .lswcol2 .lswfigure img {
	width: 100%;
}
#contents .lws16ss .lswcol2 .shoplist {
	margin: 0 0 10px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #CCC;
}
#contents .lws16ss .lswcol2 .shoplist li{
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	overflow: visible;
	position: relative;
}
#contents .lws16ss .lswcol2 .shoplist li:nth-child(2n+1){
	background-color: #EFEFEE;
}
#contents .lws16ss .lswcol2 .shoplist li h3, #contents .lws16ss .lswcol2 .shoplist li h3 a {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
#contents .lws16ss .lswcol2 .shoplist li .addr {
	margin: 0;
	width: 200px;
}
#contents .lws16ss .lswcol2 .shoplist li .telno {
	position: absolute;
	top: auto;
	right: 10px;
	float: right;
	bottom: 10px;
}


/*TECH*/
#contents .tech .tab    {
	border-left: none;
	width: 100%;
}
#contents .tech .tab li   {
	float: left;
	width: 33%;
}
#contents .tech .tab li:nth-child(2n)   {
	float: left;
	width: 34%;
}
#contents .tech .tab li a  {
	font-size: 12px;
	line-height: 20px;
	background: #EEE;
}
#contents .tech .tab li:nth-child(3n) a {
	border-right: none;
}
#contents .tech .tab li a:hover  {
	background-color: #CCC;
}
#contents .tech .tab li.active a  {
	border-bottom: none;
	background: none;
}
#contents .tech .tab li.active a:hover  {
	background: none;
	cursor: default;
}

#contents .tech .area  {
	width: 100%;
	margin: 0 auto 0px;
}
#contents .tech .area .discription {
	text-align: left;
	padding: 20px 20px;
}
#contents .tech .area li {
	width: 90%;
	float: none;
	padding: 20px 5% 20px;
	height: auto;
}
#contents .tech .area.spec li{
	width: 90%;
	padding: 20px 5% 10px;
	height: auto;
}
#contents .tech .area li:nth-child(2n) {
	border-right: none;
}
#contents .tech .area li img {
	margin: auto;
	width: 100%;
	display: block;
}
#contents .tech .area li h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0px;
}
#contents .tech .area li p {
	margin: 10px 0;
	padding: 0px;
}
#contents .tech .area li a {
	font-size: 12px;
	line-height: 20px;
	margin: 20px auto 10px;
}



/*textbot*/
.textbot a {
	font-size: 11px;
}


/*foot*/
#foot {
	margin: 0;
	padding: 10px;
	background-color: #ED6D48;
	color: #FFF;
	min-width: 300px;
	display: none;
}
#foot h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 7px;
	padding: 0px;
}
#foot ul li  {
	color: #FFF;
	margin: 3px 0;
	display: inline-block;
}
#foot ul li a {
	color: #FFF;
}
#foot .contentmenu  {
	margin: 0 0 0 0px;
	padding: 0 0 0 3%;
	width: 36%;
	border-left: 1px solid #FFF;
	display: inline-block;
	vertical-align: top;
}
#foot .contentmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#foot .contentmenu ul li {
	width: 49%;
}
#foot .productmenu {
	margin: 0px;
	padding: 0 0 0 3%;
	display: inline-block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 57%;
}
#foot .productmenu ul {
	margin: 0px;
	padding: 0px;
	width: 32%;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}
#foot .productmenu ul li {
	width: 100%;
}
.copyright {
	background-color: #000;
	margin: 0px;
	padding: 10px;
	font-size: 9px;
	line-height: 12px;
	color: #FFF;
	min-width: 300px;
	text-align: center;
}
.copyright .footlogo {
	float: none;
}
.copyright p span {
	display: block;
}
.copyright .footlogo img {
	height: 24px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.copyright p {
	margin: 10px 0 0;
}



#end {}
}
