@charset "utf-8";

/* -----------------------------------------------------------
	全ページ共通
----------------------------------------------------------- */

/* -----------------------------------------------------------
	html・body
----------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', Meiryo, sans-serif;
	background: #FFFFFF;
	color: #333333;
	font-size:12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#wrap {
	width:100%;
	margin:0px auto;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background: url(../images/common/header_line.jpg) top left repeat-x;
	min-width:1060px;
}





article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/* -----------------------------------------------------------
	header
----------------------------------------------------------- */


header {
	width:1060px;
	height:105px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:left;
}

header .inner{
	padding:0 0 0 0;
}


header .inner .logo{
	float:left;
	width:230px;
	padding:22px 0 0 0;
}

header .inner .hbox{
	float:left;
	padding:0 0 0 0;
	position:relative;
	overflow:hidden;
}



header .inner .hbox .htext{
	float:left;
	width:400px;
	padding:20px 0 0 0;
}

header .inner .hbox .htel{
	float:right;
	width:430px;
	padding:7px 0 0 0;
	text-align:right;
}


header .inner .hbox ul{
	float:left;
	width:830px;
	padding:8px 0 0 0;
	text-align:right;
	letter-spacing: 0;
}

header .inner .hbox li{
	display:inline-block;
	padding: 0px 5px 0 10px;
	border-left:1px solid #999;
	font-size:12px;
}
*:first-child+html header .inner .hbox li{display:inline;}

header .inner .hbox li:first-child{border:0;}

header .inner .hbox li a{
	text-decoration:none;
	color:#222;
}

header .inner .hbox li a:hover{color:#999;}

header .inner .hbox ul ul{display:none;}



/* -----------------------------------------------------------
	#eyecatch
----------------------------------------------------------- */


#eyecatch_box {
	width:1060px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:left;
}

#eyecatch_box .eyecatch{
	float:left;
	width:770px;
	background:#FFCCCC;
}

#eyecatch_box .login_box{
	float:right;
	width:270px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
}

#eyecatch_box .receive_box{
	float:right;
	width:270px;
	margin-top:10px;
}



.login-user {
	margin:4px 0 7px 15px;
	padding-left:10px;
	width:225px;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}


.login-password {
	margin:3px 0 10px 15px;
	padding-left:10px;
	width:225px;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}


input.btn_login {
	width:240px;
	height:32px;
	margin:0 0 5px 15px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(../images/common/btn_login.jpg) no-repeat 0 0;
}

input.btn_login:hover {
	background: url(../images/common/btn_login_on.jpg) no-repeat 0 0;
}


input.btn_entry {
	width:240px;
	height:32px;
	margin:0 0 7px 15px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(../images/common/btn_entry.jpg) no-repeat 0 0;
}

input.btn_entry:hover {
	background: url(../images/common/btn_entry_on.jpg) no-repeat 0 0;
}



#eyecatch_box .login_box .forget_pass{
	text-align:center;
	margin-bottom:5px;
}
	#eyecatch_box .login_box .forget_pass a {color:#333333; font-weight:normal; font-size:12px; text-decoration:underline;}
	#eyecatch_box .login_box .forget_pass a:hover {color:#CC0000; font-size:12px; text-decoration:underline;}


#eyecatch_box .members_menu{
	float:right;
	width:270px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
	margin-bottom:0px;
}

#eyecatch_box .members_menu img{
	padding:0;
	margin:0;
	vertical-align:middle;
}

#eyecatch_box .members_menu ul {
	padding:0;
	margin:0;
}

#eyecatch_box .members_menu ul li{
	list-style-type: none;
	border-bottom: dotted #CCC 1px;
	margin: 0px 0 0px 0;
	padding:8px 0 6px 28px;
	font-size:16px;
	
	background: url(../images/common/arrow.png) no-repeat 10px 16px;
}
#eyecatch_box .members_menu ul li:last-child{border:0;}

#eyecatch_box .members_menu ul li a{
	display:block;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", 'Lucida Grande', Meiryo, sans-serif;
	font-weight:bold;;
}




/* -----------------------------------------------------------
	#news_box
----------------------------------------------------------- */


#prompt_box {
	width:1060px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:left;
}

#prompt_box .prompt_innner{
	width:1060px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
	margin:10px 0 0 0;
	background:#FFF4D2;
	display: inline-block;
}

#prompt_box .prompt_innner img{
	float:left;
	vertical-align: middle;
}

#prompt_box .prompt_innner .prompt_text{
	float:left;
	padding:13px 0 0 10px;
}
#prompt_box .prompt_innner .prompt_more{
	float:right;
	padding:5px 5px 0 0;
}

/* -----------------------------------------------------------
	nav
----------------------------------------------------------- */


