@charset "utf-8";
/* CSS Document */
#contents_wrap main{
	width:800px;
	float:right;
}
.spStyle01 {
	display: none;
}
#page_intro p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
#page_intro h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
    text-align: center;
	margin-bottom: 50px;
}
#page_intro h1:before {
	border-bottom: 5px solid #ff6678;
    bottom: -20px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
#page_intro .introTxt01 {
	margin:20px 0 30px;
}
#page_intro .movie01 {
	text-align: center;
    background: #cfcfcf;
    padding: 0;
    margin: 0 0 40px;
}
#page_intro .movie01 iframe {
	margin: 0 0 -8px;
}
#page_intro .colorBg01 {
	background: #fff3f3;
	padding: 0 0 40px;
    margin-bottom: 70px;
}
#page_intro .secTit01 {
	margin:60px 0 0;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ff5064;
    border-top: 3px solid #ff5064;
	background: #fff;
}
#page_intro .secTit02 {
	margin: 40px 0px 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1;
    text-align: center;
	background: #ff919e;
	color: #ffffff;
}
#page_intro .tagFct01 p {
	font-weight: bold;
	color: #ff5064;
	margin-bottom: 10px;
}
#page_intro .tagFct01 ul {
	overflow: hidden;
    margin:0;
    padding-left: 0;
    list-style: none;	
}
#page_intro .tagFct01 li {
	width: 16%;
	float: left;
	margin-right: 0.5%;
	border: solid 1px #9f9f9f;
	box-sizing: border-box;
	padding: 15px 0;
	text-align: center;
	color: #504f4f;
	font-weight: bold;
	font-size: 14px;
}
#page_intro .tagFct01 li:nth-of-type(6n) {
	margin-right: 0;
}
#page_intro .toOther01 {
    display: block;
	width: 330px;
    float: right;
    height: 30px;
    padding-right: 30px;
    text-align: right;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    color: #005784;
    background-image: url(https://uniform-cue.com/product/img/sidenavi_arrow.gif);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: right 10px center;
    margin: 0;
    font-weight: bold;
}
#page_intro .toOther01:hover {
    text-decoration: underline;
}

#page_intro .borderbtn01 {
	display: block;
    height: 50px;
    margin: 30px 10px 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 14px 10px 0;
    position: relative;
    border: solid #ff5064 1px;
    color: #ff5064;
}
#page_intro .borderbtn01:after {
	position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-top: 5px solid #f2f2f2;
    border-left: 5px solid #f2f2f2;
    border-right: 5px solid #ff5064;
    border-bottom: 5px solid #ff5064;
    box-sizing: border-box;
}
#page_intro .borderbtn01:hover {
    border: solid #ff5064 2px;
}

