@charset "utf-8";

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix {
	overflow:hidden;
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }

/* --------------------------------------------------
hr
-------------------------------------------------- */

hr{
	display: block;
	height: 1px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #cccccc;
	margin: 1em 0!important;
	padding: 0;
}

/* --------------------------------------------------
pagination
-------------------------------------------------- */

.pagination{
	padding:10px 0 0;
}

.pagination{
	padding:10px 0 0;
	text-align:center;
}

a.page-numbers,
.pagination .current{
    background: #ccc;
	color:#333;
    margin:0 3px 10px;
	line-height:3em;
	border:1px #c8c8c8 solid;
    text-decoration: none;
	display:inline-block;
	font-size:14px;
	line-height:120%;
	border-radius:50%;
	padding:10px 15px;
}
.pagination .current{
    background: #666;
    color: #fff;
}

a.page-numbers:hover{
	background: #666;
	color: #fff;
}


/*--------------------------------------------
 
      HEADER
 
---------------------------------------------*/

.pc{display:block;}
.smp{display:none;}


#global-responsive-header .inBlock {
	max-width:1170px!important;
	width:100%!important;
	margin:0 auto;
	position:relative;
}

#global-responsive-header #brandlogo {
	max-width:1170px!important;
	width:100%!important;
	margin:0 auto;
	position:relative!important;
}

#global-responsive-header #browsebar {
	max-width:1170px!important;
	width:100%!important;
	min-height:47px;
	margin:0 auto;
}

#browsebar-name .name {
	padding:15px 0 0 0!important;
	display:inline-block!important;
	font-family:Open Sans Condensed, "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif!important;
    font-size: 16px!important;
	font-weight:bold!important;
	text-height:font-size!important;
	color:#fff!important;
}

@media screen and (max-width: 479px) {

#global-responsive-header {
}


#global-responsive-header #brandlogo {
	width:100%!important;
	height:53px!important;
	margin: 0;
	background-image:url(../../assets/img/global/global-header_logo_p-2x.png);
	background-repeat:no-repeat;
	background-size:auto 100%!important;
	display:block!important;
}

#global-responsive-header #brandlogo img { 
	display:block!important;
	height:53px!important;
	width:128px!important;
	margin-left:5%!important;
}

}

#global-responsive-header #browsebar .name {
	padding:15px 0 0 0;
	display:inline-block;
}

#browsebar-name .name {
	float:left;
    font-family: 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif!important;
    font-size: 16px;
	font-weight:bold;
	text-height:font-size;
	color:#fff;
}
#browsebar-name .name a {
	font-family: 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif!important;
	color:#fff;
	text-decoration:none;
}


#global-responsive-footer #copyRight address {
	margin-bottom:5px;
	padding:30px 0 0!important;
	font-size:13px;
	line-height:130%;
}

#global-responsive-footer #copyRight .foot-nav {
	padding:0 0 60px;
	text-align:center;
}

#global-responsive-footer #copyRight .foot-nav li{
	display:inline-block;
	font-size:10px;
	font-style:normal;
	border-right:1px #fff solid;
	margin:0;
	padding:0 5px;
}

#global-responsive-footer #copyRight .foot-nav li:last-child{border-right:none;}


/*--------------------------------------------
 
      NAVI
 
---------------------------------------------*/

nav#topNav{
	width:100%!important;
}

nav#topNav ul{
	padding:40px 0;
}

nav#topNav ul { 
	overflow:hidden;
	text-align:center;	
}

nav#topNav ul li{
	display:inline-block;
	text-align:center;
	padding:0 28px 0 0;
	background:url(../img/bg_top_nav.png) no-repeat right center;
	background-size:28px 38px;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	
	font-size:120%;
	line-height:130%;
	position:relative;
}

nav#topNav ul li span{
	display:block;
	padding:10px 0;
}

nav#topNav ul li:first-child span{
	background-size:28px 38px;
	padding:10px 0 10px 28px;
}

nav#topNav ul li:last-child{
	margin:0;
	background:none;
}

nav#topNav ul li a{
	display:block;
	color:#333;
	text-decoration:none;
	padding:5px;
	text-decoration:none;
	vertical-align:bottom;
}

nav ul li a.top:hover,
nav ul li a.top.active{
	color:#fff!important;
	background:#000!important;
	border-radius:5px!important;
}

nav ul li a.beauty:hover,
nav ul li a.beauty.active{
	color:#fff!important;
	background:#FF9999!important;
	border-radius:5px!important;
}

nav ul li a.cooking:hover,
nav ul li a.cooking.active{
	color:#fff!important;
	background:#FFD24C!important;
	border-radius:5px!important;
}

nav ul li a.life_style:hover,
nav ul li a.life_style.active{
	color:#fff!important;
	background:#84DDFF!important;
	border-radius:5px!important;
}

nav ul li a.event:hover,
nav ul li a.event.active{
	color:#fff!important;
	background:#DFBFFF!important;
	border-radius:5px!important;
}

nav ul li a.voice:hover,
nav ul li a.voice.active{
	color:#fff!important;
	background:#8da2fe!important;
	border-radius:5px!important;
}

nav ul li a.shopping:hover,
nav ul li a.shopping.active{
	color:#fff!important;
	background:#215574!important;
	border-radius:5px!important;
}




#smp-nav{
	padding:15px 0;
}

.nav-horizontal {
	width:100%;
	height: 38px!important;
	overflow: hidden!important;
}
.nav-horizontal .mask {
	overflow-x: auto;
	overflow-y: hidden!important;
	height: 48px;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
}

