@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* -----------テキストと画像タグ設定----------- */
a:link{
	color: #0000FF;
	/* [disabled]text-decoration: none; */
}
a:visited{
	color: #6633CC;
}
a:active,
a:hover{
	color: #FF0000;
}
h1 {
	color: #CC3333;
	text-align: center;
	padding: 0.25em;
	font-size: 140%;
	background-color: #FCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC3300;
	border-bottom-color: #CC3333;
}
h2 {
	font-size: 130%;
	color: #FFFFFF;
	margin: 0.3em;
	margin: 0px;
}
p,ul{
	margin: 0em;
}
li{
	list-style-type: none;
}
img {
	border: none;
}
/* アドセンス背景薄黄色の対応 */
ins[style]{
background-color:transparent;
}
/* -----------独自テキストスタイル----------- */
.strcolor01 {
	color: red
}
/* -----------htmlタグ設定-----------*/
html{
	height: 100%;
	width: 100%;
} 
body {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	line-height: 1.8em;
	background-color: #FFC;
	background-image: url(images/pageback01.gif);
}
/* -----------ラップ用DIV----------- */
/* ラップ用DIVページ全体 */
#base {
	box-shadow: 1px 0 5px #999;
	box-shadow: -1px 0 5px #999;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: #FFF;
}
/*　「body > div.base」と「height: auto;」「min-height: 100%;」で
　スクロールにbaseの背景が追随する。
「height: 100%;」「min-height: 100%;」だとbody背景とbase背景がずれる */
body > div.base {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
/* ラップ用DIV中央グリッドコンテナB2（main+right) */
#container_b {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

/* ラップ用DIV下部C（footer+footernav+footerend) */
#container_c {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #C66;
}

/* -----------イラストポップ用レイアウト用クラス追加----------- */
/* サムネイル用のボックス */
.content_box01 {
	padding: 2%;
	float: left;
	text-align: center;
	height: 100%;
	width: 21%;
}

/* 各テーマトップページのサムネイル用のボックス */
.content_box02 {
	float: left;
	height: 100%;
	width: 31%;
	text-align: center;
	padding: 1%;
}

/* メインメニューページのサムネイル用のボックス */
.content_box03 {
	padding: 1%;
	float: left;
	text-align: center;
	clear: none;
	width: 31%;
}
/* 講座の説明用画像と文章のボックス */
.content_box04 {
	padding: 1%;
	float: left;
	text-align: center;
	clear: none;
	width: 48%;
}

/* 実際のイラスト表示用のボックス（高さが500pxを下回らないようにするボックス） */
.content_box05 {
	float: none;
	text-align: center;
	height: 100%;
	min-height: 200px;
	width: 100%;
	padding-top: 5%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	clear: both;
}

/* フッターメニュー用のボックス */
.content_box06 {
	float: left;
	height: 100%;
	width: 33%;
	text-align: center;
	color: #FFF;
}
.content_box06 a:link {
	color: #FFF;
}
.content_box06 a:visited {
	color: #FFF;
}

/* メインメニューページのサムネイル用のボックス */
.content_box07 {
	float: left;
	text-align: left;
	clear: none;
	width: 62%;
	margin-top: 0.7em;
	padding-right: 2%;
	padding-left: 2%;
}

/* サムネイル用のボックスを改行するための高さ0のボックス */
.content_space01 {
	clear: left;
	float: none;
	height: 100%;
	width: 100%;
}

