@charset "utf-8";
html {
  scroll-behavior: smooth;
}


body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


li a {
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}



h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}


p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


p a { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
 a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

a {
    /** マウスオーバー（ふわっと切換える） ******************************/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
/***************************
1s が1秒なので、上記の場合は0.3秒で背景色が変わる
ease は変化の方法
****************************/
}





#mainWrapper {
    width: 100%;
    margin: 0 auto;
	padding: 0;
}


@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
#mainWrapper .container {
    width: 100%;
	margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #ccc;
	border-top: 30px solid #204DA0;
    clear: both;
}
}

@media screen and (max-width: 480px) { /*ウィンドウ幅が最少480pxの場合にPC非表示*/
    #mainWrapper .container {
	width: 100%;
	margin: 0;
    padding: 0;
}
}


/**　header_pc　***********************************************************************************/
/*************************************************************************************/
@media screen and (max-width: 480px) { /*ウィンドウ幅が最大480pxの場合にPC非表示*/
.header_pc {
	display: none;
}
}
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
.header_pc {
    width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #FFF;
}
}
/*************************************************************************************/


/**　header_sp　***********************************************************************************/
/*************************************************************************************/
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にSP非表示*/
.header_sp {
	display: none;
}
}
@media screen and (max-width: 480px) { /*ウィンドウ幅が最大480pxの場合にSP表示*/
.header_sp {
	width: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index:9999;
}
}
/*************************************************************************************/





/**　【PC】header内　***********************************************************************************/
/** ロゴ・メニュー ************************/
.header_pc .logo {
	float: left;
	width: 126px;
	margin: 13px 12px 13px 0;
}


/** top_template ***********************/

.header_pc p.top {
	display: block;
    float: left;
	width: 660px;
    height: 30px;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
    padding: 15px 0 0;
}

.header_pc p.mess {
	display: block;
    float: left;
	width: 660px;
	font-size: 15px;
    font-weight: bold;
	line-height: 14px;
	margin: 0 0 22px;
    padding: 5px 0 0;
}
/** top_template end ***********************/





/** template end ***********************/




.header_pc .phone {
	float: right;
	width: 250px;
	margin: -33px 0 10px;
}


.header_pc .phone ul {
	overflow: hidden;
	display: block;
}


.header_pc .phone img {
	float: left;
	width: 41px;
	margin: 0 10px 0 0;
}


.header_pc .phone li {
	font-family: "メイリオ";
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
}
.header_pc .phone li span {
	font-size: 13px;
	margin: 0 0 0 5px;
	line-height: 14px;
}


.header_pc .phone li.office {
	float: left;
	display: inline;
	font-family: "メイリオ";
	font-size: 13px;
	margin: 5px 1em 0 0;
}


.header_pc .phone li a {
    color: #333;
	margin: 0 1em 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


.header_pc .phone li a:hover {
	float: left;
	color: #999;
}



/** メニューエリア *******************************/
.header_pc .menu-area {
	width: 100%;
	max-width: 1080px;
	min-height: 80px;
	margin: 0;
	padding: 0;
	clear: both;
}



/** メニューリスト *******************************/
.header_pc .menu {
	float: left;
	height: 50px;
	margin: 10px 0 0 0;
    padding: 0;
	border-left: 1px solid #CCC; 
	border-right: 1px solid #999; 
}




/*****************************/
.header_pc .menu ul {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}

.header_pc .menu li {
	float: left;
	width: 132px;
	height: 50px;
    margin: 0;
    padding: 0;
	border-right: 1px solid #CCC; 
	border-left: 1px solid #999; 
	text-decoration: none;
}


.header_pc .menu li a {
	display: block;
	 -webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0 0 15px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}


.header_pc .menu li a:hover {
	display: block;
	border-bottom: 13px solid #0080FF;
}

/*****************************/
.header_pc .menu li p.topic {
	font-size: 15px;
	text-align: center;
	font-family: "French Script MT";
	color: #FFC9C9;
	text-decoration: none;
	line-height: 16px;
	margin: 7px 0 0;
    padding: 0;
}


.header_pc .menu li p {
	font-size: 13px;
	font-family: "メイリオ";
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	margin: 5px 0 0;
    padding: 0;
}


.header_pc .menu li a p {
	color: #333;
	 -webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.header_pc .menu li a:hover p {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}



/** 資料請求他 *******************************/
.header_pc .application {
	float: right;
	width: 250px;
	height: 100px;
	margin: 0;
}


.header_pc .application li {
	height: auto;
	padding: 0 0 5px;
	margin: 0;
	text-align: center;
	line-height: 15px;
}

.header_pc .application li a {
	display: block;
	color: #FFF;
	 -webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 5px 0 5px 5px;
	background: #CA0000;
	text-decoration: none;
}


.header_pc .application li a:hover {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}





/** ---------------  パンくずリスト　ここから ↓↓↓　------------------------------ */
/** template ***********************/
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にSP非表示*/
#breadCrumb {
	width: 1080px;
	height: auto;
	margin: 10px auto 10px;
	padding: 10px 0;
	clear: both;
}
}
@media screen and (max-width: 480px) { /*ウィンドウ幅が最大480pxの場合にSP表示*/
#breadCrumb {
	display: none;
}
}

