@charset "utf-8";
/* CSS Document */

/* ##################################################################### */
/*        　                                             　              */
/* 　 ●各ページ共通のスタイル   　　                                    */
/*    1.共通設定　                                   　　　　　　　　    */
/*    2.MP一覧ページ                                 　　　　　　　　    */
/*      2-1. 一覧の大枠　　　　　　　　　                                */
/*      2-2. 検索結果数表示　　　　　　　                                */
/*      2-3. フレーム　枠　　　                                          */
/*      2-4. 検索結果一覧内容　　　　　　                                */
/*      2-5. 検索結果一覧内容　アイコン　　                              */
/*    3.MP詳細ページ　　　　　　　　　　　　　　　　　　　    　         */
/*      3-1. 概要枠 　　　　　　　　　　                                 */
/*      3-2. タブ 　　　　　　　　　　                                   */
/*      3-3. 概要 　　　　　　　　　　                                   */
/*    4.コラムページ（個人）                                      　     */
/*      4-1. 一覧ページ 　　　　　　　　　　　　　　　　　　             */
/*      4-2. 詳細ページ 　　　　　　                                     */
/*      4-3. section1　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-4. section2　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-5. section3　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*     5.コラム詳細（個人）                                              */
/*        　                                                             */
/* ##################################################################### */

/* ===================================================================== */
/*    1.共通設定　                                   　　　　　　　　    */
/* ===================================================================== */
#glovalNaviArea .dropdown dt.list02 a {
	background: url(../../function/images/global_nav.jpg) -123px -50px;
	}
#glovalNaviArea .dropdown dt.list02 a:hover{
	background: url(../../function/images/global_nav.jpg) -123px -50px;
}

/* ===================================================================== */
/*    2.一覧ページ                                   　　　　　　　　    */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      2-1.一覧の大枠　　　　　　　　　                                 */
/* --------------------------------------------------------------------- */
#result{
	background: url(../image/findmp_bg.jpg) repeat-y left bottom;
	float: left;
}

/* --------------------------------------------------------------------- */
/*      2-2.検索結果数表示　　　　　　　                                 */
/* --------------------------------------------------------------------- */
div.count{
	width: 580px;
	margin-right: 0px!important;
	margin-left: 20px;
	margin-bottom: 5px;
}
	
div.count h3{
	background: #868686 url(../none) 0px 0px!important;
	font-weight: bold;
	color: #FFF!important;
	height: 30px;
	border-style: none!important;
	display: block;
	margin-bottom: 5px!important;
	}
	
div.count dl{
	background: #FAFAFA;
	border: 1px solid #BCBCBC;
	display: block;
	height: 25px;
	width: auto;
	padding-top: 3px;
	}

div.count dl dt{
	font-size: 12px!important;
	color: #999;
	font-weight: normal!important;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: left;

	}
div.count dl dd{
	float: right;
	}

div.count ol{
	width: auto!important;
	list-style: none!important;
	}

div.count ol li{
	border-right:1px solid #656666;
	margin: 5px 5px 0px 0px!important;
	padding: 0px 5px 0px 0px;
	float: left;
	line-height: 1em;
}

div.city{
	width: 580px;
	margin-right: 0px!important;
	margin-left: 20px;
	margin-bottom: 5px;
	height: auto;
	}
div.city ul{
	height: auto!important;
	margin: 0px!important;
	padding: 0px!important;
}
div.city li{
	background: url(none)!important;
	margin-right: 3px!important;
	padding-right: 3px!important;
	width: auto!important;
	border-right: 1px solid #666;
	margin-left: 0px!important;
	padding-left: 0px!important;
	display: inline!important;
	margin-bottom: 1px!important;
	font-size: 70%!important;
	text-align: left!important;
	padding-bottom: 0px;
}

