@charset "utf-8";

/* 共通
----------------------------------------------------------- */
#container {
	overflow: hidden;
	padding: 15px 15px 20px;
}

h1.categoryName {
	margin: 0 0 15px;
	padding: 0 0 0 8px;
	border-left: 5px solid #004a9e;
	color: #004a9e;
	font-size: 28px;
	font-weight: bold;
}

p.categoryName {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 5px solid #004a9e;
	color: #004a9e;
	font-size: 16px;
	font-weight: bold;
}

.contentsTitle {
	margin: 0 0 15px;
	color: #004a9e;
	font-size: 28px;
	font-weight: bold;
}

.wrapper1 h2 {
	margin: 0 0 17px;
	padding: 12px 12px 12px 13px;
	color: #004a9e;
	font-size: 18px;
	font-weight: bold;
	background: #e8f0f7 url(/smt/mmenu/guest/img/contents_bg_01.png) no-repeat 0 50%;
	background-size: 4px 60%;
}

form dt {
	margin: 0 0 5px;
	color: #024a9d;
	font-weight: bold;
}

form dd {
	margin: 0 0 15px;
}

form .attention5 {
	font-size: 13px;
	font-weight: normal;
}

form img {
	vertical-align: middle;
}

.required {
	background: #ffebf8;
}

form input[type="image"] {
	width: 260px;
	height: auto;
	vertical-align: top;
}

.inlineLink {
	padding: 0 0 0 17px;
	color: #024a9d;
	font-weight: bold;
	text-decoration: underline;
	background: url(/smt/common/img/icon_arrow_01.png) no-repeat 0 3px;
	background-size: 11px 11px;
}

.reset {
	margin: 0 0 15px;
	padding: 15px 0 0;
	border-top: 1px dashed #7f7f7f;
}

/* 会社概要
----------------------------------------------------------- */
.corporateProfile dt {
	margin: 0;
	color: #004a9e;
	font-size: 110%;
	font-weight: bold;
}

.corporateProfile dd {
	margin: 0 0 10px;
}
@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}@charset "utf-8";

/* body
----------------------------------------------------------- */
body {
	color: #000;
	font-size: 16px;
	font-family: sans-serif;
	background: url(/smt/common/img/bg_01.png);
	-webkit-text-size-adjust: 100%;
}


/* リンク
----------------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}


/* ヘッダ
----------------------------------------------------------- */
header {
	background: url(/smt/common/img/header_bg_01.png) no-repeat top right;
	background-size: 124px 70px;
}

header h1,
header > div > p {
	height: 55px;
	padding: 15px 0 0 15px;
}

#globalNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

#globalNav dt {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 57px;
	height: 57px;
	z-index: 1100;
}

#globalNav dt.open {
	background: url(/smt/common/img/header_close_btn.png) no-repeat 0 0;
	background-size: 57px 57px;
}

#globalNav dt.open img {
	visibility: hidden;
}

#globalNav dd {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #004c8a;
}

#globalNav dd p {
	height: 46px;
	padding: 22px 0 0 15px;
}

#globalNav ul {
	background: #016ec8;
}

#globalNav li {
	border-bottom: 1px solid #004c8a;
}

#globalNav li a {
	display: block;
	padding: 15px;
	color: #fff;
	background: url(/smt/common/img/icon_arrow_04.png) no-repeat 95% 50%;
	background-size: 11px 11px;
}

#guideNav {
	position: relative;
	overflow: hidden;
	background: url(/smt/common/img/header_bg_02.png) repeat-x 0 0;
	background-size: auto 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
}

#guideNav li {
	float: left;
	width: 25%;
	text-align: center;
}

#guideNav li a {
	display: block;
	padding: 5px 0;
	border-right: 1px solid #002ec0;
	border-left: 1px solid #0067cf;
}

#guideNav li:first-child a {
	border-left: none;
}

#guideNav li:last-child a {
	border-right: none;
}


/* メイン
----------------------------------------------------------- */
.wrapper1 {
	line-height: 1.5;
	overflow: hidden;
	margin: 0 0 20px;
	border: 2px solid #b2b29b;
	border-radius: 4px;
	background: #fff;
}

.wrapper2 {
	overflow: hidden;
	padding: 0 13px 13px;
}

.wrapper3 {
	line-height: 1.5;
	overflow: hidden;
	margin: 0 0 20px;
	/*border: 2px solid #9a8f3f;*/
	border: 2px solid #533b00;
	border-radius: 4px;
	/*background: #f0eee1;*/
	background: url(/smt/common/img/bg_03.png);
}

.wrapper3 h2{
	margin: 0 0 15px;
	padding: 15px 0 10px;
	text-align: center;
	background-size: 150% auto;
	background-image: url(/smt/mmenu/study/img/tsumegoapp/tsumegoapp_title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#fffff6;
	border-bottom:1px solid #1D0E01;
}



.tableBasic {
	width: 100%;
	border: 1px solid #7f7f7f;
}

.tableBasic th {
	padding: 7px 10px;
	border-right: 1px dashed #7f7f7f;
	border-left: 1px dashed #7f7f7f;
	border-top: 1px solid #7f7f7f;
	font-weight: bold;
	text-align: center;
	background: #e7f6f8;
}

.tableBasic td {
	vertical-align: top;
	padding: 7px 10px;
	border-right: 1px dashed #7f7f7f;
	border-left: 1px dashed #7f7f7f;
	border-top: 1px solid #7f7f7f;
}


/* フッタ
----------------------------------------------------------- */
footer {
	overflow: hidden;
	border-bottom: 2px solid #004c8a;
	color: #fff;
	background: #016ec8;
}

#snsButtons {
	overflow: hidden;
	padding: 20px 0 20px 15px;
	background: url(/smt/common/img/bg_02.png);
}

