@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*#zzz{padding: 513px 0 0 0;}  公開前に消してください */

/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* 中ページ共通背景
-----------------------------------------------*/
body {
	background: url(https://www.tangram.jp/rktn_winter/images/page_bg_in.jpg) no-repeat top center !important;
}

/* ヘッダリード文色変更
-----------------------------------------------*/
#header .txt_head{
	color:#4d3300 !important;
	font-weight:bold;
}

/* キービジュアルのマージン
-----------------------------------------------*/
.st_act{
	margin:0 0 10px 0 !important;
	text-align:right !important;
}

/*
-----------------------------------------------*/

#main #st_title h3{
	margin:15px 0 0 0;
}


/* コンテンツ
-----------------------------------------------*/

.con_point .p1{
	width:950px;
	height:400px;
	background:url(https://www.tangram.jp/rktn_winter/point/images/bg_point01.jpg) no-repeat;
	margin:20px 0 0 0;
}


.con_point .p2{
	width:950px;
	height:400px;
	background:url(https://www.tangram.jp/rktn_winter/point/images/bg_point02.jpg) no-repeat;
	margin:30px 0 0 0;
}

.con_point .p2 p{
	padding:335px 0 0 45px;
}


.con_point .p3{
	width:950px;
	height:400px;
	background:url(https://www.tangram.jp/rktn_winter/point/images/bg_point03.jpg) no-repeat;
	margin:30px 0 0 0;
}

.con_point .p3 p{
	padding:303px 0 0 755px;
}


.con_point .p4{
	width:950px;
	height:400px;
	background:url(https://www.tangram.jp/rktn_winter/point/images/bg_point04.jpg) no-repeat;
	margin:30px 0 0 0;
}

.con_point .p4 p{
	padding:336px 0 0 45px;
}

.con_point .p5{
	width:950px;
	height:400px;
	margin:30px 0 0 0;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}