@charset "UTF-8";

/* ↓↓ ジャンプボタン設定 始め↓↓ */
.cad_jump_button a {
	display:block;
	margin: 0 auto;
    width:auto;
    max-width: 320px;
    font-size:14px;
    font-weight:100;
    text-decoration:none;
    text-align:center;
    border-radius: 4px;
    padding:8px 0 8px;
    color:#fff;
    
}
.cad_jump_button img {
	width: 16px;
	height: 16px;
	margin-left: 5px
}
/* ↑↑ ジャンプボタン設定 終わり↑↑ */


/* ↓↓ スライドショー設定 始め↓↓ */
/*
.cad_img {
	margin: 0 auto;
	max-width: 256px;
	width: 70%;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.4)
}
*/
.cad_img {
	margin: 0 auto;
	max-width: 256px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.cad_img video {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 256px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.4)
}
/* ↑↑ スライドショー設定 終わり↑↑ */




/* ↓↓ スクリプト概要 設定 始め↓↓ */
.cad_summary {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 40px;
	/*font-size: 1.2em*/
}

/* ↑↑ スクリプト概要 設定 終わり↑↑ */

.cad_row {
	margin-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
}
.cad_row #top {
	border-top: 1px solid #e0e0e0;
	padding-top: 40px;
}
/* ↓↓ コンテンツ＿テキスト 設定 始め↓↓ */
.cad_text p {
	margin-bottom: 16px
}
.cad_content {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px
}
.cad_title {
	font-size: 1.6em;
	font-weight: normal;
	color: #00008a;
	margin-bottom: 20px
}
/* ↑↑ コンテンツ＿テキスト 設定 終わり↑↑ */





/* ここに768~979pxのCSSを記述 */
@media (min-width : 768px) {
	.cad_summary {
		font-size: 1.2em
	}

	.cad_column:after {
		content: "";
		display: block;
		clear: both
	}
	
	.cad_img {
		float: left;
		margin-left: 15px
		width: 256px
	}
	.cad_content {
		float: none;
		width: auto;
		margin-left: 286px
	}
	
	.cad_access:after {
		content: "";
		display: block;
		clear: both
	}
	

	.cad_jump_button a {
		
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
		width:45%;
		margin-bottom: 20px;
	}
}