@charset "utf-8";

/*****************************************************
[CSS Information]
	File Name: structure.css
*****************************************************/
/* ==================================================
	pomera TOP
================================================== */
/* mainVisual
------------------------------ */
body.top {background: #f4f4f4 url("/pomera/common/images/bg_body_texture.png");}
body.top #header.subMenu .inner {
	background-color: #242424;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
body.top .mainVisual{
	text-align: center;
	background:url("/pomera/common/images/bg_texture_02.png") 0 36px repeat-x;
	padding: 76px 0 24px;
	margin:0 auto;
	min-width: 980px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=4,enabled=true); /* IE5.5+ */
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
body.top .mainVisual .screen{
	text-align: center;
	margin: 0 auto 39px;
	width: 980px;
	*zoom: 1;
}

body.top .mainVisual .btnList{
	font-size: 0;
	margin-left: -5px;
}

body.top .mainVisual .btnList li{
	display: inline;
	font-size: 13px;
	margin-left: 5px;
}

body.top .mainVisual a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

body.top .lineup{
	padding: 0 0 5px;
	background: url("/pomera/common/images/bg_shadow_01.png") 0 100% repeat-x;
	position: relative;
	font-size: 123.1%;
}
body.top .lineup:before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	top:0;
	background: url("/pomera/common/images/line_01.png") 0 0 repeat-x;
	position: absolute;
	/*z-index: -1;*/
}
body.top .lineup .inner{
	display: table;
	width: 980px;
	margin: 0 auto;
}
body.top .lineup h2{
	display: table-cell;
	width: 8em;
	padding-top:5px;
	white-space: nowrap;
	vertical-align: middle;
	position:relative;
}
body.top .lineup h2:before{
	content:"";
	border-top: 4px solid #2cb9c6;
	width:100%;
	height:4px;
	position:absolute;
	top:0;
}
body.top .lineup ul{
	display: table-cell;
	padding: 0 0 0 50px;
	vertical-align: middle;
}
body.top .lineup li{display: inline-block;}
body.top .lineup li a{
	display: block;
	padding: 25px 40px 20px 12px;
	background: url("/pomera/common/images/arw_right_02.png") 0 50% no-repeat;
}

body.top .lineup li.blank{
	margin-right:25px;
	background: url("/pomera/common/images/ico_link01.png") 95% 53% no-repeat;
}

body.top .lineup li.blank a{
	padding-right:23px;
}

.sec section {
	width: 980px;
	margin: 0 auto;
}
.sec {
	border-bottom: 3px solid #dedede;
	padding: 20px 0;
}
body.top #sec01 {
	border-bottom: 3px solid #dedede;
	padding: 40px 0;
}
body.top #sec02,
body.top #sec03 {
	padding: 40px 0 20px;
}
body.top #sec01 section,
body.top #sec02 section,
body.top #sec03 section {
	width: 980px;
	margin: 0 auto;
}
body.top #sec01 section .innerBox,
body.top #sec02 section .innerBox,
body.top #sec03 section .innerBox {
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 25px;
	*zoom: 1;
}


/* sec01
------------------------------ */
body.top #sec01 .image {
	margin-top: -24px;
	position: relative;
	z-index: -1;
}

/* sec02
------------------------------ */
body.top #sec02 li {
	width: 455px;
	float: left;
}
body.top #sec02 li h2 {
	margin-bottom: 30px;
	padding-left: 50px;
}
body.top #sec02 li p {
	padding: 0 25px 0 0;
}
body.top #sec02 li strong {
	color: #2cb9c6;
	font-size: 138.5%;
}
body.top #sec02 .box1 h2 { background: url(/pomera/images/bg_01.png) no-repeat 0 7px;}
body.top #sec02 .box2 h2 { background: url(/pomera/images/bg_02.png) no-repeat 0 7px;}
body.top #sec02 .box3 h2 { background: url(/pomera/images/bg_03.png) no-repeat 0 7px;}
body.top #sec02 .box4 h2 { background: url(/pomera/images/bg_04.png) no-repeat 0 7px;}

