@charset "utf-8";

/*------------------------------------------------------------
PC用
-------------------------------------------------------------*/

/*==========▼ 全体設定 ▼==========*/

body{
	background: url(../images/background.png) no-repeat;
	line-height:250%;
    font-feature-settings : "palt";
	background-color: #eeeeee;
	background-attachment: fixed;
}

p,ul{
	margin-bottom:25px;
}

li{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}

ul.list li{
	font-size:18px;
	font-size:1.8rem;
	font-weight:normal;
	list-style:disc;
	margin: 0 0 25px 30px;
}

ul.list li span{
	font-size:14px;
	font-size:1.4rem;
	display:block;
	line-height:145%;
}

a {
	color: #0047bf;
	font-weight: bold;
}
a:hover {
	color: #0047bf;
	text-decoration: underline;
}
a:active {
	color: #0047bf;
}

/* スマホ表示のbrを無効化するための指定（個別設定用） */
.inline{
	display:inline!important;
}

/* 反転時の色設定 */
::selection {
	background: #6885cf;
	color: #fff;
}
::-moz-selection {
	background: #6885cf; 
	color: #fff; 
}

/* YouTube動画レスポンシブ（16:9に対応） */
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:20px;
 }
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* スマホ用メニュー（PCでは非表示） */
#header_sp{
	display: none;
}

/* ページトップボタン */
.pagetop {
	position: fixed;
	bottom:-60px;
	right: 10px; 
	opacity: 0; 
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background:#222;
	border:1px solid #fff;
	font-size:20px;
}
.pagetop a:link, .pagetop a:visited {
	background-position: left top;
	display: block;
	background-repeat: no-repeat;
	color:#fff;
	padding:10px;
}
.pagetop:hover {
	color:#222;
	background:#fff;
	border:1px solid #222;
}
.pagetop a:hover{
	color:#222!important;
	text-decoration:none!important;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	bottom:17px;
	right: 10px;
}

/* PCとスマホの表示と非表示切り替え用 */
.pc_inline{
	display:inline;
	width: 100%;
}
.pc_block{
	display:block;
}
.sp_inline, .sp_block{
	display:none;
}

/*==========▲ 全体設定 ▲==========*/


/*==========▼ ヘッダー部分設定 ▼==========*/

#header{
	width:100%;
}

/*==========▲ ヘッダー部分設定 ▲==========*/


/*==========▼ コンテンツ部分（全体）設定 ▼==========*/

/* メインコンテンツとサブコンテンツ部分のレイアウト */
#wrapper{
	width:1182px;
	margin:0px auto 0;
	word-wrap: break-word;
}

/*==========▲ コンテンツ部分（全体）設定 ▲==========*/


/*==========▼ サブコンテンツ部分（サイドバー）設定 ▼==========*/

/* サイドバーのレイアウト */
#wrapper #sub-contents{
	width: 320px;
	float: left;
	margin: 0 30px 30px 0;
}

/* サイドバーのメニュー（マウスオーバーで透過） */
#wrapper #sub-contents li{
	list-style:none;
	margin-bottom:20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-shadow: 0px 0px 5px 0px #454545;
	-moz-box-shadow: 0px 0px 5px 0px #454545;
	-webkit-box-shadow: 0px 0px 5px 0px #454545;
}
#wrapper #sub-contents li:hover{
	opacity: 0.5; 
	filter: alpha(opacity=50);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/*==========▲ サブコンテンツ部分（サイドバー）設定 ▲==========*/


/*==========▼ メインコンテンツ部分（記事内容）設定 ▼==========*/

/* 記事内容のレイアウト */
#wrapper #main-contents{
	width:750px;
	margin-bottom:30px;
	padding: 40px;
	float:left;
	background:rgba(255,255,255,0.7);
	overflow:hidden;
	font-size:16px;
	font-size:1.6rem;
	box-shadow: 0px 0px 5px 0px #454545;
	-moz-box-shadow: 0px 0px 5px 0px #454545;
	-webkit-box-shadow: 0px 0px 5px 0px #454545;
}

