body{
    width:100%;
    height:100%;
	background: #fff;
	color: #333;
	line-height: 1;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-wrap:break-word;
}

body,header,footer,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,section{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}

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

a{
	color: #333;
	text-decoration: none;
}

/* =====================
#common
===================== */
.contentInr{
    width: 1000px;
	margin: 0 auto;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clear{
	clear: both;
}

.fs0{
	font-size: 0;
}

.fs0 li{
	font-size: 16px;
}

.bk_red{
    background: #be2323;
    text-align: center;
    color: #fff;
}

.borderBox{
    width: 80%;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #ccc;
}

/* =====================
#header
===================== */
#header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    background: #fff;
    z-index: 1;
	box-shadow:0px 0px 6px 3px #ebebeb;
	-moz-box-shadow:0px 0px 6px 3px #ebebeb;
	-webkit-box-shadow:0px 0px 6px 3px #ebebeb;
}

#header h1 a{
    display: block;
    width: 352px;
    height: 46px;
    background: url(images/logo.png)no-repeat;
    background-size: 352px 46px;
    text-indent: -9999px;
    margin: 5px 0;
}

#header .alignright a{
    text-align: center;
    width: 320px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
    background: -webkit-linear-gradient(#ff0001, #8f0202);
    background: -moz-linear-gradient(#ff0001, #8f0202);
    background: -o-linear-gradient(#ff0001, #8f0202);
    background: -ms-linear-gradient(#ff0001, #8f0202);
    background: linear-gradient(#ff0001, #8f0202);
}

#header .alignright a:hover{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0002), color-stop(1.00, #5c0909));
    background: -webkit-linear-gradient(#ff0002, #5c0909);
    background: -moz-linear-gradient(#ff0002, #5c0909);
    background: -o-linear-gradient(#ff0002, #5c0909);
    background: -ms-linear-gradient(#ff0002, #5c0909);
    background: linear-gradient(#ff0002, #5c0909);
}

/* =====================
#content
===================== */
#content{
    padding-top: 56px;
}

#content1,
#content2,
#content3,
#content4{
	padding: 40px 0;
}

.ribbon{
	background: #ff0001;
	text-align: center;
	color: #fff;
	font-size: 32px;
	padding: 24px 0;
	font-family: serif;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
}

.ribbon.before:before{
	content: "";
	width: 116px;
	height: 40px;
	background: url(images/ribbonTop.png)no-repeat;
	background-size: 116px;
	height: 40px;
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;	
}

.ribbon.after:after{
	content: "";
	width: 116px;
	height: 40px;
	background: url(images/ribbonBtm.png)no-repeat;
	background-size: 116px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;	
}

/* =====================
#mainImg
===================== */
#mainImg{
	text-align: center;
	background: url(images/contentBG_yellow.png);
	border-bottom: 141px solid #d81406;
	height: 640px;
}

#mainImg img{
	line-height: 0;
}

/* =====================
#content1
===================== */
#content1{
	font-weight: bold;
}


#content1 dl{
	font-style: italic;
	font-family: serif;
	letter-spacing: 1px;
}

#content1 dt{
	width: 176px;
	float: left;
	clear: both;
	font-size: 22px;
	text-align: center;
	background: #e31212;
	height: 72px;
	margin-bottom: 1px;
	color: #fff;
	line-height: 72px;
	margin-right: 24px;
	border-bottom: #8f0202 1px solid;
}

#content1 dd{
	margin-bottom: 1px;
	height: 72px;
	line-height: 72px;
	border-bottom: #8f0202 1px dotted;
	font-size: 19px;
}

/* =====================
#content2
===================== */
#content2{
	background: url(images/contentBG_purple.png);
	overflow: auto;
}

#content2 img{
	width: 400px;
	border: 10px solid #fff;
	margin-right: 40px;
	margin-left: 32px;
}

#content2 h2{
	font-family: serif;
	font-size: 40px;
	padding: 56px 0 16px;
	margin-bottom: 24px;
	text-align: center;
	letter-spacing: 2px;
}

