/* 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;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/js/vendor/FlexSlider/fonts/flexslider-icon.eot');
	src:url('/js/vendor/FlexSlider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/js/vendor/FlexSlider/fonts/flexslider-icon.woff') format('woff'),
		url('/js/vendor/FlexSlider/fonts/flexslider-icon.ttf') format('truetype'),
		url('/js/vendor/FlexSlider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	margin: 0; 
	background: #fff;
	/*	
	border: 4px solid #fff; 
	*/
	position: relative; 
	/*
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	*/
	zoom: 1; 
}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}
.loading .flex-viewport { 
	max-height: 300px; 
}
.flexslider .slides { 
	zoom: 1;
}
.carousel li { 
	margin-right: 5px; 
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a,
.flex-direction-nav a:link  { 
	display: block; 
	width: 20px; 
	height: 20px;  
	position: absolute; 
	top: 350px; 
	z-index: 999; 
	overflow: hidden; 
	/*opacity: 0; */
	padding: 10px;
	cursor: pointer; 
	color: rgba(255,255,255,0.7); 
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/ 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
}
.flex-direction-nav a:hover,
.flex-direction-nav a:focus {
	color: rgba(255,255,255,0.7); 
}
.flex-direction-nav .flex-prev { 
	left: 0;
}
.flex-direction-nav .flex-next { 
	text-align: right; 
	right: 0;
}
.flexslider:hover .flex-prev { 
	opacity: 0.7; 
}
.flexslider:hover .flex-next { 
	opacity: 0.7; 
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover { 
	opacity: 1; 
}
.flex-direction-nav .flex-disabled { 
	/*opacity: 0!important; 
	filter:alpha(opacity=0); */
	cursor: default; 
}
.flex-direction-nav a:before  { 
	font-family: "flexslider-icon"; 
	/*font-size: 40px; */
	display: inline-block; 
	content: '\f001'; 
}
.flex-direction-nav a.flex-next:before  { 
	content: '\f002'; 
}

/* Pause/Play */
.flex-pauseplay a { 
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	bottom: 5px; 
	left: 10px; 
	opacity: 0.8; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer; 
	color: #000; 
}
.flex-pauseplay a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f004'; 
}
.flex-pauseplay a:hover  { 
	opacity: 1; 
}
.flex-pauseplay a.flex-play:before { 
	content: '\f003'; 
}

/* Control Nav */
.flex-control-nav {
	width: 984px; 
	position: relative; 
	top: -40px; 
	text-align: left;
	margin: 0 auto;
}
.flex-control-nav li {
	margin:10px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.flex-control-paging li a {
	width: 14px; 
	height: 14px; 
	display: block; 
	background: #666;
	/*background: rgba(0,0,0,0.5); */
	background-color: #fff;
	-moz-box-shadow:inset 0px 1px 2px #a1a1a1;
	-webkit-box-shadow:inset 0px 1px 2px #a1a1a1;
	box-shadow:inset 0px 1px 2px #a1a1a1;
	cursor: pointer;
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); 
}
.flex-control-paging li a:hover { 
	/*background: #333; 
	background: rgba(0,0,0,0.7); */
	background: #2172a0;
	background-image: #2172a0;
    background-image: -webkit-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: -moz-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
}
.flex-control-paging li a.flex-active { 
	/*background: #000; 
	background: rgba(0,0,0,0.9);*/
	background: #2172a0;
	background-image: #2172a0;
    background-image: -webkit-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: -moz-linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);
	background-image: linear-gradient(bottom ,#2172a0 0%, #2e9fcc 100%);	
	cursor: default; 
}

.flex-control-thumbs {
	margin: 5px 0 0; 
	position: static; 
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%; 
	float: left; 
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%; 
	display: block; 
	opacity: .7; 
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}


/* syno setting*/
.flexslider {
	height: 400px;
}
.flexslider .slides > li {
	
}

#slider .text_wrapper {
	height: 400px;
    display: block;
    margin: 0 auto;
    width: 984px;
	position: relative;
}
#slider .text_wrapper img {
	margin-top: 40px;
}

