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

/*-------------------------------------------------- 
タイトル: 基本設計
制作者 :EMJ

概要 : 基本設計＋メニューバー＋フッタ

作成日 : 2014/02/14
変更日 : 
--------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";

@font-face {
	font-family: WebIconFonts;
	src: url("../font/WebIconFonts.eot");
}

@font-face {
    font-family: 'WebIconFonts';
    src:url('../font/WebIconFonts.woff') format('woff'),
        url('../font/WebIconFonts.otf') format('opentype');
}

body {
	xposition:absolute;
	width:960px;
	margin: 0px auto 0px auto;
	xtext-align:center;
	background-color: #F6F4EF;
	}
	
body, td ,table {
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	color: #333333;
	xfont-size:83.3%;/*10pt相当*/
	font-size:10pt;
	line-height: 1.6em;
	letter-spacing: 2px;
	}

a:link,
a:visited { color:#9D9D21; text-decoration:none; }
a:hover,
a:active  {
	color:#333333;
	text-decoration:none;

	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

hr { display:none;}

p {
	font-family: 'Roboto',sans-serif;
	color: #333333;
	font-size:10pt;
	line-height: 1.6em;
	letter-spacing: 2px;
}

.icon {
    font-family: WebIconFonts;
    font-size: 30px;
    text-align: center;
	color: #000;
	line-height: 1.4;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	min-height: 800px;	
	margin-bottom: 10px;
	margin-left: 5px;
	}

/* header
-------------------------------------------------- */
#header {
	width: 950px;
	height: 145px;
	xbackground-color: #fff;
	float: left;
}

#header #shop_logo {
	width: 390px;
	height: 100px;
	padding:10px 0px 0px 0px;
	float: left;
	background-color: #fff;
}

#header #shop_logo span {
	color: #ff0000;
}

#header #header_top {
	width: 960px;
	height: 45px;
	xpadding: 15px 20px 0px 0px;
	float: left;
	text-align: left;
}

#header #header_top .dropdown {
	float: left;
	top: 15px;
	margin-left: 10px;
}

#header #header_top .dropdown a:link,
#header #header_top .dropdown a:visited { color:#333; text-decoration:none; }
#header #header_top .dropdown a:hover,
#header #header_top .dropdown a:active  {
	color:#9D9D21;
	text-decoration:none;

	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


#header #header_top #global_logo {
	width: 600px;
	height: 45px;
	padding: 15px 20px 0px 0px;
	float: right;
	text-align: right;
}

#header #cart_container {
	width: 560px;
	height: 100px;
	padding:10px 0px 0px 110px;
	float: left;
	background-color: #fff;
}

#header #cart_container #cart {
	width: 200px;
	height: 60px;
	border-top: 3px solid #333;
	padding: 5px 0px 0px 0px;
	margin: 15px 10px 0px 0px;
	float: left;
	text-align: left;
}

#header #cart_container #cart .total {
	width: 70px;
	height: 20px;
	border-top: 1px solid #333;
	padding: 5px 0px 0px 0px;
	float: left;
}

#header #cart_container #cart .total p{
	color: #9D9D21;
}

#header #cart_container #cart .go2check {
	width: 130px;
	height: 20px;
	border-top: 1px solid #333;
	float: left;
}

.btncheck {
	width: 125px;
	height: 22px;
	padding: 0px 2px 0px 2px;
	margin:  5px 0px 0px 5px;

	background: #9D9D21;
	border: 1px solid #506b2b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	letter-spacing: 0;
}

#header #cart_container #cart .btncheck:link { color: #fff; font-size: 11px;}
#header #cart_container #cart .btncheck:visited {color: #fff;}
#header #cart_container #cart .btncheck:active {color: #fff;}
#header #cart_container #cart .btncheck:hover {color: #fff; background-color: rgba(158,158,33,0.55); border-color: #999900; }

/* header:global_mymenu
-------------------------------------------------- */
#header #cart_container .global_mymenu {
}

.global_mymenu li {
	float:left;
}

.global_mymenu li a {
	width: 85px;
	height: 80px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #000000;
	xmargin-right: 10px;
	padding-top: 5px;
	float: left;
	text-align: center;
}