#content2 p{
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	background: rgba(255,255,255,0.6);
	padding: 16px 0;
}

/* =====================
#content3
===================== */
#content3{
	background: url(images/bgSky.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
}

#content3 h1{
	text-align: center;
	font-family: serif;
	font-size: 40px;
	line-height: 1.6;
	margin-bottom: 40px;
}

#content3 h1 span{
	color: #ff0001;
}

#content3 ul{
	background: rgba(255,255,255,0.6);
	padding: 36px;
}

#content3 li{
	font-size: 24px;
	font-family: serif;
	margin-bottom: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

#content3 li:last-child{
	margin-bottom: 0;
}

#content3 li:before{
	content: "□";
	margin-right: 4px;
}

#content3 .ribbon{
	margin-top: 80px;
}

/* =====================
#content4
===================== */
#content4{
    background: url(images/linedpaper.png);
	padding: 80px 0;
}

#content4 h1{
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

#content4 .contentInr{
	background: #fff;
	padding: 32px;
	overflow: auto;
	box-shadow:0px 0px 6px 3px #ebebeb;
	-moz-box-shadow:0px 0px 6px 3px #ebebeb;
	-webkit-box-shadow:0px 0px 6px 3px #ebebeb;
}

#content4 tr{
	margin-bottom: 24px;
	display: block;
}

#content4 th{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background: #5fd1ee;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: serif;
	letter-spacing: 2px;
}

#content4 td{
	padding-left: 24px;
	font-family: serif;
	font-size: 17px;
}

#content4 td h2{
	color: #5fd1ee;
	margin-bottom: 16px;
}

#content4 td img{
	width: 223px;
	display: block;
	margin-top: 16px;
}

#content4 p{
	text-align: center;
	font-size: 20px;
	font-family: serif;
}

#content4 p span{
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-top: 32px;
	color: #ff0001;
}

/* =====================
#content5
===================== */

#content5 h1{
    background: #d61919;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
	font-family: serif;
	position: relative;
	letter-spacing: 1px;
}

#content5 h1:after{
	content: "";
	width: 116px;
	height: 64px;
	background: url(images/btnSankakubtm.png)no-repeat;
	background-size: 116px;
	height: 64px;
	display: block;
	position: absolute;
	bottom: -54px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#content5 .content5inrBox,
#content6 .content5inrBox{
    padding: 56px 0;
	overflow: auto;
}

#content5 .content5inrBox:nth-child(odd){
	background: #fffdeb;
}

#content5 .content5inrBox:nth-child(even){
	background: #fff;
}

#content5 .h2Area{
    text-align: center;
    color: #ff903f;
}

#content5 .h2Area .read{
    margin-bottom: 24px;
    margin-top: 40px;
	font-family: serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

#content5 .h2Area .reason{
    background: #ff903f;
    color: #fff;
    display: inline-block;
    margin-bottom: -16px;
    font-size: 20px;
    font-family: serif;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 120px;
}

#content5 .h2Area h2{
    font-family: serif;
    font-style: italic;
    font-size: 38px;
    border-bottom: 1px dotted #ff903f;
    border-top: 1px dotted #ff903f;
    padding: 24px 16px 16px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 16px;
}

#content5 h3{
    background: #ff903f;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 16px;
}

#content5 .imgCenter h3{
	text-align: center;
	margin-top: 56px;
	margin-bottom: 8px;
	background: inherit;
	color: #333;
	font-weight: bold;
	display: block;
}

#content5 .imgCenter .attention{
	text-align: right;
	font-size: 14px;
}

#content5 h4{
    color: #ff903f;
    margin-bottom: 8px;
}

#content5 .imgBox,
#content6 .imgBox{
    overflow: auto;
    padding: 32px 56px;
    clear: both;
}

#content5 .imgBox img,
#content6 .imgBox img{
    width: 400px;
    height: auto;
}

#content5 .imgBox.imgCenter img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content5 .half{
	width: 50%;
	display: inline-block;
	float: left;
	padding: 24px;
}

#content5 .half img{
	width: 100%;
}

