@charset "utf-8";


/*-----------------------------------
 共通設定
-----------------------------------*/

/*---------
 ヘッダ
---------*/

#header {
    border-bottom: 1px solid #808080;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    width: 950px;
}

#header div.inner {
    height: auto;
}

#header h1 {
    float: left;
    padding: 12px 0 0 12px;
    width: 291px;
}

/*---------
 パンくず
---------*/
.breadcrumbs {
	display:none;
}

.breadcrumbs a {
    color: #999999;
    text-decoration: none;
}
.breadcrumbs .breadcrumbsToppageUrl,
.breadcrumbs .breadcrumbsCataloginfoTitle,
.breadcrumbs .breadcrumbsVolumeName{
	display:none;
}

/*---------
 サイドメニュー
---------*/
.cmn_sideNavi .cmn_innerList li a.sideMenuCurrent{
	background-color:#ddeeff;
}

.ygtvlabel-current{
	background-color:#ddeeff;
}

.treeTitle{
	height:36px;
}

.cmn_tit_01 {
	background-image: url("../images/cmn_navi_tit_bg_01.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 9px 14px;
	position: relative;

}

.cmn_tit_02{
	background-image: url("../images/cmn_navi_tit_bg_02.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 9px 14px;
	position: relative;
}

.cmn_tit_03{
	background-image: url("../images/cmn_navi_tit_bg_03.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 9px 14px;
	position: relative;
}

.cmn_tit_04{
	background-image: url("../images/cmn_navi_tit_bg_05.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 9px 14px;
	position: relative;
}

.ygtvdepth0 .ygtvlabel {
	background-image: url("../images/cmn_navi_btn_bg_01.gif");
	background-position: 0 0;
	background-repeat: no-repeat;

	cursor: pointer;
	display: block;
	padding: 4px 0 8px 33px;
	width:176px;
	font-size:14px;
	color:#00a0FF;
	font-weight:bold;
}

.ygtvchildren {
	width: 230px;
/*	margin-bottom:10px;*/
}

.ygtvspacer{
	text-decoration:none;
	width:11px;
	display:block;
}

.ygtvdepth1 {
	margin-right: 1em;
	padding-bottom: 10px;
	margin: 2px 0 0 24px;
}

.ygtvdepth2 {
	margin-right: 1em;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 2px 0 0 44px;
}

.ygtvdepthcell{
	display:none;
}
.ygtvblankdepthcell{
	display:none;
}

.ygtvcontent a{
	background-image: url("../images/cmn_navi_btn_bg_03.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #828282;
	display: block;
	text-decoration: none;
	padding-bottom:10px;
}
.ygtvcontent span{
	background-image: url("../images/cmn_navi_btn_bg_05.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom:10px;
	display:block;
}

#treeDiv_0 {
	padding-top:10px;
	background-image: url("../images/cmn_navi_bg_01.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

#treeDiv_1 {
	padding-top:10px;
	background-image: url("../images/cmn_navi_bg_01.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

#treeDiv_2 {
	padding-top:10px;
	background-image: url("../images/cmn_navi_bg_01.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

#treeDiv_3 {
	padding-top:10px;
	background-image: url("../images/cmn_navi_bg_01.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

div#keywordSearchSide ul.scope:nth-of-type(1){
	display:none;
}
div.section#keywordSearchSideCatalog {
	height: 49px;
}

/*---------
 コンテンツ本体
---------*/

#contents {
	width: 930px;
	padding:10px;
}
.cmn_bgImg01 {
	background-image: url("../images/cmn_bg_01.jpg");
	background-position: center 0;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
}
#header, #contents, #footer {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom:none;
}
#contents:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#main {
    width: 680px;
}
#lead h1 {
    background-color: #00A5E7;
    color: #FFFFFF;
    display: block;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    padding: 3px 5px;
    border-bottom: 3px solid #00A5E7;
    margin-bottom: 15px;
}

.localNavi{
	display:none;
}

#sideMybinder{
	display:none;
}
#wrapper {
    padding-bottom: 10px;
}



/*-----------------------------------
 カタログ一覧画面
-----------------------------------*/

.catalogSearchResult .section h2,
.catalogSearchResultPagination .section h2{
	display:none;
}
.catalogSearchResult .article .inner .description .comment,
.catalogSearchResultPagination .article .inner .description .comment{
	display:none;
}
.catalogSearchResult .viewBlock.half li.article,
.catalogSearchResultPagination .viewBlock.half li.article {
    margin: 0 0 0 13px;
}
*html .catalogSearchResult .viewBlock.half li.article,
*html .catalogSearchResultPagination .viewBlock.half li.article {
	position:relative;
}
.catalogSearchResult .viewBlock li.article div.inner div.image div.function,
.catalogSearchResultPagination .viewBlock li.article div.inner div.image div.function {
	display:none;
}

/*-----------------------------------
 検索結果一覧画面
-----------------------------------*/

.catalogPageGroupSearchResult .searchResultCatalogSummary {
	background-color:white;
}
.catalogPageGroupSearchResult .viewBlock.half li.article {
	margin-left:5px;
	margin-right:5px;
}
.catalogPageGroupSearchResult .viewBlock li.article .name a {
	display:none;
}
.catalogPageGroupSearchResult .viewBlock li.article p.function {
	display:none;
}
.catalogPageGroupSearchResult .viewBlock.half.catalogPage li.article ol.nombre .function {
	display:none;
}


/*===========================================
@@
カスタム用CSS

----------------------------------
【CSS定義ルール】
index.cssとの競合を防ぐため以下のルールで定義

1.  を必ずセレクタにする

2. 汎用クラス、コンテンツ共通要素のクラスは
   クラス名の先頭に『 cmn_ 』を必ずつける

3. ページごとで使用するクラスは
   クラス名の先頭に『 c_ 』を必ずつける
----------------------------------

%update / 2012.04.06

===========================================*/

/*----------------------------------
▼汎用クラス
----------------------------------*/

 .cmn_flBoxR {
	float:right;
}
 .cmn_flBoxL {
	float:left;
}
 .cmn_clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	content: ".";
}
 .cmn_clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE7 */
}
/* hide from MacIE \*/
* html  .cmn_clearfix {
	height: 1%;
}
 .cmn_clearfix {
	display: block;
}
/* end hide from MacIE */


