@charset "utf-8";

/************************************************
 共通設定
************************************************ */

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    height: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */



/* サイドカラム */
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
	padding:0 10px 10px;
    width: 100%;
	box-sizing:border-box;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    padding-right: 1.5%;
    width: 78%;
    float: right;
}
/* 2020/01/05 追加　2カラム設定 (メイン部が右) */
#two_maincolumn__right {
    padding-right: 1.5%;
    width: 48%;
    float: right!important;
}
@media only screen and (max-width: 568px) {
	#two_maincolumn__right {
    padding-right: 1.5%;
    width: 96%;
	margin: 0 auto!important;
    float: none!important;
}
}
/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    box-shadow: 0 1px 2px #999999;
    margin-bottom: 20px;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}




/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #00B0CA;
    font-size: 13px;
    margin: 0;
}
.member_price {
	color: red;
	margin-bottom: 20px;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
    padding-right: 10px;
}
.recommend_level {
    color: #ecbd00;
}
.attention {
    margin:1em 0;
    font-size:14px;
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {

}
.note {
    margin:-1em 0;
    font-size:14px;
    color: #f00;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'],
input[type='password'],
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
#two_maincolumn_left h2 {
    background-image: url("../img/bk_title.jpg");
    color: #FFFFFF;
    letter-spacing: 1px;
    padding: 8px;
    text-align: left;
}
#two_maincolumn_left h2 a {
	color: #fff;
}
.ideapaint h3 {
    border-bottom: 1px solid #00B0CA;
    color: #00B0CA;
    letter-spacing: 1px;
    text-align: left;
	font-size:16px;
	margin:1em 0;
}
.voice h3 {
    border-bottom: medium none;
    color: #404041;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.voice h3 span {
    font-size: 12px;
    padding-left: 20px;
}
#rightcolumn h2 {
    border-bottom: 1px solid #00B0CA;
    color: #00B0CA;
    text-align: left;
    letter-spacing: 1px;
}

#one_maincolumn .sub_area h3, #two_maincolumn_right .sub_area h3, #two_maincolumn__right .sub_area h3, #two_maincolumn_left .sub_area h3, #three_maincolumn .sub_area h3, #undercolumn_login .login_area h3, #undercolumn_shopping h3, #mypagecolumn h3, #undercolumn_cart h3 {
    border-bottom: 1px solid #00B0CA;
    color: #00B0CA;
    letter-spacing: 1px;
    text-align: left;
}

div#undercolumn_login .login_area h4 {
    padding-left: 20px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 3px #f90;
    min-height: 82px;
    background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0;
}
#header {
    margin: auto;
    width: 980px;
}
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}


#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}



/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 980px;
    height: 80px;
    background: #fff;
}
#footer {
    margin: auto;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    width: 950px;
}
#pagetop {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 210px;
}
#copyright {
    width: 740px;
    float: left;
    text-align: left;
    font-size: 97%;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.btn_area li {
    padding-right: 10px;
    display: inline;
}
.btn_area li img {
    vertical-align: baseline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
    color: #404041;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

@media only screen and (max-width: 1024px) {

#footer {
    margin: auto;
    border-top: solid 1px #ccc;
    width:100%;
}
#copyright {
    width: 90%;
}

}
@media only screen and (max-width: 768px) {
#pagetop {
    float: none;
    margin: 0 10px;
    text-align: center;
    width: 90%;
}
#copyright {
    width: 80%;
	text-align:center !important;
}
}
@media only screen and (max-width: 568px) {
.box380 {
    width: 80%;
}
}