@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
サイト名 Quad Elements Co., Ltd.

Copyright (C) kazuaki konno All Rights Reserved.
-----------------------------------------------------------*/


/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Zeroing out the margins and paddings
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ul, ol, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, canvas {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

html { -webkit-text-size-adjust: none; } /* フォントサイズ自動調整OFF */

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 16px;
	line-height: 1.5; /* 1.5～1.8が読みやすい */
}

a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
	vertical-align: baseline;
}

a:visited {
	color: #fff;
}

/* ------------------------------------------------------------
	2. Headings, Paragraphs
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* p {} */

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */

li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */

fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	vertical-align: middle;
}

label, button {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */

header, hgroup, footer,
article, section,
nav, aside, figure {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

mark {
	font-weight: bold;
}

object {
	vertical-align: middle;
	outline: none;
}

blockquote, q {
	quotes: none;
}

q:before, q:after {
	content: '';
}

code {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: none;
}

pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	padding: 0px;
    background:url(../img/bg.png) repeat;}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

body > header {
	margin-bottom: 0px;
	padding: 4px 10px 8px;
	border: 0px solid #ccc;
	color: #222222;
	background:#000 url(../img/qeheader_bg.png) repeat-x;
/*    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#666), to(#222));   */ 
}

body > header h1 {
	font-size: 18px;
    color: #ccc;
    text-shadow: 0px 1px 0px #222;
}

body > header h3 {
	float:right;
	padding-top:6px;
	font-size: 10px;
    color: #fff;
    text-shadow: 0px 1px 0px #222;
}

body > header a {
    color: #fff;
	text-decoration:none;
    text-shadow: 0px 1px 0px #222;
}


/* ------------------------------------------------------------
	2-0. TopMenu
------------------------------------------------------------ */

#Topmenu {
	text-align: center;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

#content {
/*    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#333), to(#666));*/
	padding: 0px;
	margin:0 auto;
	background:#fff;
}


#content h1 {
	font-size: 18px;
}

#content h3 {
	font-weight:bold;
	font-size: 20px;
	padding:10px;
	margin-bottom:5px;
}

#content p {
	font-size: 16px;
	padding:10px;
}

#benefit {
    background:#fff;
	border-bottom: 1px solid #999;
}

#benefit h3{
	font-weight:bold;
	font-size: 20px;
	padding:10px;
	margin-bottom:5px;
}

#benefit p{
	font-size: 16px;
	padding:10px;
}

/* ------------------------------------------------------------
	2-1. MainMenu
------------------------------------------------------------ */

#mainmenu {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #ccc;
}

#mainmenu a {
	padding: 15px;
	color:#333;
	font-weight:bold;
}

#mainmenu h1 {
	font-size: 20px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

#footer {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	width:100%;
}

#footer a {
	color:#333;
}

/* NavTopMenu
------------------------------------------------- */
.navTopmenu {
	margin-bottom: 0px;
	background:#aeaeae;
}

.navTopmenu li {
	float: left;
	width: 24%;
	margin:10px 2px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
}

.navTopmenu li:first-child {
	width: 24%;
}

.navTopmenu a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color:#666;
}

.navTopmenu li:first-child a {
	border-left: 0;
}

/* NavUtilityMenu
------------------------------------------------- */
.navUtilitymenu {
	margin-bottom: 0px;
}

.navUtilitymenu li {
	width: 100%;
	background:#ccc;
	border-bottom: 1px solid #999;
	font-size:12px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
}

.navUtilitymenu li:last-child {
	width: 100%;
}

.navUtilitymenu a {
	display: block;
	padding: 10px 0;
	border-left: 0px solid #666;
	text-decoration: none;
}

.navUtilitymenu li:last-child a {
	border-left: 0;
}

.navUtilitymenu img {
	margin-right: 10px;
}


/* ------------------------------------------------------------
	100. Arrow list
------------------------------------------------------------ */

.navUtilitymenu li.arrow{background-image:url(../img/listArrow.png),-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e6e6e6));background-position:right center;background-repeat:no-repeat;}

.navUtilitymenu li.arrow a.active{background-image:url(../img/listArrow.png);background-position:right center;background-repeat:no-repeat;}


/* NavUtility
------------------------------------------------- */
.navUtility {
	margin-bottom: 10px;
	background:#aeaeae;
}

.navUtility li {
	float: left;
	width: 25%;
}

.navUtility li:first-child {
	width: 25%;
}