/* H2タグ（記事タイトル部分） */
#wrapper #main-contents h2{
	width: 100%;
	margin: -10px 0 30px -20px;
	padding: 15px 20px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 120%;
	border-bottom: #000 solid 3px;
}

#wrapper #main-contents h3{
	padding:15px 20px;
	background:#ff7d7d;
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	line-height:120%;
	margin-bottom:30px;

}

#wrapper #main-contents h4{
	padding:5px 20px;
	background:#d1d1d1;
	border-bottom: double 3px #171717;
	color:#900;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:120%;
	margin-bottom:15px;
}

/* 動画タイトル帯部分 */
.youtube_title{
	background:#002665;
	padding:15px;
	color:#fff;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
}
.youtube_title span{
	background:#fff;
	padding:3px 5px;
	color:#002665;
	font-weight:normal;
}

/*==========▲ メインコンテンツ部分（記事内容）設定 ▲==========*/


/*==========▼ フッター部分設定 ▼==========*/

footer{
	clear:both;
	width:100%;
	padding:7px 0;
	text-align:center;
	background:#444;
}

footer p{
	margin-bottom:5px;
	line-height:115%;
	color:#fff;
}

footer p.notes{
	margin-bottom:0px;
}

/*==========▲ フッター部分設定 ▲==========*/


/*==========▼ Q&A動画質問文設定 ▼==========*/

dl.faq_box{
	margin-bottom:25px;
}
dl.faq_box dt{
	margin: 0;
	padding: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	background: #3b689a;
}
dl.faq_box dd {
	margin-bottom: 0;
	padding: 20px 20px 5px;
	border-right: 1px solid #3b689a;
	border-bottom: 1px solid #3b689a;
	border-left: 1px solid #3b689a;
}
dl.faq_box dt span a {
	background:#fff;
	color:#3b689a;
	padding:3px 7px;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	border-radius: 5px;	
	 -webkit-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
	border:1px solid #fff;
}
dl.faq_box dt span a:hover{
	background:#3b689a;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*==========▲ Q&A動画質問文設定 ▲==========*/


/*==========▼ Q&A設定 ▼==========*/

dl.faq_box dt span.question{
	background:#fff;
	color:#3b689a;
	padding:0 7px;
	line-height:150%;
	margin-bottom:0px;
	font-weight:normal;
	text-decoration:none;
	border-radius: 5px;
	display:inline-block;
	 -webkit-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
dl.faq_box dt p{
	margin-bottom:10px;
}
dl.faq_box dt .question_body{
	margin-bottom:-15px;
}
dl.faq_box dt .question_body p{
	font-size:16px;
	font-size:1.6rem;
	line-height:150%;
	margin-bottom:15px;
	color:#fff;
}

/*==========▲ Q&A設定 ▲==========*/


/*==========▼ コメント投稿（お問い合わせ）フォーム設定 ▼==========*/

#ct_form, #comment_send{
	padding: 30px!important;
	background: #f6f6f6!important;
	border: 1px solid #cccccc!important;
	margin-bottom:40px!important;
}
#ct_form p, #comment_send p{
	font-size:18px;
	font-size:1.8rem;
	}
	#ct_form dt{
	font-size:19px!important;
font-size:1.9rem!important;
}

/* H3（コメントする部分） */
#comment_send h3{
	margin:-30px -30px 30px -30px!important; 
	background:url(../images/comment_header.png) no-repeat 15px 15px #F6F6F6!important;
	padding:30px 15px 5px 85px!important;
	font-size:36px!important;
	font-size:3.6rem!important;
	color:#000;
	height:64px;
	border-bottom: solid 3px #000;
}
#comment_send h3 span{
	font-size:17px!important;
	font-size:1.7rem!important;
}
	
/* コメント投稿およびコメント一覧画像部分を非表示 */
/* その領域に画像を貼る場合、一緒に非表示になるので、画像を個々にcssで必ず表示するように調整する必要有り */
.panel img{
	display:none;
}