nav {
	padding-top:1px;
	height:80px;
	background: url(../images/common/gmenu_bg.jpg) top left repeat-x;
}

nav .nav_inner {
	width:1060px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:left;
}



nav ul {
	width:1060px;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */
}
nav li {
  margin: 0 0;
  list-style: none;
  float: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents_wrap {
	width:1060px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:left;
}


#contents {
	float:left;
	width:540px;
	margin:10px 0px 10px 0px;
}




#contents ul {
	
}

#contents ul li{
	list-style-type: none;
	border-bottom: dotted #999 1px;
	margin: 15px 0 10px 0;
	padding:0 0 10px 0;
}


.img_frame{
	float:left;
	font-size:0;
	text-align: center;
	width:100px;
	height:100px;
	padding:0 10px;
	margin-bottom:5px;
}
.img_frame:before{
    content:"";
    display: inline-block;
    height:100%;
    vertical-align: middle;
    
}
.img_frame > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}



#contents ul li .release_attention_box{
	float:left;
	width:410px;
	margin:0 0 0 10px;
	font-size:14px;
}



#contents ul li .date{
	margin-bottom:2px;
}

#contents ul li .company{
	font-size:12px;
	margin-top:5px;
	margin-bottom:2px;
}

#contents ul li:last-child{border:none;}


	#contents ul li a {color:#00468C; font-weight:bold; font-size:14px; text-decoration:underline;}
	#contents ul li a:hover {color:#CC0000; font-size:14px; text-decoration:underline;}


#contents .btn_more{
	margin:0 0 40px 0;
}

#contents ul li .release_new_box{
	float:left;
	width:530px;
	margin:0 0 0 10px;
	font-size:14px;
}




/*----------------------------------------------------
	#leftnavi
----------------------------------------------------*/

#leftnavi {
	float:left;
	width:210px;
	margin:10px 20px 10px 0px;
	
}

#leftnavi ul {
	
}

#leftnavi ul li{
	list-style-type: none;
	border-bottom: dotted #999 1px;
	padding:10px;
	margin: 0 0 0 0;
}

#leftnavi ul li:last-child{border:none;}


#leftnavi ul li .date{
	float:left;
	width:210px;
	margin-bottom:2px;
}

	#leftnavi ul li a {color:#00468C; font-weight:normal; font-size:12px; text-decoration:underline;}
	#leftnavi ul li a:hover {color:#CC0000; font-size:12px; text-decoration:underline;}



#bnr_interview {
	margin-top:10px;
}

#bnr_interview ul {
	padding:0;
	margin:0;
}

#bnr_interview ul li{
	list-style-type: none;
	border-bottom: none;
	padding:0;
	margin:0 0 10px 0;
}

#bnr_interview img{
	vertical-align: text-bottom;
}


/*----------------------------------------------------
	#rightnavi
----------------------------------------------------*/

#rightnavi {
	float:left;
	width:270px;
	margin:10px 0px 10px 20px;
	
}


#rightnavi .login_box{
	float:right;
	width:270px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
	margin-bottom:20px;
}
#rightnavi .login_box .forget_pass{
	text-align:center;
	margin-bottom:5px;
}
	#rightnavi .login_box .forget_pass a {color:#333333; font-weight:normal; font-size:12px; text-decoration:underline;}
	#rightnavi .login_box .forget_pass a:hover {color:#CC0000; font-size:12px; text-decoration:underline;}



#rightnavi .search_keyword_box{
	float:right;
	width:270px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
	margin-bottom:20px;
}


.keyword {
	margin:10px 0 15px 15px;
	padding-left:10px;
	width:185px;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}

input.btn_search {
	background: #666666 url(../images/common/icon_search.png) no-repeat 7px 5px;
	border: 1px solid #CCC;
	color: #111;
	width: 36px;
	height:34px;
	padding: 0 0 0 0;
	margin-left:5px;
	text-indent: -9999px;
	cursor: pointer;
}

input.btn_search:hover {
	background: #CC0000 url(../images/common/icon_search.png) no-repeat 7px 5px;
}



#rightnavi .search_keyword_box ul{
	width:250px;
	margin:6px 10px 10px 10px;
	text-align:left;
	letter-spacing: 0;
}

#rightnavi .search_keyword_box li{
	display:inline-block;
}

#rightnavi .search_keyword_box li a{
	display:inline-block;
	padding: 5px 10px 5px 10px;
	font-size:12px;
	background:#EEEEEE;
	margin:3px 2px 3px 2px;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}

#rightnavi .search_keyword_box li a:hover {
	background: #FFFF4D;
	text-decoration:none;
}


#rightnavi .ranking_select{
	width:270px;
	margin-bottom:10px;
}


