@charset "UTF-8";

.fullImg, img.fulImg { 
	width:100%; 
	height:auto; 
}

br { font-size:0 !important; }
.letter0 { letter-spacing:0 !important; }
.anchor {
	font-size:0;
	height:0;
}

.divover {
	overflow:hidden;
}
.ffMin {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}
/*Safari Only*/
_::-webkit-full-page-media, _:future, :root .ffMin{
    font-family: "游明朝体", "游明朝", "Yu Mincho", "YuMincho";
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#headerWrap {
	width:100%;
	height:50px;
	background:#000;
}
#headerWrap .h1com {
	padding-top:5px;
	text-align:center;
	color:#D4D3D4;
	font-size:12px;
	line-height:18px;
}
#headerWrap .btnmenu {
	position:fixed;
	top:0;
	right:0;
	z-index:999;
}

/*-----------------------------------------------------------
global Navi
-------------------------------------------------------------*/

#headerWrap #gNaviWrap {
	width:100%;
	margin:0 auto;
	background:#262626;
	position:fixed;
	top:50px;
	left:0;
	z-index:999;
	display:none;
}
#headerWrap #gNaviWrap li {
	float:none;
	opacity:1;
	border-bottom:#fff 1px solid;
	text-align:center;
	font-size:13px;
}
#headerWrap #gNaviWrap li:last-child {
	border-bottom:none;
}
#headerWrap #gNaviWrap a {
	display:block;
	padding:12px 0;
	color:#fff;
	position:relative;
}
#headerWrap #gNaviWrap a:before {
	content: "";
    position: absolute;
    top: 50%;
    right:15px;
    width: 6px;
    height: 6px;
	margin-top:-3px;
    border-left:#959595 1px solid;
    border-top:#959595 1px solid;
    -moztransform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.overlight {
    background: #333333;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
/*-----------------------------------------------------------
 Container/Maincontent
------------------------------------------------------------*/
.containerWrap {
	width:100%;
}
.container {
	padding-left:20px;
	padding-right:20px;
}


/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
.copyright {
	background:#E0E0E0;
	padding:30px 0 15px;
	font-size:9px;
	color:#808080;
	text-align:center;
}

#indexThx .copyright {
	background:none;
}


/* contact */
.txtContact {
	padding-top:30px;
	font-size:12px;
}
.tableContact em, .txtContact em {
    color:#DB1C24;
    font-style: normal;
}
.txtContact01 {
	font-size:12px;
	margin-bottom:25px;
}
.txtContact01 a {
	color:#0071B1;
	text-decoration:underline;
}
.txtContact02 {
	font-size:12px;
	margin-top:30px;
	text-align:center;
}
.txtContact02 a {
	text-decoration:underline;
}
.txtContact03 {
	padding-top:40px;
	font-size:15px;
}

	
.tableContact {
	width:100%;
	margin:0 0 20px;
	font-size:13px;
	text-align:left;
}

.tableContact th {
	display: block;
	width: 100%;
	vertical-align:top;
	padding:20px 0 5px;
}
.tableContact td {
	display: block;
	width: 100%;
	vertical-align:top;
}

.tableContact input[type="text"], .tableContact textarea {
	width:100%;
	border:#BDBBBC solid 1px;
	padding:0 10px;
}
.tableContact input[type="text"] {
	height:35px;
}
.tableContact textarea {
	height:185px;
	padding:5px 10px;
}
.tableContact .size01 {
	width:125px !important;
}
.tableContact .size02 {
	width:80px !important;
}
.tableContact input[type="text"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.tableContact input[type="text"]::-moz-placeholder, /* Firefox 19+ */
.tableContact input[type="text"]:-ms-input-placeholder,  /* IE 10+ */ 
.tableContact input[type="text"]:-moz-placeholder /* Firefox 18- */
{
	color:#BDBBBC;
}

.txtcheckform {
    margin-bottom: 30px;
	font-size: 14px;
	font-weight:bold;
}
.btnform01 {
	display: block;
	margin: 0 auto;
	background:#474747 url(../../img/top/bg_con02.png) repeat-x left bottom;
	background-size:50px auto;
	width: 280px;
	height: 60px;
	border: 0;
	line-height: 60px;
	text-align:center;
	font-size:17px;
	color:#fff;
	border-radius:5px;
	cursor: pointer;
	position:relative;
	z-index: 1;
}


.txtThx01 {
    padding: 50px 0 35px 0;
    font-size: 22px;
    text-align: center;
	font-weight:bold;
	color:#0465CD;
}
.txtThx02 {
    font-size:14px;
    text-align: center;
	color:#616161;
}
.txtThx03 {
	padding:75px 0 75px;
	text-decoration:underline;
	text-align:center;
    font-size:14px;
	color:#616161;
}


/* confirm form */
.pageconfirm .tableContact th {
	font-weight:bold;
}
.pageconfirm #headerWrap {
	display:none;
}