.nav-horizontal ul {
  display: inline-table;
  margin: 0 auto;
}
.nav-horizontal ul li {
	display: table-cell;
	text-align:center;
	
	font-size:100%;
	font-weight:normal;
	white-space: nowrap!important;
	position:relative;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif!important;
}

.nav-horizontal ul li p{
	display:block;
	padding:0 28px 0 10px;
	background:url(../img/bg_top_nav.png) no-repeat right center;
	background-size:28px 38px;
}

.nav-horizontal ul li span{
	display:block;
	padding:10px 0;
}

.nav-horizontal ul li:first-child span{
	background-size:28px 38px;
	padding:10px 0 10px 28px;
}

.nav-horizontal ul li:last-child p{
	background:none;
}

.nav-horizontal ul li a{
	display:block;
	color:#333;
	text-decoration:none;
	padding:5px;
	text-decoration:none;
	vertical-align:bottom;
}



/*--------------------------------------------
       main image 
---------------------------------------------*/

#maimImage{
	margin:0 auto 20px;
	max-width:1170px;
	width:100%;
}

#maimImage img{
	max-width:100%;
	height:auto;
}

#maimImage h2{
	margin-bottom:10px;
	text-align:center;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	font-size:40px;
	line-height:130%;
}

#maimImage div.mailmagazine{
	margin:0 auto;
	max-width:585px;
}

#maimImage .slider1 li{
	text-align:center;
}

#fixImage{
	margin:0 auto 20px;
	max-width:1170px;
	width:100%;
	text-align: center;
}

#fixImage img{
	max-width:100%;
	height:auto;
}

@media screen and (max-height: 850px) {

	#maimImage img{
		max-height:450px;
		height:auto;
	}

	#fixImage img{
		max-height:450px;
		height:auto;
	}

}



/*--------------------------------------------
       topCaption
---------------------------------------------*/

#topCaption{
	margin:0 auto 20px;
	max-width:1170px;
	width:94%;
}

#topCaption .innar{
	background:#FFECEC;
	color:#D80000;
	text-align:center;
	font-size:120%;
	line-height:140%;
	padding:10px;
}

#topCaption .innar strong{
	font-weight:bold;
}

/*--------------------------------------------
       cataroty-icon
---------------------------------------------*/

.category-beauty,
.category-event,
.category-life_style,
.category-cooking,
.category-voice,
.category-shopping{
	width:80px;
	padding:3px 5px;
	color:#fff!important;
	text-align:center;
	display:inline-block;
	font-size:90%;
	line-height:150%;
	text-decoration:none!important;
	pointer-events: none;
}

.category-beauty:hover,
.category-event:hover,
.category-life_style:hover,
.category-cooking:hover,
.category-voice:hover,
.category-shopping:hover{
	opacity: 1;
}

.category-beauty{
	background:#FF9999;
	display: inline-block;
	margin-right: 4px;
}
.category-event{background:#DFBFFF;}
.category-life_style{background:#84DDFF;}
.category-cooking{background:#FFD24C;}
.category-voice{background:#8da2fe;}
.category-shopping{background:#215574;}

.link-beauty{color:#FF9999!important;}
.link-event{color:#DFBFFF!important;}
.link-life_style{color:#84DDFF!important;}
.link-cooking{color:#FFD24C!important;}
.link-voice{color:#8da2fe!important;}
.link-shopping{color:#215574!important;}


.category-shopping_beauty{display:none;}


a.btn{
	display:inline-block;
	background:#000;
	text-align:center;
	padding:10px 15px;
	text-decoration:none;
	border-radius:10px;
	color:#fff;
	min-width:300px;
	cursor:pointer;
}

a.btn:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.submit01 input,
.submit02 input,
.submit03 input,
.submit04 input,
.submit05 input{
	display:inline-block;
	background:#000;
	text-align:center;
	padding:10px 15px;
	text-decoration:none;
	border-radius:10px;
	color:#fff;
	min-width:300px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.submit01 input:hover,
.submit02 input:hover,
.submit03 input:hover,
.submit04 input:hover,
.submit05 input:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*--------------------------------------------
       topics
---------------------------------------------*/

#topics{
	margin:0 auto 20px;
	max-width:1170px;
	width:94%;
}

#topics ul.first{}

#topics ul.first li{
	margin-bottom:40px;
	background:#F3F3F3;
	padding:20px 2%;
	overflow:hidden;
}

#topics ul.first li .image{
	width:48%;
	float:left;
	position:relative;
}

#topics ul.first li .image .inBloack{
	height:314px!important;
	overflow:hidden;
}

#topics ul.first li .image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#topics ul.first li .image .iconNew{
	position:absolute;
	right:0;
	top:0;
}

#topics ul.first li .image .iconNew img{
	max-width:50px;
	height:auto;
}


#topics ul.first li .txt{
	width:50%;
	padding:0 1%;
	float:right;
}

#topics ul.first li .txt .headline{
	margin-bottom:10px;
	position:relative;
}

#topics ul.first li .txt .headline2{display:none;}

#topics ul.first li .txt .headline .category{
	width:50%;
	float:left;
}

#topics ul.first li .txt .headline .date{
	width:50%;
	float:right;
	text-align:right;
}

#topics ul.first li .txt .more{
	text-align:right;
	font-size:90%;
	line-height:120%;
}

#topics ul.first li .txt .more a{
	text-align:right;
	padding:3px 8px;
	color:#000;
	text-decoration:none;
	border:1px #000 solid;
}

