/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定
=================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;}
html {
	font-size: 105%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: 0.06em;}
	
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;}

body, button, input, select, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color:#00b3e6;}

a:hover {
	color:#00b3e6;
	text-decoration:none;}

a:focus {
	outline: thin dotted;}

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

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

b, strong {
	font-weight: bold;}

blockquote {
	margin: 1em 40px;}

dfn {
	font-style: italic;}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}

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

nav ul, nav ol {
	list-style: none;}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;}
svg:not(:root) {
	overflow: hidden;}

form {
	margin: 0;}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;}

button, input {
	line-height: normal;
 *overflow: visible;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;}

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

body, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 80%;
	color: #3a3a3a;
}
input, select {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;}

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

h2 {
	font-size: 130%;
	font-weight: bold;}
	
img, abbr, acronym, fieldset {
	border: 0;}
	
li {
	list-style:none;}
	
/*utility*/
.img05 {
	margin-bottom:5px;}
.img10 {
	margin-bottom:10px;}
.img12 {
	margin-bottom:12px;}
.img15 {
	margin-bottom:15px;}
.img20 {
	margin-bottom:20px;}
.img25 {
	margin-bottom:25px;}
.img30 {
	margin-bottom:30px;}
.img40 {
	margin-bottom:40px;}
.img50 {
	margin-bottom:50px;}
.img60 {
	margin-bottom:60px;}

.ml05 {
	margin-left:5px;}
.ml10 {
	margin-left:10px;}
.ml15 {
	margin-left:15px;}
.ml20 {
	margin-left:20px;}
.ml30 {
	margin-left:30px;}
.ml40 {
	margin-left:40px;}
.ml50 {
	margin-left:50px;}
.ml60 {
	margin-left:60px;}
.mr05 {
	margin-right:5px;}
.mr10 {
	margin-right:10px;}
.mr15 {
	margin-right:15px;}
.mr20 {
	margin-right:20px;}
.mr30 {
	margin-right:30px;}
.mr40 {
	margin-right:40px;}
.mr50 {
	margin-right:50px;}
.mr60 {
	margin-right:60px;}
.pt05 {
	padding-top:5px;}
.pt10 {
	padding-top:10px;}
.pt15 {
	padding-top:15px;}
.pt20 {
	padding-top:20px;}
.pt30 {
	padding-top:30px;}
.pt40 {
	padding-top:40px;}
.pb05 {
	padding-bottom:5px;}
.pb10 {
	padding-bottom:10px;}
.pb15 {
	padding-bottom:15px;}
.pb20 {
	padding-bottom:20px;}
.pb30 {
	padding-bottom:30px;}
.pb40 {
	padding-bottom:40px;}
.pl05 {
	padding-left:5px;}
.pl10 {
	padding-left:10px;}
.pl15 {
	padding-left:15px;}
.pl20 {
	padding-left:20px;}
.pl30 {
	padding-left:30px;}
.pl40 {
	padding-left:40px;}
.pr05 {
	padding-right:5px;}
.pr10 {
	padding-right:10px;}
.pr15 {
	padding-right:15px;}
.pr20 {
	padding-right:20px;}
.pr30 {
	padding-right:30px;}
.pr40 {
	padding-right:40px;}
.txt_l, td.txt_l, .txt_l td {
	text-align:left;}
.txt_r, td.txt_r, .txt_r td {
	text-align:right;}
.txt_c, td.txt_c, .txt_c td {
	text-align:center;}
.valign_t, td.valign_t, .valign_t td {
	vertical-align:top;}
.valign_m, td.valign_m, .valign_m td {
	vertical-align:middle;}
.valign_b, td.valign_b, .valign_b td {
	vertical-align:bottom;}

.mo a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}




/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

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

*{
    zoom:1;
}


/* --------------------------------------------------------------------------------------
 汎用レイアウト
--------------------------------------------------------------------------------------- */
.soz_wrapper {
	width: 94%;
	margin: 0 3%;}

#recommend_area h2, #news_area h2 {
	font-weight: bold;
	line-height: 75%;
	opacity: 0.8;
	padding: 10px 0;
	border-top: 1px dotted #D1D1D1;
	border-bottom: 1px dotted #D1D1D1;
	margin-bottom: 20px;
}

#arrCheckItems h2 {
	font-weight: bold;
	line-height: 75%;
	opacity: 0.8;
	padding: 10px 0;
	border-top: 1px dotted #D1D1D1;
	border-bottom: 1px dotted #D1D1D1;
	margin-bottom: 20px;
}


body {
    background-color: #fff;
    color: #1a1a1a;
    font-family: "apercu-light",sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    line-height: 1.58824;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
}
* {
    box-sizing: border-box;
}
*::-moz-selection {
    background-color: #ffd300;
    color: #1a1a1a;
}
html {
    font-size: 62.5%;
}
html {
    font-family: sans-serif;
}

#login_area h2, #search_area h2, #calender_area h2, #cart_area h2, #cart h2 {
	border-bottom: 1px solid #CEFBFF;
    font-size: 14px;
    padding: 5px 0 8px 0;
}

.ssearch_title001 {
	padding: 0 0 5px 5px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #BAEDF5;
	margin-bottom: 15px;}

.pay_area .attention span {
	background-color: #E90003;
	color: #FFF;
	padding: 5px;}


/* --------------------------------------------------------------------------------------
 header / footer
--------------------------------------------------------------------------------------- */
#header {
	background-color: #9cdbdc;
	padding: 10px 5%;
	width: 100%;
	margin: 0 auto;}

#header .logo {
	float: left;
	padding-top: 10px;}

