﻿@charset "utf-8";

/* 要素全体に関わるCSS
  marigin, paddingは通例であれば0pxクリアで、よいでしょう
  marginのautoは、body直下の要素がcenter寄せになります
  (全体を中央寄せにしたいのならです)
  font-familyとfont-sizeのデフォルトは、今回にあったものに
  調整してください。ただし、表示文字によって幅に差がでないように
  等幅フォントをお勧めします
  また、colorについても、基準となるデフォルト値を決めてしまっても
  よいでしょう
  letter-spacing, word-spacingは特別な事情がなければ
  0pxでよいでしょう
  (文字幅が狭いフォントの場合、letter-spacingを
  使って文字幅を広げる手もありますが、この場合、同じバイト数の文字列
  を表示しても、文字数が多い方が文字幅分全体が広くなりますので
  等幅フォント使用しても、全角/半角文字の数によって、文字列全体の
  幅がずれることは避けられません)
  */
/*
  全体:
  ベース色:背景色:白
           前景色:青色系
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-family: "ＭＳ ゴシック",monospace;
	border-collapse: collapse;
	letter-spacing: 0px;
	word-spacing: 0px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
p {
	line-height:100%;	/*全体で使う、文字と文字の行間*/
	color			:black;
	text-align		:left;
	line-height		:1.5em;
	padding-left	:2em;
	width			:95%;
	word-wrap		:break-word;
/*	display			:box;	*/
}
a {
	color: #000080;
	font-weight:bolder;
}
a:hover {
	color: #FF0000;
	font-weight:bolder;
}
a.permeation:hover {
	opacity: 0.5;
}

/* 個別ページ*/
/*
#page_content {
	float: right;
	width: 790px;
	margin-top: 20px;
	margin-left:0px;	
}
*/

/*メイン部分の設定*/
#main {
	float: right;
	width: 770px;		/*メイン部分の横幅770pxの指定*/
	text-align: left;	/*イメージ画像から間隔をあける指定*/
	margin-top: 20px;
}
#main b {
	color: red;
}
#main h2 {
	width: 760px;
	text-indent: 1em;
	line-height: 40px;
	color: #000080;
/*	background-image: url(../img/heading2.jpg);	*/
/*	background: url(../img/heading2.jpg),linear-gradient(top, #666, #000);	*/
/*	background: url(../img/heading2.jpg), linear-gradient(to bottom,#b6e2fd 0%,#87c2fb 100%);	*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}
.h2_top_image {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/heading2_top.jpg);
}
.h2_image {
	background-image: url(../img/heading2.jpg);
}
#main h3 {
	width: 760px;
	text-indent: 2em;
	line-height: 40px;
	color: #000080;
	background-image: url(../img/heading3.jpg);
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}
#select_kdf h3 {
	width: 760px;
	text-indent: 2em;
	line-height: 40px;
	color: #000080;
	background: url(../img/heading3_kdf.jpg) no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
}
#select_freeware h3, #select_shareware h3, #select_other_trader h3, #select_myself h3, #select_phys_trader h3  {
	width: 760px;
	text-indent: 2em;
	line-height: 40px;
	color: #000080;
	background: url(../img/heading3_other.jpg) no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
}
#main h4 {
	width: 760px;
	text-indent: 2em;
	line-height: 40px;
	color: #000080;
	background-image: url(../img/heading4.png);
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}
#main h5 {
	width: 760px;
	text-indent: 2em;
	line-height: 40px;
	color: #000080;
	background-image: url(../img/heading5.gif);
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}
/* テーブル関連 */
/* 列ヘッダ */
#main table th {
	color: white;
	background-color: #3A66B4;
	border: solid 1px black;
}
#main table tr {
	color: black;
	background-color: #F2F2F2;
}
#main table td {
	color :black;
	background-color: #fff;
	border: solid 1px black;
	word-wrap: break-word;
}
#main ul {
	line-height: 150%;	/*全体で使う、文字と文字の行間*/
	color: black;
	text-align: left;
}

#main ul li {
	margin-left: 1em;
	word-wrap: break-word;
}
table#step {
/*	width: 710px;	*/
	height: 200px;
	margin-left: 2em;
}
table#step tr {
	border: none;
}
table#step td {
	border: none;
	vertical-align: top;
}
#step img {
	border-style: none;
}
#step a:hover {
	opacity: 0.7;
}
/* テーブルを結合しているためセル単位で指定している箇所もあるので修正時は注意 */
/* 料金テーブルの設定 */
#main table.price_table {
	width: 95%;
/*	border-collapse: collapse;*/ /* collapseを指定するとradiusが効かない */
	border-collapse: separate;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