#topics ul.first li .txt .more a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#topics ul.first li .txt dl.cont{
	margin-bottom:10px;	
}

#topics ul.first li .txt dl.cont dt{
	margin-bottom:20px;
	color:#FFBFBF;
	font-size:160%;
	font-weight:bold;
	line-height:130%;
}

#topics ul.first li .txt dl.cont dd{
	font-size:160%;
	line-height:130%;
}


/*--------------------------------------------
       newsSlide
---------------------------------------------*/

#newsSlide{
	margin:0 auto 20px;
	max-width:1170px;
	width:94%;
}

#newsSlide li{
	
}

#newsSlide li .image{
	margin-bottom:10px;
	position:relative;
	max-height:209px;
	overflow:hidden;
}

#newsSlide li .image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#newsSlide li .image .iconNew{
	position:absolute;
	right:0;
	top:0;
}

#newsSlide li .image .iconNew img{
	max-width:50px;
	height:auto;
}


#newsSlide li .txt{
	position:relative;
}

#newsSlide li .txt .headline{
	position:relative;
}

#newsSlide li .txt .tit{
	padding-right:30px;
	margin-bottom:5px;
	font-weight:bold;
	line-height:140%;
	font-size:90%;
}

#newsSlide li .txt .key{

}

#newsSlide li .txt .cont{
	line-height:140%;
	font-size:85%;
}


#newsSlide li .txt .date{
	font-size:80%;
	line-height:150%;
	text-align:right;
}




/*--------------------------------------------
       newsBlock
---------------------------------------------*/

#newsBlock{
	margin:0 auto 20px;
	max-width:1170px;
	width:94%;
}

#newsBlock ul.news {
	margin:0 auto;
	max-width:1170px;
	width:96%;
}

#newsBlock ul.news li{
	width:30%;
	float:left;
	margin-right:4.5%;
	margin-bottom:20px;
}

#newsBlock ul.news li:nth-child(3n) {
	margin-right:0;
}

#newsBlock ul.news li .image{
	margin-bottom:10px;
	position:relative;
}

#newsBlock ul.news li .image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#newsBlock ul.news li .image .iconNew{
	position:absolute;
	right:0;
	top:0;
}

#newsBlock ul.news li .image .iconNew img{
	max-width:50px;
	height:auto;
}




#newsBlock ul.news li .txt{
	position:relative;
	line-height:140%;
	font-size:90%;
}

#newsBlock ul.news li .txt .headline{
	position:relative;
}

#newsBlock ul.news li .txt .tit{
	padding-right:30px;
	font-weight:bold;
}

#newsBlock ul.news li .txt .key{

}

#newsBlock ul.news li .txt .cont{
	line-height:140%;
	font-size:85%;
}


#newsBlock ul.news li .txt .date{
	font-size:90%;
	line-height:130%;
	text-align:right;
}


/*--------------------------------------------
       pickUp
---------------------------------------------*/

#pickUp{
	margin-bottom:30px;
	padding:30px 0;
	background:#F3F3F3;
}

#pickUp h2{
	margin-bottom:10px;
	color:#000;
	text-align:center;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	font-size:160%;
	font-weight:normal;
	line-height:130%;
}

#pickUp ul{
	margin:0 auto;
	width:94%;
	max-width:886px;
}

#pickUp ul li{
	width:30%;
	margin-right:5%;
	margin-bottom:20px;
	float:left;
}

#pickUp ul li:nth-child(3n){margin-right:0;}

#pickUp ul li:nth-child(4),
#pickUp ul li:nth-child(5),
#pickUp ul li:nth-child(6){
	margin-bottom:0;
}

#pickUp ul li .image{
	margin-bottom:10px;
	max-height:149px;
	overflow:hidden;
	position:relative;
}

#pickUp ul li img{
	width:100%;
	height:auto;
	vertical-align:top;
}

#pickUp ul li .txt{
	color:#333;
	font-size:85%;
	line-height:140%;
}

#pickUp ul li .txt a{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------
       Recommend
---------------------------------------------*/

#recommend{
	margin-bottom:30px;
	padding:0 0 30px;
	border-bottom:1px #eee solid;
}

#recommend h2{
	margin-bottom:10px;
	color:#000;
	text-align:center;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	font-size:160%;
	font-weight:normal;
	line-height:130%;
}

#recommend ul{
	margin:0 auto;
	max-width:898px;
}

#recommend ul li{
	display:inline-block;	
	border:1px #ccc solid;
	text-align:center;
	margin:0 1% 1% 0;
}

#recommend ul li a{
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
}

#recommend ul li a:hover{
	background:#ccc;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*--------------------------------------------
       about
---------------------------------------------*/

#about{
	margin:0 auto 30px;
	max-width:556px;
	width:94%;
}

#about .image{
	width:35%;
	float:left;
}

#about .image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#about .txt{
	width:65%;
	float:right;
}

#about .txt .innar{
	width:100%;
	display:table;
}

#about .txt .innar dl{
	padding-left:5%;
	display:table-cell;
	vertical-align:middle;
}

#about .txt .innar dt{
	margin-bottom:20px;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	font-size:150%;
	line-height:130%;
}

#about .txt .innar dd{
	font-size:90%;
	line-height:130%;
	color:#999;
}

/*--------------------------------------------
       footIcon
---------------------------------------------*/

#footIcon{
	background:#F3F3F3;
	padding:50px 0;
}

