﻿/* CSS Document */
@charset "utf-8";

/* CSSファイル読込（辻元　201202追加） */
@import url("../packages/default/css/import.css");
@import url("../packages/default/css/page.css");

/* 初期設定（他スタイルシートの影響を除外） */
.hint_cont{
	line-height:1.7;
}
#beautyhints h2{
	font-size:1.1em;
	color:#7a8dba;
	font-weight:bold;
	border:none;
	padding:4px 0;
	background:none;
}
#beautyhints h3{
	font-weight:bold;
	background:none;
	padding:0;
	color:#060;
}
#beautyhints h4{
	color:#b83c51;
	font-weight:bold;
}
#beautyhints h5{
	font-weight:bold;
	padding-left:0px;
}
#beautyhints td h5{
	padding-left:0;
}

#beautyhints .hint_nomber{
	color:#666;
	font-size:0.85em;
	text-align:right;
	margin-bottom:10px;
}
#beautyhints .hint_cont p{
	text-indent:1em;
}
#beautyhints img{
	padding:0;
}
#beautyhints dl{
	padding:0 10px;
}
#beautyhints td dl{
	padding:0;
}
#beautyhints dt{
	font-weight:bold;
	text-indent:0;
}

}
#beautyhints dt p,
#beautyhints dd,
#beautyhints dd p{
	text-indent:0;
	padding:0;
}

/* コンテンツ（きれいのヒント用CSS） */
#beautyhints .cont_center{
	text-align:center;
	margin-bottom:10px;
}
#beautyhints .fBlue{
	font-size:1.1em;
	color:#7a8dba;
}
#beautyhints .ImgLeft{
	float:left;
	margin:0 15px 10px 0;
}
#beautyhints .ImgRight{
	float:right;
	margin:0 0 10px 15px;
}

#beautyhints .hint_prof{
	border:solid 1px #ccc;
	background:#f0f0f0;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
#beautyhints .hint_prof dt{
	padding:4px 10px 0;
	font-weight:bold;
}
#beautyhints .hint_prof dd{
	padding:0 10px 4px;
}

#beautyhints .boxRight{
	text-align:right;
}

#beautyhints .hint_dl dt{
	font-size:1.1em;
	color:#7a8dba;
	font-weight:bold;
}

#beautyhints .fontGl{
	font-size:0.8em;
	color:#666;
}

/* 記事一覧（きれいのヒント用CSS） */
#beautyhints .hint_under {
	margin-bottom: 10px;
}
#beautyhints .hint_under h4 {
	font-weight:bold;
	background:none;
	padding:0;
	padding-top:10px;
	color:#333;
	display: block;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#beautyhints .hint_under a {
	font-size:0.8em;
	color:#666;
	text-decoration: none;
}

#beautyhints .hint_under a:hover {
	font-size:0.8em;
	color:#000;
	text-decoration:underline;
}

/* 記事一覧（CSS） */
#beautyhints .20_colorsample {
	font-size: 12px;
	color: #000;
}
#beautyhints .spacer .maincontents {
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#beautyhints .spacer .maincontents2 {
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent:1em;
}


#beautyhints .phototext {
	font-size: .9em;
	color:#666;
	display: block;
	margin-top: 3em;
	text-align: left;
}
#beautyhints .phototext2 {
	font-size: .9em;
	color:#666;
	display: block;
	padding-left:10px;
}

#beautyhints .fBlue {
	font-size: 1.3em;
	margin-bottom: 0.4em;
	display: block;
	padding: 0px;
	margin-top: 0px;
}
#beautyhints .none {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#beautyhints .colorsample {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#beautyhints .spacer tr td p .colorsample {
	border: 0px none #FFF;
	display: block;
	vertical-align: bottom;
}

#beautyhints .spacer {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}


#beautyhints .spacer2 {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
	width:auto;
	float: left;
}
#beautyhints p {
	text-indent: 0em;
}

#beautyhints #clair26_ul li {
	margin: 0 0 20px 0;
}


/* hint index 
131205 adds
--------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#hint{
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

#hint h1{
	margin-bottom:30px;
}
#hint p.title{
	margin-bottom:30px;
}
#hint p{
	margin-bottom: 1em;
	font-size:100%;
	line-height:180%;
	color:#333;
}

#hint .new{
	border:2px solid #dddddd;
	padding:14px 17px;
	margin-top:30px;
}

#hint .new div{float:left;}
/*#hint .new div{float:left;width:390px;}*/
#hint .new .thumb{float:right;margin-left:20px;}
#hint .new .cook{background:#88bb5f; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:3px 10px;width:83px;}
#hint .new .beauty{background:#eb7ea7; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:3px 10px;width:83px;}
#hint .new .interior{background:#EB7E7E; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:3px 10px;width:83px;}
#hint .new h2{background: none;margin-top:10px; padding:0px;border:none;}
#hint .new h2 a{font-weight:bold;color:#333;font-size:30px;line-height:135%;text-decoration: none;}
#hint .new h3{font-weight:bold;color:#6378af;font-size:114%;background:none;padding:0;margin:5px 0;}
#hint .new h3 a{font-weight:bold;color:#6378af;text-decoration: none;}

#hint h3.backnum{margin-top: 30px;padding-left: 13px;background:url(/user_data/hint/images/hint_circle.gif) no-repeat left 10px; font-size:107%;font-weight: bold;border-bottom:1px solid #cdcdcd;padding-bottom:5px;}

#hint dl{margin-top: 16px; padding-bottom:16px; background:url(/user_data/hint/images/hint_line.gif) no-repeat center bottom;}
#hint dl dd.thumb{float:left;width:115px;}
#hint dl dd.thumb img{border:1px solid #ccc;}
#hint dl dd.vol{margin-top:5px;}
#hint dl dd,#hint dl dt{width:565px;float:left;}
#hint dl dt{margin-bottom: 5px;}
#hint dl dt a{color:#6378af; text-decoration: none; font-weight: bold;font-size:107%;}

#hint dl .cook{background:#88bb5f; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:2px 10px;width:83px;}
#hint dl .beauty{background:#eb7ea7; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:2px 10px;width:83px;}
#hint dl .interior{background:#EB7E7E; font-weight: bold;color:#fff; font-size:92%; text-align: center; padding:2px 10px;width:83px;}

.slidetext{background: #efefef; text-align: center; padding:5px;color:#3366cc;font-weight: bold;cursor:pointer;}