/* サイト表組み用ボックスA */
.site_box01 {
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 25%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* サイト表組み用ボックスB */
.site_box02 {
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 75%;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* サイト表組み用ボックス-クレジット表記A */
.site_box03 {
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 50%;
	text-align: center;
}

/* サイト表組み用ボックス-クレジット表記B */
.site_box04 {
	background-color: #000;
	float: left;
	height: 100%;
	width: 50%;
	text-align: center;
}
/* -----------レイアウト用クラス----------- */
/* ○ヘッダー用横メニュー */
.menuheader {
	clear: none;
	float: left;
	color: #FFF;
	font-weight: bold;
	background-color: #C66;
	width: 33%;
	text-align: center;
	display: block;
}
.menuheader a:link {
	color: #FFF;
	background-color: #C66;
}
.menuheader a:visited {
	background-color: #C66;
	color: #FFF;
}
.menuheader a:hover {
	background-color: #F66;
	color: #FFF;
	display: block;
}
.menuheader a:active {
	background-color: #C66;
	color: #FFF;
}
/* ○メインコンテンツ見出し用 */
.bar01 {
	width: 100%;
	text-align: center;
	clear: both;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ○トップページ「利用無料」「商用OK」「クレジット不要」 */
.bar02 {
	width: 30%;
	text-align: center;
	clear: none;
	float: left;
	background-color: #FC0;
	font-weight: bold;
	color: #990;
	border: thin solid #FF0;
	margin: 1%;
}

/* 〇h2記事紹介見出し */
.bar03 {
	padding: 0.6em;
	background-color: #CC6666;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC3300;
}

/* 〇h2記事紹介見出し */
.bar04 {
	padding: 0.6em;
	background-color: #66CCFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099FF;
}

/* サーチボックス*/
.searchbox {
	float: right;
	clear: right;
	width: 40%;
	height: 100%;
}
/* トップページ　画像+説明BOX 画像用*/
.top_box01 {
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 31%;
	clear: none;
	margin-top: 0.7em;
}
/* トップページ　画像+説明BOX 説明用*/
.top_box02 {
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	vertical-align: middle;
	clear: none;
	width: 62%;
	margin-top: 0.7em;
	padding-right: 2%;
	padding-left: 2%;
}
/* トップページ　画像+説明BOX 改行スペース*/
.top_box03 {
	clear: both;
	float: none;
	height: 0px;
	text-align: left;
}

/* ○右アドセンス用ボックス上*/
.addbox_up {
	float: none;
	clear: both;
	color: #FFF;
	text-align: center;
	font-weight: bolder;
	vertical-align: bottom;
	background-color: #FF9;
	/* 枠線の装飾 */
	background-color: #FF9966;
	height: 100%;
	width: 100%;
}
/* ○右アドセンスボックス中*/
.addbox_mid {
	clear: both;
	text-align: center;
	/* 枠線の装飾 */
	background-color: #FFFFFF;
	margin: 0px;
	border: thin solid #F96;
}

/* ○メニュー用ボックス上*/
.menubox_up {
	float: none;
	clear: both;
	color: #FFF;
	text-align: center;
	font-weight: bolder;
	vertical-align: bottom;
	background-color: #FF9;
	box-shadow: 5px 3px 5px rgba(0,0,0,0.2);
	/* ▼CSS3 */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/* ▼Firefox */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	/* 枠線の装飾 */
	background-color: #CC6666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9966;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
	border-left-color: #FF9966;
}
/* ○メニュー用ボックス中*/
.menubox_mid {
	clear: both;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F96;
	border-bottom-color: #F96;
	border-left-color: #F96;
	text-align: left;
	box-shadow: 5px 3px 5px rgba(0,0,0,0.2);
	/* ▼CSS3 */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* ▼Safari,Chrome */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* ▼Firefox */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	/* 枠線の装飾 */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F96;
}
/* ○メニュー用ボックス内の見出し*/
.menubox_bar {
	background-color: #F90;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-align: center;
	background-image: url(images/bar_back02.gif);
}
/* rightadd用楽天広告*/
.rakutenadd {
	background-color: #FFFFFF;
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 0.7em;
	height: 100%;
	margin-right: auto;;
	margin-left: auto;;
}
/* 下段ナビゲーション「前頁」「次頁」枠（#navとは別） */
.navi{
	height: 100%;
	width: 25%;
	float: left;
	text-align: center;
}
/* right_content用センタリング*/
.rightcenter{
	height: 100%;
	width: 100%;
	float: none;
	text-align: center;
	clear: both;
}
 
/* ***************css　スプライト用　アイコン配置定義　***************　*/

/* イラストポップアイコン */
.icon_01 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: 0px 0px;
}

/* イラストメニューアイコン */
.icon_02 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -15px 0px;
}

/* 利用規約アイコン */
.icon_03 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -30px 0px;
}

/* スポーツアイコン */
.icon_04 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -45px 0px;
}

/* 仕事アイコン */
.icon_05 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -60px 0px;
}

/* 花アイコン */
.icon_06 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -75px 0px;
}
/* 車アイコン */
.icon_07 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -90px 0px;
}

