@charset "utf-8";

/*
 基本設定（タグ）
----------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
	word-break:normal;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

body {
	font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:87.5%;
	color:#000;
	text-align:left;
	background-color:#fff;
}
@media screen and (max-width : 767px){
body {
	-webkit-text-size-adjust: 100%;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

p,
li,
dt,
dl {
	line-height: 1.6;
}

ol,ul,li {
	list-style: none;
}

strong,
b {
	font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
}
	
img{
	border: 0px;
	vertical-align:middle;
	max-width:100%;
	height:auto;
}

sup {
	vertical-align: top;
}

em {
	font-style:normal;
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	text-align:left;
}
/*
 form部品
-----------------------------------------------------------*/
input,select,textarea {
	outline:none;
}
input[type=text],
textarea {
	background: #f4f4f4;
	padding:5px;
	border:#A9A9A9 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[type=text]:focus,
textarea:focus {
	background: #e6ecf4;
}
select {
	border:#A9A9A9 solid 1px;
}

/*
 リンク装飾 
----------------------------------------------------------- */
a:link {
	color:#30469d;
	text-decoration:none;
}
a:visited {
	color:#30469d;
	text-decoration:none;
}
a:hover {
	color:#30469d;
	text-decoration:underline;
}
a:active {
	color:#30469d;
	text-decoration:underline;
}
a img.alpha70,
a img.alpha80 {
	transition: opacity 0.3s;
}
a:hover img.alpha70 {
	opacity:0.70;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
a:hover img.alpha80 {
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}
@media screen and (max-width : 767px){
a img.alpha70,
a img.alpha80 {
	transition: none;
}
}

/*
 非表示
----------------------------------------------------------- */
.displayNone {
	display:none;
}
/*
 clearfix
----------------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clearBoth {
	clear:both;
}
/*
 カラー
-----------------------------------------------------------*/
.colorRed {
	color:#C00;
}
.colorBlue {
	color:#2e73bc;
}
.colorBlue02 {
	color:#003366;
}
.colorBlue03 {
	color:#30469d;
}

/*
 背景カラー
-----------------------------------------------------------*/
.bgCollar01 {
	background: #bfc4cb;
}
.bgCollar02 {
	background: #e6ecf4;
}
.bgCollar03 {
	background: #66cc99;
}



/*
 テキスト
-----------------------------------------------------------*/
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.textBold {
	font-weight:bold;
}
@media screen and (max-width : 767px){
.sp_textLeft {
	text-align:left;
}
}


.textDecoration {
	text-decoration:underline;
}
.textNormal {
	font-weight:normal;
}
.textSize80{
	font-size:80%;
}
.textSize85{
	font-size:85%;
}
.textSize90{
	font-size:90%;
}
.textSize110{
	font-size:110%;
}
.textSize120{
	font-size:120%;
}
.textSize130{
	font-size:130%;
}
.textSize140{
	font-size:140%;
}
.textSize150{
	font-size:150%;
}
.textSize160{
	font-size:160%;
}
.textSize200{
	font-size:200%;
}

/*
 マージン調整（必要に応じて追加）
----------------------------------------------------------- */
.m_10 {
	margin: 10px;
}
.m_20 {
	margin: 20px;
}
.m_30 {
	margin: 30px;
}
.mt_05 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_60 {
	margin-top: 60px;
}
.mt_70 {
	margin-top: 70px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_90 {
	margin-top: 90px;
}
.mt_100 {
	margin-top: 100px;
}
@media screen and (max-width : 767px){
.mt_05 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 12px;
}
.mt_25 {
	margin-top: 12px;
}
.mt_30 {
	margin-top: 15px;
}
.mt_40 {
	margin-top: 20px;
}
.mt_50 {
	margin-top: 25px;
}
.mt_60 {
	margin-top: 30px;
}
.mt_70 {
	margin-top: 40px;
}
.mt_80 {
	margin-top: 50px;
}
.mt_90 {
	margin-top: 50px;
}
.mt_100 {
	margin-top: 60px;
}
}

.ml_05 {
	margin-left: 05px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.mr_05 {
	margin-right: 05px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_15 {
	margin-right: 15px;
}
/*
 パディング調整（必要に応じて追加）
----------------------------------------------------------- */
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pb_40 {
	padding-bottom: 40px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pb_60 {
	padding-bottom: 60px;
}
.pb_70 {
	padding-bottom: 70px;
}
.pb_80 {
	padding-bottom: 80px;
}
.pb_90 {
	padding-bottom: 90px;
}
.pb_100 {
	padding-bottom: 100px;
}


/*
 インデント
----------------------------------------------------------- */
.indent01em {
	margin-left: 1em;
	text-indent: -1em;
}
/*
 幅設定
----------------------------------------------------------- */
.width_05 {
  width: 5% !important;
}

.width_10 {
  width: 10% !important;
}

.width_15 {
  width: 15% !important;
}

.width_20 {
  width: 20% !important;
}

.width_25 {
  width: 25% !important;
}

.width_30 {
  width: 30% !important;
}

.width_35 {
  width: 35% !important;
}

.width_40 {
  width: 40% !important;
}

.width_45 {
  width: 45% !important;
}

.width_50 {
  width: 50% !important;
}

.width_55 {
  width: 55% !important;
}

.width_60 {
  width: 60% !important;
}

.width_65 {
  width: 65% !important;
}

.width_70 {
  width: 70% !important;
}

.width_75 {
  width: 75% !important;
}

.width_80 {
  width: 80% !important;
}

.width_85 {
  width: 85% !important;
}

.width_90 {
  width: 90% !important;
}

.width_95 {
  width: 95% !important;
}

.width_100 {
  width: 100% !important;
}
/*
 hr
----------------------------------------------------------- */
.hrLine {
	border-bottom: 1px solid #CCC;
}