/*** PC-TOP CSS ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,header,footer,address, article, section{ 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

body{
	background:#FFF;
	/*
	overflow-y: scroll;
	overflow-x: hidden;*/
}

body,h1,h2,h3,h4,h5,h6,li,dt,dd,p,th,td,input{
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif!important;
}

a{
	color:#03C;
	transition: color 0.8s;
}

a:hover{
	color:#F3C;
}

img { 
	border:0;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6, p {
	font-weight:normal;
}


/* All
--------------------------------------------------------------------------*/

#wrap{
	width:100%;
}

/* Header
--------------------------------------------------------------------------*/

#nav{
	z-index:100;
	
	position:fixed;
	left:0;
	
	color:#FFF;
	width:100%;
	height:50px;

	color:#C00;
	background:#0f1b2a;
	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	}

#nav-std-box{
	height:50px;
}

#nav-std-box h1{
	width:146px;
	height:50px;
	margin:2px 0px 0px 15px;
	float:left;
}

.hd-nav-in a{
	color:#7c848f !important;
	}

.nav-accordion{
	float:right;
	width:652px;
}

.nav-accordion section h3{
	display:none;	
}

	
/* header pulldown */

#hd-nav{
	padding-top:15px;
}

#hd-nav li {
	position: relative;
	width: 121px;
	float: left;
	text-align: center;
}

#hd-nav li a {
	height:18px;
	display: block;
	margin: 0;
	padding:3px 0px;
	text-decoration: none;
	color:#CCC;
	border-left: solid 1px #223043;
	background:#0f1b2a;
	font-size:90%;

	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

#hd-nav li ul {
  z-index: 101;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

#hd-nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  width: 200%;
}

#hd-nav li ul li ul li{
  width: 100%;
}

#hd-nav li ul li a {
  padding: 7px 15px;
  background: #222;
  text-align: left;
  font-weight: normal;
  border-left:none;
  border-bottom: solid 1px #111;
}

#hd-nav li a:hover {  background: #820021; }
#hd-nav > li:hover > a {  background: #820021; }
#hd-nav > li:hover li:hover > a {  background: #820021;  }
#hd-nav li:hover > ul > li {
  overflow: visible;
  height: 33px;
}
#hd-nav li ul li ul {
  top: 0;
  left: 100%;
}

#hd-nav li:last-child ul{
  left: -100%;
}

#hd-nav li:last-child ul li ul, #hd-nav li ul li ul.dropmenu-end {
  left: -100%;
  width: 100%;
}

#hd-nav li ul li ul li a {  background: #222; }
#hd-nav li:hover ul li ul li:hover > a {  background: #5b0017; }
#hd-nav li ul li ul:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #5b0017;
}
#hd-nav li:last-child ul li ul:before, #hd-nav li ul li ul.dropmenu-end:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #5b0017;
}


/* header mini-menu */

#nav_h{
	z-index:110;
	
	position:fixed;
	left:0;
	margin-top:-120px;
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.nav_h_box{
	height:40px;
	background:#EEE;
	
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.nav_h_box h1{
	position:absolute;
	left:20px;
	width:90px;
	height:40px;
}


/* header pankuzu */

#hd-page-nav{
	position:absolute;
	left:130px;
	top:20px;
	width:80%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	}


#hd-page-nav li.title{
	float:left;
	padding:2px 15px 2px 0px;
	color:#555;
	font-size:90%;
	line-height:110%;
	font-weight:bold;
}

#hd-page-nav li a{
	position: relative;
	float:left;
	padding:2px 15px 2px 25px;
	color:#555;
	font-size:90%;
	line-height:110%;
 	text-decoration: none;
	transition: border-bottom-color 1.2s, color 0.5s;
	background:url(../img/arrow-page.png) 4px center no-repeat;
}

#hd-page-nav ul li.link-next a{
	background:url(../img/arrow-next.png) 4px center no-repeat;
}

#hd-page-nav ul li.link-back a{
	background:url(../img/arrow-back.png) 4px center no-repeat;
}

#hd-page-nav li a:hover {
	color:#F00;
}

#nav_h h3{
	position:absolute;
	right:5px;
	top:7px;
	display: block;
	cursor: pointer;
	width:34px;
	height:24px;
	}

@media screen and (max-width: 910px) {

.nav-accordion{
	width:75%;
}

#hd-nav{
	padding-top:13px;
	width:100%;
	float:right;
}

