@charset "utf-8";

/*
 基本設定（タグ）
----------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-weight: 600;
	font-size:100%;
	color:#000;
	text-align:center;
	background-color: #FFF;
	position: relative; /* #btn_pagetopの位置調整のため */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 600;
	}

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

ol,ul,li {
	list-style: none;
	}
	
img{
	border: 0px;
}

/* モダンブラウザ */
/*
img{max-width: 100%;height: auto;}
*/
/* IE8 */
/*
img{width: auto\9; }
*/
/* IE7 */
/*
img{width: 100%; }
*/

sup {
	vertical-align: top;
}

em {
	font-style:normal;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*
 リンク装飾 
----------------------------------------------------------- */
a:link {
	color:#1761AA;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:visited {
	color:#1761AA;
	text-decoration:underline;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
a:active {
	color:#003366;
	text-decoration:underline;
}

.btn_hover a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}



/*基本設定（表組み）
----------------------------------------------------------- */
table {
	/*
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	*/
	border-collapse: collapse;
}

th,
td {
	padding: 25px 20px 25px 25px;
	/*
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	*/
}

th {
	font-weight: bold;
	text-align:left;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/*基本設定（表組み）
----------------------------------------------------------- */
th,
td {
	padding: 4px;
}
}


/*
右寄せ左寄せ
-----------------------------------------------------------*/
.flt_left {
	float:left;
}

.flt_right {
	float:right;
}

/*
テキスト
-----------------------------------------------------------*/
.txt_left {
	text-align:left;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
.txt_bold {
	font-weight:bold;
}
.txt_normal {
	font-weight:normal;
}
.txt_pink {
	color: #E95F84;
}



/*
マージン調整（必要に応じて追加）
----------------------------------------------------------- */
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt110 {
	margin-top: 107px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr18 {
	margin-right: 18px !important;
}
.mr19 {
	margin-right: 19px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

/*
パディング調整（必要に応じて追加）
----------------------------------------------------------- */
.pt03 {
	padding-top: 3px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}



/*幅設定（必要に応じて追加）
----------------------------------------------------------- */
.w05 {
	width: 5%;
}

.w08 {
	width: 8%;
}

.w10 {
	width: 10%;
}

.w12 {
	width: 12%;
}

.w13 {
	width: 13%;
}

.w13 {
	width: 13%;
}

.w15 {
	width: 15%;
}

.w18 {
	width: 18%;
}

.w20 {
	width: 20%;
}

.w22 {
	width: 22%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w48 {
	width: 48%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w58 {
	width: 58%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.height300 {
	height:300px;
}

/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:block !important;
}
.for_smp {
	display:none !important;
}
img.for_pc {
	display:inline !important;
}
img.for_smp {
	display:none !important;
}
.for_pc_inline {
	display:inline !important;
}
.for_smp_inline {
	display:none !important;
}

/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:none !important;
}
.for_smp {
	display:block !important;
}
img.for_pc {
	display:none !important;
}
img.for_smp {
	display:inline !important;
}
.for_pc_inline {
	display:none !important;
}
.for_smp_inline {
	display:inline !important;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
}