#footIcon ul{
	margin:0 auto;
	max-width:430px;
}

#footIcon li{
	width:16%;
	margin-right:12%;
	float:left;
}

#footIcon li:last-child{
	margin-right:0;
}

#footIcon li img{
	width:100%;
	height:auto;
}


/*--------------------------------------------
       archive
---------------------------------------------*/

#categoryTittle{
	margin:0 auto 50px;
	max-width:1170px;
	width:94%;
	text-align:center;
	font-family:Cambria , "Avenir" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:40px;
	line-height:130%;
}

#archiveBlock{
	margin-bottom:60px;
	border-bottom:1px #eee solid;
	padding-bottom:30px;
}

#archiveBlock .archiveList{
	margin:0 auto 30px;
	max-width:1170px;
	width:94%;
}

#archiveBlock .archiveList li{
	margin-bottom:20px;
	width:32%;
	margin-right:2%;
	float:left;
}

#archiveBlock .archiveList li:nth-child(3n) {
	margin-right:0;
}

#archiveBlock .archiveList li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#archiveBlock .archiveList li .image{
	margin-bottom:10px;
	position:relative;
	max-height:209px;
	overflow:hidden;
}

#archiveBlock .archiveList li .image .base{
	position:relative;
}

#archiveBlock .archiveList li .image .category{
	position:absolute;
	left:0;
	bottom:0;
}

#archiveBlock .archiveList li .txt{
	font-size:90%;
	line-height:140%;
}

#archiveBlock .archiveList li .txt a{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------
       SingleBlock
---------------------------------------------*/

#singleBlock{
	margin:0 auto 60px;
	max-width:850px;
	width:94%;
}

#singleBlock .thumbnailBlock{
	margin-bottom:10px;
	position:relative;
	max-height:477px;
	overflow:hidden;
}

#singleBlock .thumbnailBlock img{
	/* width:100%; */
	height:auto;	
}
#singleBlock .thumbnailBlock .base{
	text-align: center;
}

#singleBlock .headline{
	margin:0 auto 20px;
	max-width:670px;
	width:100%;
	display:table;
	position:relative;
}

#singleBlock .headline .cataroty{
	display:table-cell;
	vertical-align:middle;
}
#singleBlock .headline .cataroty a{
	margin-right: 4px;;
}
#singleBlock .headline .date{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:30px;
}

#singleBlock .singleTittle{
	margin:0 auto 20px;
	max-width:670px;
	font-size:200%;
	line-height:130%;
	color:#555;
}

#singleBlock .contBlock{
	margin:0 auto 40px;
	max-width:670px;
	font-size:15px;
	line-height:180%;
}

#singleBlock .contBlock h2{
	border-left:2px #666 solid;
	padding:10px 0 10px 10px;
	font-size:140%;
	font-weight:bold;
	line-height:150%;
}

#singleBlock .contBlock h3{
	font-size:125%;
	font-weight:bold;
	color: #333;
	line-height:150%;
	padding-bottom:8px;
	border-bottom:1px #ccc solid;
}

#singleBlock .contBlock h4{
	font-size:110%;
	font-weight:bold;
	line-height:150%;
}

#singleBlock .contBlock p{
	margin-bottom:15px;
}

#singleBlock .contBlock h2,
#singleBlock .contBlock h3,
#singleBlock .contBlock h4{margin-bottom:15px;}


#singleBlock .contBlock strong{font-weight:bold;}


#singleBlock .contBlock blockquote{
	margin-bottom:15px;
	border:1px #999 dashed;
	padding:15px 15px 5px 35px;
	background:url(../img/blockquote.png) no-repeat 10px 10px #eee;
	background-size:17px 15px;
}


#singleBlock .mailmagaWaku{
	margin:0 auto 40px;
	max-width:670px;
	font-size:15px;
	line-height:180%;
	
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	box-sizing:border-box;
	padding:15px 10px 10px;
}

#singleBlock .mailmagaWaku p{
	margin-bottom:15px;
}
#singleBlock .mailmagaWaku strong{font-weight:bold;}

#singleBlock .mailmagaWaku .tit{
	margin-bottom:15px;
	background:url(../img/bg_mailmagazine_tit.png) no-repeat left top;
	padding:0 0 0 48px;
	font-weight:bold;
}

#singleBlock .mailmagaWaku .btn{
	display:inline-block;
	background:#000;
	text-align:center;
	padding:5px 15px;
	text-decoration:none;
	border-radius:10px;
	color:#fff;
}

#singleBlock .mailmagaWaku .btn:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*--------------------------------------------
       curatorBox
---------------------------------------------*/

#singleBlock .curatorBox{
	margin:0 auto 30px;
	width:94%;
	max-width:500px;
	background:#F3F3F3;
	box-sizing:border-box;
	padding:10px;
}

#singleBlock .curatorBox .image{
	width:37.5%;
	float:left;
}

#singleBlock .curatorBox .image img{
	width:100%;
	height:auto;
}

#singleBlock .curatorBox .curatorData{
	width:60%;
	float:right;
	color:#666;
}

#singleBlock .curatorBox .curatorData dt{
	margin-bottom:10px;
}

#singleBlock .curatorBox .curatorData dd{
	margin-bottom:5px;
}

/*--------------------------------------------
       singleRecommend
---------------------------------------------*/

#singleRecommend{
	margin:0 auto 30px;
	max-width:670px;
	width:94%;
}

#singleRecommend ul{

}

#singleRecommend ul li{
	display:inline-block;	
	border:1px #ccc solid;
	text-align:center;
	margin:0 1% 1% 0;
}

