@charset "UTF-8";
/* CSS Document */

html { 
	font-size: 62.5%;
	width: 100%;
	height: 100%;
} 

body {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height:1.6rem;
	text-align:center;
	height:100%;
	background-color:#ffffff;
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	color:#555555;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

a {
	color:#417cc2;
}

a:link,
a:visited {
	outline:0;
	color:#417cc2;

}

a:hover,
a:active {
	outline:0;
}
a:focus { 
	outline:0;
}

a img {
	border-style:none;
} 

img.focus {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
address {
	font-style:normal;
}

/* リスト要素の見出し削除 */
ul {
	list-style-type: none;
}

/* 画像の隙間処理 */
img {
     height: auto;
     vertical-align:bottom;
}

select,
input[type="text"],
input[type="url"] ,
input[type="email"] ,
input[type="tel"] ,
input[type="number"] {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
}

input:placeholder-shown {
    background-color: #ffeeee;
    color:#9e9f9f;

}

.nonborder {
  border:none;
  outline:none;
}

.bold {
	font-weight:bold;
}

.b4 {
	margin-bottom:4px;
}


.b5 {
	margin-bottom:5px;
}



.b10 {
	margin-bottom:1.3%;
}

.b20 {
	margin-bottom:2.6%;
}

.b25 {
	margin-bottom:3.25%;
}

.b30 {
	margin-bottom:3.9%
}

.b40 {
	margin-bottom:5.2%;
}

.b50 {
	margin-bottom:6.5%;
}

.b60 {
	margin-bottom:7.8%;
}

.b70 {
	margin-bottom:8.45%;
}

.b80 {
	margin-bottom:10.4%;
}

.b90 {
	margin-bottom:11.7%;
}

.b100 {
	margin-bottom:13%;
}

.b120 {
	margin-bottom:15.6%;
}

.b130 {
	margin-bottom:16.9%;
}

.b150 {
	margin-bottom:19.5%;
}

.p150 {
	padding-bottom:19.5%;
}

.b250 {
	margin-bottom:32.5%;
}

.font10_5,
.font_10_5 {
	font-size: 1.05rem;
	line-height:1.4rem;
}

.font12,
.font_12 {
	font-size: 1.2rem;
	line-height:1.8rem;
}


.font14,
.font_14 {
	font-size: 1.4rem;
	line-height:2.0rem;
}

.font16,
.font_16 {
	font-size: 1.6rem;
	line-height:2.1rem;
}


.font18,
.font_18 {
	font-size: 1.8rem;
	line-height:2.2rem;
}

.font24,
.font_24 {
	font-size: 2.4rem;
	line-height:2.8rem;
}

.singleline {
	overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis;
}

.fb {
	font-weight:bold;
}

.txt_caution {
	color: #900;
	margin-top: 5px;
}

.centering {
	text-align:center;
}

.borderline {
	border-bottom:2px solid #e5e5e5;

	display:block;
}

/* クリアフィックス */
.clearFix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width : 400px){
    html{ font-size : 75%;} 
}

@media screen and (min-width : 680px){
    html{ font-size : 87.5%;} 
}
 
@media screen and (min-width : 1024px) {
    html{ font-size : 100%}; 
}