/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	}
html{
	width:100%;
	height:100%;
	margin:0px;
	overflow-y:scroll;
}
body{
	background-color: #3A82D4;
	background-image: url("image/allpage_bg.gif");
	background-repeat:repeat-x;
	background-position:left top;
	width:800px;
	height:100%;
	margin:0 auto;
	position:static;
	font:normal 13px/1.75 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	word-wrap: break-word;
	color:#333;
}
html > body{
	min-height:100%;
	height:auto;
}
a {
	transition-duration:0.7s;
}
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	outline: none;
}
h4 {
	margin-bottom: 1em;
}
.mb-0 {
	margin-bottom: 0;
}
#header{
	width:800px;
	position:static;
	height:130px;
	overflow:hidden;
	zoom:1;
}
.logo{
	float:left;
}
#menu{
	float:right;
}
#menu ul{
	width:540px;
	height:115px;
	display:table-cell;
	vertical-align:bottom;
	padding:0;
	text-align:right;
}
#menu li{
	list-style-type:none;
	display:inline-block;
	color:#ddd;
}
#menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding: 5px 1em;
}
#menu li a:visited {
	text-decoration:none;
}
#menu li a:hover {
	color:#ff5500;
	background:#eee;
	border-radius:3px;
}
/***** 記事部分　****/
#main{
	clear:both;
	width:800px;
	background-color:#FFFFFF;
	padding: 0 0 30px;
	border-radius:0 0 10px 10px;
}
.top-img {
	margin: 0 0 2em;
	text-align:center;
}
.top-img img{
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.5);
	border-radius:10px;
}

#footer{
	position:static;
	width:800px;
	padding:2em 0;
	text-align:center;
	clear:both;
}
#footer a {
  display: block;
  color: #fff;
  margin: 0 auto 1rem;
}
#copy{
	color:#FFFFFF; 
	width:100%; 
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

.titleheader{ 
	background-image: url("image/titleheader_bg.gif"); 
	background-repeat:repeat-x; 
	background-position:left; 
	font-weight:bold;
	clear:both;
	padding:7px 0 13px 30px;
}

.read_more{
	margin:0 20px 10px 0;
	display:block;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
}

/***** div#main > 記事表示範囲 *****/
#content{
	width:800px;
	padding:0;
}
#content p{
	padding:0 50px 15px 50px;
}
#content a{
	color:#000000;
	text-decoration:underline;
}
#content a:visited {
	text-decoration:none;
}
#content a:hover {
	color:#ffffff;
	background-color:#ff5500;
	text-decoration:none;
}
#content .top-img a:hover {
	background-color:#FFF;
}
#content ul{
	padding:10px 50px 15px 50px;
}
#content li{
	padding:0 0 10px 0;
}
.hero{
	padding:10px 0 10px 0;
	display:block;
	margin: 0 auto;
	text-align: center;
}
#pickupimg{
	float:left;
	margin:10px 50px 20px 50px;
}
.picup_bnr{
	margin:0 15px 0 0;
	border:0;
	vertical-align:middle;
	float:left;
}
/***** index PressRelease info *****/
dl{
	border-bottom:1px solid #ccc;
	margin:30px;
}
dt,dd{
	border-top:1px solid #dedede;
	padding:1em 0;
}
dt{
	float:left;
	padding-left:0;
}
dd{
	padding-left:120px;
}
/***** New! Icon *****/
.new:after{
	content:"New!";
	color:white;
	background:#f30;
	margin-left:0.5em;
	padding:2px 0.5em;
	border-radius:3px;
	font-size:x-small;
	font-weight:bold;
}
/***** PressRelease ******/
.date {
	font-weight:bold;
	margin-left:0.5em;
}
#release{
	padding:0 30px;
}
#release h2{
	line-height:140%;
	text-align:center;
}
/* 見出しのサブタイトル */
#release h2 span {
	font-size:small;
	color:#666;
}
#release h3 {
	background: #C00;
	color: white;
	padding:0.5em 5px;
}
#release hr{
	border-width:1px;
	color:#e2e2e2;
	margin:30px 0;
}
#release p{
	margin-bottom:1.5em;
	padding:0;
}
#release .spot {
	color: #C00;
	font-weight: bold;
}
#releasedate{
	margin:1em 30px 2em;
	text-align:right;
}
#release table{
	width:100%;
	border:2px solid #e2e2e2;
	margin: 20px 0;
	text-align:left;
}
#release td{
	border:2px solid #e2e2e2;
	padding:10px;
	border-spacing:0;
	vertical-align:top;
	text-align:left;
	font-size: 13px;
}
#release ul{
	padding:0 0 10px 20px;
}
#release  li{
	padding:0 0 10px 0;
}
#release div ul{
	padding:0 50px 0 70px;
}
#release mark {
	font-weight: bold;
	color: #c00;
	background: none;
}