#hd-nav li {
	position: relative;
	width:16%;
	float: left;
	text-align: center;
}

}

@media screen and (max-width: 660px) {


#nav{
	min-height:80px;
	}

#nav-std-box h1{
	width:146px;
	height:50px;
	margin:0px auto;
	float:none;
}

.nav-accordion{
	width:100%;
}

#hd-nav{
	padding-top:0px;
	width:100%;
	float:right;
}

#hd-nav li {
	position: relative;
	width:16.6%;
	float: left;
	text-align: center;
}

#hd-page-nav{
	display:none;
}

}

@media screen and (max-width: 480px) {

#nav-std-box .hd-nav li a{
	font-size:90%;
	line-height:100%;
	}

}


/* Key-v
--------------------------------------------------------------------------*/

#key-v{
	z-index:-1;

	width:100%;
	position:fixed;
	padding: 0;
}

@keyframes title {
	0%{background-position:0px 70%;}
	100% {background-position:0px 0%;}　
}

#title{
	width:100%;
	height:420px;

	-moz-background-size:100% auto;
	background-size:100% auto; 
	
	animation: title 5s linear forwards;
	-moz-animation: title 5s linear forwards;
	-webkit-animation: title 5s linear forwards;
}

#title-bs{
	width:100%;
	height:220px;
	background-color: #CCC;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	background-position:center;
}

.page00{ background:url(http://www.megelli.jp/img/top-img00.jpg) no-repeat ; }
.page01{ background:url(../img/top-img05.jpg) no-repeat ; }
.page02{ background:url(../img/top-img02.jpg) no-repeat ; }
.page03{ background:url(../img/top-img03.jpg) no-repeat ; }
.page04{ background:url(../img/top-img04.jpg) no-repeat ; }
.page05{ background:url(../img/top-img01.jpg) no-repeat ; }
.page06{ background:url(../img/top-img06.jpg) no-repeat ; }
.page07{ background:url(../img/top-img07.jpg) no-repeat ; }
.page08{ background:url(../img/top-img08.jpg) no-repeat ; }
.page09{ background:url(../img/top-img09.jpg) no-repeat ; }
.page10{ background:url(../img/top-img10.jpg) no-repeat ; }
.page11{ background:url(../img/top-img11.jpg) no-repeat ; }
.page12{ background:url(../img/top-img12.jpg) no-repeat ; }
.page13{ background:url(../img/top-img13.jpg) no-repeat ; }
.page14{ background:url(../img/top-img14.jpg) no-repeat ; }
.page15{ background:url(../img/top-img15.jpg) no-repeat ; }
.page16{ background:url(../img/top-img16.jpg) no-repeat ; }
.page17{ background:url(http://www.megelli.jp/img/top-img17.jpg) no-repeat ; }
.page18{ background:url(http://www.megelli.jp/img/top-img18.jpg) no-repeat ; }
.page19{ background:url(http://www.megelli.jp/img/top-img19.jpg) no-repeat ; }


@keyframes title-tx {
	0%{opacity:0.25;}
	100%{opacity:1;}　
}

#title h2, #title-bs h2{
	color:#FFF;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "メイリオ", Meiryo, serif !important;
	letter-spacing:0.05em;
	 
	width:1000px;
	margin:0 auto;
	padding-left:15px;
	animation: title-tx 2s linear forwards;
	-moz-animation: title-tx 2s linear forwards;
	-webkit-animation: title-tx 2s linear forwards;

	text-shadow: 0px 0px 2px #222;
	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

#title h2{
	font-size:350%;
	top: 55%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
}

#title-bs h2{
	font-size:280%;
	top: 65%;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}


@media screen and (max-width: 1050px) {

#title h2, #title-bs h2{
	padding-left:5%;
	width:90%;
}

}


@media screen and (max-width: 910px) {

#title{
	height:350px;
	-moz-background-size:110% auto;
	background-size:110% auto;
}

}

@media screen and (max-width: 660px) {

#title{
	height:300px;
	-moz-background-size:660px 313px;
	background-size:660px 313px;
	background-position:center !important;
	
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
}

#title-bs{
	-moz-background-size:660px 313px;
	background-size:660px 313px;
	background-position:left !important;
	
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
}

#title h2{
	font-size:280%;
	top: 65%;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}

#title-bs h2{
	font-size:240%;
	top: 75%;
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
}

}

