/*共通*/
#container h3,
#container p{
    /* letter-spacing: .07em; */
}
#container img{
    width: 100%;
    height: auto;
}

/*右上のナビ*/
#topcolumn {
}
#openNav {
    margin-top: -12px;
}

/*コンテンツフレーム*/
#two_maincolumn_left {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
}
#detailarea {
    width: 70%;
}
.leftContents {
    width: 70%;
}
#two_maincolumn_left #rightcolumn {
    display: block;
}

/*タイトル*/
#detailrightbloc .product_title {
    margin: 0;
    padding-top: 0;
    padding-bottom: 6px;
    line-height: 1.3;
    color: #f28300;
    font-size: 20px;
    letter-spacing: .09em;
    word-spacing: .1em;
}
#detailrightbloc .list_fmdate {
    margin-bottom: 25px;
    line-height: 1.0;
    font-size: 12px;
}

#detailrightbloc .list_fmdate a{
	color: #f28300;
	text-decoration: underline;
}

#detailrightbloc .list_fmdate02{
	color: #999;
}

/*ブロックコンテンツ内のaタグ*/
.leftContents a,
.blockLengthArea a{
    color: #f28300;
    text-decoration: underline;
}
#undercolumn .leftContents a img,
#undercolumn .blockLengthArea a img{
    margin-bottom: 0;
}

/*関連商品*/
.left_w700 {
    width: 70%;
    margin-top: 18px;
}
.product_item_wrap {
    margin-bottom: 7px;
    overflow: hidden;
}
.product_item_wrap h3 {
    margin-top: 12px;
    padding: 0 0 2px 1px;
    font-size: 15px;
    color: #5b5b5b;
    font-family: 'FOT-筑紫ゴシック Pro D', TsukuGoPro-D, sans-serif;
}
/*↓時間があったら直す*/
.window_areas .product_item_wrap .product_item_wrap {
    border-top: 0 solid #b5b5b6;
    margin-bottom: 0;
}
.window_areas .boderNo h3 {
    margin-top: 5px;
}
.boderNo {
    border-top: 0;
}
/*↑ここまで*/
.product_item_wrap a {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding-bottom: 31px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.product_item_wrap a:last-child {
    margin-right: 0;
}
.product_item_wrap a img {
    width: 100%;
}
.product_item_wrap .productContents {
    position: absolute;
    bottom: 8px;
    height: 27px;
}
.product_item_wrap h4 {
    padding: 4px 0 0;
    font-size: 12px;
    color: #686868;
    letter-spacing: .06em;
    word-spacing: .1em;
    line-height: 1.2;
    white-space: pre-wrap;
    overflow: hidden;
}

/*一覧に戻る*/
.pd_r300 {
    margin-top: 25px;
}
.bloglist_area {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
.bloglist_border {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    overflow: hidden;
}
.bloglist_border .goList{
	float: left;
	width: 80%;
}
.bloglist_border .goList a{
    display: block;
    padding: 15px 0 15px 43px;
    background-repeat:no-repeat;
    background-image:url('/user_data/packages/default/client/img/common/btn_golist.png');
    background-size: 19px 19px;
    background-position: 10px center;
    color: #333333;
    font-size: 12px;
    letter-spacing: .09em;
    text-decoration: none;
}
#container .bloglist_border .goHome{
	float: right;
	padding: 10px 10px 10px 0;
}
#container .bloglist_border .goHome img{
	width: 19px;
	height: auto;
}

/*Share & Clip*/
.rightAside {
    width: 248px;
    padding-right: 12px;
    float: right;
    position: relative;
}
.clip_area {
    width: 260px;
    position: fixed;
    bottom: 97px;
    font-size: 12px;
    display: none;
}

.clip_area a{
	color: #333333;
	line-height: 24px;
}
.clip_area h3 {
    padding: 13px 0 13px 2px;
    border-top: 3px solid #969696;
    border-bottom: 3px solid #969696;
    font-size: 12px;
    font-family:'FOT-筑紫ゴシック Pro D', TsukuGoPro-D, sans-serif;
}
.clip_area section {
    overflow: hidden;
    padding: 24px 9px 24px 23px;
    border-bottom: 3px solid #969696;
}
.clip_area a {
    display: block;
}
.clip_area ul li {
    width: 98px;
    height: 24px;
    margin-bottom: 30px;
    float: left;
}
/*↓時間があったら直す*/
.clip_area ul li:nth-child(3), .clip_area ul li:nth-child(4){
    margin-bottom: 0;
}
.clip_area ul li.detailrightbloc_row {
    margin: 0 0 0 32px;
}
.clip_area ul li:nth-child(1) a, .clip_area ul li:nth-child(3) a{
    border-right: 1px solid #d8d8d8;
}
.clip_area ul li:nth-child(3) a{
    padding-right: 37px;
}
.facebookShare {
    background: url(../img/common/detail_sns001_no.png) left center no-repeat;
    background-size: 23px 24px;
}
.facebookShare:hover {
    opacity: 0.8;
}
.clip_area ul .facebookShare a {
    padding: 0 37px 0 37px;
}
.tweetShare {
    margin-left: 32px;
    background: url(../img/common/detail_sns002_no.png) left center no-repeat;
    background-size: 23px 24px;
}
.tweetShare:hover {
    opacity: 0.8;
}
#custom-tweet-button a {
    padding-left: 40px;
}

