@charset "UTF-8";
/*
Theme Name: 専門学校へ行こうっ！
Author: meccommunications
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
img.sp{
	display:none;
}
html{
	height:100%;
}
body {
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック';
	color: #231815;
	text-align:center;
	font-size:14px;
	line-height:20px;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#FFFFFF url(images/bg.png) top repeat-x;
	min-width:1000px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#E73828;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a{
	color: #3F90B6;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*-------------------------フッター固定（フッター高190px・フッターとの間30px）*/
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 980px;
	text-align:left;
	margin:0 auto -190px;
}
#contents{
	padding-bottom:220px;
}
footer {
	height:190px;
	overflow:hidden;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	height:150px;
}
/*-------------------------グローバルメニュー*/
header nav{
	padding-top:25px;
}
header nav h1{
	float:left;
}
header nav ul{
	float:right;
}
header nav li {
	float:left;
	margin-left:10px;
}
header nav li a{
	display:block;
	width:110px;
	padding-bottom:3px;
	background:#C8C8C8;
}
header nav li a,header nav li img{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
header nav li a:hover{
	padding-bottom:1px;
	margin-top:2px;
}
/*
header nav li:last-child a{
	background:#00792E;
}
*/

/*contents
-----------------------------------------------------------------------------------------*/
/*-------------------------icon*/
#contents a[href$='.mp4'],
#contents a[href$='.pdf'],
#contents a[href$='.xls'],
#contents a[href$='.xlsx'],
#contents a[href$='.docx'],
#contents a[href$='.doc']{
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
}
#contents a[href$='.mp4']{
	background:url(images/icon_movie.png) left no-repeat;
}
#contents a[href$='.pdf']{
	background:url(images/icon_pdf.png) left no-repeat;
}
#contents a[href$='.xls'],
#contents a[href$='.xlsx']{
	background:url(images/icon_excel.png) left no-repeat;
}
#contents a[href$='.docx'],
#contents a[href$='.doc']{
	background:url(images/icon_word.png) left no-repeat;
}
#contents a.noicon{
	background:none;
	padding:0;
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path p{
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	color:#333333;
	padding:5px 0 15px 0;
}
#path p a{
	font-weight:bold;
}
#path p a:hover{
	text-decoration:underline;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	background:#009E2E;
	letter-spacing:1px;
}
footer div.flame{
	width: 980px;
	text-align:left;
	margin:0px auto;
	padding-top:20px;
}
footer a{
	color:#FFFFFF;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 10px;
	right: 10px;
	width:60px;
	height:60px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------フッターナビ*/
footer nav{
	float:right;
	width:430px;
	margin-bottom:-30px;
}
footer nav a:hover{
	text-decoration:underline;
}
footer nav li{
	padding:5px 0;
	width:50%;
	float:left;
}
footer nav li a{
	padding-left:20px;
	background:url(images/ya.png) left no-repeat;
}
footer .data{
	width:510px;
	padding:15px 20px;
	background:#DCFFDC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
footer .data h2{
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	color:#000;
}
footer .data h2 span{
	margin-right:10px;
	font-weight:bold;
}
footer .data p{
	line-height:30px;
}
footer .data p span{
	margin-left:10px;
}
footer .data p.tel{
	margin-top:5px;
	font-size:26px;
	font-weight:bold;
	font-family:arial;
	float:left;
}
footer .data p.mail{
	margin-top:5px;
	float:right;
	width:200px;
}
footer .data p.mail a{
	display:block;
	background:#C77E00;
	padding-bottom:3px;
}
footer .data p.mail img,footer .data p.mail a{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
footer .data p.mail a:hover{
	padding-bottom:1px;
	margin-top:2px;
}
footer small{
	display:block;
	font-size:12px;
	line-height:20px;
	margin-top:10px;
}