#singleRecommend ul li a{
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
}

#singleRecommend ul li a:hover{
	background:#ccc;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*--------------------------------------------
       shareBlock
---------------------------------------------*/

#shareBlock{
	margin:0 auto 50px;
	max-width:670px;
}

#shareBlock dt{
	font-size:16px;
	line-height:130%;
	text-align:center;
	margin-bottom:10px;
}

#shareBlock dd{
	text-align:center;
}

#shareBlock dd a {
	display:inline-block;
	width:53px;
	margin:0 3px;
}

#shareBlock dd a img{
	max-width:53px;
	width:100%;
	height:auto;
}

/*--------------------------------------------
       osusumeBlock kanrenBlock
---------------------------------------------*/

#relationBlock{
	margin-bottom:30px;
	padding:0;
	border-bottom:1px #eee solid;
}

#osusumeBlock{
	margin:0 auto 30px;
	max-width:850px;
	width:94%;
}

#osusumeBlock h2{
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:18px;
	line-height:130%;
	border-bottom:1px #ccc solid;
}

#osusumeBlock li{
	width:32%;
	margin-right:2%;
	float:left;
}

#osusumeBlock li:nth-child(3n) {
	margin-right:0;
}

#osusumeBlock li img{
	width:100%;
	height:auto;
}

#osusumeBlock li .image{
	margin-bottom:10px;
	max-height:150px;
	overflow:hidden;
}

#osusumeBlock li .txt{
	line-height:140%;
	font-size:85%;
}

#osusumeBlock li .txt a{
	text-decoration:none;
	color:#000;
}

#kanrenBlock{
	margin:0 auto 30px;
	max-width:850px;
	width:94%;
}

#kanrenBlock h2{
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:18px;
	line-height:130%;
	border-bottom:1px #ccc solid;
}

#kanrenBlock li{
	width:32%;
	margin-right:2%;
	float:left;
}

#kanrenBlock li:nth-child(3n) {
	margin-right:0;
}

#kanrenBlock li .image{
	position:relative;
	margin-bottom:10px;
	max-height:150px;
	overflow:hidden;
}

#kanrenBlock li .image .base{
	position:relative;
}

#kanrenBlock li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#kanrenBlock li .txt{
	line-height:140%;
	font-size:85%;
}

#kanrenBlock li .txt a{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------
       pager  sns
---------------------------------------------*/

.pager{
	text-align:center;
}

.pager li{
	margin:0 3px;
	display:inline-block;
	font-size:14px;
	line-height:120%;
	background:#ccc;
	border-radius:50%;
	padding:10px 15px;
}

.pager li.active{
	background:#666666;
}

.pager li:hover{
	background:#666666;
}

.pager li a{
	text-decoration:none;
	color:#fff;
}


.snsBox{
	position:absolute;
	width:20px;
	top:2px;
	right:0;
	z-index:100000;
}

.snsBox dt{
	cursor: pointer;
}

.snsBox dd{
	position:absolute;
	top:-40px;
	left:-200px;
	width:230px;
	z-index:1000;
	display:none;
	text-align:right;
}

.snsBox dd a {
	display:inline-block;
	width:40px;
}

.snsBox dd a img{
	max-width:35px;
	width:100%;
	margin-left:5px;
	height:auto;
}


/*--------------------------------------------
       contact
---------------------------------------------*/

#contactBlock .innar{
	margin:0 auto 20px;
	max-width:1170px;
	width:94%;
	text-align:center;
}

#contactBlock .intro{
	margin-bottom:20px;
	font-size:30px;
	line-height:130%;
}

#contactBlock .intro span{
	display:block;
}

#contactBlock .btn a{
	margin:0 auto 20px;
	max-width:580px;
	display:block;
	background:#000;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:26px;
	line-height:130%;
	padding:10px;
	border-radius:10px;
}

#contactBlock .btn a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#contactBlock .profile{
	margin-bottom:50px;
	font-size:20px;
	font-weight:normal;
	line-height:140%;
}

#contactBlock .profile strong{
	font-size:120%;
	font-weight:bold;
	line-height:130%;
}


/*--------------------------------------------
       itemList
---------------------------------------------*/

#itemList{
	margin-bottom:60px;
	padding:0;
}

#itemList ul{
	margin:0 auto;
	max-width:1170px;
	width:94%;
	
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items:stretch;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:stretch;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	-webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:stretch;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
}

#itemList ul li{
	margin-bottom:20px;
	width:23.5%;
	margin-right:2%;
	float:left;
}

#itemList ul li .image{
	margin-bottom:10px;
	max-height:150px;
	overflow:hidden;
}

#itemList ul li:nth-child(4n) {margin-right:0;}

#itemList ul li img{
	width:100%;
	height:auto;
}

#itemList ul li dt{
	line-height:140%;
	font-size:90%;
}

#itemList ul li dd{
	line-height:140%;
	font-size:85%;
}

#itemList ul li dt a{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------
       itemImage
---------------------------------------------*/

#itemImage{
	margin:0 auto 50px;
	max-width:600px;
	width:94%;
}

#itemImage h2{
	margin-bottom:10px;
	text-align:center;
	font-family:Cambria , "Avenir" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:180%;
	line-height:130%;
}

#itemImage #itemPhoto{
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}

#itemImage #itemPhoto img{
	max-width:100%;
	height:auto;
}

#itemImage #itemThumbnail{
	max-height:110px;
	overflow:hidden;
}

