﻿@charset "utf-8";

/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline:none;}
img {
	vertical-align:bottom;
	border:none;}
ul { list-style:none;}
p { margin-bottom:20px;}
.margin10 { margin-top:10px;}
hr {
	margin:5px 0px 5px 0px;
	color:#a5a5a5;}
.center_text { text-align:center;}
.center_text input { padding:3px 20px;}
body {
	font-size:13px;
	text-align:center;
	background-color:#FFFFFF;
	line-height:20px;
	color:#373737;
	font-family: “メイリオ”,Meiryo,”Hiragino Kaku Gothic Pro”,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,Helvetica,Arial,sans-serif;
	/*background: url(../image/bg.gif) repeat;*/
}
/*----------------------------------------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------------------------------------*/
#header {
	width: 100%;
	/*padding-bottom: 10px;*/
/*	border-top: solid 5px #ffa3d8;*/
	/*height: 160px;*/
	/*margin-bottom: 30px;*/
	/*background: url(../image/header.png) no-repeat;?*/
	/*background-color: #fff;*/
	background-size: 100%;}
#header_navi {
    display: block;
    clear: both;
    /*height: 50px;*/
    /*line-height: 30px;*/
    margin: 0;
}
.primary_navi {
    /*background: #FFC8C8;*/
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 25px;
    /*box-shadow: 0 3px 5px #9a9a9a;*/
    border-bottom: solid 1px #aaa;
}
.primary_navi li {
    display: inline-block;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b9b9b9;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;}
.primary_navi li:last-child {
	border-left-width: 1px;
	border-right-style: none;
	border-left-color: #b9b9b9;}
.primary_navi li a {
	display: table-cell;
	color: #333;
	font-weight: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 15px;}
.primary_navi li a:hover {
	color: #777;
	text-decoration: underline;}
#header_navi #logo {
	text-align: center;
	margin:0 0 10px;
	padding: 20px 0 0;}
#header_navi #logo img { max-width:150px;}
#wrapper {
	width:1000px;
	margin:30px auto;
	text-align:left;}
#contents {
	width:1000px;
	padding-bottom:30px;}
h2.primary_title_top {
	width:100%;
	background-image:url(../img/primary_title_bg_top.jpg);
	background-repeat:no-repeat;
	height:43px;
	font-size:25px;
	color:#000000;
	margin-bottom:20px;
	text-indent:45px;
	font-weight:bold;
	line-height:47px;}
h2.primary_title {
	width: 100%;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	text-indent: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
/*	background-color: #8cc84b;*/
	background-color: #fff;
	font-weight: normal;
	border: solid 2px #1D4DB3;
	box-sizing: border-box;
	border-radius: 5px;
}
h3.primary_title {
    width: 100%;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    text-indent: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    border: solid 1px #1D4DB3;
    border-left: solid 5px #1D4DB3;
    font-weight: normal;
    box-sizing: border-box;
}
dl.p_list {}
dl.p_list dt { font-weight:bold;}
dl.p_list dd {
	text-indent: 20px;
	margin: 0px 0px 0px 10px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C03;}
ul.side_navi {}
ul.side_navi li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 15px;}
ul.side_navi li a {
	padding-left: 14px;
	display: block;
	background-image: url(../image/login_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #333;
}
ul.side_navi li a:hover {
	background-image: url(../image/login_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #777;
}
ul.side_navi li a:link {
	color:#434343;
	text-decoration:none;}
ul.side_navi_mail { margin-bottom: 40px;}
ul.side_navi_mail li {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(../image/list_circle.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-size: 15px;}
ul.side_navi_mail li.list_none {
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-bottom:none;
	background:none;
	}
ul.side_navi_mail li a.mail_bottom {
	background-image:url(../img/mail_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:3px;
	width:180px;
	display:block;
	margin:0px;
	}
ul.side_navi_loginname {
	margin-bottom: 30px;
	}
ul.side_navi_loginname li {
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(../image/list_circle.gif);
	display: inline;
	padding-left: 14px;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 15px;
	margin-left: 15px;
	}
ul.n_list {}
ul.n_list li {
	width: 100%;
	height: 30px;
	background-image: url(../img/list_arw.png);
	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;
	}
#left_content {
	width: 250px;
	float: left;
}
#main_content {
	width:722px;
	float:right;
	}
#main_content_inner {
	width:692px;
	margin:0px auto;
	}
#main_content_index {
	width: 580px;
	float: right;
	margin: 0;}