#rightnavi .ranking_select ul{
	width:270px;
	margin:0px 0 10px 0;
	text-align:center;
	letter-spacing: 0;
}

#rightnavi .ranking_select li{
	display:inline-block;
}

#rightnavi .ranking_select li a{
	display:inline-block;
	width:87px;
	height:40px;
	font-size:16px;
	background: url(../images/common/ranking_select.png) no-repeat 0 0;
	margin:0 2px 0 0;
	padding:5px 0 0 0;
}

#rightnavi .ranking_select li a:last-child{margin:0 0 0 0;}



#rightnavi .ranking_select li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background: url(../images/common/ranking_select_on.png) no-repeat 0 0;
}


#rightnavi .ranking_box{
	width:270px;
	margin:0;
	padding:0;
	
}

#rightnavi .ranking_box ul{
	margin:0;
	padding:0;
	
}



#rightnavi .ranking_box ul li{
	width:270px;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-size:12px;
	border-bottom: dotted #999 1px;
	display:inline-block;
}


#rightnavi .ranking_box .img_ranking{
	float:left;
	text-align: left;
	width:30px;
	padding:0 0 0 0;
}

#rightnavi .ranking_box .ranking_list{
	float:left;
	width:240px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.5;
}

#rightnavi .ranking_box .ranking_list .company{
	font-size:12px;
	margin-top:5px;
	margin-bottom:2px;
}
	#rightnavi .ranking_box .ranking_list .company a {color:#00468C; font-weight:normal; font-size:12px; text-decoration:none;}
	#rightnavi .ranking_box .ranking_list .company a:hover {color:#CC0000; font-size:12px; text-decoration:underline;}



#bnr_banner {
	margin-top:20px;
}

#bnr_banner ul {
	padding:0;
	margin:0;
}

#bnr_banner ul li{
	list-style-type: none;
	border-bottom: none;
	padding:0;
	margin:0 0 10px 0;
}

#bnr_banner img{
	vertical-align: text-bottom;
}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	clear:both;
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background:#CCCCCC;
	
}

footer .inner_top{
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background: url(../images/common/footer_bg1.jpg) repeat 0 0;
	min-width:1060px;

}

footer .inner_top h2{
	color:#FFFFFF;
	padding:15px 0 10px 0;
	font-weight:normal;
	font-size:20px;
}

footer .inner_top p{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-family: "ＭＳ Ｐゴシック", 'Lucida Grande', Meiryo, sans-serif;
	letter-spacing: 0.1em;
}

footer .inner_top .fbox{
	padding:10px 0 10px 0;
	position:relative;
	overflow:hidden;
}

footer .inner_top .fbox ul{
	padding:8px 0 0 0;
	text-align:center;
	letter-spacing: 0;
}

footer .inner_top .fbox li{
	display:inline-block;
	padding: 0px 5px 0 10px;
	border-left:1px solid #FFF;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", 'Lucida Grande', Meiryo, sans-serif;
}
*:first-child+html footer .inner_top .fbox li{display:inline;}

footer .inner_top .fbox li:first-child{border:0;}

footer .inner_top .fbox li a{
	text-decoration:none;
	color:#FFF;
}

footer .inner_top .fbox li a:hover{color:#FFFFFF;text-decoration:underline;}

footer .inner_top .fbox ul ul{display:none;}


footer .inner_copyright{
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background: url(../images/common/footer_bg2.jpg) repeat 0 0;
	min-width:1060px;
}

footer .inner_copyright p{
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	letter-spacing: 0.1em;
	padding:10px 0;
}


/*----------------------------------------------------
	#contents_sub
----------------------------------------------------*/
#contents_sub {
	float:left;
	width:770px;
	margin:10px 0px 10px 0px;
}


#contents_sub ul {
	
}

#contents_sub ul li{
	list-style-type: none;
	border-bottom: dotted #999 1px;
	margin: 15px 0 10px 0;
	padding:0 0 10px 0;
}


#contents_sub ul li .release_attention_box{
	float:left;
	width:640px;
	margin:0 0 0 10px;
	font-size:14px;
}



#contents_sub ul li .date{
	margin-bottom:2px;
}

#contents_sub ul li .company{
	font-size:12px;
	margin-top:5px;
	margin-bottom:2px;
}

	#contents_sub ul li a {color:#00468C; font-weight:bold; font-size:14px; text-decoration:underline;}
	#contents_sub ul li a:hover {color:#CC0000; font-size:14px; text-decoration:underline;}

#contents_sub ul li .release_new_box{
	float:left;
	width:530px;
	margin:0 0 0 10px;
	font-size:14px;
}





#contents_sub h2{
	margin:0;
	padding:0;
	/* height:40px; */
}
#contents_sub .search_release {
	width:770px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	background:#FFF8F4;
}

