/* ******************************************************************************************************** */
/*  更新履歴：                                                                                              */
/*  　Ver2.00	2015/02/19	h.ikegame@valst	改修作業                                                        */
/*  　Ver2.01	2015/02/20	h.ikegame@valst	「受信メールを確認する」ボタン用スタイル追加                    */
/*  　Ver2.02	2015/03/09	h.ikegame@valst	ログイン後ページのヘッダーメニュー用スタイル追加                */
/*  　Ver2.03	2015/03/20	h.ikegame@valst	accountNavを中央揃えにする                                      */
/* ******************************************************************************************************** */

html{
	font-size: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: url(../images/bg_body.gif) repeat-x top;
	color: #666;
	line-height: 1.3rem;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input[type="text"],input[type="mail"],input[type="password"],textarea
{
	line-height: 1.3rem;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mark_font
{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

ul,li{
	list-style-type: none;
	padding: 0;
}

a:hover{
	color: #1D7E47;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.under{
	padding-bottom: 20px;
	border-bottom: dotted 1px #666;
}

#header {
	width: 900px;
	margin: 0 auto 10px;
}

#header h1{
	float: left;
	margin: 0;
	padding: 0;
	color: #00A53A;
}

#caption {
	margin: 10px 0;
	font-size: 90%;
	color: #000;
}
#search {
	float: right;
	background: url(../images/bg_search.gif) repeat;
	padding: 6px 8px;
	margin-top: -10px;
}

#search button {
	padding: 1px 7px;
	border: solid 1px #333;
	background-color: #333;
	color: #fff;
	font-size: 75%;
}

#mainimage{
	width: 900px;
	margin: 0 auto;
}

#nav {
	width: 900px;
	margin: -10px auto 0;
}

#nav ul li{
	float: left;
}

#nav ul li a{
	display: block;
	height: 52px;
	background-image: url(../images/bg_gnav.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav_isLogin {
	width: 900px;
	margin: -10px auto 0;
}

#nav_isLogin ul li{
	float: left;
}

#nav_isLogin ul li a{
	display: block;
	height: 52px;
	background-image: url(../images/bg_gnav_isLogin.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#h_menu01 a {width: 147px; background-position: -8px 0px;}
#h_menu02 a {width: 150px; background-position: -155px 0px;}
#h_menu03 a {width: 150px; background-position: -305px 0px;}
#h_menu04 a {width: 150px; background-position: -455px 0px;}
#h_menu05 a {width: 150px; background-position: -605px 0px;}
#h_menu06 a {width: 152px; background-position: -755px 0px;}

#h_menu01 a:hover { background-position: -8px -60px}
#h_menu02 a:hover { background-position: -155px -60px}
#h_menu03 a:hover { background-position: -305px -60px}
#h_menu04 a:hover { background-position: -455px -60px}
#h_menu05 a:hover { background-position: -605px -60px}
#h_menu06 a:hover { background-position: -755px -60px}

#main {
	width: 900px;
	margin: 0 auto;
	font-size: 0.9rem;
}

#main a {
	text-decoration: none;
}

.pankuzu {
  font-size: 0.8rem;
  padding: 0 0 5px 15px;
}

