@charset "UTF-8";




/* MUST STYLE start */
* {
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #B20000;
	text-decoration: none;
}
a:visited {
	color: #B20000;
}
a:hover {
	/*text-decoration: underline;*/
	color: #F00;
}
a:active {
}


a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/*
input {
-webkit-appearance: none;	
border:solid 1px #CCCCCC;
}
textarea {	
border:solid 1px #CCCCCC;
}
*/

.clearboth {
	clear: both;
	/*height:0px;*/
	display: block;
	font-weight: normal;
}
.none {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.nopc {
	display:none;
}
.nodot {
 	list-style:none;
	margin:1em 0em 1em -1.5em;
}


.attention {
	color: red;	
}
.status_message,
.errormessage {
	color: red;	
}

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

.min_width_30em {
	min-width:30em;
}


body {
	/*font-family: Meiryo, "メイリオ";*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", osaka, sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#00496B;/*color*/
	color: #444444;
	-webkit-text-size-adjust: 100%;
}


/* CON */
#con {
	width: 100%;
	min-width: 1000px;
	display: block;
	position: relative;
	/*min-height: 450px;
	*/
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFF;
}
#con .inner {
	width: 960px;
	/*width: 100%;*/
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px auto;
}



/* カテゴリタイトル　*/
.category-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
	zoom:100%;
}
.category-title:after { 
	content: "";
    clear: both;
    height: 0px;
    display: block;
    visibility: hidden;
}
.category-title h2,
.category-title h3 {
	/*
	background-color: #45769E;
	*/
	font-weight: bold;
	color: #333;
	font-size: 16px;
	line-height:16px;
	/*
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	*/

	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
	display: block;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}
.category-title span {
	font-size: 13px;
	font-weight: normal;
	line-height:13px;
	color:#666666;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	display: block;
	float:right;
	
}


/* MUST STYLE end */


#header {
	width: 100%;
	min-width: 1000px;
	padding: 0px;
	margin: 0px;
	background-image: url(../common_img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	border-top: 2px solid #00496B;/*color*/
}

#header .inner {
	height: 85px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header .logo {
    height: 51px;
    width: 235px;
    position: absolute;
    display: block;
    left: 17px;
    top: 18px;
    font-size: 1px;
    text-indent: -9999px;
}
#header .logo a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../common_img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .catch {
    position: absolute;
    display: block;
    left: 272px;
    top: 27px;
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    width: 694px;
    text-align: left;
}
#header .catch span {
    font-size: 13px;
	font-weight: bold;
}
#header .tel {
	display: block;
	font-size: 32px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	text-align: right;
	color: #000;
	background-image: url(../common_img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	line-height: 28px;
	height: 28px;	/*width: 238px;*/
}
#header .address {
	display: block;
	font-size: 11px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;
	color: #666666;
	width: 317px;
}

#header .inner .lang {
	font-size: 10px;
	list-style-type: none;
	display: block;
	position: absolute;
	top: -4px;
	right: 10px;
	width: 501px;
}
#header .inner .lang li {
	display: block;
	list-style-type: none;
	float: right;
	/*float: left;*/
	margin-left: 3px;
}
#header .inner .lang li a {
	background-color:#008BBF;/*color*/
	color:#FFF;
	text-align: center;
	display: block;
	padding:6px 25px 4px 25px;
	height: 14px;
	line-height:14px;
	
}
#header .inner .lang li a:hover {
	background-color:#F00;	
}



#navi {
	display: block;
	margin-bottom: 0px;
	width: 100%;
}
#navi .inner {
	display: block;
	width: 1000px;
	min-width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
#navi ul {
	display: block;
	list-style-type: none;
}
#navi ul li.first {
	border-left-width: 0px;
	/*width: 248px;4分割*/
	/*width: 198px;5分割*/
	width: 165px;/*6分割*/
}
#navi ul li {
	display: block;
	list-style-type: none;
	float: left;
	/*width: 249px;4分割*/
	/*width: 199px;5分割*/
	width: 166px;/*6分割*/
	text-align: center;
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #0D91C2;/*color*/
	color: #FFF;
}
#navi ul li a:hover {
	background-color: #F00;
	color: #FFF;
}