.global_mymenu li a:visited {}
.global_mymenu li a:active  {}
.global_mymenu li a:hover   {
	color: #9A9A3B;
	xtext-decoration: none;
}

.global_mymenu li.last a{
	margin-right: 0px;
}
.global_mymenu li.focus a{
	color: #9A9A3B;
	text-decoration: none;
}

.global_mymenu li.icon a {
    font-family: WebIconFonts;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

/* グレーアウト*/
#header .icon_out {
    font-family: WebIconFonts;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

#header .icon_out:link,
#header .icon_out:visited { color:#ccc; cursor: default; }
#header .icon_out:active,
#header .icon_out:hover  { color:#ccc; cursor: default; }

#header .icon {
    font-family: WebIconFonts;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

#header .icon:link,
#header .icon:visited { color:#333333; }
#header .icon:active,
#header .icon:hover  { color:#9D9D21; }

#header .icon:link.focus{
	color: #FF0000;
	text-decoration: none;
}

.cart_text{
	font-family: 'Roboto',sans-serif;
	font-size: 12px;
	/* --> this styles are added to align "カート" text right below the cart icon in firefox */
	vertical-align: top;
	white-space: nowrap;
	/* <-- this styles are added to align "カート" text right below the cart icon in firefox */
}


/*Cart Dropdpwn +BootStrap*/
.dropdown {
	float: left;
	top: 5px;
	margin-left: 10px;
	margin-right: 15px;
}

/* header:global_shop_menu
-------------------------------------------------- */
#global_shop_menu {
	width: 950px;
	height: 30px;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #7A7A7A;
}

#global_shop_menu #loginout {
	width: 100px;
	padding-top: 5px;
	height: 30px;
	background-color: #7c7c72;
	float: left;
	text-align: center;
}

#global_shop_menu #loginout a:visited {}
#global_shop_menu #loginout a:active  {}
#global_shop_menu #loginout a:hover   {
	color: #A5B725;
	xtext-decoration: none;
}

#global_shop_menu #loginout a   {
	color: #fff;
	xtext-decoration: none;
}


#global_shop_menu #menu-inner {
	width: 850px;
	height: 30px;
	padding-left: 10px;
	background-color: #383838;
	color: #fff;
	float: left;
}

#global_shop_menu #menu-inner .menu-title ul {
}

#global_shop_menu #menu-inner .menu-title li {
	float:left;
}

#global_shop_menu #menu-inner .menu-title li a {
	width: auto;
	height: 25px;
	padding-top: 5px;
	color: #fff;
	margin-right: 30px;
	float: left;
	text-align: left;
}

#global_shop_menu #menu-inner .menu-title li a:visited {}
#global_shop_menu #menu-inner .menu-title li a:active  {}
#global_shop_menu #menu-inner .menu-title li a:hover   {
	color: #9A9A3B;
	xtext-decoration: none;
}

#global_shop_menu #menu-inner .menu-title li.last a{
	margin-right: 0px;
}
#global_shop_menu #menu-inner .menu-title li.focus a{
	color: #9A9A3B;
	text-decoration: none;
}

/* keyimage:SLY setup
-------------------------------------------------- */
#keyimage {
	width: 950px;
/*	height: 327px;*/
	text-align:left;
	float: left;
/*	background-color: #FFF;*/
	}


/* contents
-------------------------------------------------- */
#contents {
	width: 950px;
	height: auto;
	margin-top: 3px;
	text-align:left;
	float: left;
	}

.section {
	width: 950px;
	height: auto;
	text-align:left;
	float: left;
}

.colorbar {
	margin-top:2px;
	border-top-width: 12px;
	width: 100%;
	border-top-width: 12px;
	border-top-style: solid;
}

.section h2 { font-weight: normal; }

.section .health {
	width: 950px;
	height: 50px;
	padding-top: 15px;
	color: #fff;
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	font-size: 24px;
	text-align:center;
	margin: 5px 0px 0px 0px;
	float: left;
	background-color: #C9BCA9;	
}