#add_area { clear: both;}
#add_area a img { width: 100%;}
#add_area a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
#mail_man,
#mail_woman {
	width: 280px;
	text-align: center;
	margin-bottom: 25px;}
#mail_man a,
#mail_woman a { display: block;}
#mail_man a:hover img,
#mail_woman a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}
#mail_man img,
#mail_woman img {
	padding-top: 10px;
	padding-bottom: 0px;}
#mail_man {
	float: left;
/*	border: 4px solid #0b6dac;*/}
#mail_woman {
	float: right;
/*	border: 4px solid #da4c6f;*/}
table.add_form {
	width:100%;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
	border-top:1px dotted #CCC;
	border-left:1px dotted #CCC;
	font-size:13px;
	line-height:20px;}
table.add_form th {
	padding:10px;
	text-align:right;
	width:28%;
	background-color: #eee;
	border: solid 1px #aaa;
	font-weight:normal;
	color: #333;
	font-weight:bold;
	}
table.add_form td {
	padding:10px;
	text-align:left;
	width:72%;
	border: solid 1px #aaa;
	background-color:#fff;
	}
.contact_area {
	width:100%;
	}
.middle_area {
	width:50%;
	}
table.payment_form {
	width:100%;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
	border-top:1px dotted #CCC;
	border-left:1px dotted #CCC;
	font-size:13px;
	line-height:20px;
	}
table.payment_form th {
	padding:10px;
	text-align:right;
	width:43%;
	background-color:#ff5a00;
	border-right:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	font-weight:normal;
	color:#FFF;
	font-weight:bold;
	}
table.payment_form td {
	padding:10px;
	text-align:left;
	width:57%;
	border-right:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	background-color:#ffffff;
	}
a.back {
	background-image: url(../img/back_bg.png);
	width: 145px;
	height: 33px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	padding-left: 24px;
	}
#footer {
	width: 100%;
	text-align: center;
	color: #333;
	float: left;
	/*background: #ffa3d8;*/
	background-position: bottom;
	/*background: url(../image/footer.png) bottom repeat-x;*/
	padding: 0 0 10px;
	border-top: solid 1px #aaa;
}
#footer p {
	padding:10px 0 0;
	margin: 0;
}
/* ライン風表示 */
/* 送信 */
.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;
}
.date2 {
	margin-bottom: 5px;
	font-size: 90%;
}

#logininfo {
	float: left;
	width: 380px;
	margin: 0 auto 30px;}
#logininfo #login {
	width: 380px;}
#logininfo #login #login_inner {
/*	border: 3px solid #8cc84b;*/
	padding: 5px 17px 0;}
#logininfo #login_area {
	width:180px;
	float:left;}
#logininfo #login_area input {
	margin-top: 3px;
	margin-bottom: 5px;}
#logininfo #login_area p {
	color: #F00;
	font-size: 10px;
	margin-bottom: 0px;}
#logininfo #login_button {
	width: 150px;
	float: right;
	margin-top: 25px;
	text-align: center;
	font-size: 12px;}
#logininfo #login_button input {
	margin-bottom:15px;
	width: 150px;}
#logininfo #mobile_area {
	width: 380px;
	margin-top: 30px;}
#logininfo #mobile_inner {
/*	border: 3px solid #8cc84b;*/
	padding: 5px 17px 0;}
#logininfo #mobile_inner #qr {
	float: left;
	margin-bottom: 0px;}
#logininfo #mobile_inner #qrtext {
	width: 210px;
	float: right;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 180%;
	margin-top: 0px;
	padding: 0 5px 0 10px;
	vertical-align: top;}
#logininfo p.loginTTL01,
#logininfo p.loginTTL02 {
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    font-weight: bold;
    border-left: solid 4px #eec8c8;}


.mouseOver:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
ul.error li {
  color: #F00;
}