

/*------------------------------------------------------------------------------
Css name: common.css
Css info: 共通スタイル
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-size: 1.6em;
	border-top: 3px solid #ce2021;
}
img{
	border:none;
	vertical-align: bottom;
}

@media only screen and (max-width: 599px) {
	body{
		font-size: 1.4em;
	}
	img{
		max-width: 100%;
		height: auto;
	}
}
/*------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
.thanks20th{
	background: url(../image/header_bg.jpg) center top no-repeat;
	background-size: 100% auto;
}
	.logo{
		margin: 26px 0 0 26px;
	}
	.pageTit{
		width: 1220px;
		margin: -12px auto 24px;
		padding-right: 60px;
		text-align: right;
	}
@media only screen and (max-width: 1279px) {
	.thanks20th{
		background: url(../image/header_bg.jpg) center top no-repeat;
		background-size: auto 400px;
	}
		.pageTit{
			width: 95%;
			margin: -12px 0 24px;
			padding-right: 0;
			text-align: right;
		}
}
@media only screen and (max-width: 599px) {
	.thanks20th{
		background: url(../image/header_bg.jpg) -100px top no-repeat;
		background-size: auto 300px;
	}
		.logo{
			margin: 10px 0 0 4%;
		}
		.pageTit{
			width: 100%;
			margin: 20px auto 24px;
			padding-right: 0;
			text-align: center;
		}
			.pageTit img{
				width: 220px;
				height: auto;
			}
}
/*------------------------------------------------------------------------
本文
--------------------------------------------------------------------------*/
.wrapper{
	width: 860px;
	margin: 0 auto 50px;
	padding: 40px 0;
	background: rgba(255,255,255,0.85);
	-webkit-border-radius: 10px; /*角丸*/
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	.wrapper p{
		line-height:1.8;
		padding: 0 40px;
		margin-bottom: 1em;
	}
		.signature{
			text-align: right;
		}
	/* トップページの変遷 */
	.history{
		width: 100%;
		background: #f2f2f2;
		padding: 20px 0 10px;
		margin-bottom: 1em;
	}
		.history h2{
			font-size: 1em;
			font-weight: normal;
			color: #ce2021;
			margin-bottom: 10px;
			padding: 0 40px;
		}
			.history h2:before{
				box-sizing: border-box;
				display: inline-block;
				position: relative;
				top:1px;
				content: "";
				width: 14px;
				height: 14px;
				border: 3px solid #ce2021;
				margin-right: 4px;	
				-webkit-border-radius: 50%; /*角丸*/
				-moz-border-radius: 50%;
				border-radius: 50%;			
			}
	.uiList{
		padding: 0 30px;
	}
	.uiList .uiImage{
		display: block;
		width: 238px;
		margin: 0 auto 10px;
		padding-bottom: 4px;
		font-size: 0.75em;
		text-align: center;
		color: #808080;
		border: 1px solid #b3b3b3;
		background: #fff;
	}	
		.uiList .uiImage img{
			display: block;
			margin: 9px;
		}
	/* 閉じるボタン */
	.btnClose{
		margin: 40px 0;
		font-size: 93.75%;
		text-align: center;
	}
	.btnClose a{
		padding: 4px 24px;
		border: 3px solid #bbb;
		text-decoration: none;
		font-weight: bold;
		color: #888;
	}
	.btnClose a:hover{
		border-color: #ddd;
		color: #bbb;
	}

@media only screen and (max-width: 860px) {
	.wrapper{
		width: 90%;
		padding: 20px 0;
	}
		.wrapper p{
			width: 90%;
			padding: 0 5%;
		}
		.uiList{
			padding: 0 4%;
		}
		.uiList .uiImage{
			width: 95%;
			margin: 0 auto 10px;
		}	
			.uiList .uiImage img{
				display: block;
				width: 90%;
				margin: 5%;
			}
}

@media only screen and (max-width: 599px) {		
		.history{
			padding: 14px 0;
		}
			.history h2{
				padding: 0 5%;
			}
}

/*------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
.footer{
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 0.8125em;
	text-align: center;
	line-height: 40px;
	background: #ce2021;
}

/*------------------------------------------------------------------------
トップページの変遷 スライダー
--------------------------------------------------------------------------*/
/* Dots */
.slick-slider
{
    width: 100%;
    margin: 0 auto;
}

.slick-dots
{
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: .8;
}
.slick-dots li button:before
{
    display: block;
    background: #808080;
    -webkit-border-radius: 50%; /*角丸*/
	-moz-border-radius: 50%;
	border-radius: 50%;	

    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;

    content: ' ';

    opacity: 1;

}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    display: block;
    background: #ce2021;
    -webkit-border-radius: 50%; /*角丸*/
	-moz-border-radius: 50%;
	border-radius: 50%;	
}