@charset "euc-jp";
* {
	-webkit-appearance: none;
}
body {
	line-height:18px;
	margin:0;
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
ul, ol {
	list-style:none;
	padding:0;
	margin: 0px;
}
li {
	padding:0;
}
input, select {
	vertical-align:middle;
}
a {
	display: block;
}
a {
	-webkit-tap-highlight-color:transparent;
}
a img {
	border-style:none;
}
a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#category_list {
	display:none;
	width:100%;
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#category_list p {
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
}
#header_midashi {
	background-color: #EDEDED;
	width: 100%;
}
#header_midashi p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#header {
	width: 100%;
	clear: both;
	padding-top: 10px;
}
#header_left {
	width: 50%;
	float: left;
	position: relative;
	padding-top: 10px;
}
#header_left h1 {
	width: 98%;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 2%;
}
#header_right {
	width: 50%;
	float: right;
	padding-top: 18px;
}
#header_right p {
	width: 98%;
	float: right;
	text-align: right;
	padding-right: 2%;
	position: relative;
}
#top_midashi {
	width: 100%;
	clear: both;
	padding-top: 20px;
}
p.resizeimage img {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
img.miniimage {
	display: none;
}

/* ▼表示領域が400px以上の場合 */
@media screen and (min-width: 400px) {
 img.miniimage {
display: none;
}  /* miniを非表示 */
 img.bigimage {
display: block;
} /* bigを表示 */
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
 img.miniimage {
display: block;
} /* miniを表示 */
 img.bigimage {
display: none;
}  /* bigを非表示 */
}
#top_page {
	width: 96%;
	clear: both;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
}
#top_page h2 {
	width: 100%;
	padding-top: 12px;
	background-image: url(../sozai/back_1.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
}
.top_page_layout_1 {
	width: 100%;
	padding-top: 10px;
	float: left;
}
.top_page_layout_1 h3 {
	width: 73%;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-top: 5px;
	line-height: 20px;
}
.top_page_layout_1 p {
	width: 27%;
	text-align: right;
	float: right;
}
.top_page_layout_2 {
	width: 100%;
	padding-top: 5px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.top_page_layout_2 ul {
	width: 100%;
	float: left;
}
.top_page_layout_2 ul li {
	width: 100%;
	padding-top: 5px;
}
.top_page_layout_3 {
	width: 100%;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.top_page_layout_3 h3 {
	width: 73%;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-top: 5px;
	line-height: 20px;
}
.top_page_layout_3 p {
	width: 27%;
	text-align: right;
	float: right;
}
#top_text {
	width: 96%;
	clear: both;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
}
#top_text p {
	width: 100%;
	text-align: left;
	line-height: 18px;
	padding-top: 10px;
}
#top_text_2 {
	width: 89%;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	margin-left: 2%;
}
#top_text_2 p {
	width: 100%;
	text-align: left;
	line-height: 18px;
}
#top_text_3 {
	width: 100%;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
}
#top_text_3 p {
	width: 100%;
	text-align: center;
}
#top_okuri {
	width: 96%;
	clear: both;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
}
#top_okuri p {
	width: 100%;
	text-align: center;
	line-height: 18px;
	padding-top: 10px;
}
#top_okuri a {
	display: inline;
}
#banner_space {
	width: 96%;
	clear: both;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 20px;
}
#banner_space p {
	width: 100%;
	text-align: center;
}
#pan_page {
	width: 98%;
	clear: both;
	padding-top: 20px;
	padding-right: 1%;
	padding-left: 1%;
}
.simple {
	list-style: none;
	overflow: hidden;
	color: #777;
	background: #fff;
	font-size: 12px;
	border: 1px solid #DEDEDE;
}
.simple li {
	float: left;
	line-height: 30px;
	text-shadow: 0 1px 0 white;
}
.simple li a {
	color: #666;
	text-decoration: none;
	background: #eee;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0.85, #efefef), to(#efefef));
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.simple li a::after {
 position: relative;
 display: block;
 margin-top: -15px;
 margin-left: auto;
 margin-right: -15px;
 height: 15px;
 width: 10px;
 content: " ";
 -webkit-transform: skew(-30deg);
 background: #efefef;
 border-right: 1px solid #d6d6d6;
}
.simple li a::before {
 float: right;
 display: block;
 margin-bottom: -15px;
 margin-left: auto;
 margin-right: -15px;
 height: 15px;
 width: 10px;
 content: " ";
 -webkit-transform: skew(30deg);
 background: #efefef;
 border-right: 1px solid #d6d6d6;
}
.simple li:first-child a {
	padding-left: 10px;
}
.simple li:last-child {
	background: transparent !important;
	color: black;
	padding-left: 20px;
}
.simple li a:hover {
	color: #d31;
}
#contents_page {
	width: 96%;
	clear: both;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
}
#contents_page h2 {
	width: 100%;
	padding-top: 12px;
	background-image: url(../sozai/back_1.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
}
#contents_page h3 {
	width: 100%;
	padding-top: 12px;
	text-align: center;
	float: left;
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
	color: #E73E7A;
	font-weight: normal;
}
#contents_page h4 {
	width: 100%;
	padding-top: 12px;
	text-align: center;
	float: left;
	position: relative;
	font-size: 16px;
	padding-bottom: 8px;
	color: #E73E7A;
	font-weight: normal;
}
#contents_page_2 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	overflow: hidden;
}
.contents_page_2_layout {
	width: 92%;
	background-color: #EDEDED;
	float: left;
	margin-left: 3%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.contents_page_2_layout ul {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.contents_page_2_layout p {
	width: 100%;
	padding-top: 20px;
	float: left;
	text-align: center;
}
.contents_page_2_layout_2 {
	width: 93%;
	float: left;
	margin-left: 3%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.contents_page_2_layout_2 ul {
	width: 94%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 3%;
}
.contents_page_2_layout_3 {
	width: 90%;
	float: left;
	margin-left: 3%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 5px;
	height: 150px;
}
.contents_page_2_layout_4 {
	width: 96%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-left: 2%;
}
#contents_page .contents_page_2_layout_4 h3 {
	width: 98%;
	float: left;
	padding-top: 5px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	background-color: #EDEDED;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 2%;
}
#contents_page .contents_page_2_layout_4 p {
	width: 91%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 4%;
}
.contents_page_2_layout_5 {
	width: 96%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-left: 2%;
}
#contents_page .contents_page_2_layout_5 h3 {
	width: 98%;
	float: left;
	padding-top: 5px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	background-color: #EDEDED;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 2%;
}
#contents_page .contents_page_2_layout_5 h4 {
	width: 98%;
	float: left;
	padding-top: 5px;
	text-align: left;
	font-size: 14px;
	color: #FF0000;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 2%;
}
#contents_page .contents_page_2_layout_5 img {
	width: 100%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents_page_3 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 20px;
	overflow: hidden;
}
#contents_page_3 h2 {
	width: 100%;
	padding-top: 12px;
	background-image: url(../sozai/back_1.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	font-size: 16px;
	padding-bottom: 8px;
}
.contents_page_3_layout {
	width: 100%;
}
.contents_page_3_layout div {
	width: 100%;
	padding-top: 20px;
	position: relative;
	float: left;
	text-align: center;
}
.contents_page_3_layout input[type=radio], .contents_page_3_layout input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.contents_page_3_layout input[type=radio] + label, .contents_page_3_layout input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
 @media (min-width: 1px) {
 .contents_page_3_layout input[type=radio],  .contents_page_3_layout input[type=checkbox] {
 display: none;
 margin: 0;
}
 .contents_page_3_layout input[type=radio] + label,  .contents_page_3_layout input[type=checkbox] + label {
 padding: 0 0 0 24px;
}
 .contents_page_3_layout input[type=radio] + label::before,  .contents_page_3_layout input[type=checkbox] + label::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 width: 18px;
 height: 18px;
 margin-top: -9px;
 background: #FFF;
}
 .contents_page_3_layout input[type=radio] + label::before {
 border: 2px solid #ccc;
 border-radius: 30px;
}
 .contents_page_3_layout input[type=checkbox] + label::before {
 border: 2px solid #ccc;
}
 .contents_page_3_layout input[type=radio]:checked + label::after,  .contents_page_3_layout input[type=checkbox]:checked + label::after {
 content: "";
 position: absolute;
 top: 50%;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
}
 .contents_page_3_layout input[type=radio]:checked + label::after {
 left: 5px;
 width: 8px;
 height: 8px;
 margin-top: -4px;
 background: #E71063;
 border-radius: 8px;
}
 .contents_page_3_layout input[type=checkbox]:checked + label::after {
 left: 3px;
 width: 16px;
 height: 8px;
 margin-top: -8px;
 border-left: 3px solid #E71063;
 border-bottom: 3px solid #E71063;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.contents_page_3_layout_2 {
	width: 100%;
}
.contents_page_3_layout_2 ul {
	position: relative;
	left: 50%;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
.contents_page_3_layout_2 ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 13px;
}
.contents_page_3_layout_3 {
	width: 100%;
}
.contents_page_3_layout_3 ul {
	position: relative;
	left: 50%;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contents_page_3_layout_3 ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 6px;
}
#contents_page_4 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 20px;
}
.contents_page_4_layout {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
}
.contents_page_4_layout h3 {
	width: 100%;
	background-image: url(../sozai/back_1_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	float: left;
	padding-bottom: 10px;
	color: #E73E7A;
	padding-top: 20px;
}
.contents_page_4_left {
	width: 45%;
	float: left;
	padding-top: 20px;
}
.contents_page_4_left p {
	width: 100%;
	text-align: left;
	float: left;
}
.contents_page_4_right {
	width: 54%;
	float: right;
	padding-top: 20px;
}
.contents_page_4_right ul {
	width: 100%;
	float: right;
}
#contents_page_5 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 30px;
}
#contents_page_5 h2 {
	width: 100%;
	background-image: url(../sozai/back_1_2.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	font-size: 16px;
	padding-bottom: 10px;
	background-position: left bottom;
}
#contents_page_5 h3 {
	padding-top: 10px;
	text-align: left;
	float: left;
	color: #E73E7A;
	font-size: 14px;
	width: 100%;
}
#contents_page_5 p {
	width: 100%;
	padding-top: 20px;
	text-align: left;
	float: left;
	line-height: 18px;
	padding-bottom: 20px;
}
#contents_page_5 tabel {
	float: left;
	line-height: 18px;
}
#contents_page_6 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 15px;
}
#contents_page_6 h2 {
	width: 100%;
	background-image: url(../sozai/back_1_2.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	font-size: 16px;
	padding-bottom: 10px;
	background-position: left bottom;
	padding-top: 30px;
	margin-bottom: 15px;
}
#contents_page_7 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 15px;
}
#contents_page_7 p {
	width: 100%;
	text-align: center;
}
#contents_page_7 p {
	width: 100%;
	text-align: center;
}
#map_canvas {
	margin-right: auto;
	margin-left: auto;
}
#contents_page_8 {
	width: 96%;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 15px;
}
#contents_page_8 h2 {
	width: 100%;
	background-image: url(../sozai/back_1_2.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	font-size: 16px;
	padding-bottom: 10px;
	background-position: left bottom;
	margin-bottom: 15px;
}
#contents_page_8 tabel {
	float: left;
	line-height: 18px;
}
#footer {
	width: 96%;
	clear: both;
	margin-top: 40px;
	padding-right: 2%;
	padding-left: 2%;
	height: 160px;
	overflow: hidden;
}
.footer_layout {
	width: 100%;
	position: relative;
	background-image: url(../sozai/back_1_5.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 20px;
}
.footer_layout ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top: 20px;
}
.footer_layout ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.layout_1 {
	float: left;
	width: 25%;
	line-height: 20px;
	text-align: center;
}
.layout_1_2 {
	float: right;
	width: 75%;
}
.layout_1_3 {
	float: left;
	width: 22%;
	line-height: 20px;
	text-align: left;
	background-image: url(../sozai/back_3.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 5%;
}
.layout_1_4 {
	float: right;
	width: 73%;
}
.layout_2 {
	width: 98%;
	padding-top: 10px;
	text-align: left;
	float: left;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
}
.layout_2_2 {
	width: 98%;
	padding-top: 10px;
	text-align: left;
	float: left;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
}
.layout_2_3 {
	width: 98%;
	text-align: right;
	float: left;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 12px;
}
.layout_2_4 {
	width: 98%;
	padding-top: 10px;
	text-align: left;
	float: left;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 50px;
}
.layout_3 {
	width: 100%;
	text-align: left;
	position: relative;
	float: right;
}
.layout_3_2 {
	width: 100%;
	padding-top: 10px;
	text-align: left;
	position: relative;
	font-size: 12px;
	float: right;
}
.layout_4 {
	background-color: #F2F2F2;
	text-align: center;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.layout_4_2 {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px;
}
.layout_4_3 {
	background-color: #F2F2F2;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.layout_4_4 {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 10px;
}
.layout_5 {
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
.layout_5_2 {
	padding-top: 15px;
	font-size: 20px;
	padding-bottom: 15px;
	color: #000000;
	text-decoration: none;
}
.layout_5_3 {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.layout_5_4 {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 20px;
	line-height: 24px;
}
.layout_6 {
	width: 91%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 4%;
}
.layout_6_2 {
	width: 91%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 4%;
	padding-top: 20px;
}
.layout_6_3 {
	width: 91%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	text-align: left;
	padding-left: 4%;
}
.layout_6_4 {
	width: 91%;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	padding-left: 4%;
	padding-top: 20px;
}
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.text_layout_1 {
	color: #000000;
}
.text_layout_2 {
	color: #E73E7A;
}
.text_layout_3 {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../sozai/back_1_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.text_layout_4 {
	color: #000000;
	text-decoration: none;
}
.text_layout_5 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E73E7A;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.text_layout_6 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #565656;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.text_layout_7 {
	color: #000000;
	text-decoration: none;
}
.text_layout_8 {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.text_layout_9 {
	color: #E73E7A;
	font-size: 12px;
}
.text {
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	width:80%;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.text_2 {
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	width:30%;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.text_area {
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	width:80%;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 100px;
}
select {
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	padding: 10px;
	border: none;
	color: #222;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.32) inset;
	background-color: #FFFFFF;
}
.button {
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 0 20px;
	font-size:18px;
	color:#333;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button_2 {
	border:solid 1px #ccc;
	font-size:14px;
	color:#333;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0;
}
.button_3 {
	border:solid 1px #ccc;
	font-size:13px;
	color:#333;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 10px;
}