#contents_sub .search_release select {
	width:200px;
	height:32px;
	padding:0 10px 0 5px;
	margin:15px 0 15px 20px;
}


#contents_sub .search_release input.btn_search {
	width:100px;
	height:32px;
	margin:0 0 0 20px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	background: url(../images/common/btn_search_release.jpg) no-repeat 0 0;
}

#contents_sub .search_release input.btn_search:hover {
	background: url(../images/common/btn_search_release_on.jpg) no-repeat 0 0;
}


/* ------------------------------------------------------------------------------------ */
/* プレスリリース個別ページ									*/
/* ------------------------------------------------------------------------------------ */
#contents_sub .detail_date {
	width:770px;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	text-align:right;
	font-size:14px;
}
#contents_sub h1 {
	width:760px;
	margin:0 5px 5px 5px;
	padding:0 0 0 0;
	text-align:left;
	font-size:24px;
}

#contents_sub h2 {
	width:770px;
	margin:0 5px 0 5px;
	padding:0 0 0 0;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}


#contents_sub .detail_company {
	width:770px;
	margin:15px 0 0 0;
	padding:0 0 10px 0;
	text-align:right;
	font-size:14px;
	border-bottom: solid #CCC 1px;
}

#social{
	margin:10px 0 0 10px;
}

.press{
	width:770px;
	margin:30px 0 40px 0;
}

.press p{
	font-size:14px;
	line-height: 1.8;
	color:#222222;
	margin:0 10px 25px 10px;
}


.press .pic_main{
	text-align:center;
	margin:0 0 15px 0;
}

.press p.caption{
	font-size:12px;
	text-align:center;
}


.press .p_block{
	text-align:left;
	margin:0 0 20px 0;
}

.press .p_block .title{
	text-align:left;
	margin:0 0 10px 0;
	padding:0 0 5px 10px;
	border-bottom: dotted #CCC 1px;
	font-size:16px;
	font-weight:bold;
}
.press .p_block p{
	padding-left:10px;
	font-size:14px;
}

.press .pic_sub{
	text-align:left;
	margin:20px 0 0 5px;
	padding:0;
}
.press .pic_sub dl{
	float:left;
	margin:0 5px 20px 5px;
}

.press .pic_sub dd{
	text-align:center;
}


.press .movie{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}


/* ------------------------------------------------------------------------------------ */
/* ページャー									*/
/* ------------------------------------------------------------------------------------ */
div#pagenation {
	position: relative;
	overflow: hidden;
}
div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#pagenation li {
	position:relative;
	left:-50%;
	float:left;
	border:none;
}
div#pagenation li a {
	border:1px solid #CECECE;
	margin: 0 2px;
	padding:5px 10px;
	display: block;
	text-decoration:none;
	color: #666666;
	background: #fff;
	font-weight:normal;
}
div#pagenation li.active a,
div#pagenation li a:hover{
	border:solid 1px #666666;
	color: #FFFFFF;
	background: #3399FF;
}




/* ------------------------------------------------------------------------------------ */
/* パスワードを忘れた方									*/
/* ------------------------------------------------------------------------------------ */

#contents_sub h1.txttype {
	width:760px;
	margin:0 5px 5px 5px;
	padding:0 0 5px 0;
	text-align:left;
	font-size:24px;
	border-bottom: solid #CCC 1px;
}


.section{
	width:770px;
	margin:30px 0 20px 0;
}



.section p{
	font-size:14px;
	line-height: 1.8;
	color:#222222;
	margin:0 10px 25px 10px;
}

