@charset "utf-8";
/* CSS Document */

.specialTitlebg{
	background-image: url(../images/special/specialBg.png);
	background-repeat: repeat;
	background-color: #faf8f8;
		padding:40px;
}

.companySpecialTitlebg{
	background-image: url(../images/special/specialBg.png);
	background-repeat: repeat;
	background-color: #f8faf9;
	padding:40px 0 25px;
}

.specialTitlecontainer{
	width:955px;
	margin:0 auto;
}


.specialMainTitle{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
font-size: 29px;
padding-top: 15px;
text-align: center;
margin-bottom: 20px;
position:relative;
}

.sTitleColor{
	color:#ed5e89;
}
.cTitleColor{
	color: #3a74ab;
}
.freeIcon{
	padding-top: 10px;
}
.specialMainTitle:after{
content: "";
position: absolute;
text-align: center;
left: 45%;
bottom: -20%;
width: 10%;
height: 8px;
background: url(../images/special/specialtitle.gif) center bottom no-repeat;
}

.specialComment{
	width: 600px;
	margin: 40px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
	color:#333333;
}

.onePointAdviceBox {
	border: 1px solid #CCC;
	padding: 8px;
	background-color: #FFC;
	margin-bottom: 8px;
}
.onePointAdviceBoxtext {
	font-size: 0.9em;
}
.point_title {
	color: red;
	font-weight: bold;
}
.photo_table {
	width: 100%;
}
.yellow {
	color: #FF0;
	font-weight: bold;
}
.areaboxspecial {
	background-image: url(../../images/top/point/areabg.png);
	padding: 8px;
}
.areaboxwhitespecial {
	background-color: #FFF;
	border: #C6C solid 1px;
	padding: 12px;
}
.greenlistspecial div {
	margin-left: 14px;
	padding-left: 14px;
	text-shadow: 0px 1px 0 #CCC;
	font-size: 1em;
}
.allspecial {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.skisyokusyu {
	font-size: 0.8em;
	border: 2px solid #cccccc;
	padding: 8px;
}

/*特集のコメント部分*/
.specialComment{
	
}
.specialNoComment{}
.specialNoComment{}


/*■■■■■■　おすすめコンテンツ　■■■■■■*/

.recommendtitle {
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(../../images/top/point/pointgreen.png) no-repeat left center;
	text-shadow: 0px 1px 0 #CCC;
	font-size: 0.9em;
}
.recommendicon {
	float: left;
	width: 83px;
}
.recommendp {
	font-size: 0.8em;
}
.recommendwaku {
	margin-top: 10px;
	margin-bottom: 20px;
}
/*■■■■■■　おすすめコンテンツ　■■■■■■*/
.recommend {
	margin:20px 0;
}


.recommend::after {
	clear: both
}
.recommend a {/* font-size:24px;*/
}
.recommend a:link {
	color: #2f5da2;
}
.recommend a:visited {
	color: #2f5da2;
}

.recommend ul li {
	width: 425px;
	display: inline-block;
	margin: 4px auto;
	padding: 8px 10px 8px 18px;
	border: 1px solid #cccccc;
	background-color: #ffffe0;
}
.recommend ul li:nth-child(even) {
	margin-left: 10px;
}
.recommendText {
	/*font-size:24px;*/
	font-weight: bold;
	margin: 10px 0px;
}
.recommend li a {
	position: relative;
	display: block;
	padding-right: 40px;
	font-weight: bold;
}
.recommend li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #e88f22;
	border-right: 2px solid #e88f22;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recommend br {
	display: none;
}

.specialbanner{
	display:table;
	width:100%;
	margin:15px 0;
	}
	
.specialbanner li{
	display: table-cell;
	width:280px;
	text-align:left;
	}