#itemImage #itemThumbnail ul{
	width:100%;
	text-align:center;
}

#itemImage #itemThumbnail li{
	width:20%;
	box-sizing: border-box;
	display:inline-block;
	padding:0 3px;
}

#itemImage #itemThumbnail li:first-child{padding-left:0;}

#itemImage #itemThumbnail li:last-child{padding-right:0;}

#itemImage #itemThumbnail li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}


.coverBlock{
	margin-bottom: 80px;

}

#itemPhoto2{
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}

#itemPhoto2 img{
	max-width:100%;
	height:auto;
}

#itemThumbnail2{
	margin-bottom: 20px;
	max-height:110px;
	overflow:hidden;
}

#itemThumbnail2 ul{
	width:100%;
	text-align:center;
}

#itemThumbnail2 li{
	width:18%;
	display:inline-block;
	padding:0 3px;
}

#itemThumbnail2 li:first-child{padding-left:0;}

#itemThumbnail2 li:last-child{padding-right:0;}

#itemThumbnail2 li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#itemPhoto3{
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}

#itemPhoto3 img{
	max-width:100%;
	height:auto;
}

#itemThumbnail3{
	margin-bottom: 20px;
	max-height:110px;
	overflow:hidden;
}

#itemThumbnail3 ul{
	width:100%;
	text-align:center;
}

#itemThumbnail3 li{
	width:15%;
	display:inline-block;
	padding:0 3px;
}

#itemThumbnail3 li:first-child{padding-left:0;}

#itemThumbnail3 li:last-child{padding-right:0;}

#itemThumbnail3 li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}


#itemPhoto4{
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}

#itemPhoto4 img{
	max-width:100%;
	height:auto;
}

#itemThumbnail4{
	margin-bottom: 20px;
	max-height:110px;
	overflow:hidden;
}

#itemThumbnail4 ul{
	width:100%;
	text-align:center;
}

#itemThumbnail4 li{
	width:15%;
	display:inline-block;
	padding:0 3px;
}

#itemThumbnail4 li:first-child{padding-left:0;}

#itemThumbnail4 li:last-child{padding-right:0;}

#itemThumbnail4 li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
















/*--------------------------------------------
       itemName
---------------------------------------------*/

#itemName{
	margin:0 auto 50px;
	max-width:600px;
	width:94%;
}

#itemName dt{
	margin-bottom:10px;
	font-size:30px;
	line-height:130%;
}

#itemName dd.number{
	margin-bottom:10px;
}

#itemName dd a{
	display:block;
	text-decoration:none;
	background:#000;
	padding:15px;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:130%;
	border-radius:10px;
}

#itemName dd a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*--------------------------------------------
       itemCont
---------------------------------------------*/

#itemCont{
	margin:0 auto 60px;
	width:94%;
	max-width:600px;
	font-size:15px;
	line-height:180%;
}

#itemCont img{
	max-width:100%;
	height:auto;
}

#itemCont p{
	margin-bottom:15px;
}

#itemCont h2,
#itemCont h3,
#itemCont h4{margin-bottom:15px;}

#itemCont h2{
	border-left:2px #666 solid;
	padding:10px 0 10px 10px;
	font-size:140%;
	font-weight:bold;
	line-height:150%;
}

#itemCont h3{
	font-size:125%;
	font-weight:bold;
	line-height:150%;
	padding-bottom:8px;
	border-bottom:1px #ccc solid;
}

#itemCont h4{
	font-size:110%;
	font-weight:bold;
	line-height:150%;
}

#itemCont .scroll{
	margin-bottom:40px;
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
#itemCont .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
#itemCont .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
#itemCont .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#itemCont table{
	border-collapse:collapse;
}

#itemCont table th{
	width:20%;
	padding:5px;
	text-align:left;
	font-weight:normal;
	line-height:120%;
	border-bottom:1px #eee solid;
}

#itemCont table td{
	padding:5px;
	line-height:120%;
	border-bottom:1px #eee solid;
}

#itemCont table td.innar{
	padding-left:2em;
	border:none;
}

#itemCont table td.innar table{
	width:100%;
}

#itemCont .itemEnd{
	margin-bottom:20px;
	width:100%;
	display:table;
}

#itemCont .itemEnd dt{
	width:40%;
	display:table-cell;
}

#itemCont .itemEnd dt img{
	width:100%;
	height:auto;
}

#itemCont .itemEnd dd{
	width:58%;
	font-size:20px;
	line-height:130%;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 10px;
}

#itemCont .itemEnd dd p.number{
	margin-top:10px;
}

#itemCont .buy{
	margin:0 auto;
	max-width:670px;
}

#itemCont .buy a{
	display:block;
	text-decoration:none;
	background:#000;
	padding:15px;
	color:#fff;
	border-radius:10px;
	text-align:center;
	font-size:20px;
	line-height:130%;
}

#itemCont .buy a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



table.tsumoriSpec{
	margin-bottom: 30px;
	border-collapse:collapse;
	font-size: 14px!important;
	line-height: 140%!important;
}

table.tsumoriSpec th{
	width:20%;
	padding:5px;
	text-align:left;
	font-weight:normal;
	line-height:120%;
	border-bottom:none!important;
	vertical-align: top;
}

table.tsumoriSpec td{
	padding:5px;
	line-height:120%;
	border-bottom:none!important;
	vertical-align: top;
}