/* コメント入力欄（お問い合わせ入力欄）設定 */
#ct_form input[type=text],#ct_form textarea,
.comment_input input, .comment_input textarea{
	padding: 8px 10px!important;
	min-width: 660px!important;
	background: #fffce3!important;
	border: 1px solid #cccccc!important;
	font-size: 16px!important;
	font-size: 1.6rem!important;
	-webkit-appearance: none;!important
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
}
/* 入力中のアウトラインを非表示 */
#ct_form input[type=text]:focus,#ct_form textarea:focus,
.comment_input input:focus, .comment_input textarea:focus{
	outline: 0;
}
/* 入力必須項目の設定（お問い合わせ＆コメント） */
#ct_form .icon-necessary, #comment_send .form_required{
	padding: 2%;
	border-radius:5px;
	color: #fff;
	display: inline-block;
	background: #e63434!important;
}
/* 入力必須項目の設定（コメントのみ） */
#comment_send .form_required{
	margin-bottom:15px;
}
/* 送信ボタン設定 */
#ct_form .button_on , input#comment-submit{
	padding: 15px 50px;
	width: 100%;
	color: #fff;
	border: none;
	cursor: pointer;
	background: #3845ea;
	background: -moz-linear-gradient(left, #3845ea 0%, #131fba 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3845ea), color-stop(100%, #131fba));
	background: -webkit-linear-gradient(left, #3845ea 0%, #131fba 100%);
	background: -o-linear-gradient(left, #3845ea 0%, #131fba 100%);
	background: -ms-linear-gradient(left, #3845ea 0%, #131fba 100%);
	background: linear-gradient(to right, #3845ea 0%, #131fba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
	font-size: 23px;
	font-size: 2.3rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	box-shadow: 0 5px 0 0 #000084;
	 position: relative;
	top: 0;
}
#ct_form .button_on:hover,input#comment-submit:hover {
	box-shadow: 0 1px 0 0 #000084;
	top: 4px;
} 

/*==========▲ コメント投稿（お問い合わせ）フォーム設定 ▲==========*/


/*==========▼ コメント一覧設定 ▼==========*/

/* H3（コメント一覧部分） */
#comment_list h3{
	background:url(../images/comment_list_header.png) no-repeat 15px 15px #fff!important;
	padding:30px 15px 5px 85px!important;
	font-size:36px!important;
	font-size:3.6rem!important;
	color:#000;
	height:64px;
	border-bottom: solid 3px #000;
}

/* 投稿者アイコン設定（左端） */
.comment_normal{
	background: url(../images/comment_icon_user.png) no-repeat;
}
/* 管理者アイコン設定（右端） */
.comment_re{
	background: url(../images/comment_icon_admin.png) no-repeat 100% top;
	padding-right:79px;
}

/* 投稿者コメントレイアウト設定 */
.comment_normal .comment_content {
	word-wrap: break-word;
	background: #dae5ff;
	margin-left: 79px;
	padding: 4% 4% 5% 4%;
	position: relative;
	color: #171717;
	font-size:17px;
	font-size:1.7rem;
	margin-bottom:20px;
}
/* 投稿者コメント文字色設定 */
.comment_normal .comment_content p{
	color:#171717;
}
/* 投稿者コメントリンク文字色設定 */
.comment_normal .comment_content a{
  color: #ffe400;
  font-weight: bold;
}
.comment_normal .comment_content a:hover {
  color: #ffe400;
  text-decoration: underline;
}
.comment_normal .comment_content a:active {
  color: #ffe400;
}
/* 投稿者名前表示設定 */
.comment_normal span.comment_name{
	background: #fff;
	color: #171717;
	padding:4px;
	font-size:12px;
	font-size:1.2rem;
}

/* 管理者コメントレイアウト設定 */
.comment_re .comment_content {
	word-wrap: break-word;
	padding: 4% 4% 5% 4%;
	margin: 0 0 0 0;
	position: relative;
	background: #fff1de;
	color: #171717;
	font-size:17px;
	font-size:1.7rem; 
	margin-bottom:20px;
}
/* 管理者コメント文字色設定 */
.comment_re .comment_content p{
	color:#171717;
}
/* 管理者コメントリンク文字色設定 */
.comment_re .comment_content a{
  color: #3264a3264ac;
  font-weight: bold;
}
.comment_re .comment_content a:hover {
  color: #104084;
  text-decoration: underline;
}
.comment_re.comment_content a:active {
  color: #3264ac;
}
/* 管理者名前表示設定 */
.comment_re span.comment_name_re{
	background: #fff;
	color: #171717;
	padding:4px;
	font-size:12px;
font-size:1.2rem;
 }

/* コメント間の余白設定 */
#comment_list .comment{
margin-bottom:50px!important;
border-bottom:3px dashed #ccc;
padding-bottom:30px;
}

/*==========▲ コメント一覧設定 ▲==========*/



/*------------------------------------------------------------
スマホ用（横幅680px以下で適用）
-------------------------------------------------------------*/

@media only screen and (max-width: 680px) {

/*==========▼ 全体設定 ▼==========*/

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* 改行は無視 */
	br{
		display:none;
	}

	body {
		padding-top: 60px !important;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
		word-wrap: break-word;
		background:none;
		background-color:#e6f7fe!important;
		line-height:200%;
	}
	
	/* スマホメニュー表示設定（PCで非表示だったものを表示させる） */
	#header_sp{
		display: block;
	}
	
	/* サブコンテンツ表示設定（PCのサイドバーメニューを非表示） */
	#wrapper #sub-contents{
		display:none;
	}
	
	/* PCとスマホの表示と非表示切り替え用 */
	.sp_inline{
		display:inline;
	}
	.sp_block{
		display:block;
	}
	.pc_inline, .pc_block{
		display:none;
	}
	
