﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Hyogo InterCampus - CSS Modules Import
Date: 2015-07-13
Copyright (C) Hyogo InterCampus. All Rights Reserved.
------------------------------------------------------------------------------*/

.mypageBox {
	padding: 15px 15px 10px;
	background: #f5f5f5;
	border-radius: 5px;
}
.mypageBox p a {
	font-size: 92.9%;
	padding-left: 10px;
	background: url(/files/img/common/ico_arw_07.png) 0 0.5em no-repeat;
}
.mypageBox .btnUnit01 {
	width: 650px;
	margin: 0 -15px 5px;
}
.mypageBox .btnUnit01 li {
	padding: 0 0;
}

.section05 .title01 {
	margin-bottom: 20px;
}
.section05 img {
	float: right;
	margin: 0 10px 0 20px;
}
.section05 p {
	overflow: auto;
}
.section05 .caution {
	font-size: 92.9%;
}


/* ----------------------------------------

clearfix (基本的にクラス指定では使用しない、必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.section05:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.section05:after {
	*zoom: 1;
}