@import "reset.css";
@import "def.css";
@import "clearfix.css";



body {
	font-size:14px;
	width:100%;
	background-color: #D7C199;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.3em;
}
a {  
	text-decoration: none; 
	line-height: 110%;
}
a:link,
a:visited{color: #005FC3;}
a:hover{color: #6296CA;}

#header {
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
#footer {
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #996600;
	padding-top: 3px;
	text-align: center;
}

.footer_info {
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow-x: hidden;
	height: auto;
	display: block;
	clear: both;
}


.footer_info p {
	margin: 0px;
	text-align: left;
	float: left;
	width: 145px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
}

.footer_info .dotcom {
	margin: 0px;
	float: none;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	width:90%;
	font-size: 90%;
}


#main {
	width: 100%;
	text-align: center;
	background-image: url(/contents/flower/images/background-line.gif);
}

#wrapper {
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
	clear: both;
}
#contents {
	padding:15px 3px 10px 3px;
}


h1 {
	font-size: small;
	text-align: left;
}



h2 {
	font-size: 150%;
	font-weight: bold;
	color: #003300;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003300;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 1.2em;
}

h3 {
	color: #006666;
	border-bottom:1px solid #006666;
	margin-bottom: 3px;
}

/*詳細ページのポイント説明 */
.list-point {
	text-align: left;
	padding: 5px;
	background-image: url(/contents/flower/images/background-line2.gif);
	margin-bottom: 5px;
	margin-top: 10px;
}

/*詳細ページ */
.detail tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009999;
}
.detail td {
	padding: 5px;
}


#item_list{margin-right:5px;}

.box{
	width:100%;
	height: 75px;
	margin-bottom:5px;
	float: left;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding:5px 0;
}
.box img{
	margin-right: 10px;
	margin-bottom: 10px;
}
.box_l{
	float: left;
	padding-left:5px;
}
.box_r{
	text-align: left;
	padding:5px;
}

h5{
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
}
h6{
	line-height: 150%;
	font-size: 80%;
	padding-bottom: 5px;
}

#clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 0px;
	width: 0px;
}



/*--------------------------------------
　アコーディオン
--------------------------------------*/
h4{
	display:block;
	cursor:pointer;
	background-color:#DDCBA8;
	margin-bottom: 1px;
	padding:10px;
	font-weight:bold;
	color:#49391D;
}
.cont_ac{
	display:none;
	text-align: left;
	margin: 0px;
	font-size: small;
	text-indent: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	line-height: 1.3em;
}


/*------------------------------------*/

#left{
	float: left;
	width: 200px;
	margin-left: 12px;
	text-align:left;
}
#right{
	float: right;
	width: 660px;
	text-align:left;
	margin-left: 0px;
	padding-left: 10px;
}
#title{
	margin-bottom: 10px;
}

#title_l{
	float: left;
}
#title_r{
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}

#on_table{	margin-top: 15px;
	margin-bottom: 10px;}
#on_table .on_space{
width:5px;}

#on_table a{
	display: block;
	padding: 3px;
	font-size: 12px;
}
#on_table table{
	margin-top: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 200px;
	margin-bottom: 5px;
}
#on_table td{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#on_table td:hover{
	background-color: #f3f3f3;
}
#on_table th{}


#category_table a{
	display: block;
	padding: 3px;
}
#category_table table{
	margin-top: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 200px;
	margin-bottom: 8px;
}
#category_table td{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#category_table a:hover{
	background-color: #f3f3f3;
}




#side_title,
#side_title2{
	background-image: url(/contents/flower/images/00_back.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 200px;
}
#side_title2{
	margin-top: 20px;
	margin-bottom: 5px;
}

#copy{
	margin-top: 10px;
}
#link {
	margin: 45px 0 25px;
	width: 628px;
	text-align: left;
}
body#top #link {
	margin: 45px auto 25px;
}
#link_inner {
	width: 626px;
	border-top: 1px solid #b8b8b8;
	padding: 5px 1px 0 1px;
	margin-top: 5px;
}
#link_inner img {
	margin: 5px 3px;
	float: left;
	display: inline;	/* IE6対策 */
}


.txt_btn{ color:#FFFFFF; font-weight:bold;text-shadow:1px 1px 1px #666; }


.btngray{
	margin:5px 0;
}

.btngray li{background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(242,242,242,1) 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
border:1px solid #cccccc;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;
width:70px;
float:left;
text-align:center;
color:#333333;
font-weight:bold;
font-size:120%;
margin-right:5px;
margin-bottom:5px;
}

.btngray2 li a{color:#333333; font-weight:bold; display:block;padding:5px 10px;}


.btngray2{
	margin:5px 0;
}

.btngray2 li{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(242,242,242,1) 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #cccccc;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	width:48%;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size:100%;
	margin-right:5px;
	margin-bottom:5px;
}

.btngray li a{color:#333333; font-weight:bold; display:block;padding:5px 10px;}


.cate_title{
	clear:both;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	background-color:#990000;
	padding:10px 5px;
	color:#FFFFFF;
	font-weight:bold;

}

.cate_titlesub {
clear:both;
	border-left:5px solid #990000;
	padding:5px;
	margin-top: 5px;
	color:#990000;
	font-weight:bold;
}


h3.back_name {
	background-image: url(../../images/bunrui/back_name.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3.name {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 100%;
	padding-bottom: 5px;
	clear: both;
}

h3.back_syukaku {
	background-image: url(../../images/bunrui/back_syukakuki.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3.back_uetsuke {
	background-image: url(../../images/bunrui/back_uetsukeki.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.pageTop{
	clear: both;
	text-align: right;
	padding: 5px;
}
.txtlink {
	clear:both;
	padding: 10px;
	font-size: 130%;
}
.flower_main {
	padding: 0px;
}

.calender{margin:5px 0;}

.calender td {
	font-size: 90%;
	padding: 3px 0;
}

.calender td img{
	display: block;
}

.sitelist{
	background: url(../../images/allow-light.gif) no-repeat;
	padding-left: 15px;
	margin:10px 0;
	background-position:left center;
	background-size:8px 8px;
	font-size:120%;
	padding-top:2px;
}

#enter_top{background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(242,242,242,1) 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(242,242,242,1) 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
border:1px solid #cccccc;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;
float:right;
text-align:center;
color:#333333;
font-weight:bold;
font-size:90%;
margin-right:5px;
margin-bottom:5px;}

#enter_top a{
padding:10px;
display:block;
color:#333333;}


.wmax600{ max-width:600px;}

.alignmC{margin:0 auto;}

.p-bunrui__ttl,.p-on__heading{
	display: flex;
    gap: 0 8px;
}

h1.p-details__heading{
	font-size: 150%;
    font-weight: bold;
    color: #003300;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #003300;
    margin-top: 10px;
    margin-left: 5px;
    line-height: 1.2em;
}

.p-header-list{
	display: flex;
    justify-content: space-between;
}

