@charset "UTF-8";

/* タイトル部 */
.sub-header_h1 { /* product */
	background-color: #073061;
	background-image: url(images/title_product.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sub-header_title { /* product */
	background-color: #073061;
	background-image: url(images/title_product.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.index_title {
	background: url(images/index_title.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.use_title {
	background: url(images/use_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.hm2_title {
	background: url(images/hm2_title.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.pp4_title {
	background: url(images/pp4_title.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.duoh_title {
	background: url(images/duoh_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.duoapp_title {
	background: url(images/duoapp_title.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_camera_title {
	background: url(images/pro_camera_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pro_standing_title {
	background: url("images/standing.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* 製品紹介リンク（2カラム×2ボタン） */
.cat_link ul {
	overflow: hidden;
}

.cat_link li {
	float: left;
	width: 230px;
}

.cat_link li:last-child {
	float: right;
}

.cat_link p {
	font-weight: bold;
}
/* index */
.prompter_index_list {
	overflow: hidden;
	margin-bottom: 60px;
}

.prompter_index_list img {
	float: left;
}

.prompter_index_list_text {
	width: 480px;
	float: right;
}

.prompter_index_list_text p {
	line-height: 2;
}

.prompter_index_list_text .wrap_inquiry {
	margin: 30px 0 0 0;
}

.prompter_index_list_text .wrap_inquiry a {
	width: 100%;
}

/* プロンプターとは */
.column_3btn {
	width: 904px;
	margin: auto;
	overflow: hidden;
}

.column_3btn > div {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.column_3btn > div:last-child {
	width: 32%;
	margin-right: 0;
}

	.column_3btn .btn_simple, .column_3btn .btn_oncolor {
		width: 100% !important;
		line-height: 1.5;
		padding: 13px 0;
	}


/* プロンプタープロ　HM2 */
.about {
	overflow: hidden;
	
	font-size: 16px;
}

.tokucho {
	width: 800px;
	margin: auto;
}

.tokucho li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	font-weight: bold;
}

.set_name {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: -20px 0px 10px 0px;
}
	
.set_name span{
	display: inline-block;
}

.price_tag p {
	display: inline-block;
	background: url(../common/images/icon_check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	
	font-size: 16px;
	letter-spacing: 0.05em;
	
	margin-bottom: 10px;
}


.price_btn {
	margin-top: 45px;
}

.price_btn li {
	margin-bottom: 20px;
}

.monitor_lead {
	width: 800px;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 32px;
}


/* プロンプタープロ　ソフト */
.pp4_tokucho {
	width: 800px;
	margin: auto;
}

.pp4_tokucho h4 {
	font-size: 18px;
	font-weight: bold;
}

.pp4_tokucho img {
	margin: 10px 0;
}

.pp4_tokucho p {
	font-size: 14px;
}

.tokucho_pp4 {
	margin-top: 50px;
}

.tokucho_pp4 li {
	font-size: 18px;
	font-weight: bold;
}

.tokucho_pp4 span {
	font-weight: normal;
}

.tokucho_pp4 p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}

.pp4_itemtitle {
	margin-top: 5px;
	font-size: 24px;
	text-align: center;
}

.pp4_itemtitle span {
	font-size: 16px;
	display: block;
}

.prompterduo_package {
	padding: 40px 100px 30px;
	background: #f7f7f7;
}

.prompterduo_package h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.prompterduo_package .column_5 {
	width: 800px;
}

.prompterduo_package ol {
	width: 570px;
	float: right;
}

.block {
	display: inline-block;
}


@media screen and (max-width: 640px) {

/* 製品紹介リンク（2カラム×2ボタン） */
.cat_link .clearfix > div {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.cat_link .clearfix > div:last-child {
	float: none;
}

.cat_link li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.cat_link li:last-child {
	float: none;
}

/* プロンプターとは */
.column_3btn {
	margin-bottom: 20px;
	width: 100%;
}

.column_3btn > div {
	float: none;
	width: 100%;
	margin-right: 0%;
}

.column_3btn > div:last-child {
	width: 100%;
	margin-right: 0;
}

	.column_3btn .btn_simple, .column_3btn .btn_oncolor {
		width: 100% !important;
		line-height: 1.5;
		padding: 13px 10px;
	}

.column_3btn .wrap_inquiry {
	margin: 50px 0 0;
}

.prompter_index_list img {
	width: 100%;
	height: auto;
}

.prompter_index_list_text {
	width: 100%;
	float: none;
}

/* プロンプタープロ　HM2 */
.about img {
	margin-bottom: 5px;
}

.tokucho {
	width: 100%;
	margin: auto;
}

.tokucho li {
	padding: 10px 0;
}

.tokucho span {
	display: block;
	font-size: 30px;
}

.set_name {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	margin: -20px 0px 10px 0px;
	}
	
.price_tag {
	margin-left: 0px;
	
}

.price_tag p {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 130%;
}

.monitor_lead {
	width: 100%;
}

/* プロンプタープロ　ソフト */
.pp4_tokucho {
	width: 100%;
	margin: auto;
}

.pp4_tokucho img{
	width: 100%;
	height: auto;
}

.pp4_tokucho div {
	margin-bottom: 0;
	padding: 8px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.pp4_itemtitle {
	margin-bottom: 30px;
}

/* 価格カタログ */
.prompterduo_package {
	padding: 20px;
}

.prompterduo_package h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.prompterduo_package .column_5 {
	width: 100%;
}

.prompterduo_package .column_5 div {
	float: left;
	width: 50%;
	text-align: center;
}

.prompterduo_package .mgt20 {
	margin-top: 0;
}

.prompterduo_package .fl {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.prompterduo_package ol {
	width: 100%;
	float: none;
}

.prompterduo_package ol li {
	text-indent: -1.5em;
	padding-left: 0.5em;
}

.block {
	display: inline-block;
}

.price_tag div{
	
}

.price30 {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
}

.column_2 img{
width: 100%;
height: auto;
}

.w100 img{
width: 100%;
height: auto;
}

.clearfix img {
width: 100%;
height: auto;
}


}


/* IEの游ゴシックズレを矯正 */
@media all and (-ms-high-contrast:none) {
	
body {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

}