#header {
	box-shadow: 0 2px 5px #d7dbdf;
}

#headInner h1 {
	float: none;
	text-align: center;
	margin: 0;	
}

#contentInner{
	margin: 35px auto;
	width: 700px;
}

#copyrightInner p{ 
	text-align: center;
	float: none;
}


/*==============================================
				00 クーポン詳細
==============================================*/
#mainCol02 {
	width: 700px;
}


.pos01{
	position: absolute;
	right: 1px;
	top: 0px;		
}

.pos01 img{
	width: 110px;
}

.couponBox02 {
	position: relative;
	padding: 5px 5px 0 0;
}



/* カテゴリ */
.cCategoryFood,
.cCategoryFashion,
.cCategoryCafe,
.cCategoryService{
		width: 100px;
		height: 27px;
		line-height: 27px;
		margin-right: 15px;		
}

.cCategoryFood {
	display: table-cell;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #33b8bd;
}

.cCategoryFashion {
	display: table-cell;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #f35cad;
}



.cCategoryCafe {
	display: table-cell;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #c285b7;
	font-size: 80%;
	letter-spacing: -2px;
}

.cCategoryService {
	display: table-cell;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #c29470;
}




.couponCont{
	overflow: hidden;
	background: #FFF;
	
}

.couponCont .detail01 {
	padding: 30px;
	overflow: hidden;	
}

.detail01 .logoArea{
	width: 170px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
}

.detail01 .boxR{
	display: table-cell;
	width: 440px;
	padding-left: 30px;
	box-sizing: border-box;
}

.keyword {
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

.keyword dt {
	float: left;
	margin: 4px 10px 0 0;
}

.keyword dd {
	font-size: 93%;
	width: 290px;
	float: left;
}

.textBox{
}


.textBox h2 {
	font-size: 150%;
	margin: 30px 0;
	clear: both;
}

.catch {
	font-size: 129%;
	color: #50bbff;
	margin-bottom: 10px;
}


.couponCont .detail02 {
	padding: 40px 30px 50px 30px;
	background: url("/shinkoshi/coupon/images/bgimg_dot.png") repeat-x left top;
}

.detail02 >p { font-size: 93%; }
.detail02 >p >br { display: none;}

.date {
	overflow: hidden;
	background: #333;
}

.date dt{
	color: #FFF;
	background: #333;
	padding: 5px 10px;
	width: 60px;
	text-align: center;
	float: left;
}

.date dd{
	width: 535px;
	background: #EEE;
	padding: 5px 10px;
	float: left;
}

.benefit {
	margin-bottom: 25px;
	font-size: 129%;
	line-height: 165%;
	font-weight: bold;
}

.textBox02 {
	margin: 30px 0;
	font-size: 114%;
	line-height: 165%;
	/*font-weight: bold;*/
}

.shop_data {
	border-top: 1px dotted #cecece;
	margin-bottom: 20px;
}

.shop_data dl {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #cecece;
}

.shop_data dt{
	width: 80px;
	float: left;	
}

.shop_data dd{
	width: 560px;
	float: left;	
}


.supplement {
	margin-top: 30px;
	text-align: center;
}

.print_btn{
	font-size: 124%;
	width: 250px;
	height: 50px;
	color: #FFF;
	background: #f39626 url(/shinkoshi/coupon/images/icon_copy.png) no-repeat 95% center;
	display: block;
	border: none;
	text-align: center;
	margin: 40px auto 0 auto;
}

.print_btn a:hover{
	
}



@media screen and (max-width:767px){

#header {
    display: block;
    width: 100%;
	min-width: 100%;
    line-height: 0;
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    z-index: 20;
}

#headInner {
	width: 100%;
	position: relative;
	padding: 6px 0px;
}

#headInner h1 img{
	width: 15%;
}
	
/* footer */
#footerBtmSp {
    color: #FFF;
    font-size: 86%;
    padding: 20px 10px;
    text-align: center;
    background: #333;
}

#copyright{
	display: block;
}

#copyrightInner {
    color: #FFF;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 86%;
    line-height: 167%;
}




#contentInner{
	margin: 10px auto;
	width: auto;
}

#contentInner, #mainCol02 {
	width: auto;	
}

.pos01{
	position: absolute;
	right: 7px;
	top: 7px;		
}

.pos01 img{
	width: 55px;
}


/* カテゴリ */
.cCategoryFood,
.cCategoryFashion,
.cCategoryCafe,
.cCategoryService{
	display: block;
	width: 72px;
	height: auto;
	margin-bottom: 0px;
	padding: 4px 5px;
	font-size: 65%;
	line-height: 100%;
	text-align: center;
}

	.cCategoryFood {
		background: #33b8bd;
	}
	
	.cCategoryFashion {
		background: #f35cad;
	}

	.cCategoryCafe {
		background: #c285b7;
	}
	
	.cCategoryService {
		background: #c29470;
	}


.couponBox02 {
	padding: 10px;
}

.couponCont{
	width: auto;
	
}

.couponCont .detail01 {
	padding: 16px;
}

.detail01 .logoArea {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100px;
}

.detail01 .logoArea img{
	width: 100%;	
}

.detail01 .boxR {
	padding-left: 0;
	width: auto;
}


.keyword {
	float: none;
	box-sizing: border-box;
	padding-left: 0;
	margin: 0;
}

.keyword dt {
	margin: 6px 6px 0 0;
	float: none;
}

.keyword dd {
	font-size: 93%;
	width: auto;
	box-sizing: border-box;
	line-height: 20px;
	margin-top: 4px;
	float: none;
	width: auto;
	display: table;
}

.textBox{
	width: auto;
	margin-left: 0px;
	display: table;
}


.textBox h2 {
	font-size: 129%;
	margin: 10px 0px 0 0;
	padding-top: 10px;
	clear: both;
	border-top: 1px dotted #cecece;
}

.catch {
	font-size: 100%;
	margin: 10px 0 4px;
}


.couponCont .detail02 {
	padding: 20px;
	background: url("/shinkoshi/coupon/images/bgimg_dot.png") repeat-x right top;
	background-size: 11px;
}

.detail02 >p { font-size: 93%; }
.detail02 >p >br { display: block;}

.date dl{ background: #333;}
.date dt{
	padding: 2px 10px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 93%;

}

.date dd{
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	line-height: 16px;
}

.benefit {
	margin-bottom: 25px;
	font-size: 114%;
	line-height: 165%;
	font-weight: bold;
}

.textBox02 {
	margin: 10px 0;
	font-size: 100%;
	line-height: 145%;
	/*font-weight: bold;*/
}

.shop_data {
	margin-bottom: 10px;
}

.shop_data dl {
	padding: 4px 0;
}

.shop_data dt {
	width: auto;
}

.shop_data dd{
	width: auto;	
}

.supplement {
	font-size: 93%;
	line-height: 20px;
	margin: 10px 10px 20px;
	text-align: left;
}

.supplement br{ display: none;}
	

input {
   -webkit-appearance: none;
   border-radius: 0;
}

.print_btn{
	font-size: 124%;
	width: 250px;
	height: 50px;
	margin: 20px auto 0 auto;
	background: #f39626 url(/shinkoshi/coupon/images/icon_copy.png) no-repeat 95% center;
	background-size: 17px;
}



}