.section .beauty {
	width: 950px;
	height: 50px;
	padding-top: 15px;
	color: #fff;
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	font-size: 24px;
	text-align:center;
	margin: 5px 0px 0px 0px;
	float: left;
	background-color: #C4C490;		
}


#article {}

.business_opportunity {
	width: 310px;
	height: auto;
	xpadding: 10px;
	color: #fff;
	text-align:left;
	border-top: 2px solid #9D9D21;
	margin: 5px 0px 10px 0px;
	float: right;
	background-color:#fcfcfc;	
}

.business_opportunity h2{
	padding: 10px 10px 0px 10px;
	font-size: 24px;
	font-weight: 400;
	color: #9D9D21;
	line-height: 1.2em
}

.business_opportunity h4{
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	font-weight: 400;
	color: #9D9D21;
	line-height: 1.2em
}

.business_opportunity p {
	width: 310px;
	height:auto;
	padding: 5px 10px 10px 10px ;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	text-align:left;
	float:right;
}

.business_opportunity IMG{
	width: 310px;
	height: auto;
	margin: 10px 0px 10px 0px;
}

.section .last{
	margin-right:0px;
}

.BTN_top {
	text-align: right;
	float: right;
}



/* global button setup
-------------------------------------------------- */

.btn01 {
	width: auto;
	height: 30px;
	padding: 2px 10px 5px 10px;

	background: #666;
	border: 1px solid #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
}

.btn01:link {color: #fff;}
.btn01:visited {color: #fff;}
.btn01:active {color: #fff;}
.btn01:hover {color: #fff; background-color: #CECDCC; border-color: #999900; }

.btn02 {
	width: 210px;
	height: 30px;
	padding: 5px 10px 5px 10px;

	background: #666;
	border: 1px solid #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	margin: 10px 0px 10px 5px;
}

.btn02:link {color: #fff;}
.btn02:visited {color: #fff;}
.btn02:active {color: #fff;}
.btn02:hover {color: #fff; background-color: #CECDCC; border-color: #999900; }


/* footer setup
-------------------------------------------------- */
#footer{
	width: 950px;
	height: auto;
	xmin-height: 800px;
	padding: 2px 0px 10px 0px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	text-align:left;
	float: left;
	background-color: #fff;	
	margin-top: 20px;
}

#footer .container{
	width: 230px;
	height: auto;
	min-height: 300px;
	margin-right: 10px;
	padding: 10px 10px 0px 10px;
	float: left;
	background-color: #fff;
}

#footer .container230{
	width: 230px;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 0px 10px;
	float: left;
	background-color: #fff;
}

#footer .container400{
	width: 400px;
	height: 125px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #fff;
	background-color: #9D9D21;
}

#footer .container400 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	line-height: 1em;
}

#footer .container400 p{
	font-size: 17px;
	color: #fff;
	line-height: 2em;
}

#footer .container400 p.time{
	font-size: 13px;
	color: #fff;
	line-height: 3em;
}

#footer .icon {
	color: #fff;
	font-size: 17px;
	letter-spacing: 3px;
}

#footer .container480{
	width: 480px;
	height: auto;
	min-height: 300px;
	margin-right: 0px;
	padding: 0px;
	float: left;
}

#footer .container h4 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333;
	margin-bottom: 2px;
}

#footer .container p {
	font-size: 12px;
	letter-spacing: 0px;
	color: #60605B;
	line-height: 1.4;
	margin-bottom: 10px;
}

#footer .container p.corp {
	margin-top: 5px;
	font-size: 19px;
}


#footer .last{
	margin-right: 0px;	
}

#footer .container .footer_menu {
	width: 210px;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	float: left;
}

#footer .container .footer_menu li a {
	width: 200px;
	xheight:300px;
	float: left;
}

#footer .container .footer_menu li a:visited {}
#footer .container .footer_menu li a:active  {}
#footer .container .footer_menu li a:hover   {
	xcolor: #9A9A3B;
	xtext-decoration: none;
}