/*==========▲ 全体設定 ▲==========*/


/*==========▼ ヘッダー部分設定 ▼==========*/

	#header,#header img{
		width:100%;
		margin:0;
	}

/*==========▲ ヘッダー部分設定 ▲==========*/


/*==========▼ コンテンツ部分（全体）設定 ▼==========*/

	/* PC版で680pxよりも大きくしているので、スマホ画面ハミ出し防止のために横幅100％に指定 */
	#wrapper{
		width:100%;
		margin:0;
	}

/*==========▲ コンテンツ部分（全体）設定 ▲==========*/


/*==========▼ メインコンテンツ部分（記事内容）設定 ▼==========*/

	/* メインコンテンツ内は左右余白を横幅の2%ずつ確保（つまり表示領域は横幅の96％に相当する） */
	#wrapper #main-contents{
		width:100%;
		padding:10px 2%;
		margin-bottom:0;
		float:none;
		border-radius:0;
		box-shadow:none;
	}

	/* H2（表示領域を100%にするため、ネガティブマージンで左に2%移動させて、4%プラス） */
	#wrapper #main-contents h2{
		width:104%;
		margin:-10px 0 30px -2%;
		padding:15px 2%;
		font-size:20px;
		font-size:2.0rem;
	}

/*==========▲ メインコンテンツ部分（記事内容）設定 ▲==========*/


/*==========▼ Q&A動画質問文設定 ▼==========*/

	/* ▲ 動画に戻るの設定（横幅に合わせてブロック要素になる） */
	dl.faq_box dt span a {
		display:inline-block;
		margin-top:5px;
	}
	
/*==========▲ Q&A動画質問文設定 ▲==========*/


