﻿/*
Theme Name: voyage Child Theme
Theme URI: http://dashinc.co.jp/
Author: DASH Inc.
Author URI: http://dashinc.co.jp/
Description: Child theme for the voyage theme for WordPress
Template: voyage
Version: 1.0.0
*/
 
@import url('../voyage/style.css');

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: #555;
	font-family: Helvetica, “ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro W3″,メイリオ,Meiryo,”ＭＳ Ｐゴシック”,sans-serif;	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}
div { background: #ffffff;}
.container_12 { background: #ffffff !important;}

/* tableに枠線 */
tr, th, td {
	padding: 5px;
	border: 1px #b9b9b9 solid !important;
}

/* 枠線なしtable */
.no_border tr, .no_border td {
	padding: 0;
	border: none !important;
}

/* ウィジェット見出しの上下マージンを調整 */
.widget-title { padding: 5px !important; }

/* リンク画像ロールオーバー */
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/* 画像で罫線 */
.image_hr {
	height: 13px;
	margin: 10px 0 0;
	padding: 0;
	background: url("http://www.hondoseika.jp/wp/wp-content/uploads/hr.png");
	border: 0px none;
}

/* ウィジェット見出し */
h4.widget-title { display: none; }

/* 市況状況（カレンダー） */
#first-home .xoxo {
	border: 1px #b9b9b9 solid;
	padding: 2px;
}
.widget_bizcalendar .widget-title { display: none; }
.widget_bizcalendar p { display: none; }
.widget_bizcalendar {
	background-image: url("http://www.hondoseika.jp/wp/wp-content/uploads/market_calender.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 340px;
	padding: 50px 0 0 0;
	margin-bottom: -4px;
}

/* お知らせ */
.notice {
	padding-top: 70px;
	background-image: url("http://www.hondoseika.jp/wp/wp-content/uploads/top_notice.png");
	background-repeat: no-repeat;
}
.notice ul {
	list-style-image: url("http://www.hondoseika.jp/wp/wp-content/uploads/li.png");
	padding-left: 30px;
}
.notice li a { color: #754c24; }

/* 汎用枠線 */
.common_box {
	border: 1px #b9b9b9 solid;
	margin: 5px;
	padding: 5px;
}

/* ギャラリー（NextGen Gallery）のサムネイル */
.ngg-gallery-thumbnail-box {
	margin: 0 !important;
}
.ngg-gallery-thumbnail-box img {
	border: none !important;
	margin: 5px !important;
	padding: 0 !important;
}
.grid_6 .ngg-galleryoverview {
	margin: 0 auto;
	max-width: 420px;
}
@media (max-width: 450px) { .grid_6 .ngg-galleryoverview { max-width: 210px; } }
@media (min-width: 350px) and (max-width: 450px) { #ngg-gallery-d9f1d358a43476cbd0d886dd9c899243-1 { max-width: 315px; } }
}
.ngg-gallery-thumbnail { margin:0 auto !important; }

/* フッタ */
#site-info {
	text-align: center;
	background-color: #d99867;
	color: #754c24;
}

/* iframe比率調整 */
div.iframe_wrap {
	position: relative;
	width: 100%;
}
div.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}
