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

/*-- clearfix --*/
.clearfix:after {
content: '';
display: block;
clear: both;
height: 0; }
.clearfix { zoom: 1; } /* for IE */

* {
	margin: 0;
	padding: 0;
}
a       {text-decoration: underline;}
a:hover {text-decoration: underline;}
div.clear {clear:both;}	/*floatの解除*/
li {list-style: none;}

body {
	font-family: "AXIS Std","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.6em;
	background-color: #ffffff;
}

#main {
	box-sizing:border-box;
	margin: 0 auto;
	width : 100%;
	border: 0px #000000 solid;
	background-color: #fffff0;
	box-shadow: 1px 1px 5px #000; /* 影付き CSS3 */
}

#header {
	margin: 0 auto;
	padding: 0 0 0 0;
	width : 100%;
}

h1 img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width : 100%;
	border: 0px;
}

#pankuzu{
	box-sizing:border-box;
	width :100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 0.6em;
	color: #000000;
}
#pankuzu a{
	color: #0068B6;
}

#msg{
	box-sizing:border-box;
	margin: 0 auto;
	padding: 20px;
	width : 96%;
	text-align: left;
	background:#ffffff;
	border:3px solid #000000;
	border-radius : 20px;
		-moz-border-radius : 20px;
		-webkit-border-radius : 20px;
}
/* 見出し */
.midashi{
	display:block;
	margin-right: 5px;
	width : 80px;
	padding:4px 5px;
	font-size: 0.9em;
	color: #ffffff;
	background:#00abeb;
	text-align: center;
	float:left;
}
.txtDeadline{
	font-size:17px;
	letter-spacing:-1px;
}


.btnAppWrap{
	padding: 30px 0 0 0;
}
.btnAppWrap .btnApp{
	width:100%;
	max-width:300px;
	display:block;

	font-size: 15px;
	letter-spacing:-1px;
	line-height:30px;
	text-align: center;
	color : #ffffff;
	padding : 10px 0px;

	background : #E50012;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
	text-decoration:none;
}


/* 画像横並び         */
#box {
	margin: 0 auto;
	display:block;
	width : 100%;
	border:0px solid #00ff00;/* 確認用 */
}
#box ul{
	display:block;
}

#box ul li{
	margin-top: 10px;
	display:block;
	text-align:center;
	line-height:0;
	padding:0 0 20px 0;
}

#box ul li .areaBtnPdf{
	width:300px;
	padding:10px 0 0 0;
	margin:0 auto;
}
#box ul .btn_1 {
	display:block;

	font-size: 16px;
	line-height:30px;
	text-align: center;
	color : #ffffff;
	padding : 10px 0px;

	background : #E50012;
	border-radius : 20px;
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
	text-decoration:none;
	margin:0 0 10px 0;
}
#box ul .btn_1.sentence{
    background:#7ebf40;
}
#box ul .btn_1.scrap{
    background:#00abeb;
}

/*
.btn_1:after{
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	content: "";
	margin: 0px;
	height: 6px;
	width: 6px;
	top: 16px;
	left: 4px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/

/* boxOutline */
.boxOutline{
	width:300px;
	margin:0 auto;
	padding:30px 0 10px 0;
}
.boxOutline .btnApp{
	display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    background: #E50012;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none;
	margin: 0 0 10px 0;
}
.boxOutline .btnOutline{
}
.boxOutline .txtOutline{
	padding: 10px 0 0 10px;
	font-size:16px;
}
.none{
	display: none;
}


.txtBtnInfo{
	font-size:16px;
	padding: 0px 0 15px 0;
	line-height:24px;
	text-align:left;
}


#box img{
	width:300px;
}

#oubo{
	box-sizing:border-box;
	margin: 0 auto;
	padding: 20px 5px;
	width : 96%;
	text-align: left;
	background:#ffffff;
	border:3px solid #000000;
	border-radius : 20px;
		-moz-border-radius : 20px;
		-webkit-border-radius : 20px;
}

#text{
	box-sizing:border-box;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	background:#ffffff;
	width : 96%;
	text-align: left;
}

#back{
	box-sizing:border-box;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	width : 90%;
	text-align: center;
}




.btn_2 {
	margin: 0 auto;
	padding : 10px 30px;
	font-size: 0.9em;
	text-align: center;
	color : #ffffff;
	background : #0068B6;
	position: relative;
}

.btn_2:after{
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	content: "";
	margin: 0px;
	height: 6px;
	width: 6px;
	top: 15px;
	left: 9px;
	position: absolute;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}


/* Copyright部分用 */
#footer {
	box-sizing:border-box;
	margin: 0 auto;
	width : 100%;
	text-align: center;
	color: #000000;
	background-color: #0068B6;
	border: 0px #00ff00 solid;/* 確認用 */
}

/* Copyright */
#copy {
	box-sizing:border-box;
	margin: 0 auto;
	padding : 20px 10px 50px 10px;
	width : 100%;
	text-align: center;
	font-size: 10pt;
	color: #ffffff;
	border: 0;
	background-color: #0068B6;
	border: 0px #0000ff solid;/* 確認用 */
}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
