*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:left;
color:#333;
background-color:transparent;
background-image: url(bg_body.png);
background-repeat: repeat;
background-position: 0 0;
font-size: 16px;
}

h1 { 
}

/* General Style Info */
a{
color:#0069C9;
text-decoration:none;
}
a:hover{
color:#0069C9;
text-decoration:underline;
}

a img{
border:none;
}

#body p{
line-height:1.5em;
/*
margin-top:1em;
*/
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #003d4c;
margin:0.3em 0;
font-size: 180%;
}

h2{
color:#c6c65b;
padding: 5px 0 15px;
font-size: 180%;
}

h3{
color:#B2A25F;
padding-top:1em;
padding-bottom:1em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

.pagetop {
color:#c6c65b;
font-size: 180%;
margin:0.3em 0pt;
padding-top: 0pt;
}

em {
font-size: 12px;
}

ul, li {
margin: 0;
padding: 0;
}

ol, li {
margin: 0;
padding: 0;
}
ul,menu,dir{
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
/* Layout */

.center{
text-align: center;
}
.large{
font-size: 180%;
}
#container{
text-align:left;
}

#g_navi ul{
margin:0 24px;
}
#g_navi li{
display: inline;
border-left: 3px solid #ddd;
margin: 0;
padding: 0 12px;
}
#session {
	margin: 12px;
	padding: 6px;
	border: 3px dotted #ddd;
	float: right;
}

#main{
background-color: transparent;
background-image: none;
margin: 0 auto;
padding: 0;
width: 880px;
}
#wrap_content{
color: #333;
width:780px;
border: 1px solid #eee;
box-shadow: 0px 0px 4px #333;
-webkit-box-shadow: 0px 1px 5px #afafaf;
-moz-box-shadow: 0px 1px 5px #afafaf;
margin: 20px 0;
padding: 20px 50px 80px;
overflow:hidden;
background: white;
}
#navigator2{
color: #333;
width:780px;
border: 1px solid #eee;
box-shadow: 0px 0px 4px #333;
-webkit-box-shadow: 0px 1px 5px #afafaf;
-moz-box-shadow: 0px 1px 5px #afafaf;
margin: 20px auto;
padding: 20px 50px 80px;
overflow:hidden;
background: white;
}
#footer{
clear:both;
width: 100%;
color: white;
background-color: transparent;
background-image: url('bg_footer.png');
background-repeat: repeat;
background-position: 0% 0%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-left: 0;
padding-right: 0;
padding-bottom: 10px;
height: 50px;
}
#footer ul li {
float: left;
display: block;
margin: 5px;
padding: 0 4px;
}
#footer ul li a{
color: #eee;
text-decoration: none;
}
#footer ul li a:hover{
color: #fff;
}

