@charset "UTF-8";

/*
商品詳細　特殊な商品用のCSS
*/

/* 20150520　セレクション
---------------------------------------------------- */
#selection_20150520 ul {
	width:765px;
}
#selection_20150520 ul.bdt {
	border-top:solid 1px #44bcce;
}
#selection_20150520 li {
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	border-right:solid 1px #44bcce;
	border-bottom:solid 1px #44bcce;
	background:#fffde8;
}
#selection_20150520 li.li_a {
	width:188px;
}
#selection_20150520 li.li_b {
	width:193px;
}
#selection_20150520 li.li_c {
	width:192px;
}
#selection_20150520 li.li_d {
	border-right:none;
	width:189px;
}
#selection_20150520 dt {
	padding-bottom:5px;
}
#selection_20150520 li.li_b dl,
#selection_20150520 li.li_c dl {
	width:183px;
	margin:0 auto;
}
#selection_20150520 li.li_d dl {
	padding-left:5px;
}
#selection_20150520 .itemname {
	font-size:12px;
	color:#0588ce;
	line-height:17px;
}
#selection_20150520 .itemdet {
	font-size:10px;
	color:#000000;
	line-height:17px;
}
#selection_20150520 li.li_a dd {
	padding-left:10px;
}
#selection_20150520 li.li_b dd,
#selection_20150520 li.li_c dd,
#selection_20150520 li.li_d dd {
	padding-left:5px;
}

/* 20151022　セレクション
---------------------------------------------------- */
#selection_20151022 ul {
	width:765px;
	background: url(../../../../g_images/15S-001902/bg01.gif) repeat-y;
}
#selection_20151022 ul.bdt {
	border-top:solid 1px #955e33;
	padding-bottom: 10px;
}
#selection_20151022 li {
	float: left;
}
#selection_20151022 li.li_a,
#selection_20151022 li.li_b {
	margin-right: 15px;
}
#selection_20151022 li {
	width: 245px;
}
#selection_20151022 dt {
	padding-bottom:5px;
}
#selection_20151022 .itemname {
	font-size:12px;
	color:#0588ce;
	line-height:17px;
	font-weight: bold;
}
#selection_20151022 .itemdet {
	font-size:10px;
	color:#000000;
	line-height:15px;
}
#selection_20151022 li.li_a dd {
	padding-left:10px;
}
#selection_20151022 li.li_b dd,
#selection_20151022 li.li_c dd {
	padding-left:5px;
}
#selection_20151022 li.li_c dd {
	padding-right:5px;
}


/* 20170915　商品詳細用テンプレート
---------------------------------------------------- */
#d_goods_detail #detailFreeArea{
	color: #222222;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
	font-size: 15px;
	word-break:break-all;
	-webkit-text-size-adjust:100%;
	width: 765px;
	margin: 80px auto;
}
#d_goods_detail #detailFreeArea .unitWrap{
	overflow: hidden;
	margin: 20px 0 30px;
}
#d_goods_detail #detailFreeArea a{
	color: #222222;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#d_goods_detail #detailFreeArea a:hover{
	opacity: 0.5;
}
#d_goods_detail #detailFreeArea p{
	margin: 0;
}
#d_goods_detail #detailFreeArea .boxArea{
	line-height: 2;
	margin: 0;
}
#d_goods_detail #detailFreeArea .photo{
	box-sizing: border-box;
	margin:0 0 20px 0;
}

/* pattern1
----------------------------------- */
#d_goods_detail #detailFreeArea h3.pattern1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
	border-bottom: none;
	display:flex;
	align-items: center;
	background: #f0f0f0;
	width: 765px;
	height: 94px;
	margin: 60px 0 20px;
	padding: 0 0 0 25px;
}
#d_goods_detail #detailFreeArea h4.pattern1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-bottom: none;
	border-left:6px solid #222222;
	margin: 10px 0 20px;
    padding: 0 0 0 15px;
	height: 40px;
}
/* pattern2
----------------------------------- */
#d_goods_detail #detailFreeArea h3.pattern2{
	font-size: 26px;
	font-weight: bold;
	line-height: 3;
	box-sizing: border-box;
	border-bottom: none;
	align-items: baseline;
	background: url(../../images/goods/stl1.jpg) center left no-repeat;
	width: 765px;
	height: 94px;
	margin: 60px 0 20px;
	padding: 0 0 0 25px;
}
#d_goods_detail #detailFreeArea h4.pattern2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background: url(../../images/goods/sstl1.jpg) top left no-repeat;
	border-bottom: 1px dotted #999999;
	margin: 10px 0 20px;
    padding: 0 0 15px 25px;
}
/* pattern3
----------------------------------- */
#d_goods_detail #detailFreeArea h3.pattern3{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
	border-bottom: none;
	display:flex;
	align-items: center;
	background: url(../../images/goods/stl3.jpg) center left no-repeat;
	border: 1px solid #cccccc;
	width: 765px;
	height: 94px;
	margin: 60px 0 20px;
	padding: 0 0 0 25px;
}
#d_goods_detail #detailFreeArea h4.pattern3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-bottom: none;
	border-left:6px solid #22469e;
	margin: 10px 0 20px;
    padding: 0 0 0 15px;
	height: 40px;
}
/* pattern4
----------------------------------- */
#d_goods_detail #detailFreeArea h3.pattern4{
	font-size: 26px;
	font-weight: bold;
	line-height: 3;
	box-sizing: border-box;
	border-bottom: none;
	align-items: baseline;
	background: url(../../images/goods/stl4.jpg) center left no-repeat;
	width: 765px;
	height: 94px;
	margin: 60px 0 20px;
	padding: 0 0 0 25px;
}
#d_goods_detail #detailFreeArea h4.pattern4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background: url(../../images/goods/sstl4.jpg) top left no-repeat;
	border-top: 1px solid #999999;
	border-bottom: none;
	margin: 10px 0 20px;
    padding: 15px 0 0;
}
/* pattern5
----------------------------------- */
#d_goods_detail #detailFreeArea h3.pattern5{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
	border-bottom: 1px dotted #222222;
	display:flex;
	align-items: center;
	background: #e9f3f2;
	width: 765px;
	height: 94px;
	margin: 60px 0 20px;
	padding: 0 0 0 25px;
}
#d_goods_detail #detailFreeArea h4.pattern5{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background: url(../../images/goods/sstl5.jpg) top left no-repeat;
	border-bottom: 1px dotted #222222;
	margin: 10px 0 20px;
    padding: 0 0 15px 15px;
}

/* Unit2
----------------------------------- */
#d_goods_detail #detailFreeArea .unit2 h4{
	margin-left: 415px;
}
#d_goods_detail #detailFreeArea .unit2 .photo{
	float: left;
	width: 383px;
	margin: 0 30px 10px 0;
}

/* Unit2 Right
----------------------------------- */
#d_goods_detail #detailFreeArea .unit2 .right h4{
	margin-right: 415px;
	margin-left: 0;
}
#d_goods_detail #detailFreeArea .unit2 .right .photo{
	float: right;
	margin: 0 0 10px 30px;
}

/* Unit4
----------------------------------- */
#d_goods_detail #detailFreeArea .unit4 .boxArea{
	float: left;
	width: 367px;
	margin-right: 30px;
}
#d_goods_detail #detailFreeArea .unit4 .boxArea:last-child{
	margin-right: 0;
}

/* Unit5
----------------------------------- */
#d_goods_detail #detailFreeArea .unit5 .boxArea{
	float: left;
	width: 235px;
	margin-right: 30px;
}
#d_goods_detail #detailFreeArea .unit5 .boxArea:last-child{
	margin-right: 0;
}