@charset "utf-8";

/* ==

　style

=============================================================================== */
/* SP
------------------------------------------------------------------------------- */


/* common */
.proSp{
	padding: 35px 0 0;
	border-top:5px dotted #ccc;
	border-bottom:5px dotted #ccc;
	margin-bottom:30px;
}
.infoSp{
	border:5px solid #ccc;
	padding:20px;
}
.infoSp .col1{width:22% !important;}
.infoSp .col2{width:75% !important;}
.infoSp a{word-break: break-all;}

/* live
------------------------------------------------------------------------------- */

/* common */
.anD .bnrBlock p.bnrJirei{
	border: 2px solid #7b6800;
	background:#ab9736;
} 
.anD .h4Block{
	background:#efefef;
	padding:20px;
}
.h4Block dt,
.h4Block dd{font-size:116%;}
.h4Block dd p{font-size:87.5%;}
.h4Block dl.lead{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.h4Block dt{
	float:left;
	display:inline;
}
.h4Block dd{padding:0 0 0 8em;}
.h4Block .colImg dd{padding:0 0 0 8em;}
.dataList dt{
	float:left;
	clear:left;
	width:2.2em;
}
.dataList dd{padding-left:2.2em;}
.dataList dd span{
	display:inline-block;
	width:6em;
	/display:inline;
	/zoom:1;
	margin-left:10px;
}
.dataList dd span.m2{
	width:5em;
	margin-left:0;
	text-align:right;
}


/* goodidea
------------------------------------------------------------------------------- */
.bgBlock{
	background: #fcf4f0 url(../images/goodidea/bg.png) no-repeat 0 0;
	background-size:100%;
}
.bgBlock .inner{
	border-top:1px solid #a71f3c;
	margin:20px 20px 15px;
	padding:20px 0 10px;
}
.bgBlock h2{
	padding:50px 10px 0 10px;
	text-align:center;
}
.bgBlock .tit3{
	padding:10px;
	color:#fff;
	font-weight:bold;
	background:#a71f3c;
	text-align:center;
	border:0;
}
.bgBlock .img{
	text-align:center;
	margin:0;
}
.bgW{
	margin-bottom:20px;
	background:#fff;
}
.bgW h3{
	padding:0 10px;
	margin:0 0 10px 0 !important;
	border-top:10px solid #a71f3c;
	border-bottom:1px solid #a71f3c;
}
.bgW h3 span{
	padding:10px; 
	display:inline-block;
	border-left:1px solid #a71f3c;
	border-right:1px solid #a71f3c;
}
.bgW .bgWin{padding:15px;}
.bgW .bgWin h4{
	margin-bottom:5px;
	color:#a71f3c;
	font-weight:bold;
	font-size:134%;
}
.bgW p img{
	float:right;
	margin:0 0 10px 10px;
	width:40%;
}
.bgW p.data{
	padding:10px;
	background: #efefef;
}

@media only screen and (max-width: 780px) {

	
}
@media only screen and (max-width: 600px) {	
	
/* sp
------------------------------------------------------------------------------- */
.infoSp{
	border:5px solid #ccc;
	padding:20px;
}
.infoSp .col1,.infoSp .col2{width:auto !important;}
.infoSp .col1 p{
	padding-bottom:15px;
	text-align:center;	
}
.infoSp .col2{border-left:0;}
.infoSp p{margin-left:0;}
.infoSp .col2 a{margin-right:0;}
	
/* live
------------------------------------------------------------------------------- */
.h4Block dl.lead dt{
	width:100%;
	padding-bottom:10px;
	display:block;
	text-align:center;
}
.h4Block dl.lead dd{
	width:100%;
	padding:0;
}
.h4Block .colImg p{text-align:center;}

/* goodidea
------------------------------------------------------------------------------- */
.bgBlock h2 span{padding-top:50px;}
.bgBlock .inner {margin: 10px;}
.bgW p.data{
	height:auto !important;
}

}