@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
}
#container{
width:100%;
}

/* VisualInfo */
#VisualInfo {
 clear:both;
	margin:0 auto;
	width:100%;
	height: auto;
	/*background:#f5f5f5;*/
}

/* mainvisual */
#mainvisual{
	max-width:100%;
	margin:0 auto;
	position:relative;
}

#mainvisual ul li{
	list-style:none;
	position:relative;
}

/*-----------------------------------------------------------------
FlexSlider
-----------------------------------------------------------------*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; width:100%;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Control Nav */
.flex-control-nav {width: 100%; /*position: absolute; bottom: -40px; text-align: center;*/ }
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging{
	position:relative;
	top:100%;
	width:100%;
	text-align:center;
	height:12px;
	font-size:0;
	padding:5px 0;
}
.flex-control-paging li {width:12px; height:12px; position:relative; margin:0 10px;}
.flex-control-paging li a {position:absolute; top:0px; left:0px; width: 12px; height: 12px; display: block; background: #666; background: rgba(200,200,200,0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;  }
.flex-control-paging li a:hover { background: #d91081; width: 12px; height: 12px; position:absolute; top:1px; left:1px; }
.flex-control-paging li a.flex-active { background: #d91081; cursor: default; width: 12px; height: 12px; position:absolute; top:0; left:0;}

/* vEnd 
#vEnd {
	margin:0 auto;
	width:100%;
	height:0px;*/
	/*background:url(../img/bg_v-end.jpg) no-repeat 0px 0px;
}
*/
/* information 
#information {
	margin:0px  auto;
	margin-bottom: 15px;
	width:100%;
}

#information .icon {
	margin-top:17px;
	margin-left:20px;
	width:100px;
	float:left;
}

#information #whatnew {
	margin-top:15px;
	width:860px;
	float:left;
}
*/
/* banner */
#banner {
	margin:10px auto 0;
	padding-bottom: 30px;
	width:100%;
}

#banner li {
	display: inline-block;
	width:50%
}

#banner li.end {
	margin-right:0px;
}

/* desc */
#desc {
	margin:0px auto;
	padding-bottom: 30px;
	width:100%;	
}

#desc p {
	line-height:1.5;
	margin: 10px 2% 0px 2%;
}

#desc img.leftImg {
	margin-right: 10px;
}

#desc img.rightImg {
	margin-left: 10px;
}

/* adv */
#adv {
	padding: 2%;
	width: 94%;
	margin:0 auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: 1px solid #999999;
	background: #fefef3;
}

#adv h3 {
	margin-bottom:15px;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
}

#adv ul {
	margin-left: 0px;
}

#adv li {
	margin-bottom: 15px;
	padding-left: 35px;
	font-weight: bold;
	color: #cc0000;
	background: url(../../wroughtiron/img/icon_flower.gif) no-repeat 0px 0px;
}

/* Main */
#Main {
	margin:0px auto;
	width:100%;
	height:auto
}

#Main .HotTopics {
	width:100%;
	height: auto;
	background:url(../img/bg_hot-topics-sp.jpg) repeat;
	margin-bottom:20px;
}

#Main .HotTopics .pht {
	width: 100%;
	height: auto;
}

#Main .HotTopics .text {
margin:0 auto;
	width: 96%;
	padding:2%
}

#Main .HotTopics .text p {
	line-height: 1.5;
	color:#ffffff;
}

#Main .HotTopics .text p.ttl {
	margin-bottom:10px;
	font-weight:bold;
	color:#FFF;
	font-size:20px
}


#Main .HotTopics .text p.end {
	line-height: 1.2em;
	margin-bottom:15px;
}

#Main .HotTopics .text p.end2 {
	line-height: 1.0em;
	
	margin-bottom:0px;
}

#Main .HotTopics .text p.link {
	font-size: 14px;
	line-height: 1.5;
	text-align:right;
}
#Main .HotTopics .text p.link img{
float:right; margin:5px 0 0 0 }


#Main .HotTopics .text h2 {
	margin-bottom:5px;
	font-size: 16px;
	line-height: 1.25;
	font-weight:bold;
	color:#ffffff;
}

#Main .HotTopics .text h3 {
	margin-bottom:5px;
	font-size: 16px;
	line-height: 1.25;
	font-weight:bold;
	color:#ffffff;
}

/* section top */
section.top {
	margin-bottom: 20px;
	width: 100%;
}

section.top .L {
	margin-right:10px;
	width: 100%;
	margin-bottom:20px;
}

section.top .C {
	margin-right:10px;
	width: 100%;
	margin-bottom:20px;
}

section.top .R {
	width: 100%;
	margin-bottom:20px;
}

section.top p{padding:0 4%}

section.top p.pht{
padding:0}

section.top p.pht,
section.top h3 {
	margin-bottom:5px;
	text-align:center;
}

section.top a{
margin-bottom:20px;
}
}