table.tsumoriSpec td li{
	list-style-type: none;
	line-height: 180%;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

table.tsumoriSpec td .limitation{
	display: inline-block;
	border: 1px #000 solid;
	padding: 10px;
}




table.tsumoriData{
	margin-bottom: 30px;
	border-collapse:collapse;
	font-size: 14px!important;
	line-height: 140%!important;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
}

table.tsumoriData th{
	width:18%;
	background: #eee;
	padding:15px 10px!important;
	text-align:center!important;
	font-weight:normal;
	line-height:140%!important;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid!important;
	vertical-align: middle!important;
}

table.tsumoriData td{
	padding:15px 10px!important;
	line-height:140%!important;
	text-align: center!important;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid!important;
	vertical-align: middle!important;
}

.buyBtn a{
	display:block;
	text-decoration:none;
	background:#000;
	padding:10px 15px;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:130%;
	border-radius:10px;
}

.buyBtn  dd a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

table.tsumoriData td dt{
	margin-bottom: 10px;
}

table.tsumoriData td dt img{
	max-width: 100%;
	width: auto!important;
	height: auto;
}

table.tsumoriData td dd{}

/*--------------------------------------------
       mailmagazineBlock
---------------------------------------------*/

#pageBlock{
	margin-bottom:30px;
	padding:0;
	border-bottom:1px #eee solid;
}

#pageBlock .innar{
	margin:0 auto 30px;
	max-width:600px;
	width:94%;
}

#mailmagazineBlock{
	
}


#mailmagazineBlock .regist a{
	display:block;
	text-decoration:none;
	background:#000;
	padding:15px;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:130%;
	border-radius:10px;
}

#mailmagazineBlock .regist a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#mailmagazineBlock .etc{
	text-align:right;
	margin-bottom:30px;
}


.policy-box{
	margin:0 auto 30px;
	border:1px #ccc  solid;
	width:100%;
	height:300px;
	box-sizing:border-box;
	padding:15px;
	overflow:auto;
}

.policy-box h5{
	margin-bottom:10px;
	padding:5px 10px;
	background:#000;
	color:#fff;
}

.policy-box dl{
	margin-bottom:20px;
}

.policy-box dl dt{
	color:#3EC2E7;
	font-weight:bold;
}

.policy-box dl dd{}


.policy-box ul{
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 20px 1em;
}

.policy-box ul li{
	padding-left:1em;
	text-indent:-1em;
}




/*--------------------------------------------
       modal
---------------------------------------------*/

.modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}




/*--------------------------------------------
       slie item
---------------------------------------------*/

.panelSlide{
	margin: 0 auto 40px;
	max-width: 600px;
}

.panelSlide li{
	max-width: 150px;
	list-style-type: none;
}

.panelSlide li img{
	max-width: 100%;
	height: auto;
}

.panelSlide .img{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.panelSlide .img img{
	max-width:100%;
	height: auto;
}

.panelSlide .slider3 img{
	max-width:100%;
	height:auto;
}

.panelSlide .slider3{
	max-height:110px;
	overflow:hidden;
}



/*--------------------------------------------
       footBannar
---------------------------------------------*/

#footBannar{
	padding: 30px 0 0;
}

#footBannar .innar{
	margin: 0 auto;
	max-width: 896px;
	width: 94%;
	text-align: center;
}

#footBannar .innar img{
	max-width: 100%;
	height: auto;
}

#footBannar .innar ul{
	text-align: center;
}

#footBannar .innar ul li{
	display: inline-block;
	margin: 0 15px 30px;
}










.quotationBox{
	margin: 0 auto 20px;
	max-width: 850px;
	box-sizing: border-box;
	width: 100%;	
	display: table;
	border: 1px #ccc solid;
}

.quotationBox img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.quotationBox dt{
	width: 15%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}

.quotationBox dd{
	padding: 10px 10px 10px 0;
	display: table-cell;
	line-height: 150%;
	vertical-align: middle;
}

.quotationBox dd .price{
	color: #cc0000;
}




.voiceDisplayBlock{
	margin:0 auto 20px;
	box-sizing: border-box;
	width: 100%;
	max-width:670px;
	border: 1px #ccc solid;
}

.voiceDisplayBlock img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.voiceDisplayBlock dl{
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.voiceDisplayBlock dt{
	width: 15%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}

.voiceDisplayBlock dd{
	padding: 10px 10px 10px 0;
	display: table-cell;
	line-height: 150%;
	vertical-align: middle;
}

.voiceDisplayBlock dd .cate{
	color: #cc0000;
}


#singleBlock .mailmagaWaku2{
	margin:50px auto 40px;
	max-width:670px;
	font-size:15px;
	line-height:180%;
	
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	box-sizing:border-box;
	padding:15px 10px 10px;
}

#singleBlock .mailmagaWaku2 p{
	margin-bottom:15px;
}
#singleBlock .mailmagaWaku2 strong{font-weight:bold;}

#singleBlock .mailmagaWaku2 .tit{
	margin-bottom:15px;
	border-bottom: 1px #000 solid;
	padding-bottom: 15px;
	font-weight:bold;
	text-align: center;
	font-size: 120%;
	line-height: 140%;
}

#singleBlock .mailmagaWaku2 .btn{
	text-align: center;
	display:inline-block;
	background:#000;
	padding:5px 15px;
	text-decoration:none;
	border-radius:10px;
	color:#fff;
}

#singleBlock .mailmagaWaku2 .btn:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.category-questionnaire,
.category-result{
	display: none;
}