/* users_space */
#users_space{
	width: 470px;
	min-height: 125px;
	xborder-radius: 4px;
	x-moz-border-radius: 4px;
	x-webkit-border-radius: 4px;
	xmargin-left: 10px;
	margin: 5px;
	padding: 10px;
	float: left;
	text-align:left;
	xcolor: #fff;
	xbackground-color:rgba(0,0,0,0.04);
	background-color:#F6F4EF;
}

#users_space .port_photo {
	width: 150px;
	height: auto;
	margin-bottom: 5px;
	float: left;
}

#users_space .port_photo IMG{
	width: 150px;
	height: auto;
	margin-bottom: 5px;
}

/* SNS icon */
#users_space .port_photo .social-btn {
    text-align: left;
    float: left;
}
#users_space .port_photo .social-btn ul a {
    text-align: left;
}
#users_space .port_photo .social-btn li {
    display: inline;
    text-decoration: none;
}
#users_space .port_photo .social-btn li a {
    display: inline;
    xpadding-right: 7px;
    text-decoration: none;
}
#users_space .port_photo .social-btn li a.last {
    padding-right: 0;
}
#users_space .port_photo .social-btn li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#users_space .port_photo .icon {
    color: #918176;
    display: inline;
    font-size: 30px;
    margin: 14px 0 4px;
}
#users_space .port_photo li.icon:last-child {
    padding-right: 0;
}

#users_space .detail_info {
	width: 280px;
	min-height: 125px;
	xborder-radius: 4px;
	x-moz-border-radius: 4px;
	x-webkit-border-radius: 4px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	text-align:left;
	xcolor: #fff;
}

#users_space .detail_info .name {
	font-size: 25px;
	color: #918176;	
}
#users_space .detail_info .email {
	font-size: 12px;	
}
#users_space .detail_info .catch {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;	
}
#users_space .detail_info .maintext {
	color: #333;
	margin-top: 10px;
	font-size: 10px;	
}


#footer .container dl.footer_link {
	color: #9D9D21;
}

#footer .container .footer_link dt {
	color: #9D9D21;
	font-weight: 400;
	margin: 15px 0px 5px 0px;
}

#footer .container .footer_link dt.top {
	margin-top: 0px;
}

#footer .container .footer_link dd {
	text-indent: 10px;
	margin-bottom: 5px;
}

#footer .container .footer_link dl,dd,dt a:link {
	color:#9D9D21;
	text-decoration:none;
}

#footer .container .footer_link dl,dd,dt a:visited {
	color:#9D9D21;
	text-decoration:none;
}

#footer .container .footer_link dl,dd,dt a:hover  {
	color:#333;
	text-decoration:none;
}

#footer .container .footer_link dl,dd,dt a:active  {
	xcolor:#333;
	xtext-decoration:none;
}

#footer #copy{
	width: 940px;
	height: 12px;
	font-size: 10px;
	padding: 2px 0px 0px 10px;
	text-align:left;
	float: left;
}

/* ページ別ボディクラス設定
-------------------------------------------------- */
.toppage{
	xbackground-color: #8bbaa4;
}

.detailpage {
	xbackground-color: #b4a0a0;
}


/* 2013_1118_改修追加設定
-------------------------------------------------- */

.desc1 {
	font-size: 10px;
}

/*▼「カートの中身」専用プルダウン設定▼*/
.select.select-block-cart {
	display:inline-block;
	float: none;
	margin-left: 0;
	width:100px;
	*zoom: 1;
}
.select.select-block-cart:before,
.select.select-block-cart:after {
	display: table;
	content: "";
}
.select.select-block-cart:after {
	clear: both;
}
.select.select-block-cart .btn {
	width: 80px;
	height: 25px;
	margin:0px 10px 10px 0px;
}





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

.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.form_input .card {
	vertical-align: middle;
	width: 55px;
	height: 35px;
	margin: 0px 10px 0px 0px;
}

.small-card {
	vertical-align: middle;
	width: 40px;
	height: auto;
}

/*- - - - - - - - - - - - - - - - - - - */ 
/* trustwave logo display
/*- - - - - - - - - - - - - - - - - - - */
.trustwave{
	display:inline;
	margin-left: 10px;
}
.trustwave img{
	vertical-align: middle;
}


.warning-above-submit {
	text-align: left;
	font-weight: bold;
}