.navUtility a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.navUtility li:first-child a {
	border-left: 0;
}

/* Copyright
------------------------------------------------- */
#copyright {
	text-align:center;
	width:100%;
	float:left;
	margin:0px 0;
	font-size: 12px;
/*	border-top:1px solid #ccc;*/
	padding:6px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#666), to(#444));
	color:#fff;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}

input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* ------------------------------------------------------------
	coming soon
------------------------------------------------------------ */

#coming {
	margin-top:80px;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#fff), to(#e6e6e6));
	height:271px;
	text-align:center;
}

#coming p{
	margin:10px;
	padding:20px;
	font-size:15px;
}

#coming a{
	color:#222;
	font-weight:bold;
}



/* ------------------------------------------------------------
	preview
------------------------------------------------------------ */

#preview {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #ccc;
}

#preview a {
	padding: 0px;
	color:#333;
	font-weight:bold;
}


/* previewlist
------------------------------------------------- */
.previewlist {
	margin-bottom: 0px;
}

.previewlist li {
	width: 100%;
	background:#ccc;
	border-bottom: 1px solid #999;
	font-size:12px;
}

.previewlist a {
	display: block;
	padding: 10px 0;
	border-left: 0px solid #666;
	text-decoration: none;
}

.movieinfo {
	float:right;
	width:62%;
}

.mtitle {
	padding-top:5px;
	font-size:13px;
	color:#3366cc;
	line-height:14px;
}

.mduration {
	padding-left:3px;
	font-size:12px;
	color:#ff66ff;
}

.minfo {
	padding-left:3px;
	font-size:11px;
	color:#444;
	line-height:13px;
}

/* ------------------------------------------------------------
	100. Arrow list
------------------------------------------------------------ */

.previewlist li.arrow{background-color:#fff;background-image:url(../img/listArrow.png)/*,-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e6e6e6))*/;background-position:right center;background-repeat:no-repeat;}

.previewlist li.arrow a.active{background-image:url(../img/listArrow.png);background-position:right center;background-repeat:no-repeat;}


/* ------------------------------------------------------------
	video list
------------------------------------------------------------ */

.linecontainer {
		margin: 0 auto;
		width: 100%;
		text-align: left;
		border-bottom:#000 1px solid;
	}

#mainContent {
		width: 100%;
		margin-left: -120px;
		float: right;
		border-bottom:#ccc 1px solid;
		height:70px;
	}

#mainContent div.section {
		margin-left: 130px;
	}

#subContent {
		width: 120px;
		float: left;
	}

video {float:left;margin:0;padding:0;vertical-align:middle;}

li a.active{background:#ccc;}

/* ------------------------------------------------------------
	iphone web contents
------------------------------------------------------------ */

#content-wrapper{width:320px;margin:0 auto;padding:0;height:230px;background-color:#FFF}

#textbody{float:left;font-size:80%;padding: 5px;font-weight:bold;color:#666;text-decoration:underline;
}

#section{float:left;margin:0px 0px 0px 2px;text-align:left;}

#iphonetitle{float:left;margin:5px 0px 10px 5px;}

#content-right{float:right;width:130px;}

#content-right .iscreen{width:129px;margin-top:10px;}

#content-left{float:left;width:185px;}

#content-left .subtxt{margin:10px 10px 15px 5px;}

#content-left p{float:left;margin:0px;text-align:left;font-size:95%;}

.small{font-size:12px;color:#fff;}

#content-bottom .contactbutton{margin:0px 0 0 10px;padding:20px 10px 0 0;}

#content-bottom{margin:0px;background:url(../img/bg.png);
}

#content-bottom .casetitle{float:left;margin-bottom:10px;padding:15px 0 0 5px;; 0 0 10px;}

#content-bottom .caselist {padding:10px 10px 0px 10px;}

#content-bottom .caselist a:active{background-color: #4D4D4D;}

#content-bottom ul, #content-bottom li{width:100%;display:block;float:left;margin-bottom:5px;padding:0px;}

#content-bottom li a{background:#242D31;display:block;text-aign:left;padding:10px 0px 10px 15px;font-size:12px;text-decoration:none;}


#sectionsbar {
	margin-bottom: 0px;
	padding: 4px 10px 8px;
	border: 0px solid #ccc;
	color: #222222;
/*	background:#000 url(../img/qeheader_bg.png) repeat-x;*/
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#666), to(#222));    
}

.fadeNext{
	background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#999), to(#ccc));
    padding:10px;
    width:320px;
    color:#000;
}