/* sec03
------------------------------ */
body.top #sec03 #qr {
	padding: 10px 0 0 0;
	float: left;
}
body.top #sec03 #appArea {
	width: 290px;
	float: right;
	margin: 0 0 0 45px;
	padding-bottom: 10px;
	background: url(../../images/bg_app_btm.png) no-repeat 0 100%;
}
body.top #sec03 #appArea .inner {
	padding-top: 10px;
	background: url(../../images/bg_app_top.png) no-repeat 0 0;
}
body.top #sec03 #appArea .appContents {
	background: url(../../images/bg_app_mid.png) repeat-y 0 0;
	padding: 0 15px;
}
body.top #sec03 #appArea .appContents h2 {
	background: url(../../images/bg_app_line.png) no-repeat 50% 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
}


/* ==================================================
	DM25 TOP
================================================== */
/* mainVisual
------------------------------ */
body.dm25 {background: url(/pomera/dm25/images/bg_mainVisual.png) repeat-x 0 0;}
body.dm25 #movieArea {
	width: 1090px;
	height: 520px;
	margin: 0 auto;
	text-align: center;
}
body.dm25 object {
	vertical-align: bottom;
	margin-left: -55px;
	display: block;
}
body.dm25 .mainVisual {}
body.dm25 .mainVisual .inner {
	*zoom: 1;
	width: 980px;
	min-height: 520px;
	margin: 0 auto;
	position: relative;
}

body.dm25 .mainVisual .fl {
	position: absolute;
	left: -44px;
}
body.dm25 .mainVisual .fr {
	position: absolute;
	right: 0;
}
body.dm25 .content-body {
	width: 980px;
	margin: 0 auto;
	clear: both;
}
body.dm25 #dm25Area {
	background-color: #fff;
	padding: 20px 0 0 0;
}
body.dm25 #dm25Area .content-body {
	clear: both;
}
body.dm25 #featuresArea {
	*zoom: 1;
	margin: -145px 0 0 0;
	padding-top: 90px;
	border-top: 5px solid #f9f9f9;
	background: url(/pomera/dm25/images/bg_pattern1.png) repeat 0 0;
}

body.dm25 .featuresUnit01 {
	margin-bottom: 50px;
	margin-right: -110px;
	position: relative;
}
body.dm25 .featuresUnit01 h2 {
	width: 500px;
	position: absolute;
	top: 20px;
}
body.dm25 .featuresUnit01 h3 {
	width: 500px;
	position: absolute;
	top: 150px;
}
body.dm25 .featuresUnit01 p {
	width: 450px;
	position: absolute;
	top: 180px;
}
body.dm25 .featuresUnit03 {
	margin-bottom: 50px;
	margin-right: -15px;
}
body.dm25 .featuresUnit04 {
	width: 475px;
	margin-bottom: 50px;
}
body.dm25 #supportArea {
	*zoom: 1;
	padding: 25px 0 35px;
	background: #fff url(/pomera/dm25/images/bg_pattern2.png) repeat-x 0 0;
}

body.dm25 .supportUnit {
	width: 300px;
	float: left;
}
body.dm25 .supportUnit:last-child {
	padding-right: 0;
	border-right: none;
}

body.dm25 .supportUnit.support2 {
	border-left: 1px solid #e9e9e9;
	margin: 0 0 20px 18px;
	padding: 0 18px 10px;
}
body.dm25 .supportUnit.support3 {
	border-left: 1px solid #e9e9e9;
	padding-left: 18px;
}
body.dm25 .supportUnit.support5 {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0px 18px 0;
	padding: 0 18px 10px;
}
body.dm25 .supportUnit.support1 h3 {
	padding: 0.75em 0;
}

/* ==================================================
	DM25 & DM100 Spec ／Accessory
================================================== */
body.spec .titleArea,
body.acc .titleArea {
	width: 980px;
	margin: 25px auto 15px;
}
body.spec .social,
body.acc .social {
	margin-top: 15px;
}

