@charset "utf-8";
/* CSS Document */

#logoArea{
	display: block;
	float: left;
	width:100%;
	height:130px;}



#logoArea{
	background-color: #FFFFFF;
	}
#logo a{
	width: 100%;
	height: 50px;
	float: left;
	background-image: url(../images/logo_smart.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	background-position: center top;
	}

#logoArea .rightArea{
	margin-top: 30px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#logoArea .rightArea ul{
	float:left;
	left:50%;
	position:relative;
}

#logoArea .rightArea li {
	float:left;
	left:-70%;
	position:relative;
	width: 90px;
	list-style-type: none;
	text-indent: -9999px;
}

#logoArea .rightArea li a{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	}
	
#logoArea .rightArea li.list01 a,
#logoArea .rightArea li.list02 a{
	display: block;
	height:55px;
}

#logoArea .rightArea li.list01{
	background-image: url(../images/langJp.png);
}


#logoArea .rightArea li.list02{
	background-image: url(../images/langEn.png);
}


header nav{
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-color:transparent}


.top-nav{
display: block;
	clear: both;
	float: left;
	width:100%;
	}

header nav{
	margin-left:auto;
	margin-right:auto;
	}

#contentWide {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}


.section{
	width: 100%;
	clear: both;
	float: left;
	display: block;
	}

/* --------------------------------------------------------------------- */
/*	共通設定 基本　文字設定
/* --------------------------------------------------------------------- */
.important {
	color: #E30000;
}
.required {
	color: #E30000;
}

.frame{
	background-color: #FCFCFC;
	border-radius: 8px;
	border: 1px solid #CBCBCB;
	padding-top: 1.5em;
	padding-bottom: 0em;
	width: Cals(100%-60px);
	width:100%;
	display: block;
	margin-bottom: 2.5em;
	float: left;
	clear: none;
	}

.frame p{
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-weight: bold;
}

/* ===================================================================== */
/*	共通設定 リストタグ  ul li
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　基本 
/* --------------------------------------------------------------------- */

.basic{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: left;
		padding-bottom:1.5em;
}

.basic ul {


}

.basic.pdg1{
	padding-bottom:1.5em;
	}


.basic ul li {
	margin-left: 5px;
	padding-left: 0px;
	padding-right: 5px;
	margin-bottom: 10px;
}


.link dl{
	margin-left:1em;
	}

.link dt{
	font-weight:bold;
	margin-bottom:0em;
	}
	
.link dd{
	margin-bottom:1em;
	margin-left:1em;
	}

