@charset "utf-8";
/* CSS Document */

.clear  {
   clear:both;
   font-size:1px;
   margin:0;
   padding:0
}




/*　記事ページ　*/

#cratzContent {
	margin: 0 0 15px;
	padding-top:0;
	padding-bottom:20px;
	font-size: 90%;
	line-height: 1.6em;
}

#cratzContent h1  {
    background: url(/special/cratz/img/title_back.gif) repeat-x top center;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

#cratzContent h1#kokunai  {
    background: url(/special/cratz/img/title_back02.gif) repeat-x top center;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

#cratzContent h1#yakyuu01  {
    background: url(/special/cratz/img/title_back03.gif) repeat-x top center;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

#cratzContent h1#yakyuu02  {
    background: url(/special/cratz/img/title_back04.gif) repeat-x top center;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

#cratzContent h2  {
    line-height:36px;
	padding: 0 0 4px 30px;
	margin:10px 0 10px 0;
	border-bottom: 2px solid #00308C;
	text-align:center;
}

#cratzContent h3  {
	text-align:center;
	margin:0 0 10px;
	padding:0;
}


#cratzContent #information h4,#cratzContent #information02 h4   {
    padding: 0 0 10px 38px;
    margin:6px 0 6px 0;
    border-bottom: 1px solid #33CCFF;
    line-height:25px;
    background: url(/special/cratz/img/cratz_contents_title02.gif) no-repeat top left;
}

#cratzContent #information p,#cratzContent #information02 p   {
   margin:5px 20px;
}



#cratzContent #main  {
   width:95%;
   margin:0 10px 20px;
}

#cratzContent #main p   {
   margin:0;
   padding:0;
}

#cratzContent #main div.box   {
   margin:0 0 10px;
}
  
/*information*/

#cratzContent #information   {
   background-color:#FFFFEE;
   padding:15px;
 }
 
#cratzContent #information div.info_txt   {
   margin:20px 0;
}



/*information　野球編用*/

#cratzContent #information02   {
   background-color:#EEFFF7;
   padding:15px;
 }
 
#cratzContent #information02 div.info_txt   {
   margin:20px 0;
}


/*商品紹介テーブル*/
#cratzContent #information table, #cratzContent #information table th, #cratzContent #information table td
   {
   margin:0;
   padding:0;
   border-collapse:separate;
   border:none;
   border-spacing: 0;
}

#cratzContent #information table.info   {
   width:80%;
   border-color: #eeeeee #eeeeee #eeeeee #33CCFF;
   border-width: 1px;
   border-style: solid;
   background-color:#FFFFFF;
   margin-left:50px;
}

#cratzContent #information table.info th  {
   padding: 6px;
   border-color: #33CCFF #9CE7FF #9CE7FF #eeeeee;
   border-width: 1px;
   border-style: solid;
   width:33%;
   padding:6px;
   text-align:center;
}

#cratzContent #information table.info td {
   padding: 6px;
   border-color: #ffffff #9CE7FF #33CCFF #ffffff;
   border-width: 1px;
   border-style: solid;
   width:33%;
   padding:6px;
}

#cratzContent #information table.info td.tdimg   {
   text-align:center;
}


/*商品紹介テーブル　野球編用*/
#cratzContent #information02 table, #cratzContent #information02 table th, #cratzContent #information02 table td
   {
   margin:0;
   padding:0;
   border-collapse:separate;
   border:none;
   border-spacing: 0;
}

#cratzContent #information02 table.info   {
   width:80%;
   border-color: #eeeeee #eeeeee #eeeeee #33CCFF;
   border-width: 1px;
   border-style: solid;
   background-color:#FFFFFF;
   margin-left:50px;
}

#cratzContent #information02 table.info th  {
   padding: 6px;
   border-color: #33CCFF #9CE7FF #9CE7FF #eeeeee;
   border-width: 1px;
   border-style: solid;
   width:33%;
   padding:6px;
   text-align:center;
}

#cratzContent #information02 table.info td {
   padding: 6px;
   border-color: #ffffff #9CE7FF #33CCFF #ffffff;
   border-width: 1px;
   border-style: solid;
   width:33%;
   padding:6px;
}

#cratzContent #information02 table.info td.tdimg   {
   text-align:center;
}



 
/*コラムテーブル*/
table.column,table.column_yakyuu   {
   width:90%;
   margin:30px auto;
   padding:0;
}

table.column th   {
   background-color:#33CCFF;
   text-align:left;
   color:#FFFFFF;
   padding:5px 10px;
}
      
table.column td,table.column_yakyuu td   {
   padding:10px;
   background-color:#CAFFFF;
}

table.column td#tb_takeda   {
   background-color:#EEFCFD;
}

table.column td#tb_ogura   {
   background-color:#E0F8F7;
}


/*コラムテーブル 野球編用*/
table.column_yakyuu th   {
   text-align:left;
   color:#FFFFFF;
   padding:5px 10px;
}

table.column_yakyuu th   {
   padding:10px;
   background-color:#009900;
}

table.column_yakyuu td#tb_nagashima   {
   background-color:#E1FFE1;
}

/*プロフィール用*/
span.prof_name   {
   font-weight:bold;
}

img.prof_photo {
    width: 100px;
	float: left;
	margin-right:10px;
	padding:2px;
}



/*記事内動画、写真回り込み表示*/
div.photoR {
    width: 300px;
	float:right;
}

div.photoL {
    width: 300px;
	float:left;
	margin-right:25px;
}


.photostore {
	float:left;
	margin: 5px;
	padding: 3px;
	background-color: #dddddd;
	border-bottom: 1px solid #999999;
}

.photoR img, .photoL img, .photoR2 img, .photoL2 img{
	margin: 5px 5px 0;
	padding: 3px;
	background-color: #dddddd;
	border-bottom: 1px solid #999999;
	margin: 0 5px 5px;
}

div.movieR {
    width: 400px;
	float:right;
}



/*記事内写真縦のとき用*/
div.photoR2 {
    width: 200px;
	float:right;
}

div.photoL2 {
    width: 200px;
	float: left;
	margin-right: 25px;
}

.photoR p, .photoL p, .photoR2 p, .photoL2 p   {
    margin: 3px 5px 0;
	text-align: center;
	font-size: 80%;
	line-height: 1.5em;
}

    
	
 p.movie{
    height: 20px;
    background: url(/special/cratz/img/movie_bt.jpg) no-repeat 180px;
}
    
	
/*ページ誘導ボタン*/
div.bt   {
   text-align:right;
}

div.bt img   {
   border:none;
}

/*予告画像*/
div.yokoku   {
   text-align:center;
}

div.yokoku img  {
   margin-bottom:15px;
}

/* ----- 右カラムバナー ----- */
.sideTopics {
	margin: 8px 0 4px;
}

.sideTopics a{
	margin-bottom:4px;
	display:block;
}
