@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #266662;
	text-decoration: none;
}
a:visited{
	color: #266662;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/
#main .categoryimg {
	width: 575px;
	height: 194px;
	margin-bottom: 15px;
}
#main .categoryimg img {
	border: 0;
}

/*
 6.Main Contents [
----------------------------------------------------------- */
/*  [ Simple Entry
--------------------- */
.blogEntry {
	margin-bottom: 1.2em;
	background-color: #ffffff;	
	text-align: left;
	height: 1%;
}
.blogEntry:after{
	content: "";
	clear:both;
	display:block;
}

.blogEntryHeader {
	color: #266662;
	font-weight: bold;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: #266662;
	text-decoration: none;
}
.blogEntryHeader a:hover {
	color: #ff7700;
	text-decoration: none;
}



.blogEntryHeader h2 {
	padding: 0;
}


.blogEntryBody {
	padding: 10px 15px 0 15px;
	font-size: 95%;
 	line-height: 1.5;
	word-wrap: break-word; /* fix for long text breaking main-Column float in IE */				
	overflow: hidden;     /* fix for long non-text content breaking IE main-Column float */
}
.blogEntryPosted {
	text-align: right;
}
.blogEntryPosted,
.blogEntryPosted a:link,
.blogEntryPosted a:visited,
.blogEntryPosted a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryMetadata {
}
.blogEntryMetadata,
.blogEntryMetadata a:link,
.blogEntryMetadata a:visited,
.blogEntryMetadata a:active {
  color: #808080;
  font-size: x-small;
}
.blogEntryBottom {
  clear: both;	/* height ??? */
}
.blogEntryLinks,
.itemLinks,
.commentLinks,
.trackbackLinks {
  color: #808080;
	text-align: right;
  font-size: x-small;
  float: right;
  padding-right: 10px;	
}
.bodyContentEven {
	background-color: #ffffff;
}
.bodyContentOdd {
	background-color: #ECEDEA;
}
.blogEntryBody h3 {
	background: url(images/h3Point.gif) no-repeat 0 0;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;	
	font-weight: bold;
}
.blogEntryBody h3.none {
	background: none;
	padding: 0;
	margin-bottom: 0;	
	font-weight: bold;
}
img.photo03 {
	padding: 4px;
	background: #fff;
	border: #ddd 1px solid;
}

.section {
	width: 555px;
}
.leftCol {
	float: left;
	width: 210px;
}
.rightCol {
	width: 330px;
	float: right;
}
.allow {
	margin: 5px 0 10px 0;
	clear: both;
	text-align: center;
}

.rightCol p {
	margin: 3px 5px;
	font-size: 93%;
}

table.schedule {
	margin: 3px 0 15px 0;
	width: 540px;
	border-top: #266562 1px solid;
	border-right: #266562 1px solid;	
}
table.schedule td,
table.schedule th {
	padding: 5px 8px;
	border-bottom: #266562 1px solid;
	border-left: #266562 1px solid;
	vertical-align: top;
}
table.schedule th {
	background: #b4cac9;
}
ul.hikaku {

}
ul.hikaku li {
	margin-bottom: 2px;
	background: url(images/point01.gif) no-repeat 0 3px;
	padding-left: 18px;
}
table td.text {
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.q {
	font-weight: bold;
	color:#FF9900;
}
dl.tokucyo dt {
	color: #ff4400;
	font-weight: bold;
	background: url(images/point01.gif) no-repeat 0 3px;
	padding-left: 18px;
}
dl.tokucyo dd {
	margin: 2px 0 10px 18px;
}

ul.thumb02 li {
	float: left;
	margin-left: 5px;
}

/*追加*/
h3.whitening{
	background:none;
	clear:both;
	padding: 10px 0;
}
.whiteningText{
	padding:0 0px 15px 30px;
}
.whiteningTextIndent{
	padding:0 0px 15px 50px;
}
.whiteningBtn{
	float:right;
	padding:1em;
}
.photo{
	padding:1em;
}
.osusumeBox{
	float:left;
	width:270px;
	padding: 5px 10px 10px 0;
}
.imgpadding{
	padding: 5px 0;
}
.imgindent{
	clear:both;
	padding: 10px 0 0 30px;
}
.imgclear{
	clear:both;
}
ul.osusume {
	clear:both;
}
ul.osusume li{
	line-height:1.5;
}
.osusumeImg{
	float:left;
	padding:3px;
	border:1px solid #D9D9D9;
	margin-right:30px;
	margin-top:10px;
}
.stepHead{
	clear:both;
	padding: 5px 0 10px 20px;
}
.stepText{
	clear:both;
	float:left;
	padding:5px 20px 10px 0;
	width:253px;
}
.stepTextnoimg{
	clear:both;
	padding:5px 0 10px 40px;
}
table.b-a td.arrow {
	width:25px;
}
.photoLeft{
	padding:0 1em 0 0;
}