/* --------------------------------------------------------------------- */
/*      2-3.フレーム　枠　　　　　　　　                                 */
/* --------------------------------------------------------------------- */
/* 大枠のフッター */
#result #waku{
	background: url(../image/wraper_footer.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
/* 各個別の枠の上下 */
div.wraperStart{
	background: url(../image/wraper_start.jpg) no-repeat left top;
	padding-top: 20px;
	width: 620px;
	}
div.wraperEnd{
	background: url(../image/window_bg_footer_l.gif) no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 0px;
	width: 620px;
	padding-top: 10px;
	}

/* --------------------------------------------------------------------- */
/*      2-4.検索結果一覧内容　　　　　　                                 */
/* --------------------------------------------------------------------- */
#result div.mp{
	width: 580px;
	margin-right: 20px;
	margin-left: 20px;
	background: #EFEFEF;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 1px solid #ADADAD;
	clear: both;
	}

#result div.even{
	background: #E1E1E1;
	}

#result div.mp div.catch p{
	font-weight: bold;
	color: #006;
	}

#result div.mp p {
	margin-right: 10px;
	margin-left: 10px;
	}
div.mp h3.area{
	background: #033 url(../none)!important;
	font-weight: bold;
	color: #FFF!important;
	height: 30px;
	border-style: none!important;
	display: block;
	}

.license{
	margin-left: 20px;
	display: block;
	height: 20px;
}

.mp ul.license li{
	border: none!important;
	margin: 5px 5px 0px 0px!important;
	padding: 0px 5px 0px 0px!important;
	float: left!important;
	line-height: 1em!important;
	list-style-type: none!important;
	text-indent: -9999px!important;
}

.mp img.layoutLeft{
	width: 100px;
	height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

.mp ul.mpdetail li{
	float: right;
	list-style: none!important;
	background: url(../none)!important;
}

.mp ul.mpdetail li a{
	width: 50px;
	height: 20px;
	display: block;
	background-image: url(../image/detail.gif)!important;
	text-indent: -9999px;
}

.mp hr{
	height: 1px;
	clear: both;
	float: left;
	}
.address{
	clear: both;
	}
/* --------------------------------------------------------------------- */
/*      2-5.検索結果一覧内容　アイコン　                                 */
/* --------------------------------------------------------------------- */
ul.license li.limp{
	width: 21px;
	background: url(../../function/images/licensemp.gif) no-repeat center bottom!important;
}

ul.license li.licmp{
	width: 31px;
	background: url(../../function/images/licensecmp.gif) no-repeat center bottom!important;
}

ul.license li.liscmp{
	width: 41px;
	background: url(../../function/images/licensescmp.gif) no-repeat center bottom!important;
}

ul.license li.liamp{
	width: 31px;
	background: url(../../function/images/licenseamp.gif) no-repeat center bottom!important;
}

/* ===================================================================== */
/*    3.詳細ページ                                   　　　　　　　　    */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      3-1.概要枠　　　　　　　　　　　                                 */
/* --------------------------------------------------------------------- */
#mainContent div.section1{
	width: 620px!important;
}

#mainContent div.section1 img{
	height: 150px;
	width: 150px;
	background: url(../image/face_bg.gif) no-repeat center center;
	padding: 5px;
}

#mainContent div.section1 table{
	float: right;
	width: 450px;
}

/* --------------------------------------------------------------------- */
/*      3-2.タブ　　　　　　　　　　　                                   */
/* --------------------------------------------------------------------- */

/*    4.コラムページ（個人）                                      　     */

#mainContent div.section2{
	width: 620px;
	height: 42px;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 0px;
	background: url(../image/tab_bg.jpg) no-repeat;
	}

#mainContent div.section2 ul{
	height: 42px;
	margin: 0px!important;
	padding: 0px!important;
	}
	
#mainContent div.section2 li{
	float: left;
	list-style-type: none;
	}

#mainContent div.section2 li a{
	display: block;
	list-style-type: none;
	height: 42px;
	text-indent: -9999px;
	}

#mainContent div.section2 li.list01{
	width: 155px;
	background-image: url(../image/tab.jpg)!important;
	margin: 0px!important;
	padding: 0px!important;
	background-position: 0px 0px!important;	
	}