/* Content
--------------------------------------------------------------------------*/

#content{
	width:100%;
	margin:420px 0 0 0;
	background:#FFF;
	}

#content-bs{
	width:100%;
	margin:220px 0 0 0;
	background:#FFF;
	}

.cnt-area, .cnt-area-sdw{
	width:100%;
	padding:80px 0 50px 0;
}

.cnt-area-sdw{
	background:url(../img/page-cnt-bg.png) left top repeat-x #fafafa;
}

.cnt-box{
	width:1000px;
	margin:0px auto 40px auto;
}

.cnt-box h3{	
	font-size:250%;
	line-height:140%;
	color:#333;
	margin: 0 0 50px 0;
}

.cnt-box h4{
	font-size:200%;
	line-height:150%;
	color:#333;
	padding:8px 0; 
	margin:0 0 35px 0;
	border-bottom: solid 1px #DEDEDE;
}

.cnt-box h5{
	font-size:180%;
	line-height:120%;
	margin:0 0 30px 0;
	color:#039;
}

.cnt-box h6{
	font-size:130%;
	line-height:120%;
	font-weight:bold;
	margin:0 0 20px 0;
}

.cnt-box p{
	font-size:130%;
	line-height:180%;
	margin:0 0 40px 0;
}

.cnt-box li{
	font-size:130%;
	line-height:180%;
	margin:0 0 20px 30px;
}

.cnt-box ol{
	list-style-type:decimal;
	margin:0 0 20px 0;
}

.cnt-box .cnt-list-style li{
	list-style-type:disc;
	margin-bottom:5px !important;
}

.column1{
	margin:0 1% 0 1% ;
}

.column2{
	width:47%;
	margin:0 1.5% 0 1.5% ;
	vertical-align: top;
	display: inline-block;
	/display: inline; /* IE7対策 */
	/zoom: 1; /* IE7対策 */
}

.column3{
	width:31%;
	margin:0 1.1% 20px 1.2%;
	vertical-align: top;
	display: inline-block;
	/display: inline; /* IE7対策 */
	/zoom: 1; /* IE7対策 */
 }

.wrg-box{
	background:#f1f1f1;
	padding-bottom:8px;
	overflow:hidden;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.wrg-box h3{
	font-size:160%;
	color:#FFF;
	padding:10px 15px;
	margin:15px 15px 20px 15px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.wrg-box h4{
	font-size:140%;
	margin:0px 33px 15px 33px;
	border:none;
}

.wrg-box p{
	padding:0px;
	margin:0px 33px 15px 33px;
}
 
.flx-img img{
	width:100% !important;
}

.flx-img-s img{
	width:auto !important;
}

.flx-img-bdr img{
	border: 1px solid #777;
	width:99% !important;
}

.flx-img-bdr-s img{
	border: 1px solid #777;
	width:auto !important;
}

.button-t1 a, .button-t2 a{
	display:block;
	margin:0 auto;
	color:#FFF;
	line-height:100%;
	text-decoration:none !important;
	background: url(../img/page-next.png) right center no-repeat #777;

	transition: background 1.2s;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	box-shadow: 2px 2px 3px #CCC;
	-moz-box-shadow: 2px 2px 3px #CCC;
	-o-box-shadow: 2px 2px 3px #CCC;
	-ms-box-shadow: 2px 2px 3px #CCC;
	
	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.button-t1 a{
	padding:10px;
	width:80%;
}

.button-t2 a{
	padding:5px;
	width:80%;
	overflow:visible;
}

.button-t1 a:hover, .button-t2 a:hover{
	background: url(../img/page-next.png) right center no-repeat #F60;
}

@media screen and (max-width: 1050px) {

.cnt-box{
	width:90%;
	margin:0px 5% 40px 5%;
}
	
}

@media screen and (max-width: 910px) {

#content{
	margin:350px 0 0 0;
	}

.flx-img-s img{
	width:90% !important;
}

.flx-img-bdr img{
	width:90% !important;
}

.button-t1 a{
	padding:10px 25px 10px 10px;
}

.button-t2 a{
	padding:5px 20px 5px 5px;
	width:auto;
}

}

@media screen and (max-width: 740px) {

.column3{
	width:32%;
	margin:0 0.6% 10px 0.7%;
}
	
}

@media screen and (max-width: 660px) {

#content{
	margin:300px 0 0 0;
	}

.cnt-box{
	font-size:110%;
	line-height:220%;
}

.column2{
	width:100%;
	margin:0 1.5% 15px 1.5% ;
}

.column3{
	width:47%;
	margin:0 1.2% 10px 1.1%;
}

.flx-img-s img{
	width:100% !important;
}

.flx-img-bdr-s img{
	width:99% !important;
}

}

@media screen and (max-width: 440px) {

.column3{
	width:100%;
	margin:0 0 10px 0;
}
	
}


/* Footer
--------------------------------------------------------------------------*/

#btm-link{
	width:100%;
	margin-bottom:34px;
	padding:45px 0px 0px 0px;
	background:#e9eaec;
}

