
/*==========================================
		2011/11/4 修正
	
◆特番ページ　ひな形用　CSS　パターン2
	
	[1]共通設定・レイアウト
	[2]見出し
	[3]サイドバー	
	[4]コンテンツ
	
==========================================*/

/*--------------------------------------

	[1]共通設定・レイアウト
	
---------------------------------------*/

#box-contents-sp {
	width:513px;
	padding-top:5px;
	float:right;
	line-height:130%;
}

#box-sidebar-sp {
	width:320px;
	padding-top:5px;
	float:left;
}

#box-contents-sp p{
 margin:0px;
 padding:5px 5px 10px;
}

br.clear{
    clear:both;
    paddign:auto;
    margin:auto;
    font-size:0px;
    line-height:0px;
    }

/*--------------------------------------

	[2]見出し
	
---------------------------------------*/
h2#ti-h2-sp {
	padding:33px 0 33px 30px;
	background:url(../images/ti-h2-sp-02.jpg) no-repeat left 50%;
	font-size:140%;
	font-weight: bold;
}

h3#ti-h3-sp-con{
	height:25px;
	margin-bottom:10px;
	background:url(../images/ti-h3-sp-con-02.jpg) no-repeat;
	text-indent:-9999px;
}

h3#ti-h3-sp-ph{
	height:25px;
	margin:10px 0 5px;
	background:url(../images/ti-h3-sp-ph-02.jpg) no-repeat;
	text-indent:-9999px;
}

#box-contents-sp h4 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	}
	
#box-contents-sp h4.ti-h4-sp{
	margin-bottom:5px;
	padding:7px 10px 5px;
	background:#A7EAF3 url(../images/line-sp-02.gif) repeat-x top;
	}
	
	
	/*--------------------------------------

	[3]サイドバー	
	
---------------------------------------*/
/***画像・ロゴ***/
#box-sidebar-sp #box-pickup {
	padding:10px;
	margin-bottom:8px;
	/*background:url(../images/bg-sp-pickup.gif) no-repeat; 可変のボーダー枠に変更*/
	border:1px solid #CCCCCC;
}

/***プレゼント***/
#box-sidebar-sp #box-present{
	padding:12px 7px;
	background:#A7EAF3 url(../images/bg-sp-present-02.gif) no-repeat right bottom;
} 

#box-sidebar-sp #box-present p{ 
 padding-bottom:5px;
	width:306px;
}

#box-sidebar-sp #box-present .f-left{
	width:65px;
	float:left; 
}

#box-sidebar-sp #box-present .f-right{
 width:240px;
	float:right;
}

#box-present #ti-present{
	height:15px;
	margin-bottom:10px;
	background:url(../images/ti-sp-present-02.gif) no-repeat;
	text-indent:-9999px;
} 

#box-sidebar-sp #box-present #btn-present{
	width:95px;
	height:23px;
	margin:10px 105px 0;
	background:url(../images/btn-sp-02.gif) no-repeat;
	text-indent:-9999px;
} 

#box-present #btn-present a{
	width:95px;
	height:23px;
	display:block;
} 

/***フォトギャラリー***/

#box-sidebar-sp #box-photogallery p{
	width:72px;
	float:left;
	margin:4px;
	display:inline;
	text-align:center;
	background-color:#E6E6E6;
}

/*--------------------------------------

	[4]コンテンツ
	
---------------------------------------*/

/***フォトギャラリー***/

#box-contents-sp #box-photogallery:after {
	content: ".";       
	display: block;    
	height: 0;   
	clear: both;   
	visibility: hidden;
}

/*---- winIE7/MacIE ----*/
#box-contents-sp #box-photogallery{	
	display:inline-block;
	}
 
/*--- MacIE ---*/
#box-contents-sp #box-photogallery {
	_height: 1%;        
}

#box-contents-sp #box-photogallery {
 padding-bottom:20px;
	}

#box-contents-sp #box-photogallery p{
	width:120px;
	height:90px;
	float:left;
	margin:0 4px 8px;
	padding:0;
	display:inline;
	text-align:center;
	background-color:#E6E6E6;
}

