@charset "UTF-8";
/* CSS Document */


/*--===================  header ===================-- */

header{background:#fff;}

/*--===================  /header ===================-- */


/*--===================  body ===================-- */

body{background:#6666cc;}

/*==↓ トップページ div.content 背景色==*/
body#cpgn_top .content{background:#fff;}

.wrapper{
	/*↓両サイドにパターンを使う際、イキ
	background-image: url();
	background-repeat: repeat-y;
	background-size: 100%;*/
}

#container{
	background:#fff;
	border-top:none;
	border-left:none;
	border-right:none;
}
/*--===================  /body ===================-- */




/*--===================  index,common ===================-- */


/*----------------------------  titleImg ---------------------------- */

/*タイトルイメージ箇所 
※javascriptで画像切り替え*/
 .ttl_Img_area img{
	position: relative;
	 width:100%;
	 height:auto;
	 text-align:center;
 }

.copyRgt{
	font-size:100%;
	text-align: center;
	margin:0px 5px 15px 5px;
}

/*------------------------------------------------*/
/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
	
.copyRgt{font-size:70%;}
	
}
/*------------------------------------------------*/

/*----------------------------  End titleImg ---------------------------- */


/*---------------------------- #nav ----------------------------*/

#nav  {
	
	}

#nav ul {
	display: table;
    width:100%;
	border-collapse: collapse;
	margin:0 auto;
	background: #ccc;
	}

#nav li {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
	padding-top:1px;
	}

	li.cb01{width:22%;}
	li.cb02{width:28%;}
	li.cb03{width:14%;}
	li.cb04{width:36%;}

#nav li:nth-child(n+2) /*擬似クラス 2番目以降*/{
	padding-left: 1px;/*border-collapseの間隔*/
	}

#nav li a {
	font-size:120%;
	font-weight: bold;
	text-decoration: none;
	line-height:1.2em;
	display: block;
	padding: 25px 2px;
	
	background: #fff;
	color:#302d68;
	}

#nav li a:hover {
	background: #302d68;
	color:#fff;
	}
	
#nav li.li_end a:hover {
	}

/*------------------------------------------------*/
/*breakPoint 指定サイズ break */

@media handheld, only screen and (max-width: 767px) {
	
	li.cb01{width:34.33%;}	
	li.cb02{width:44.33%;}
	li.cb03{width:21.33%;}
				
	#nav li.cb04{
			display:none;
			overflow:hidden;
		}
	
	#nav ul li{font-size:90%;}
	#nav ul li:last-child{border-right:none;}  
	
}

@media handheld, only screen and (max-width: 400px){
	#nav ul li{font-size:70%;}

}


/*---------------------------- /#nav ----------------------------*/


/*----------------------------  .content ---------------------------- */

#cpgn_top .content{
	background:#fff;
}


/*カラー：ページタイトル（キャンペーン景品、応募要項,キャンペーン対象商品）*/
.content h2.cntTitle{
	background:#302d68;
	color:#fff;
}

/*カラー：フキダシ*/
.trg_color{
	border-color:#302d68 transparent transparent transparent;
}

/*ページタイトル（キャンペーン景品、応募要項,キャンペーン対象商品）*/
.content h2.cntTitle{
	position:relative;
	width:100%;
	padding:10px 0 10px 0;
	margin-bottom:30px;
	display:block;
	font-size:35px;
	font-weight:bold;
	text-align:center;
}



.content h3.ttl_prdSeries{
	font-size:25px;
	font-weight:bold;
	padding:0.2em 0.5em;
	margin-bottom:1em;
}



/*商品名 */
.column li,
.column li a{
	font-weight:bold;
}

.content p.ttl_prd{
	font-size:13px;
	padding:0.2em;
}

/*------------------------------------------------*/
/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
	.content h2.cntTitle{
		font-size:20px;
	}

	.content h3.ttl_prdSeries{
		font-size:20px;
	}
}
/*------------------------------------------------*/

/*フキダシ用 3角形 */
.fukidashi_lwr{
	width: 0;
	height: 20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-30px;
	border-style: solid;
	border-width: 30px 30px 0 30px;
}

/*キャンペーン景品 画像*/
.img_prize,
.img_prizeSP{
	text-align: center;
}

.img_prizeSP{
    background: background: rgb(126,140,191);
    background: linear-gradient(180deg, rgba(126,140,191,1) 80%, rgba(185,196,225,1) 96%, rgba(235,128,175,1) 100%);
	padding-top:30px;
    padding-bottom:50px;
}


.img_prize div{margin:5px;}
.img_prizeSP div{margin:0;}

.img_prize div,
.img_prizeSP div{
	display:inline-block;
	vertical-align: top;
}

.img_prize img{width:80%;margin-bottom:2em;}
.img_prizeSP img{width:100%;margin-bottom:0em;}

.img_prize img,
.img_prizeSP img{
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	display:block;
}