#snsButtons li {
	float: left;
}

#snsButtons #___plusone_0,
#snsButtons #___plusone_0 iframe {
	width: 70px !important;
}

#snsButtons #twitter-widget-0 {
	width: 100px !important;
}

#snsButtons .fb_iframe_widget {
	padding: 0 10px 0 0;
}

.pageTop {
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.pageTop a {
	display: block;
	padding: 15px 0;
	background: url(/smt/common/img/footer_icon_arrow_01.png) no-repeat 72% 50%;
	background-size: 11px 11px;
}

#footerContact {
	margin: 20px 15px;
	border: 1px solid #fff;
	border-radius: 4px;
}

#footerContact li {
	border-bottom: 1px solid #fff;
}

#footerContact li:nth-child(2) {
	background: url(/smt/common/img/footer_icon_mail.png) no-repeat 15px 50%;
	background-size: 21px 14px;
}

#footerContact li:last-child {
	padding: 15px 0 15px 45px;
	border: none;
	background: url(/smt/common/img/footer_icon_fax.png) no-repeat 15px 50%;
	background-size: 20px 16px;
}

#footerContact a {
	display: block;
	padding: 15px 0 15px 15px;
	color: #fff;
	background: url(/smt/common/img/icon_arrow_04.png) no-repeat 95% 50%;
	background-size: 11px 11px;
}

#footerContact li:nth-child(1) a {
	background-position: 95% 65%;
}

#footerContact li:nth-child(2) a {
	padding: 15px 0 15px 45px;
}

#footerNav {
	border-top: 1px solid #004c8a;
	border-bottom: 2px solid #004c8a;
}

#footerNav li {
	border-bottom: 1px solid #004c8a;
}

#footerNav li:last-child {
	margin: 20px 15px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(/smt/common/img/footer_pc.png) repeat-x 0 0;
	background-size: auto 100%;
}

#footerNav a {
	display: block;
	padding: 15px 0 15px 15px;
	color: #fff;
	background: url(/smt/common/img/icon_arrow_04.png) no-repeat 95% 50%;
	background-size: 11px 11px;
}

#footerNav li:last-child a {
	color: #016ec8;
	background: url(/smt/common/img/footer_icon_arrow_02.png) no-repeat 25% 50%;
	background-size: 13px 13px;
}

#footerNav + p {
	float: right;
	padding: 0 15px 0 0;
}

footer small {
	display: block;
	float: left;
	line-height: 58px;
	padding: 0 0 0 15px;
}

footer small img {
	vertical-align: middle;
}@charset "utf-8";

/* float
----------------------------------------------------------- */
.fl { float: left !important; }
.fr { float: right !important; }
.cl { clear: both !important; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/* align
----------------------------------------------------------- */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }


/* width
----------------------------------------------------------- */
.w50p { width: 50px !important; }
.w100p { width: 100px !important; }
.w110p { width: 110px !important; }
.w120p { width: 120px !important; }
.w130p { width: 130px !important; }
.w140p { width: 140px !important; }
.w150p { width: 150px !important; }
.w160p { width: 160px !important; }
.w170p { width: 170px !important; }
.w180p { width: 180px !important; }
.w190p { width: 190px !important; }
.w200p { width: 200px !important; }
.w230p { width: 230px !important; }


/* margin
----------------------------------------------------------- */
.mt0  { margin-top: 0px !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr0  { margin-right: 0px !important; }
.mr5  { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb0  { margin-bottom: 0px !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0  { margin-left: 0px !important; }
.ml5  { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml215 { margin-left: 215px !important; }

.ma { margin:auto; !important; }


/* padding
----------------------------------------------------------- */
.pt0  { padding-top: 0px !important; }
.pt5  { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr0  { padding-right: 0px !important; }
.pr5  { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0  { padding-bottom: 0px !important; }
.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0  { padding-left: 0px !important; }
.pl5  { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }
.pl110 { padding-left: 110px !important; }
.pl120 { padding-left: 120px !important; }

.pd0  { padding: 0px !important; }
.pd5  { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }


/* font
----------------------------------------------------------- */
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs25 { font-size: 25px !important; }
.fs30 { font-size: 30px !important; }
.fs40 { font-size: 40px !important; }
.fwn  { font-weight: normal !important; }
.fwb  { font-weight: bold !important; }

/* color
----------------------------------------------------------- */
.attention1 { color: #c70000 !important; }
.attention2 { color: #007c43 !important; }
.attention3 { color: #004a9e !important; }

.sen{
	margin: 10px 0px;
	border-top: dashed #a7a79d 1px;
	height: 0px;
	}

.deadline{
	border:2px solid #0088ff;
	margin:10px 0 20px;
	padding:10px;
	color: #0088ff;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
	text-align:center;
	font-size:120%;
	}
	
.li_disc{
	list-style: disc;}
	
	
	/* backgroundcolor
----------------------------------------------------------- */
.bgcl01 { background-color: #c70000 !important; }
.bgcl02 { background-color: #007c43 !important; }
.bgcl03 { background-color: #004a9e !important; }
.bgcl04 { background-color: #dc3e00 !important; }
.bgcl05 { background-color: #666666 !important; }
.bgcl06 { background-color: #FF9 !important; }
.bgcl_gy { background-color: #b0ea91 !important; }
.bgcl_ly { background-color: #FFC; !important; }
.bgcl_pu { background-color: #f2e3f8; !important; }