#content5 .half p{
	font-family: serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
}

#content5 .imgBox .aligncenter{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

#content5 .imgBox img.alignleft,
#content6 .imgBox img.alignleft{
    margin-right: 40px;
}

#content5 .imgBox img.alignright,
#content6 .imgBox img.alignright{
    margin-left: 40px;
}

#content5 .imgBox p,
#content6 .imgBox p{
    line-height: 2;
	font-size: 18px;
	font-family: serif;
	vertical-align: middle;
}

#content5 .imgBox li,
#content6 .imgBox li{
    margin-bottom: 16px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}


#content5 .readText{
	padding: 16px 0;
	line-height: 1.6;
	text-align: center;
	font-size: 22px;
	font-family: serif;
	font-weight: bold;
	color: #ff903f;
	border-top: 3px solid #ff903f;
	border-bottom: 3px solid #ff903f;
}

#content5 .readText:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #ff903f;
	display: block;
	margin-top: -12px;
	margin-bottom: 16px;
}

#content5 .readText:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #ff903f;
	display: block;
	margin-top: 16px;
	margin-bottom: -12px;	
}

#content5 .readBox{
    border: #ff903f 1px solid;
    padding: 16px 16px 16px 100px;
    position: relative;
    line-height: 1.6;
    margin-top: 40px;
}
 
#content5 .readBox .point{
    width: 100px;
    height: 100px;
    background: #ff903f;
    border-radius: 50px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: -24px;
    left: -24px;
    color: #fff;
}

#content5 .supportRead{
	background: #d61919;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
	font-family: serif;
	position: relative;
	letter-spacing: 1px;
    margin-top: 88px;
}

#content5 .imgBox .small{
	font-size: 14px;
	line-height: 1.4;
	float: left;
	margin-top: 160px;
}

#content5 .supportRead:before{
	content: "";
	width: 116px;
	height: 64px;
	background: url(images/btnSankaku.png)no-repeat;
	background-size: 116px;
	height: 64px;
	display: block;
	position: absolute;
	top: -64px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#content5 .supportInrBox ul{
	margin: 24px 0;
}

#content5 .supportInrBox li{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 16px;
	font-size: 18px;
}

#content5 .ribbon.before{
	margin-top: 80px;
}

#content5 .imgCP{
	width: 100%;
}

/* =====================
#content6
===================== */
#content6{
    background: url(images/contentBG_purple.png);
    padding: 56px 0;
    text-align: center;
}

#content6 h1{
    font-size: 40px;
    font-style: italic;
    font-family: serif;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

#content6 .imgBox p{
    text-align: left;
}

#content6 h3{
    
}

#content6 .borderBox{
    margin-top: 40px;
	background: #fff;
}

#content6 .borderBox img{
    width: 320px;
}

.contactBnr{
	background: #fff7b9;
	padding: 56px 0;
}

.contactBnr img{
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
}

/* =====================
#content7
===================== */
#content7{
    padding: 56px 0;
    text-align: center;
}

#content7 h1{
    font-size: 32px;
    margin-bottom: 40px;
}

#content7 .borderBox{
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
	overflow: auto;
}

#content7 .borderBox img{
    width: 240px;
    margin-left: 40px;
}

#content7 .borderBox h3{
    margin-bottom: 16px;
    margin-top: 16px;
    line-height: 1.4;
}

#content7 .borderBox p{
    line-height: 1.6;
}

#content7 .borderBox p span{
	color: #ff0002;
	font-style: italic;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	margin: 8px 0 -8px;
	display: block;
	text-decoration: underline;
}

#content7 .borderBox p.name{
	text-align: right;
	font-size: 13px;
}

#content7 .read{
    font-family: serif;
    font-size: 32px;
    line-height: 1.6;
}


/* =====================
#content8
===================== */
#content8{
    background: url(images/contentBG_yellow.png);
    padding: 56px 0;
}

#content8 h1{
    text-align: center;
    margin-bottom: 24px;
	font-style: italic;
	font-family: serif;
	letter-spacing: 1px;
	font-size: 32px;
	color: #ffa400;
}

