@charset "utf-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/

/*下層基本設定
--------------------------------------------------*/

/*----- その他基本設定 -----*/
/*表示しない*/
.hidden {
	display: none;
}
/*外部リンクアイコン*/
.icon {
	display: inline;
	vertical-align: -2px;
	margin: 0 2px;
}
/*テーブル設定
--------------------------------------------------*/
table {
	margin-top: 10px;
	border-bottom: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
	border-right: none;
	border-top: none;
	/*width: 100%;*/
	border-spacing: 0px;
}
caption {
	color: #375884;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
thead th {
	background-color: #dee6f1;
	font-weight: bold;
	color:#375884;
}
th {
	padding: 5px 5px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #c6c6c6;
	border-top: solid 1px #c6c6c6;
	background-color: #f2f2f2;
	font-weight: bold;
}
td {
	padding: 5px 5px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #c6c6c6;
	border-top: solid 1px #c6c6c6;
	background: #FFF;
}

/*-----ボーダーなし-----*/
.table-none {
	border: 0px;
}
.table-none td {
	border: 0px;
	padding: 0px 0 10px;
}
.contact-table{
	width:100%;
}
.contact-table tbody th{
	width:50%;
	text-align:left;
}
.contact-table tbody td{
	text-align:center;
}

/*テキスト位置設定
--------------------------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-middle {
	vertical-align: middle;
}
.text-top {
	vertical-align: top;
}
.text-bottom {
	vertical-align: bottom;
}
/*リスト設定
--------------------------------------------------*/
/*clearfix*/
.list-f:after, .list-fs:after, .list-two:after, .list-three:after, .list-four:after, .list-six:after, .linklist-f:after, .linklist-fs:after, .linklist-two:after, .linklist-three:after, .linklist-four:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.list-f, .list-fs, .list-two, .list-three, .list-four, .list-six, .linklist-f, .linklist-fs:after, .linklist-two, .linklist-three, .linklist-four {
 /zoom:1;	/* ie6,ie7 */
}
/*clearfix end*/

/*-----リスト大-----*/
.list li, .list-f li, .list-two li, .list-three li, .list-four li {
	background: url(../imgs/common/ic_list.png) no-repeat 0 0.6em;
	padding: 2px 0 2px 21px;
}
/*-----リスト小-----*/
.list-s li, .list-fs li {
	background: url(../../new_campus/imgs/common/ic_list_s.gif) no-repeat 3px 0.6em;
	padding: 1px 0 1px 21px;
}
/*-----リンクリスト大-----*/
.linklist li, .linklist-f li, .linklist-two li, .linklist-three li, .linklist-four li {
	background: url(../imgs/common/ic_linklist.png) no-repeat 0 0.4em;
	padding: 1px 0 1px 21px;
}
/*-----リンクリスト小-----*/
.linklist-s li, .linklist-fs li {
	background: url(../../new_campus/imgs/common/ic_linklist_s.png) no-repeat 4px 0.6em;
	padding: 1px 0 1px 21px;
}
/*-----横並び-----*/
.list-f li, .list-fs li, .linklist-f li, .linklist-fs li {
	width: auto;
	/*white-space: nowrap;*/
	float: left;
	padding-right: 20px;
}
/*-----2カラムリスト-----*/
.list-two li, .linklist-two li {
	float: left;
	width: 46%;
}
/*-----3カラムリスト-----*/
.list-three li, .linklist-three li {
	float: left;
	width: 29%;
}
/*-----4カラムリスト-----*/
.list-four li, .linklist-four li {
	float: left;
	width: 21%;
}
/*-----6カラムリスト-----*/
.list-six li {
	float: left;
	width: 15%;
}
/*---- 単体リンク ----*/
p.link {
	background: url(../imgs/common/ic_linklist.png) no-repeat 0 0.4em;
	padding: 1px 0 1px 21px;
	margin-left: 10px;
}

.linklist li:hover, .linklist-f li:hover, .linklist-two li:hover, .linklist-three li:hover, .linklist-four li:hover, p.link:hover {
	background: url(../imgs/common/ic_linklist.png) no-repeat 1px 0.4em;
}
.linklist-s li:hover, .linklist-fs li:hover {
	background: url(../../new_campus/imgs/common/ic_linklist_s.png) no-repeat 6px 0.6em;
}
/*番号リスト
----------------------------------------*/
/*-----ローマ大文字-----*/
.ollist-ur {
	list-style-type: upper-roman;
}
/*-----ローマ小文字-----*/
.ollist-lr {
	list-style-type: lower-roman;
}
/*-----アルファベット大文字-----*/
.ollist-ua {
	list-style-type: upper-alpha;
}
/*-----アルファベット小文字-----*/
.ollist-la {
	list-style-type: lower-alpha;
}
/*入れ子にしたとき、画像が出てしまうのを防ぐ*/
.none li {
	background: none;
	padding-left: 0px;
}
/*----- 位置設定 -----*/
/*1/2サイズ*/
.harf-l {
	float: left;
	width: 49%;
}
.harf-r {
	float: right;
	width: 49%;
}
/*1/3サイズ*/
.three-l {
	width: 33%;
	float: left;
}
.three-c {
	width: 32%;
	float: left;
	padding-left: 10px;
}
.three-r {
	width: 32%;
	float: right;
}
/*1/3、2/3サイズ*/
.one-third {
	width: 33%;
	float: left;
}
.two-third {
	width: 65%;
	float: right;
}
/*フロート左*/
.fl {
	float: left;
}
/*フロート右*/
.fr {
	float: right;
}
/*画像フロート左*/
.img-l {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}
/*フロート右*/
.img-r {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}
/*----- カラーボックス -----*/

/*補足用*/
.box01 {
	background-color: #EEE;
	border: 2px solid #d7d7d7;
	padding: 15px;
	margin: 20px 0;
}
/*リンク用*/
.box02 {
	background-color:#fffbec;
	border:2px solid #e6dbb5;
	padding: 15px;
	margin: 20px 0;
}
/*強調用*/
.box03 {
	background-color: #f1f5fa;
	border:2px solid #cad7ea;
	padding: 15px;
	margin: 20px 0;
}
/*レッド*/
.box04 {
	background-color: #fef5f5;
	border:2px solid #f8c7c7;
	padding: 15px;
	margin: 20px 0;
}

/*ボックス用見出し*/
.box-midashi {
	border: none;
	border-left:3px solid #333333;
	margin: 0 0 15px!important;
	background: inherit;
	font-weight: bold;
	color:#333;
	padding: 2px 0 0 8px;
	font-size: 115%;
}
.box04 .box-midashi {
	border-left:3px solid #C6000A;
	color:#C6000A;
}
/*マージン
---------------------------------------*/
/*マージン設定*/
/*マージン全方向０*/
.m0 {
	margin: 0 !important;
}
/*マージン全方向10*/
.m10 {
	margin: 10px !important;
}
/*マージン全方向20*/
.m20 {
	margin: 20px !important;
}
/*マージン全方向30*/
.m30 {
	margin: 30px !important;
}
/*マージン左右０*/
.mrl0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
/*マージン左右10*/
.mrl10 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}
/*マージン左右20*/
.mrl20 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}
/*マージン左右30*/
.mrl30 {
	margin-right: 30px !important;
	margin-left: 30px !important;
}
/*マージン左右　中央*/
.mrlauto {
	margin-right: auto !important;
	margin-left: auto !important;
}
/*マージン上下０*/
.mtb0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*マージン上下10*/
.mtb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/*マージン上下20*/
.mtb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
/*マージン上下30*/
.mtb30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
/*マージン上０*/
.mt0 {
	margin-top: 0 !important;
}
/*マージン上5*/
.mt5 {
	margin-top: 5px !important;
}
/*マージン上10*/
.mt10 {
	margin-top: 10px !important;
}
/*マージン上15*/
.mt15 {
	margin-top: 15px !important;
}
/*マージン上20*/
.mt20 {
	margin-top: 20px !important;
}
/*マージン上30*/
.mt30 {
	margin-top: 30px !important;
}
/*マージン上40*/
.mt40 {
	margin-top: 40px !important;
}
/*マージン下０*/
.mb0 {
	margin-bottom: 0 !important;
}
/*マージン下5*/
.mb5 {
	margin-bottom: 5px !important;
}
/*マージン下10*/
.mb10 {
	margin-bottom: 10px !important;
}
/*マージン下20*/
.mb20 {
	margin-bottom: 20px !important;
}
/*マージン下30*/
.mb30 {
	margin-bottom: 30px !important;
}
/*マージン左０*/
.ml0 {
	margin-left: 0 !important;
}
/*マージン左10*/
.ml10 {
	margin-left: 10px !important;
}
/*マージン左20*/
.ml20 {
	margin-left: 20px !important;
}
/*マージン左30*/
.ml30 {
	margin-left: 30px !important;
}
/*マージン右０*/
.mr0 {
	margin-right: 0 !important;
}
/*マージン右10*/
.mr10 {
	margin-right: 10px !important;
}
/*マージン右20*/
.mr20 {
	margin-right: 20px !important;
}
/*マージン右30*/
.mr30 {
	margin-right: 30px !important;
}
/*IE8/IE7対応*/
.mt0-pc {
	margin-top: 0\9!important;
}


