/*==========================================================
casualフォルダのCSS
==========================================================*/
li {
	list-style:none;
}

.b {
	font-weight:bold;
}
.colorOrange {
	color:#FF6600;
}

.font14 {
	font-size:14px;
	font-weight:bold;
}


.mgn_b10 {
	margin-bottom:10px !important;
}
.mgn_b20 {
	margin-bottom:20px !important;
}
.mgn_b30 {
	margin-bottom:30px !important;
}
.mgn_t20 {
	margin-top:20px !important;
}
.mgn_l20 {
	margin-left:20px !important;
}

.alignC {
	text-align:center;
}
.alignR {
	text-align:right;
}
/*
#head {
	min-height:100px;
	_height:100px;
}
#head-right {
	width:250px !important;
}
*/

#mainContainer {
	position:relative;
	width:846px;
	height:249px;
}

#sub {
	position:absolute;
	top:0px;
	right:0px;
}
#sub li {
	list-style:none;
	margin-bottom:3px;
}
#sub img {
	vertical-align:bottom;
	font-size:0px;
}

#main {
	color:#663300;
}

#main .casual, 
#main .talk, 
#main .contest {
	margin-bottom:30px;
}

#main .casual h2, 
#main .talk h2, 
#main .contest h2 {
	margin:0;
	margin-bottom:20px;
}
#main .casual h3, 
#main .talk h3, 
#main .contest h3 {
	margin-bottom:10px;
}

/* いつもと違った表情がたくさん
-----------------------------------------------------------*/
#main .casual {
}

#main .casual .noteDesign {
	width:579px;
	margin-bottom:10px;
	background:url(../casual/image/bg_body.png);
}
#main .casual .noteDesign .msg {
	padding:0 30px 10px 30px;
}
#main .casual .noteDesign .msg2 {
	padding:0 30px 10px 30px;
}
#main .casual .noteDesign .msg2 li {
	padding-left:30px;
	margin-bottom:5px;
	background:url(../casual/image/img_list.png) no-repeat;
}


/* カジュアルフォト体験トーク集
-----------------------------------------------------------*/
#main .talk {
}
#main .talk li {
	margin-bottom:20px;
}


/* フォトコンテストに応募しよう
-----------------------------------------------------------*/
#main .contest {
}

#main .contest .about {
	width:510px;
	margin:0 auto 20px auto;
}
#main .contest .win h3 {
	width:360px;
	margin-left:auto;
	margin-right:auto;
}
#main .contest .win ul {
	width:462px;
	margin:0 auto;
}
#main .contest .win ul li {
	float:left;
	width:154px;
	text-align:center;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