.mailShare2{display: none;}

@media screen and (max-width: 600px) {
.mailShare{display: none;}
.mailShare2{display: block;}
}


.mailShare {
    background: url(../img/common/detail_sns003_no.png) left center no-repeat;
    background-size: 26px 23px;
}

.mailShare:hover {
    opacity: 0.8;
}
.mailShare a {
    padding-left: 38px;
}

.mailShare2{
    background: url(../img/common/detail_sns005_no.png) left center no-repeat;
    background-size: 26px 24px;
}

.mailShare2:hover {
    opacity: 0.8;
}
.mailShare2 a {
    padding-left: 38px;
}



.detailrightbloc_row {
    background: url(../img/common/detail_sns004_no.png) left center no-repeat;
    background-size: 23px 22px;
}
.detailrightbloc_row:hover {
    opacity: 0.8;
}
.detailrightbloc_row a {
    padding-left: 41px;
}
/*↑ここまで*/

/*メールマガジン*/
.mailMagFooter {
    width: 260px;
    position: fixed;
    bottom: 30px;
    display: none;
}
/*↓時間があったら直す*/
.mailMagFooter dt{
    font-size: 12px;
    padding-bottom: 4px;
}
.blocMailMaga .mailMagFooter dd {
}
.blocMailMaga .mailMagFooter dd .box140{
    width: 76%;
    height: 22px;
    padding: 3px 5px;
    font-size: 12px;
    float: left;
}
.blocMailMaga .mailMagFooter .submitBtn{
    background-color: #898989;
    margin-left: -5px;
    padding: 8px 12px 10px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: right;
    width: 27px;
    height: 12px;

}
/*↑ここまで*/


/* ---------------------------------------------------------
     max-width: 1051px　両端に余白12px
----------------------------------------------------------*/
@media all and (max-width: 1051px) {
    /*コンテンツフレーム*/
    #container {
        margin-left: 12px;
        margin-right: 12px;
        width: auto;
    }
    #two_maincolumn_left{
        max-width: 1050px;
    }
    /*Share & Clip*/
    .rightAside {
        /*padding-right: 0;*/
    }
}

/* ---------------------------------------------------------
     max-width: 925px
----------------------------------------------------------*/
@media all and (max-width: 893px) {
    /*関連商品*/
    .product_item_wrap a:nth-of-type(4){
        display: none;
    }
    .product_item_wrap a{
        width: 32%;
        margin-right: 2%;
    }
    .product_item_wrap a:nth-of-type(3){
        margin-right: 0;
    }
}

/* ---------------------------------------------------------
     max-width: 768px iPad
----------------------------------------------------------*/
@media all and (max-width: 768px) {
    /*コンテンツフレーム*/
    #two_maincolumn_left #rightcolumn {
        margin-top: 12px;
        padding-top: 0;
    }
    #detailarea {
        width: 100%;
        margin-top: 12px;
    }
    .leftContents {
        margin-top: 12px;
    }
    /* タイトル */
    #detailrightbloc .list_fmdate{
	    margin-bottom: 10px;
    }
    /*関連商品*/
    .product_item_wrap a:nth-of-type(4){
        display: block;
    }
    .product_item_wrap a{
        width: 23.5%;
        margin-right: 2%;
    }
    .product_item_wrap a:nth-of-type(3){
        margin-right: 2%;
    }
    /*Share & Clip*/
    .rightAside {
        width: auto;
        float: none;
        padding-right: 0;
    }
    .clip_area {
        width: 100%;
        position: static;
        display: block;
    }
    .clip_area h3 {
        border-top: 2px solid #969696;
        border-bottom: 2px solid #969696;
        padding-left: 9px;
    }
    .clip_area section {
        padding-left: 68px;
        border-bottom: 2px solid #969696;
    }
    .clip_area section ul {
        width: 260px;
        margin: 0 auto;
    }
    /*メールマガジン*/
    .mailMagFooter {
        position: static;
        width: 375px;
        padding-top: 12px;
        padding-left: 10px;
        display: block;
    }
    .mailMagFooter dt {
        float: left;
        margin: 11px 6px 0 0;
    }
    .blocMailMaga .mailMagFooter dd {
        width: 260px;
        float: left;
    }
}