/*----------------------------------
▼コンテンツ共通クラス
----------------------------------*/

 .cmn_hdCopy {
	font-size: 12px;
	line-height:15px;
	overflow: auto;
	overflow-x: hidden;
	width: 400px;
	height:75px;
	position: absolute;
	top: 10px;
	left: 260px;
}
 .cmn_hdCopy.sp::-webkit-scrollbar {
	width:9px;
	height:9px;
}
 .cmn_hdCopy.sp::-webkit-scrollbar-button:start:decrement,
 .cmn_hdCopy.sp::-webkit-scrollbar-button:end:increment {
	display:block;
	height:0;
	background-color:transparent;
}
 .cmn_hdCopy.sp::-webkit-scrollbar-track-piece {
	background-color:#FAFAFA;
	-webkit-border-radius:0;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}
 .cmn_hdCopy.sp::-webkit-scrollbar-thumb:vertical {
	height:50px;
	background-color:#bbb;
	-webkit-border-radius:8px;
}
 .cmn_hdCopy.sp::-webkit-scrollbar-thumb:horizontal {
	width:50px;
	background-color:#bbb;
	-webkit-border-radius:8px;
}
 .cmn_hdNavi {
	width: 260px;
	padding-top: 10px;
}
 .cmn_hdNavi li {
	float:left;
	width:65px;
}
 .cmn_bgImg01 {
	background-image: url(../images/cmn_bg_01.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	width:952px;
	margin-right: auto;
	margin-left: auto;
}
 .cmn_bgImg02 {
	background-image: url(../images/cmn_bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:950px;
	height: 600px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
 #lead h2.cmn_txt01 {
	display:block;
	background-color: #00A5E7;
	color: #FFFFFF;
	font-size: 150%;
	font-weight:bold;
	padding: 3px 5px;
	line-height:1;
}
 .cmn_sideNavi {
	background-image: url(../images/cmn_navi_bg_01.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:230px;
}
 .cmn_sideNavi .lastItem {
	margin-bottom: 0px;
}
 .cmn_sideNavi .cmn_sideNaviInner {
	padding-top: 11px;
	padding-left: 11px;
}
 .cmn_sideNaviEND {
	background-image: url(../images/cmn_navi_bg_02.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	_background-position: 0 top; /* for IE6 */
	height: 10px;
	margin-bottom: 15px;
}
 .cmn_sideNavi .cmn_btnBg_01 .cmn_btn01 {
	background-image: url(../images/cmn_navi_btn_bg_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
 .cmn_sideNavi .cmn_btnBg_02 .cmn_btn01 {
	background-image: url(../images/cmn_navi_btn_bg_02.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
 .cmn_sideNavi .cmn_btn01 {
	padding: 6px 0px 7px 33px;
	cursor:pointer;
	display:block;
}
 .cmn_sideNavi .cmn_btnBg_01 .cmn_innerList {
	display: none;
}
 .cmn_sideNavi .cmn_btnBg_02 .cmn_innerList {
	display: block !important;
}
 .cmn_sideNavi .cmn_innerList {
	margin: 10px 0px 0px 34px;
}
 .cmn_sideNavi .cmn_innerList li {
	padding-bottom: 10px;
	background-image: url(../images/cmn_navi_btn_bg_03.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	margin-right: 1em;
}
 .cmn_sideNavi .cmn_innerList li a {
	color: #828282;
	text-decoration: none;
	display: block;
}

/*パンくず*/
 #bread_crumb{
	color:#999;
	font-size:12px;
	padding-bottom:10px;
	display:none;
}

 #bread_crumb a{
	color:#999;
	text-decoration:none;
}

 #bread_crumb a:hover{
	text-decoration:underline;
}
/*/パンくず*/

/*背景の棚*/
 .c_002 .c_boxBg_wrapper,
 .c_003 .c_boxBg_wrapper,
 .c_003 .c_boxBg_wrapper2,
 .c_003 .c_boxBg_wrapper4,
 .c_004 .c_boxBg_wrapper,
 .c_005 .c_boxBg_wrapper,
 .c_006 .c_boxBg_wrapper{
	background:url("../images/common_bg_tana.png") no-repeat 0 bottom;
	height:305px;
	overflow:hidden;
	padding-top:12px;
}
 .c_005 .c_boxBg_wrapper{
	height:260px;
}
 .c_003 .c_boxBg_wrapper{
	margin-top:-14px;
}
 .c_003 .c_boxBg_wrapper2{
	margin-top:-59px;
}
 .c_002 .mt-25,
 .c_006 .mt-25{
	margin-top: -69px !important;
}
 .c_003 .c_boxBg_wrapper{
	margin-top: -26px;
}
 .c_003 .c_boxBg_wrapper2{
	margin-top:-69px;
}
 .c_003 .c_boxBg_wrapper4{
	margin-top:-69px;
}
 .c_005 .mt-25{
	margin-top: -35px !important;
}

/*/背景の棚*/

/*本のタイトル*/
 .c_002 h3,
 .c_006 h3{
	font-size:18px;
	font-weight:bold;
	margin:16px 0;
}
/*/*/

.mt-25{
	margin-top:-25px;
}
.mt20{
	margin-top:20px;
}

/*----------------------------------
▼ページごとで使用するクラス
----------------------------------*/
/*おすすめの保険はこちら*/
 .c_002 .c_boxBg_wrapper{
	padding-left:50px;
	width:629px;
}

 .c_002 .c_boxBg{
	/*background:url("../images/002_bg_panfu.png") no-repeat 0 4px;*/
	float:left;
	height:245px;
	margin-top:-12px;
	width:310px;
}

 .c_002 .c_boxBg img{
	float:left;
	left:2px;
	top:14px;
	position:relative;
	padding-right:20px;
}

 .c_002 .c_boxBg .c_boxTxt{
	float:left;
	text-align: center;
	width: 254px;
}
/*/おすすめの保険はこちら*/

/*生損保一体型保険*/
 .c_003 .c_boxBg_wrapper{
	padding-left:100px;
	width:591px;
}

 .c_003 .c_boxBg01{
	background:url("../images/003_bg_panfu01.png") no-repeat -3px 1px;
	float:left;
	height:162px;
	margin-top:41px;
	width:208px;
}

* html  .c_003 .c_boxBg01{
	/*margin-top:28px;*/
	margin-top:41px;
}

 .c_003 .c_boxBg01 img{
	left:0px;
	top:16px;
	position:relative;
	padding-right:20px;
}

 .c_003 .c_boxBg02{
	background:url("../images/003_bg_panfu02.png") no-repeat -5px 6px;
	float:left;
	height:162px;
	margin-top:43px;
	margin-left:100px;
	width:173px;
}

* html  .c_003 .c_boxBg02{
	margin-top:43px;
}

 .c_003 .c_boxBg02 img{
	left:0px;
	top:12px;
	position:relative;
	padding-right:20px;
}

 .c_003 .c_boxBg01 .c_boxTxt h3,
 .c_003 .c_boxBg02 .c_boxTxt h3{
	font-size:15px;
	text-align:center;
	margin:20px 0 5px 0;
}

 .c_003 .c_boxBg01 .c_boxTxt p,
 .c_003 .c_boxBg02 .c_boxTxt p{
	color:#6a3a0d;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

 .c_003 .c_icon_ya{
	float:left;
	position:relative;
	top:80px;
	left:50px;
}


 .c_003 .c_boxBg_wrapper2{
	padding-left:25px;
	width:654px;
}

 .c_003 .c_boxBg_wrapper4{
	padding-left:25px;
	width:654px;
}

 .c_003 .c_boxBg03{
	background:url("../images/003_bg_panfu03.png") no-repeat 48px 7px;
	float:left;
	height:192px;
	margin-top:25px;
	/*margin-left:53px;*/
	width:209px;
}

* html  .c_003 .c_boxBg03{
	margin-top:11px;
	margin-left:36px;
}

 .c_003 .c_boxBg03 img{
	position:relative;
	left:54px;
	top:11px;
}

 .c_003 .c_boxBg03 .c_boxTxt h3{
	font-size:15px;
	text-align:center;
	margin:20px 0 5px 0;
}

 .c_003 .c_boxBg03 .c_boxTxt p{
	color:#6a3a0d;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

 .c_003 .c_boxBg04{
	background:url("../images/003_bg_panfu03.png") no-repeat 23px 7px;
	float:left;
	height:192px;
	margin-top:25px;
	width:155px;
}

* html #customContents .c_003 .c_boxBg04{
	margin-top:25px;
}

 .c_003 .c_boxBg04 img{
	position:relative;
	left:29px;
	top:11px;
}

 .c_003 .c_boxBg04 .c_boxTxt h3{
	font-size:15px;
	text-align:center;
	margin:20px 0 5px 0;
}

 .c_003 .c_boxBg04 .c_boxTxt p{
	color:#6a3a0d;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
}


 .c_003 .c_icon_ya2{
	float:left;
	position:relative;
	top:80px;
	left:20px;
}

* html  .c_003 .c_icon_ya2{
	padding-right:15px;
}
/*/生損保一体型保険*/

/*くるまの保険*/

  /*index.cssのスタイルのリセット*/
.catalogSearchResult h1 { display: block; }
.catalogSearchResult { padding: 0pt; }
.catalogSearchResult .viewBlock li.article .name { padding: 0px; font-weight: bold; line-height: 1.3; }
.catalogSearchResult .viewBlock li.article .name a { text-decoration: none; }
.catalogSearchResult .viewBlock li.article div.inner {
 padding: 0px; 
}
.catalogSearchResult .viewBlock li.article div.wrapper { overflow: hidden; }
.catalogSearchResult .viewBlock li.article div.inner div.image {
	float: none; 
	background-color: transparent;
	background-image: url("../images/004_bg_panfu.png");
	background-position: 18px 0;
	background-repeat: no-repeat;
	border: medium none;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top:2px; !important;
	padding:0;
}

.catalogSearchResult .viewBlock li.article div.description { float: none; }
.catalogSearchResult .viewBlock li.article img.main, .catalogSearchResult .viewBlock li.article img.main { padding: 0pt; }
.catalogSearchResult .viewBlock.half li.article .name { background-image: none; line-height:18px; margin:0; padding:0;}
.catalogSearchResult .viewBlock.half li.article div.wrapper { 
	background-image: none; 
	margin-top:-29px;
}
*html .catalogSearchResult .viewBlock.half li.article div.wrapper { 
	margin-top:0;
}
.catalogSearchResult .viewBlock.half li.article div.inner { padding: 0px; }
.catalogSearchResult .viewBlock.half li.article div.image { width: auto; margin-right: 0px; }
  /*index.cssのスタイルの上書き*/
.catalogSearchResult .section {
	margin : 41px 0px 0px 0px;
	background-image: url(../images/004_bg_tana.png);
	background-repeat: repeat-y;
	background-position: left 2px;
	position: relative;
	width:680px;
}
.catalogSearchResult .viewBlock {
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
}
.catalogSearchResult .viewBlock ul.heightfix{
	margin-top:0 !important;
}
.catalogSearchResult .viewBlock li.article img.main {
	border: 1px solid #CCCCCC;
	background-color: transparent;
	background-image: url(../images/004_bg_panfu.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}

* html .catalogSearchResult .viewBlock li.article img.main {
/*	padding: 0px 12px 8px 2px !important;*/
}


.catalogSearchResult .viewBlock.half {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}
*html .catalogSearchResult .viewBlock.half {
	margin-top:-29px;
}

.catalogSearchResult .viewBlock.half li.article {
	display: block;
	margin-bottom: 0px;
	background-image:none;
	background-color:transparent;
	padding: 0px;
	height: 248px;
	width: 142px;
	text-align: center;
}
.catalogSearchResult .viewBlock.half li.c_lastItem {
	height:275px;
}
.catalogSearchResult .viewBlock.half li.article div.description {
	width: auto;
	margin: 0px;
	display: block;
}
.catalogSearchResult .viewBlock li.article ul.spec { 
    color: #6A3A0D;
	font-size: 10px;
	font-weight: bold;
}
.catalogSearchResult .viewBlock.half li.article h3 {
	font-size: 15px;
	margin: 5px 0 5px;
	color:#333;
	font-weight:normal;
}
/*/くるまの保険*/

/*動画一覧*/
 .c_005 .c_boxBg_wrapper{
	padding-left:58px;
	width:621px;
}

 .c_005 .c_boxBg{
	background:url("../images/005_bg_panfu.png") no-repeat -3px -12px;
	float:left;
	height:162px;
	margin-top:-12px;
	width:310px;
}

* html  .c_005 .c_boxBg{
	margin-top:-11px;
}

 .c_005 .c_boxBg img{
	float:left;
	left:0px;
	top:-1px;
	position:relative;
	padding-right:20px;
	padding-bottom:3px;
}
#customContents .c_005 .c_caption,
#customContents .c_005 .c_caption2{
    color: #6A3A0D;
    font-size: 14px;
    font-weight: bold;
	clear:both;
	display:block;
	text-align:center;
	width:250px;
}
#customContents .c_005 .c_caption2 {
	text-align:left;
}
/*/動画一覧*/

/*アプリ*/
 .c_006 .c_boxBg_wrapper{
	padding-left:50px;
	width:629px;
}

 .c_006 .c_boxBg{
	background:url("../images/006_bg_panfu.png") no-repeat 3px 14px;
	float:left;
	height:192px;
	margin-top:37px;
	width:390px;
}

* html  .c_006 .c_boxBg{
	margin-top:37px;
}

 .c_006 .c_boxBg img{
	float:left;
	left:5px;
	top:19px;
	position:relative;
	padding-right:20px;
}

 .c_006 .c_boxBg .c_boxTxt{
	float:left;
}

 .c_006 .c_boxBg .c_boxTxt p{
	font-size:18px;
	font-weight:bold;
}

#customContents .c_006 .c_text_caption{
	position:relative;
	width:350px;
	top:-140px;
	left:280px;
}
/*/アプリ*/

/*ヘルプ*/
 .c_007 .c_helpBox{
	background:url("../images/007_bg_conbottom.png") no-repeat 0 bottom;
	padding:20px 10px 30px 40px;
	width:571px;
	z-index:9999;
}

 .c_007 h3{
	margin:25px 0 10px;
}

 .c_007 .c_helpBox h4{
	font-size:15px;
	margin:0;
}

 .c_007 .c_helpBox p{
	font-size:15px;
	line-height:1.8;
	margin:15px 0 25px;
}

 .c_007 .c_top_btn{
	padding-top:10px;
	width:621px;
}

 .c_007 .c_top_btn a{
	display:block;
	height:28px;
	float:right;
	width:174px;	
}

 .c_007 .c_content_wrapper{
	width:571px;
}

 .c_007 .c_contentBox_left,
 .c_007 .c_contentBox_right{
	float:left;
	width:255px;
}

 .c_007 .c_contentBox_right{
	padding-left:30px;
}

 .c_007 .c_contentBox_left h4,
 .c_007 .c_contentBox_right h4{
	background:url("../images/007_ttl_h4_03.gif") no-repeat 0 0;
	font-size:12px;
	padding-left:80px;
	font-weight:normal;
	line-height:1.6;
	margin-bottom:12px;
}

 .c_007 .c_helpBox_img{
	padding-bottom:30px;
}

 .c_007 p.c_recommended{
	font-size:12px;
	line-height:1.4;
}

 .c_007 .caution{
	font-weight:bold;
}
 .c_007 p.c_erase_b{
	margin-bottom:0;
}
 .c_007 p.c_erase_all{
	margin:0;
}

 .c_007 .c_materialbox2{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
	width:506px;
}
 .c_007 .c_materialbox2 h4,
 .c_007 .c_materialbox3 h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
 .c_007 .c_materialbox2 .c_material_content{
	width:225px;
}
 .c_007 .c_materialbox2 .c_material_content2{
	width:56px;
}
 .c_007 .c_materialbox2 .c_material_content,
 .c_007 .c_materialbox2 .c_material_content2{
	float:left;
}
 .c_007 .c_materialbox2 p,
 .c_007 .c_materialbox3 p{ 
	font-size:14px;f
	line-height:1.2;
	margin:5px 0 0 0;
	padding:0;
}

 .c_007 .c_materialbox3{
	width:506px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
 .c_007 .c_materialbox3 .c_material_content3{
	float:left;
	padding-right:22px;
	width:154px;
}
 .c_007 .c_materialbox3 .c_material_content3 span{
	font-weight:bold;
}
 .c_007 .c_materialbox3 .last_contnet{
	padding-right:0 !important;
}
 .c_007 .c_materialbox2 .po-25{
	position:relative;
	top:-25px;
}
 .c_007 .mt-25{
	padding-bottom:5px !important;
	padding-top:25px !important;
}

/*/ヘルプ*/

/*練習用*/
 .c_005 .c_text_caption2{
	position:relative;
	top:-50px;
	width:500px;
	margin:0 auto;
}


/*2012-11-12検索タブ*/
input.keywordCatalog {
  background: #fff url(../images/text_keywordcatalog.gif) 5px 50% no-repeat;
}
.keywordSearch input.keywordCatalog {
  width: 168px;
}
#tab li {
	float: left;
	padding: 0;
	list-style: none;
	cursor: pointer;
	text-indent: -9999px;	
}
#tab li#tabKeyword {
	background: url(../images/bg_tab_keyword_on.jpg) no-repeat center top;
	height: 24px;
	width: 115px;
	margin: 0px;
	padding: 0px;
}
#tab li#tabCatalog {
	background: url(../images/bg_tab_catalog_on.jpg) no-repeat center top;
	height: 24px;
	width: 115px;
	margin: 0px;
	padding: 0px;
}

#tab li#tabKeyword.select {
	background: url(../images/bg_tab_keyword_off.jpg) no-repeat center top;
}
#tab li#tabCatalog.select {
	background: url(../images/bg_tab_catalog_off.jpg) no-repeat center top;
}

.disnon {
  display: none;
}
.content_wrap {
	margin:0;
}


/* カタログ名検索結果用スタイル */
.catalogSearchResultPagination h1 { display: block; }
.catalogSearchResultPagination { padding: 0pt; }
.catalogSearchResultPagination .viewBlock li.article .name { padding: 0px; font-weight: bold; line-height: 1.3; }
.catalogSearchResultPagination .viewBlock li.article .name a { text-decoration: none; }
.catalogSearchResultPagination .viewBlock li.article div.inner {
 padding: 0px; 
}
.catalogSearchResultPagination .viewBlock li.article div.wrapper { overflow: hidden; }
.catalogSearchResultPagination .viewBlock li.article div.inner div.image {
	float: none;
	border: medium none;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 2px;
!important;
	padding: 0;
}

.catalogSearchResultPagination .viewBlock li.article div.description { float: none; }
.catalogSearchResultPagination .viewBlock li.article img.main, .catalogSearchResultPagination .viewBlock li.article img.main { padding: 0pt; }
.catalogSearchResultPagination .viewBlock.half li.article .name { background-image: none; line-height:18px; margin:0; padding:0;}
.catalogSearchResultPagination .viewBlock.half li.article div.wrapper {
	background-image: none;
	margin-top: 10px;
}
*html .catalogSearchResultPagination .viewBlock.half li.article div.wrapper { 
	margin-top:0;
}
.catalogSearchResultPagination .viewBlock.half li.article div.inner { padding: 0px; }
.catalogSearchResultPagination .viewBlock.half li.article div.image { width: auto; margin-right: 0px; }
  /*index.cssのスタイルの上書き*/
.catalogSearchResultPagination .searchCondition {
	display: none;
}
.catalogSearchResultPagination .section {
	margin : 0px;
	position: relative;
	width: 678px;
}
.catalogSearchResultPagination .viewBlock.half {
	background: #FFF;
	border: 1px solid #CCC;
}
.catalogSearchResultPagination .viewBlock.full {
	background-color: #F0F0F0;
}
.catalogSearchResultPagination .viewBlock {
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
}
.catalogSearchResultPagination .viewBlock ul.heightfix{
	margin-top:0 !important;
}
.catalogSearchResultPagination .viewBlock li.article img.main {
	border: 1px solid #CCCCCC;
	background-color: transparent;
	background-image: url(../images/004_bg_panfu.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}

* html .catalogSearchResultPagination .viewBlock li.article img.main {
/*	padding: 0px 12px 8px 2px !important;*/
}


.catalogSearchResultPagination .viewBlock.half {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}
*html .catalogSearchResultPagination .viewBlock.half {
	background: #FFF;
	margin-top:-29px;
}

.catalogSearchResultPagination .viewBlock.half li.article {
	display: block;
	margin-bottom: 0px;
	background-image: none;
	background-color: transparent;
	padding: 0px;
	height: 230px;
	width: 142px;
	text-align: center;
}
.catalogSearchResultPagination .viewBlock.half li.c_lastItem {
	height:275px;
}
.catalogSearchResultPagination .viewBlock.half li.article div.description {
	width: auto;
	margin: 0px;
	display: block;
}
.catalogSearchResultPagination .viewBlock li.article ul.spec { 
    color: #6A3A0D;
	font-size: 10px;
	font-weight: bold;
}
.catalogSearchResultPagination .viewBlock.half li.article h3 {
	font-size: 15px;
	margin: 5px 0 5px;
	color:#333;
	font-weight:normal;
}

*html .viewPanel{
	width: 678px
}
*html .catalogSearchResultPagination .viewBlock.half {
	margin-top: 20px;
}



/*--------------------------------------------
　■［ボタン：この画面を閉じる］
--------------------------------------------*/

h2 {
	position: relative;
}

h2 a.btn-close {
	background-image: url(../images/btn_close.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 24px 0px 0px 0px;
	width: 102px;
	overflow: hidden;
	height: 0px;
	right: 2px;
	top: 2px;
	position: absolute;
}

h2 a.btn-close:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*--------------------------------------------
　■［ヘルプ修正：2014年5月27日火曜日］
--------------------------------------------*/

div.c_007 div.c_helpBox {
	background-color: #fff;
}

div.c_007 div.c_material_content {
	position: relative;
}
div.c_007 div.c_materialbox2 p,
div.c_007 div.c_material_content3 p {
	line-height: 1.5em;
}
div.c_007 span.circle,
div.c_007 span.arrow {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	z-index: 9999;
}
div.c_007 span.arrow.arrow-001 {
	background-image: url(../images/arrow_001.gif);
	width: 30px;
	height: 60px;
	left: 238px;
	top: 45px;
}
div.c_007 span.arrow.arrow-002 {
	background-image: url(../images/arrow_003.gif);
	width: 120px;
	height: 89px;
	left: 205px;
	top: -8px;
}
div.c_007 span.arrow.arrow-003 {
	background-image: url(../images/arrow_004.gif);
	width: 104px;
	height: 74px;
	left: 208px;
	top: -5px;
}
div.c_007 span.arrow.arrow-004 {
	background-image: url(../images/arrow_005.gif);
	width: 184px;
	height: 78px;
	left: 108px;
	top: -8px;
}
div.c_007 span.arrow.arrow-005 {
	background-image: url(../images/arrow_005.gif);
	width: 184px;
	height: 78px;
	left: 110px;
	top: -26px;
}
div.c_007 span.arrow.arrow-006 {
	background-image: url(../images/arrow_003.gif);
	width: 120px;
	height: 89px;
	left: 205px;
	top: -12px;
}
div.c_007 span.arrow.circle-001 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: 28px;
	top: -20px;
	z-index: 9998;
}
div.c_007 span.arrow.circle-002 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: 60px;
	top: 125px;
}
div.c_007 span.arrow.circle-004 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: -25px;
	top: 62px;
}
div.c_007 span.arrow.circle-005 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: 190px;
	top: 62px;
}
div.c_007 span.arrow.circle-006 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: -5px;
	top: 125px;
}
div.c_007 span.arrow.circle-007 {
	background-image: url(../images/circle_001.gif);
	width: 60px;
	height: 60px;
	left: 60px;
	top: 3px;
}
