@charset "UTF-8";

/* ↓↓ スライドショー設定 始め↓↓ */
/*
.script_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)
}
*/

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



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

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

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



/* ↓↓ ジャンプボタン設定 始め↓↓ */
.script_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;
    
}
.script_jump_button img {
	width: 16px;
	height: 16px;
	margin-left: 5px
}
/* ↑↑ ジャンプボタン設定 終わり↑↑ */

/* ↓↓ サンプルページ誘導 始め↓↓ */
.guide_sample {
	margin-bottom: 60px
}
.guide_sample p {
	text-align: center;
	font-size: 1.2em;
	padding: 10px 20px 10px;
	margin-bottom: 10px
}
.jump_to_sample_button a {
	display:block;
	margin: 0 auto;
    width:90%;
    max-width: 420px;
    font-size:16px;
    font-weight:100;
    text-decoration:none;
    text-align:center;
    border-radius: 4px;
    padding:12px 0 8px;
    background-color: #d34487;
    color:#fff;
    
}
.jump_to_sample_button img {
	padding: 0 0 2px 5px;
	width: 16px;
	height: 16px
}
.jump_to_sample_button a:hover {
	background-color: #b2306d;
}
/* ↑↑ サンプルページ誘導 終わり↑↑ */

/* ここに768~979pxのCSSを記述 */
@media (min-width : 768px) {
	/* ↓↓ スクリプト概要 設定 始め↓↓ */
	.script_summary {
		font-size: 1.2em
	}
	/* ↑↑ スクリプト概要 設定 終わり↑↑ */

	.script_column:after {
		content: "";
		display: block;
		clear: both
	}
	
	.script_img {
		float: left;
		margin-left: 15px;
		width: 100%;
		max-width: 256px
	}
	.script_img img {
		width: 100%
	}
	
	.script_content {
		float: none;
		width: auto;
		margin-left: 286px
	}
	
	
	.script_access:after {
		content: "";
		display: block;
		clear: both
	}
	
	
	.script_jump_button a {
		
		float: left;
		margin-left: 2.5%;
		margin-right: 2.5%;
		width:45%;
		max-width: 320px;
		margin-bottom: 20px;
	}
	/* ↓↓ スクリプトダウンロードボタン設定 始め↓↓ */
	#download {
		margin-bottom: 0;
	}
/* ↑↑ スクリプトダウンロードボタン設定 終わり↑↑ */

	
}