@charset "UTF-8";

/*
-----------------------------------------------------

	=コンテンツタイトル

-----------------------------------------------------
*/

h1.ced{
	background:url(../img/ced.jpg) no-repeat center center;
}

/*
-----------------------------------------------------

 	=広告募集

-----------------------------------------------------
*/

.case-su{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.case-su th,
.case-su td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2%;
}

.fontRed {
	color: #ca2f4a;
}

dl.adobeBox {
	background-color: #f2f2f2;
	margin: 20px 0;
	padding: 20px 30px;
}
dl.adobeBox dt {
	font-weight: bold;
}
dl.adobeBox dd {
}
dl.adobeBox dd p {
	float: left;
	font-size: 108%;
}
dl.adobeBox dd div {
	width: 112px;
	display: inline;
	float: right;
}


/* =リストタグ
-----------------------------------------------------*/

.ol-circle li{
	background:url(../images/circle-tit.png) no-repeat left center;
	padding:0 0 0 20px;
}

.ol-number li{
	margin:0 0 15px 20px;
	list-style: decimal !important;
	list-style-position:outside !important;
}

.ol-number li:last-child{
	margin:0 0 0 20px;
}


/*
-----------------------------------------------------

 	=ボタン
-----------------------------------------------------
*/

.btn-single{
	width:70%;
	margin:0px auto 50px !important;
}

.btn-two{
	width:100%;
	margin:0px auto 50px !important;
}

.btn-two li{
	float:left;
	width:48%;
}

.btn-two li:last-child{
	float:right;
	width:48%;
}


.btn-three{
	width:100%;
	margin:0px auto 60px !important;
}

.btn-three li{
	float:left;
	width:32%;
	margin-right:1%;
}

.btn-three li:last-child{
	float:right;
	width:33%;
}


.btn-four{
	width:100%;
	margin:0px auto 60px !important;
}

.btn-four li{
	float:left;
	width:24%;
	margin-right:1%;
}

.btn-four li:last-child{
	float:right;
	width:24%;
}


.btn-five{
	width:100%;
	margin:0px auto 60px !important;
}

.btn-five li{
	float:left;
	width:19%;
	margin-right:1%;
}

.btn-five li:last-child{
	float:right;
	width:19%;
}



/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* iPad & iPhone (min-width: 0px ~ 768px)
-----------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {


}