@charset "UTF-8";

/* reset styles */

* {
	margin: 0;
	padding: 0;
}

html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, form, fieldset, input { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN";
}

ul,ol {
	list-style: none;
}

img {
	border: none;
}



/* base styles */
body {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	background-color: #fff;
	background-image: url(../voice/img/bg_board.jpg);
	background-repeat: repeat;
}

a:link {
	color: #DFB413;
	text-decoration: underline;
}

a:visited {
	color: #DFB413;
	text-decoration: underline;
}

a:hover {
	color: #DFB413;
	text-decoration: none;
}

.mB30 {
	margin-bottom: 30px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB5 {
	margin-bottom: 5px;
}

.txtRed {
	color: #F40000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}

.clearfix {
	display: block;
}

div.naka h2 span,.left_div h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
*/
.c_b{
	clear:both;
}
.r{
	float:right;
}
.l{
	float:left;
}

/***------------
haeder
------------***/
#header {
	width:950px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}
#header h1{
	color:#A38200;
	font-size:10px;
	font-weight:normal;
}
/***------------
footer
------------***/
#footer {
	width:950px;
	height:55px;
	margin: 30px auto 0 auto;
	clear: both;
}
#footerin div p{
	margin:0 10px 0 0;	
}
#footerin {
	width:950px;
	margin:0 auto 0 auto;	
}


/***------------
コンテンツ部分
------------***/
#grid-content div.title1{
	width: 310px;
	height:610px;
	border: 1px solid #666666;
	background-color:#3C2819;
	color: #FFFFFF;
	margin: 5px;
}

#grid-content {
	margin:0 auto 30px auto;
	padding:75px 0;
	max-width:99%;min-width:0px;width:auto !important;width:99%;	/* min-width fast hack */
}
/*
@media screen and (max-device-width: 480px) {
	#grid-content {
		max-width:50%;min-width:0px;width:auto !important;width:50%;
	}
}
*/
* html #grid-content {
	margin:0 auto;
	padding: 0;
	max-width:99%;min-width:0px;width:auto !important;width:99%;	/* min-width fast hack */
}
.head_div{
	width:95%;
	margin:0 auto 20px auto;
}
.title{
	width:297px;
	float:left;
}

.btn_top{
	padding-top:70px;
	width:205px;
	float:right;
}

.main_div h3{
	color:#EB5C01;
	font-size:12px;
	font-weight:bold;
}
.main_div img{
	text-align:center;
	margin-bottom:5px;
}
.l_phot{
	float:left;
	margin-right:5px;
}

#footer {
	width:97%;
	margin:0 auto;
}
#footer .page{
	font-size:14px;
	color:#333;
	margin-bottom:60px;
}
#footer a:link{
	color:#333;
}
#footer a:visited{
	color:#333;
}
#footer a:hover{
	color:#333;
}
#footer .page li{
	float:left;
}
#footer .page li a{
	border-left:1px solid #333;
	padding:0 5px;
}
#footer .page li .left_line{
	border-left:1px solid #333;
	padding:0 5px;
}

#footer .page li.line_right a{
	border-right:1px solid #333;
}


.div_foot{
   position:relative;
   overflow:hidden;
   letter-spacing:0;
}
#footer ul.div_foot{
	width:97%;
   position:relative;
   left:0%;
   float:left;
	font-size:14px;
	color:#000;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #B2B2B2;
}
#footer ul.div_foot li{
   position:relative;
   left:3%;
	*left:5%;
	_left:5%;
   float:left;
}

.copy{
	text-align:right;
	margin-bottom:10px;
	clear:both;
}

.txtc{
	text-align:center;
}

.title_of_voice{
	font-size:14px;
	font-weight:bold;
}
/*----------------------------
#spLinkBlockInPc
----------------------------*/
#spLinkBlockInPc{
	background:transparent;
	width:80%;
	height:100px;
	padding:40px 0;
	margin:0 auto;
	display:none;
}
#spLinkBlockInPc a#anchorToSpInPc{
	background:#99CC00;
	width:100%;
	height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5);
	color:#FFFFFF;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	line-height:2.5;
	text-decoration:none;
	display:block;
}
#spLinkBlockInPc a#anchorToSpInPc span{
	background:#FFFFFF;
	width:24px;
	height:35px;
	margin-right:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	position:relative;
}
#spLinkBlockInPc a#anchorToSpInPc span:before{
	content:"";
	background:#99CC00;
	width:20px;
	height:23px;
	position:absolute;
	top:2px;
	left:2px;
}
#spLinkBlockInPc a#anchorToSpInPc span:after{
	content:"";
	background:#99CC00;
	height:6px;
	width:6px;
	margin:-3px 0 0 -3px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	bottom:2px;
	left:50%;
}