/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;

	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	color: #333;
	background-color: #ffffff;
}

/* mobile banner */
#mobile_banner_top { text-align:center; margin:0 0 20px 0; padding:0 10px; }
#mobile_banner_top img { display:block; margin:0 auto; height:auto; max-width:100%; width:auto; }
#mobile_banner_bottom { text-align:center; padding:0 0 30px 0; }
#mobile_banner_bottom img { display:block; margin:0 auto; height:auto; max-width:100%; width:auto; }

/* layout */
#content_wrap { }
.side_col {
	padding:0 10px;
}
#main_col_wrap { }
#main_col { }
#content {
	background: #fff;
	margin: 0 10px 30px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	
}

/* headline */
.headline_base1 { margin:0 auto; border-bottom:1px dotted #ccc; padding:20px 0 20px 0; font-size:16px; }
.headline_base2 { font-size:16px; background:#333; color:#eee; padding:0 15px; height:40px; line-height:40px; margin:0 0 25px 0;  #aaa; }

.headline1 {font-size:16px; border-left:7px solid #E41858; border-bottom:1px dotted #444; line-height:32px; padding-left:12px; margin:60px 0 10px;}
.headline2{font-size:15px; border-left:5px solid #F2195D; line-height:28px; padding-left:10px; margin:40px 0 20px;}
.headline_base2 {
	background-color: #443535;
	color: #FFFFFF;
}

/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
.post_list {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom: 3px dotted #443535;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

/*
.post_list { margin:0 auto 10px; border-bottom:1px dotted #ccc; padding:0 0 30px 0; }
.post_list .title { line-height:150%; margin:0; padding:15px 0; font-size:20px; }
.post_list .title a { text-decoration:none; display:block; }
*/


.post_list .meta { font-size:11px; background:#333; color:#eee; padding:10px 15px; margin:0 0 25px 0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; box-shadow:0px 0px 3px 0px #aaa; }
.post_list .meta a { color:#eee; }
.post_list .meta .date { float:left; margin:0 25px 0 0; line-height:150%; }
.post_list .meta ul { float:left; margin:0 25px 0 0; }
.post_list .meta li { float:left; line-height:150%; margin:0 5px 5px 0; }
.post_list .meta ul.post_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding:0 0 0 16px; }
.post_list .meta ul.post_tag { background:url(img/common/icon_tag.png) no-repeat left 3px; padding:0 0 0 16px; }
.post_list .meta .post_comment { float:left; margin:0; line-height:150%; background:url(img/common/icon_comment.png) no-repeat left 3px; padding:0 0 0 18px; }

.post_list .image { float:left; display:block; position:relative; width:28%; }
.post_list .image img {  width:100%; height:auto; }

.post_list .desc_area {
	padding-left: 25px;
	padding-right: 25px;
}
.post_list .desc_area .desc {
	line-height: 180%;
	font-size: 14px;
}
.post_list .read_more { /*background:url(img/common/arrow2.png) no-repeat right 2px; padding:2px 22px 2px 0; float:right;*/
	margin-top: 30px !important;
}

/* page navi */
.page_navi { margin:0; padding:0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 5px 0; color:#888; }
.page_navi ul { }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 13px 15px;
	line-height: 100%;
	margin: 0 4px 4px 0;
	background-color: #443535;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page_navi a:hover { color:#fff; text-decoration:none; }
.page_navi span.dots { background:none; color:#333; }

.page_navi span.current {
	color: #fff;
	background-color: #000;
}
.page_navi a.prev, .page_navi a:hover.prev, .page_navi a:visited.prev {  }
.page_navi a.next, .page_navi a:hover.next, .page_navi a:visited.next {  }

.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding:8px 20px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

#single_post { }
.post { margin:0 0 30px 0; }

/* title */
#single_post .title {
	font-size: 24px;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 25px;
	border-bottom: 3px dotted #443535;
}
.page_title,
.post_list .title {
	font-size: 20px;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	border-bottom: 3px dotted #443535;
}

/* social bookmark */
#bookmark { text-align:right; margin:0 30px; border-bottom:1px dotted #ccc; padding:15px 0; }
#bookmark li { display:inline; margin:0; }
#bookmark li.social2 { margin-right:-30px; }

/* post meta */
#single_post .meta { font-size:11px; background:#333; color:#eee; padding:10px 15px; margin:0 0 25px 0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; box-shadow:0px 0px 3px 0px #aaa; }
#single_post .meta a { color:#eee; }
#single_post .meta .date { float:left; margin:0 25px 0 0; line-height:150%; }
#single_post .meta ul { float:left; margin:0 25px 0 0; }
#single_post .meta li { float:left; line-height:150%; margin:0 5px 5px 0; }
#single_post .meta ul.post_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding:0 0 0 16px; }
#single_post .meta ul.post_tag { background:url(img/common/icon_tag.png) no-repeat left 3px; padding:0 0 0 16px; }
#single_post .meta .post_comment { float:left; margin:0; line-height:150%; background:url(img/common/icon_comment.png) no-repeat left 3px; padding:0 0 0 18px; }

/* banner */
#single_banner1, #single_banner2 { display:none; }

/* post thumbnail */
.post_image img { max-height:300px; width:auto; display:block; margin:0 auto 25px; }

/* next page */
#post_pagination { margin:20px 0 30px 0; clear:both; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { color:#fff; }

/* related post */
#related_post { margin:0 auto 50px; }
#related_post ul { margin:0; }
#related_post ul li { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px dotted #ccc; line-height:100%; }
#related_post ul li .meta { }
#related_post ul li .date { line-height:100%; font-size:11px; margin:0 0 5px 0; padding:0; font-weight:bold; }
#related_post ul li .title { line-height:200%; font-size:13px; font-weight:normal; margin:0; padding:0; }
#related_post ul li .title a { color:#333; display:block; }
#related_post ul li .image img { display:block; border:1px solid #ccc; padding:2px; float:left; margin:0 10px 0 0; }
#related_post ul li:last-child { border:none; margin:0; padding:0; }


/* next prev post link */
#previous_next_post { margin:0 0 35px 0; padding:0; }
#previous_next_post p { font-size:11px; margin:0 0 5px 0; line-height:160%; }
#previous_next_post a { color:#333; display:block; padding:10px; background:#f2f2f2; text-decoration:none; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#previous_next_post a:hover { color:#fff; background:#443535;}
#previous_post a { background:#f2f2f2 url(img/common/arrow_left.png) no-repeat 14px 14px; padding-left:35px; }
#next_post a { text-align:right; background:#f2f2f2 url(img/common/arrow_right.png) no-repeat right 14px top 14px; padding-right:35px; }


/* comment */
#comment_wrap { padding:0; }




/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
	margin: 0 0 25px 0;
	font-size: 11px;
	clear: both;
	background: #fff;
	
	padding: 0 10px 10px;
}
.side_headline {
	font-size: 12px;
	color: #eee;
	padding: 0 15px 0 0;
	margin: 0 -10px 20px -10px;
		line-height: 38px;
	height: 38px;
background: #443535;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84e4e', endColorstr='#8b1918',GradientType=0 );
}
.side_headline span { padding:2px 2px 3px 17px; }
.side_widget ul { margin:0; }
.side_widget li ul { margin:15px 0 0 0; }
.side_widget li { line-height:170%; margin:0 0 15px 0; font-size:11px; background:url(img/common/arrow1.png) no-repeat left 0px; padding:0 0 0 20px; }
.side_widget li.last { margin:0; }
.side_widget a { color:#333; }

/* adsense */
.ad_widget img { height:auto; max-width:100%; width:auto; margin:0 auto; display:block; }

/* orginal widget post list */
.widget_post_list { margin:0; }
.side_col .widget_post_list li { background:none; padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px dotted #aaa; }
.widget_post_list li.last { border:none; margin:0; }
.widget_post_list .info { }
.widget_post_list .info .date { margin:2px 0 5px 0; line-height:100%; color:#004b64; font-weight:bold; }
.widget_post_list .info .title { font-size:12px; margin:0; padding:0 0 5px 0; display:block; font-weight:bold; }
.widget_post_list .image { float:left; display:block; margin:0 15px 0 0; }
.widget_post_list .image img { width:64px; height:64px; border:1px solid #ccc; padding:1px; }
#footer .widget_post_list li { padding:0 0 6px 0; margin:0 0 10px 0; background:none; border-bottom:1px dotted #aaa; }
#footer .widget_post_list li.last { border:none; margin:0; padding:0; }
#footer .widget_post_list .info .date { color:#888; }

/* calendar */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:0; line-height:350%; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background:#ddd; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#wp-calendar td a:hover { text-decoration:none; color:#fff;}
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:200%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; color:#fff; }
#wp-calendar td#today { color:#fff; background:#c1c1c1; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#footer #wp-calendar td a { background:#dedede; }
#side_col #wp-calendar th, #side_col #wp-calendar td { line-height:340%; }
.three_column1 #side_col #wp-calendar th, .three_column1 #side_col #wp-calendar td,
 .three_column2 #side_col #wp-calendar th, .three_column2 #side_col #wp-calendar td
   { line-height:250%; }

/* search */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s { float:left; width:66%; height:33px; margin:0 -2px 10px 0; border:1px solid #ccc; background:#f2f2f2; padding:0 2%; box-shadow:2px 2px 3px 0px #ddd inset; position:relative; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; float:right; color:#fff; height:35px; width:30%; background:#333; }
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover { cursor:pointer; }

/* archive category dropdown */
.widget_archive select, .widget_categories select { border:1px solid #ddd; padding:6px 10px; width:100%; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0 0 20px 0; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header {
	position: right;
	z-index: 9;
	margin: 0 0 20px 0;
	position: relative;
	background-image: url(img/header/sp_top_bg.jpg);
	
	padding: 0px;
	background-size: auto 160px;
	text-align: center;
	border-bottom: 5px solid #d6d0c1;
}
#header img{
	width: 320px;
	height:auto;
}

/* logo */
#logo_area h1 { margin:0 0 0 10px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:40%; overflow:hidden; padding:0; }
#logo_area a { color:#fff; text-decoration:none; display:block; }
#logo_area a:hover { }
#logo_image img { display:none; }
#logo_image a:before { content:attr(title); }
#description { display:none; }
*:first-child+html #logo_image img { display:block; height:25px; width:auto; }
*:first-child+html #logo_image { margin-top:4px; }

/* description */
#description { display:none; }

/* banner */
#header_banner { display:none; }

/* global menu */
#header a.menu_button {
   position:absolute; right:10px; top:7px; margin:0; 
   display:block; font-size:11px; color:#fff; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #aaa;
}
#header a.menu_button:hover { border:1px solid #333; background:#666; color:#fff; }
#header a.active { border:1px solid #333; color:#fff; background:#666; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:13px; position:relative; }
#global_menu ul { margin:0; }
#global_menu a { display:block; border:1px solid #bbb; margin:0 0 -1px 0; padding:4px 10px 0 22px; line-height:40px; text-decoration:none; background:#eee url(img/common/arrow4.png) no-repeat 13px 19px; color:#333; font-size:12px; }
#global_menu a:hover { color:#fff; }
#global_menu ul ul a { background:#eee url(img/common/arrow4.png) no-repeat 24px 19px; padding:4px 0 0 34px; }
#global_menu ul ul ul a { background:#eee url(img/common/arrow4.png) no-repeat 36px 19px; padding:4px 0 0 46px; }
#global_menu ul ul ul ul a { background:#eee url(img/common/arrow4.png) no-repeat 56px 19px; padding:4px 0 0 57px; }
#global_menu strong { font-weight:normal; }
#global_menu span { display:none; }

/* breadcrumb navi */
#bread_crumb { display:none; }




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer_wrap { border-top:1px dotted #aaa; padding:10px 10px 30px; margin:15px 0 0 0; }

/* widget area */
.footer_headline {
	font-size: 15px;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.footer_widget { margin:30px 0 0 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:15px 0 0 0; }
.footer_widget li { line-height:170%; margin:0 0 15px 0; font-size:11px; background:url(img/common/arrow2.gif) no-repeat left 7px; padding:0 0 0 7px; }
.footer_widget a { color:#333; }

/* copyright */
#copyright { clear:both; padding:0 0 7px; font-size:10px; background:#d6d0c1; margin:0; color:#000;  }
#copyright p { margin:15px 0 0 10px; float:left; width:70%; }
#copyright a { text-decoration:none; color:#443535; }
#copyright a:hover { text-decoration:underline; }

/* return top */
#return_top {
	z-index: 9;
	float: right;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 35px;
	height: 35px;
	margin: 10px 10px 0 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/footer/return_top2.gif);
	background-color: #443535;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#copyright a#return_top:hover {
	background-color: #614e4e;
}






.post_list .title {
	font-size: 22px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #443535;
	 }
.post_list .title a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding-left: 5px;
	padding-right: 5px;
}
.post_list .title:hover{
	background-color: #3c2e2e;
}



input[type="text"],
input[type="password"],
input[type="email"],
textarea, select,
.submit input,
.wpcf7-submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea, select,
.submit input,
.wpcf7-submit{
	border: 1px solid #B7B7B7;
	width: 290px;
	font-size: 12px;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
}
.submit input,
.wpcf7-submit{
	margin-bottom: 5px;
}
.tml-submit-wrap input,
.submit input,
.post_list .read_more,
.wpcf7-submit {
	background: #443535;
background: -moz-linear-gradient(top,  rgba(158,158,158,1) 0%, rgba(216,216,216,1) 3%, rgba(178,178,178,1) 70%, rgba(165,165,165,1) 100%);
background: -webkit-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(216,216,216,1) 3%,rgba(178,178,178,1) 70%,rgba(165,165,165,1) 100%);
background: linear-gradient(to bottom,  rgba(158,158,158,1) 0%,rgba(216,216,216,1) 3%,rgba(178,178,178,1) 70%,rgba(165,165,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#a5a5a5',GradientType=0 );
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 36px;
	border: 3px solid #fff;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 60px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	text-align: center;
	text-decoration: none;
}
.submit input:hover,
.post_list .read_more:hover,
.wpcf7-submit:hover{
background: #614e4e;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#6d0019',GradientType=0 );
}
#wpcf7-f84-p45-o1 {
	padding-left: 10px;
	padding-right: 10px;
}
textarea.wpcf7-textarea{
	width: 90%;
}
.tml-submit-wrap {
	position: relative;
}
.tml-submit-wrap input.reg_submit{
	line-height: 60px;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 30px;

}
.arrow_reg{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;

	animation-name: btnanime;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: btnanime;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: btnanime;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;
	
	-o-animation-name: btnanime;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-direction:alternate;
	
	-ms-animation-name: btnanime;
	-ms-animation-duration: 0.8s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction:alternate;
}

@keyframes btnanime {
0% {left: -10px;}
100% {left: 10px;}

}
@-webkit-keyframes btnanime {
0% {left: -10px;}
100% {left: 10px;}
}
@-moz-keyframes btnanime {
0% {left: -10px;}
100% {left: 10px;}
}
@-o-keyframes btnanime {
0% {left: -10px;}
100% {left: 10px;}
}
@-ms-keyframes btnanime {
0% {left: -10px;}
100% {left: 10px;}
}
/*------------------------------------------*/
.login form label{
	font-size: 16px;
	color: #565656;
	padding-left: 10px;
	line-height: 20px;
	padding-bottom: 3px;
}

.login form p.forgetmenot label {
	font-size: 12px;
}
.login p.message,
.login p.error{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.tml-action-links{
	margin-top: 50px;
	margin-bottom: 0px;
}

.post ul.tml-action-links li {
	background: none;
}
.tml-action-links li a{
background: rgb(158,158,158);
background: -moz-linear-gradient(top,  rgba(158,158,158,1) 0%, rgba(216,216,216,1) 3%, rgba(178,178,178,1) 70%, rgba(165,165,165,1) 100%);
background: -webkit-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(216,216,216,1) 3%,rgba(178,178,178,1) 70%,rgba(165,165,165,1) 100%);
background: linear-gradient(to bottom,  rgba(158,158,158,1) 0%,rgba(216,216,216,1) 3%,rgba(178,178,178,1) 70%,rgba(165,165,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#a5a5a5',GradientType=0 );


	width: 260px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 36px;
	border: 3px solid #fff;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	text-align: center;
	text-decoration: none;
}
.tml-action-links li a.reg_btn{
	background: none;
	width: auto;
	font-size: 12px;
	line-height: 28px;
	border: none;
	display: inline;
	font-weight: normal;
	text-shadow: none;
	color: #373737;
	cursor: pointer;
	margin-top: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-align: left;
	text-decoration: underline;
}


#your-profile .form-table th{
	width: 100px;
	font-size: 12px;
}
.login form label{
	font-size: 12px;
}
#your-profile .form-table input{
	width: 150px;
}
#reg_box{
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #D11D1F;
}
#reg_comment{
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #C9C9C9;
	background-color: #EBEBEB;
}