/*
Theme Name: renreki
Description: original theme
Author: World agent
Author URI: http://worldagent.jp/
Theme URI: http://worldagent.jp/
Description:
Version:
License:
License URI:
Tags:
-----------------------------------------------------------------------------*/

@charset "utf-8";

/*========================================================
                       オリジナルスタイル
=========================================================*/
.center-block{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.lred{
	color:#FF4500!important;
}
.entry_page.text-new.midashi{
    background-image:none;
}
.entry_midashi{
	background:url('../img/entry/catch_back.png') center top no-repeat #362957;
	background-size:342px;
	padding-bottom:40px;
}
.entry_midashi p{
	color:#fff;
}
.rule_box{
    height: 250px;
    overflow: auto;
    margin: auto;
    padding:10px 0;
    background-color:#fff;
}
.sectionbody .rule_box p{
	color:#000;
	padding:0 10px;
}
.sectionbody .rule_box ul li{
	color:#000;
	padding:0 10px;
	font-size:12px;
}
.orange{
    color: #e64422;
    text-decoration: underline;
}
.login_btn{
	color:#fff;
	text-align:center;
	display:block;
	font-weight:bold;
	padding:13px 5px;
	background-color:#4fc89e;
	border-radius:5px;
	font-size:16px;
    position:relative;
}
.login_btn:before{
	position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login_btn:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.themes_title{
    color: #444;
    font-size: 13px;
    background: #efecf6;
    padding: 10px 20px;
    text-align: center;
    margin-top:0;
}
.themes_contents{
	padding:0 20px;
	color:#AC9EBC;
}
.themes_contents p{
	padding:0;
	color:inherit;
}
.themes_contents p a{
	padding:0;
	color:inherit;
	text-decoration:underline;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
table.profile_birth{
	width:100%;
	max-width:320px;
	margin:auto;
}
.profile_birth select {
    float: left;
    margin: 0;
    padding: 10px 5px;
    width:auto;
}
.profile_birth select+label {
    float: left;
    margin-top:8px;
    margin-left: 5px;
}
.resign_btn{
	cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-appearance: none;
    font-size: 1.2em;
    border-color: #238896;
    color: white;
    border-radius: 4px;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
    background: -webkit-gradient(linear, left top, left bottom,from(#dac890), color-stop(0.5,#bfa763), color-stop(0.5,#af9253), to(#a7853f));
    width: 100%;
}
.resign_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.resign_contents select{
	display:block;
	padding:10px 15px;
	width:100%;
	max-width:300px;
	margin:auto;
	text-align:center;
	font-size:16px;
}
.tml-action-links>li>a{
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-appearance: none;
    font-size: 1.2em;
    background-color: #2daebf;
    border-color: #238896;
    color: white;
    border-radius: 4px;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 4s;
    width:auto;
}
.tml-action-links>li>a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login_contents p.message {
    display: none;
}
input#pass1,input#pass2{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.radiobottom .button label {
    float: left;
}
.clearfix:after{
    content:"";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}