@charset "Shift_JIS";

/*-------------------------------------------------- 
　基本構成
--------------------------------------------------*/
/*トップページに適用*/
#general_home{
	margin: 0 auto;
}

#outer {
	min-width: 960px;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
}
#wrapper .wrapper_bg_btm hr {
	display: none;
}

/*-------------------------------------------------- 
　ヘッダー
--------------------------------------------------*/
#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.top_title {
	height: 30px;
	margin-left: 5px;
}

div.top_title h1 {
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	font-size: 10px;
}

div.logo {
	width: 280px;
	height: 70px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	overflow: hidden;
}

div.logo p,
div.logo h1#logo_text {
	height: 50px;
	padding-top: 20px;
	padding-left: 5px;
	line-height: 23px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
}

div.logo p a,
div.logo h1 a {
	text-decoration: none;
}

div.logo img {
	max-width: 280px;
	max-height: 70px;
}

div.contact_top {
	float: right;
	width: 660px;
	height: 70px;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 17px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	vertical-align: bottom;
}
div.contact_top_bnr {
	padding-top: 10px;
	/* ヘッダーお問い合わせバナー背景表示 */
}
div.contact_top_title {
	text-align: right;
	font-size: 11px;
}

div.contact_top_phone {
	text-align: right;
}

div.contact_top_phone p.phone_number {
	display: inline;
	padding-top: 3px;
	padding-left: 50px;
	font-size: 20px;
	line-height: 25px;
}

/*-------------------------------------------------- 
　グローバルメニュー
--------------------------------------------------*/
div.global_navi {

}
div.global_navi ul {
	width: 960px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

div.global_navi ul li {
	width: 190px;
	float: left;
	display: inline;
	overflow: hidden;
}
div.global_navi ul li#gnaviHOME {
	margin-left: 5px;
}

div.global_navi ul li a {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/*-------------------------------------------------- 
　コンテンツ基本設計
--------------------------------------------------*/
#contents {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 10px;
}

#mainvisual {
	width: 960px;
	height: 364px;
	position: relative;
}

#artside {
	float: right;
	width: 630px;
	margin-right: 10px;
}

#naviside {
	float: left;
	width: 295px;
	margin-bottom: 30px;
}

/*-------------------------------------------------- 
　トップページ　メイン画像
--------------------------------------------------*/
#mainvisual #slider img {
	max-width: 950px;
	/*
	max-height: 340px;
	*/
}
/*-------------------------------------------------- 
　ナビサイド
--------------------------------------------------*/
/*ナビサイドの上下背景*/
#naviside hr { display: none; }
#naviside .naviside_bg_top {
	height: 9px;
	padding-top: 1px;
}
#naviside .naviside_bg_btm {
	height: 9px;
	padding-bottom: 1px;
}
/*サブメニュー*/
#naviside div.side_navi {
	width: 295px;
	margin-bottom: 20px;
}

#naviside div.side_navi ul li {
	width: 295px;
	margin-bottom: 8px;
	overflow: hidden;
}

#naviside div.side_navi ul li a {
	display: block;
	width: auto;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 40px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#naviside div.side_navi ul li a:hover {
	background-position: 0 -33px;
}


/*コンタクト＆メールマガジン共通*/
#naviside div.navicontact,
#naviside div.navimail {
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
}
#naviside div.navicontact {
/*
	position: relative;
	padding-top: 95px;
*/
}
#naviside div.innernavicontact {
	
}
#naviside div.navimail {
	padding-top: 15px;
}

div.navimail div.navibox_ttl {
	padding-left: 10px;
	text-align: left;
}
div.navicontact div.navibox_ttl {
	padding-left: 15px;
/*
	position: absolute;
	left: 15px;
	top: 56px;
	*/
}

div.navicontact div.navibox_ttl p {
	font-size: 24px;
	font-weight: normal;
}

/* IE9でfont-size:28px;だと文字が改行 */
div.navicontact div.navibox_ttl p:not(:target) {
	font-size: 24px\9; /* IE9 */
}

/* iPadでfont-size:28px;だと文字が改行 */
@media screen and (max-device-width: 1024px) {
	div.navicontact div.navibox_ttl p { font-size: 21px; }
}

p.navibox_btn {
	width: 280px;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	font-weight: bold;
}

p.navibox_btn a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}

p.navibox_btn a:hover {
	background-position: 0px -34px;
}

/*コンタクト*/
div.navibox_ttl p.phone_number {
	padding-top: 5px;
	padding-left: 50px;
	text-align: left;
	vertical-align: bottom;
}

div.contact_navi_text {
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
	/*
	padding-top: 28px;
	position: absolute;
	left: 15px;
	top: 15px;
	*/
}

img.naviside_contact {
	max-width: 270px;
	margin: 0 auto 5px;
}

