@charset "utf-8";

/* CSS Document */



/*----------------------------------------base------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
body {
	color: #363834;
	font-family: “メイリオ”,Meiryo,”Hiragino Kaku Gothic Pro”,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 100%;
}
a:link {
	color: #16337a;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #16337a;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
/*----------------------------------------clearfix------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*----------------------------------------clearfix------------------------------------*/

#wrapper {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#left_content_index {
	float: left;
	width: 250px;
}
#left_content_index #side_navi {
}
#left_content_index #side_navi #logo {
	text-align: center;
}
#left_content_index #side_navi #logo a {
	display: block;
}
#left_content_index #global {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
#left_content_index #logintop{
	margin-top: 45px;
}
.primary_navi {
	width: 230px;
}
.primary_navi li {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	text-align: left;
}
.primary_navi li a {
	display: block;
	text-decoration: none;
	color: #686868;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.primary_navi li a.p_navi1 {
	color: #e5779c;
}


.login {
	border: 2px solid #c02543;
	background-color: #dc4477;
	padding: 7px;
	margin-top: 25px;
	}
.login .login_inner {
	background-color: #FFF;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.login .login_inner p {
	font-size: 12px;
	color: #F00;
	margin-top: 5px;
}
.login .login_inner .qr {
	text-align: center;
	color: #000;
}
.login_inner form img {
	margin-bottom: 4px;
	margin-top: 2px;
}
.login .login_inner input[type="image"]{
	margin-top: 10px;
}
#fogetpass {
	font-size: 13px;
	text-align: right;
	margin-top: 3px;
}
/*-------------------------------メインコンテンツ-----------------------------------------*/
#main_content_index {
	float: right;
	width: 691px;
	text-align: left;
	font-size: 13px;
	line-height: 180%;
}
#main_content_index p {
	margin-bottom: 15px;
}

/*-------------------------------トップ新規登録ボタン-----------------------------------------*/
#new_input {
	width: 691px;
	margin-right: auto;
	margin-left: auto;
}
#new_input li {
	float: left;
	width: 335px;
}
#new_input li:first-child {
	margin-right: 21px;
}
#new_input li a {
	display: block;
}
/*-------------------------------下層タイトルまわり-----------------------------------------*/
#lower_header {
	margin-bottom: 40px;
}
.primary_title {
	background-color: #be233e;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFF;
	margin-bottom: 15px;
}
/*-------------------------------フォームテーブル-----------------------------------------*/
.add_form{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
}
.add_form th{
	width: 25%;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	color: #db5856;
	background-color: #ffc6c5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.add_form td{
padding: 10px;
background-color: #fff6f6;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.center_text {
	text-align: center;
}
/*-------------------------------ログイン後サイドナビ-----------------------------------------*/
.menu_name {
	font-size: 20px;
	background-color: #be233e;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: left;
}
.side_navi {
	margin-left: 10px;
	margin-bottom: 25px;
}
.side_navi li {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 8px;
	
	text-align: left;
	
}
.side_navi li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 12px;
}
/*-------------------------------ログイン後　ログイン情報　新着メールブロック-----------------------------------------*/
#login_info {
	padding-top: 15px;
	margin-bottom: 25px;
}
#login_info .loginfo {
	width: 328px;
	border: 1px solid #df92a1;
}
#login_info .loginfo h2 {
	font-size: 20px;
	color: #FFF;
	background-color: #be233e;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#login_info .loginfo .side_navi_loginname {
	padding: 20px;
}
#login_info .loginfo .side_navi_loginname li {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 120px;
}
#login_info .loginfo .side_navi_mail {
	padding: 20px;
}
#login_info .loginfo .side_navi_mail li {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#login_info #one {
	float: left;
}
#login_info #two {
	float: right;
}
p#back {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_area {
  width: 100%;
}
.center_text input {
  padding: 3px 20px;
}
ul.error li {
	color: #F00;
}
/*-------------------------------footer-----------------------------------------*/
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer p {
	font-size: 14px;
}

ul.n_list {

	}

ul.n_list li {
	width: 100%;
	height: 30px;
	background-image: url(../img/list_arw2.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	margin-bottom: 5px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}
	
/* ライン風表示 */
/* 送信 */
.talk_bg {
	background-image: url(../img/talk_s_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	width: 430px;
	margin-left: 100px;
}
.talk_bottom {
	background-image: url(../img/talk_s_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 405px;
	padding-bottom: 15px;
	color: #000000;
	margin: 0px;
}
.talk_middle {
	background-image: url(../img/talk_s_rp.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-bottom: 15px;
}
.talk_middle p {
	padding-right: 15px;
	padding-left: 15px;
}
.talk_middle h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle div {
	padding-right: 15px;
	padding-left: 15px;
}
.date {
	margin-bottom: 5px;
	font-size: 90%;
}
/* 受信 */
.talk_bg2 {
	background-image: url(../img/talk_j_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	width: 430px;
}
.talk_bottom2 {
	background-image: url(../img/talk_j_bottom.gif);
	background-repeat: no-repeat;
	background-position: 22px bottom;
	width: 430px;
	padding-bottom: 15px;
	color: #000000;
	margin: 0px;
}
.talk_middle2 {
	background-image: url(../img/talk_j_rp.gif);
	background-repeat: repeat-y;
	background-position: 23px top;
	margin: 0px;
	padding-bottom: 15px;
}
.talk_middle2 p {
	padding-right: 15px;
	padding-left: 35px;
	}
.talk_middle2 h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 35px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle2 div {
	padding-right: 15px;
	padding-left: 35px;
}
