@charset "utf-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: bottom;
	width: 1080px;
	height: 228px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	margin-left: 229px;
}
/* End hide from IE-mac */
/*----------------base----------------*/
html {
	min-width: 960px;
	overflow: auto;
}
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff;
}
a {
	color: #D200FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.8;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text {
	line-height: 1.6;
}
.radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*----------------layout----------------*/
.all {
	background: #fff;
}
.layout {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
/*----------------header----------------*/
#headerArea {
	background: #fff;
}
#headerTop {
	background: #000;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 20px;
}
#globalNavi {
	background: #E280F7;
}
#globalNavi li {
	float: left;
	width: 24.966667%;
	text-align: center;
	line-height: 30px;
}
#globalNavi a {
	display: block;
	background: #D200FF;
	color: #fff;
	border: 1px solid;
	margin: 10px 5px;
	font-size: 12px;
	box-shadow: 1px 1px 3px #996dd0;
}
#globalNavi a:hover {
	text-decoration:none;
	background: #fff;
	color: #D200FF;
}
#mainImgWrap {
	background: #fff;
}
.mainImg {
	padding: 20px 0;
	overflow: hidden;
}
.mainImg .fl {
	width: 60%;
}
.mainImg .fr {
	width: 40%;
	background: #fff;
	max-height: 328px;
}
.mainImg img {
	width: 100%;
	height: auto;
	height: 228px;
}
.mainImg .itembox {
	background: #fff;
	padding: 10px;
}
.wideImg {
	padding: 20px 0;
}
/*----------------footer----------------*/
#footArea {
	background: #D200FF;
}
#footInner {
	padding: 20px 0;
}
#footMenu li {
	float: left;
	width: 20%;
	margin: 0 0 25px;
}
#pageTop {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: -30px;
	right: 0;
	margin: auto;
	background: #D200FF;
}
#pageTop a {
	color: #fff;
}
#pageTop a:hover {
	text-decoration:underline;
	color: #fff;
}
#copyRight {
	text-align: center;
	padding: 20px 0 0;
	color: #fff;
}
#copyRight a {
	color:#fff;
	margin: 0 10px;
}
#copyRight a:hover {
}
/*----------------contents----------------*/
h2.caption {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background: #D200FF;
	border-bottom: 2px solid #666;
	line-height: 1.6;
}
h3.caption {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	background: none;
	border-bottom: 1px dashed #ccc;
	line-height: 1.6;
}
.prLink {
	margin: 20px 0 0;
}
.prLink p {
	line-height: 1.6;
}
/*block*/
.itembox {
	background: #fff;
	margin: 0 0 20px;
}
.itembox .inside {
	padding: 20px 0;
}
.btn {
	margin: 20px 0;
	float: right;
	width: 150px;
}
.btn a {
	display: block;
	background: #D200FF;
	color: #fff;
	text-align: center;
	border: 1px solid #E280F7;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
}
.btn a:hover {
	text-decoration:none;
	background: #fff;
	color: #E280F7;
	border: 1px solid;
}
.boxCover01 {
	background: #fff;
	padding: 20px 0;
}
.boxCover02 {
	background: #A0E9FB;
	padding: 20px 0;
}
.boxCover01 .itembox:first-child {
	margin: 0;
}
.boxCover01 .itembox {
	padding: 20px;
	background: #A0E9FB;
	margin: 20px 0 0;
}
.boxCover02 .itembox {
	width: 49%;
	background: #eee;
	padding: 20px;
	margin: 0;
}
.boxCover03 {
	padding: 20px 0;
}
.boxCover03 .itembox {
	background: #F7D3FF;
	padding: 20px;
	float: left;
	width: 31%;
	margin: 0 21px 0 0;
	margin-left: 11px;
}
.boxCover03 .last {
	margin: 0;
}
/*main*/
.mainAreaCover {
	background: #E280F7;
	padding: 20px 0;
}
.mainArea .text {
	padding: 20px 0 0;
}
.mainArea h3 {
	color:#D200FF;
	margin: 20px 0 5px;
	border-bottom: 1px solid;
}
.mainArea .inside {
	padding: 0 20px 20px;
}
.mainArea {
	background: #eee;
	padding: 20px 0px 50px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.col2 .fl {
	width: 60%;
	background: #fff;
}
.col2 .fr {
	width: 38%;
}
.col2 .btn {
	margin-right: 20px;
}
/*----------------Recommended Links----------------*/
.linkAreaCover {
	background: #eee;
	padding: 20px 0 50px;
}
.linkArea {
	background: #fff;
}
.linkArea ul {
	padding: 20px 20px 10px;
}
.linkArea li {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
	line-height: 1.6;
	/* font-weight: 300; */
}
/*----------------sub page----------------*/
.subArea {
	padding-bottom: 70px;
}
p a{color:#D200FF;}
ul li a{
	color:#FFF;
	}
	.linkArea ul li a{color:#D200FF;}