@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
 * ▼　トップページ
 * --------------------------------------------------------------------------------------------------*/

body {
	
}


h2 {
	border-bottom:2px solid #d2d1d1;
	padding:10px 0 7px 0;
}

#contents {
	width: 100%;
	margin:0px;
	text-align: center;
	background: #00003b;
}

#flashContent {
	width: 950px;
	margin:0px auto;
	text-align: left;
}

#cvp{
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	border-left: 4px #990000 solid;
	margin: 9px 0 26px;
	padding: 0 0 0 10px;
}

#cvp strong{
	font-weight: 700;
}

#conLeft {
	clear: both;
	float:left;
	width: 186px;
	margin:30px 0 20px 0;
	_margin:0 0 20px 0;
	*margin:30px 0 20px 0;
	text-align: left;
}

#conLeft div.inside {
	margin:0 0 0 16px;
}



#conRight {
	float:right;
	width: 744px;
	margin:30px 0 0 0;
	_margin:0 0 0 0;
	*margin:30px 0 0 0;
	text-align: left;
}


#conRight div#information {
	width:732px;
}

#conRight div#information div.msg {
	float:left;
	width:350px;
}

#conRight div#information div.msg p,
#conRight div#information div.blog p {
	margin:15px 0 0 0;
	line-height:1.6;
}

#conRight div#information div.msg p a,
#conRight div#information div.blog p a {
	color:#B23339 !important;
}

#conRight div#information div.blog {
	float:right;
	width:360px;
}

#conRight div#concept {
	margin:65px 0 0 0;
}

#conRight div#kodawariList {
	margin:20px 0 0 0;
}

#conRight div#kodawariList div.kodawari {
	margin:0 0 70px 0;
}

#conRight div#contact p {
	margin: 0 0 0 45px;
}



#conRight p.desc {
	margin:10px 0 0 0;
	line-height:1.7;
}

p#continue {margin:10px 0 0 280px !important;}


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


#feedbox{
	margin: 0;
	padding: 0;
}

#feed{
	margin: 0;
	padding: 4px 0 0;
}

#feed .article_box{
	margin: 10px 0 0;
	padding: 0;
}

#feed .article_box .day{
	float: left;
	width: 80px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	padding: 3px 0 2px;
	background: #ddd;
}

#feed .article_box .article_title{
	float: right;
	width: 270px;
	text-align: left;
	margin: 0;
	padding: 2px 0 0;
}