.flex-caption {
	background: rgba(0, 0, 0, 0);
    color: #222;
    padding: 20px 20px 20px 0;
    position: absolute;
	margin-top: 30px;
    width: 450px;
}
.flex-caption h2,
.flex-caption h3 {
	width: 460px;
}
.flex-caption h2 {
	margin-bottom: 0;
}
.flex-caption h3 {
	font-family: arial,"Segoe UI",微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", "Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",新細明體,細明體 ,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 3px;
	padding-bottom: 25px;
}
.flexslider .flex-caption ul {
	margin: 0 0 0 5px;
}
.flexslider .flex-caption ul li {
	list-style: none;
	padding-left: 17px;
	background: url("/img/general/icon/homebanner_point.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	color: #656565;
	font-size: 13px;
    line-height: 24px;
    margin: 0;
	font-family: 'Roboto',"PT Sans Caption", "Didact Gothic", "Lucida Grande","Lucida Sans Unicode",微軟正黑體, "Microsoft JhengHei", 微软雅黑, "Microsoft YaHei",新細明體, arial, sans-serif;
}
.flexslider .flex-caption span {
	display: block;
	font-size: 12px;
	color :#8a8a8a;
	padding-top: 20px;
	text-indent: 5px
}
.flexslider .slides li > img {
	position: absolute;
	top: 0;
	max-width: none;
}
.flexslider .slides span.image {
	position: absolute;
	right: -60px;
}
.flex-direction-nav {
	display: none;
}




/* index banner style from web2.2*/
.flex-caption .dsm_title_plk{ margin-top:-40px;}
.flexslider .flex-caption span.dsm_footnote_plk{ padding-top:4px;}


.flex-caption .products_title, 
.flex-caption .dsm_title, 
.flex-caption .feature_title {
	font-family: arial,"Segoe UI","Open Sans",微軟正黑體,"Didact Gothic","Lucida Grande","Lucida Sans Unicode","Microsoft JhengHei",新細明體,細明體,微软雅黑,"Microsoft YaHei",sans-serif;
	font-size:28px;
	letter-spacing:0px;
	font-weight: normal;
	min-width:850px;
}
.flex-caption .products_title sup, 
.flex-caption .dsm_title sup  {
	font-family: 'Satisfy', cursive;
	margin-left: 0px;
	/*font-size: 20px;*/
}
.flex-caption .dsm_title_font {
	font-size:28px;
}
.flex-caption .products_title_ch, 
.flex-caption .products_title_jp, 
.flex-caption .dsm_title_ch, 
.flex-caption .dsm_title_jp, 
.flex-caption .feature_title_ch, 
.flex-caption .feature_title_jp, 
.flex_caption_ch, 
.flex_caption_jp, 
.flex_caption_ko {
	font-family:微軟正黑體, "Microsoft JhengHei" , 微软雅黑,"Microsoft YaHei","Segoe UI","Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",新細明體,細明體,arial,sans-serif;
}
.flex_caption_ch span, 
.flex_caption_jp span, 
.flex_caption_ko span {
	font-family:微軟正黑體, "Microsoft JhengHei" , 微软雅黑,"Microsoft YaHei","Segoe UI","Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",新細明體,細明體,arial,sans-serif;
}

.flex-caption .products_title, 
.flex-caption .products_title_ch, 
.flex-caption .products_title_jp {
	color:#529000;
}
.flex-caption .dsm_title, 
.flex-caption .dsm_title_ch, 
.flex-caption .dsm_title_jp, 
.flex-caption .feature_title, 
.flex-caption .feature_title_ch, 
.flex-caption .feature_title_jp {
	color:#2c71c3;
}
.flex-caption span.beta{
	display:inline;
	font-family: 'Satisfy',cursive;
	font-size: 21px;
	position: relative;
	top: -10px;
	color:#2c71c3;
}
.flex-caption h2.betaH2{
	margin-bottom:-5px;}

/*us title*/
.flex-caption .products_title_us, 
.flex-caption .dsm_title_us {
	font-family:arial,"Segoe UI","Open Sans",微軟正黑體,"Didact Gothic","Lucida Grande","Lucida Sans Unicode","Microsoft JhengHei",新細明體,細明體,微软雅黑,"Microsoft YaHei",sans-serif;
	font-size:31px;
	letter-spacing:0px;
	font-weight: normal;
	min-width:850px;
	padding-bottom:10px;
}
.flex-caption .products_title_us {
	color:#529000;
}
.flex-caption .dsm_title_us {
	color:#2c71c3;
}
/*us title*/




.flex-caption .products_sub, 
.flex-caption .products_sub_ch, 
.flex-caption .products_sub_jp, 
.flex-caption .dsm_sub, 
.flex-caption .dsm_sub_ch, 
.flex-caption .dsm_sub_jp, 
.flex-caption .feature_sub, 
.flex-caption .feature_sub_ch, 
.flex-caption .feature_sub_jp {
	font-family: arial,"Segoe UI",微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", "Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",新細明體,細明體 ,sans-serif;
	color:#666;
	font-weight:normal;
	margin-bottom:0;
	margin-left:3px;
	width:800px;
}
.flex-caption .products_sub_ch, 
.flex-caption .products_sub_jp, 
.flex-caption .dsm_sub_ch, 
.flex-caption .dsm_sub_jp, 
.flex-caption .feature_sub_ch, 
.flex-caption .feature_sub_jp {
	font-family: 微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", 新細明體,  Arial,sans-serif;
	font-weight:normal;
}
.flex-caption .products_sub, 
.flex-caption .dsm_sub, 
.flex-caption .feature_sub {
	font-size:18px;
}
.flex-caption .products_sub_ch, 
.flex-caption .products_sub_jp, 
.flex-caption .dsm_sub_ch, 
.flex-caption .dsm_sub_jp, 
.flex-caption .feature_sub_ch, 
.flex-caption .feature_sub_jp {
	font-size:18px;
	font-weight:normal;
}

.flex-caption .products_sub, 
.flex-caption .products_sub_ch, 
.flex-caption .products_sub_jp {
	padding-bottom:25px;
}
.flex-caption .dsm_sub, 
.flex-caption .dsm_sub_ch, 
.flex-caption .dsm_sub_jp, 
.flex-caption .feature_sub, 
.flex-caption .feature_sub_ch, 
.flex-caption .feature_sub_jp {
	padding-bottom:25px;
}


.banner_footnote_enu,
.banner_footnote_cht,
.banner_footnote_csy,
.banner_footnote_deu,
.banner_footnote_dan,
.banner_footnote_esp,
.banner_footnote_fre,
.banner_footnote_ita,
.banner_footnote_jpn,
.banner_footnote_kor,
.banner_footnote_nld,
.banner_footnote_plk,
.banner_footnote_rus,
.banner_footnote_us{
	width:950px;
	margin:0 auto;
	display:block;
	font-size:12px;
	color:#8a8a8a;
	position:absolute;
	top:260px;
	text-indent:5px;}
.banner_footnote_cht{
	top:235px;}
.banner_footnote_us{
	bottom:-100px;
}
.banner_footnote_enu{
}

.flex-caption span.products_list, 
.flex-caption span.products_list_ch, 
.flex-caption span.products_list_jp, 
.flex-caption span.dsm_list, 
.flex-caption span.dsm_list_ch, 
.flex-caption span.dsm_list_jp, 
.flex-caption span.feature_list, 
.flex-caption span.feature_list_ch, 
.flex-caption span.feature_list_jp {
	font-family: "Segoe UI","PT Sans Caption", "Didact Gothic", "Lucida Grande","Lucida Sans Unicode",微軟正黑體, "Microsoft JhengHei", 微软雅黑, "Microsoft YaHei",新細明體, arial, sans-serif;
	color:#656565;
	letter-spacing:0px;
	margin-left:4px;
	_margin-left:0px;
	*margin-left:0px;
	margin-left:0px\9;
	display:block;
}
.flex-caption .products_list, 
.flex-caption .dsm_list, 
.flex-caption .feature_list {
	font-size: 14px;
}
.flex-caption span.products_list_ch, 
.flex-caption span.products_list_jp, 
.flex-caption span.feature_list_ch, 
.flex-caption span.feature_list_jp { 
	font-size: 14px;
	line-height: 22px;
	font-weight:normal;
}

.flex-caption span.products_list, 
.flex-caption span.products_list_ch, 
.flex-caption span.products_list_jp,  
.flex-caption span.feature_list, 
.flex-caption span.feature_list_ch, 
.flex-caption span.feature_list_jp {
	background: url("/img/general/icon/homebanner_point.png") no-repeat 0 7px rgba(0, 0, 0, 0);
	padding-left:17px;
	line-height: 22px;
}
.flex-caption span.dsm_list {
	font-family: 微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", 新細明體,  Arial,sans-serif;
	font-size:15px;
	line-height:26px;
	padding-left:0;
	color: #666;
	font-weight: bold;
	padding-top:20px;
}
.flex-caption span.dsm_list_ch, 
.flex-caption span.dsm_list_jp {
	font-family: 微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", 新細明體,  Arial,sans-serif;
	font-size:16px;
	line-height:26px;
	padding-left:0;
	color: #444;
	font-weight: normal;
	padding-top:20px;
}
.flex-caption span.dsm_list_rus {
	font-family: 微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", 新細明體,  Arial,sans-serif;
	font-size:16px;
	line-height:24px;
	padding-left:0;
	color: #555;
	font-weight: normal;
	padding-top:20px;
}
.flex-caption span.dsm_list_style2 {
	font-family: "Segoe UI","PT Sans Caption","Didact Gothic","Lucida Grande","Lucida Sans Unicode",微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei",新細明體,arial,sans-serif;
	font-size:15px;
	line-height:26px;
	padding-left:0;
	color: #555;
	font-weight: normal;
	padding-top:0;
	margin-left:3px;
}
.flex-caption span.dsm_list_style2_ch {
	font-family: 微軟正黑體,"Microsoft JhengHei",微软雅黑,"Microsoft YaHei", 新細明體,  Arial,sans-serif;
	font-size:15px;
	line-height:26px;
	padding-left:0;
	color: #666;
	font-weight: normal;
	padding-top:0px;
	margin-left:3px;

}
/*dsm 4.1 white font*/
.dsm_title_2 {
	color:#fff;
	font-family:"Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",微軟正黑體,"Microsoft JhengHei",新細明體,細明體,微软雅黑,"Microsoft YaHei",arial,sans-serif;
	font-size:31px;
	letter-spacing:0px;
	font-weight:bold;
	min-width:850px;

}
.flex-caption .products_sub_2, 
.flex-caption .products_sub_ch_2, 
.flex-caption .products_sub_jp_2, 
.flex-caption .dsm_sub_2{
    padding-bottom: 25px;
}
.flex-caption .products_sub_2, 
.flex-caption .products_sub_ch_2, 
.flex-caption .products_sub_jp_2, 
.flex-caption .dsm_sub_2{
    font-size: 18px;
}
.flex-caption .products_sub_2, 
.flex-caption .products_sub_ch_2, 
.flex-caption .products_sub_jp_2, 
.flex-caption .dsm_sub_2{
    color: #fff;
    font-family: "Open Sans","Didact Gothic","Lucida Grande","Lucida Sans Unicode",微軟正黑體,"Microsoft JhengHei",新細明體,細明體,微软雅黑,"Microsoft YaHei",arial,sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 3px;
    width: 800px;
}
.flex-caption span.products_list_2, 
.flex-caption span.products_list_ch_2, 
.flex-caption span.products_list_jp_2 {
	background:url(../images/icon/homebanner_point.png) no-repeat;
	background-position:0 7px; 
	padding-left:17px;
	line-height: 22px;
}
.flex-caption span.products_list_2, 
.flex-caption span.products_list_ch_2, 
.flex-caption span.products_list_jp_2 {
	font-family: "PT Sans Caption", "Didact Gothic", "Lucida Grande","Lucida Sans Unicode",微軟正黑體, "Microsoft JhengHei", 微软雅黑, "Microsoft YaHei",新細明體, arial, sans-serif;
	color:#fff;
	letter-spacing:0px;
	margin-left:4px;
	_margin-left:0px;
	*margin-left:0px;
	margin-left:0px\9;
	display:block;
}
.flex-caption .products_list, 
.flex-caption .dsm_list, 
.flex-caption .feature_list {
	font-size: 13px;
}


.flex-caption span.products_list_note {
	font-size:11px; 
	color:#888;
	-webkit-text-size-adjust:none;
}
.flex-caption span.products_list_note_cht, 
.flex-caption span.products_list_note_chs {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_dan {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_enu, 
.flex-caption span.products_list_note_us, 
.flex-caption span.products_list_note_uk {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_csy {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_jpn {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_kor {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_plk {
	margin-left:20px;
	margin-top:15px;
	width:450px;
}
.flex-caption span.products_list_note_nld {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_rus {
	margin-left:470px;
	margin-top:60px;
	width:420px;
}
.flex-caption span.products_list_note_deu {
	margin-left:20px;
	margin-top:15px;
	width:300px;
	}
.flex-caption span.products_list_note_fre {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_ita {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_esp, 
.flex-caption span.products_list_note_mx {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_hun {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}
.flex-caption span.products_list_note_swe {
	margin-left:20px;
	margin-top:15px;
	width:400px;
}

/*srse*/
.flex-caption span.srse_list_note {
	font-size:11px; 
	color:#666;
	display: block;
	padding-top: 20px;
	-webkit-text-size-adjust:none;
}
.flex-caption span.srse_list_note_enu, 
.flex-caption span.srse_list_note_us, 
.flex-caption span.srse_list_note_uk {
	margin-left:0px;
	padding-top:100px;
	width:300px;
}







@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev { 
		opacity: 1; 
	}
	.flex-direction-nav .flex-next { 
		opacity: 1; 
	}
	
}


/*************** 當版面寬度介於569px-984px時，會套用此段css */
@media (min-width: 569px) and (max-width: 984px) {
	#banner {
		height: 400px;
		min-height :400px;
		margin-bottom: 10px;
	}
	.slider_wrap,
	#slider .text_wrapper {
		height: 400px;
		min-height :400px;
		width: 100%;
	}
	

	.flex-direction-nav {
		display: block;
	}
	.flexslider .flex-caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 100;
		padding: 5px 0 10px 0;
		margin-left: 0;
		margin-top: 15px;
		background: url(/img/index/slide_text_bg.png);
	}
	.flexslider .flex-caption h2,
	.flexslider .flex-caption h3 {
		margin: 0 30px;
	}
	
	.flexslider .flex-caption .products_title {
    	color: #fff;
    }
	.flexslider .flex-caption h2 {
		color: #fff;
		margin-bottom :0;
		font-size: 18px;
		line-height: 22px;
	}
	.flexslider .flex-caption h3 {
		font-size:15px;
		line-height: 20px;
		color: #fff;
		padding-bottom: 0;
	}


	
	.flexslider .flex-caption ul {
		display: none;
	}
	.flexslider .flex-caption span {
		display: none;
	}
	.flexslider .image {
		width: 100%;
		height: 360px;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		right: 0;
		position: relative;
	}
	.flexslider .image img {
		max-width: 100%;
	}
	#slider .text_wrapper img {
		margin: 0 auto;
	}
	.flex-control-nav {
		display: none;
	}
	
	

	.flex-direction-nav a,
	.flex-direction-nav a:link {
		top: 350px;
	}

	

}




/* for iPhone Landscape */
@media (min-width: 481px) and (max-width: 568px) {
	#news{
		display:none;
	}
	#banner {
		height: 235px;
		min-height: 235px;
		margin-bottom: 10px;
	}
	.slider_wrap,
	#slider .text_wrapper {
		height: 235px;
		min-height: 235px;
		width: 100%;
	}
	.flexslider {
		height: 235px;
		min-height: 235px;
	}
	

	.flex-direction-nav {
		display: block;
	}
	.flexslider .flex-caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 100;
		padding: 5px 0 10px 0;
		margin-top: 15px;
		margin-left: 0;
		background: url(/img/index/slide_text_bg.png);
	}
	.flexslider .flex-caption h2,
	.flexslider .flex-caption h3 {
		margin: 0 30px;
		width: 90%;
	}
	
	.flexslider .flex-caption .products_title {
    	color: #fff;
    }
	.flexslider .flex-caption h2 {
		color: #fff;
		margin-bottom :0;
		font-size: 18px;
		line-height: 22px;
	}
	.flexslider .flex-caption h3 {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		padding-bottom: 0;
	}


	
	.flexslider .flex-caption ul {
		display: none;
	}
	.flexslider .flex-caption span {
		display: none;
	}
	.flexslider .image {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		right: 0;
		position: relative;
	}
	.flexslider .image img {
		max-width: 50%;
	}
	#slider .text_wrapper img {
		margin: 0 auto;
	}
	.flex-control-nav {
		display: none;
	}
	
	

	.flex-direction-nav a,
	.flex-direction-nav a:link {
		top: 180px;
	}
	



}

/* for iPhone Landscape */
@media (min-width: 321px) and (max-width: 480px) {
	#news{
		display:none;}
	#banner {
		height: 285px;
		min-height: 285px;
	}
	.slider_wrap,
	#slider .text_wrapper {
		height: 285px;
		min-height: 285px;
		width: 100%;
	}
	.flexslider {
		height: 285px;
		min-height: 285px;
	}
	

	.flex-direction-nav {
		display: block;
	}
	.flexslider .flex-caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 100;
		padding: 5px 0 10px 0;
		margin-left: 0;
		margin-top: 15px;
		background: url(/img/index/slide_text_bg.png);
	}
	.flexslider .flex-caption h2,
	.flexslider .flex-caption h3 {
		margin: 0 30px;
		width: 85%;
	}
	
	.flexslider .flex-caption .products_title {
    	color: #fff;
    }
	.flexslider .flex-caption h2 {
		color: #fff;
		margin-bottom :0;
		font-size: 15px;
		line-height: 28px;
	}
	.flexslider .flex-caption h3 {
		font-size:13px;
		line-height: 18px;
		color: #fff;
		padding-bottom: 0;
	}


	
	.flexslider .flex-caption ul {
		display: none;
	}
	.flexslider .flex-caption span {
		display: none;
	}
	.flexslider .image {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		right: 0;
		position: relative;
	}
	.flexslider .image img {
		max-width: 100%;
	}
	#slider .text_wrapper img {
		margin: 0 auto;
	}
	.flex-control-nav {
		display: none;
	}
	
	

	.flex-direction-nav a,
	.flex-direction-nav a:link {
		top: 230px;
	}
	



}

