@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;}
#content .Sp_L2{margin-left:2em;}



/* 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;}



#content .mTable01 .clr01,
#content .mTable02 .clr01,
#content .mTable03 .clr01,
#content .mTable04 .clr01 {
	background-color: #D9F7E7;/*薄い緑*/
}
#content .mTable01 .clr02,
#content .mTable02 .clr02,
#content .mTable03 .clr02,
#content .mTable04 .clr02 {
	background-color: #F3DEDC;/*薄い赤*/
}
#content .mTable01 .clr03,
#content .mTable02 .clr03,
#content .mTable03 .clr03,
#content .mTable04 .clr03 {
	background-color: #FEF8E2;/*薄いクリーム*/
}
#content .mTable01 .clr04,
#content .mTable02 .clr04,
#content .mTable03 .clr04,
#content .mTable04 .clr04 {
	background-color: #f5f5f5;/*薄いグレー*/
}
#content .mTable01 .clr05,
#content .mTable02 .clr05,
#content .mTable03 .clr05,
#content .mTable04 .clr05 {
	background-color: #e5e5e5;/*濃いグレー*/
}


/* お問い合わせ　member/info/mail.html　ヘッダー、フッター等　調整  201707
---------------------------------------------------------------------------- */
.bInfo06 #siteHdSearchForm, .bInfo06 #gNav, .bInfo06 #topicPath, .bInfo06 #sidebar, .bInfo06 #siteFtNav, .bInfo06 #spGNav {
display: none;
}

input {
    box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
	margin:3px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
    width: 96%;
}
.help-block {
    display: block;
    margin-top: 5px;
    color: #737373;
}
.submitBtn {
    padding: 20px 0;
	text-align:center;
}
.submitBtn input {
    margin: 0 10px;
	border:  2px solid #4A81D2;;
	background:#4A81D2;
    padding: 10px 25px;
    cursor: pointer;
    color: #ffffff;
	font-weight:bold;
}
.submitBtn input.reset {
	background:#ffffff;
	color:#666666;
	border:  2px solid #cccccc;;
}
.CloseWin input {
	background:#999999;
	color:#ffffff;
	border:  2px solid #999999;;
}
.CloseWin {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
	text-align:center;
}

.submitBtn input:hover {
	background:#f5f5f5;
	color:#4A81D2;
	border:  2px solid #4A81D2;;
}