body.acc, body.spec {background: #f4f4f4 url("/pomera/common/images/bg_body_texture.png");}

.accUnit {
	width: 440px;
	margin-bottom: 40px;
}
.accUnit.fl {
	clear: left;
	float: left;
}
#separate,
.separate {
	clear: both;
	*zoom: 1;
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid #dfdfdf;
	padding-top: 45px;
}

.productInfo {
	*zoom: 1;
}

.productInfo dt {
	clear: left;
	float: left;
	font-weight: bold;
}
.productInfo dd {
	float: left;
}

/* ==================================================
	DM100 TOP
================================================== */
body.dm100 .subMenu {
	background-color: #242424;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
body.dm100 #content {
	background: url(/pomera/dm100/images/bg_dm100.png) repeat 0 0;
}
body.dm100 .mainVisual {
	text-align: center;
	background: url(/pomera/dm100/images/bg_mainVisual.png) repeat-x 0 0;
}
body.dm100 .mainVisual .inner {
	width: 980px;
	margin: 0 auto;
}
body.dm100 .mainVisual #slides {
	float: right;
	margin: 15px 0 0 0;
}
body.dm100 .mainVisual #slides #img02,
body.dm100 .mainVisual #slides #img03 {
	display: none;
}
body.dm100 .titleArea {
	width: 980px;
	margin: 0 auto;
	font-size: 245%;
	padding: 35px 0 25px;
	color: #fff;
}
body.dm100 .pageTop {
	background: url(/pomera/dm100/images/bg_dm100.png) repeat 0 0;
}
body.dm100 .dm100Area {
	background: url(/pomera/dm100/images/bg_content_btm.png) no-repeat 50% 100%;
	padding-bottom: 6px;
	margin: 0 auto;
}
body.dm100 .dm100Area .inner {
	background: url(/pomera/dm100/images/bg_content_top.png) no-repeat 50% 0;
	padding-top: 6px;
}
body.dm100 .dm100Area .content-body {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 30px;
}
body.dm100 .dm100Area .lineSection {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #efebc4;
}

body.dm100 .dm100Area .tft {
	width: 400px;
}

body.dm100 #evernoteArea {
	background-color: #f6f5eb;
	padding: 17px 22px;
}

.o_list01 {
	text-align: center;
	padding: 0 0 0 17px;
	*zoom: 1;
}

.o_list01 li {
	float: left;
	width: 266px;
	padding: 0 0 0 74px;
}
.o_list01 li img {
	display: block;
	padding: 15px 0 0 0;
}
.o_list01 li:first-child {
	padding: 0;
}


/* ==================================================
	common
================================================== */
.socialArea {
	float: right;
}
ul.social {
	*zoom: 1;
	float: right;
}
ul.social li {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}


/*.dm25 .socialArea,
.dm100 .socialArea,
.top .socialArea {
	position: relative;
	top: -48px;
}*/
.spec .socialArea ul,
.acc .socialArea ul {
	margin-top: 30px;
}
#evernote {
	width: 58px;
	padding-left: 15px;
	padding-top:2px;
}
#facebook {
	width: 130px;
	max-width: auto;
	margin: 0 0 0 -15px;
}
#twitter {
	width: 140px;
	max-width: auto;
}

/* inner link
------------------------------ */
#header nav a.current,
#header nav a:hover,
#header .subMenu a:hover {
	color: #1badba;
}

/* DM25 <=> DM100 link
------------------------------ */
#link_product {
	width: 980px;
	margin: 50px auto -30px auto;
	text-align: right;
}

