/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
img, embed {
	max-width: 100%;
	height: auto;
}
object{
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	border:0px;
	vertical-align:middle;
}
body{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 letter-spacing:0.1em;
	line-height:180%;
	color:#333333;
	overflow-x:hidden;
	font-size: 1.6rem;
}
html{
	font-size: 62.5%;
}
p{
	padding-bottom:20px;
}
img{
	border:0px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
a{
	color:#287CA6;
	text-decoration: none;
}
a:hover{
	color:#4E96E5;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.kome{
	margin-left:1em;text-indent:-1em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
a[href $='.pdf'],* html a.pdf{
	background:url(../images/common/icon-pdf.png) no-repeat left center;
	padding-left:30px;
}
a[href$=".doc"],a[href$=".docx"],* html a.doc{   
	background:url(../images/common/icon-word.png) no-repeat left center;
	padding-left:30px;
}  
a[href$=".xls"],* html a.xls{   
	background:url(../images/common/icon-excel.png) no-repeat left center;
	padding-left:30px;
}
a[href$=".xlsx"],* html a.xlsx{   
	background:url(../images/common/icon-excel.png) no-repeat left center;
	padding-left:30px;
}
a.contents-submenu-arrow[href $='.pdf'] {
	background:url(../images/common/icon-pdf.png) no-repeat 95% center;
}
a.no-pdf[href $='.pdf'] {
	background-image:none;
}
a.no-pdf2[href $='.pdf'] {
	background-image:none;
	padding-left:0px;
	margin-right:0px;
}
.anchor {
	margin:100px 0px 10px 0px;
}
.anchor li{
	list-style:none;
	margin-left:0px;
}
.anchor li a{
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
	background: -ms-linear-gradient(top,  #FFFFFF,  #DEDEDE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0)";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0);
	border:solid 1px #DEDEDE;
	margin:0 20px 10px 0;
	padding:5px 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
.arrow{
	background: url(../images/common/arrow01.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
}
.link,.arrow2{
	background: url(../images/common/arrow06.png) no-repeat 3px center;
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow01{
	background: url(../images/common/arrow01.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow02{
	background: url(../img/common/arrow01.gif) no-repeat 3px center;
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.padding-t5 {
	padding-top: 5px;
}
.padding-b20 {
	padding-bottom: 20px;
}
.margin-b30{
	margin-bottom: 30px;
}
.margin-b50{
	margin-bottom: 50px;
}
ul.list,ol.list {
	margin-bottom: 20px;
}
ul.list li,ol.list li {
	margin-bottom: 10px;
}
ul.list li:last-child,ol.list li:last-child {
	margin-bottom: 0;
}
ol.upper-roman li{
	list-style-type:upper-roman;
}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
a:link,a:visited {
	color: #287CA6;
}
a:active,a:hover {
	color: #47A6D3;
}


/* フォント -------------------------------------------------------------- */
.font-ss{
	font-size:1.0rem;
	line-height:120%;
}
.font-s{
	font-size:1.2rem;
	line-height:160%;
}
.font-m{
	font-size:1.4rem;
	line-height:140%;
}
.font-mm{
	font-size:1.6rem;
	line-height:140%;
}
.font-l{
	font-size:1.8rem;
	line-height:160%;
}
.font-ll{
	font-size:2.0rem;
	line-height:160%;
}
.font-lll{
	font-size:3.0rem;
	line-height:1.4;
}
.font-red,.red{
	color:#CC0000;
}
.font-a{
	color:#0D57AA;
}
.font-b{
	color:#C02155;
}
.font-aqua{
	color:#037ABA;
}
.font-gray{
	color:#666666;
}
.font-orange{
	color:#FF6600;
}
.font-green{
	color:#339966;
}
table ::-moz-placeholder{color:#999;opacity:1}
table :-ms-input-placeholder{color:#999}
table ::-webkit-input-placeholder{color:#999}
.box-gray{
	background:#EFEFEF;
	padding:20px 24px 2px;
	margin-bottom:20px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.box-gray span{
	border-bottom: #CCCCCC 1px solid;
	margin-bottom:1.0%;
	padding-bottom:0.4%;
	display:block;
}
.box-brown{
	background:#BEB958;
	padding:20px 24px 2px;
	margin-bottom:20px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color: white;
}

/* iframeレスポンシブ -------------------------------------------------------------- */
.iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