/*地図*/
#naviside div.navimap {
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
}
p.navibox_map iframe {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

p.navibox_map small a {
	text-decoration: none;
}

/*googlemapタグを挿入した際*/
div.navibox_googlemaptag iframe {
	width: 278px;
	overflow: hidden;
}

div.navibox_googlemaptag small a {
	text-decoration: none;
}

/*メールマガジン*/
div.navibox_ttl p.mailmagazine {
	height: 25px;
	text-indent: -9999px;
}

p.mailmagazine_form {
	padding-top: 5px;
	text-align: center;
	color: #333333;
	line-height: 1.5;
	vertical-align: bottom;
}

p.mailmagazine_form input.choice_mail {
	display: inline;
	color: #333333;
}

p.mailmagazine_form input.choose_mail {
	display: inline;
	color: #333333;
}
p.mailmagazine_form input.input_address {
	width: 264px;
	height: 25px;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	padding: auto 0;
}
input.btnMailMagazine {
	display: block;
	width: 280px;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	border: none;
	cursor: pointer;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Geneva,Arial,Helvetica;
	font-weight: bold;
	font-size: 13px;
}

/*メールマガジン　20130128リリース新バージョン*/
#naviside div.navimail_new div.navibox_ttl p.mailmagazine {
	margin-bottom: 5px;
}

/*フリーエリア*/
div.naviside_free {
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
}

/*-------------------------------------------------- 
　アートサイド
--------------------------------------------------*/
/*汎用コンテナ*/
div.artbox {
	width: 630px;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

div.artbox div.artbox_inner {
	padding-bottom: 5px;
	text-align: left;
}

h2 {
	width: 620px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding-left: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	width: 600px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/*テーブル共通*/
table.common_table {
	width: 630px;
	border-collapse: collapse;
	text-align: left;
}

table.common_table col.title {
}

table.common_table col.detail {
}

table.common_table th {
	width: 25%;
}

table.common_table td {
	width: 75%;
}

table.common_table th,
table.common_table td {
	padding: 5px;
}

/*画像位置：L*/
div.artbox img.layoutL {
	padding: 0px 10px 10px 0;
	float: left;
	text-align: left;
}

/*画像位置：C*/
div.artbox img.layoutC {
	padding-bottom: 10px;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*画像位置：R*/
div.artbox img.layoutR {
	padding: 0 0 10px 10px;
	float: right;
	text-align: right;
}

/*条件分岐：画像サイズ変更*/
img.smallsize {
	width: 210px;
}

img.mediumsize {
	width: 315px;
}

img.largesize {
	width: 630px;
}

img.freesize {
	max-width: 630px;
}


/*リンクバナー*/
div.artbox p.btn_anchor {
	float: right;
	max-width: 268px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

div.artbox p.btn_anchor a {
	display: block;
	padding-left: 25px;
	padding-right: 8px;
	text-decoration: none;
}

div.artbox p.btn_anchor a:hover {
	text-decoration: none;
}

/*-------------------------------------------------- 
　フッター設計
--------------------------------------------------*/
#footer {
	padding: 10px 0 0;
	overflow: hidden;
}

div.footer_navi {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

div.footer_navi ul li {
	float: left;
	width: 160px;
	text-align: left;
	overflow: hidden;
}

div.footer_navi ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 13px;
	text-decoration: none;
	font-size: 12px;
}

#copyright_wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
p.copyright {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 1.1;
}

/*-------------------------------------------------- 
　ニュースページ
--------------------------------------------------*/
div.artbox dl.news {
	display: block;
	width: 630px;
	text-align: left;
}

div.artbox .news dt {

}

div.artbox .news dd {
	padding-bottom: 10px;
}
div.artbox dl.newspage dd.txtBold {
	padding-bottom: 1px;
}

div.artbox dl.newspage {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

/*-------------------------------------------------- 
　交通案内ページ
--------------------------------------------------*/
/*googlemapタグを挿入した際*/
div.artbox_googlemaptag iframe {
	width: 630px;
	overflow: hidden;
}

div.artbox_googlemaptag small a {
	text-decoration: none;
}

p.map_image {
	max-width: 630px;
	text-align: center;
}

/*-------------------------------------------------- 
　お問合せページ
--------------------------------------------------*/
table.contact_table td input,
table.contact_table td textarea {
	width: 95%;
}

/*input*/
input.btnContact {
	width: 206px;
	height: 35px;
	padding-right: 15px;
	border: none;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Geneva,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

input.btnContact01:hover {
	background-position: 0 -35px;
}

input.btnContact02 {
	padding-right: 0;
	padding-left: 15px;
}

input.btnContact02:hover {
	background-position: 0 -35px;
}

div.btnContactArea_input,
div.btnContactArea_confirm {
	margin-top: 10px;
	text-align: center
}

/*サイバートラストシール*/
div.verisignArea p.verisign_webseal {
	float: left;
	width: 120px;
}

div.verisignArea p.verisign_desc {
	float: right;
	width: 500px;
}


/*-------------------------------------------------- 
　ショップページ
--------------------------------------------------*/
#shopPage #copyright_wrap {
	letter-spacing: 0;
}
/*-------------------------------------------------- 
　2013/11ファイルアップロード機能
--------------------------------------------------*/
table.free_file_area th{
	padding-bottom: 20px;
}
table.free_file_area td{
	padding-bottom: 20px;
	width: 30%;
}
img.icon_file{
	vertical-align: middle !important;
}
div.artbox dl dd.file_btn_space{
	height: 10px;
}
div.artbox dl dt.dt_info_file{
	width: 300px;
	overflow: hidden;
	padding-top:6px;
	border: none;
	background: none;
    float: left;
}
div.artbox dl dd.dd_info_file{
	padding-top:6px;
}
div.artbox dl dd.dd_info_file p.btn_anchor{
    float: right;
}