.section p.notice{
	font-size:14px;
	line-height: 1.8;
	color:#CC0000;
	margin:0 10px 25px 10px;
}

	.section p.notice a {color:#00468C; font-weight:bold; font-size:14px; text-decoration:underline;}
	.section p.notice a:hover {color:#CC0000; font-size:14px; text-decoration:underline;}

.section p.fontb{
	font-size:14px;
	line-height: 1.8;
	color:#222222;
	margin:0 10px 10px 10px;
	font-weight:bold;
	text-align:center;
}

	.section p.fontb a {color:#00468C; font-weight:bold; font-size:14px; text-decoration:underline;}
	.section p.fontb a:hover {color:#CC0000; font-size:14px; text-decoration:underline;}


.section p.center{
	text-align:center;
	margin:0 10px 20px 10px;
}


.section .title{
	text-align:left;
	margin:0 0 20px 0;
	padding:0 0 5px 10px;
	border-bottom: dotted #CCC 1px;
	font-size:16px;
	font-weight:bold;
}

table.tbl_contact {
	border-collapse:separate;
	width:750px;
	margin:0px 10px 20px 10px;
	border-top:1px solid #E1E0DF;
}

table.tbl_contact th {
	text-align:left;
	padding:15px 0 15px 20px;
	font-size:14px;
	vertical-align:middle;
	font-weight:normal;
	letter-spacing: 1px;
	width:180px;
	border-bottom:1px solid #E1E0DF;
	border-left:4px solid #D90000;
	background:#FFF8F4;
}

table.tbl_contact td{
	text-align:left;
	padding:15px 15px 15px 10px;
	line-height:1.7;
	font-size:14px;
	letter-spacing: 1px;
	border-bottom:1px solid #E1E0DF;
}
	table.tbl_company td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_company td a:hover {color:#009999; font-size:12px; text-decoration:underline;}



table.tbl_contact em{
	font-size:10px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-style:normal;
	background:#FF0000;
	padding:3px 5px;
	float:right;
	margin-right:10px;
}

table.tbl_contact tr td textarea {
	width: 100%;
	height: 120px;
	padding:5px;
	border: 1px solid #999999;
}

#contents_sub .btn_submit {
	margin-top:25px;
	margin-bottom:50px;
	text-align:center;
}

#contents_sub .btn_submit_col2 {
	margin-top:5px;
	margin-bottom:50px;
	text-align:center;
}



table.tbl_contact input[type=email],
 table.tbl_contact input[type=number],
 table.tbl_contact input[type=password],
 table.tbl_contact input[type=file],
 table.tbl_contact input[type=text],
 table.tbl_contact input[type=url] {
  margin:4px 0 7px 15px;
	padding-left:10px;
	width:90%;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}



table.tbl_regist {
	border-collapse:separate;
	width:750px;
	margin:0px 10px 20px 10px;
	border-top:1px solid #E1E0DF;
}

table.tbl_regist th {
	text-align:left;
	padding:20px 0 20px 20px;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	letter-spacing: 1px;
	width:180px;
	border-bottom:1px solid #E1E0DF;
	border-left:4px solid #D90000;
	background:#FFF8F4;
}

table.tbl_regist td{
	text-align:left;
	padding:15px 15px 15px 10px;
	line-height:1.7;
	font-size:12px;
	letter-spacing: 1px;
	border-bottom:1px solid #E1E0DF;
}
	table.tbl_regist td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_regist td a:hover {color:#009999; font-size:12px; text-decoration:underline;}



table.tbl_regist em{
	font-size:10px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-style:normal;
	background:#FF0000;
	padding:3px 5px;
	float:right;
	margin-right:10px;
}

table.tbl_regist tr td textarea {
	width: 100%;
	height: 120px;
	padding:5px;
	border: 1px solid #999999;
}

.regist_comment{
	margin:0 0 0 15px;
}


table.tbl_regist input[type=email],
 table.tbl_regist input[type=number],
 table.tbl_regist input[type=password],
 table.tbl_regist input[type=file],
 table.tbl_regist input[type=text],
 table.tbl_regist input[type=url] {
  margin:4px 0 7px 15px;
	padding-left:10px;
	width:90%;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}

table.tbl_regist input[type=text].tel{
	width:65px;
	
}




table.tbl_regist_in {
	border-collapse:separate;
	width:100%;
	margin:0px 10px 5px 10px;
	border:none;
}

table.tbl_regist_in th {
	text-align:left;
	padding:3px 0 3px 5px;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	letter-spacing: 1px;
	width:70px;
	border:none;
	background:none;
}

table.tbl_regist_in td{
	text-align:left;
	padding:3px 15px 3px 0px;
	line-height:1.7;
	font-size:14px;
	letter-spacing: 1px;
	border:none;
	background:none;
}
	table.tbl_regist_in td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_regist_in td a:hover {color:#009999; font-size:12px; text-decoration:underline;}




table.tbl_regist_in input[type=email],
 table.tbl_regist_in input[type=number],
 table.tbl_regist_in input[type=password],
 table.tbl_regist_in input[type=file],
 table.tbl_regist_in input[type=text],
 table.tbl_regist_in input[type=url] {
  margin:4px 0 7px 15px;
	padding-left:10px;
	width:90%;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}

table.tbl_regist_in input[type=text].post01{
	width:45px;
}
table.tbl_regist_in input[type=text].post02{
	width:65px;
}
table.tbl_regist_in input[type=text].addr{
	width:380px;
}

table.tbl_regist_in select {
	width:200px;
	height:32px;
	padding:0 10px 0 5px;
	margin:15px 0 15px 15px;
	background:#FFF8F4;
	border:1px solid #CCCCCC;
}





table.tbl_regist2 {
	border-collapse:separate;
	width:750px;
	margin:0px 10px 20px 10px;
	border-top:1px solid #E1E0DF;
}

table.tbl_regist2 th {
	text-align:center;
	padding:20px 20px 20px 20px;
	font-size:14px;
	vertical-align:middle;
	font-weight:normal;
	letter-spacing: 1px;
	border-bottom:1px solid #E1E0DF;
	border-top:4px solid #D90000;
	background:#FFF8F4;
}

table.tbl_regist2 td{
	text-align:left;
	padding:15px 15px 15px 10px;
	line-height:1.7;
	font-size:12px;
	letter-spacing: 1px;
	border-bottom:1px solid #E1E0DF;
}
	table.tbl_regist2 td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_regist2 td a:hover {color:#009999; font-size:12px; text-decoration:underline;}

table.tbl_regist2 em{
	font-size:10px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-style:normal;
	background:#FF0000;
	padding:3px 5px;
	margin-left:10px;
}

table.tbl_regist2 input[type=radio] + label{
	margin:0px 0;
	font-weight:normal;
}

table.tbl_regist2 input[type=checkbox] + label {
	width:210px;
	margin:0px 0;
	font-weight:normal;
}

table.tbl_regist2 tr td textarea {
	width: 98%;
	height: 120px;
	padding:5px;
	border: 1px solid #999999;
}


.section input[type=radio],
.section input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.section input[type=radio] + label,
.section input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	font-weight:bold;
}

@media (min-width: 1px) {
    .section input[type=radio],
    .section input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .section input[type=radio] + label,
    .section input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .section input[type=radio] + label::before,
    .section input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .section input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .section input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .section input[type=radio]:checked + label::after,
    .section input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .section input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    .section input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

input.btn_common {
	width:400px;
	height:46px;
	border:0px solid;
	cursor: pointer;
	background: url(../images/common/btn_common.jpg) no-repeat 0 0;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
}
input.btn_common:hover {
	background: url(../images/common/btn_common_on.jpg) no-repeat 0 0;
}




input.btn_back {
	width:300px;
	height:46px;
	border:0px solid;
	cursor: pointer;
	background: url(../images/common/btn_back.jpg) no-repeat 0 0;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	margin:0 20px;
}
input.btn_back:hover {
	background: url(../images/common/btn_back_on.jpg) no-repeat 0 0;
}

input.btn_submit {
	width:300px;
	height:46px;
	border:0px solid;
	cursor: pointer;
	background: url(../images/common/btn_submit.jpg) no-repeat 0 0;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	margin:0 20px;
}
input.btn_submit:hover {
	background: url(../images/common/btn_submit_on.jpg) no-repeat 0 0;
}




.section .deliver_box{
	width:750px;
	border: 1px solid #ccc;
	margin-left:10px;
	margin-bottom:30px;
}


.section .deliver_box .db_title{
	background:#D90000;
	color:#FFFFFF;
	font-size:20px;
	padding:8px 20px;
}

.section .deliver_box .db_title_gray{
	background:#555555;
	color:#FFFFFF;
	font-size:20px;
	padding:8px 20px;
}



.section .deliver_box .db_main{
	font-size:20px;
	padding:15px 20px;
}



.section .deliver_box .db_main p{
	margin:0;
	padding:0;
}

.section .deliver_box .db_main p.radio_box{
	margin:0 0 20px 0;
	padding:0;
}


.section .deliver_box .db_main p.radio_box input[type=radio] + label,
.section .deliver_box .db_main p.radio_box input[type=checkbox] + label {
	width:400px;
	margin:3px 0;
}

.section .deliver_box .db_main p.radio_box2{
	margin:0 0 0px 0;
	padding:0;
}
.section .deliver_box .db_main p.radio_box2 input[type=radio] + label,
.section .deliver_box .db_main p.radio_box2 input[type=checkbox] + label {
	width:250px;
	margin:3px 0;
}

.section .deliver_box .db_main .rb2_txt{
	margin:0 0 20px 25px;
	padding:0;
	font-size:14px;
}

	.section p a {color:#00468C; font-weight:normal; font-size:12px; text-decoration:underline;}
	.section p a:hover {color:#CC0000; font-size:12px; text-decoration:underline;}
	


.section .price_box{
	width:550px;
	margin-left:50px;
	margin-bottom:30px;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
	
}



.section .deliver_box_confirm{
	width:700px;
	margin-left:40px;
	margin-bottom:20px;
}

.section .deliver_box_confirm p{
	font-size:14px;
	line-height: 1.8;
	font-weight:normal;
	color:#222222;
	margin:0 10px 5px 10px;
}
.section .deliver_box_confirm p.dbc_title{
	font-size:14px;
	line-height: 1.8;
	font-weight:bold;
	color:#222222;
	margin:0 10px 5px 10px;
}

.section .deliver_box_confirm p.dbc_detail{
	float:left;
	width:400px;
	font-size:14px;
	line-height: 1.8;
	font-weight:normal;
	color:#222222;
	margin:0 10px 5px 20px;
}

.section .deliver_box_confirm p.dbc_price{
	float:left;
	font-size:14px;
	line-height: 1.8;
	font-weight:normal;
	color:#222222;
	margin:0 10px 5px 20px;
}





.section .release_box{
	width:750px;
	border: 1px solid #ccc;
	margin-left:10px;
	margin-bottom:30px;
}


.section .release_box .rb_title{
	background:#D90000;
	color:#FFFFFF;
	font-size:20px;
	padding:8px 20px;
}

.section .release_box .rb_title_gray{
	background:#555555;
	color:#FFFFFF;
	font-size:20px;
	padding:8px 20px;
}



.section .release_box .rb_main{
	font-size:20px;
	padding:15px 20px;
	font-size:14px;
}



.section .release_box .rb_main p.rd_txt_left{
	margin:10px 0 5px 0;
	padding:0;
}
.section .release_box .rb_main p.rd_txt_left_input{
	margin:0 0 10px 0;
	padding:0;
}

.section .release_box .rb_main p.rd_txt_right{
	margin:0;
	padding:0 0 5px 0;
	text-align:right;
}

input.btn_release {
	width:300px;
	height:36px;
	border:0px solid;
	cursor: pointer;
	background: url(../images/common/btn_release.jpg) no-repeat 0 0;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
}
input.btn_release:hover {
	background: url(../images/common/btn_release_on.jpg) no-repeat 0 0;
}

.section .release_box .rb_main em{
	font-size:10px;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-style:normal;
	background:#FF0000;
	padding:4px 5px;
	margin-left:10px;
	font-family: "ＭＳ Ｐゴシック", 'Lucida Grande', Meiryo, sans-serif;
}



.section .release_box .rb_main input[type=email],
.section .release_box .rb_main input[type=number],
.section .release_box .rb_main input[type=password],
.section .release_box .rb_main input[type=text],
.section .release_box .rb_main input[type=url] {
  margin:4px 0 7px 0;
	padding-left:10px;
	width:90%;
	height:32px;
	border:none;
	/*
	box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 1px 0px inset;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	border:1px solid #CCCCCC;
	background:#FFF8F4;
}

.section .release_box .rb_main input[type=text].company_name{
	width:290px;
}

.section .release_box .rb_main input[type=text].len700px{
	width:700px;
}

.section .release_box .rb_main input[type=text].keywordlen200px{
	width:200px;
	margin:20px 15px 0 0;
}

.section .release_box .rb_main input[type=text].len550px{
	width:550px;
	margin:15px 0 15px 0;
}

.section .release_box .rb_main input[type=text].len550px_movie{
	width:550px;
	margin:0px 0 15px 0;
}

.section .release_box .rb_main select {
	width:100px;
	height:32px;
	padding:0;
	margin:0;
}


.section .release_box .rb_main textarea {
	width: 690px;
	height: 110px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin:4px 0 7px 0;
	background:#FFF8F4;
	font-size:12px;
	line-height:1.5;
}

.section .release_box .rb_main textarea.thebody {
	height: 460px;
}

.section .release_box .rb_main textarea.rb_message {
	height: 150px;
}


.section .release_box .rb_main .rb_parts_box{
	margin:10px 0;
	background:#EEEEEE;
	position:relative;
	overflow:hidden;
	padding:20px 15px 20px 20px;
}

.section .release_box .rb_main .rb_parts_box .pb_title{
	float:left;
	width:110px;
	padding:0 0 0 0;
	letter-spacing: 0px;
}

.section .release_box .rb_main .rb_parts_box .pb_right{
	float:left;
	width:560px;
	padding:0 0 0 0;
}

.section .release_box .rb_main .rb_parts_box .pb_right .pb_radio{
	padding:10px 0 0 0;
}


.section .release_box .rb_main .rb_parts_box .pb_center{
	text-align:center;
	padding:0 0 0 0;
}

.section .release_box .rb_main .rb_parts_box .pb_left{
	text-align:left;
	padding:0 0 0 0;
}



.section .release_box .rb_main .rb_parts_box .pb_right input[type=radio] + label,
.section .release_box .rb_main .rb_parts_box .pb_right input[type=checkbox] + label {
	margin:0 20px 0 0;
	font-weight:normal;
}

.section .release_box .rb_main .rb_parts_box .pb_center input[type=radio] + label,
.section .release_box .rb_main .rb_parts_box .pb_center input[type=checkbox] + label {
	margin:0 20px 0 0;
	font-weight:normal;
}

.section .release_box .rb_main .rb_parts_box .pb_left input[type=checkbox] + label {
	width:140px;
	margin:0 0 0 0;
	font-weight:normal;
}



.section .release_box .rb_main .rb_h1 {
	width:700px;
	margin:0 5px 5px 5px;
	padding:0 0 0 0;
	text-align: left;
	font-size:24px;
	font-weight:bold;
}

.section .release_box .rb_main .rb_h2 {
	width:700px;
	margin:0 5px 30px 5px;
	padding:0 0 10px 0;
	text-align: left;
	font-size:18px;
	font-weight:normal;
	border-bottom: solid #CCC 1px;
}

.section .release_box .rb_main p.rd_txt_confirm{
	margin:10px 5px 20px 5px;
	padding:0;
}

.section .release_box .rb_main .pic_main{
	margin:10px 5px 5px 5px;
	padding:0;
	text-align:center;
}

.section .release_box .rb_main p.caption{
	font-size:12px;
	text-align:center;
}




.section .release_box .rb_main .p_block{
	text-align:left;
	margin:0 0 20px 0;
}

.section .release_box .rb_main .p_block .title{
	text-align:left;
	margin:0 0 10px 0;
	padding:0 0 5px 10px;
	border-bottom: dotted #CCC 1px;
	font-size:16px;
	font-weight:bold;
}
.section .release_box .rb_main .p_block p{
	padding-left:10px;
	font-size:14px;
}

.section .release_box .rb_main .pic_sub{
	text-align:left;
	margin:20px 0 0 5px;
	padding:0;
}
.section .release_box .rb_main .pic_sub dl{
	float:left;
	margin:0 5px 20px 5px;
}

.section .release_box .rb_main .pic_sub dd{
	text-align:center;
	font-size:12px;
}


.section .release_box .rb_main .movie{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}


/*----------------------------------------------------
 #rightnavi 会員メニュー
----------------------------------------------------*/
#rightnavi .members_menu{
	float:right;
	width:270px;
	border:1px solid #CCCCCC;
	box-sizing: border-box;
	margin-bottom:20px;
}

#rightnavi .members_menu img{
	padding:0;
	margin:0;
	vertical-align:middle;
}

#rightnavi .members_menu ul {
	padding:0;
	margin:0;
}

#rightnavi .members_menu ul li{
	list-style-type: none;
	border-bottom: dotted #CCC 1px;
	margin: 0px 0 0px 0;
	padding:10px 0 8px 28px;
	font-size:16px;
	
	background: url(../images/common/arrow.png) no-repeat 10px 16px;
}
#rightnavi .members_menu ul li:last-child{border:0;}

#rightnavi .members_menu ul li a{
	display:block;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", 'Lucida Grande', Meiryo, sans-serif;
	font-weight:bold;;
}




/*----------------------------------------------------
 配信履歴
----------------------------------------------------*/

table.tbl_history {
	border-collapse:separate;
	width:750px;
	margin:0px 10px 20px 10px;
	background:#CCCCCC;
}

table.tbl_history th {
	text-align:center;
	padding:10px 0 10px 0;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing: 1px;
	background:#FFF8F4;
}

table.tbl_history td{
	text-align:left;
	padding:10px 0 10px 10px;
	line-height:1.7;
	font-size:12px;
	letter-spacing: 1px;
	background:#FFFFFF;
}
	table.tbl_history td a {color:#333333; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_history td a:hover {color:#009999; font-size:12px; text-decoration:underline;}



/*----------------------------------------------------
 会員メニューTOP
----------------------------------------------------*/
/*　PRでっせからのお知らせ
----------------------------------------------------*/

.section .title_member{
	text-align:left;
	margin:0 0 5px 0;
	padding:10px 0 7px 15px;
	font-size:18px;
	font-weight:bold;
	background:#EEEEEE;
	color:#333333;
	border:1px solid #CCCCCC;
}


table.tbl_news_m {
	border-collapse:separate;
	width:100%;
	margin-top:0px;
	margin-left:0px;
	color:#333333;
	margin-bottom:10px;
}

table.tbl_news_m th {
	text-align:left;
	padding:15px 0 10px 10px;
	width:100px;
	font-size:12px;
	vertical-align:top;
	border-bottom:1px #999999 dotted;
	font-weight:bold;
}


table.tbl_news_m td{
	text-align:left;
	padding:15px 0 10px 0;
	line-height:1.7;
	font-size:12px;
	border-bottom:1px #999999 dotted;
	letter-spacing: 1px;
}
	table.tbl_news_m td a {color:#CC3300; font-weight:normal; font-size:12px; text-decoration:underline;}
	table.tbl_news_m td a:hover {color:#009999; font-size:12px; text-decoration:underline;}
	

img.img-thumbnail {
    max-width: 80%;
    height: auto;
}