#topimage {
	width: 100%;
	min-width:1000px;
	background-color:#FFF3F3;
	/*
	background-image:url(../common_img/topimage_bg.png);
	background-repeat: repeat-x;
	background-position: left top;	
	*/
}
#topimage .inner {
	width: 1000px;
	height: 475px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow:hidden;
	text-align:center;
}
#topimage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
#topimage img:hover {
 opacity: 1.0;
 filter: alpha(opacity=100);
 -moz-opacity: 1.0;
}




/* PANKUZU */
#pankuzu {
	display: block;
	width: 100%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F9F9F9;
}
#pankuzu .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#pankuzu .inner p {
	font-size: 12px;
	line-height: 1.2em;
	color: #707070;
	padding: 12px 6px 12px 6px;
}


/* MAIN */
#main {
	
}
#main .box {
	width: 100%;
	margin-bottom: 25px;
	clear:both;
}
#main .box:after {
  display: block;
  clear: both;
  content: "";
}

#main img{
	width:auto;
	max-width:100%;
	
}


#main .box .title {
    display: block;
    /*font-size:18px;*/
    font-size: 36px;
    font-weight: normal;
    color: #000;
    line-height: 1.1em;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#main .box .subtitle {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #000;/*color*/
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main .box p.text {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #606060;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#main .box p.text b {
	color:#000;
	font-weight:bold;
}
#main .box ul.text,
#main .box ol.text {
	color:#606060;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.4em;
	margin:20px 0px 25px 2em;
}
#main .box ul.text li,
#main .box ol.text li {
	margin-bottom: 6px;
}

#main .box p.text strong,
#main .box .list-general strong {
	color:#333;
	font-weight:bold;
}


/*ques*/
.question {
	width: 100%;
	margin-bottom: 45px;
	clear:both;
}
.question .no {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;/*color*/
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.question .title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #000;/*color*/
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.question .text {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #333;/*color*/
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.question div.choice {
	margin-bottom: 25px;
	margin-left: 10px;
}




/* PANES */
.panes {
	width: 100%;
	margin-bottom: 25px;	
	
}
.panes ul {
	list-style: none;
}

.panes ul li {
	list-style: none;
	display: block;
	width: 460px;
	margin: 0px 40px 25px 0px;
	float: left;
}
.panes ul li.break {
	margin-right: 0px;
}
.panes ul li.begin {
	clear:both;
}
.panes ul li .title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	display:block;
	padding-top:10px;
	padding-bottom:15px;
}
.panes ul li .text {
	font-size: 15px;
	color: #666;
	line-height: 1.4em;
}








/*LIST PICKUP*/
ul.list_pickup {
	list-style-type: none;
	display:block;
	/*margin:-12px 0px 0px 0px;*/
}
ul.list_pickup li {
	list-style-type: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-bottom: 9px;
	clear: both;
	/*min-height:60px;*/
}
ul.list_pickup li .title {
	display:block;
	margin:0px 0px 4px 0px;
	font-size:13px;
	font-weight:normal;
	color:#000;
	line-height:1.1em;
}
ul.list_pickup li .description {
	display:block;
	margin:0px 0px 4px 0px;
	font-size:13px;
	font-weight:normal;
	color:#666666;
	line-height:1.4em;
}
ul.list_pickup li img.photo {
	display:block;
	max-width: 80px;
	border: 1px solid #B0B0B0;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* LIST GENERAL */
ul.list_general {
	list-style-type: none;
	display:block;
	/*margin:-12px 0px 0px 0px;*/
}
ul.list_general li {
	list-style-type: none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-bottom: 9px;
	clear: both;
	min-height:100px;
}
ul.list_general li a{
	color: #0D91C2;
}
ul.list_general li a:hover{
	color: #F00;
}
ul.list_general li span.title {
	display:block;
	margin:0px 0px 4px 0px;
	font-size: 22px !important ; /*16px*/
	font-weight:bold;
	color:#000;
	line-height:1.1em;
}
ul.list_general li .sessionname  {
	display:block;
	margin:0px 0px 4px 0px;
	font-size: 16px; /*16px*/
	font-weight:bold;
	line-height:1.1em;
}
ul.list_general li .description {
	display:block;
	margin:0px 0px 4px 0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	line-height:1.4em;
}
ul.list_general li img.photo {
	display:block;
	max-width: 180px;
	border: 1px solid #B0B0B0;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.content_area {
	width: 100%;
	margin-bottom: 25px;
}
.content_area .content-title {
	display:block;
	/*font-size:18px;*/
	font-size:24px;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.content_area .content-subtitle {
	display:block;
	font-size:18px;
	font-weight: bold;
	color:#000;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.content_area .content-description {
	display:block;
	font-size:15px;
	font-weight:normal;
	color:#606060;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.content_area .content-date {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#606060;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.content_area .content-inc-area,
.content_area .video-inc-area {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width:640px;
	/*height:480px;*/
}
.content_area .video-inc-area {
	height:400px;
}
.content_area .video-inc-area iframe {
	width:100%;
	height:100%;
}
.content_area .content-inc-area img {
	max-width:100%;
	display:block;
	margin:0px auto 0px auto;
}






/* INPUT */

input {
	padding:0;
	margin:0px;
}

input label{
	/*display:block;
	margin:0px 0px 15px 0px;
	*/
}

input.txt {
	/*
	width:220px;
	height:25px;
	border:solid 1px #CCCCCC;
	display:inline-block;
	*/
}
select {
	/*width:220px;
	height:25px;
	*/
	border:solid 1px #CCCCCC;
	display:inline-block;
}

input.submit{
	/*
width:60px;
height:27px;
display:inline-block;
background-color:#A66D00;
color:#FFF;
border:none;
	*/
}




/* FOOTER */
#footer {
	width: 100%;
	background-color: #FFF;/*#535353*/
	min-width: 1000px;
	display: block;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#footer .inner {
	width: 1000px;
	margin:0px auto 0px auto;
	display:block;
	text-align:center;
}
#footer .inner .name {
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom: 6px;
	font-weight: normal;
	color: #666;
}
#footer .inner .text {
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
}
#footer .inner .text span {
    font-size: 13px;
	font-weight: bold;
}
#footer .inner .text a {
	color:#666;
}
#footer .inner .text a:hover {
	color:#F00;
	text-decoration:none;
}