/* tables */
table {
width: 100%;
border-style:none;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-style: none;
padding:4px 4px;
vertical-align:top;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

.style_table {
font-size:12px;
width: 100%;
border-style:none;
color:#333;
background:none;
clear:both;
padding: 0;
margin: 0pt 0pt;
white-space: normal;
}
.style_td {
border-style: none;
padding:4px 4px;
vertical-align:middle;
}
.style_td_color {
border-style: none;
padding:4px 4px;
vertical-align:middle;
background-color:#E3F3FF;
text-align: left;
}
.style_td_white {
border-style: none;
padding:4px 4px;
vertical-align:middle;
background-color:#fff;
text-align: left;
}
.style_td_label {
border-style: none;
padding:4px 4px;
vertical-align:middle;
text-align: right;
}
.style_td_item {
border-style: none;
padding:4px 4px;
vertical-align:middle;
text-align: left;
font-weight:bold;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

.error-message {
color:#d00;
font-size: 14px;
margin: 0 0 8px 0;
}

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
color:#900;
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

form div.date{
margin-left: 0em;
}
label {
font-size:12px;
font-weight:bold;
width: 140px;
padding-right: 20px;
color: #333;
}
.mailmagazine {
width: 420px;
}
.mailmagazine label{
font-weight: normal;
}
.mailmagazine label:hover {
font-size: 12px;
font-weight: bold;
width: 140px;
padding-right: 20px;
color: #333;
background-color: lightyellow;
}
input[type="checkbox"] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input[type="checkbox"].normal {
float: none;
clear: none;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
font-size: 14px;
font-family: inherit;
padding: 2px;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type="submit"] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:normal;
}
div.required fieldset {
	margin:0px 0pt;
	padding:10px 0pt 0pt 10px;
	border-style:none none none;
	border-width:1px 1px 1px;
	background:none;
}
div.required legend {
color:#222;
padding-left:0pt;
font-weight:bold;
font-size:12px;
}
div.optional {
clear: both;
color:#555;
font-weight:normal;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

.logo_bg {
	background:transparent url(header_logo1.png) no-repeat scroll 50% 0pt;
	margin:0pt 0pt;
	border-style:none;
}

#logo{
width: 380px;
float: left;
margin-right: 50px;
}
#logo h2{
padding: 120px 0 100px;
text-align: center;
background: url(logo_earth.png) center center transparent no-repeat;
overflow: visible;
font-size: 60px;
font-weight: normal;
color: #333;
}
/* .user .fulfile .loginform .orderpage */
.user{
display: block;
margin: 0 auto;
}
.fulfil{
width: 640px;
}
.fulfil .need{
color: red;
}
.fulfil h2,.fulfil h3{
text-align: center;
}
.process_img {
text-align: center;
}
.orderpage {
width: 500px;
}
#payment{
text-align:left;
margin:0pt auto;
visibility:hidden;
font-size: 14px;
}
#paypal{
border: 1px solid #ddd;
padding: 0 10px 10px;
margin-top: 20px;
}
#paypal p{
font-size: 13px;
}
#paypal form input[type="image"]{
display: block;
margin: 0 auto;
}
#bank{
border: 1px solid #ddd;
padding: 0 10px 10px;
margin-top: 20px;
}
.small_form{
width:420px;
}
.small_form h2{
text-align: center;
}
.small_form table{
padding: 0 35px;
}
#body .user p{
margin: 10px 0;
}
.login_set {
}
.login_set p{
float: left;
font-size: 12px;
}
.login_set img{
margin: 10px 0 0 10px;
}
.input input{
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 8px;
opacity: 1!important;
-webkit-box-shadow: 0 -1px 0 rgba( 0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0 -1px 0 rgba( 0, 0, 0, .3),inset 0 1px 2px rgba(0, 0, 0, .2);
background-color: white;
color: #333;
opacity: .7;
width:340px;
height: 37px;
line-height: 24px;
padding: 0 0 0 4px;
font-size: 16px;
overflow: hidden;
}
.user .input input{
border: 1px inset;
}
.submit {
margin: 0;
width:110px;
display:block;
font-size:20px;
color: #fff;
line-height:35px;
font-weight:normal;
cursor:default;
text-align:center;
padding: 0 10px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius: 5px;
text-shadow: rgba(0,0,0,0.4) -1px -1px 0px;
background: #bfd255; /* old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* ie */
-webkit-box-shadow:none;
-webkit-appearance: push-button;
float: right;
}
.submit:hover{
cursor: pointer;
}
.cancel {
margin: 0;
width:110px;
display:block;
font-size:18px;
color: #666;
line-height:35px;
font-weight:normal;
text-align:center;
padding: 0 6px 0 14px;
background: url(btn_cancel.png) no-repeat 0 0 transparent;
float: left;
}
.cancel:hover{
text-decoration: none;
cursor: pointer;
color: #333;
}
#navi_cannot{
width:100%;
margin:50px auto 0;
text-align: center;
font-size: 80%;
}
#navi_cannot ul{
margin: 0;
padding: 0;
list-style: none;
}
#navi_cannot:after{
content:"";
display: block;
clear:both;
}
#navi_cannot li{
float:left;
display: block;
margin: 0 8px;
padding: 0;
}
#navi_cannot li:before{
content: url("arrow.png");
display: inline;
font-weight: bold;
width: 10px;
height: 20px;
line-height: 19px;
border-radius: 15px;
background-color: #999;
padding: 0px 4px 1px 5px;
margin: 0 5px 0 0;
}
#header {
background: #BFD255;
background: -moz-linear-gradient(top, #BFD255 0%, #8EB92A 50%, #72AA00 51%, #9ECB2D 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFD255), color-stop(50%,#8EB92A), color-stop(51%,#72AA00), color-stop(100%,#9ECB2D));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFD255', endColorstr='#9ECB2D',GradientType=0 );
margin-left: auto;
margin-right: auto;
width: 250px;
float: left;
overflow: hidden;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-box-shadow: 1px 1px 4px #AFAFAF;
}
#logo_text {
background-color: transparent;
background-image: none;
color: white;
text-align: center;
font-size: 24px;
font-weight: normal;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
display: block;
}
#logo_text a {
display: block;
background-color: transparent;
background-image: none;
color: white;
padding: 5px 0;
text-decoration: none;
font-weight: normal;
font-size: 28px;
line-height: 56px;
text-shadow: -1px 0px 1px #999;
}

