/* CSS Document */
article #h1_area .body
{
	background-image: url(images/index/h1_bg.jpg);
}


#main h3
{
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 1em;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#main h4
{
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#main .idea_box
{
	background-color: #FFF;
	padding: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #339933;
	margin-bottom: 50px;
	box-shadow: 0px 0px 6px -2px #333;
	-moz-box-shadow: 0px 0px 6px -2px #333;
	-webkit-box-shadow: 0px 0px 6px -2px #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	border-left-color: #f2f2f2;
	_zoom: 1;
	overflow: hidden;
}

#main .idea_box .photo_l
{
	margin-bottom: 0px;
}


#main .idea_box p
{
	margin-bottom: 1em;
}



#main .idea_box ul
{
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between; /* 両端揃え */
	column-gap: 0px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;

}

#main .idea_box li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main .idea_box li img
{
	width:auto;
	height:auto;
}



#main .profile,#main .history
{
	margin-bottom: 50px;
	padding-top: 0px;
}

#main .profile table,#main .history table
{
	width: 100%;
}

#main .profile th,#main .history th
{
	width: 100px;
	padding-right: 70px;
	text-align: right;
	font-weight: normal;
	padding-top: 14px;
	padding-bottom: 14px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.4;
}

#main .profile td,#main .history td
{
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	line-height: 1.4;
}

#main .history th,#main .history td
{
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{
#main .idea_box ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 10px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#main .idea_box h4
{
	text-align: center;

}

#main .idea_box .photo_l
{
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	float: none;
}

#main .idea_box .img
{
	text-align: center;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#main .history th
{
	width: 100px;
	padding-right: 10px;
}


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#main .idea_box ul
{
	display: block;
}

#main .idea_box h4
{
	text-align: center;
}


#main .idea_box ul li
{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#main .profile th,#main .history th
{
	width: auto;
	padding-right: 10px;
	text-align: left;
	display: block;
	padding-top: 14px;
	padding-bottom: 0px;
	background-image: none;
	padding-left: 10px;
	font-weight: bold;
}

#main .profile td,#main .history td
{

	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	display: block;

}


#main .history th
{
	border-bottom-style: none;
}

#main .history td
{
	margin-bottom: 0px;
	background-image: none;
}


}