/***** Privacy Policy ******/
#content #privacy-lead {
  padding: 30px 50px;
}
#privacy {
  border: none;
  border-top: 1px solid #ccc;
  padding: 30px 0;
  margin: 0 30px;
}

#privacy dt {
  float: none;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
#privacy dd {
  float: none;
  padding: 0;
  border: none;
  margin: 0 0 30px;
}
#privacy dd:last-of-type {
  margin: 0;
}
#privacy-contact {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 30px;
}
#privacy-contact dl {
  border: none;
}
#privacy-contact dt {
  float: none;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}

#privacy-contact dd {
  float: none;
  padding: 0;
  border: none;
  margin: 0 0 20px;
}


.smalltext{
font-size:90%;
}

/******* 見出し・背景色あり　 ******/
#release h3.bluemark, .bluemark{
	margin:30px 0 15px;
	padding:0.5em 5px;
	background-color:#003399;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

/******* 点線　 ******/
.dot{
	width:720px;
	border-width:1px;
	color:#e2e2e2;
	margin:20px 40px 10px 40px;
	border-style:dotted;
}
/******* 中央寄せ ******/
.releasesub, .vc_img{
	text-align:center;
}
/******* 中見出し ******/
.gaiyou{
	font-weight:bold;
	font-size:140%;
	padding:20px 50px 0 50px;
}
#subcopy{
	margin-left:30px;
	text-decoration:underline;
}
.vc_title{
	margin-left:30px;
	margin-bottom:10px;
}
/******* セル背景色  ******/
.element {
	background: #E7EAED;
}
/******* 臨時 h3指定 ******/
h3 {
	margin: 4em 0 1em;
	line-height:normal;
}
/******* Produsts index ******/
#content .products {
	margin: 0 auto;
}
#content .products a:hover {
	background: none;
}

.img-row {
	width: 740px;
	margin-left: 30px;
}
#main .img-row ul {
	list-style: none;
	padding: 0;
	width: 760px;
	margin: 0 -20px 0 0;
	overflow: hidden;
}
#main .img-row li {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}
.img-row li img {
	width: 360px;
	height: 120px;
}
#main .img-row p {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
#main .img-row p img {
	width: 100%;
}
.vc_table{
	width:740px;
	border:0;
	margin:0 auto 2em;
	text-align:left;
	border-collapse:collapse;
}
.vc_table td{
	border:1px solid #738397;
	padding:0.75em 3px;
	vertical-align:middle;
	text-align:left;
	width: 23%;
}
.vc_table th {
	color:#FFFFFF;
	background-color:#738397;
	text-align:center;
	font-weight:normal;
	padding: 0.5em 2px;
	border:1px solid #738397;
}
/******* タイトルのハード名 ******/
.vc_table .vc_hard-title {
	font-weight:bold;
	text-align:left;
	width: 30%;
	font-size:110%;
}
/******* タイトルの価格 ******/
.vc_table .vc_price {
	text-align:right;
	width: 25%;
}
/*****************************
 * table内行間指定
 *****************************/
#release table td.td_price {
	line-height: 1.75;
}

/*****************************
 * BOX
 *****************************/
.box_2column {
	width:50%;
	padding:15px 0;
	float:left;
	text-align:center;
}
.clearboth {
	clear:both;
}

/*****************************
 * レスポンシブ
 *****************************/

@media screen and (max-width: 640px) {
	#main {
		max-width: 640px;
		border-radius: 0;
	}
	#content {
		width: 100%;
	}
	dl{
		margin:30px 0;
	}
	dt{
		float:none;
		padding: 1em 0 0;
	}
	dd{
		border-top:0;
		padding: 0 0 1em;
	}
	#main .img-row {
		max-width: 640px;
		margin-left: 0;
		text-align:left;
	}
	#main .img-row ul {
		width: 100%;
		margin: 0;
	}
	#main .img-row li {
		float: none;
		margin-right: 0;
	}
	#main .img-row li img {
		width: 385px;
		height: 120px;
	}
	#footer {
		max-width: 640px;
	}
}