/* 基本 -------------------------------------------------------------- */
* {
	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;
}
body{
 background: #F2F0E7;
}
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
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:#222222;
	overflow-x:hidden;
	font-size: 1.8rem;
}
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:#0168DA;
}
a:hover{
	color:#4E96E5;
}
.kome{
	margin-left:1.1em;
 text-indent:-1.1em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
a[href $='.pdf'],* html a.pdf{
	background:url(../images/common/icon-pdf.png) no-repeat right center;
	padding-right:30px;
}
a[href$=".doc"],a[href$=".docx"],* html a.doc{   
	background:url(../images/common/icon-word.png) no-repeat right center;
	padding-right:30px;
}  
a[href$=".xls"],* html a.xls{   
	background:url(../images/common/icon-excel.png) no-repeat right center;
	padding-right:30px;
}
a.no-pdf[href $='.pdf'] {
	background-image:none;
 padding-right:0;
}
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/arrow07.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
 text-decoration: none;
}
.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/arrow07.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
 text-decoration: none;
}
a.arrow02{
	background: url(../img/common/arrow01.gif) no-repeat 3px center;
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.padding-b20 {
	padding-bottom: 20px;
}

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


/* フォント -------------------------------------------------------------- */
.font-ss{
	font-size:1.0rem;
	line-height:120%;
}
.font-s{
	font-size:1.2rem;
	line-height:120%;
}
.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-blue{
	color:#2E60A2;
}
.font-aqua{
	color:#037ABA;
}
.font-gray{
	color:#666666;
}
.font-orange{
	color:#FF6600;
}
.font-green{
	color:#009749;
}
.font-white,a.font-white{
	color:#FFFFFF;
 text-decoration: none;
}
a.font-white:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
 text-decoration: underline;
}

/* フォーム -------------------------------------------------------------- */
input[type="submit"],input[type="reset"],input[type="button"]{
	cursor:pointer;
	padding:5px 10px;
	margin:0 10px;
}
input[type="text"],input[type="email"],textarea,select,input[type="tel"]{
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color:#333333;
	font-size: 14px;
	padding:4% 4%;
 margin-bottom: 0.4em;
}
input[type=checkbox]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	width:90%;
	height:50px;
	border-color: #CCCCCC;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 14px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 15px 80px;
    background: #2E60A2!important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
	text-align: center;
	display: inline-block;
}
input[type="submit"]:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.add1 select,
.add2 input[type="text"] {
	margin-bottom: 10px;
} 
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;
}
.wp-pagenavi {
	margin-top: 15px;
}
.checkbox-451 .wpcf7-list-item {
	display: block;
}

/* 画面外にいる状態 */
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

/* 画面内に入った状態 */
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

.msg{
	color:#CC0000;
}
