/* CSS Document */

body
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-image: url(../../images/bg_color.gif);
}

img, object, embed, video 
{
	max-width: 100%;
}


img
{
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	height: auto;
	width: auto;
}
p
{
	margin: 0px;
}

h1
{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	color: #339933;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#main
{
	padding: 20px;
	_zoom: 1;
	overflow: hidden;
}


#main .photo
{
	float: left;
	width: 56%;
}

#main .photo img
{
	width:90%;
	height:auto;
}

#main .text
{
	float: right;
	width: 40%;
	text-align: left;
}

#main .text h2
{
	font-size: 25px;
	line-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
}

#main .text h3
{
	font-size: 16px;
	line-height: 100%;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

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

#main .text ul,#main .text ol
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}



#main .box
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #339933;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	padding: 8px;
	box-shadow: 0px 0px 6px -2px #333;
	-moz-box-shadow: 0px 0px 6px -2px #333;
	-webkit-box-shadow: 0px 0px 6px -2px #333;
	_zoom:1;
	overflow:hidden;
}

#main .box_photo
{
	float: right;
}

#main .box_text
{
	text-align: center;
	padding-right: 8px;
	_zoom:1;
	overflow:hidden;
}

#main .box_text h4
{
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #558E48;
	margin: 0px;
	padding: 0px;
}

#main .box_text p
{
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#main .box_text p strong
{
	color: #FFF;
	background-color: #cc3300;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */

}

#main .box_text p a
{
	color: #558E48;
	background-image: url(images/link_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	text-decoration: none;
}

#main .box_text p a:hover
{
	color: #6C3;
}

#main .photo_box
{
	clear: both;
	padding-top: 10px;
}

#main .photo_box img
{
	width:auto !important;
	height:auto !important;
}

#main .photo_box ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: auto;

}

#main .photo_box li
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{

#main .photo img
{
	width:90%;
	height:auto;
}




}

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



}

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


}

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

h1
{
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	text-align: left;
	font-size: 24px;
}


#main .box_photo
{
	float: none;
	display: block;
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}



#main .photo
{
	float: none;
	width: auto;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

#main .photo img
{
	width:auto;
	height:auto;
}

#main .text
{
	float: none;
	width: auto;
	clear: both;
}

#main .photo_box ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: auto;

}


}
