@charset "utf-8";

/* CSS Document */
/*-----------------------------------------
nuetralise
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote {
	margin: 0; 
	padding: 0;
}
p {
	margin-bottom: 1em;
}
html{
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	/*
	 border:0;
	 */
}
table{
	/*
	border-collapse: collapse; 
	border-spacing:0;
	*/
}
input, select, textarea {
	font-size: 100%;
}



/*-----------------------------------------
base
*/
body, td, th, input, textarea, select {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

body {
	background-color: #006994;
}
.wrapper {
	margin: auto;
	max-width: 740px;
	background-color: #FFFFFF;
	padding: 10px;
}
.mobile_wrapper {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
.mobile_contents_wrapper {
	width: 95%;
	margin: auto;
}
.cleaning {
	clear: both;
}


/*-----------------------------------------
header
*/
.header {
	text-align: center;
	padding-bottom: 10px;
}
.header_mobile {
	text-align: center;
}
.header_link {
	float: left;
	font-size: 12px;
}
.ver_link {
	font-size: 12px;
	float: right;
}


/*-----------------------------------------
contents
*/
.contents {
	clear: both;
	font-size: 16px;
	line-height: 1.5em;
}
.text_note {
	font-size: 12px;
}
.page_title {
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B07D0A;
	padding: 5px;
	margin-bottom: 20px;
}
.event_title {
	clear: both;
	padding-top: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color:#333;
	border-bottom: #CCC 1px solid;
}
.event_desc {
	padding: 5px 0;
	margin-bottom: 20px;
}
.event_subtitle {
	color: #FFFFFF;
	background-color:#208DD2;
	padding: 0 5px;
	margin-bottom: 5px;
}
.event_detail_area {
	border: #208DD2 solid 1px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
}

.event_enter_link {
	margin-bottom: 10px;
}
.event_enter_link a:link, .event_enter_link a:visited {
	padding: 3px 5px 3px 5px;
	background-color: #CCC;
	border: outset 2px #CCC;
	color: #333;
	text-decoration: none;
}
.event_enter_link a:hover, .event_enter_link a:active {
	padding: 4px 4px 2px 6px;
	background-color: #999;
	border: inset 2px #CCC;
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------
contents start
*/
.start_title {
	text-align: center;
	color: #B07D0A;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	line-height: 2em;
}
.start_desc_top {
	clear: both;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	padding: 40px 0 20px 0;
}
.start_desc {
	font-size: small;
	line-height: 1.5em;
	padding: 40px 0 20px 0;
}
.start_desc ul {
	list-style: disc;
	padding: 0 20px;
}
.start_note {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 10px 0 10px 0;
	color: #B07D0A;
}
.version_up_note {
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #666;
}
.version_up_note_desc {
	font-size: 12px;
	padding-bottom: 1em;
}
.qr_code {
	padding-top: 20px;	
}
.united4u_banner {
  padding: 10px 0;
}
.united4u_banner img {
  max-width: 100%;
  height: auto;
}
/*-----------------------------------------
form
*/
input, textarea {
	font-size: 16px;
}
select {
	font-size: 16px;
}

.event_link {
	font-size: 12px;
	letter-spacing: 0em;	
}
.form_bt {
}

/*-----------------------------------------
footer
*/
.footer {
	clear:both;
	background-color:#000000;
	min-height: 50px;
	margin-top: 10px;
}
/*-----------------------------------------
footer menu
*/
.footer_menu {
	text-align: center;
	padding: 5px 0;
	font-size: small;
	color: #FFFFFF;
}
.footer_menu a {
	padding: 5px 15px;
}

.footer_menu a:link, .footer_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_menu a:hover, .footer_menu a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer_menu_sub {
	text-align: center;
	padding: 50px 0 5px 0;
	font-size: small;
	color: #999;
}
.footer_menu_sub a {
	padding: 5px 15px;
}

.footer_menu_sub a:link, .footer_menu_sub a:visited {
	text-decoration: none;
	color: #999;
}
.footer_menu_sub a:hover, .footer_menu_sub a:active {
	text-decoration: underline;
	color: #999;
}



/*-----------------------------------------
header menu
*/
.header_menu {
	background-color: #CCC;
	margin-bottom: 10px;
}
.header_menu ul {
	margin: 0;
}
.header_menu li {
	display:inline;
}
.header_menu a {
	line-height: 25px;
	display:block;
	float:left;
	text-align:center;
	padding: 0 15px;
}

.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
	color: #333;
	background-color: #CCC;
}
.header_menu a:hover, .header_menu a:active {
	text-decoration: none;
	color: #000;
	background-color: #999;
}



/*-----------------------------------------
CakePHP
*/
.cake-sql-log table {
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-size: 12px;
	font-family: Monaco, Consolas, "Courier New", monospaced;
	background-color: #E1E1E1;
}
.cake-sql-log caption {
	color:#fff;
}


.jump_link {
	margin: 20px 0;
	
}


.input label {
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.input p {
	font-size: 12px;
	margin: 0;
	line-height: 1.2em;
}
.error-message {
	font-size: 12px;
	color: #900;
}
.message {
	color: #900;
	border: 1px solid #900;
	background: #FFD9D9;
	padding: 10px;
	margin-bottom: 10px;
}
.event_manual {
	padding: 10px;
	border: 1px dotted #CCC;	
}
.edititem {
	padding: 5px 0;	
}
.submit_main {
	overflow: visible;
	padding: 3px 20px;
}
.empty_note {
	color: #900;
	border: 1px solid #900;
	background: #FFD9D9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.create_email {
	padding: 10px;
	border: 1px solid #CCC;
	background: #EFEFEF;
}
.header_feed {
	background: #000000;
}
.header_feed_area {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0;
}
/*
.header_feed_area table {
	float: right;
}
*/
.link_area textarea {
	padding: 10px;
	font-size: 12px;
}
.link_title, .link_sample_title {
	background-image: url(../img/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.link_sample_title {
	margin-top: 30px;
}

