@charset "utf-8";
/* CSS Document */

#main {
	font-family:"メイリオ", "Meiyro", LucidaGrande, "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, monospace;
	color:#1d1d1d;
}

/*box要素設定--------------------------------------------------------------*/
.box {
	float: left;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}

.boxContainer:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}


/* 共通パーツ*/
.contents_page_top{
    clear: both;
    margin-right: 40px;
    text-align: right;

}
.click a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	text-decoration : none;
}

.center{
    text-align: center;
}


/* 2015.1.23 ADD: @Amida-44 */
.contents_navi {
    background-color: #ffe08f;
    width: 657px;
    margin: 10px 0 0 40px;
    padding: 10px 0 8px 5px;
}

.contents_navi ul li {
    float: left;
    list-style: none;
    margin: 4px 0 4px 20px;
}

.contents_navi p {
    margin: 2px 0 0 20px;
}

.contents_navi p a {
    text-decoration: underline;
}

.contents_navi a.link:hover {
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
}
/* 2015.1.23 /ADD */


/*margin top------------------------------------------------------------*/
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mb7 { margin-bottom: 7px; }

.mlr3 { margin: 0 3px; }


/* メインヘッダー50%OFF用訴求切り換え 141110_ishizaki */
#main_header_sale{
    position: relative;
    /*
    2015.1.23 UPDATE: @Amida-44
    background: url(../../shop/cam/images/pset/header/bg_mainimg_sale.png) no-repeat left top;
    width: 750px;
    height: 305px;
    */
    background: url(https://www.hankoya.com/shop/cam/images/pset/ver201501/bg_h_main.jpg) no-repeat left top;
    width: 750px;
    height: 285px;
}

#main_header_sale #select_inkan{
    position: absolute;
    /*
    2015.1.23 UPDATE: @Amida-44
    top: 10px;
    left: 10px;
    */
    top: 218px;
    left: 595px;
}
#main_header_sale .price{
	position:absolute;
	top:0;
	left:394px;
}
#main_header_sale .per{
	position:absolute;
    /*
    2015.1.23 UPDATE: @Amida-44
	top:69px;
	left:345px;
    */
    top:47px;
    left:230px;
}
#main_header_sale h1{
    position: absolute;
    /*
    2015.1.23 UPDATE: @Amida-44
    top: 52px;
    left: 10px;
    */
    top: 5px;
    left: 160px;
}
#main_header_sale h2{
    position: absolute;
    top: 190px;
    left: 353px;
    font-size: 15px;
    text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}
#main_header_sale p{
    position: absolute;
    top: 215px;
    left: 353px;
    width: 370px;
    text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}
#main_header_sale #date_limit{
    position: absolute;
    /*
    2015.1.23 UPDATE: @Amida-44
    bottom: 1px;
    right: 58px;
    font-size: 110%;
    */
    bottom: 20px;
    right: 187px;
    font-size: 135%;
    color: #FFF;
    font-weight: bold;
}


/* メインヘッダー */
#main_header{
    background: url(https://www.hankoya.com/shop/cam/images/pset/header/bg_main.jpg) no-repeat left top;
    width: 750px;
    height: 305px;
    position: relative;
}

#main_header h1{
    position: absolute;
    top: 60px;
    left: 25px;
}

#main_header #select_inkan{
    position: absolute;
    top: 0;
    left: 0;
}

#main_header #campaign_date{
    position: absolute;
    bottom: 2px;
    left: 10px;
}

#main_header #date_limit{
    position: absolute;
    bottom: 1px;
    right: 58px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
}

#main_header h2{
    position: absolute;
    top: 190px;
    left: 340px;
    font-size: 120%;
    text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

#main_header p{
    position: absolute;
    top: 215px;
    left: 340px;
    width: 370px;
    text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

#main_link{
    padding: 0 30px 20px;
    text-align: center;
}

/* 2015.1.23 ADD: @Amida-44 */
#main_link h2 {
    margin-bottom: 10px;
}
/* 2015.1.23 /ADD */

#main_link .box{
    width: 340px;
}

#main_link .box a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration : none;
}

.variety_photo{
    margin: 15px 30px;
}

.variety_photo .box{
    width: 215px;
    margin-left: 10px;
}

.variety_photo .box img{
    margin-bottom: 10px;
}

#inkan_problem{
    margin-top: 30px;
    width: 750px;
    height: 350px;
    background:  url(https://www.hankoya.com/shop/cam/images/pset/problem/bg_problem.jpg) no-repeat left top;
    position: relative;
}

#inkan_problem .problem1 {
    text-align: center;
    padding-top: 20px;
}

