@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"SHARP's Solar Bussiness Worldwide"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/
/*------------------------------------------------
	title
------------------------------------------------*/
#contents #main h2{
	margin-bottom		: 29px;
}

#contents #main h3{
	margin-bottom		: 32px;
	margin-left			: 4px;
}

#contents #main h4{
	margin-bottom		: 29px;
}
#contents #main blockquote h4{
	margin-bottom		: 23px;
}

#contents #main h5{
	margin-bottom		: 22px;
	font-size					: 109%;
	font-weight			: bold;
}

/*------------------------------------------------
	枠組み
------------------------------------------------*/
#main .entry{
	margin					: 0 100px;
}


/*------------------------------------------------
	文字リンク
------------------------------------------------*/
.link-box{
	zoom						: 1;
	position					: relative;
	margin-left			: -5px;
}
.link-box dl{
	display					: inline;
	float						: left;
	margin-left			: 5px;
	width						: 250px;
}
.link-box dt{
	margin-bottom		: 2px;
}
.link-box dd{
	margin-left			: 3px;
	margin-bottom		: 25px;
}
.link-box dd.lastChild{
	margin-bottom		: 0;
}

.link-box dd li{
	margin-bottom		: 3px;
	padding-left			: 13px;
	background			: url(../../img/worldwide/arrow.gif) no-repeat 0 0.5em;
}

/*------------------------------------------------
	clearfix
------------------------------------------------*/
.link-box:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}