/*------------------------------------------------*/
/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
	
	.img_prize img{width:90%;}
}
/*------------------------------------------------*/

/*--応募締切--*/
.Dline{	
background:none;
}

.Dline{
	padding:10px 10px 10px 10px;
}
.Dline_img{
	width:950px;
	height:auto;
	margin:0 auto;
	text-align: center;
}
.Dline_img img{
	width:100%;
	height:auto;
}


/*------------------------------------------------*/
/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
	
	.Dline_img{
		width:100%;
		height:auto;
      }
}


/*カラー：タイトルイメージ箇所*/
#cpgn .ttl_Img_area{background:#fff;}

#cpgn .wrap_content{
	background:#fff;
}

#cpgn .wrap_content h2{}

#cpgn .content h3.ttl_prdSeries{
	background:#efefef;
	border-left:#F00 10px solid;
	color:#000;
}

/*商品画像 */
#cpgn .content a:hover img{opacity:0.75;}

/*商品名 */
#cpgn .content a p.ttl_prd{color:#c00;}
#cpgn .content a:hover p.ttl_prd{color:#f00;}

#cpgn .wrap_content h3{}

#cpgn .wrap_content p{}



/*----------------------------  End .content ---------------------------- */


/*---------------------------- footer ----------------------------*/

footer{}

footer p{}

footer .copyRght{}



/*---------------------------- /footer ----------------------------*/

/*--===================  /index,common ===================-- */






/*--===================== products =====================-- */
/*--===================== End products =====================-- */



/*--===================== detail =====================-- */

/*----------------------------  応募要項---------------------------- */


/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
.content h2.cntTitle{
	font-size:20px;
}
}

/*--===================== detail =====================-- */


/*応募要項 項目 */	

dl.detailCnts{
	padding:0 20px;
	margin-bottom:20px;
}
	

