@charset "utf-8";
/* CSS Document */
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* ========レイアウトの初期設定======== */
body{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 82.5%;
	font-style: normal;
	line-height: 1.6;
    letter-spacing:1px;
    color:#333;
    background:#F4F7FF;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #003856;
	color: #003856;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */
p{
	line-height:1.5em;
}
br {
   letter-spacing:normal;
}
a {
   color:#1D2088;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
blockquote{
	margin:30px;
	padding:20px;
	border:#ccc 2px solid;
}
blockquote .title{
	margin:10px 0;
	color:#1D2088;
	font-size:1.3em;
	font-weight: bold;
	line-height:1.5em;
	border-bottom:1px #999 dashed;
	clear:both;
}
.fl-l{float:left;}
.fl-r{float:right;}

.al-l{text-align:left!important;}
.al-r{text-align:right!important;}
.al-c{text-align:center!important;}
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}
.img-r10{
margin:0 0 0 10px;
float:right;
}
.img-l10{
margin:0 10px 0 0;
float:left; 
}
.mentori{
border-radius: 10px; /* CSS3草案 */ 
-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 10px; /* Firefox用 */ 
}
.cl{clear:both;}
.b {font-weight:bold;}
.point-r {
   color:#f00;
   font-weight:bold;
   clear:both;
}
.point-or {
   color:#EA5711;
   font-weight:bold;
   clear:both;
}

.big{
	font-size:1.8em;
}
.big2{
	font-size:1.4em;
}
.small{
	font-size:0.6em;
}
.m10{margin:10px;}
.m10-b{margin-bottom:10px;}
.m10i{margin:10px;display:block;}
.m10-r{margin-right:10px;}
.m10-l{margin-left:10px;}
.m10-br{margin-bottom:10px;margin-right:10px;}
.m20{margin:20px;}
.m20-b{margin-bottom:20px;}
.p10{padding:10px;}
.p20{padding:20px;}

.u-dot{
	border-bottom:1px dotted #ccc;
}

/*640px以下では回り込み解除*/
@media
only screen and (max-width : 640px){
.fl-r,
.fl-l,
.img-r10,
.img-l10{ float: none; }
}