/*---------------------個別アイテム紹介------------------------*/
#page_intro .itemSec01 {
	overflow: hidden;
}
#page_intro .itemSec01 .itemBox01 {
    width: 390px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 4px 4px 0;
    position: relative;
    border: solid #9298a4 1px;
}
#page_intro .itemSec01 .itemBox01:hover {
	opacity: 0.7
}
#page_intro .itemSec01 .itemBox01:nth-of-type(2n+1) {
	float: left;
}
#page_intro .itemSec01 .itemBox01:nth-of-type(2n) {
	float: right;
}
#page_intro .itemSec01 .itemBox01:after {
	position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-top: 8px solid #ffffff;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #9298a4;
    border-bottom: 8px solid #9298a4;
    box-sizing: border-box;
}
#page_intro .itemSec01 .itemBox01 a {
	text-decoration: none;
    color: #000000;
    display: block;
    width: 100%;
    height: auto;
}
#page_intro .itemSec01 .itemBox01 a h3 {
	margin: 10px 0 5px;
    padding: 0 20px;
    text-align: center;
}
#page_intro .itemSec01 .itemBox01 a .txt01 {
	margin: 0;
	padding: 0 16px 30px;
	font-size: 12px;
}
/*---------------------個別アイテム紹介2------------------------*/
#page_intro .itemSec02 {
	overflow: hidden;
}
#page_intro .itemSec02 .itemBox01 {
    width: 390px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 4px 4px 4px;
    position: relative;
    border: solid #9298a4 1px;
}
#page_intro .itemSec02 .itemBox01:hover {
	opacity: 0.7
}
#page_intro .itemSec02 .itemBox01:nth-of-type(2n+1) {
	float: left;
}
#page_intro .itemSec02 .itemBox01:nth-of-type(2n) {
	float: right;
}
#page_intro .itemSec02 .itemBox01:after {
	position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-top: 8px solid #ffffff;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #9298a4;
    border-bottom: 8px solid #9298a4;
    box-sizing: border-box;
}
#page_intro .itemSec02 .itemBox01 a {
	text-decoration: none;
    color: #000000;
    display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
}
#page_intro .itemSec02 .itemBox01 a .pic01 {
	float: left;
}
#page_intro .itemSec02 .itemBox01 a .pic02 {
	float: right;
}
#page_intro .itemSec02 .itemBox01 a .boxIn01 {
	width: 164px;
	float: right;
}
#page_intro .itemSec02 .itemBox01 a h3 {
	margin: 0;
}
#page_intro .itemSec02 .itemBox01 a .txt01 {
	margin: 0;
	font-size: 12px;
}
#page_intro .itemSec02 .itemBox01 a .price01 {
	font-size: 16px;
    font-weight: bold;
    color: #E62A2C;
    text-align: right;
}
#page_intro .itemSec02 .itemBox01 a .price01 .tax01 {
	margin: 0;
	font-size: 12px;
}



/*---------------------twoClmSec01------------------------*/

#page_intro .twoClmSec01 {
	overflow: hidden;
}
#page_intro .twoClmSec01 .pic01 {
	width: 420px;
	float: left;
	margin-top: 20px;
}
#page_intro .twoClmSec01 .txt01 {
	width: 360px;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
}
/*---------------------twoClmSec02------------------------*/
#page_intro .twoClmSec02 .itemBox01 {
	overflow: hidden;
	margin: 30px 0;
}
#page_intro .twoClmSec02 .itemBox01 .pic01 {
	float:right;
}
#page_intro .twoClmSec02 .itemBox01:nth-of-type(3) .pic01 {
	display: block;
	margin-bottom: 20px;
}
#page_intro .twoClmSec02 .itemBox01 .boxIn01 {
	width: 280px;
	float:left;
}
#page_intro .twoClmSec02 .itemBox01 .boxIn01 h3 {
	font-size: 24px;
    margin: 50px 0 10px;
    border-left: solid 5px #ff5064;
	padding-left: 10px;
}


/*---------------------secInColumn01------------------------*/

#page_intro .secInColumn01 {
    margin: 20px 0 40px;
    background: #FFF;
    border: solid 1px #efc8c8;
    padding: 20px 20px 15px;
    overflow: hidden;
	clear: both;
}
#page_intro .secInColumn01 .clmTxt01 {
    width: 460px;
    float: right;
}
#page_intro .secInColumn01 .clmTxt01 h3 {
    margin: 0 0 5px;
    color: #ff5064;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 6px 36px;
    background: url(https://uniform-cue.com/img/jimufuku/icon_column01.png) no-repeat left top;
}
#page_intro .secInColumn01 .clmImg01 {
    width: 275px;
    float: left;
}
#page_intro .secInColumn01 .clmImg01 img {
    width: 100%;
}


/*---------------------解剖セクション------------------------*/

#page_intro .ftrListSec01 {
	overflow: hidden;
}
#page_intro .ftrListSec01 .pic01 {
	width: 420px;
	float: left;
	margin-top: 20px;
}
#page_intro .ftrListSec01 ol {
	width: 360px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	counter-reset: item;
	list-style-type: none;
}
#page_intro .ftrListSec01 ol li {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px;
	text-indent: -3.3em;
 	padding-left: 3.3em;
	position: relative;
}
#page_intro .ftrListSec01 ol li:before {
	counter-increment: item;
	content: counter(item)'';
	/* 以下は自由に装飾... */
	padding: 3px 10px;
    font-weight: bold;
    font-size: 22px;
    color: #ff5064;
    border: solid 4px #ff5064;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    position: relative;
    top: 1em;
	margin-right: 5px;
		
}