#breadCrumb ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#breadCrumb ul li {
	float: left;
	font-size: 13px;
	color: #999;
	margin: 0 10px ;
}

#breadCrumb ul li a {
	color:#00F;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
	text-decoration:underline;
	margin-right: 10px;
}

#breadCrumb ul li a:hover {
	color:#00F;
	text-decoration:none;
}
/** ---------------  パンくずリスト　ここまで　↑↑↑　------------------------------ */









/**　CONTENT　ここから　***********************************************************************************/
#content {
    overflow: hidden;
    width: 100%;
	padding: 0;
    margin: 0 auto 0;
	clear: both;
}


@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
#content .content_area {
    overflow: hidden;
    width: 1080px;
	padding: 0;
    margin: 0 auto;
}
}

@media screen and (max-width: 480px) { /*ウィンドウ幅が最大481pxの場合にスマホ表示*/
#content .content_area {
    width: 100%;
	clear: both;
	padding: 0;
    margin: 0 auto;
}
}


/**　HEADLINE　ここから　***********************************************************************************/
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
#content .headline {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	float: left;
	width: 266px;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: rgba(246,246,246,1.00);
	padding: 0;
    margin: 0;
}
}
@media screen and (max-width: 480px) { /*ウィンドウ幅が最少480pxの場合にPC非表示*/
#content .headline {
	display: none;
}
}



/** ---------------  headline　ここから ↓↓↓　------------------------------ */

#content .sub-headline {
	float: left;
	width: 266px;
	height: auto;
	padding: 0;
	margin: 0;
	background: #FBF9F0;
}


#content .sub-headline p.title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #8B7925;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px 0;
}


#content .sub-headline li {
	padding: 0 5px 10px;
	margin: 0 10px 20px;
	border-bottom: 1px dotted #CCC;
}


#content .sub-headline li p {
	font-size: 13px;
	margin: 0 0 10px 0;
}


#content .sub-headline li p.top {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/** ---------------  sub-headline　ここまで ↑↑↑　------------------------------ */












@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
#mainWrapper .mainContent {
	width: 100%;
	margin: 0;
    padding: 0;
	text-align: center;
}
}

@media screen and (max-width: 480px) { /*ウィンドウ幅が最少480pxの場合にPC非表示*/
    #mainWrapper .mainContent {
	width: 100%;
	margin: 60px 0 0;
    padding: 0;
	text-align: center;
}
}

/**　mainContent　ここから　***********************************************************************************/
/*menu elements */
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146,146,146,1.00);
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 22%;
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: rgba(208,207,207,1.00);
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}



/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
/* sidebar */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}

    /* offer banners content */
#mainWrapper #offer p {
	font-size: small;
}
/* Prices of products in catalog view */
.productRow .productInfo .price {
	font-size: 19px;
}
/* Content holders in catalog view */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-size: 15px;
}
}
    










    
    
/**　header_pc　***********************************************************************************/
/*************************************************************************************/
@media screen and (max-width: 480px) { /*ウィンドウ幅が最大480pxの場合にPC非表示*/
.footer_pc {
	display: none;
}
}
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
.footer_pc {
    width: 100%;
}
}
/*************************************************************************************/


/**　header_sp　***********************************************************************************/
/*************************************************************************************/
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にSP非表示*/
.footer_sp {
	display: none;
}
}
@media screen and (max-width: 480px) { /*ウィンドウ幅が最大480pxの場合にSP表示*/
.footer_sp {
    width: 100%;
}
}
/*************************************************************************************/



/** メニューリスト *******************************/

.footer_pc .footer {
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 0;
	background: #204DA0;
	border-top: 1px solid #FFF;
}


/*****************************/
.footer_pc .footer .footer-menu {
    width: 1080px;
	margin: 0 auto;
	padding: 0;

}

.footer_pc .footer .footer-menu li{
	float: left;
	width: 204px;
	height: 80px;
	background: #204DA0;
}