/* 季節アイコン */
.icon_08 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -105px 0px;
}

/* 学校アイコン */
.icon_09 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -120px 0px;
}

/* 食べ物アイコン */
.icon_10 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -135px 0px;
}

/* 動物アイコン */
.icon_11 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -150px 0px;
}

/* 階層線アイコン */
.icon_12 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -165px 0px;
}

/* 生活アイコン */
.icon_13 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -180px 0px;
}

/* 音楽アイコン */
.icon_14 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -195px 0px;
}

/* 昆虫アイコン */
.icon_15 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -210px 0px;
}

/* 保育アイコン */
.icon_16 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -225px 0px;
}

/* マナーアイコン */
.icon_17 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp01.gif);
	background-position: -240px 0px;
}

/* 旧ミニアイコン */
.icon_b01 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: 0px 0px;
}

/* 旧シンボルアイコン */
.icon_b02 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -15px 0px;
}

/* 旧アウトドアアイコン */
.icon_b03 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -30px 0px;
}

/* 旧家族アイコン */
.icon_b04 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -45px 0px;
}

/* 旧文房具アイコン */
.icon_b05 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -60px 0px;
}

/* 旧標識アイコン */
.icon_b06 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -75px 0px;
}
/* 旧ETCアイコン */
.icon_b07 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -90px 0px;
}

/* 旧暑中見舞いアイコン */
.icon_b08 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -105px 0px;
}

/* 旧引っ越しアイコン */
.icon_b09 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -120px 0px;
}

/* 旧クリスマスアイコン */
.icon_b10 {
	float: left;
	height: 18px;
	width: 15px;
	background-image: url(images/iconsp02.gif);
	background-position: -135px 0px;
}

/* ------------------モバイルレイアウト : 480 px およびそれ以下.--------------------- */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/title02.jpg);
	background-repeat: no-repeat;
}
#nav_a {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C66;
	padding-top: 1em;
	padding-bottom: 1em;
}
#nav_b {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C66;
	padding-top: 1em;
	padding-bottom: 1em;
}
#comment {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
}
#main {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-top: 5px;
}
#topadd {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
#right {
	clear: none;
	float: left;
	text-align: center;
	display: none;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#footer {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	background-color: #C66;
	color: #FFF;
	padding-top: 2em;
}
#footernav_a{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C66;
	color: #FFF;
}
#footernav_b{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C66;
	color: #FFF;
}
#footerend{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C66;
	color: #FFF;
	text-align: center;
}
.sns{
	text-align: left;
} 
.sns > li {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	width: 80px !important;
	margin: 0 7px 10px 0;
} 
.sns > li:first-child {
	margin-left: 0;
} 
.sns > li:last-child {
	margin-right: 4px;
} 
.sns iframe {
	margin: 0 !important;
}
.doublerec_a{
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
}

.doublerec_b{
	display: none;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
}

/* ----------タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。---------- */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_a {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-top: 1em;
	padding-bottom: 0px;
}
#nav_b {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-top: 1em;
	padding-bottom: 0px;
}
#comment {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topadd {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: none;
}
#footer {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
	display: block;
	padding-top: 1.5em;
}
#footernav_a{
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#footernav_b{
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#footerend{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.sns{
	text-align: left;
} 
.sns > li {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	width: 80px !important;
	margin: 0 7px 10px 0;
} 
.sns > li:first-child {
	margin-left: 0;
} 
.sns > li:last-child {
	margin-right: 4px;
} 
.sns iframe {
	margin: 0 !important;
}
.doublerec_a{
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
}

.doublerec_b{
	display: none;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
}
}

/* -------------デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。----------- */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 92%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_a {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 50%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav_b {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#comment {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
}
#topadd {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#right {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#footer {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 1em;
}
#footernav_a {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}

#footernav_b {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}

#footerend {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* share button設置用 */
.sns{
	text-align: left;
} 
.sns > li {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
} 
.sns > li:first-child {
	margin-left: 0;
} 
.sns > li:last-child {
	margin-right: 4px;
} 
.sns iframe {
	margin: 0 !important;
}
/* 画像の大きさ設定用20211201 */
.image-resize{
	max-width: 100％;
	height: auto;
}	
/* ダブルレクタングル用 */
.doublerec_a{
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
}

.doublerec_b{
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	clear: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 40%;
}
}