/* for iPhone Portrait  */
@media (max-width: 320px) {
	#banner {
		height: 260px;
		min-height: 260px;
	}
	.flexslider {
		height: 260px;
		min-height: 260px;
	}
	.slider_wrap,
	#slider .text_wrapper {
		height: 260px;
		min-height: 260px;
		width: 100%;
	}

	.flex-direction-nav {
		display: block;
	}
	.flexslider .flex-caption {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 100;
		padding: 10px 0 10px 0;
		margin-left: 0;
		margin-top: 10px;
		background: url(/img/index/slide_text_bg.png);
	}
	
	.flexslider .flex-caption .products_title {
    	color: #fff;
    }
	.flexslider .flex-caption h2 {
		color: #fff;
		margin-bottom :0;
		font-size: 14px;
		line-height: 20px;
	}
	.flexslider .flex-caption h3 {
		font-size:13px;
		line-height: 20px;
		color: #fff;
		padding-bottom: 0;
	}
	.flexslider .flex-caption h2,
	.flexslider .flex-caption h3 {
		margin: 0 30px;
		width: 80%;
	}
	
	.flexslider .flex-caption ul {
		display: none;
	}
	.flexslider .flex-caption span {
		display: none;
	}
	.flexslider .image {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
		right: 0;
		position: relative;
	}
	.flexslider .image img {
		max-width: 100%;
	}
	#slider .text_wrapper img {
		margin: 0 auto;
	}
	.flex-control-nav {
		display: none;
	}

	.flex-direction-nav a,
	.flex-direction-nav a:link {
		top: 210px;
	}

	
	

}










.ja-jp .flex-caption h3,
.ja-jp .flexslider .flex-caption ul li
.ja-jp .flex-caption .products_title, 
.ja-jp .flex-caption .dsm_title, 
.ja-jp .flex-caption .feature_title,
.ja-jp .flex-caption .products_sub, 
.ja-jp .flex-caption .dsm_sub, 
.ja-jp .flex-caption .feature_sub, 
.ja-jp .flex-caption span.dsm_list,
.ja-jp .flex-caption span.dsm_list_style2,
.ja-jp .flex-caption .dsm_title_2,
.ja-jp .flex-caption span.products_list_2 {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