.maillmagaBlock{
	margin: 0 auto 20px;
	max-width: 450px;
	box-sizing: border-box;
	width: 94%;	
	display: table;
	border: 1px #ccc solid;
}

.maillmagaBlock img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.maillmagaBlock dt{
	width: 40%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}

.maillmagaBlock dd{
	padding: 10px 10px 10px 0;
	display: table-cell;
	line-height: 150%;
	vertical-align: middle;
	text-align: center;
}

.maillmagaBlock dd .price{
	color: #cc0000;
}

.maillmagaBlock dd a.btn{
	display:inline-block;
	background:#000;
	text-align:center;
	padding:5px 10px;
	text-decoration:none;
	border-radius:10px;
	color:#fff;
	min-width:10px;
	cursor:pointer;
	line-height: 150%;
}

#relationBlock{
	border: none;
}


#mailmagazineBlock .inbox{
	margin-bottom: 30px;
	line-height: 150%;
}

#mailmagazineBlock .inbox .tit{
	margin-bottom: 20px;
	background: #eee;
	padding: 10px;
	font-weight: bold;
}




/*--------------------------------------------
       add
---------------------------------------------*/

#button-block {
    position: fixed;
	display: block;
    right:1%;
	max-width:260px;
	background: rgba(0,0,0,0.8);
	border-radius:10px;
	z-index:9999999;
}

#button-block  img{
	width:100%;
	height:auto;
}

#button-block .innar{
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

#button-block .innar .inblock{
	margin-bottom: 5px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

#button-block .innar .close{
	width: 12px;
	display: table-cell;
	vertical-align: top;
	cursor: pointer;
}

#button-block .innar .close img{
	width: 12px;
	height: 12px;
}

#button-block .innar .txt{
	display: table-cell;
	padding-right: 5px;
	vertical-align: top;
}

#button-block .innar .btn-cover{
	text-align: center;
}

#button-block .innar a.btn01{
	display:inline-block;
	background:#fff;
	text-align:center;
	padding:5px 10px;
	text-decoration:none;
	border-radius:10px;
	color:#000;
	min-width:140px;
	cursor:pointer;
}

#button-block .innar a.btn01:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#smp-button-block{
	display: none;
}

#foot-box{
	display: none;
}

/*
#button-block:hover {
    filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
*/


/*--------------------------------------------
       add
---------------------------------------------*/

#maimImage h1{
	margin-bottom:10px;
	text-align:center;
	font-family:"Cambria", 'Hiragino Mincho ProN', 'Open Sans Condensed', "ＭＳ ゴシック", "MS Gothic" , 'Arial' , sans-serif;
	font-size:40px;
	line-height:130%;
}

h1.mailmagazineTit{
	margin-bottom:15px;
	text-align:center;
	font-size:30px;
	line-height:120%;
}


#itemName{
	margin:0 auto 50px;
	max-width:600px;
	width:94%;
}

#itemName h1{
	margin-bottom:10px;
	font-size:30px;
	line-height:130%;
	font-weight: normal;
}

#itemName span.number{
	margin-bottom:10px;
	display: block;
	font-size:18px;
	line-height:130%;
}

#itemName p a{
	display:block;
	text-decoration:none;
	background:#000;
	padding:15px;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:130%;
	border-radius:10px;
}

#itemName p a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* 元は削除する */
#newsBlock ul.news li .image .category{
	position:absolute;
	left:0;
	bottom:0;
}

/* 元は削除する */
#newsSlide li .image .category{
	position:absolute;
	left:0;
	bottom:0;
}

/* 元は削除する */
#pickUp ul li .image .category{
	position:absolute;
	left:0;
	bottom:0;
}

/* 元は削除する */
#kanrenBlock li .image .category{
	position:absolute;
	left:0;
	bottom:0;
}


.voiceDisplayBlockOriginal{
	margin:0 auto 20px;
	box-sizing: border-box;
	width: 100%;
	max-width:670px;
	border: 1px #ccc solid;
}

.voiceDisplayBlockOriginal img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.voiceDisplayBlockOriginal dl{
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.voiceDisplayBlockOriginal dt{
	width: 41%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}

.voiceDisplayBlockOriginal dd{
	padding: 10px 10px 10px 0;
	display: table-cell;
	line-height: 150%;
	vertical-align: middle;
}

.voiceDisplayBlockOriginal dd .cate{
	color: #cc0000;
}


#button-block {
    position: fixed;
	display: block;
    right:1%;
	max-width:260px;
	background: rgba(0,0,0,0.8);
	border-radius:10px;
	z-index:9999999;
}

#button-block  img{
	width:100%;
	height:auto;
}

#button-block .innar{
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

#button-block .innar .inblock{
	margin-bottom: 5px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

#button-block .innar .close{
	width: 12px;
	display: table-cell;
	vertical-align: top;
	cursor: pointer;
}

#button-block .innar .close img{
	width: 12px;
	height: 12px;
}

#button-block .innar .txt{
	display: table-cell;
	padding-right: 5px;
	vertical-align: top;
}

#button-block .innar .btn-cover{
	text-align: center;
}

#button-block .innar a.btn01{
	display:inline-block;
	background:#fff;
	text-align:center;
	padding:5px 10px;
	text-decoration:none;
	border-radius:10px;
	color:#000;
	min-width:140px;
	cursor:pointer;
}

#button-block .innar a.btn01:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#smp-button-block{
	display: none;
}

#foot-box{
	display: none;
}

/*
#button-block:hover {
    filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
*/

.pd_serchimpl2-main_SelectDetail {
	height: 46px;
}