/* FOOTER LINK */

#footer .link {
	display: block;
	margin-bottom: 45px;
}
#footer .link ul {
	display: block;
	list-style-type: none;
	margin-bottom: 12px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
}
#footer .link ul li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 13px;
	height: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer .link ul li.nopc {
	display: none;
}
#footer .link ul li.first {
	border-left-style: none;
}
#footer .link ul li a {
	color: #666;
	line-height: 12px;
}

#footer .link ul a:hover {
	color: #F00;
}









/* COPYRIGHT */
#copyright {
	padding:15px;
	background-color:#00496B;/*color*/
}

#copyright .inner p {
	color:#FFF;
	font-size:13px;
	clear:both;
	text-align:center;
}









/*
チャート用 ここから-----------------------------------------*/


.chart-area-left {
	font-size: 13px;
	color: #666666;
	display: block;
	margin-bottom: 3em;
	float: left;
	margin-right: 3em;
}
.chart-area-right {
	font-size: 13px;
	color: #666666;
	display: block;
	margin-bottom: 3em;
	float: right;
	margin-left: 3em;
}
.chart-area .comment,
.chart-area-left .comment,
.chart-area-right .comment {
	display: block;
	font-size: 11px;
	white-space: normal;
	line-height: 1.3em;
	margin: 6px 0px;
	color:#969696;
}
.chart-area {
	font-size: 13px;
	color: #666666;
	display: block;
	/*width: 100%;*/
	clear: both;
	text-align: left;
	margin:0px 15px 15px 15px;
}
.chart-area img {
	max-width:450px;
	max-height:450px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.chart-area .midashi,
.chart-area-left .midashi,
.chart-area-right .midashi {
	font-size: 15px;
	color: #000000;
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}


/*ページナビ*/

.page-navi {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
.page-navi a {
	display:block;
	background-color:#A66D00;
	padding:3px 12px 3px 12px;
	text-decoration:none;
	color:#fff;
}
.page-navi a:hover {
	background-color:#FF0000;
}
.page-navi .next {
	float: right;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom:10px;
}
.page-navi .prev {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom:10px;
}


/* PERMA LINK */
a.permalink {
/*
	display:block;
	background-color:#B20000;
	text-decoration:none;
	color:#fff;
	float: right;
	font-size: 12px;
	padding:3px 12px 3px 12px;
	margin: 12px 0px 0px 12px;
	text-align:center;
*/

	float: right;
	font-size: 15px;
	margin: 12px 0px 0px 12px;
	text-align:center;
	
	display: block;
	padding-top:8px;
	padding-right:35px;
	padding-bottom:8px;
	padding-left:20px;
	background-image: url(../common_img/listArrow_blue.png);
	background-repeat: no-repeat;
	background-position: right;

	border-width: 1px;
	border-style: solid;
	/*border-color: #E6726E;*/
	border-color: #0D91C2;
}
a.permalink:hover {
	/*
	background-color:#F00;
	*/

	background-image: url(../common_img/listArrow_white.png) !important;
	background-color:#0D91C2 !important;
	color:#FFF !important;
}
a.permalink span {
	display:none;
}


/*  TABLE */


#main .tbl_general {
	/*width: 635px;*/
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 15px 0px;
}
/*
#main .tbl_general  input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0DDDD;
}
*/

.tbl_general input[type="text"],
.tbl_general input[type="password"],
.tbl_general textarea {
	min-height:45px;
	display: block;
	padding:5px 8px 5px 8px;
	margin: 3px 0px 2px 0px;
	
	width:100%;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */
	
	/*height: 45px;*/
	/*width: 100%;*/
	
	
	/*
	width:500px;
	height:25px;
	*/
}
.tbl_general input[type="text"].short,
.tbl_general input[type="password"].short{
	width:125px;
}
.tbl_general input[type="text"].middle,
.tbl_general input[type="password"].middle{
	width:250px;
}
.tbl_general input[type="text"].p90,
.tbl_general input[type="password"].p90{
	width:450px;
}
.tbl_general input[type="text"].p50,
.tbl_general input[type="password"].p50{
	width:50px;
}
.tbl_general input.tablecell{
	width:auto;
	display:table-column;
	margin:0px;
	padding:0px;
	/*
	width:100%;
	margin:0px;
	*/
}
.tbl_general input[type="text"].right{
	text-align:right;
}



.tbl_general select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */
	
	min-height:45px;
	
	padding:5px 8px 5px 8px;
	margin: 3px 0px 2px 0px;
	
	/*border: none;*/
	
}
.tbl_general select option{
	
	/*border: none;*/
	
}