#header .headad {
	margin-left: 40px;
	float: left;
	max-height: 60px;}

#header ul {
	float: right;
	padding-top: 20px;
	width: auto;}

#header ul.login_ver {
	float: right;
	padding-top: 20px;}

#header li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 15px;}

#header li a {
	text-decoration: none;
	color: #FFF;}

#header li.loginname {
	border: none;}
#header li.loginname a {
	color: #008F92;
	font-size: 90%;}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
   background: url(../img/pagetop.png) top left no-repeat;
   width: 50px;
   display: block;
   height: 50px;
   text-indent: -9999em;}

#footer {
	width: 100%;
	background-color: #f0f0ea;
	padding: 25px 0 15px 0;
	text-align: center;}

#footer ul {
	margin-bottom: 25px;}

#footer li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 8px;
	background: url(../img/foot_icon.png) center left no-repeat;
	padding-left: 15px;
	font-size: 90%;}

#footer li.foot_bt {
	padding-left: 0;
	background: none;}

#footer li a {
	text-decoration: none;
	color: #313131;}
#footer li a:hover {
	text-decoration: underline;}

address {
	padding: 5px 0 0 0;
	font-size: 88%;}





#ecslide {
	margin-bottom: 20px;
	height: auto!important;}

#ecslide div {
	text-align: center;
	width: 100%!important;
	height: auto!important;}

#ecslide img {
	width: 100%;
	height: auto;}


#main_column.colnum1 div.line_list, #main_column.colnum2 div.line_list, #one_maincolumn div.line_list, #two_maincolumn_right div.line_list, #two_maincolumn_left div.line_list {
	width: auto!important;
	padding: 0!important;
	height: 160px!important;
	overflow: hidden!important;}

#leftcolumn {
	width: 17%!important;}
#container .side_column .block_outer {
	margin-bottom: 25px;}

.photo {
	z-index: 1;}

.photo a img {
	z-index: -1;}

#arrCheckItems ul li {
	position: relative;}
span.credit {
	background: url(../img/credit_s.png) center center no-repeat;
	width: 250px;
	height: 160px;
	position: absolute;}

.productImage {
	position: relative;}

 
ul.pp {
    list-style: none;}
 
.pp li {
	padding-left: 1em;
    text-indent: -1em;}
 
.kiyaku {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 7px;
	margin-bottom: 20px;}

.kiyaku_frame {
	width: 95%;
	height: 500px;
	overflow: auto;
	margin-bottom: 30px;}



#social {
    display: inline;
    list-style: none;
}
#social li {
    float: left;
    display: block;
    vertical-align: middle;
}
.hatena {
    padding-right: 10px;
}




/* --------------------------------------------------------------------------------------
 トレーニング
--------------------------------------------------------------------------------------- */
.tra_h2 {
	font-size: 130%;
	margin-bottom: 25px;
	font-weight: bold;
	background-color: #F8F6EF;
	border-left: 4px solid #BFB9AE;
	padding: 3px 10px;}

.tra_txt {
	margin-bottom: 50px;}

.tra_photo {
	margin-bottom: 50px;}

.tra_photo li {
	float: left;
	margin: 0 25px 25px 0;
	font-size: 90%;
	width: 240px;
	letter-spacing: 0em;}

.tra_photo li img {
	margin-bottom: 7px;}

.price {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;}

.price th.t_top {
	color: #FFF;
	border: #2D9A8E 1px dashed;
	background-color: #41B9BF;
	text-align: left;
	padding: 20px;
	font: bold;}
	
.price td.t_line01 {
	border: #C7C7C7 1px dashed;
	background-color: #F4F4F4;
	vertical-align: top;
	text-align: left;
	padding: 20px;}

.news_page_title {
	padding: 35px 0;}

.news_title {
	padding: 10px 5px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dotted #737373;
	border-top: 1px dotted #737373;}

.newslist {
	margin-bottom: 15px;}

#news_area .news_contents {
	padding: 10px 5px;}

#category_area li a {
	padding: 5px 0 5px 15px;}

.ac_top a {
	border-bottom: 1px solid #CAE6E7;
	padding: 5px 0;
	display: block;}

#page_navi_bottom {
	display: block;}


div.list_area {
    float: left;
    height: 180px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 250px;
}
 
div.listphoto {
   float: none!important;
}
 
/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
    float: right;
   /* width: 74%;元のCSSをコメントアウト*/
    width: 100%;/*追記*/
}
 
/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
    float: right;
   /* width: 80%;元のCSSをコメントアウト*/
    width: 100%;/*追記*/
}
 
/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
    float: right;
   /* width: 74%;元のCSSをコメントアウト*/
    width: 100%;/*追記*/
}

.listrightbloc {
display:none;
}

.pagenumber_area .navi {
	float: left;}
.pagenumber_area .change {
	width: 100%;}

.ban {
	margin-bottom: 25px;}

.ban li {
	float: left;
	margin-right: 20px;
	width: 200px;}

.ban li p {
	background: url(../img/ban_batsu.png) center left no-repeat;
	padding-left: 30px;
	line-height: 1.1em;}

.ban_mark {
	background: url(../img/ban_att.png) center left no-repeat;
	padding: 7px 0 7px 28px;
	font-weight: bold;}

.search_box {
	text-align: center;
	margin-bottom: 25px;
	padding-top: 35px;}

.search_box input {
	height: 35px; 
	line-height: 35px;
	vertical-align: middle;
	position: relative;}

.search_box button, .search_box input[type="button"] {
	overflow:visible; 
	height: 35px;}

.focus{
	color:#969696;}