.col_irr_col2_1_brk_l{
	width:14%;
	margin-right:1%;
	padding:10px;
	text-align:center;
	font-size:20px;
	
	background:#fff;
	border:#ff0000 2px solid;
	color:#ff0000;
	
	transform:none;
		-webkit- transform:none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
.col_irr_col2_1_brk_l h4{font-weight:bold;}


	
.col_irr_col2_1_brk_r{
	width:82%;
	text-align: left;
	margin-bottom:10px;
}

	
.col_irr_col2_1_brk_l,.col_irr_col2_1_brk_r{
	float:left;
	box-sizing:border-box;
	}
	
/*------------------------------------------------*/
@media handheld, only screen and (max-width: 768px) {
	
.detailCnts{
	margin-bottom:20px;
}

.col_irr_col2_1_brk_l,
.col_irr_col2_1_brk_r{
	width:100%;
	}
	
.col_irr_col2_1_brk_l{
	font-size:18px;
	margin-bottom:0.5em;
	}
	
.col_irr_col2_1_brk_r{
	padding:0!important;
	margin-bottom:1em;
	}

.col_irr_col2_1_brk_r li{
	font-size:15px;
}
	
}
/*------------------------------------------------*/

.dtl_fnt_large{
	font-size:2em;
}

.dtl_fnt_midl{
	font-size:1.5em;
	line-height:1;
}

/*注意事項*/
.attntCnts{
	padding:0 20px;
}

.attention li{
	list-style-type:disc;
	margin-left:5px;
	font-size:1em;
	line-height:1.5;
	text-align: left;
}

.borderTitle{
	width:inherit;
	height:1em;
	display:block;
	border-top:#333 2px solid;
}

.borderTitle span{
	width:6em;
	font-size:20px;
	display:block;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
    margin-top:-0.7em;
	text-align:center;
}

/*------------------------------------------------*/
@media handheld, only screen and (max-width: 768px) {
	
	
.dtl_fnt_large{
	font-size:1.5em;
}

.dtl_fnt_midl{
	font-size:1.3em;
}

.attention li{
	margin-left:0px;
	margin-right:-20px;
	font-size:0.8em;
}

.borderTitle span{
	font-size:15px;
}

}
/*------------------------------------------------*/

/*----------------------------  detail内の景品内容---------------------------- */


/*応募要項 項目 */	

.detail_application{
	font-weight:bold;
}

.detailCnts{
	padding:0 20px 20px 20px;
	margin-bottom:20px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝ detail 宝塚　コラム＝＝＝＝＝＝＝＝＝＝＝＝*/

.col_Course_Takaraduka,
.col_Course_tokyo,
.col_Course_osaka,
.col_Course_prima{
	background: #fff;
	color:#000;
	padding:0;
	margin-bottom:20px;
}

.col_Course_Takaraduka{border:2px #302d68 solid;}

.col_Course_tokyo{border:2px #f1bd3f solid;}

.col_Course_osaka{border:2px #f1bd3f solid;}

.col_Course_prima{border:2px #302d68 solid;}

.col_Course_Takaraduka h2,
.col_Course_tokyo h3,
.col_Course_osaka h3,
.col_Course_prima h3{
	font-size:1.3em;
	font-weight:bold; 
	padding:10px 20px;
	margin-bottom:10px;
}

.col_Course_Takaraduka h2{
	background:#fff; 
	color:#302d68;
	padding:8px 8px 0px 8px;
}


.col_Course_tokyo h3{
	background:#302d68; 
	color:#fff;
}

.col_Course_osaka h3{
	background:#302d68; 
	color:#fff;
}

.col_Course_prima h3{
	background:#302d68; 
	color:#fff;
}

.col_Course h3 span,
.col_Course_prima h3 span{
	color:#fff;
}
.scrpt_Course{
	display:block;
	border-left:10px #f1bd3f solid;
	padding-left:10px;
	margin:10px;
}

.scrpt_Course h4{
	font-size:1.5em;
	line-height: 1.6em; 
	font-weight:bold;
}

.caption{
	font-weight:normal; 
	font-size:12px;
}


.col_irr_col2_1_brk_l{
	text-align:center;
	font-size:20px;
	}
	
.col_irr_col2_1_brk_l h4{
	font-weight:bold;
	}
	
.col_irr_col2_1_brk_r{
	font-size:18px;
	margin-top:-0.5em;
}

.dtl_fnt_large{
	font-size:150%;
}

.dtl_fnt_midl{
	font-size:130%;
}

/*注意事項*/
.attntCnts{
	padding:40px;
}

.attention li{
	list-style-type:disc;
	margin-left:5px;
	font-size:120%;
	line-height:1.5;
}

.borderTitle{
	width:inherit;
	height:1em;
	display:block;
	border-top:#333 2px solid;
}

.borderTitle span{
	width:6em;
	font-size:20px;
	display:block;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
    margin-top:-0.7em;
	text-align:center;
}
	
@media handheld, only screen and (max-width: 768px) {
	
.detailCnts{
	margin-bottom:20px;
}

.col_irr_col2_1_brk_l{
	font-size:18px;
	margin-bottom:1em;
	}
	
.col_irr_col2_1_brk_r{
	padding:0!important;
	}
	
.dtl_fnt_large{
	font-size:130%;
}

.dtl_fnt_midl{
	font-size:110%;
}

.attention li{
	margin-left:0px;
	margin-right:-20px;
	font-size:100%;
}

.borderTitle span{
	font-size:15px;
}

}

/*----------------------------  /detail内の景品内容---------------------------- */


/*--------ボタン--------*/
.btn_items,
.btn_DL,
.btn_DL_rev{
	width:70%;
	height:auto;
	text-align:center;
	margin:20px auto;
}

.btn_items a{
	background:#ff0000;
	color:#fff;
	}

.btn_items a:hover{background:#cc0000; }

.btn_DL a{
	background:#ff0000;
	color:#fff;
	}

.btn_DL a:hover{background:#cc0000;}

.btn_DL_rev a{
	background:#fff;
	color:#ff0000;
	}

.btn_DL_rev a:hover{
	background:#cc0000;
	color:#fff;
    }




.btn_items a,
.btn_DL a,
.btn_DL_rev a{
	padding:10px 20px;
	font-size:24px;
	font-weight:bold;
	display:block;
	
	transform:none;
		-webkit- transform:none;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	
	}

	
/*----------------------------------*/
/*breakPoint 指定サイズ break */
@media handheld, only screen and (max-width: 768px) {
	
	.btn_items,
	.btn_DL,
	.btn_DL_rev,
	.btn_SW{
		margin-top:20px;
		width:88%;
	}	
	
	.btn_items a,
	.btn_DL a,
	.btn_DL_rev a,
	.btn_SW a{
		
		font-size:17px;
		line-height:1.2;
		float:none;
		
	}
	
	dd > .btn_DL a{
		font-size:16px!important;
		line-height:1.2;
	}
	
	.Dnone{ display:none;
		
	}/*--←SP非表示--*/

	
}

/*----------------------------------*/

/*バーコード貼り付け時のご注意事項 画像*/
.img_attentPKG{
	width:100%;
	height:inherit;
}
.img_attentPKG img{
	width:100%;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	display:block;
}

@media only screen and (min-device-width:768px) {
	
	.img_attentPKG{width:100%;}
	
}

/*----------------------------  /detail内の景品内容---------------------------- */

/*--===================== End detail =====================-- */


/*------キャンペーン対象商品 シリーズタイトル------- */
#cpgn_prdcts .content h3.ttl_prdSeries{
	background:#efefef;
	border-left:#F00 10px solid;
	color:#000;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ /misc＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*font color misc*/
.c_red{color:#cc0000;}
.c_org1{color:#D7990F;}


/*background color misc*/
.bg_black{
	background:#111;
}
.bg_red{
	background:#262B89;
}

/*box column*/
.boxes_color1 {background:#dedede;}

.boxes_color2 {background:#dedede;}

.list_dot{
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