.tbl_general input[type="checkbox"]{
	
	
	padding:5px 8px 5px 8px;
	margin: 3px 0px 2px 0px;
	
	/*-webkit-transform-origin: right bottom; 
	-webkit-transform: scale( 2 , 2 );*/
}
.tbl_general  textarea {
	/*width:500px;*/
	min-height:125px;
}
.tbl_general  textarea.large {
	min-height:400px;
}
.tbl_general  textarea.short {
	min-height:60px;
}





.tbl_general .comment,
.tbl_general .form_comment {
	font-size: 13px;
	color: #666;
}

.tbl_general th {
	padding: 6px;
	border: #E3E3E3 solid;
	border-width: 1px;
	background: #F5F5F5;
	font-weight: normal;
	color: #666;
	line-height: 120%;
	text-align: center;
	
	/*min-width: 65px;*/
	font-size: 13px;
}
.tbl_general th.w130 {
	width: 150px;
	min-width: 150px;
}
.tbl_general td {
	padding: 6px;
	border: 1px #E3E3E3 solid;
	border-width: 1px;
}

.tbl_general th.details, 
.tbl_general th.parent {
	background-color: #F3F8FF;
}
.tbl_general th.active, 
.tbl_general th.active {
	background-color: #FFEFF9;
}
.tbl_general td {
	padding: 6px;
	border: 1px #E3E3E3 solid;
	border-width: 1px;
}

.tbl_general th.nopadding,
.tbl_general td.nopadding {
	padding: 0px;
}
.tbl_general th.min,
.tbl_general td.min{
	width: 1% ;
	min-width: inherit;
	white-space: nowrap;
	
}
.tbl_general th .small,
.tbl_general td .small,
.tbl_general th.small,
.tbl_general td.small{
	font-size: 80%;
	color: #666;
}
.tbl_general th .textlarge,
.tbl_general td .textlarge,
.tbl_general th.textlarge,
.tbl_general td.textlarge{
	font-size: 140%;
	color: #000;
}