/* 料金テーブルのヘッダ全般 */
#main .price_table th {
	font-size: 120%;
	font-weight: bolder;
	line-height: 120%;
	text-align: center;
	padding: 8px 15px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
}
/* 料金テーブルのデータ全般 */
#main .price_table tr td {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 3px;
	background-color: #F1F6FC;	/* 薄いグレー */
}
/* 料金テーブルのヘッダの左列の左上を曲線にする */
#main .price_table th:first-child {  
	border-top-left-radius: 15px;
	border-left: 2px solid #000000;
}
/* 料金テーブルのヘッダの右列の右上を曲線にする */
#main .price_table th:last-child {  
	border-top-right-radius: 15px;
	border-right: 2px solid #000000;
}
/* 料金テーブルのデータの左下列の左下を曲線にする */
#main .price_table tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
	border-bottom: 2px solid #000000;
}
/* 料金テーブルのデータの右下列の右下を曲線にする */
#main .price_table tr:nth-child(6) td:nth-child(3) {
	border-bottom-right-radius: 15px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
/* tdの先頭列 */
#main .price_table td:first-child {
	text-align: right;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
/* tdの偶数列(実質2列目) */
#main .price_table td:nth-child(even) {
	color: red;
	text-align: right;
	border-bottom: 1px solid #000000;
}
/* trの最後の行のtdの偶数列(実質2列目) */
#main .price_table tr:last-child td:nth-child(even) {
	border-bottom: 2px solid #000000;
}
/* trの2列目のtdの3行目 */
#main .price_table tr:nth-child(2) td:nth-child(3) {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
/* trの2列目のtdの最後の行 */
#main .price_table tr:nth-child(2) td:last-child {
	border-bottom: 1px solid #000000;
}
/* 料金表の注意書きに使用 */
caption.price_cap {
	font-size: 90%;
	color: black;
	caption-side: bottom;
	padding-top: 10px;
}

.price_down {
	float: left;
	vertical-align: bottom;
/*	padding: -5px;	*/
	margin-left: -5px;
}

/* input, spanのようなインライン要素は
   そのままではheight, widthは適用できません
   以下の通り、共通部でdiplayにinline-blockを適用してしまう事を
   お勧めします
   幅は表示画面によって異なるので要素に対して指定はしないほうが
   良いとは思いますが
   高さは基準となるデフォルト値を決めてしまったほうが
   よいような気がします
   paddingについても同様に、デフォルト値を決めてしまった
   方がよいでしょう
   要素固有に背景色をデフォルトで指定するのもよいかもしれませんが
   たしか(今回あるかどうかは別として)inputなどは、IEでは
   指定の仕方によってデフォルトで効いているフォーカス取得
   の背景色、枠線色の変更が起こらなくなるケースがあります
   この場合は、input:hoverなどを併用して擬似フォーカス生成する
   必要があります
   */
input {
    display: inline-block;
    padding: 2px;
    height: 15px;      
}
span {
    display: inline-block;
    padding: 2px;
    height: 15px;    
}

/*下記堀内追加箇所*/
/*会社概要*/
#main table.prof {
	height: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
 	border-collapse: separate;
	border-spacing: 3px;
	margin-left: 2em;
}
#main th.prof {
	text-align	:center;
	padding		:4px 2px 2px 4px;
	border-top	:1px solid #0033CC;
	border-left	:1px solid #0033CC;
	border-right	:1px solid #808080;
	border-bottom	:1px solid #808080;
}
#main td.prof {
	text-align	:left;
	padding		:4px 2px 2px 4px;
	border-top	:1px solid #999999;
	border-left	:1px solid #999999;
 	border-right	:1px solid #DDDDDD;
	border-bottom	:1px solid #DDDDDD;
}

/*事例*/
#main h3.ex{
/*	width: 100%;	*/
	width: 760px;
}
#main table.ex{
	border: none;
	width		:650px;
	height		:200px;
	margin		:0px 0px 10px 0px;
	padding		:0px;
 	border-collapse	:separate;
	border-spacing	:3px;
}
#main th.ex {
	width		:75px;
	text-align	:center;
	padding		:4px 2px 2px 4px;
	border-top	:1px solid #0033CC;
	border-left	:1px solid #0033CC;
	border-right	:1px solid #808080;
	border-bottom	:1px solid #808080;
}
#main td.ex {
	text-align	:left;
	padding		:4px 2px 2px 4px;
	border-top	:1px solid #999999;
	border-left	:1px solid #999999;
 	border-right	:1px solid #DDDDDD;
	border-bottom	:1px solid #DDDDDD;
}

#main td.pic_usb {
	width:200px;
	background-image:url(../img/usb.png);
	background-repeat: no-repeat; /* 画像の並び */
	background-position:center;
	
}
#main td.pic_sd {
	width:200px;
	background-image:url(../img/sd.png);
	background-repeat: no-repeat; /* 画像の並び */
	background-position:center;
}
#main td.pic_msd {
	width:200px;
	background-image:url(../img/m_sd.png);
	background-repeat: no-repeat; /* 画像の並び */
	background-position:center;
}