h2{
	background-image: url(../images/entry_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 15px -6px;
	padding: 15px 0 15px 40px;
	font-size: 1.2rem;
	color: 5A5A54;
}

h3{
	background-image: url(../images/bg_archive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 30px 0 25px;
	padding: 5px 0 10px 5px;
	font-size: 1.0rem;
}

h4{
	border-left: solid 6px #6FB353;
	margin: 30px 0 10px;
	padding: 5px 0 5px 10px;
	font-size: 0.9rem;
}

h4.warning{
	border-left: solid 6px #E7AD47;
}

h5{
	background-image: url(../images/bg_archive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 30px 0 25px;
	padding: 5px 0 10px 5px;
	font-size: 1.0rem;
}

.article{
	margin: 0 5px 40px;
}

.article p{
	margin-left: 10px;
}

.section{
	margin: 0 5px 40px;
}

.section p{
	margin-left: 10px;
}

.content{
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 0.9rem;
}


article li{
	margin: 0;
	padding: 15px 5px;
	width: 100%;
	border-bottom: dotted 1px #666666;
}

.section li{
	margin: 0;
	padding: 15px 5px;
	width: 100%;
	border-bottom: dotted 1px #666666;
}

.itemTitle{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.itemRequired{
	display: inline-block;
	vertical-align: top;
	background-color: #DA0000;
	color: #fff;
	width: 50px;
	text-align: center;
	margin: 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.itemRequiredNone
{
	display: inline-block;
	width: 50px;
	margin: 0 10px;
}

.itemInput{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.itemBtn{
	display: inline-block;
	margin: 0;
}

.mailNotdlv{
	color: #f00;
	display: inline-block;
	margin: 0;
}

.imgCertif{
	width: 185px;
	height: 65px;
	border: solid 1px #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.formFooter{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.formFooter input{
	margin: 15px;
}

.formCancel{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #999;
}

.formCancel .btn{
	padding: 8px 60px;
}

.mailConfirm{
	margin-bottom: 40px;
}

.mailConfirm .btn{
	padding: 8px 60px;
}

.attention{
	text-indent: -1rem;
	padding-left: 1rem;
}

.attention:before{
	content: "・";
}

.btn{
	color: #fff;
	font-size: 1.1rem;
	margin: 0 auto;
	padding: 15px 60px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnPosi{
	background-color: #699A45;
}

.btnNega{
	background-color: #979797;
}

.btnConf{
	background-color: #E7AD47;
}

.btnOff{
	background-color: #DADADA;
	cursor: default;
}

.btnCertif{
	position: relative;
	top: -10px;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 0.8rem;
}

.btnNext{
	margin-left: 5px;
	padding: 8px 12px;
	font-size: 0.8rem;
}

.btnSmall{
	font-size: 0.8rem;
	padding: 5px 10px;
}

.btnLarge{
	width: 250px;
}

.btnBig{
	width: 350px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.btnRight{
	float: right;
}

.btnConfirm{
	display: float;
	padding: 5px 0;
	background-color: #E7AD47;
	width: 130px;
	font-size: 0.8rem;
	text-align: center;
}

.btnDelete{
	display: float;
	padding: 5px 10px;
}

.btnMailInfo{
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	width: 120px;
	font-size: 0.9rem;
}

.btnMailInfoW{
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	width: 245px;
	font-size: 0.9rem;
}

.btnPosi:hover, .btnNega:hover, .btnConfirm:hover, input[type=submit]:hover{
	opacity: 0.8;
	position: relative;
	top: 0.01rem;
	left: 0.01rem;
	color: #fff;
}

.refresh{
	background-image: url(../images/ico_refresh.gif);
	background-position: 7px 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.refresh:hover{
	top: -9px;
	left: 1px;
}


.disc {
	text-indent: -1rem;
	padding-left: 1rem;
	margin: 0.3rem 0;
}

.disc:before{
	content: "● ";
}

.login .itemTitle{
	width: 100px;
}

.loginConfirm .itemTitle{
	width: 120px;
}

.loginConfirm .itemInput{
	width: 650px;
}

.userInfo .itemTitle{
	width: 250px;
}

.userInfo .itemInput{
	width: 500px;
}


.targetArea .itemTitle{
	width: 100px;
}

.targetArea .itemInput{
	margin-right: 10px;
}

#mailEntry .itemTitle{
	width: 210px;
}

#mailAdd .itemTitle{
	width: 210px;
}

.noticeInfo .itemTitle{
	width: 165px;
}

.noticeInfo .itemInput{
	width: 650px;
}

.cancel .itemTitle{
	width: 280px;
}

.mailinfo .itemTitle{
	width: 100px;
}

.mailinfo .itemInput{
	width: 395px;
}

.mailinfo .mailNotdlv{
	width: 90px;
}

.targetArea .areaLink{
	display: inline-block;
	vertical-align: top;
	background-color: #DA0000;
	color: #fff;
	width: 50px;
	text-align: center;
	margin: 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.noselect{
	background-color: #CACACA;
}

.prefSel, .citySel {
	border-bottom: dotted 1px #666;
	margin: 5px;
	padding: 10px;
}

.prefSel span, .citySel span{
	display: inline-block;
	width: 130px;
}

#grayLayer{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#targetAreaMap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	padding-left: 10px;
	width: 910px;
	overflow: auto;
}

#targetAreaMap .formFooter{
	margin-bottom: 50px;
}

#accountNav{
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 585px;
}

#accountNav li{
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#accountNav .btn{
	display: block;
	margin-top: 15px;
	font-size: 0.8rem;
	width: 180px;
	padding: 7px 15px;
}

#accountNav span{
	padding: 10px 0 10px 40px;
}

#accountNav .navEntry{
	background: url(../images/ico_entry.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#accountNav .navForget{
	background: url(../images/ico_forget.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#accountNav .navReissue{
	background: url(../images/ico_reissue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.msg{
	background-color: #F1F1F1;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	border: solid 1px #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.mailDplMsg{
	margin: 0 0 0 208px;
	padding: 5px 80px 5px 80px;
}

.fin{
	float: left;
	width: 480px;
	margin: 50px 0 150px 70px;
}

.fin p{
	width: 500px;
}

.fin .btn{
	margin: 30px 0 0 0;
}

.fin .formFooter a{
	display: block;
	width: 250px;
}

.fin .contImp{
	font-weight: bold;
	font-size: 1.05rem;
	line-height: 1.8rem;
}

.sec_cancel .btnPosi{
	padding-top: 25px;
	padding-bottom: 25px;
}

.sec_cancel .formFooter{
	margin-bottom: 5px;
}

.sec_cancel .btnNega{
	margin-top: 5px;
}

.imgPremi{
	float: right;
	width: 239px;
	height: 350px;
	margin: 50px 30px 50px 0;
}

#footerMenu{
	border-top: solid 3px #00A53A;
	font-size: 80%;
}

#footerMenu ul{
	width: 900px;
	margin: 0 auto;
}
#footerMenu ul li{
	float: left;
	margin: 5px 0;
	background: url(../images/ico_list.gif) no-repeat left 3px;
}

#footerMenu ul li a{
	background: url();
	padding: 18px;
	margin-right: 15px;
	text-decoration: none;
}

#footer{
	border-top: solid 1px #00A53A;
	margin-bottom: 20px;
	padding-top: 10px;
}

#footer .copyright {
	display: block;
	width: 900px;
	margin: 0 auto;
}

.logout{
	position: relative;
	top: -49px;
	left: 716px;
	font-size: 0.8rem;
	padding: 8px 15px;
}

.logout:hover{
	top: -48px;
	left: 717px;
}

.mgtop{
	margin-top: 30px;
}

.block{
	display: block;
	margin-bottom: 10px;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

#error {
	font-size: 0.9rem;
	padding-left: 10px;
}

.noconf {
	color: #F00;
	font-size: 0.9rem;
	padding-left: 10px;
}

.notify_message {
	color: #F00;
	font-size: 1rem;
	text-align: center;
}