.btm-link-box{
	width:970px;
	margin:0 auto 25px auto;
}

.btm-link-sys1{
	margin:0 10px;
	width:118px;
	float:left;
}

#btm-link h5{
	font-size:85%;
	margin:0 0 15px 0;
}

#btm-link li{
	font-size:85%;
	margin:5px 0;
}

#btm-link h5 a{
	font-weight:bold;
	color:#62656e;
	text-decoration:none;
}

#btm-link li a{
	color:#424650;
	text-decoration:none;
}

#btm-link li a:hover, #btm-link h5 a:hover{
	color:#F30;
	text-decoration:underline;
}

.btm-info-box{
	width:970px;
	margin:0 auto;
	padding:15px 0;
	border-top: dotted 1px #c2c4c9;
}

.btm-info-box h5{
	font-size:85%;
	color:#424650;
	margin:0 15px 0 0 !important;
	float:left;
}

.btm-info-box p{
	font-size:85%;
	color:#424650;
	margin:0 15px 0 0;
	float:left;
}

@media screen and (max-width: 999px) {

#btm-link{
	width:100%;
}

.btm-link-sys1{
	width:11%;
}

.btm-link-box{
	width:90%;
}

.btm-info-box{
	width:90%;
}

}

@media screen and (max-width: 840px) {
	
#btm-link{
	margin-bottom:64px;
}

}

@media screen and (max-width: 660px) {

#btm-link{
	width:100%;
	margin-bottom:50px;
	padding:25px 0px 0px 0px;
}

.btm-link-sys1{
	width:86%;
	float:none;
	margin:0 7% 15px 7%;
}

.btm-link-sys1 h5{
	border-top: dotted 1px #c2c4c9;
	border-bottom: dotted 1px #c2c4c9;
}

.btm-link-box{
	width:100%;
	margin:0 0 15px 0;
	float:none;
}

.btm-info-box{
	width:86%;
	margin:0 7% 15px 7%;
	float:none;
}
	
}

footer{
	z-index:90;
	position:fixed;
	bottom:0px;
	width:100%;
	height:34px;
	color:#333;
	border-top: solid 1px #a73030;
	background: #9d1a1a;
	}

.ftr-info{
	padding:3px 0;
	width:100%;
	}

.ftr-info ul{
	width:528px;
	margin-top:4px;
	float:left;
}

.ftr-info li a{
	font-size:85%;
	width:131px;
	text-align:center;
	text-decoration:none;
	color:#1d0404;
	border-right: solid 1px #631111;
	display: block;
	float:left;
	}

.ftr-info li a:hover{
	color:#f28395;
	}

.ftr-mb2pc{
	display:none;
}

.ftr-copy{
	margin-top:7px;
	float:right;
	}

.ftr-copy p{
	color:#400d0d;
	font-size:50% !important;
	}

.ftr-icon{
	float:right;
	}

@media screen and (max-width: 840px) {
	
footer{
	height:64px;
	}

.ftr-info ul{
	width:528px;
	margin:0 auto;
	float:none;
}

.ftr-copy{
	width:528px;
	margin:0 auto;
	text-align:center;
	float:none;
	clear:both;
	}

.ftr-icon{
	width:528px;
	margin:0 auto;
	text-align:center;
	float:none;
	clear:both;

	}

}

@media screen and (max-width: 660px) {

.ftr-info ul{
	width:auto;
	margin:0 auto;
	float:none;
}

.ftr-info li a{
	width:24.5%;
	}

.ftr-copy{
	width:auto;
	text-align:center;
	float:none;
	clear:both;
	}

.ftr-icon{
	width:auto;
	text-align:center;
	float:none;
	clear:both;
	}

}