/*==========▼ スマホメニュー部分設定 ▼==========*/

	/* 複雑なので、色調整に留めておくほうがよい */
	#header_sp{
		padding: 10px;
		width: 100%;
		height: 60px;
		text-align: center;
		background:#BB0000;	
		position: fixed!important;
		top: 0;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#header_sp h1 img {
		height: 23px;
		width:auto;
		margin-top:8px;
	}
	#header_sp .modal > label {
		color: #ededed;
		cursor: pointer;
		display: inline-block;
	}
	#header_sp .modal-overlay {
		background: rgba(0, 0, 0, 0.65);
		visibility: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	#header_sp .modal-wrap {
		position: absolute;
		top: 10px;
		left: 2%;
		width: 96%;
		background: #fff;
	}
	#header_sp #modal-trigger {
		position: absolute;
		z-index: -9999;
		visibility: hidden;
	}
	#header_sp .modal-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 5px 5%;
		width: 100%;
		color: #fff;
		background: #BB0000;
	}
	#header_sp .modal-header h4 {
		font-size: 20px;
		font-size: 2.0rem;
		color: #fff;
		font-weight: bold;
	}
	#header_sp .modal-header .fa-times {
		font-size: 20px;
		font-size: 2.0rem;
		color: #fff;
	}
	#header_sp .modal-overlay {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
		z-index: -999;
	}
	#header_sp input:checked ~ .modal-overlay {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		z-index: 999;
	}
	#header_sp .modal .fa-bars {
		font-size: 40px;
		font-size: 4.0rem;
	}
	#header_sp .modal ul {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		background: #333;
        margin-bottom:0;
	}
	#header_sp .modal li {
		margin-bottom: 1px;
		width: 100%;
		text-align:left;
	}
	#header_sp .modal li a {
		padding: 10px 2% 8px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height:120%;
		text-decoration: none;
		color: #333;
		display: block;
		background: #fff;
	}


/*==========▲ スマホメニュー部分設定 ▲==========*/


/*==========▼ コメント投稿（お問い合わせ）フォーム設定 ▼==========*/

	/* 投稿フォームの余白設定（PCよりも余白を少なく） */
	#ct_form, #comment_send{
		padding: 25px 10px!important;
	}
	
	/* H3（コメントする部分） */
	#comment_send h3{
		margin:-25px -10px 20px -10px!important; 
		background-size: 32px 32px!important;
		padding:25px 15px 5px 50px!important;
		font-size:18px!important;
		font-size:1.8rem!important;
	}
	#comment_send h3 span{
		font-size:13px!important;
		font-size:1.3rem!important;
	}	
	
	/* お問い合わせフォーム入力欄の横幅レスポンシブ化 */
	#ct_form input[type=text],#ct_form textarea{
		padding: 15px 2%!important;
		min-width: 100%!important;
	}
	
	/* コメントフォーム入力欄の横幅レスポンシブ化 */
	.comment_input input, .comment_input textarea{
		padding: 15px 2%!important;
		min-width: 100%!important;
		max-width: 100%!important;
	}
	
/*==========▲ コメント投稿（お問い合わせ）フォーム設定 ▲==========*/


/*==========▼ コメント一覧設定 ▼==========*/

	/* H3（コメント一覧部分） */
	#comment_list h3{
		background-size: 32px 32px!important;
		padding:25px 15px 5px 50px!important;
		font-size:18px!important;
		font-size:1.8rem!important;
	}
	
	/* コメントアイコンサイズ変更 */
	/* 横幅：アイコン16%、コメント領域80%、アイコンとコメント領域の余白4% */
	.comment_normal{
		background-size: 16%;
	}
	.comment_re{
		background-size: 16%; 
		padding-right:20%;
	}
	
	/* 投稿者コメント表示領域を左端から20%の位置に表示させる（アイコン16%+余白4%=20%） */
	.comment_normal .comment_content {
		margin-left: 20%;
	}
	/* コメント間の余白設定 */
	#comment_list .comment{
		margin-bottom:25px!important;
		padding-bottom:5px;
	}
	
/*==========▲ コメント一覧設定 ▲==========*/

}

@media only screen and (max-width: 336px) {

	/* コメント一覧表示のiPhone5（くらい小さい画面）の表示調整 */
	#comment_send h3{
		background-size: 48px 48px!important;
		padding:22px 15px 5px 70px!important;
		height:80px;
	}
	#comment_send h3 span{
		font-size:13px!important;
		font-size:1.3rem!important;
		display:inline-block;
	}

}