#inkan_problem .problem2 {
    position: absolute;
    top: 80px;
    left: 5px;
}

#inkan_problem .problem3 {
    position: absolute;
    top: 195px;
    left: 50px;
}

#inkan_problem .problem4 {
    position: absolute;
    top: 65px;
    right: 5px;
}

#inkan_problem .problem5 {
    position: absolute;
    top: 220px;
    right: 60px;
}

#solution{
    background-color: #FFF9F2;
}

#solution .question{
    font-size: 110%;
}

#solution .solution_block{
    margin: 0 30px;
    padding-top: 20px;
    border-bottom: 1px solid #AAA;
}

#solution .solution_block_last{
    border-bottom: none;
}

#solution .solution_block h4{
    margin-bottom: 15px;
}

#solution .solution_block ul{
    padding: 20px 0 0 30px;
}

#solution .solution_block span{
    color: #D83300;
    font-weight: bold;
}



#solution .photo_right{
    float: right;
    margin-left: 10px;
}

#solution dl.solution2{
    border-left: 3px solid #D96E01;
    border-right: 3px solid #D96E01;
    border-bottom: 3px solid #D96E01;
    position: relative;
    margin: 30px 5px;
    width: 314px;
    padding-top: 5px;

}

#solution dl.solution3{
    border-left: 3px solid #D96E01;
    border-right: 3px solid #D96E01;
    border-bottom: 3px solid #D96E01;
    position: relative;
    margin: 30px 6px;
    width: 205px;
    padding-top: 5px;
}


#solution dt{
    margin: -7px 0 0 -5px;
}

#solution dd{
    text-align: center;
}

#solution dd p{
    text-align: left;
    margin: 5px;
	padding:5px;
}

#link_products{
    text-align: center;
}


/* セットブロック*/
.set_block{
    background-color: #FFEFBF;
    padding-bottom: 30px;
}