/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　関連ファイルダウンロード
/* --------------------------------------------------------------------- */
.download {

	float: left;
	margin-bottom:15px;
	font-size: 90%;
	line-height: 2.5em;
	width: 100%;
	display:block;
}
.download ul {
	padding-left:0px!important;
	list-style-type: none;
	width: 100%;
	float: left;
	display:block;
	
}
.download li {
	display: block;
	background-image: url(../images/yajirushi_small.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding-left: 43px;
}

.download li a{
	color: #000;
	text-decoration: none;
}

.download li a:hover{
	color: #F00;
}


.download li.pdf {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 45px;
}
.download li.xls {
	background-image: url(../images/icon_excel.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 45px;
}
.download li.zip {
	background-image: url(../images/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 45px;
}

.download li.word {
	background-image: url(../images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 45px;
}




.basic .download {
	padding-left: 20px;
	float: left;
	margin-bottom:15px;
	font-size: 90%;
	line-height: 2.5em;
	width: 100%;
	display:block;
}
.basic .download ul {
	padding-left: 25px;
	list-style-type: none;
	width: 100%;
	float: left;
	display:block;
	
}
.basic .download li {
	display: block;
	background-image: url(../images/yajirushi_small.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.basic .download li a{
	color: #000;
	text-decoration: none;
}

.download li a:hover{
	color: #F00;
}

/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　関連URL 
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　関連URL 
/* --------------------------------------------------------------------- */
.url {
	float: left;
	font-size: 90%;
	margin-bottom: 25px;
	line-height: 1.8em;
	width:100%;
}
.url ul {
	padding-left:0px;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
}
.url li {
	background-image: url(../images/icon_popup.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding-left:45px;
}

.url li a{
	color: #000;
	text-decoration: none;
}

.url li a:hover{
	color: #F00;

}
/* ===================================================================== */
/*	共通設定 ナンバーリスト ol li
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 ナンバーリスト ol li　基本 
/* --------------------------------------------------------------------- */

	
.basic.pdg1 ol {
	margin-left:20px;
	margin-right:20px;
	float: left;
	padding-left:0;
	padding-right:0;

}

.basic li {
	margin-bottom: 10px;
	padding-left: 0em;
	margin-left: 0em;
	line-height: 1.7em;
	font-size: 100%;
	list-style-type: inherit;
	margin-right:1em;
	width: auto;

}
/* ===================================================================== */
/*	共通設定 定義リスト  dl dt dd 
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd 基本 
/* --------------------------------------------------------------------- */
.basic dl {
}
.basic dt {
	font-size:120%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.basic dd {
	font-size: 120%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	line-height: 1.8em;
}

#content .readArea{
	background-color: #0090E8;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#content .readArea h2{
	color: #FFFFFF;
	background-color:transparent;
	margin-left:0px;
	}
	
#content .readArea h2 span{
	margin-left:0px;
	}
#content .readArea p{
	color: #FFFFFF;
	}
#content .readArea dl dt{
	color: #FFFFFF;
	font-size:110%;
	}
	
#content .readArea dl dd{
	color: #FFFFFF;
	font-size:110%;
	}


/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　FAQ
/* --------------------------------------------------------------------- */
.qanda {
	float: left;
	width: 100%;
}
.qanda dl {
	font-size: 120%;
}
.qanda dl dt {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	background-image: url(../images/qanda_q.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 1.4em;
	font-weight: bold;
	color: #006;
	padding-right: 0px;
	padding-left: 30px;
}
.qanda dt span {
	display: block;
	padding-left: 30px;
}
.qanda dd {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/qanda_a.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	line-height: 1.8em;
	color: #333;
	padding-right: 0px;
}
.qanda dd span {
	padding-left: 30px;
	display: block;
}


/* ===================================================================== */
/*	スマホ　お知らせ・ニュース・インフォメーション
/* ===================================================================== */
/* ---■スマホ　お知らせ・ニュース・インフォメーション　タイトル　無--- */
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　ニュースタイトル＆バックアンバー
/* --------------------------------------------------------------------- */
.newsList{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background-color: #e1e1e1;
/*	background-image: url(../images/h1_mobile.gif);*/
	background-repeat: repeat-y;
	background-position: left;	}
	
.newsList dl{
	width: 100%;
	font-size: 140%;
	font-weight: bold;
}

.newsList dt{
	clear: left;
	float: left;
	width: 70%;
	font-family: Ryumin Bold KL;
	letter-spacing: 0.2em;
	font-size: 90%;
	}
.newsList dt span{
	margin-left: 20px;
	padding-top: 7px;
	display: block;
	}

.newsList dd {
	background-color: #999999;
	color: #FFF;
	float: right;
	font-size: 74%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:1em;
	}
.newsList dd a{
	text-decoration: none;
	color: #FFF;
	}

.newsList dd span{
	display: block;
	}


/* --------------------------------------------------------------------- */
/*  スマホ　お知らせ・ニュース・インフォメーション　一覧表示
/* --------------------------------------------------------------------- */

.newsLists {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
.newsLists dl {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
.newsLists dt {
	margin-bottom: 5px;
	font-weight: normal;
}
.newsLists dt .date {
	float: left;
	padding-top: auto;
	font-size: 80%;
	color: #8A8A8A;
}
.newsLists dt .cat {
	color: #FFF;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 10px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	width: 90px;
	float: left;
	font-size: 90%;
	height: auto;
	line-height:1.5em;
}
.newsLists dd {
	width: auto;
	text-indent: 0px;
	line-height: 1.5em;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
.newsLists dd a {
	text-decoration: none;
}
.newsLists dd a:hover {
	text-decoration: none;
}
.finished{
	background-color: #D90003;
	color: #FFFFFF;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
}
	

/* --------------------------------------------------------------------- */
/*  スマホ　お知らせ・ニュース・インフォメーション　アイコン表示
/* --------------------------------------------------------------------- */

/* ----- 養成講座------ */
/* ----- アイコン１------ */
.newsLists dt .list01 {
	background: rgb(0, 30, 34);
}
/* ----- プロ養成講座　------- */
/* ----- アイコン２------ */
.newsLists dt .list02 {
	background-color: #CC00F9;
}
/* ----- セミナー　------ */
/* ----- アイコン３------ */
.newsLists dt .list03 {
	background-color: #29B1F4;
}
/* ----- メディア　------ */
/* ----- アイコン４------ */
.newsLists dt .list04 {
	background-color: #78A0D8;
}
/* -----  コンペ　 ------ */
/* ----- アイコン５------ */
.newsLists dt .list05 {
	background-color: #78AD5D;
}
/* ----- アイコン６------ */
.newsLists dt .list06 {
	background-color: #78AD5D;
}


/* ##################################################################### */
/*        　 スマホ　ワイドコンテンツ 3分割　　　　                      */
/* ##################################################################### */

.column:hover p{
	color: #FFFFFF;
	}

.column p{
	margin-top: 0px;
	margin-bottom: 0px;
	}

#contentWide .column p img {
	width: 100%;
	margin-bottom: 5px;
	}

#contentWide .column p a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#contentWide .column p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contentWide .column p.read {
	font-size: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.6em;
	text-decoration: none;
	margin-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
	color: #454545;
	height:auto;
	font-family: "新ゴ R";
}

#contentWide .column a:hover p.read{
	color: #FFFFFF;
	}








/* --------------------------------------------------------------------- */
/*	タブレット　ワイドコンテンツ　基本設定
/* --------------------------------------------------------------------- */
#contentWide .column h3 {
	width: 100%;
	margin-left: 0px;
}
	
#contentWide p{
	padding-right: 0%;
	padding-left: 0%;
	}

#contentWide .column {
	float: left;
	width: 100%;
	display: block;
	clear: none;
	margin-left: 1.5%;
	border-style: none!important;
	height:auto;
	border: 1px solid #6CA6F4!important;
}


#contentWide .column:nth-child(3n+1){
	margin-left:0}


