@charset "Shift_JIS";

a:link {color:#006;text-decoration:underline;}
a:visited {color:#006;text-decoration:underline;}
a:active {color:#006;text-decoration:underline;}
a:hover {color:#006;text-decoration:underline;}

body #itp_content{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
}

/*-- MARGIN --*/
#contents .mt05 {margin-top:5px;}
#contents .mt10 {margin-top:10px;}
#contents .mt15 {margin-top:15px;}
#contents .mt20 {margin-top:20px;}
#contents .mt30 {margin-top:30px;}
#contents .mt40 {margin-top:40px;}
#contents .mt50 {margin-top:50px;}

#contents .mr05 {margin-right:5px;}
#contents .mr10 {margin-right:10px;}
#contents .mr15 {margin-right:15px;}
#contents .mr20 {margin-right:20px;}
#contents .mr30 {margin-right:30px;}
#contents .mr40 {margin-right:40px;}
#contents .mr50 {margin-right:50px;}

#contents .mb00 {margin-bottom:0;}
#contents .mb05 {margin-bottom:5px;}
#contents .mb10 {margin-bottom:10px;}
#contents .mb15 {margin-bottom:15px;}
#contents .mb20 {margin-bottom:20px;}
#contents .mb30 {margin-bottom:30px;}
#contents .mb40 {margin-bottom:40px;}

#contents .ml05 {margin-left:5px;}
#contents .ml10 {margin-left:10px;}
#contents .ml15 {margin-left:15px;}
#contents .ml20 {margin-left:20px;}
#contents .ml25 {margin-left:25px;}
#contents .ml30 {margin-left:30px;}
#contents .ml40 {margin-left:40px;}
#contents .ml50 {margin-left:50px;}


#contents strong,
#contents .bold{
font-weight:bold;
}

#contents .blue{
color:#2B58A3;
}

#contents .red{
color:#FF0000;
}

#contents .red_u{
color:#FF0000;
text-decoration: underline;
}

/*--clearfix--*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
.clearfix{
	display: inline-block;
}

/* legacy IE */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}


/*---------base------------*/

#contents h1{
margin:10px 0px 25px 0px;
padding:0px 0px 0px 0px;
font-size:120%;
text-align:center;
width: 100%;
border-bottom: none;
}

#contents h2{
margin:20px 0px 0px 0px;
padding:5px 10px;
margin-top:30px;
font-weight: bold;
background-color: #99ccff;
font-size:100%;
}

.infoDate
{
text-align:right;
font-size:75%;
line-height:120%;
margin-top:0px;
}

.infoDate p{
padding-bottom:5px;
}

.infoRead
{
margin-bottom:10px;
padding:0px;
font-size:90%;
line-height:140%;
}

.infoRead p
{
margin:5px 0px 15px 0px;
padding:0px 15px 0px 15px;
margin-bottom:15px;
}

.infoRead ul,
.infoRead ul li
{
margin: 0px;
font-size: 100%;
}
.infoRead ol
{
margin: 0px 0px 10px 0px;
font-size: 100%;
}
.infoRead ol li
{
list-style-position: inside;
margin-left: 0px;
}

.caution {
margin: 0px;
font-size: 100%;
padding-top: 2px;
padding-left: 1.1em;
text-indent: -1.2em;
}

.caution02 {
margin: 0px;
font-size: 100%;
padding-top: 2px;
padding-left: 1.6em;
text-indent: -1.3em;
}

.infoBox {
margin:0px 15px 0px 15px;
padding:5px;
border:2px #BBB solid;
}

link_button a:link,
.link_button a:visited,
.link_button a:active,
.link_button a:hover {
color:#fff;text-decoration:underline;
}

.dl_button {
  border: 1px solid #15aeec;
  background-color: #49c0f0;
  background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  border-radius: 6px;
  color: #fff;
  font-size: 1.3em;
  font-weight:bold;
  line-height: 60px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  padding: 10px 20px;
}

.dl_button:hover {
  border:1px solid #1090c3;
  background-color: #1ab0ec;
  background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

.dl_button:active {
  background: #1a92c2;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

/*--------------------infoTbl5------------------------*/

table.infoTbl5 {
	background-color:#666;
	padding:0px;
	margin: 0px;
}

.infoTbl5 td
{
background-color:#FFF;
padding:5px 5px;
}

.infoTbl5 th
{
background-color:#CCC;
padding:5px 5px;
text-align:center;
}
