@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1,h2,h3 {background-color: transparent;}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


@charset "UTF-8";
/* ---- CSS Common Document ---- */

/* ---- @font-face ---- */

@font-face {
	font-family: 'rounded_thin';
	src: url(https://sunphonix.jp/sales/fonts/rounded-mplus-thin.eot);
	src:
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-thin.eot?#iefix) format('embedded-opentype'),
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-thin.ttf) format('truetype');
}
@font-face {
	font-family: 'rounded_light';
	src: url(https://sunphonix.jp/sales/fonts/rounded-mplus-light.eot);
	src:
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-light.eot?#iefix) format('embedded-opentype'),
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-light.ttf) format('truetype');
}
@font-face {
	font-family: 'rounded_reg';
	src: url(https://sunphonix.jp/sales/fonts/rounded-mplus-regular.eot);
	src:
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-regular.eot?#iefix) format('embedded-opentype'),
	 url(https://sunphonix.jp/sales/fonts/rounded-mplus-regular.ttf) format('truetype');
}


/* ---- Reset_Default_CSS ---- */

ul {
	margin:0;
	padding:0;
}

ul li {	list-style: none;}
a { text-decoration: none;}

.navigationPath {
	font-size: 11px;
	text-align: left;
}
.navigationPath a:hover { text-decoration: underline; }
.navigationPath a:link { color: #696969; }
.navigationPath a:visited { color: #696969; }
.navigationPath a:hover { color: #0775a8; }
.navigationPath a:active { color: #696969; }

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a {
	-webkit-transition: background-color 0.3s ease , color 0.4s ease;
	-moz-transition: background-color 0.3s ease , color 0.4s ease;
	-o-transition: background-color 0.3s ease , color 0.4s ease;
	transition: background-color 0.3s ease , color 0.4s ease;
}

a section .innerhover {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.arrow:after {
	content: " ▶ ";
	font-size: 50%;
}

.clear {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.headerword {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

/* ---- Include_Layout_CSS ---- */

#wrapperheader {
	background-color: #fff;
}

.contentheader {
	max-width: 980px;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 3px;
	color: #b3b3b3;
}

#footerwrapper {
	background-color: #fff;
	box-shadow: 0 14px 10px -10px rgba(0,0,0,0.4) inset;
}

.footer {
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 0;
	color: #808080;
	font-size: 11px;
}

.fcol_left {
	float: left;
	width: 40%;
}

.fcol_cent {
	float: left;
	width: 40%;
}

.fcol_right {
	float: left;
	width: 20%;
}

#nav-trigger img {
	width: 20px;
	height: 20px;
}


@charset "UTF-8";
/* ---- CSS Basic Document ---- */

@font-face {
	font-family: 'asenine';
	src: url(http://www.sunmuse.co.jp/fonts/ASENINE_.eot);
	src:
	 url(http://www.sunmuse.co.jp/fonts/ASENINE_.eot?#iefix) format('embedded-opentype'),
	 url(http://www.sunmuse.co.jp/fonts/ASENINE_.ttf) format('truetype');
}



h1 {
	font-family: 'rounded_reg';
	font-size: 26px;
	color: #4d4d4d;
	font-weight: normal;
}

h2 {
	color: #696969;
	font-size: 24px;
}

h3 {
	color: #333;
	font-size: 18px;
}

a:link { color: #808080; }
a:visited, a:active { color: #696969; }
a:hover { color: #0775a8; }

hr.style2 {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:    -moz-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:     -ms-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:      -o-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
}

.imageleft img {
	float: left;
	margin: 0 3% 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.imageleft {
	overflow: hidden;
	height: auto;
	text-align:left;
}

.imageright img {
	float: right;
	margin: 0 0 0 3% !important;
	padding: 0 !important;
	border: 0 !important;
}

.imageright {
	overflow: hidden;
	height: auto;
}

a:link .imageleft, a:visited .imageleft, a:hover .imageleft, a:active .imageleft { color: #696969; }

a:hover .imageleft .innerhover { color: #0775a8; }

.textred {
	color: #dc143c;
}

.textred a:link, .textred a:visited, .textred a:active { color: #dc143c; }
.textred a:hover { color: #0775a8; }

.importfix {
	margin:0;
	padding:5px 0 0 0;
	vertical-align:0;
}

.fixsize_img {
	width: 250px;
	height: auto;
}

.divlogo {
	width:25%;
	height:auto;
}

ol {
	padding-left:50px;
}

@charset "UTF-8";
/* CSS Manual Document */
/* Responsive Web Design Layout CSS */

#background {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #fff;
	background-image: url(../img/bright_squares.jpg);
	color: #696969;
}


.contentnavi, .contentsub, .contentpro, .contsostopimg, .contentmain, .contentavidsoftware, .contentavidhdx, .contentavidnative {
	margin: 0 auto;
	padding: 0 2%;
}
.contentmain, .contentavidsoftware, .contentavidhdx, .contentavidnative {
	font-size: 14px;
	max-width: 980px;
}



#wrappernavi {
	font-family: 'asenine';
	font-size: 17px;
	background-color: #fff;
	padding-bottom:10px;
	border-bottom:1px solid #a9a9a9;
}
.contentnavi {
	color: #696969;
}
.navsig{
	float:left;
	width:100px;
}
.navmenu{
	float:right;
	width:880px;
	padding-top:35px;
}
#mtopcg{display:none;}




#wrappersub {
	background-color: #fff;
}
#wrapperpro {
	background-color: #090909;
}
#wrapsostopimg, #wrappermain {
	margin:0;
	padding:0;
}
#wrapsostopimg{
	background-color:#fff;
}
.contsostopimg img{
	width:100%;
	height:auto;
}






#wrapperavidsoftware, #wrapperavidhdx, #wrapperavidnative, #wrapperavidlive {
	margin:0;
	padding:20px 0 30px 0;
	background-color:#85C85E;
}
#wrapperavidhdx {
	background-color:#A14C94;
}
#wrapperavidnative {
	background-color:#D2627C;
}
#wrapperavidlive {
	background-color:#C2DB67;
}



.avidnav1, .avidnav2, .avidnav3, .avidnav4 {
	float:left;
	width: 25%;
	text-align:center;
	display:block;
	background-color:#85C85E;
}
.avidnav2 {
	background-color:#A14C94;
}
.avidnav3 {
	background-color:#D2627C;
}
.avidnav4 {
	background-color:#C2DB67;
}



.centertex {
	margin:0 auto;
	text-align:center;
}

.workflow {
	margin:0 auto;
	width:300px;
	text-align:left;
}



.setimg_R, .setimg_L {overflow : hidden;}
.setimg_R img, .setimg_L img {
	width: 240px;
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}
.setimg_L img {
	float: left;
	margin-right:10px;
}



iframe {
	width:100%;
	height:400px;
}


.page_anc {
	text-align:center;
}
.page_anc a {
	display: inline-block;
    width: 170px;
    line-height: 25px;
	padding:10px 5px;
	font-size:14px;
    background-color: #20b2aa;
    background-color: rgba(41,204,200,0.3);
}
.page_anc a:link, .page_anc a:visited, .page_anc a:active {
	color:#fff;
    text-decoration: none;
}
.page_anc a:hover {
    background-color: #fff;
	color:#a9a9a9;
}


@charset "UTF-8";
/* CSS Document */
/* Responsive Web Design Layout CSS */

	#nav, .nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#nav {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		letter-spacing: 0.05em;
	}

	#nav:before, #nav:after {
		content: "";
		display: table;
	}

	#nav:after {
		clear: both;
	}

	#nav {
		zoom:1;
	}

	#nav li {
		float: right;
		position: relative;
	}

	/* navmenu text design */
	#nav a {
		float: left;
		padding: 6px 10px;
		font-size: 18px;
		color: #333;
	}

	/* navmenu hover text color */
	#nav a:hover {
		color: #999;
	}

	/* dropdown base bg design (block design,hide dropdown,bg color design) */
	#nav ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 30px;
		left: 0px;
		z-index: 9999;
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);
		background: -o-linear-gradient(#444, #111);
		background: -ms-linear-gradient(#444, #111);
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	/* dropdown start */
	#nav li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	/* dropdown 2nd design */
	#nav ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);
	}

	/* dropdown 1st bg design */
	#nav ul li {
		float: none;
		display: block;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}

	/* dropdown 1st bg reset */
	#nav ul li:last-child {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* dropdown 1st text design #1 */
	#nav ul a {
		padding: 8px;
		width: 120px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		font-size:15px;
		color: #f5f5f5;
		text-transform: none;
	}

	/* dropdown base hover bg color */
	#nav ul a:hover {
		color: #fff;
		background-color: #ccf6ff;
		background-image: -moz-linear-gradient(#ccf6ff, #59a6e5);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccf6ff), to(#59a6e5));
		background-image: -webkit-linear-gradient(#ccf6ff, #59a6e5);
		background-image: -o-linear-gradient(#ccf6ff, #59a6e5);
		background-image: -ms-linear-gradient(#ccf6ff, #59a6e5);
		background-image: linear-gradient(#ccf6ff, #59a6e5);
	}

	/* dropdown base first-child hover bg design */
	#nav ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}

	/* arrow design for "dropdown > navmenu"  */
	#nav ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #444;
	}

	/* arrow design for "2nd dropdown > 1st dropdown"  */
	#nav ul ul li:first-child a:after {
		left: -5px;
		top: 50%;
		margin-top: -5px;
		border-left: 0;
		border-bottom: 5px solid transparent;
		border-top: 5px solid transparent;
		border-right: 5px solid #444;
	}

	/* hover arrow color for "dropdown > navmenu"  */
	#nav ul li:first-child a:hover:after {
		border-bottom-color: #444;
	}

	/* hover arrow color for "2nd dropdown > 1st dropdown"  */
	#nav ul ul li:first-child a:hover:after {
		border-right-color: #444;
		border-bottom-color: transparent;
	}

	/* dropdown base last-child hover bg design */
	#nav ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	/* prepare for Mobile */
	#nav-trigger {
		display: none;
	}

	@media screen and (min-device-width: 0px) and (max-device-width: 768px) {

		/* nav-wrap */
		#mob-trig {
			position: relative;
		}

		#mob-trig * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* nav menu button design*/
		#nav-trigger {
			display: block; /* show nav icon */
			width: 40px;
			height: 40px;
			padding:0;
			position:fixed;
			bottom: 100px;
			right: 6px;
			z-index: 9999;
		}
		#nav-trigger img {
			width:100%;
			height:auto;
		}

		/* nav base design */
		#nav {
			margin: 0;
			padding: 0;
			padding-bottom: 20px;
			position: fixed;
			bottom: 0;
			right: 0;
			width: 100%;
			height:100px;
			text-align: left;
			z-index: 9998;
			background-color: #fff;
			border-top:1px solid #a9a9a9;
			filter: alpha(opacity=95);
			opacity:0.95;

			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/* nav 1st 2nd word position design */
		#nav ul {
			display:none;
		}
		/* nav base word design */
		#nav li {
			position: static;
			display: block;
			width:33%;
			height:50%;
			float: left;
			margin: 0;
		}
		/* nav ul word color style(for iOS) */
		#nav a{
			color: #333;
			display: block;
			width:100%;
			height:100%;
			float: none;
			font-size:14px;
			padding: 7px 0;
			text-align:center;
		}
	}

	@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
		#nav {
			height:200px;
		}
	}


body {
	background-image: url(img/bg/001.jpg);
	color: #fff;
}

#specialimg {
	background-color: #7c5830;
	background-image: url(img/ena_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height:500px;
}

h1 {
	color:#fff;
}

h2 {
	color:#fff;
	padding:0;
	margin:50px 0;
}

h5 {
	font-size: 14px;
	font-weight:normal;
	font-style:italic;
	padding-left:10px;
	color:#fff;
	border-left:14px solid #fff;
	margin-top:50px;
}



.two_list{
	float:left;
}

@media screen and (min-width: 0px) and (max-device-width: 480px) {
	#specialimg {
		background-image: url(img/ena_top_small.jpg);
		height:213px;
	}
}


@media screen and (min-width: 481px) and (max-device-width: 768px) {
	#specialimg {
		background-image: url(img/ena_top_mob.jpg);
		height:327px;
	}
}