#contentWide .column.list01{
	margin-left:0}

#contentWide .column .title h2{
	margin-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	}

.column{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-bottom: 15px;
	margin-left:0
}

.column:hover{
	background-color: #74B7FF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

p.shosai {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-right: 15px;
}
a p.shosai, p.shosai a {
	background-image: url(../images/icon_more.png)!important;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 80px;
	float: right;
	margin-bottom: 15px!important;
	text-indent: -9999px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-right:0px;
}


p.more {
	clear: both;
	margin-left:5%!important;
	width: 90%;
	display: block;
	margin-bottom: 15px!important;
	border: 1px solid #74B7FF;
	text-align: center;
	float: left;
	font-size: 84%;
}
a:hover p.more {
	display: block;
	float: none;
	margin-bottom: 15px;
	background-color: #3579C3;
	border: 1px solid #ffffff;
}

/* ===================================================================== */
/*	スマホ    扉のページ
/* ===================================================================== */
.tobiraType1 {
	margin-bottom: 20px!important;
	float: left!important;
	width:100%;
}

.tobiraType1 h1 {
	background-image: none;
	padding: 0px!important;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	text-indent: 0px;
	width: 700px;
	height: 30px;
}
.tobiraType1 h2 {
	width: 100%!important;
	background-repeat: no-repeat!important;
	background-position: 0px 0px;
	height: 30px!important;
	text-indent: 20px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.6em;
	border-top: 3px solid #E40003;
}

.tobiraType1 h2 a{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}

.tobiraType1 .list01, .tobiraType1 .list02, .tobiraType1 .list03 {
	width: 100%;
	float: left;
}
.tobiraType1 .list01 {

}
.tobiraType1 .list02 {
	margin-left: 0px;
}
.tobiraType1 .list03 {
	margin-left: 0px;
}
.tobiraType1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left: 0px;
}
.tobiraType1 p {
	font-size: 120%!important;
	line-height: 1.5em;
	margin: 0px!important;
	padding: 0px!important;
}

.tobiraType1 .read {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	padding-bottom: 3px;
}

@media screen and (min-width:600px) {
/* ===================================================================== */
/*   3分割
/* ===================================================================== */
#contentWide .column {
	width: 32.2%;
	height:auto;
}

/* ===================================================================== */
/*   タブレット　扉のページ
/* ===================================================================== */
.tobiraType1 {
	margin-bottom: 20px!important;
	float: left!important;
	width:100%;
}

.tobiraType1 h1 {
	background-image: none;
	padding: 0px!important;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	text-indent: 0px;
	width: 700px;
	height: 30px;
}
.tobiraType1 h2 {
	width: 31.8181%;!important;
/*	background-image: url(../images/pickup_title_bg.png)!important;*/
	background-repeat: no-repeat!important;
	background-position: 0px 0px;
	height: 35px!important;
	text-indent: 20px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.5em;
}

.tobiraType1 h2 a{
	text-decoration: none;
	}

.tobiraType1 .list01, .tobiraType1 .list02, .tobiraType1 .list03 {
	width: 31.8181%;
	float: left;
}
.tobiraType1 .list01 {

}
.tobiraType1 .list02 {
	margin-left: 1.512%;
}
.tobiraType1 .list03 {
	margin-left: 1.512%;
}
.tobiraType1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left: 0px;
	width:width: 31.8181%;
}
.tobiraType1 p {
	font-size: 12px!important;
	line-height: 1.5em;
	margin: 0px!important;
	padding: 0px!important;
}

.tobiraType1 .read {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	padding-bottom: 3px;
	margin-bottom:5px;
}

#contentWide .column {
	height:auto;
}

	}




@media screen and (min-width:1023px) {
	
/* ===================================================================== */
/*	PCお知らせ・ニュース・インフォメーション
/* ===================================================================== */

/* --------------------------------------------------------------------- */
/*  PCお知らせ・ニュース・インフォメーション　一覧表示
/* --------------------------------------------------------------------- */
#contentWide .column {
	height:340px;
}



#logoArea{
	display: block;
	float: left;
	width:100%;
	height:80px;}
#logo a{
	width: 275px;
	height: 65px;
	float: left;
	background-image: url(../images/logo_computer.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	}

#logoArea .rightArea{
	margin-top: 10px;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

#logoArea .rightArea li{
	width: 90px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	}

#logoArea .rightArea li.list01,
#logoArea .rightArea li.list02{
	margin-left:0px;
	margin-right:0px;
	}

.newsLists {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;

}
.newsLists dl {
	margin-top: 0px;
	padding-top: 0px;
}
.newsLists dt {
	width: 195px;
	clear: both;
	float: left;
	font-size: 110%;
}

.newsLists dd {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 185px;
	clear: none;
	padding-bottom: 10px;
	line-height: 1.8em;
	font-size: 90%;
}
}
