@charset "UTF-8";

/* ****************************************************
Title: common.css
Created: 2011-01-24
Last Modified: 2011-03-14
***************************************************** */


/* Table Of Contents
----------------------------------------

# Settings
# Modules

----------------------------------------*/


/* # Settings
---------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,figure,figcaption,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,button,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
header,hgroup,footer,article,section,nav,aside,figure,figcaption { display: block; }
ol,ul { list-style: none; } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th,td { font-weight: normal; text-align: left; vertical-align: top; }
fieldset { border: none; }
input,textarea,select,label {
	font-size: 100%;
	vertical-align: middle;
}
label,button { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
a { vertical-align: baseline; }
img { border: none; vertical-align: bottom; }
b,em,strong { font-weight: bold; font-style: normal; }
object { outline: none; vertical-align: middle; }
blockquote, q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
code { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
small { font-style: normal; }
ins { text-decoration: none; }
mark { font-weight: bold; }
del { text-decoration: line-through; }
abbr, acronym { border: none; font-variant: normal; }
abbr[title],dfn[title] { border-bottom: 1px dotted #333; cursor: help; }
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal; }
hr { display: none; }
pre { font-family: monospace; }
rt { text-align: center; }
rp { display: none; }
optgroup { font-style: normal; }


/* # Modules
---------------------------------------------------------------------------- */

.mHide { display: none; }

.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }
.taM { vertical-align:middle;}
.taCM { vertical-align:middle; text-align:center;}

.flL { float: left; }
.flR { float: right; }

.clL { clear: left; }
.clB { clear: both; }
.clR { clear: right; }

.clf { zoom: 1; }
.clf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

/* Space ＜スペースを空けるためのクラス＞
---------------------------------------------------------------------------- */
#content .Sp_t03{margin-top:0.3em;}
#content .Sp_t05{margin-top:0.5em;}
#content .Sp_t1{margin-top:1.0em;}
#content .Sp_t2{margin-top:2.0em;}
#content .Sp_b05{margin-bottom:0.5em;}
#content .Sp_L1{margin-left:1em;}



/* Text ＜テキスト装飾に関するクラス＞
---------------------------------------------------------------------------- */
#content .TextEmphasis01{color:#F00;} /*テキスト赤*/
#content .TextEmphasis02{color:#F00; font-weight:bold;} /*テキスト赤・太字*/
#content .TextEmphasis03{color:#F00; font-weight:bold; border-bottom:1px solid #F00; padding-bottom:0.2em;} /*テキスト赤・太字・下線*/
#content .TextCol01{color:#9CD1D8;}

/*add20170529*/
form.search-box-form {
    padding:0px !important;
}

/* 202103 修正 */
input.search-box-search-button,input.search-box-search-button:hover {
    background-color: #aaa !important;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url('/stdscripts/search/img/search.png') !important;*/
    background-size: 14px;
    overflow: hidden;
    /*text-indent: 150%;*/
    white-space: nowrap;
    border-color: #aaa !important;
    }
    

