@charset "utf-8";

#main	{
	padding-top: 9px;
}

#contents	{
	width: 766px;
	padding-left: 10px;
}

/* ====================================================================================================
   index
==================================================================================================== */
#index	{
	padding-bottom: 30px;
}

#index h2	{
	padding-bottom: 22px;
}

#list,
#related	{
	padding-bottom: 20px;
}

.links_box	{
	padding: 16px 0 21px;
	background: url(../images/contents_line003.gif) no-repeat left bottom;
}

#links .end	{
	border: none;
}

.links_box .left	{
	width: 200px;
	padding-left: 5px;
}

.links_box dl	{
	float: right;
	width: 500px;
	padding-right: 40px;
}

.links_box dl dt	{
	padding-bottom: 5px;
	color: #389323;
	font-size: 1.2em;
	font-weight: bold;
}

.links_btn	{
	padding-top: 10px;
}

.links_btn a	{
	padding-left: 7px;
	background: url(../images/contents_ic001.gif) no-repeat left 50%;
}

/* ====================================================================================================
   クリアフィックス
==================================================================================================== */
.links_box:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

.links_box	{
	display: block;
	#display: inline-block;
}

/* ====================================================================================================
   640px以下のメディアクエリ
==================================================================================================== */

@media screen and (max-width: 640px) {


.linkTitle {
	padding: 0 0 3.9% 3.12%;
}

.blogTitle {
	width: 93.75%;
	margin: 0 auto;
}

#index h3	{
	padding: 0 0 0 3.12%;
}


.links_box	{
	width: 93.75%;
	margin: 0 auto;
	background: none;
	border-bottom: 1px solid #cfcfcf;
}

.links_box .left	{
	float:none;
	width: 100%;
	margin: 0 auto;
}

.links_box .linkImg	{
	width: 34.48%;
	margin: 0 auto !important;
}

.links_box dl	{
	float: none;
	width: 100%;
}




}