#mainContent div.section2 li.list02{
	width: 155px;
	background-image: url(../image/tab.jpg)!important;
	margin: 0px!important;
	padding: 0px!important;
	background-position: -155px 0px!important;
	}
#mainContent div.section2 li.list03{
	width: 155px;
	background-image: url(../image/tab.jpg)!important;
	margin: 0px!important;
	padding: 0px!important;
	background-position: -310px 0px!important;
	display: none;
	}
#mainContent div.section2 li.list04{
	width: 155px;
	background-image: url(../image/tab.jpg)!important;
	margin: 0px!important;
	padding: 0px!important;
	background-position: -465px 0px!important;	
	}

/* 背景画像の位置指定(ロールオーバー) */

#mainContent div.section2 li.list01 a:hover,
#mainContent div.section2 li.list01 a.active{
	background-image: url(../image/tab.jpg);
	background-position: 0px -42px;
}

#mainContent div.section2 li.list02 a:hover,
#mainContent div.section2 li.list02 a.active{
	background-image: url(../image/tab.jpg);
	background-position: -155px -42px;
}

#mainContent div.section2 li.list03 a:hover,
#mainContent div.section2 li.list03 a.active{
	background-image: url(../image/tab.jpg);
	background-position: -310px -42px;
}

#mainContent div.section2 li.list04 a:hover,
#mainContent div.section2 li.list04 a.active{
	background-image: url(../image/tab.jpg);
	background-position: -465px -42px;
}
/* --------------------------------------------------------------------- */
/*      3-3. 概要 　　　　　　　　　　                                   */
/* --------------------------------------------------------------------- */


/* ===================================================================== */
/*    4.コラムページ（個人）                                      　     */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      4-1. 一覧 　　　　　　　　　　                                   */
/* --------------------------------------------------------------------- */
div.mainColumn div.section3 {
	width: 620px;
	float: left;
	margin-bottom: 25px;
}

div.section3 th{
	width: 130px!important;
}

div.section3 td{
	width: auto!important;
}


div.section3 .column_list_photo{
	height: 70px;
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div.section3 .column_list_photo img{
	height: 70px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.section3 h4{
	height: 70px;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	float: left;
	width: 520px!important;
	margin-bottom: 3px;
	line-height: 1.3em!important;
	background: url(none)!important;
	margin-top: 0px!important;
	padding-top: 0px!important;
	clear: none!important;
}

.section3 h4 a, .section1 h4 a:visited{
	text-decoration: none;
	color: #039;
	font-weight: bold;
}

.section3 h4 a:hover{
	text-decoration: none;
	color: #FF6699;
}
.section3 p{
	clear: both;
	font-size: 0.7em;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
}

div.section3 ul{
	background: url(none);
	float: left;
}

div.section3 li{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	display: block;
	height: 90px;
	padding-bottom: 0px;
	overflow: hidden;
	background: url(none)!important;
	margin: 0px!important;
	padding: 0px!important;
}

div.mainColumn div.section3 dl{}


div.mainColumn div.section3 dl dt{
	font-size: 14px;
	font-weight: bold;
}

div.mainColumn div.section3 dl dd{
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9D9D;
	padding-bottom: 10px;
}

.issuedate{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
}

.issuedateRanking{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-right: 10px;
}

.keyword a:link, .keyword a:visited{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-right: 5px;
}

.keyword a:hover{
	font-size: 10px;
	color: #CC0000;
	font-weight: normal !important;
	margin-right: 5px !important;
	text-decoration: underline !important;
}

.catg{
	font-size: 12px;
	color: #3399FF;
}

.keywords{
	font-size: 12px;
	color: #CC0000;
	margin-right: 0px;
	margin-left: 10px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}

.read {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 1.3em;
	overflow: hidden;
	height: 30px;
	display: block;
}


/* ===================================================================== */
/*     5.コラム詳細（個人）                                              */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      4-1. 一覧 　　　　　　　　　　                                   */
/* --------------------------------------------------------------------- */
div.section4  {
	}
div.section4 h4{
	border-bottom: 1px dotted #039!important;
	padding-bottom: 3px!important;
	margin-bottom: 5px!important;
	}