/*よくある質問*/
#q_area {
	margin-bottom: 50px;
}
#q_area a {
	text-decoration: none;
}
#q_area a:hover {
	text-decoration: underline;
}
div.qa_area {
	width: 90%;
	margin: 0px 30px 60px;
	border: #d0d0d0 outset 3px;
	border-radius: 10px;
}
.question {
	background: url(../img/qes.jpg) no-repeat;
	margin: 20px 10px 20px;
	font-weight: bold;
	border-bottom: #d0d0d0 solid 3px;
}
.answer {
	background: url(../img/ans.jpg) no-repeat;
	margin: 10px 10px 10px;
	background-color: #F3F4F5;
	font-weight: bold;
}
.reset {
	margin: 0;
	padding: 0;
}

/*会社概要*/
div.info{
	background-image: url(../img/info.png);
	background-repeat: no-repeat; /* 画像の並び */
	width: 650px;
	height: 600px;
	margin-left: 2em;
}


/*お申込み*/
#downloadPDF {
	float: left;
	width: 350px;
	overflow: hidden;
	text-align: center;
	margin-left: 15px;
}
#downloadWord {
	float: right;
	width: 350px;
	overflow: hidden;
	text-align: center;
	margin-right: 15px;
}
#downloadPDF a, #downloadWord a {
	border: 0;
}
.download_label {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;;
	text-align: center;
}


/*利用規約*/
ol {
	font-size:13px;
	margin-left:2em;
	word-wrap:break-word;
	color:black;
}

/*ソーシャルボタンの横並び*/
.snsb {
	overflow: hidden;
}
.snsb li {
	float: left;
	margin-right: 4px;
}
.snsb iframe {
	margin: 0 !important;
}

/*自己診断*/
.no_border {
	border-style: none;
	border: none;
	text-align: center;
}
.target_img {
	width: 130px;
	height: 130px;
}
.status_img {
	width: 220px;
	height: 200px;
}
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#select_media ul {
	margin-left: 15px;
	text-align: center;
	list-style-type: none;	/* リストのマークを無効 */
	height: 300px;
}
#select_status ul {
	margin-left: 15px;
	text-align: center;
	list-style-type: none;	/* リストのマークを無効 */
	height: 415px;
}
#select_media li,#select_status li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 200px;
}
#select_media a:hover,#select_status a:hover {
	opacity: 0.5;
}

#main .google_search_table td{
	background-color: #FFFFFF;
	border: none;
	padding-left: 2em;
	padding-bottom: 1em;
}
.google_img {
	vertical-align: middle;
	border-style: none;
}
.submit_button {
	height: 24px;
}
/*対象媒体*/
.float_left {
	float: left;
	margin-left: 20px;
}
.mgn_btm_50 {
	margin-bottom: 50px;
}

.media_ul {
	margin-left: 15px;
	text-align: center;
	list-style-type: none;	/* リストのマークを無効 */
	height: 150px;
}
.media_ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 200px;
}

/* サイトマップ　*/
#sitemap h4 {
	width: 300px;
	background-image: URL(../img/heading3.jpg);
}
#sitemap ul {
	padding-left: 0px;
	width: 280px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 30px;
}
#sitemap ul li {
	list-style-type: none;	/* リストのマークを無効 */
}
.wd_320 {
	width: 320px;
}
.mgn_rght_50 {
	margin-right: 50px;
}
.mgn_top_50 {
	margin-top: 50px;
}
.red_bold {
	color: red;
	font-weight: bold;
}

/* お申込みフォーム */
table#form_table {
	margin-right: auto;
	margin-left: auto;
}
table#form_table th {
	height: 4em;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	background-color: #E8F8F9;
}
table#form_table td {
	color: black;
	height: 4em;
	padding-left: 10px;
	text-align: left;
}
table#form_table ul {
	margin-left: 0px;
	padding-left: 0px;
}
table#form_table ul li {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}
.brd_sld_5 {
	border: solid 5px #eee;
}
.mgn_top_20 {
	margin-top: 20px;
}
.top_dot_line {
	border-top-style: dotted;
}
.txt_cnt {
	text-align: center;
}
.form_botton_size {
	height: 30px;
	margin-right: 20px;
	font-size: 16px;
}
.require_img {
	width: 35px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.bg_clr_pnk {
	background-color: #FFDFDF;
}
#symptom_detail {
	resize: none;
	padding: 5px 10px 10px 5px;
}
.fntsz_14 {
	font-size: 14px;
}
p.error {
	margin: 0;
	padding: 0;
	color: red;
	font-weight: bold;
}
/* 確認ダイアログ */
#dialog {
	text-align: left;
}
/*
#dialog p {
	font-size:12px;
}
#dialog span {
	font-size: 12px;
}
*/
#dialog table {
	width: 100%;
}
#dialog table th {
	font-size:14px;
	font-weight: normal;
	color: black;
	white-space: nowrap;
	background-color: #E8F8F9;
	border: solid 1px black;
}
#dialog table td {
	font-size: 16px;
	border: solid 1px black;
	font-weight: bolder;
}
.ui-dialog-titlebar {
	line-height: 1.5em;
	font-size: 14px;
}
.ui-button-text {
	font-size: 14px;
}

/* 登録完了画面 */
#reply {
	width: 90%;
	border: solid 5px #eee;
	margin: 10px;
	padding: 10px;
	background-color: #E8F8F9;
}