.title_pjgm{
    background: url(https://www.hankoya.com/shop/cam/images/pset/title_bg_pjgm.png) repeat-x left top;
    width: 100%;
    height: 111px;
    position: relative;
}

.title_pjg{
    background: url(https://www.hankoya.com/shop/cam/images/pset/title_bg_pjg.png) repeat-x left top;
    width: 100%;
    height: 111px;
    position: relative;
}

.title_pjgm h3,
.title_pjg h3{
    position: absolute;
    top: 15px;
    left: 15px;
}

.title_pjgm ul,
.title_pjg ul{
    position: absolute;
    top: 15px;
    left: 240px;
    list-style-type: none;
    width: 510px;
}

.title_pjgm li,
.title_pjg li{
    float: left;
}

/*商品ブロック*/

.product_block{
    padding: 15px 35px;
}

.link_pjg{
    float: right;
    background: url(https://www.hankoya.com/shop/cam/images/pset/link_pjgset.png) no-repeat right top;
    margin: 10px 30px 0 0;
    padding: 8px 20px 2px 0;
    width: 300px;
    height: 35px;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
}

.link_pjgm{
    float: right;
    background: url(https://www.hankoya.com/shop/cam/images/pset/link_pjgmset.png) no-repeat right top;
    margin: 10px 30px 0 0;
    padding: 8px 20px 2px 0;
    width: 360px;
    height: 35px;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
}

.link_pjg a,
.link_pjgm a{
    display: block;
    text-decoration: underline;
    color: #333;
}
.link_pjg a:hover,
.link_pjgm a:hover{
	text-decoration:none;
}

.product_header_men{
    background: url(https://www.hankoya.com/shop/cam/images/pset/product_bg_men.jpg) no-repeat left top;
    width: 680px;
    height: 130px;
    position: relative;
}

.product_header_women{
    background: url(https://www.hankoya.com/shop/cam/images/pset/product_bg_women.jpg) no-repeat left top;
    width: 680px;
    height: 130px;
    position: relative;
}

.product_header_bothsex{
    background: url(https://www.hankoya.com/shop/cam/images/pset/product_bg_bothsex.jpg) no-repeat left top;
    width: 680px;
    height: 130px;
    position: relative;
}

.product_header_men h4,
.product_header_women h4,
.product_header_bothsex h4{
    position: absolute;
    top: 43px;
    left: 15px;
}

.product_header_men ul,
.product_header_women ul,
.product_header_bothsex ul{
    list-style-type: none;
    position: absolute;
    top: 60px;
    right: 150px;
}

.product_header_men ul li,
.product_header_women ul li,
.product_header_bothsex ul li{
    float: right;
    width: 54px;
    overflow: hidden;
}

.product_header_men ul li img,
.product_header_women ul li img,
.product_header_bothsex ul li img{
    width: 55px;
}

.product_info{
    background-color: #FFF;
    width: 680px;
}

.product_info .product_comment{
    font-size: 140%;
    margin:15px 20px 10px;
    font-weight: bold;
}

.product_comment p{
  color: #FF0000;
}

.product_left{
    width: 350px;
    margin-left: 20px;
}

/* スライダー */

.thumb {
	margin-bottom: 10px;
	width: 345px;
}

.thumb p {
        border: solid 1px #CCC;
        width: 340px;
        height: 227px;
        overflow: hidden;
		margin-bottom: 4px;
}


.thumb p img {
	padding: 0;
	display:block;
    width: 340px;
	height:227px;
	object-fit: cover;
}


.thumb ul {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
        margin-left: -3px;
}


.thumb li {
        float:left;
	width: 83px;
        margin-left: 3px;
}

.thumb li a {
	display:block;
	border: solid 1px #ccc;
	margin-bottom:10px;
}

.thumb li a.selected {
	background:#CCC4AC;
}

.thumb li img {
        width: 76px;
		height:54px;
	margin:3px;
	object-fit: cover;
	
}

.thumb li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

dl.user_review{
   width: 320px;
   margin: 10px 0 0 5px;
}

dl.user_review dt{
    width: 323px;
    height: 31px;
    background:  url(https://www.hankoya.com/shop/cam/images/pset/bg_user_review.png) no-repeat left top;
    padding: 5px 0 0 28px;
    font-weight: bold;
}

dl.user_review dd{
    margin: 3px 0 15px 20px;
}

.product_right{
    width: 275px;
    margin-left: 15px;
}

.product_right .product_name{
    font-size: 110%;
    margin-bottom: 10px;
}

.product_name a {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
}
.product_name a:hover {
    text-decoration:none;
}
.product_right .product_size{
    text-align: center;
}

.product_right p{
    text-align: right;
    color: #CC0000;
	font-size: 80%;
    margin: 15px 0 0 0;
}

.delivery_block{
	width: 270px;
	margin: 10px 0 0;
	border: 1px solid #999999;
}

.delivery_block .delivery_left{
	width: 130px;
	height: 54px;
	background-color: #C6E7F9;
}

.delivery_block .delivery_left img{
	padding: 7px 0 0 7px;
}

.delivery_block .delivery_right{
	width: 135px;
}

.delivery_block .delivery_right dt{
	text-align: center;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4em;
	color: #3366CC;
}

.delivery_block .delivery_right dd{
	text-align: right;
	font-size: 90%;
}

.delivery_block .express_left{
	width: 130px;
	height: 54px;
	background-color: #FFE6E6;
}

.delivery_block .express_left img{
	padding: 7px 0 0 7px;
}

.delivery_block .express_right{
	width: 135px;
}

.delivery_block .express_right dt{
	text-align: center;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4em;
	color: #CC0000;
}

.delivery_block .express_right dd{
	text-align: right;
	font-size: 90%;
}

.delivery_note{
    margin: 5px 0 10px;
    text-align: right;
    font-size: 80%;
}
dl.price1 {
    border-bottom: 1px dotted #999;
    margin-bottom: 6px;
    position: relative;
}
.price1 dt{
    background-color: #E6E6E6;
    padding: 5px 10px;
    color: #3E3E3E;
}

.price1 dd{
    background: url(https://www.hankoya.com/shop/cam/images/pset/icon_discount50.png) no-repeat left top;
    margin: 5px 10px;
    text-align: right;
    height: 55px;
    font-size: 170%;
    text-decoration: line-through;
}

.price1 dd span{
    font-size: 80%;
}

.price1 p {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 18px;
    color: #FFF;
    text-shadow:#eb1c1c 1px 1px 0px, #eb1c1c -1px 1px 0px,
             #eb1c1c 1px -1px 0px, #eb1c1c -1px -1px 0px;
}

.price2 dt{
    background-color: #E6E6E6;
    padding: 5px 10px;
    color: #B20000;
}


.price2 dd{
    margin: 5px 10px;
    text-align: right;
    color: #B20000;
    font-size: 200%;
    font-weight: bold;
	position:relative;
}

.price2 dd span{
    font-size: 70%;
}

.product_info .cart{
        text-align: right;
        margin: 15px 0 25px 50px;
}


.product_info .cart input[type="submit"]  {
	cursor:pointer;
	display: block;
	background: transparent url(https://www.hankoya.com/images/ccm/cart_button.png) no-repeat left top;
	border: 0;
	width: 225px;
	height: 58px;
	text-indent: -9999px;

}

.product_info .cart input[type="submit"]:hover {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.product_info .cart input[type="submit"]:focus {
    border:none;
}

.lineup .cart{
        text-align: right;
        margin: 15px 0 25px 50px;
}


.lineup .cart input[type="submit"]  {
	cursor:pointer;
	display: block;
	background: transparent url(https://www.hankoya.com/images/ccm/cart_button.png) no-repeat left top;
	border: 0;
	width: 225px;
	height: 58px;
	text-indent: -9999px;

}

.lineup .cart input[type="submit"]:hover {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.lineup .cart input[type="submit"]:focus {
    border:none;
}

/*-----------------------------------------------
 __その他の印鑑セット情報
-----------------------------------------------*/

.other_title{
    margin: 30px 0 10px;
    color: #030;
    border-left: 5px solid #030;
    border-bottom: 1px solid #030;
    font-size: 120%;
    padding: 5px 20px;
}

/*-----------------------------------------------
 __mt
-----------------------------------------------*/
.mt_link {
	padding:10px 0 10px 10px;
	background:#F2F2F2;
}

.mt_link li {
	background: transparent url(https://www.hankoya.com/shop/cam/images/pset/btn_link.png) no-repeat 72px 110px;
	border:solid 1px #999;
	float:left;
	display:inline;
	padding:3px;
	margin:0 8px 7px 0;
	text-align:center;
	line-height:130%;
	height:117px;
	cursor: pointer;
	overflow:hidden;
        font-size: 90%;
}

.mt_link li img {
	margin-bottom:5px;
}

.mt_link .price_m {
	color:#CC0000;
	font-size:12px;
}

.mt_link.mt_skip li {
	height: 130px;
	background-image: url("https://www.hankoya.com/img/shop/bg_mtlist_arrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.p_mset{
    width: 754px;
    height: 220px;
    background: url("https://www.hankoya.com/shop/cam/images/pset/bg_pmset.png") no-repeat;
}

.p_mset .btn{
    margin: 55px 30px 0;
}


/* 2014.12.18 ADD:お正月バナー掲載 @AmidA-44　*/

div#newyear-2015 #main_header_sale {
    background: url("https://www.hankoya.com/shop/cam/images/pset/newyear-2015/header/bg_mainimg_sale.jpg") no-repeat left top;
}

div#newyear-2015 #main_link{
    background: url("https://www.hankoya.com/shop/cam/images/pset/newyear-2015/bg_main_link.png");
}

div#newyear-2015 #main_header_sale #date_limit{
    bottom: 6px;
    right: 50px;
}

div#newyear-2015 #main_header_sale #select_inkan{
    top: 193px;
    left: 573px;
}

div#newyear-2015 #main_header_sale .price{
    top:183px;
    left:226px;
}

div#newyear-2015 #main_header_sale .per{
    top:69px;
    left:247px;
}

div#newyear-2015 #main_header_sale h1{
    top: 24px;
    left: 250px;
}

/* 2017.10.30 セット商品画像追加　*/
.product_right .image_set{
 	width:275px;
	margin-bottom:10px;
}

.cam_pset-set-just-one-price{
  color:blue;
}

.cam_pset-each-price{
	width:100%;
	margin-bottom:20px;
}
.cam_pset-each-price th, .cam_pset-each-price td{
	border:1px solid #CCC;
	padding:5px;
	font-size:12px;
}
.cam_pset-each-price th{
	background:#EFEFEF
}
.cam_pset-each-price th:nth-child(2){
	width:75px;
}
.cam_pset-each-price td:nth-child(even){
	text-align:right
}

.highlight{
	color:#B20000;
	position:relative;
}
.double_line td{
	border-top:3px double #CCC;
}
.disc_arrow {
	position: relative;
	top:2px;
	left:40px;
	width: 8px;
	height:5px;
	background: #FF7373;
	margin-bottom:-5px;
}
.disc_arrow:before {
	position: absolute;
	content: '';
	width:0;
	height:0;
	left:-4px;
	top:5px;
	border: 8px solid transparent;
	border-top-color: #FF7373;
}
.m-goods-tag__item.m-freeShipping-icon {
    width: auto;
    background:#F37078;
}
.m-goods-tag__item {
    color: #fff;
	padding: 5px 4px 4px 4px;
	border-radius: 4px;
	font-weight:normal!important;
    font-size: 14px!important;
	line-height: 14px!important;
	position:absolute;
	top:10px;left:30px;
}
.product_header_men li a img:hover, .product_header_women li a img:hover{
	filter: brightness(1.15);
	-webkit-filter: brightness(1.15);
}