.tbl_general .mouseover_bt a {
	display: block;
	text-decoration: none;
	color:currentColor;
}
.tbl_general .mouseover_bt:hover {
	background-color: #FFCCCC;
}

/*

.tbl_general {
	font-size: 12px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
.tbl_general input[type=text],
.tbl_general input[type=password],
.tbl_general textarea,
.tbl_general select {
	
	min-height:45px;
	display: block;
	padding:5px 8px 5px 8px;
	margin: 3px 0px 2px 0px;
	width: inherit;
}


.tbl_general .form_comment {
	font-size: 11px;
	color: #999999;
}

.tbl_general th {
	padding: 6px;
	border: #E3E3E3 solid;
	border-width: 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	min-width: 135px;
	font-size: 12px;
}
.tbl_general td {
	padding: 6px;
	border: 1px #E3E3E3 solid;
	border-width: 1px;
}
.tbl_general .head {
	padding: 6px;
	border: #E3E3E3 solid;
	border-width: 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
}
*/


.comment_text {
	font-size: 12px;
	line-height: 12px;
	color: #CC0000;
	text-decoration: none;
	height: 12px;
	margin-bottom: 12px;
	display: block;
}


.submit-button {
	background-color: #00496B;/*color*/
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 1em;
	text-indent: 1em;
}
.submit-button:hover {
	background-color:#E68386;	
}






/* MENU LINK */

.menulink {
	display: block;
	margin: 85px auto 15px auto;
	width:auto;
	background-color: transparent;
	/*background-color: #535353;*/
}
.menulink .title {
	display: block;
	width:auto;
	font-size: 13px;
	font-weight:normal;
	text-align:center;
	background-color: #ED8993;
	color: #FFFFFF;
	padding: 6px;
}
.menulink ul {
	display: block;
	list-style-type: none;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6726E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6726E;
	
}
.menulink ul:after {
	display: block;
	clear:both;
	content:"";
	
}
.menulink ul li {
	margin-top: -1px;
	margin-right: 0px;
	margin-left: -1px;
	margin-bottom: -1px;
	display: block;
	vertical-align: middle;
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6726E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6726E;
}
.menulink ul li a {
	display: block;
	padding-top:8px;
	padding-right:12px;
	padding-bottom:8px;
	padding-left:15px;
	background-image: url(../common_img/listArrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

.menulink ul li a:hover {
	background-color:#ED8993;
	color:#FFF;
}




/*INPUT GENERAL*/
.input_general{
	margin:15px 0px 15px 0px;
}
.input_general .fieldset {
	display:block;
	margin:0px 0px 15px 0px;
}
.input_general .labeltext {
	display:block;
	margin: 0px 0px 3px 0px;
	font-size:12px;
	font-weight:bold;
	color:#AAA;
}
.input_general .photo-area {
	text-align:center;
}

.input_general .value{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	webkit-border-radius:0;
	font-size: 18px;
	display:block;
	border:#DDD 1px solid;
	margin:0px 0px 2px 0px;
	padding:8px 2px 8px 2px;
	min-height:21px;
	width:auto;
	color:#AAA;
}
.input_general .black{
	color:#000;
}
.input_general .comment {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin:3px 0px 3px 0px; 
}




.chkbox {
	margin: 0px 0px 15px 0px;
}
/* ラベルのスタイル　*/
.chkbox label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		18px;
	line-height:		32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#FFF;
	/*box-shadow:		inset 1px 1px 3px 0px #666;*/
	border-radius:	8px;
	border: solid 2px #4B89D0;
	box-sizing: border-box;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		26px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#4B89D0;			/* チェックした時の色 */
}



.radiobutton  {
	margin-bottom: 8px;
}
.radiobutton label {
	padding: 0 0 0 38px;	/* ラベルの位置 */
	font-size: 18px;
	line-height: 32px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
}
.radiobutton label:before {
	content: '';
	width: 32px;		/* ボタンの横幅 */
	height: 32px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	border-radius: 50%;
	border: solid 2px #4B89D0;
	box-sizing: border-box;
}
.radiobutton input[type="radio"] {
	display: none;
}
.radiobutton input[type="radio"]:checked + label:before {
	background-color: #4B89D0;
}
.radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 30px;		/* マークの横幅 */
	height: 30px;		/* マークの縦幅 */
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #fff;
	border-radius: 50%;
	border: solid 8px #4B89D0;
	box-sizing: border-box;
}