/* feature list */

#feature_list h3 {
margin: 0;	
padding: 7px 0 0 0;
font-size: 16px;
text-transform: uppercase;
}
div#feature_list {
width: 888px;
height: 1160px;
overflow: hidden;
position: relative;
}
div#feature_list ul {
position: absolute;
top: 5px;
list-style: none;	
padding: 5px 0;
margin: 0;
}
ul#tabs {
left: 0;
z-index: 2;
width: 320px;
}
ul#tabs li {
font-size: 12px;
}
ul#tabs li img {
padding: 5px;
border: none;
float: left;
margin: 0 10px 0 0;
}
ul#tabs li a {
color: #222;
text-decoration: none;	
display: block;
padding: 10px 20px 10px 10px;
height: 60px;
outline: none;
}
ul#tabs li a:hover {
text-decoration: underline;
}
ul#tabs li a.current {
background:  url('feature-tab-current.png');
color: #FFF;
}
ul#tabs li a.current:hover {
text-decoration: none;
cursor: default;
}
div#feature_list ul#output {
right: 5px;
width: 596px;
height: 1120px;
position: absolute;
background-color: white;
border-radius: 10px;
box-shadow: 0 1px 5px #afafaf;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0 1px 5px #afafaf;
overflow: hidden;
}

ul#output li {
position: absolute;
width: 545px;
height: 1120px;
padding: 0 0 0 40px;
}
ul#output li a:hover {
background: #eee;
}
.products_index{
border:1px solid #eee;
margin-bottom:10px;
}

/* products_info */

.products_info {
width: 740px;
padding: 20px;
border: 1px solid #eee;
box-shadow: inset 1px 0 5px #666;
-webkit-box-shadow: inset 1px 0 5px #666;
-moz-box-shadow: inset 1px 0 5px #666;
border-radius: 4px;
background: url(bg_body.png) repeat 0 0;
margin: 120px 0 0;
}
.products_info:after,.products_info_link ul:after,.products_info_link:after{
content: "";
display: block;
clear: both;
}
.products_info_img {
float:left;
margin-right:24px;
}
.products_info_title {
height:164px;
}
.products_info_title h3 {
margin: 0;
padding: 0;
}
.products_info_title p{
margin: 8px 0;
padding: 0;
font-size: 14px;
}
.products_info_link {
}
.products_info_link ul{
list-style: none;
font-size: 12px;
float: right;
}
.products_info_link li{
float: left;
margin-left:14px;
}
#body .products_info_link ul li a{
font-size: 12px;
}
.products_info_link li a:hover{
color:#fff;
}
.products_info_viewer {
width: 740px;
padding: 20px;
border: 1px solid #eee;
box-shadow: inset 1px 0 5px #666;
-webkit-box-shadow: inset 1px 0 5px #666;
-moz-box-shadow: inset 1px 0 5px #666;
border-radius: 4px;
background: url(bg_body.png) repeat 0 0;
margin: 0 0 20px;
clear:both;
}

/* show_info */
.show_info fieldset{
border-style: solid none none none;
border-width: 2px 0 0 0;
border-color: #999 none none none;
}
.show_info legend{
padding: 0 20px 0 40px;
font-size: 20px;
}
#body .show_info table{
font-size: 14px;
margin: 10px 0 0 0;
}

/* user_action */
.user_action{
width: 420px;
margin: 0 auto;
font-size: 14px;
}
.user_action{
clear: both;
}
.user_action ul li{
list-style: none;
display: block;
float:left;
margin: 30px 42px 0;
vertical-align: middle;
}