/* ---------------------------------------------------------
     max-width: 653px
----------------------------------------------------------*/
@media all and (max-width: 653px) {
    /*関連商品*/
    .product_item_wrap a:nth-of-type(4){
        display: none;
    }
    .product_item_wrap a{
        width: 32%;
        margin-right: 2%;
    }
    .product_item_wrap a:nth-of-type(3){
        margin-right: 0;
    }
}

/* ---------------------------------------------------------
     max-width: 550px
----------------------------------------------------------*/
@media all and (max-width: 550px) {
    /*タイトル*/
    #detailrightbloc .product_title {
        /* padding-bottom: 12px; */
        font-size: 17px;
    }
}

/* ---------------------------------------------------------
    max-width: 486px
----------------------------------------------------------*/
@media all and (max-width: 486px) {
    /*関連商品*/
    .product_item_wrap a:nth-of-type(3){
        display: none;
    }
    .product_item_wrap a:nth-of-type(4){
        display: none;
    }
    .product_item_wrap a{
        width: 48.5%;
        margin-right: 3%;
    }
    .product_item_wrap a:nth-of-type(2){
        margin-right: 0;
    }

}

/* ---------------------------------------------------------
    max-width: 480px
----------------------------------------------------------*/
@media all and (max-width: 480px) {
    /*タイトル*/
    #detailrightbloc .product_title {
        margin: -12px 0 0;
        padding-bottom: 6px;
    }
    #undercolumn .list_fmdate {
        margin-bottom: 0;
    }
    #two_maincolumn_left #rightcolumn {
        margin-top: 0;
    }
}

/* ---------------------------------------------------------
    max-width: 410px
----------------------------------------------------------*/
@media all and (max-width: 410px) {
    /*Share & Clip*/
    .clip_area section{
        padding-left: 39px;
    }
    .clip_area ul li{
	    width: 105px;
    }
    .tweetShare{
        margin-left: 42px;
    }
    .clip_area ul li.detailrightbloc_row{
        margin-left: 42px;
    }
    /*メールマガジン*/
    .mailMagFooter {
        width: auto;
    }
    .blocMailMaga .mailMagFooter dd {
        width: 276px;
    }
    .blocMailMaga .mailMagFooter dd .box140{
        width: 78%;
    }
}

/* ---------------------------------------------------------
    max-width: 378px
----------------------------------------------------------*/
@media all and (max-width: 378px) {
    /*一覧に戻る*/
    .pd_r300 {
        margin-top: 5px;
    }
}

/* ---------------------------------------------------------
    max-width: 328px
----------------------------------------------------------*/
@media all and (max-width: 328px) {
    .product_item_wrap h4{
        font-size: 11px;
    }
}

/* ---------------------------------------------------------
   20141128add for facebook count
----------------------------------------------------------*/

.clip_area section.shareFbWrap{
	padding: 24px 9px 24px 26px;
}
.clip_area .shareFbWrap ul li.facebookShare,
.clip_area .shareFbWrap ul li.mailShare,
.clip_area .shareFbWrap ul li.mailShare2{
width: 110px;
}
.clip_area .shareFbWrap ul li.tweetShare,
.clip_area .shareFbWrap ul li.detailrightbloc_row{
width: 84px;
margin-left: 15px;
}
.clip_area .shareFbWrap ul li:nth-child(1) a,
.clip_area .shareFbWrap ul li:nth-child(3) a{
	border: none;
}
.clip_area .shareFbWrap ul .facebookShare a{
	padding-right: 0;
}
.clip_area .shareFbWrap ul li:nth-child(3) a{
	padding-right: 0;
}
.shareFbWrap .facebookShare{
position: relative;
}

@media all and (max-width: 410px) {
.clip_area section.shareFbWrap{
padding-left: 43px;
}
.clip_area .shareFbWrap ul li.tweetShare,
.clip_area .shareFbWrap ul li.detailrightbloc_row{
float: right;
width: 130px;
margin-left: 10px;
}
}
.arrowBoxWrap{
position: absolute;
top: 6px;
left: 80px;
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #dddddd;
	display: inline;
	padding: 3px 4px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	font-size: 10px;
	line-height: 1.0;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
.arrow_box:before {
	border-color: rgba(187, 187, 187, 0);
	border-right-color: #bbbbbb;
	border-width: 4px;
	margin-top: -4px;
}

#undercolumn p.freeIcon {
	border: 1px solid #dcdcdc;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#undercolumn p.freeIcon img{
	width: 55%;
	margin-bottom: 0;
	vertical-align: bottom;
}

@media all and (max-width: 600px) {
#undercolumn p.freeIcon {


}
#undercolumn p.freeIcon img{
	width: 60%;
}
}
@media all and (max-width: 500px) {
#undercolumn p.freeIcon img{
	width: 80%;
}
}

.remypan,.remypan2{display: none;}

