/* CSS Document */

.cp_block{
	width:100%;
	margin-bottom:30px;
}

.cp_block_left{
	float:left;
	width:660px;
	margin-bottom:30px;
}

.cp_block_left ul{
	border-top:1px dashed #999999;
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.cp_block_left li{
	border-bottom:1px dashed #999999;
	list-style:none;
	padding:10px 0px;
}


.cp_block_right{
	float:right;
	width:300px;
}

.cp_block_right img{
	margin-bottom:20px;
}


.cp_block2{
	width:100%;
	margin-bottom:30px;
}

.cp_block2_left{
	float:left;
	width:510px;
	margin-bottom:30px;
}

.cp_block2_left ul{
	border-top:1px dashed #999999;
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.cp_block2_left li{
	border-bottom:1px dashed #999999;
	list-style:none;
	padding:10px 0px;
}


.cp_block2_right{
	float:right;
	width:450px;
}

.cp_block2_right img{
	margin-bottom:20px;
}

.tenpo_block
{
	float:left;
	width:302px;
	margin-left:10px;
	border:1px solid #CCC;
	margin-bottom:20px;
	padding:9px;
}

.tenpo_block p
{
	height:100px;
	padding:5px;
}

.tenpo_block_map
{
	width:300px;
	border-top:1px dashed #CCC;
	padding-top:10px;
	text-align:center;
}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{

.cp_block_left{
	float:left;
	width:60%;
	margin-bottom:30px;
}

.cp_block_right{
	float:right;
	width:34%;
}

.cp_block2_left{
	float:left;
	width:51%;
	margin-bottom:30px;
}

.cp_block2_right{
	float:right;
	width:45%;
}

.tenpo_block
{
	float:left;
	width:29%;
	margin-left:10px;
	border:1px solid #CCC;
	margin-bottom:20px;
	padding:9px;
}

.tenpo_block p
{
	height:130px;
	padding:5px;
}

.tenpo_block_map
{
	width:100%;
	border-top:1px dashed #CCC;
	padding-top:10px;
	text-align:center;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:768px)
{

.cp_block_left{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.cp_block_left img{
	width:100%;
}

.cp_block_right{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.cp_block_right img{
	width:100%;
	height: auto;
}


.cp_block2_left{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.cp_block2_left img{
	width:100%;
}

.cp_block2_right{
	float:none;
	width:100%;
	margin-bottom:30px;
}

.cp_block2_right img{
	width:100%;
}

.tenpo_block
{
	float:none;
	width:100%;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #CCC;
	margin-bottom:20px;
	padding:9px;
}

.tenpo_block p
{
	height:auto;
	padding:5px;
}

.tenpo_block_map
{
	width:100%;
	border-top:1px dashed #CCC;
	padding-top:10px;
	text-align:center;
}

}