.input_general input[type="text"],
.input_general input[type="password"] {
	
	

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	webkit-border-radius:0;
	
	font-size: 18px;
	border:#999 2px solid;
	padding: 0px;
	margin:0px 3px 0px 0px;
	height:55px;
	/*height:35px;*/
	width:100%;
	/*width:90%;*/
	
}

.input_general input[type="file"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	/*border:#999999 1px solid;*/
	/*
	border:#999 2px solid;
	*/
	font-size: 18px;
	display: block;
	/*
	padding:5px 8px 5px 8px;*/
	
	margin: 3px 0px 2px 0px;
	/*height: 45px;}*/
	width: 100%;
		
}

.input_general input[type="text"].p90,
.input_general input[type="password"].p90{
	/*width:450px;*/
	width:90%;
}

.input_general textarea {


	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	webkit-border-radius:0;
	font-size: 18px;
	/*border:#999999 1px solid;*/
	border:#999 2px solid;
	padding: 0px;
	margin:0px 0px 0px 0px;
	/*height:35px;*/
	width:100%;
	min-height:200px;
}
.input_general  textarea.large {
	min-height:400px;
}

.input_general select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	/*border:#999999 1px solid;*/
	border:#999 2px solid;
	font-size: 18px;
	display: block;
	padding:5px 8px 5px 8px;
	margin: 3px 0px 2px 0px;
	height: 45px;
	/*width: 100%;*/
	width: auto;
}
.input_general select.raw {
	width:auto;
	display:inline;
}
.input_general input.raw {
	width:auto;
	display:inline;
}

.input_general .file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: none;
	background-color:#4B89D0;
	padding:8px 12px 8px 12px;
	margin:0px 4px 8px 0px;
	font-size:14px;
	color:#FFF;
}

.input_general .file input[type="file"] {
}

.input_general {
	/*text-align: center!important;*/
	/*display: flex;*/

}

.input_general .submit {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	webkit-border-radius:0;
	border:none;
	
	display:inline-block!important;
	background-color:#4B89D0!important;
	padding:12px 55px 12px 55px!important;
	text-decoration:none!important;
	color:#fff!important;
	clear:both!important;
	float: none!important;
	margin: 10px auto 10px auto!important;
	text-align: center!important;
	min-width: 135px!important;
	width: auto;
	font-size:36px!important;
	font-weight:normal!important;
	line-height: 1em;
}

.input_general a.submitlink {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	webkit-border-radius:0;
	border:none;
	
	
	display:inline-block;
	background-color:#4B89D0!important;
	padding:10px 21px 10px 21px!important;
	text-decoration:none!important;
	color:#fff;
	clear:both;
	float: none;
	margin: 10px auto 10px auto;
	text-align: center;
	min-width: 135px!important;
	width: auto;
	font-size:35px!important;
	font-weight:normal!important;
	line-height: 35px;

}

.input_general a.submitlink:after,
.input_general .submit:after {
    content: "";
    clear: both;
    display: block;
}

/* フォーム内のスモールボタン */
.input_general .operationbutton {
	font-size:12px;
	display:inline;
}
.input_general .operationbutton a {
	font-weight: normal;
	color: #FFF;
	background-color:#4B89D0;
	text-decoration: none;
	display: inline-block;
	padding: 11px 15px 11px 15px;
	text-align:center;
}



/* LIST TEXT */
ul.list_text {
	margin: 0px 15px 15px 25px;
}

/* VIMEO ASPECT */
.aspect_16_09 {
	/*width: 960px;*/
	width: 100%;
	height: 540px;
}


/* SET DATE */
a.f_button {
	font-size: 12px;
	display:inline-block;
	background-color:#4B89D0;
	padding:3px 12px 3px 12px;
	margin:0px 0px 0px 6px;
	text-decoration:none;
	color:#fff;
}
a.f_button:hover {
	background-color:#FF0000;
}