/* sub MENU
------------------------------ */
.subMenu {
	clear: both;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	padding-bottom: 0;
}
#header .subMenu .inner {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
	background-color: #242424;
	width: 100%;
	padding: 0;
}
#header .subMenu .inner-contents {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 0;
	*zoom: 1;
}
.subMenu ul.menu {
	*zoom: 1;
	width: 50%;
	float: left;
}
.subMenu ul.menu li {
	float: left;
	margin-right: 40px;
}
.subMenu ul.menu li a {
	color: #fff;
	background: url(/pomera/common/images/arw_down_01.png) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

/* section setting
------------------------------ */
.unitSection {
	*zoom: 1;
}
.square li {
	list-style: square;
	margin: 0 0 0 1.5em;
}
.mt10 {
	margin: 10px 0 0 0;
}


/* ==================================================
	heading
================================================== */
/* Level0
------------------------------ */
#pageTitle{margin: 0 -14px 7px;}

/* Level1
------------------------------ */
.heading01{
	color: #0d0d0d;
	font-size: 182%;
	line-height: 84px;
	margin-bottom:10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
/*	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#bbbbbb,offx=1,offy=1,Positive=10)";
	zoom:1;*/
}
.heading01 > span{
	padding-right: 20px;
}
.heading01 > span.fontN {
	font-weight: normal;
	padding-left: 13px;
	margin-left: 13px;
	background: url(/pomera/common/images/bg_separate.png) no-repeat 0 50%;
}
.heading01-2 {
	color: #0d0d0d;
	font-size: 215%;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.heading01-3{
	color: #0d0d0d;
	font-size: 182%;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #bbbbbb;
}
.heading01-3 > span{
	padding-right: 20px;
}
.heading01-3 > b{
	font-weight: bold;
	padding-right: 13px;
	margin-right: 13px;
	background: url(/pomera/common/images/bg_separate.png) no-repeat 100% 50%;
}

/* Level2
------------------------------ */
.heading02{
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 138.462%;
}
.heading02 > span{
	display: block;
	padding: 8px 10px 3px 18px;
}
.heading02-2 {
	margin-bottom: 10px;
	padding: 0 0 4px 18px;
	font-size: 138.462%;
	background: url("/pomera/common/images/arw_right_03.png") no-repeat 0 3px;
	text-shadow: 1px 1px 3px #bbbbbb;
}
.hedding02-3 {
	font-size: 197%;
	color: #655006;
	margin-bottom: 35px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.heading02-4 {
	font-size: 131%;
	clear: both;
}

.heading02-5 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 138.462%;
	color:#1BADBA;
}

.headingBlue02 {
	color: #1cacb9;
	font-weight: bold;
}

.headingBlue02-2 {
	font-size: 197%;
	color: #058fd0;
}
.headingBlue02-3 {
	font-size: 131%;
	color: #058fd0;
}
.headingBlue02-4 {
	font-size: 182%;
	color: #646464;
	border-bottom: 1px solid #787878;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.headingBlue02-5 {
	font-size: 161.1%;
	color: #646464;
	border-bottom: 1px solid #787878;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* Level3
------------------------------ */
.heading03 {
	background: url("/pomera/images/bg_hdgType03.png") no-repeat 0 5%;
	font-size: 138.5%;
	padding: 0 0 35px 16px;
	clear: both;
}
.heading03-2 {
	font-size: 161.6%;
	color: #0d0d0d;
	margin-bottom: 25px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.heading03-3 {
	font-size: 123.1%;
	color: #0d0d0d;
	border-left: 4px solid #b5a30f;
	margin-bottom: 15px;
	padding: 0 0 0 15px;
}
.heading03-4 {
	font-size: 167%;
	color: #0d0d0d;
	border-left: 4px solid #b3a627;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	line-height: 1.4;
}

.heading03-5 {
	border-bottom:solid 1px #DFDFDF;
	font-size: 115%;
	margin-bottom:8px;
}

/* Level4
------------------------------ */
.heading04{
	font-size: 131%;
	color: #646464;
	clear: both;
}



/* ==================================================
	border & shadowBox
================================================== */
.boderArea {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/bg_accessory_btm.png) no-repeat 50% 100%;
}
.boderArea .innerBox {
	padding-top: 10px;
	background: url(../images/bg_accessory_top.png) no-repeat 0 0;
}
.boderArea .inner-body {
	*zoom: 1;
	background: url(../images/bg_accessory_mid.png) repeat-y 0 0;
	padding: 20px 30px 0;
}


/* ==================================================
	imageUnit
================================================== */
.imageUnit{margin:0 0 15px;}
.imageUnit,
.imageUnit .text{
	overflow: hidden;
	zoom: 1;
}
.imageUnit.imageL .image{
	float: left;
	display: inline;
	margin: 0 40px 0 0; /*15px*/
}
.imageUnit.imageL .image.m20{
	float: left;
	display: inline;
	margin: 0 20px 0 0; /*15px*/
}
.imageUnit.imageR .image{
	float: right;
	display: inline;
	margin: 0 0 0 40px;/*15px*/
}
.imageUnit.imageR .image.m20{
	float: right;
	display: inline;
	margin: 0 0 0 20px;/*15px*/
}

/* ==================================================
	imgList
================================================== */
.imgList {
	*zoom: 1;
}

.imgList li{
	float: left;
}
.imgList li:first-child{padding-left: 0;}

/* ==================================================
	grid
================================================== */
.grid{*zoom: 1;}

.col {
	margin-bottom: 30px;
}
.col.fl {
	clear: left;
	float: left;
}
/* col2
------------------------------ */
.grid.col2 > .col{width: 475px;}

/* col3
------------------------------ */
.grid.col3 > .col{width: 220px;}

/* ==================================================
	caption
================================================== */
.caption{
	font-size: 84.615%;
	display: block;
	color: #7A7776;
}
.caption2{
	font-size: 93%;
	display: block;
}
.caption3{
	font-size: 84.615%;
	display: block;
}
.caption3 li{
	text-indent: -1em;
	margin-left: 1em;
}
/* ==================================================
	List
================================================== */
.list01 {
	margin: 0 0 0 45px;
}
.list01 > li {
	padding: 0 0 0 45px;
	font-size: 116%;
	color: #3a3a3a;
}
.list02 {
	margin: 0 0 0 -25px;
}
.list02 > li {
	padding: 0 0 30px 0;
	width: 50%;
	font-size: 116%;
}
.list02 > li li{
	float: none;
}
.list02 > li div {
	float: left;
	width: 180px;
	padding: 0 25px;
}
.list02 > li div ul {
	font-size: 85%;
}
.list02 > li img {
	float: right;
}
.list02 span {
	text-indent: 1em;
	display: block;
}
.list03 {
	margin: 0 0 30px 0;
	text-align: center;
}
.list03 > li {
	padding: 0 0 0 16px;
	font-weight: bold;
}
.list03 > li img {
	padding: 20px 0 0 0;
}
.list04 {
	margin: 0 0 30px 0;
}
.list04 > li {
	margin: 0 0 5px 2em;
	text-indent: -2em;
	padding: 0;
}
.listNote01 > li {
	font-size: 92%;
	position: relative;
	padding-left: 1.5em;
}
.listNote01 > li > .mark {
	position: absolute;
	left: 0;
	top: 0;
}
.listFeature01 {
	font-size: 0;
	text-align: center;
}
.listFeature01 li {
	font-size: 15px;
	display: inline-block;
	padding-left: 65px;
}
.listFeature01 li:first-child {
	padding-left: 0;
}

.model {
	display: inline-block;
	margin: 5px 0;
}
.model dt {
	background-color: #1cacb9;
	padding: 2px 8px 0;
	text-align: center;
	color: #ffffff;
	float: left;
	font-weight: bold;
	font-size: 93%;
}
.model dd {
	float: left;
	padding: 2px 10px;
}

/* ==================================================
	link
================================================== */
ul.link01 {margin-bottom: 18px;}
ul.link01 > li{
	margin-bottom: 3px;
	padding-left: 13px;
	background: url("/pomera/common/images/arw_right_02.png") 0 0.5em no-repeat;
}
ul.link01 > li a img{vertical-align: -1px;}
ul.link01.linear > li{
	float: left;
	display: inline;
	margin-right: 20px;
}
.link02 {
	padding-right: 15px;
	background: url("/pomera/common/images/ico_link01.png") 95% 50% no-repeat;
}

/* ==================================================
	float
================================================== */
table {
	width: 915px;
	margin: 0 auto 25px;
	border-top: 1px solid #dfdfdf;
}
table tr {
	border-bottom: 1px solid #dfdfdf;
}
table tr th {
	text-align: left;
	padding: 15px;
	font-weight: bold;
}
table tr td {
	text-align: left;
	padding: 15px;
}

/* ==================================================
	font size
================================================== */
.fontB {
	font-size: 153.9%;
}
/* ==================================================
	float
================================================== */
.fWrap {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}



/* ==================================================
	Slideshow
================================================== */
#slides {
	position: relative;
	z-index: 100;
	width: 647px;
	height: 491px;
}
.slides_container {
	width: 647px;
	height: 491px;
	overflow: hidden;
	position: relative;
	display: none;
}
.pagination {
	display: none;
}


/* ==================================================
	note
================================================== */
.note25{
position:absolute;
top:445px;
left:0;
}
.em_01{
	color:#C00;
}


body.top #sec01 section .innerBox:after,
body.top #sec02 section .innerBox:after,
body.top #sec03 section .innerBox:after,
.fWrap:after,
.grid:after,
.imgList:after,
.boderArea .inner-body:after,
.unitSection:after,
.subMenu ul:after,
.socialArea ul:after,
.o_list01:after,
.productInfo:after,
.supportUnit-wrap,
#separate:after,
.separate:after,
body.dm25 #supportArea:after,
body.dm25 #featuresArea:after,
body.dm25 .mainVisual .inner:after,
body.top .mainVisual .screen:after,
#header .subMenu .inner-contents:after {
	content: '';
	display: block;
	clear: both;
}