@charset "utf-8";

/* ============================================================ Basic */

p{
	font-size: 0.8rem;
	line-height: 1.5;
}

.logo {
	width: 48%;
	height: auto;
	margin: 10px;
}

h3 {
	width:auto;
	color: #FFFFFF;
	padding: 10px;
	background: url("/directplus/m/personal/system/common_img/bg_grd.jpg") left top repeat-x;
	min-width:300px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left,
.right {
	width: 48%;
}

.left img,
.right img {
	width: 100%;
	height: auto;
}


/* ============================================================ nav */

.fixed{
	position: fixed;
	top: 0px; /*固定させたい位置*/
}

#globalmenu {
	width: 100%;
	z-index: 10;
	clear: both;
	margin-bottom: 30px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

#globalmenu  ul {
	width: 100%;
	padding: 0;
}

#globalmenu ul li {
	float: left;
	height: 2.0em;
	padding: 5px 10px;
	display: inline-box;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

#globalmenu ul li:last-child {
}

#globalmenu ul li a {
	display: block;	
	text-decoration: none;
	font-size: 12px;
	color: #767676;
}

#globalmenu ul li:last-child {
	border-right: none;
}

#globalmenu ul li.default {
	color: #000;
	border-bottom:4px solid #0096d6;
}

/* ============================================================ osusume random */

.clip { 
	float: left;
	margin: 0 5px;
	margin-bottom: 10px;
	width: 140px;
	height: 196px;
}

/* ============================================================ osusume */

.proBox {
	padding: 10px 10px 10px;
	background-color: #dff1ff;
	overflow: hidden;
	min-width:300px;
}

.bnrLeft {
	float: left;
}

.bnrRight {
	float: right;
}

.bnrLeft,
.bnrRight {
	width: 48%;
}

.bnrLeft img,
.bnrRight img {
	width: 100%;
	height: auto;
}

.allPro {
	padding: 10px;
	margin-bottom: 20px;
	text-align: right;	
}

.allPro a {
	padding-left: 12px;
	background: url('/directplus/m/personal/system/common_img/list_b.png') left center no-repeat;
	font-weight: bold;
}


/* ============================================================ snsArea */

#snsArea {
	padding: 20px;
	background: url('/directplus/m/personal/system/common_img/bg_sns.png') left top repeat-x;
}

#snsArea .snsBox {
	width: 100%;
}

.snsBox img {
	width: 30%;
	height: auto;	
}


/* ============================================================ contactArea */

#contactArea {
	padding: 10px 20px;
	background-color: #f5f5f5;
}

#contactArea a img {
	height: 40px;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}

.telIcon {
	margin-bottom: 20px;
}

.telDate {
	margin-bottom: 10px;
}

.telIcon a span {
	color: #0096d6;
	font-weight: bold;
	font-size: 1.5rem;
	vertical-align: middle;	
}

.telIcon a:link,
.telIcon a:visited {
	text-decoration: none;	
}

.emaiIcon {
	overflow:hidden;
}

.emaiIcon a span {
	color: #0096d6;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.4;
	vertical-align: middle;	
}

.emaiIcon a:link,
.emaiIcon a:visited {
	text-decoration: none;	
}

.faqIcon {
	overflow:hidden;
}


.faqIcon a span {
	color: #0096d6;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.4;
	vertical-align: middle;	
}

.faqIcon a:link,
.faqIcon a:visited {
	text-decoration: none;	
}

/* ============================================================ accordion menu */

ul.accordion {
	margin-bottom: 30px;
}

ul.accordion a {
	display: block;
	background-position: 95% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
}

ul.accordion span {
	display: block;
	padding: 20px;
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

ul.accordion li.navContens {
	padding: 20px;
	text-align: left;
}

ul.accordion li.navContens2 {
	padding: 0px;
	text-align: left;
}

ul.accordion ul {
	display:none;
}

ul.accordion > li {
	background: url('/directplus/m/personal/system/common_img/bg_grd.jpg') left top repeat-x;
}

ul.accordion > li > p {
	background: url('/directplus/m/personal/system/common_img/bg_grd.jpg') left top repeat-x;
	border-bottom:1px solid #FFF;
}

ul.accordion > li > ul > li {
	background:#FFF; border-bottom:1px solid #CCC;
}

ul.accordion > li > ul > li > p {
	background:#FFF;
}

ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px solid #CCC;
}

ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}

ul.accordion > li > p span {
	background-image:url('/directplus/m/personal/system/common_img/plus.gif');
}

ul.accordion > li > p span.open {
	background-image:url('/directplus/m/personal/system/common_img/minus.gif');
}

ul.accordion > li > a {
	background-image:url('/directplus/m/personal/system/common_img/a_link.png');
}

ul.accordion > li > ul > li > p span {
	background-image:url('/directplus/m/personal/system/common_img/plus.gif');
}