/*history*/
.history table{
font-size: 14px;
}
.history tbody tr:nth-child(even) td{
background-color: #eee;
}
.history thead{
background-color: #999;
color: #fff;
}
/* users/index */
.product_icon{
width: 120px;
float: left;
display: block;
margin-right:10px;
margin-bottom:10px;
font-size: 12px;
text-align: center;
height: 120px;
}
.active{
position: relative;
}

.active:after{
content: "▲";
display: block;
margin-top: 20px;
position: absolute;
left: 60px;
bottom: -15px;
}
/* navigator*/
#navigator {
width: 620px;
font-size: 12px;
line-height: 2em;
padding: 10px 0 0 10px;
background-color: transparent;
margin-left: auto;
margin-right: auto;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
float: left;
}
#navigator p{
text-align: right;
padding: 8px 0;
}
#navigator ul{
float:right;
}
#navigator ul li{
float:left;
list-style: none;
margin: 0 0 0 14px;
}


#menuLog { font-size:1.4em; margin:20px; }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
	
.fg-button { clear:left;padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
/*	a.fg-button { float:left;  } */
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
#navigator a:hover{color:#fff;}
.fg-menu li {font-size: 12px;}

/* news */

.news{
font-size: 14px;
}
#headline {
    position:relative;
    border:1px solid #afafaf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 660px;
    margin: 0 auto;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
#headline:before{
background: #afafaf;
content:"お知らせ";
color:#fff;
font-size:12px;
font-weight: bold;
display: inline-block;
vertical-align: middle;
padding:6px;
height: 30px;
}
#headline:after {
content: url("arrow.png");
display: inline-block;
width: 8px;
height: 10px;
line-height: 19px;
border-radius: 10px;
background-color: #999;
padding: 4px 4px 4px 6px;
margin: 6px 5px 0 0;
float:right;
}
#body a #headline{
color:#333;
}
#headline .news {
    position:absolute;
    top:6px;
    left:70px;
    z-index:8;
    opacity:0.0;
    background: white;
    width:88%;
    display: block;
}
#headline .news_date{
display: inline-block;
margin-right:10px;
width:124px;
border-right: 1px solid #afafaf;
}
#headline .news_product{
display: inline-block;
margin-right:10px;
font-weight: bold;
}
#headline .news_title{
display: inline-block;
width: 62%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
#headline .news_body{
display:none;
}
#headline .active1 {
    z-index:10;
    opacity:1.0;
}
#headline .last-active1 {
    z-index:9;
}
.date {
display: block;
width:100%;
height:300px;
overflow-y: auto;
border:1px solid #dcdcdc;
padding:5px 10px;
margin: 0 auto;
text-align:justify;
}
.date .news_date{
font-size: 150%;
margin: 30px 0px 10px;
color: #555;
}
.date .news_date:first-child{
margin: 5px 0px 10px;
}
.date .news_product{
margin-left: 20px;
font-weight: bold;
color: #333;
font-size: 120%;
display: inline-block;
}
.date .news_title{
margin-left: 20px;
display: inline-block;
}
.date .news_body{
margin-left: 30px;
margin-bottom: 10px;
}
.date ul li{
list-style: none;
}
.date a:after{
display: block;
content: "[詳細]";
padding-left: 1em;
}

/* touchScroll */
.scroll {
display: block;
height: 100%;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}

/* admin panel */
.admin_panel fieldset{
border-style: groove none none none;
border-width: 1px 0 0 0;
border-color: #333 transparent transparent transparent;
}
.admin_panel legend{
padding: 10px;
margin: 5px;
}

/* support_tickets */
.support_tickets {
width:640px;
text-align:left;
line-height:1.5em;
}
.support_tickets h2{
text-align: center;
}
.support_tickets label{
font-weight:normal;
font-size:13px;
}
/* tooltip */
#supportpoint{
cursor:pointer;
}
#supportpoint:hover{
text-decoration: none;
}
.tooltip {
	display:none;
	background-color:#666;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:316px;
	padding:20px;
	width:310px;
	font-size:12px;
}
#body .tooltip table {
margin: 0;
background-color: transparent;
border-collapse: collapse;
}
#body .tooltip tbody {
background-color: white;
}
#body .tooltip .tip_h{
background-color: #BFD255;
border-style: none;
}
#body .tooltip .tip_d{
text-align: center;
}
#main .description{
	display: none;
	background-color:#666;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
	font-size: 12px;
	padding: 10px;
	color: #fff;
}
#ie_message{
display: none;
}