#content8 #acMenu{
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

#content8 #acMenu dt{
    height: 56px;
    line-height: 56px;
    border: 0;
	border-bottom: 1px dotted #fcdfab;
    display:block;
    width:100%;
	cursor:pointer;
    padding-right:15px;
	position: relative;
}

#content8 #acMenu dt:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(images/arrowBtm.png) no-repeat;
	background-size: 16px;
	top: 20px;
	right: 8px;
}

#content8 #acMenu dt.active:after{
    content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(images/arrowtop.png) no-repeat;
	background-size: 16px;
	top: 20px;
	right: 8px;
    }


#content8 #acMenu dd{
    border: 0;
    padding: 16px;
    display:none;
}

#content8 #acMenu dd h2{
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 24px;
	color: #ffa400;
}

#content8 #acMenu dd h2 a{
	color: #ffa400;
	text-decoration: underline;
	padding: 0 4px;
}

#content8 #acMenu dd h3{
	text-align: center;
	margin: 32px auto;
	font-size: 24px;
	font-family: serif;
	font-style: italic;
	color: #ffa400;
	border-bottom: 1px dotted #ffa400;
	display: inline-block;
	padding-bottom: 8px;
}

#content8 #acMenu dd p{
    line-height: 1.6;
    margin-bottom: 8px;
}

#content8 #acMenu dd li{
    margin-bottom: 8px;
}

#content8 #acMenu dd li:before{
    content: "・";
}


/* =====================
#content9
===================== */
#content9{
    padding: 56px 0; 
}

#content9 h1{
	text-align: center;
	margin-bottom: 56px;
	font-style: italic;
	font-family: serif;
	letter-spacing: 1px;
	font-size: 32px;
	color: #ffa400;
}

#content9 ul{
	width: 80%;
	margin: 24px auto;
}

#content9 li{
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	border-bottom: 1px dotted #ffa400;
	padding-bottom: 8px;
}

#content9 img{
	width: 100%;
}

/* =====================
#content10
===================== */
#content10{
    padding: 56px 0; 
    background: url(images/linedpaper.png);
}

#content10 .borderBox{
    background: #fff;
    padding: 32px;
}

#content10 .borderBox h1{
    text-align: center;
    font-size: 24px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

#content10 .borderBox dl{
    margin-bottom: 24px;
}

#content10 .borderBox dt{
    margin-bottom: 16px;
    font-weight: bold;
}

#content10 .borderBox dt:before{
    content: "";
    width: 8px;
    height: 1.4em;
    background: #68bddd;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -4px; 
}

#content10 .borderBox dd{
    line-height: 1.6;
}

/* =====================
#content11
===================== */
#content11{
    padding: 56px 0 0;
    text-align: center;
}

#content11 h1{
    color: #ff0001;
    letter-spacing: 1px;
    font-style: italic;
    font-family: serif;
    font-size: 40px;
    margin-bottom: 48px;
}

#content11 p{
    font-size: 18px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 24px;
    font-family: serif;
    letter-spacing: 1px;
	line-height: 1.6;
	font-weight: bold;
}

#content11 p:last-child{
    border-bottom: 0;
}

#content11 p.red{
	color: #ff0001;
}

#content11 p.big{
    font-size: 20px;
    font-weight: bold;
}

#content11 p span{
    font-size: 16px;
    margin-top: 16px;
    display: block;
}

#content11 h2{
    padding: 32px;
    background: #68bddd;
    color: #fff;
    font-family: serif;
    letter-spacing: 1px;
    font-size: 20px;
}
/* =====================
#footer
===================== */
#footer{
    text-align: center;
    padding: 24px 0;
}

/* =====================
#gotoTop
===================== */
.gotoTop a{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #ff0001;
	padding: 35px 32px;
	font-size: 14px;
	color: #fff;
}

.gotoTop a:hover{
	background: #be2323;
	color: #fff;
}