ul.accordion > li > ul > li > p span.open {
	background-image:url('/directplus/m/personal/system/common_img/minus.gif');
}

ul.accordion > li > ul > li > a {
	background-image:url('/directplus/m/personal/system/common_img/b_link.png');
}


/* ============================================================ model */

.proTitle {
	color: #0096d6;
	font-weight: bold;
	line-height: 150%;
	padding:0 10px;
}

.proText {
	line-height: 150%;
}

.modelBox {
	overflow: hidden;
	min-width:280px;
	border-bottom: 2px solid #999;
	padding-bottom: 20px;
}

.modelPro {
	width: 110px;
	float: left;
	margin-right:20px;
}

.modelName {
	padding: 10px;
}
	
img.modelImg {
	width: 110px;
	height: 83px;
}

.proName {
	margin-bottom: 10px;
	color: #0096d6;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 120%;
}

.proPrice {
	float: left;
	color: #eb5f01;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: right;
}

.tax {
	font-size: 0.6rem!important;
	text-align: right!important;
}

ul.accordion li ul li .modelName .proPrice span {
	display: inline;
	padding: 2px;
	color: #eb5f01;
	font-size: 0.8rem;	
}

.small {
	display: inline;
	padding: 2px;
	font-size: 0.3rem;	
}

.buyBox {
	margin-bottom: 20px;	
}

.buyLeft {
	width: 125px;
	float: left;
	margin: 0 5px;
}

.buyRight {
	width: 125px;
	float: left;
	margin: 0 5px;
}


.buyLeft img, .buyRight img {
	width: 125px;
	height: 35px;
}

.buyBtnBox{
	overflow: hidden;
	padding: 10px 0 0;
}

.specTtl {
	margin-top: 10px;
	padding: 4px 8px;
	background-color:#0096d6;
	text-align:center;
	font-weight:bold;
	color:#FFF;	
}

.specBox {
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;
	border: 1px solid #CCC;
	overflow: hidden;	
}

.specDetail {
	margin: 10px auto;
	text-align: center;
}

.specDetail img {
	margin-right: 10px;
	width: 40px;
	height: 50px;
}

.specText {
	padding-left: 20px;
	line-height: 150%;
	background: url('/directplus/m/personal/system/common_img/icon_circle.png') left 5px no-repeat;
}

.specList {
	list-style: none outside url("/directplus/m/personal/system/common_img/icon_circle.png");
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 10px;
}

.specList li{
	line-height: 160%;
}

.campignBox {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #0096d6;
	background-color: #eff8ff;	
	font-size: 1.5rem;
}

ul.accordion li .campignBox a {
	padding-left: 25px;
	background: url('/directplus/m/personal/system/common_img/icon_camp.png') left center no-repeat;
	text-align: left;
	font-weight: bold;
	color: #007dba;
}

.featureBox {
	margin-bottom: 30px;
}

.featureBox img {
	width: 100%;
	height: auto;
}

.viewBox {
	margin-bottom: 30px;
}

.viewBox img {
	width: 80%;
	height: auto;
}

.viewImg {
	margin-bottom: 10px;
	text-align: center;
}

.viewDetails {
	padding: 10px;
	border: 1px solid #0096d6;
	background-color: #eff8ff;
	line-height: 150%;
}

.viewDetails ol{
	list-style:outside;
	list-style-type:decimal;
}

.viewDetails ol li{
	margin-left: 25px;
}


/* ============================================================ Category */

.cateBanner {
	margin-bottom:30px;
	text-align: center;
}
.cateBanner img {
	width: 283px;
	height: 114px;
}

/* ============================================================ Creafix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}


/* ============================================================ キャンペーン用 */
.campPrice {
	color: #eb5f01;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.campModelBox {
	overflow: hidden;
	min-width:280px;
}

.campTitle{
	font-weight: bold;
	border-bottom: 2px solid #0096d6;
	font-size: 1.0rem;
	line-height: 1.2;
	margin:0 10px;
	padding:0 0 5px;
}

.campMain{
	margin:-20px 0 0;
	text-align: center;
}

.campMain img{
	max-width: 100%;
	height:auto;
}

.campPro{
	text-align: center;
}

.campPro img{
	text-align: center;
	max-width: 80%;
}

.btn_Custom {
	text-align: center;
}

.btn_Custom img{
	width: 125px;
	height: 35px;
}

.centerAligned{
	text-align: center;
}

.rightAligned{
	text-align: right;
}

.leftAligned{
	text-align: left;
}

.txtSmall{
	font-size: 0.6rem;
	line-height: 1.2;
}

.inlineImageRight {
	float: right;
	margin: 0 0 10px 10px;
}

.inlineImageLeft {
	float: right;
	margin: 0 0 10px 10px;
}

.buyBtnBoxCenter{
	width: 270px;
	overflow: hidden;
	margin: 0 auto;
}