/*---------------------ボックス2カラム------------------------*/
#page_intro .doubleBoxSec01 {
	overflow: hidden;
}
#page_intro .doubleBoxSec01 .itemBox01 {
    width: 390px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 4px 4px 0;
    position: relative;
    border: solid #9298a4 1px;
}
#page_intro .doubleBoxSec01 .itemBox01:nth-of-type(2n+1) {
	float: left;
}
#page_intro .doubleBoxSec01 .itemBox01:nth-of-type(2n) {
	float: right;
}
#page_intro .doubleBoxSec01 h3 {
	margin: 10px 0 5px;
    padding: 0 20px;
    text-align: center;
}
#page_intro .doubleBoxSec01 .txt01 {
	margin: 0;
	padding: 0 16px 30px;
	font-size: 12px;
}
/*---------------------Q&A------------------------*/
#page_intro .qaSec01 .secIn01 {
	padding-bottom: 10px;
	border-bottom: dotted 2px #9E9E9E;
	margin-bottom: 30px;
}
#page_intro .qaSec01 .secIn01:last-child {
	border-bottom: none;
}
#page_intro .qaSec01 .pVoice01 {
	min-height: 120px;
    padding-left: 120px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 0px;
}
#page_intro .qaSec01 .pVoice01 .voiceIn01 {
	position: relative;
    display: inline-block;
    border: solid 3px #d6d6d6;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 0 0;
    padding: 15px 20px 20px;
	width: 100%;
}
#page_intro .qaSec01 .pVoice01 .voiceIn01:before {
	content: "";
    position: absolute;
    top: 50px;
    left: -34px;
    margin-top: -12px;
    border: 15px solid transparent;
    z-index: 2;
}
#page_intro .qaSec01 .pVoice01 .voiceIn01:after {
	content: "";
    position: absolute;
    top: 50px;
    left: -40px;
    margin-top: -12px;
    border: 15px solid transparent;
    border-right: 24px solid #d6d6d6;
    z-index: 1;
}
#page_intro .qaSec01 .pVoice01 .voiceIn01 .voiceTit01 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
#page_intro .qaSec01 .pVoice01 .voiceIn01 .voiceTit01 span {
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    margin: 0 10px 0px 0;
    padding: 3px 10px;
    border-radius: 15px;
    height: 27px;
    box-sizing: border-box;
}

#page_intro .qaSec01 .pVoice01 .voiceIn01 .voiceTxt01 {
    color: #333333;
    font-size: 16px;
	font-weight: bold;
	margin: 0;
}
/*--------------------吹き出し色分け関連---------------------*/
/*-----------ふじか------------*/

.fVoice01 .voiceIn01 {
	background: #fff3f3;
}
.fVoice01 .voiceIn01:before {
    border-right: 25px solid #fff3f3;
}
.fVoice01 .voiceIn01 .voiceTit01 {
	color: #f56274;
}
.fVoice01 .voiceIn01 .voiceTit01 span {
	background-color: #F56274;
}

/*-----------まりこ------------*/

.mVoice01 .voiceIn01 {
	background: #ddefff;
}
.mVoice01 .voiceIn01:before {
    border-right: 25px solid #ddefff;
}
.mVoice01 .voiceIn01 .voiceTit01 {
	color: #3091e4;
}
.mVoice01 .voiceIn01 .voiceTit01 span {
	background-color: #3091e4;
}

/*--------------------アイコン顔分け関連---------------------*/
/*-----------ふじか------------*/

.fVoice01 {
	background: url(https://uniform-cue.com/img/jimufuku/icon_question_01.png) no-repeat left top;
	background-size: 12%;
	margin-top: 20px;
}
/*-----------まりこ------------*/

.mVoice01 {
	background: url(https://uniform-cue.com/img/jimufuku/icon_answer_01.png) no-repeat left top;
	background-size: 12%;
}

/*--------------------3カラムセクション---------------------*/

#page_intro .threeClmSec01 {
	margin-bottom: 70px;
}
#page_intro .threeClmSec01 .secIn01 {
	overflow: hidden;
}
#page_intro .threeClmSec01 .secBox01 {
	width: 252px;
	float: left;
}
#page_intro .threeClmSec01 .secBox01:nth-of-type(2n) {
	margin: 0 20px;
}

