@charset "UTF-8";

/*
-----------------------------------------------------
	ameblo CSS Skin Settings
	=================================================
	FileName:   common.css
	Author : yoshiyuki sakano
	Creation date : 2011.3.24
	Last up date :
-----------------------------------------------------
*/

ddress, blockquote, body, caption, center, col, colgroup, dd, dir, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, isindex, li, listing, map, marquee, menu, noframes, ol, p, plaintext, pre, table, tbody, td, tfoot, th, thead, tr, ul, xmp {
	unicode-bidi:embed;
}

html {
	overflow-y:scroll;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

/***　見出しタグリセット　***/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/***　その他リセット　***/
fieldset, img {
	border: 0;
}

li {
	list-style:none;
}

addr, acronym {
	border:0;
	font-variant:normal;
}

/*--------------------------------------------------------
　フォントリセット設定（12px基本）
--------------------------------------------------------*/
body {
	font:84%/1.5  "MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

body {
	font-size: 12px;
}

table {
	font-size: inherit;
}

/***　デフォルトフォントサイズ設定　***/
.f10 {
	font-size: 84%;
}

.f12 {
	font-size: 100%;
}

.f14 {
	font-size: 117%;
}
/*--------------------------------------------------------
　フロート設定　
--------------------------------------------------------*/
.fl_right {
	float:right;
}

.fl_left {
	float:left;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------
　センター寄せ
--------------------------------------------------------*/
.mce {
	margin:0 auto;
	display: block;
}

.mce img {
	margin:0 auto;
	display: block;
}

/*--------------------------------------------------------
　flort用div高さ設定
--------------------------------------------------------*/

.clearfix {
	display:block;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------------------------
　マージン設定
--------------------------------------------------------*/

/*--------------------------------------------------------
　デフォルトテキストリンク設定
--------------------------------------------------------*/
body a {
	text-decoration: none;
}

body a:link {
	color:#4d4d4d;
}

body a:visited {
	text-decoration: none;
	color:#4d4d4d;
}

body a:hover {
	text-decoration: none;
	color:#005CA5;
}

body a:active {
	text-decoration: none;
}

a[id]:hover, a[id]:active {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

* {
	margin:0;
	padding:0;
}

/*↑xhtml1.0でvspaceが使えないマージン設定



/*--------------------------------------------------------
　画像周りの余白を消す　Mac用　safari、FireFoxバグ対策
------------------------------------------------------- */
.cimg img {
	margin:0;
	padding:0;
	display: block;
}

/*--------------------------------------------------------
　Google検索バーの虫眼鏡
------------------------------------------------------- */
.gsc-search-button {
    width: 30px!important;
		height: 30px!important;
}

.gsc-input-box {
		width: 180px!important;
    height: 28px!important;
    padding: 0 !important;
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .gsc-search-button {
		    width: 30px!important;
				height: 30px!important;
		}
}