#pagetop {
	display: none;
	z-index:500;
	position: fixed;
	bottom: 40px;
	right: 24px;
	padding: 10px 10px 7px 10px;
	cursor: pointer;
	background:#555;
	color: #fff;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	
	behavior: url(http://www.megelli.jp/PIE.htc);
}

@media screen and (max-width: 840px) {

#pagetop {
  bottom: 70px;
  right: 14px;
}

}

/* TOP PAGE
--------------------------------------------------------------------------*/

/* information */

.top-info{
	width:94%;
	padding:35px 3%;
	background:#eeeeee;
}

.top-info-box{
	width:800px;
	margin:0 auto;
	padding:0 0 0 160px;
	background:url(../img/top-ttl-news.png) 10px 28px no-repeat;
}

.top-info ul{
	overflow:hidden;
}

.top-info li{
	margin:0 0 7px 0;
	color:#3f3f3f;
	line-height:220%;
}

.top-info li a{
	color:#3f3f3f;

    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.top-info li a:hover{
	color:#F30;
}

.top-info-date{
	display:inline-block;
	vertical-align:top;
	width:17%;
}

.top-info-tx {
	display:inline-block;
	vertical-align:top;
	width:83%;
}

.top-info-tx a{
	text-decoration:none;
}

.news{
	margin:0 0 40px 0;
}

.news li{
	padding:12px;
	margin:0 0 5px 0;
	background:#edf0f0;
	font-size:120%;
}


@media screen and (max-width: 999px) {

.top-info-box{
	width:82%;
	margin:0 auto;
	padding:0 0 0 18%;
	background:url(../img/top-ttl-news.png) 10px 28px no-repeat;
}

}

@media screen and (max-width: 820px) {
	
.top-info{
	padding:20px 3%;
	background:#eeeeee;
}

.top-info-box{
	width:79%;
	margin:0 auto;
	padding:0 0 0 21%;
	background:url(../img/top-ttl-news.png) 10px 10px no-repeat;
}

.top-info-date{
	display:block;
	width:auto;
	clear:both;
}

.top-info-tx {
	display:block;
	width:auto;
	clear:both;
}
.news li{
	line-height:120%;
}
}

@media screen and (max-width: 660px) {

.top-info-box{
	width:85%;
	padding:0 0 0 0;
	margin:0 auto;
	background:none;
}

.top-info li{
	line-height:180%;
}

.news li{
	line-height:120%;
}


}


/* banner */

.top-bnr{
	background:#ffffff;
	padding:45px 0 30px 0;
}

.top-bnr1{
	width:980px;
	margin:0 auto !important;
}

.top-bnr-box{
	width:310px;
	margin:0 8px 15px 8px;
	float:left;
}


@media screen and (max-width: 999px) {
/* banner */

.top-bnr1{
	width:640px;
}

.top-bnr-box{
	margin:0 5px 15px 5px;
}

}

@media screen and (max-width: 660px) {
/* banner */

.top-bnr1{
	width:310px;
}

.top-bnr-box{
	margin:0 0 15px 0;
}

}

/* Products-Line-up
--------------------------------------------------------------------------*/

.prd-lineup-info{
	font-size:13px;
}

.prd-lineup-info h4{
	padding:10px 0 ;
	margin:0 0 0px 0 ;
	text-align:center;
	font-size:140%;
	color:#333;

    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.prd-lineup-info p{
	font-size:110%;
	color:#777;
	margin:0;
	padding:3px 0 3px 0; 
	border-bottom:dotted 1px #CCC;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.prd-lineup-img img{
	background:#FFF;
	width:100%;
	
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.prd-lineup-op-img a img{
	width:100%;
	background:#FFF;
	border: solid 1px #CCC;
	
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

a:hover .prd-lineup-info h4{
	color:#F3C;
}

a:hover .prd-lineup-info p{
	color:#F3C;
}

a:hover .prd-lineup-img img{
	background:#E6E6E6;
}

.prd-lineup-op-img a:hover img{
	border: solid 1px #F3C !important;
}

.prd-lineup-info p.prd-lineup-ex{
	font-size:80%;
	line-height:140%;
	border-bottom:none !important;
}

.prd-lineup-mc{
	margin:0;
}

.prd-lineup-mc h4{
	padding:0;
	margin:0;
	border:none;
}

.prd-lineup-mc h4 img{
	width:100%;
	max-width:279px;
}

.prd-lineup-mc img{
	border:none !important;
}

.prd-lineup-mc a:hover img{
	border:none !important;
}

.prd-tx{
	width:100%;
	margin:0 0 5px 0;
}

.prd-tx p{
	font-size:75%;
}

.prd250r, .prd250s{
	display:block;
	text-align:center;
	color:#FFF;
	width:35px;
	padding:0px 3px;
	margin:5px 5px 5px 0px;
	
	float:left;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.prd250r{
	background:#C00;
}

.prd250s{
	background:#039;
}

.prd250tx{
	padding:0px 3px;
	margin:5px 12px 5px 0px;
	float:right;
}

.prd-tx .prd250r, .prd-tx .prd250s{
	float:right;
}

.cnt-space{
    font-size: 0px;
    text-align: justify;
}

@media screen and (max-width: 380px) {

.prd-tx p{
	clear:both;
}

}

/* FAQ
--------------------------------------------------------------------------*/

dl.faq-qa{
	margin:0 0 20px 0;
}

dl.faq-qa dt{
	padding:20px 20px 20px 50px;
	margin:0 0 2px 0;
	background: url(../img/faq_q.gif) 2px 10px no-repeat #fff6e2;
	font-size:140%;
	clear:both;
}

dl.faq-qa dd{
	padding:20px 20px 20px 50px;
	margin:0;
	background: url(../img/faq_a.gif) 2px 10px no-repeat #f4defc;
	font-size:120%;
	clear:both;
}

/* form
--------------------------------------------------------------------------*/
	
input {
    -moz-box-sizing: border-box;
}

input[type="text"], textarea{
    border: 1px solid #BBBBBB;
    padding: 2px 5px 2px 5px;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.submit a, .submit-re a{
	text-decoration:none !important;
}

.submit a input[type="button"], .submit-re a input[type="button"] {
	border:none;
	display:block;
	cursor: pointer;
	width:80%;
	margin:0 auto;
	padding:10px;
	color:#FFF;
	font-size:120%;

	transition: background 1.2s;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	box-shadow: 2px 2px 3px #CCC;
	-moz-box-shadow: 2px 2px 3px #CCC;
	-o-box-shadow: 2px 2px 3px #CCC;
	-ms-box-shadow: 2px 2px 3px #CCC;
	
	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}

.harf-r a input[type="button"]{
	margin:0 0 0 auto !important;
}

.harf-l a input[type="button"]{
	margin:0 auto 0 0 !important;
}

.submit a input[type="button"] {
	background: url(../img/page-next.png) right center no-repeat #777;
}

.submit-re a input[type="button"] {
	background: url(../img/page-back.png) left center no-repeat #999;
}

.submit a input[type="button"]:hover{
	background: url(../img/page-next.png) right center no-repeat #F60;
}

.submit-re a input[type="button"]:hover{
	background: url(../img/page-back.png) left center no-repeat #F60;
}


input[type="submit"], input[type="reset"] {
    border: 1px solid #BBBBBB;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);

    padding: 5px 35px 5px 35px;
}

input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) inset;
}

textarea{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) inset;
}

input[type="submit"], input[type="reset"]{
    background: -moz-linear-gradient(center top , #F8F8F8, #DDDDDD) repeat scroll 0 0 #e6e9ec;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFFFFF;
    min-width: 60px;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover,  input[type="reset"]:focus {
    border-color: #63B4E9;
}
input[type="text"]:hover, input[type="text"]:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) inset, 0 0 2px #8DCCF5, 0 0 5px #8DCCF5;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover,  input[type="reset"]:focus{
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFFFFF, 0 0 2px #8DCCF5, 0 0 5px #8DCCF5;
}
input[type="submit"]:active {
    background: none repeat scroll 0 0 #DDDDDD;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5) inset;
}

.frm-hissu{
	display:block;
	font-size:85%;
	text-align:center;
	color:#FFF;
	width:35px;
	padding:0px 3px;
	margin:0 0 0 0;
	background:#039;
	
	float:right;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	position:relative;
	behavior: url(http://www.megelli.jp/PIE.htc);
}


/* table
--------------------------------------------------------------------------*/

.cnt-box table { margin:0 0 40px 0; background:#CCC; }
.cnt-box th{ background-color:#eaecef; text-align:left; font-size:120%; font-weight:normal; padding: 7px 10px; }
.cnt-box td{ background-color:#FFF; padding: 7px 10px; font-size:120%; }