#page_intro .threeClmSec01 .secBox01 h3 {
	text-align: center;
    background: #ff919e;
    color: #ffffff;
    margin: 30px 0 5px;
    padding: 4px 0 3px;
}

/*-----------------------------バナーリスト--------------------------------*/
.catBnr01 {
	margin-top: 20px;
	overflow: hidden;
	width: auto;
}
.catBnr01 a {
	display: block;
    width:  48.5%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	font-size: 12px;
    line-height: 1.3;
}
.catBnr01 a:nth-of-type(2n){
		margin-right: 0;	
}
.catBnr01 a:hover {
	text-decoration: none;
}
.catBnr01 a img {
    width: 100%;
	margin-bottom: 8px;
}
.catBnr01 a img:hover {
	opacity: 0.7;
}


 /*-----------------------------メインの親カテゴリへのリンク-------------------------------*/

.toMainCatBtn01 {
	display: block;
    width: 400px;
    height: 60px;
    margin: 10px auto -20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 16px 50px 0;
    position: relative;
    border: solid #005784 1px;
}
.toMainCatBtn01:after {
	position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-top: 5px solid #f2f2f2;
    border-left: 5px solid #f2f2f2;
    border-right: 5px solid #005784;
    border-bottom: 5px solid #005784;
    box-sizing: border-box;
}
.toMainCatBtn01:hover {
	border: solid #005784 2px;
}  

/*---------------------------セクション内イントロ----------------------------*/
#page_intro .oneClmIntro01 .catIntro01 {
	padding: 20px 15px;
}
#page_intro .twoClmIntro01 {
	padding: 20px 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
#page_intro .twoClmIntro01 .introImg01 {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#page_intro .twoClmIntro01 .introImg01 img {
	width: 100%;
	height: auto;
}
#page_intro .twoClmIntro01 .catIntro01 {
	width: 450px;
	float: right;
	padding-top: 10px;
}

#page_intro .twoClmIntro01 a {
    display: block;
    height: 30px;
    padding-right: 30px;
	text-align: right;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    color: #005784;
    background-image: url(https://uniform-cue.com/product/img/sidenavi_arrow.gif);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: right 10px center;
	clear: both;
}
#page_intro .twoClmIntro01 a:hover {
	font-weight: bold;
}
#page_intro .colorBg01 .itemLi01{
	overflow: hidden;
    list-style: none;
    padding: 0 15px;
    margin: 0 0 0;
	box-sizing: border-box;
}
#page_intro  .itemLi01 .threeClmItem01 {
 	width: 248px;
    float: left;
    margin: 0 10px 14px 0;
    background: #FFF;
	border: solid 1px #efc8c8;
 }
 #page_intro  .itemLi01 .threeClmItem01:hover {
 	opacity: 0.7;
}
#page_intro .itemLi01 .threeClmItem01:nth-of-type(3n) {
  	margin-right: 0;
  }
#page_intro .itemLi01 li a {
   	display: block;
    text-decoration: none;
	position: relative;
   }
#page_intro .itemLi01 .itemPic01 {
	   display: block;
		width: 100%;
		height: auto;
   }
#page_intro .itemLi01 .salesRank01 {
	position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    background: linear-gradient(to top left, transparent 50%, #E62A2C 50%) top left/ 100% 100% no-repeat;
}
#page_intro .itemLi01 .salesRank01 span {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
 #page_intro .itemLi01 .itemName01 {
    padding: 10px 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
    text-align: left;
}
 #page_intro .itemLi01 .itemTxt01 {
	padding: 7px 10px 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
	margin-bottom: 10px;
}  
 #page_intro .itemLi01 .itemPrice02 {
  	padding: 0 10px 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: right;
	text-decoration: line-through;
}
#page_intro .itemLi01 .itemPrice01 {
	padding: 0 10px 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #E62A2C;
    text-align: right;
} 


