/*パディング設定*/
.ptb0 {
	padding: 10px 0 !important;
}



/*インデント幅*/
/*1em*/
ul.indent-1 li, p.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
/*1.1em*/
ul.indent-1-1 li, p.indent-1-1 {
	text-indent: -1.1em;
	margin-left: 1.1em;
}
/*1.2em*/
ul.indent-1-2 li, p.indent-1-2 {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
/*1.3em*/
ul.indent-1-3 li, p.indent-1-3 {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
/*1.4em*/
ul.indent-1-4 li, p.indent-1-4 {
	text-indent: -1.4em;
	margin-left: 1.4em;
}
/*1.5em*/
ul.indent-1-5 li, p.indent-1-5 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
/*1.6em*/
ul.indent-1-6 li, p.indent-1-6 {
	text-indent: -1.6em;
	margin-left: 1.6em;
}
/*1.7em*/
ul.indent-1-7 li, p.indent-1-7 {
	text-indent: -1.7em;
	margin-left: 1.7em;
}
/*1.8em*/
ul.indent-1-8 li, p.indent-1-8 {
	text-indent: -1.8em;
	margin-left: 1.8em;
}
/*1.9em*/
ul.indent-1-9 li, p.indent-1-9 {
	text-indent: -1.9em;
	margin-left: 1.9em;
}
/*2em*/
ul.indent-2 li, p.indent-2 {
	text-indent: -2em;
	margin-left: 2em;
}
/*----- 横幅指定 -----*/
.wd1 {
	width: 1%;
}
.wd5 {
	width: 5%;
}
.wd10 {
	width: 10%;
}
.wd15 {
	width: 15%;
}
.wd20 {
	width: 20%;
}
.wd25 {
	width: 25%;
}
.wd30 {
	width: 30%;
}
.wd35 {
	width: 35%;
}
.wd40 {
	width: 40%;
}
.wd45 {
	width: 45%;
}
.wd50 {
	width: 50%;
}
.wd55 {
	width: 50%;
}
.wd60 {
	width: 60%;
}
.wd65 {
	width: 65%;
}
.wd70 {
	width: 70%;
}
.wd75 {
	width: 75%;
}
.wd80 {
	width: 80%;
}
.wd90 {
	width: 90%;
}
.wd100 {
	width: 100%;
}

/*ライン*/
/*ブロック要素の下にラインがつく*/
.line1 {
	border-bottom: solid 1px #999;
	padding-bottom: 10px;
}
.line2 {
	border-bottom: solid 2px #000;
	padding-bottom: 10px;
	margin: 10px 0;
}
/*テキスト設定
---------------------------------------------------------------*/
/*---- フォントサイズ ----*/
.font-s {
	font-size: 85%;
	line-height: 1.3em;
}
.font-l {
	font-size: 115%;
}
.font-mincho{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/*---- フォントカラー ----*/
.font-red {
	color: #DD0000;
}
.font-blue {
	color: #1166BB;
}
.font-darkblue {
	color: #004477;
}
.font-orange {
	color: #D57000;
}
.font-white {
	color: #FFF;
}
.font-gray {
	color: #999;
}
/*---- ボールド ----*/
.font-bold {
	font-weight: bold;
}
/*---- 太字フォントをノーマルにする ----*/
.font-def {
	font-weight: normal;
}
/*---- イタリック ----*/
.font-italic {
	font-style: italic;
}
/*---- 強調見出し ----*/
p.midashi {
	font-size: 120%;
	margin:15px 0 10px!important;
}
p.midashi strong {
	color:#003764;
}
/*---- 画像用キャプション ----*/
.img-caption {
	font-size: 85%;
	color: #013467;
}
.img-caption img {
	display: block;
	margin-bottom: 5px;
}