/*======================
- 1000px
===================== */
@media screen and (max-width: 1000px){
	/* common */
	.contentInr{
		width: 100%;
		min-width: 100%;
	}
	
	#mainImg{
		height: auto;
		border-bottom: 0;
	}
	
	#mainImg img{
		width: 100%;
		height: auto;
	}
	
	#content9 .aligncenter,
	.contactBnr .aligncenter,
	#content5 .imgBox.imgCenter img{
		width: 100%;
	}
	
	#content11 h2{
		padding-left: 120px;
		padding-right: 120px;
	}
	
	#content1 dd,
	#content1 dt{
		display: block;
		float: none;
		line-height: 1.4;
	}
}

/*======================
- 700px
===================== */
@media screen and (max-width: 700px){
	.alignleft,
	.alignright{
		float: none;
		display: block;
	}
	
	.borderBox{
		width: 90%;
		padding: 8px;
	}
	
	#content6 .borderBox{
		margin-top: 16px;
	}
	
	#header h1 a{
		margin-left: auto;
		margin-right: auto;
		width: 240px;
		height: 31px;
		background-size: 240px 31px;
	}
	
	#header .alignright a{
		width: 100%;
		border-radius: 0;
	}
	
	#content{
		padding-top: 80px;
	}
	
	#content1,
	.contactBnr{
		padding: 24px 0;
	}
	
	#content1 li span{
		font-size: 16px;
		padding: 4px 8px;
		display: block;
		margin-right: 0;
		text-align: center;
	}
	
	#content1 li:before{
		content: none;
	}
	
	#content2 img,
	#content5 .imgBox img,
	#content6 .imgBox img,
	#content7 img{
		width: 100%;
	}
	
	#content2 img{
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		width: 90%;
	}
	
	#content4{
		padding: 24px 16px;
	}
	
	#content4 dt{
		float: none;
	}
	
	#content4 dd{
		margin-left: 0;
	}
	
	#content5 .imgBox, #content6 .imgBox{
		padding: 16px;
	}
	
	#content5 .imgBox img.alignright, #content6 .imgBox img.alignright{
		margin-left: 0;
	}
	
	#content3 ul{
		width: 90%;
	}
	
	#content2 h2{
		font-size: 24px;
		padding: 24px 0 8px;
		margin-bottom: 8px;
	}
	
	#content2 p{
		padding: 16px;
		font-size: 14px;
	}
	
	#content3 h1{
		font-size: 16px;
		margin-bottom: 16px;
	}
	
	#content3 ul{
		margin: 0 auto;
		padding: 16px;
	}
	
	#content3 li{
		font-size: 16px;
		margin-bottom: 8px;
		text-indent: -1.3em;
		padding-left: 1.3em;
		line-height: 1.4;
	}
	
	#content3 p,
	#content5 h1,
	#content5 .supportRead{
		font-size: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	#content3 p:before,
	#content5 h1:after,
	#content5 .supportRead:before,
	.ribbon.before:before{
		width: 64px;
		background-size: 64px;
		top: -21px;
	}
	
	.ribbon.after:after{
		width: 64px;
		background-size: 64px;
	}
	
	#content5 h1:after{
		top: auto;
		bottom: -64px;
	}
	
	#content5 .ribbon.before{
		margin-top: 40px;
	}
	
	#content5 .h2Area h2{
		font-size: 18px;
	}
	
	#content7 .read{
		text-align: left;
		padding: 0 16px;
	}
	
	#content7 .borderBox h2{
		font-size: 18px;
		margin-bottom: 8px;
	}
	
	#content6{
		padding: 24px 0;
	}
	
	.readText{
		padding: 16px;
		line-height: 1.4;
	}
	
	.imgBox img{
		margin-bottom: 16px;
	}
	
	#content5 .readBox .point{
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	#content5 .readBox{
		padding-left: 16px;
		padding-top: 100px;
	}
	
	#content6 h1,
	#content7 h1,
	#content7 .read,
	#content8 h1,
	#content9 h1,
	#content11 h1,
	#content10 .borderBox h1{
		font-size: 18px;
	}
	
	#content6 h3{
		padding-left: 16px;
		padding-right: 16px;
		line-height: 1.4;
	}
	
	#content8{
		padding: 24px 0;
		line-height: 1.4;
	}
	
	#content8 #acMenu,
	#content9 ul{
		width: 90%;
	}
	
	#content10 .borderBox{
		padding: 16px;
	}
	#content11 p,
	#content11 h2{
		padding-left: 16px;
		padding-right: 16px;
		line-height: 1.4;
	}
	
	.gotoTop a{
		padding: 16px;
		font-size: 12px;
		background: rgba(255, 0, 1, 0.28);
	}
	
	#content1 dt,
	#content1 dd{
		font-size: 16px;
		width: 100%;
		height: auto;
		padding: 8px 16px;
		border-bottom: 0;
	}
	
	#content4 .contentInr{
		padding: 16px;
	}
	
	#content4 h1 img{
		width: 100%;
	}
	
	#content4 h1{
		margin-bottom: 16px;
	}
	
	#content4 th{
		height: 40px;
		border-radius: 0;
		display: block;
		float: none;
		font-size: 16px;
		width: 100%;
		line-height: 40px;
		margin-bottom: 8px;
	}
	
	#content4 th br{
		display: none;
	}
	
	#content4 td h2{
		margin-bottom: 8px;
				font-size: 16px;
	}
	
	#content4 td{
		padding-left: 0;
		font-size: 14px;
		line-height: 1.4;
	}
	
	#content4 p span,
	#content4 p{
		font-size: 18px;
	}
	
	
	#content5 .ribbon.after{
		margin-top: 0;
	}
	
	.ribbon{
		font-size: 18px;
	}
	
	#content5 .h2Area .read,
	#content5 .readText{
		font-size: 16px;
		line-height: 1.4;
		padding: 0 16px;
		border: 0;
	}
	
	#content5 .h2Area .read{
		font-size: 18px;
	}
	
	#content5 .imgBox p, #content6 .imgBox p{
		font-size: 16px;
		line-height: 1.6;
		margin: 24px 0;
	}
	
	#content5 .content5inrBox, #content6 .content5inrBox{
		padding: 0;
	}
	
	#content5 .half{
		width: 100%;
		display: block;
	}
	
	#content5 .half p{
		font-size: 14px;
	}
	
	#content5 .content5inrBox{
		padding: 0;
	}
	
	#content5 .supportInrBox li{
		font-size: 16px;
		padding-bottom: 8px;
	}
	
	#content4 td img{
		margin: 8px auto;
	}
	
	#content4 p span, #content4 p{
		margin-top: 0px;
		line-height: 1.4;
		font-size: 16px;
	}
	
	#content4 p span, #content4 p span{
		font-size: 18px;
	}
	
	#content5 .h2Area .read, #content5 .readText{
		margin-top: 0;
	}
	
	#content5 .supportInrBox ul{
		margin: 8px 0;
	}
	
	#content5 .imgBox p, #content6 .imgBox p{
		margin: 8px 0;
	}
	
	#content5 .contentInr{
		padding-top: 40px;
	}
	
	.h2Area p{
		padding-left: 16px;
		padding-right: 16px;
	}
	
	#content5 .readText{
		margin-bottom: 40px;
	}
	
	.contactBnr{
		padding: 24px 16px;
	}
	
	#content7 h1{
		margin-bottom: 16px;
	}
	
	#content7 .borderBox{
		padding: 16px;
	}
	
	#content7{
		padding-bottom: 0;
	}
	
	#content7 .borderBox img{
		margin: 8px auto;
	}
	
	#content9{
		padding: 24px 0;
	}
	
	#content11{
		padding-top: 24px;
	}
	
	#content11 p{
		text-align: left;
		font-size: 16px;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	
	#content11 h1{
		margin-bottom: 24px;
	}
	
	#content11 h2{
		text-align: left;
		font-size: 18px;
	}
	
	#content1 .contentInr{
		padding: 0 16px;
	}
	
	#content5 .imgBox .small{
		float: none;
		display: block;
		margin-top: 0;
	}
	
	#content11 p span{
		margin-top: 8px;
	}




}