.footer_pc .footer .footer-menu li a p {
	font-family: "メイリオ";
	font-size: 15px;
	line-height: 17px;
	color: #FFF;
	padding: 15px 0 0;
	text-align: center;
	 -webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.footer_pc .footer .footer-menu li a:hover p {
	color: #FFF;
	font-weight: bold;
	background-position: center;
}



.footer_pc .footer .footer-menu li.f-menu01 a {
	background: url(../../images-new/template/footer/f-menu01.png) no-repeat center 35px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.footer_pc .footer .footer-menu li.f-menu02 a {
	background:url(../../images-new/template/footer/f-menu02.png) no-repeat center 35px;
	border-right: 1px solid #FFF;
}
.footer_pc .footer .footer-menu li.f-menu03 a {
	background:url(../../images-new/template/footer/f-menu03.png) no-repeat center 35px;
	border-right: 1px solid #FFF;
}
.footer_pc .footer .footer-menu li.f-menu04 a {
	background:url(../../images-new/template/footer/f-menu04.png) no-repeat center 35px;
	border-right: 1px solid #FFF;
}
.footer_pc .footer .footer-menu li.f-menu05 a {
	background:url(../../images-new/template/footer/f-menu05.png) no-repeat center 35px;
	border-right: 1px solid #FFF;
}

.footer_pc .footer .footer-menu li a {
	display: block;
	height: 80px;
	text-decoration: none;
	background-position: center 35px ;
}
.footer_pc .footer .footer-menu li a:hover {
	background-position: center 35px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background:#CCC;
}
/*****************************/
/*****************************/
.footer_pc .footer .center {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
}


.footer_pc .footer .center ul.left {
	float: left;
	width: 324px;
	padding: 20px 0 20px 20px;
}



.footer_pc .footer .center ul.middle {
	float: left;
	width: 320px;
	padding: 20px 0 20px 20px;
	background: #308CE9;
}


.footer_pc .footer .center ul.right {
	float: left;
	width: 320px;
	padding: 20px 0 20px 20px;
}


.footer_pc .footer .center p {
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	margin: 10px 0 5px;
}


.footer_pc .footer .center li a {
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 20px;
}


.footer_pc .footer .center li a:hover {
	color: #999;
	text-decoration: underline;
}


.footer_pc .footer .center li:before  {
	content: "・";
	color: #FFF;
	margin: 0 0 0 0.5em;
}

.footer_pc .footer p.copyright {
	width: 1024px;
	color: #FFF;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}


/*****************************/
.footer_pc .footer-b {
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


/*****************************/
.footer_pc .footer-b .b-phone {
	overflow: hidden;
	width: 1024px;
	height: 150px;
	margin: 0 auto;
	background: url(../../images-new/template/footer/okclogo.jpg) 813px 25px no-repeat;
}


.footer_pc .footer-b .b-phone ul {
	margin: 80px 0 0 60px;
}


.footer_pc .footer-b .b-phone li {
	display: block;
	float: left;
	width: 280px;
	font-family: "HG明朝E";
	font-size: 33px;
	color: #CA0000;
	margin: 0 20px 0 0;
}
.footer_pc .footer-b .b-phone li span {
	font-size: 15px;
}

.footer_pc .footer-b .b-phone img {
	float: left;
	margin: 0 20px 0 0;
}


.footer_pc .footer-b .b-phone li.time {
	display: block;
	width: 440px;
	font-family: "メイリオ";
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 0 120px;
	clear: both;
}


.footer_pc .footer-b .b-phone li.logo {
	float: right;
	width: 171px;
}



/*****************************/
.footer_pc .footer-b .adver {
	overflow: hidden;
	width: 1024px;
	margin: 0 auto 20px;
}


.footer_pc .footer-b .adver li a {
	float: left;
	margin: 20px 8px 0;
}


.footer_pc .footer-b .adver li a:hover {
	color: #333;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}








/********************　フッター　********************/
.footer_sp .footer {
	width: 100%;
	margin: 0 auto 55px;
	padding: 20px 0 0;
    border-top: 1px solid #cccccc;
}

.footer_sp .footer p.company {
	font-size: 15px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 15px;
	padding: 0;
	margin: 0 0 5px 0;
}

.footer_sp .footer p.copyright {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	background: #204DA0;
}


/**　メニュー（フッター内）　**********/
.footer_sp .footer .menu {
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 0;
}

.footer_sp .footer .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_sp .footer .menu li {
	width: 100%;
}

.footer_sp .footer .menu li a {
	float: left;
	width: 25%;
}


.footer_sp .footer .about {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
}


.footer_sp .footer .about ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.footer_sp .footer .about li {
	text-align: center;
	margin: 0 0 10px 0;
}

.footer_sp .footer .about li a {
	width: 100%;
}




/******************************　apply ↓↓↓　***************************************************************/
/*PCの場合にはメニューを表示させない*/
@media screen and (min-width: 481px) { /*ウィンドウ幅が最少481pxの場合にPC表示*/
   .for-sp{
      display:none;
}
}

/*メニューをページ下部に固定*/
#apply {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#apply ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#apply li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#apply li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#apply li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#apply li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding: 20px 0;
   line-height: 15px;
}




/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

    
    

